@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3 GRADIENTS.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

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

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  color: #5f5f5f;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.188rem; }

select {
  width: 100%;
  border-radius: 0.188rem; }

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.188rem;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

/* @include foundation-grid; */
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end; }

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

.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
  align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
  align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; } }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: initial; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

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

.small-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
  order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
  order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
  order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
  order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
  order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
  order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
  align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3d5051;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #5f5f5f;
    line-height: 0; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 0.875rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #b62411;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #9d1f0f; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #b0b0b0;
  border-left: 0;
  margin: 2.5rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #5f5f5f; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #3d5051; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #3d5051; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #5f5f5f;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #6592b8;
  background-color: transparent;
  border: none;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #b0b0b0;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 0.188rem; }

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

.lead {
  font-size: 125%;
  line-height: 1.5; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

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

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

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #3d5051;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #3d5051;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0.188rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #3d5051;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #5f5f5f;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5f5f5f; }

input::placeholder,
textarea::placeholder {
  color: #5f5f5f; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #b0b0b0;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0.188rem;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

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

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #b0b0b0; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0.188rem 0 0 0.188rem; }
  .input-group > :last-child > * {
    border-radius: 0 0.188rem 0.188rem 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #b0b0b0;
  color: #0a0a0a;
  border: 1px solid #b0b0b0;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #5f5f5f;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #3d5051;
  background-color: #fefefe;
  border-radius: 0.188rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2895, 95, 95%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #b0b0b0;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.188rem;
  padding: 0.85em 1em;
  margin: 0 0 1.275rem 0;
  font-size: 0.9rem;
  background-color: #b62411;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #9b1f0e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #b62411;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #921d0e;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #b62411;
    color: #b62411; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #5b1209;
      color: #5b1209; }
    .button.hollow.primary {
      border: 1px solid #b62411;
      color: #b62411; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #5b1209;
        color: #5b1209; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #b62411;
      color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: transparent;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0.188rem 0.188rem 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0.188rem 0.188rem; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #545454;
  position: relative;
  border: none;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0.188rem 0.188rem;
    border-bottom: none; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #eaeef2; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: none;
  border-bottom: 0;
  background-color: #f7f9fb;
  color: #4d5051; }
  :last-child > .accordion-content:last-child {
    border-bottom: none; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #b62411 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #b62411;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1.275rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #5f5f5f;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase;
    margin-right: 0.75rem; }
  .breadcrumbs a {
    color: #b62411; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #b0b0b0;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #b62411;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #921d0e;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0.188rem;
  position: relative;
  color: #5f5f5f;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fbd9d4; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #3d5051;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #b62411;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #b62411 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: none;
  border-radius: 0.188rem;
  display: block;
  font-size: 0.75rem;
  padding: 0.5rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #b62411 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #b62411 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #b62411;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #b62411 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #b62411 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #b62411;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #b62411 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #b62411 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #b62411;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #5f5f5f; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #b62411 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #b62411;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0.188rem;
  background: #b62411;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.media-object {
  margin-bottom: 1.275rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #b62411; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #5f5f5f;
    box-shadow: 0 7px 0 #5f5f5f, 0 14px 0 #5f5f5f; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #3d5051;
    box-shadow: 0 7px 0 #3d5051, 0 14px 0 #3d5051; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #b0b0b0;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(255, 255, 255, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 0.725rem;
    height: 0.725rem;
    margin: 0.1rem;
    background-color: #b0b0b0;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #6592b8; }
    .orbit-bullets button.is-active {
      background-color: #6592b8; }

.pagination {
  margin-left: 0;
  margin-bottom: 1.275rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 0.188rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0.188rem; }
    .pagination a:hover,
    .pagination button:hover {
      background: #b0b0b0; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #b62411;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #5f5f5f;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #5f5f5f;
  height: 1rem;
  margin-bottom: 1.275rem;
  border-radius: 0.188rem; }
  .progress.primary .progress-meter {
    background-color: #b62411; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #b62411;
  border-radius: 0.188rem; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 0.188rem; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #b0b0b0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #5f5f5f;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #b62411;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  border-radius: 0.188rem; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #9b1f0e; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.75);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #5f5f5f;
  background-color: #fefefe;
  border-radius: 0.188rem;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  margin-bottom: 1.275rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #5f5f5f;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 1rem;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 1rem; }
  input:checked ~ .switch-paddle {
    background: #b62411; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1.275rem;
  border-radius: 0.188rem; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  table thead,
  table tfoot {
    background: #f8f8f8;
    color: #5f5f5f; }
    table thead tr,
    table tfoot tr {
      background: transparent; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: transparent;
  border: 1px solid none; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #b62411; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #c42712; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: inherit; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent; }
#ecosystem .tabs-title {
	margin-bottom: 15px;
	padding: 4px;
	display: inline-block;
	min-width: 200px;
	-webkit-border-radius: 0.188rem;
	border-radius: 0.188rem;
	-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
#ecosystem .tabs-title.is-active {
	background-color: rgba(0,0,0,.1);
	-webkit-transition: all 250ms ease-in-out;
-moz-transition: all 250ms ease-in-out;
-ms-transition: all 250ms ease-in-out;
-o-transition: all 250ms ease-in-out;
transition: all 250ms ease-in-out;
}
#ecosystem .tabs.vertical .tabs-title.is-active > a {
	color: #354253;
}
@media screen and (max-width: 639px)  {
	#ecosystem .tabs-title {
		max-width: 230px;
		display: block;
	}
}
@media screen and (min-width: 640px) and (max-width: 1040px)  {
	.tabs.vertical .tabs-title a {
		font-size: 90%;
	}	
}
.tabs-content {
  background: transparent;
  transition: all 0.5s ease;
  border: 1px solid none;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid none;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0.188rem;
  margin-bottom: 1.275rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(182, 36, 17, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #3d5051;
    box-shadow: 0 7px 0 #3d5051, 0 14px 0 #3d5051; }

.has-tip {
  border-bottom: dotted 1px #3d5051;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0.188rem; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #b0b0b0; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  background: #000; }

.row.no-bm {
  margin-bottom: 0 !important; }

a {
  transition: all 150ms ease-in-out; }

a p, a time {
  color: #5f5f5f;
  transition: all 150ms ease-in-out; }

a:hover {
  color: #3d5051; }

.more {
  color: #b62411;
  font-size: .75rem;
  text-transform: uppercase;
  white-space: nowrap; }

.quiet {
  opacity: .8; }

.small {
  font-size: .85rem; }

p.lead, .lead-in p {
  color: #3d5051;
  font-size: 1.275rem;
  font-weight: 400;
  margin-bottom: 1.875rem; }

p.lead.big {
  font-size: 1.5rem; }

p.lead.huge {
  font-size: 2rem;
  line-height: 1.2; }

.pre-head, .slab {
  font-family: 'Roboto Slab', serif; }

.pre-head {
  font-size: 1rem;
  display: block;
  font-weight: 400; }
  .pre-head.red {
    color: #b62411 !important; }

.red {
  color: #b62411 !important; }

#hero .pre-head {
  text-transform: uppercase;
  color: #fff;
  opacity: .5; }

blockquote, blockquote p {
  border-left: none;
  color: #4d5051;
  font-style: italic;
  font-size: 1.25rem; }

blockquote {
  position: relative; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 18px;
    top: 9px;
    left: -30px;
    background: url("../images/quotes-icon.png") 0 0 no-repeat; }

p.footnote {
  border-left: 2px solid #b62411;
  padding-left: 1.5rem;
  font-style: italic;
  margin-top: 3rem;
  position: relative; }
  p.footnote sup.footnote {
    color: #b62411; }
  p.footnote:before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #ddd; }

.press-entry blockquote:before {
  display: none; }

sup {
  text-transform: none !important; }

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.slab {
  letter-spacing: .05rem; }

.redis-logofont {
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  letter-spacing: -.075em;
  font-size: 2.25em;
  color: #b62311;
  line-height: 1.5;
  font-weight: 600; }
  .redis-logofont em {
    font-style: normal; }
  .redis-logofont sup {
    text-transform: none;
    transform: rotate(-15deg);
    display: inline-block;
    font-size: 50%;
    top: -.9em; }

.radius {
  border-radius: .25rem;
  -webkit-border-radius: .25rem; }

@media screen and (min-width: 40em) {
  .img-hpad {
    padding: 0 3rem; } }

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

ul.check {
  list-style-type: none; }
  ul.check li {
    position: relative;
    padding-left: 1.5rem; }
    ul.check li::before {
      content: "";
      display: block;
      position: absolute;
      background: url("../images/ico-check-mark.svg");
      background-repeat: no-repeat;
      left: 0;
      top: .375rem;
      width: .875rem;
      height: .688rem; }

ul.check.large {
  font-size: 1.25rem;
  margin-left: .5rem; }
  ul.check.large li {
    padding-left: 2.5rem;
    margin-bottom: .75rem; }
    ul.check.large li::before {
      top: .65rem;
      width: 1.55rem;
      height: 1.15rem; }

ul.disc {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem; }
  ul.disc li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: .5rem; }
    ul.disc li:before {
      position: absolute;
      left: .5rem;
      top: -.15rem;
      line-height: 1;
      content: "•";
      font-size: 1.5rem;
      color: #6592b8; }

ul.block-grid {
  list-style-type: none; }

ul.contact-links {
  position: relative;
  z-index: 2; }
  ul.contact-links li {
    display: inline-block;
    margin-right: .5rem; }

a li {
  color: #5f5f5f; }

table td.subject {
  background: #b0b0b0;
  text-transform: uppercase;
  color: #fefefe; }

@media screen and (min-width: 40em) {
  p.lead, .lead-in p {
    font-size: 1.750rem; }
  p.lead.sm {
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  p.lead.big {
    font-size: 2.25rem; }
  p.lead.huge {
    font-size: 2.875rem; }
  .lead-in {
    margin-bottom: 2rem; }
  .redis-logofont {
    font-size: 3.25em;
    line-height: 1; }
  ul.check.large {
    font-size: 1.25rem;
    margin-left: .5rem; }
    ul.check.large li {
      padding-left: 2.5rem;
      margin-bottom: .25rem; }
      ul.check.large li::before {
        top: .65rem;
        width: 1.55rem;
        height: 1.15rem; } }

/* Buttons */
.button, button.button {
  padding: 0.85em 1em;
  margin: 0 0 1.275rem 0; }
  .button.white, button.button.white {
    background: #fff;
    color: #b62411  }
    .button.white:hover, button.button.white:hover {
      background: #e1e1e1; }
  .button.ghost.white, button.button.ghost.white {
    background: rgba(255, 255, 255, 0.15);
    color: #fff; }
    .button.ghost.white:hover, button.button.ghost.white:hover {
      background: rgba(255, 255, 255, 0.35); }
  .button.blue, button.button.blue {
    background-color: #354253; }
    .button.blue:hover, button.button.blue:hover {
      background-color: #283342; }

/* Accordion */
.accordion .accordion-item {
  background: #f7f9fb;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  margin-bottom: 1.275rem;
  transition: all 150ms ease-in-out; }
  .accordion .accordion-item a.accordion-title {
    font-size: 1rem;
    font-weight: 700;
    padding-right: 3rem;
    line-height: 1.4; }
    .accordion .accordion-item a.accordion-title:before {
      font-size: 2.875rem;
      margin-top: -1.5rem;
      color: #b2ccdf;
      font-weight: 400;
      line-height: 1; }
    .accordion .accordion-item a.accordion-title .icon {
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 1rem;
      margin-top: -.725rem; }

.accordion.has-icons .accordion-item a.accordion-title {
  padding-left: 3.875rem; }

.accordion .accordion-item.is-active {
  background: #354253 !important; }
  .accordion .accordion-item.is-active a.accordion-title {
    color: #fff;
    background: #354253 !important;
    border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0; }

.accordion .accordion-item.is-active:hover {
  background: #354253 !important; }
  .accordion .accordion-item.is-active:hover a.accordion-title {
    background: #354253 !important; }

@media screen and (min-width: 40em) {
  .accordion .accordion-item a.accordion-title {
    font-size: 1.25rem; } }

/* Block Copy Styles */
.tech-block {
  margin-bottom: 3rem;
  padding: 0; }
  .tech-block h4 {
    border-bottom: 1px solid #e9bdb7;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }

p.two-col {
  text-align: left; }

@media screen and (min-width: 40em) {
  p.two-col {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 3rem; }
  .tech-block {
    padding: 0 1.5rem; } }

/*********************
FORM STYLES
*********************/
form label {
  text-transform: uppercase; }
  form label input, form label select {
    margin-top: .25rem; }

form .input-group [type='text'], form .input-group [type='password'], form .input-group [type='date'], form .input-group [type='datetime'], form .input-group [type='datetime-local'], form .input-group [type='month'], form .input-group [type='week'], form .input-group [type='email'], form .input-group [type='number'], form .input-group [type='search'], form .input-group [type='tel'], form .input-group [type='time'], form .input-group [type='url'], form .input-group [type='color'],
form .input-group textarea {
  margin-bottom: 0; }

form .input-group button {
  border: none; }

form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb; }

form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb; }

form :-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb; }

form :-moz-placeholder {
  /* Firefox 18- */
  color: #bbb; }

#search-modal.reveal {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none; }
  #search-modal.reveal form.search-form {
    margin-top: 5rem; }
  #search-modal.reveal input {
    box-shadow: none;
    border: 1px solid transparent; }
  #search-modal.reveal button {
    border: none;
    box-shadow: none; }

#slider-wrapper .slider-labels {
  position: relative;
  width: 100%;
  height: 2rem; }
  #slider-wrapper .slider-labels li {
    opacity: 0; }
    #slider-wrapper .slider-labels li span {
      display: inline-block;
      border-radius: 0.188rem;
      -webkit-border-radius: 0.188rem;
      transition: all 150ms ease-in-out; }
    #slider-wrapper .slider-labels li.selected {
      opacity: 1; }
      #slider-wrapper .slider-labels li.selected span {
        background: #b62411; }

#slider-wrapper .slider {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.188rem;
  -webkit-border-radius: 0.188rem; }
  #slider-wrapper .slider .slider-fill {
    border-radius: 0.188rem;
    -webkit-border-radius: 0.188rem; }
  #slider-wrapper .slider .ui-slider-handle {
    border: 1px solid #a1a1a1;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
    background: #d7d7d7;
    background: linear-gradient(to bottom, #d7d7d7 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#ffffff',GradientType=0 ); }

#experience {
  position: fixed;
  right: 0;
  margin-right: -530px;
  top: 150px;
  width: 525px;
  transition: 200ms all;
  color: white; }
  #experience .slider {
    background-color: #f5f5f5;
    box-shadow: -1px 1px 10px grey;
    width: 500px;
    position: absolute;
    z-index: 2;
    height: 500px;
    transition: all 150ms ease-in-out;
    padding-left: .1rem;
    right: 20px; }
  #experience #cta-tag {
    height: 220px;
    width: 63px;
    margin-left: -65px;
    background-color: #b62411;
    color: white;
    box-shadow: -1px 1px 10px grey;
    cursor: pointer;
    float: left;
    z-index: 1;
    border-radius: 0.188rem 0 0 0.188rem; }
    #experience #cta-tag .vertical {
      position: absolute;
      transform: rotate(-90deg);
      top: 100px;
      color: #fff;
      left: -118px;
      text-transform: uppercase;
      font-size: 1.2em;
      font-weight: 700; }
  #experience.slider-open .slider {
    right: 500px; }

.is-off-canvas-open #experience {
  opacity: 0; }

.switch.inline-labels label, .switch.inline-labels input {
  display: inline-block;
  vertical-align: middle; }

.switch.inline-labels label:not(.switch-paddle) {
  line-height: 2rem; }

.switch.inline-labels .state {
  color: #3d5051; }

input:checked ~ .switch-paddle {
  background-color: #5f5f5f; }

.error-container {
  position: relative;
  border: 1px solid #ec5840;
  background: rgba(236, 88, 64, 0.1);
  border-radius: 0.188rem;
  padding: .25rem .25rem 0;
  margin-top: .275rem;
  top: -2rem; }
  .error-container ul {
    font-size: .875rem;
    color: #ec5840; }

@media screen and (min-width: 40em) {
  #slider-wrapper .slider-labels {
    padding-top: 1rem;
    position: relative;
    height: auto;
    margin-left: -7%;
    width: 113.8%; }
    #slider-wrapper .slider-labels li {
      width: 100%;
      position: relative;
      opacity: 1;
      text-align: center; }
      #slider-wrapper .slider-labels li:after {
        opacity: .4;
        content: "";
        display: block;
        position: absolute;
        bottom: -1.3rem;
        left: 50%;
        width: 0;
        height: 1rem;
        border-style: solid;
        border-width: 1px;
        border-color: #b0b0b0; }
      #slider-wrapper .slider-labels li span {
        display: inline-block; }
      #slider-wrapper .slider-labels li:first-child span {
        display: inline-block; }
      #slider-wrapper .slider-labels li:last-child span {
        white-space: nowrap; }
  .error-container {
    top: -.275rem; } }

/*********************
PRICING TABLE STYLES
*********************/
#pricing-results {
  min-height: 25rem;
  padding-top: 1.5rem; }
  #pricing-results .pricing-table {
    background: #f6f6f6;
    border: solid 1px #DDDDDD;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    margin-bottom: 1rem; }
    #pricing-results .pricing-table li {
      padding: 0.175rem 1.125rem; }
      #pricing-results .pricing-table li:not(.title):not(.button-row) span {
        padding-left: .5rem;
        float: right;
        font-weight: 600;
        font-family: 'Roboto Slab', serif; }
      #pricing-results .pricing-table li.strike {
        text-decoration: line-through;
        color: #b0b0b0; }
    #pricing-results .pricing-table .title {
      background-color: #333333;
      color: #EEEEEE;
      font-size: 2rem;
      border-bottom: 0;
      text-align: center;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 1.5rem;
      padding: 1rem;
      font-weight: 600;
      border-radius: .25rem .25rem 0 0; }
      #pricing-results .pricing-table .title span {
        font-size: 2rem;
        padding-top: .875rem;
        display: block;
        font-weight: 400; }
    #pricing-results .pricing-table .button-row {
      margin: 1rem 0; }
    #pricing-results .pricing-table.selected .title span {
      opacity: 1;
      transform: scale(1); }
  #pricing-results .plan-comments {
    padding: 0 1rem;
    margin-bottom: 3rem; }
  #pricing-results .cache .title, #pricing-results .basic .title {
    background: #7e7e7e;
    background: linear-gradient(to bottom, #7e7e7e 0%, #a3a3a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#a3a3a3',GradientType=0 ); }
  #pricing-results .cache .plan-comments h4, #pricing-results .basic .plan-comments h4 {
    color: #5f5f5f; }
  #pricing-results .cache .button-row .button, #pricing-results .basic .button-row .button {
    background-color: #5f5f5f; }
    #pricing-results .cache .button-row .button:hover, #pricing-results .basic .button-row .button:hover {
      background-color: #3d5051; }
  #pricing-results .standard .title {
    background: #b62411;
    background: linear-gradient(to bottom, #b62411 0%, #d73c28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b62411', endColorstr='#d73c28',GradientType=0 ); }
  #pricing-results .standard .plan-comments h4 {
    color: #b62411; }
  #pricing-results .multi_az .title {
    background: #6592b8;
    background: linear-gradient(to bottom, #6592b8 0%, #84b1d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6592b8', endColorstr='#84b1d7',GradientType=0 ); }
  #pricing-results .multi_az .plan-comments h4 {
    color: #6592b8; }
  #pricing-results .multi_az .button-row .button {
    background-color: #6592b8; }
    #pricing-results .multi_az .button-row .button:hover {
      background-color: #52799a; }

.page-template-template-pricing-detail .clip.white {
  height: 30rem;
  z-index: 4;
  margin-top: -30rem; }

/* RCP Pricing */
.rcp-pricing-table {
  margin-bottom: 2rem;
  padding: 0 .25rem; }
  .rcp-pricing-table .db_name {
    padding-left: .5rem; }
  .rcp-pricing-table .row {
    margin-bottom: 2px !important;
    position: relative; }
  .rcp-pricing-table .th .columns {
    color: #fff; }
    .rcp-pricing-table .th .columns.blank p {
      background: none !important; }
    .rcp-pricing-table .th .columns:first-child p {
      border-left: 0;
      margin-left: 0; }
    .rcp-pricing-table .th .columns p {
      background: #898989;
      margin: 0;
      margin-left: 2px;
      padding: .5rem;
      line-height: 1;
      font-size: .875rem;
      border-left: 1px solid #fff;
      height: 100%; }
  .rcp-pricing-table .tr .columns {
    background: #fff; }
    .rcp-pricing-table .tr .columns.blank {
      background: none; }
    .rcp-pricing-table .tr .columns.first-child p {
      border-left: 0; }
    .rcp-pricing-table .tr .columns p {
      margin: 0;
      border-left: 2px solid transparent;
      padding: .5rem;
      background: #fff; }
    .rcp-pricing-table .tr .columns label {
      padding: .25rem; }
      .rcp-pricing-table .tr .columns label span {
        font-size: .75rem;
        color: #b0b0b0;
        text-transform: uppercase;
        display: block;
        margin-bottom: .25rem; }
      .rcp-pricing-table .tr .columns label input {
        margin-bottom: 0;
        font-weight: normal; }
  .rcp-pricing-table .button.round {
    margin-left: .5rem;
    margin-bottom: 0;
    font-size: .75rem;
    position: relative;
    margin-top: .25rem; }
  .rcp-pricing-table .button.remove {
    opacity: .5; }
  .rcp-pricing-table .total-price-row {
    font-size: 1.25rem; }

.callout.rcp-callout .rcp-pricing-table {
  margin-bottom: .5rem; }
  .callout.rcp-callout .rcp-pricing-table .note {
    margin: .5rem 0 .25rem; }
  .callout.rcp-callout .rcp-pricing-table .tr .columns.blank p {
    background: none; }
  .callout.rcp-callout .rcp-pricing-table .tr .columns p {
    background: #f5f5f5; }
    .callout.rcp-callout .rcp-pricing-table .tr .columns p span {
      font-size: .75rem;
      color: #b0b0b0;
      text-transform: uppercase;
      display: block;
      margin-bottom: .25rem; }
  .callout.rcp-callout .rcp-pricing-table .tr .columns.total p {
    font-weight: 700;
    color: #0a0a0a; }

.final-total {
  border-top: 2px solid #0a0a0a;
  border-bottom: 2px solid #0a0a0a;
  padding: .5rem 2.5rem 0;
  font-size: 1.25rem; }
  .final-total p strong {
    color: #0a0a0a;
    margin-left: 2px;
    padding: .5rem; }

@media screen and (max-width: 40em) {
  .rcp-pricing-table .tr {
    margin-bottom: 2rem !important; }
    .rcp-pricing-table .tr .columns.db-type p {
      background: #898989;
      color: #fff; }
  .rcp-pricing-table .button.round {
    position: absolute;
    right: -.5rem;
    bottom: 0; }
  .rcp-pricing-table .new-row {
    margin-top: -2rem; }
  .callout .rcp-pricing-table .tr {
    margin-bottom: 4px !important; }
    .callout .rcp-pricing-table .tr .columns:first-child p {
      background: #e9e9e9; } }

@media screen and (min-width: 40em) {
  .rcp-pricing-table {
    padding: 0 1rem; }
  #pricing-results .pricing-table {
    margin-left: .5rem;
    margin-right: .5rem; }
    #pricing-results .pricing-table li:not(.title) {
      padding: 0.175rem .5rem;
      font-size: .75rem; }
    #pricing-results .pricing-table li.title {
      font-size: 1.5rem; }
  #pricing-results .standard .pricing-table .title {
    padding: 2rem 1rem; }
  #pricing-results .cache .pricing-table, #pricing-results .multi_az .pricing-table, #pricing-results .basic .pricing-table {
    margin-top: 2rem; } }

.plan-wrapper {
  position: relative; }

.pricing-table {
  display: none; }

.pricing-table.selected {
  display: block; }

#pricing-results .pricing-table li.title {
  font-size: 1.25rem;
  letter-spacing: .175em; }

#pricing-results .pricing-table .title .slab {
  font-size: 2.75rem;
  padding-top: .125em; }

#pricing-results .pricing-table .title .slab span.suffix {
  font-family: "Lato", sans-serif;
  font-size: .525em;
  font-weight: normal;
  text-transform: none;
  color: rgba(255, 255, 255, 0.6);
  padding: .25em 0; }

.slider-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105%; }

.slider-labels li {
  display: inline-block;
  width: 12.5%; }

.slider-labels li > span {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.25;
  padding: 5px;
  cursor: pointer; }

.slider-labels li.selected span {
  color: white; }

.slider-labels li.selected > span {
  background-color: #333;
  border-radius: 3px; }

.slider-labels li:hover > span {
  background-color: rgba(0, 0, 0, 0.1); }

/* Empty Tables */
.plan-wrapper.empty-plan .empty-table {
  position: relative; }

.plan-wrapper.empty-plan .empty-table li,
.plan-wrapper .missing.pricing-table li,
.plan-comments.opacify {
  opacity: .55; }

.plan-wrapper.empty-plan .empty-table .button-row .button,
.plan-wrapper .missing.pricing-table .button-row .button {
  cursor: default; }

/* Pay-As-You-Go */
#pay-as-you-go {
  display: none;
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border-radius: 2px;
  transition: all 300ms ease-in; }

#pay-as-you-go.active {
  display: table; }

#pay-as-you-go input#dataset-size {
  width: 45%;
  display: inline-block;
  float: left;
  margin: 0 5% 0 0; }

#pay-as-you-go label {
  display: inline-block;
  width: 50%;
  font-size: .75em;
  line-height: 1; }

#usage-input {
  float: left;
  width: 50%; }

#toggle-usage {
  display: inline-block;
  width: 45%;
  float: right;
  margin-bottom: 0; }

.usage-rates {
  display: none;
  width: 100%;
  margin: 1rem 0; }

.usage-rates.is_visible {
  display: table; }

.usage-rates thead,
.usage-rates tbody,
.usage-rates tr {
  background-color: transparent !important;
  border-width: 0; }

.usage-rates th,
.usage-rates td {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0.25rem;
  letter-spacing: normal; }

.usage-rates th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-clip: padding-box;
  font-size: .85em; }

.usage-rates td {
  font-size: .75em; }

.usage-rates tr.active {
  background-color: rgba(0, 0, 0, 0.075) !important; }

.usage-rates tr.active td {
  color: white; }

#pricing-results .usage-estimate,
#pricing-results .usage-estimate span {
  font-size: .85rem;
  padding: 0; }

#pricing-results .usage-estimate {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: .75em;
  display: block;
  width: 100%;
  color: #777;
  line-height: 1.1;
  padding: 0px 30px .175em;
  text-align: center;
  position: relative;
  top: -0.375em;
  left: 0; }
  #pricing-results .usage-estimate .button.large {
    margin-bottom: 0; }

#pricing-results .usage-estimate span {
  font-size: 1rem;
  display: inline; }

#pricing-results .usage-estimate span.estimate {
  font-weight: bold; }

#pricing-results .usage-estimate span.dataset {
  position: relative;
  top: -0.075em;
  background: #828282;
  display: inline-block !important;
  padding: .25em .25em .175em;
  font-size: 1em;
  font-weight: bolder;
  line-height: 1;
  color: #F5F5F5;
  border-radius: 3px;
  margin-right: .375em; }

#pricing-results .usage-estimate span.dataset span {
  font-size: .8em; }

#pricing-results .plan-wrapper.standard .usage-estimate {
  color: #BD2916; }

#pricing-results .plan-wrapper.standard .usage-estimate span.dataset {
  background: #C7301C; }

#pricing-results .plan-wrapper.multi_az .usage-estimate {
  color: #6592b8; }

#pricing-results .plan-wrapper.multi_az .usage-estimate span.dataset {
  background: #6794BA; }

/* Loading Animation */
.loading-animation {
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  filter: url("#gooey"); }

.blob {
  width: 2rem;
  height: 2rem;
  background: #b62411;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
  /* box-shadow: 0 2px 1.5rem rgba(0,0,0,0.05); */ }

.blob-2 {
  animation: animate-to-2 1.5s infinite; }

.blob-3 {
  animation: animate-to-3 1.5s infinite; }

.blob-1 {
  animation: animate-to-1 1.5s infinite; }

.blob-4 {
  animation: animate-to-4 1.5s infinite; }

.blob-0 {
  animation: animate-to-0 1.5s infinite; }

.blob-5 {
  animation: animate-to-5 1.5s infinite; }

@keyframes animate-to-2 {
  25%,
  75% {
    transform: translateX(-1.5rem) scale(0.75); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-3 {
  25%,
  75% {
    transform: translateX(1.5rem) scale(0.75); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-1 {
  25% {
    transform: translateX(-1.5rem) scale(0.75); }
  50%,
  75% {
    transform: translateX(-4.5rem) scale(0.6); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-4 {
  25% {
    transform: translateX(1.5rem) scale(0.75); }
  50%,
  75% {
    transform: translateX(4.5rem) scale(0.6); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-0 {
  25% {
    transform: translateX(-1.5rem) scale(0.75); }
  50% {
    transform: translateX(-4.5rem) scale(0.6); }
  75% {
    transform: translateX(-7.5rem) scale(0.5); }
  95% {
    transform: translateX(0rem) scale(1); } }

@keyframes animate-to-5 {
  25% {
    transform: translateX(1.5rem) scale(0.75); }
  50% {
    transform: translateX(4.5rem) scale(0.6); }
  75% {
    transform: translateX(7.5rem) scale(0.5); }
  95% {
    transform: translateX(0rem) scale(1); } }

@media screen and (min-width: 40em) {
  #pay-as-you-go {
    margin-left: .5rem; }
  #pricing-results .usage-estimate {
    position: absolute; }
  #pricing-results .plan-wrapper.standard .usage-estimate {
    top: -2.75em; } }

@media screen and (min-width: 63em) {
  #pricing-results .pricing-table li:not(.title) {
    padding: 0.175rem 1.125rem;
    font-size: 1rem; } }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  transition: all 150ms ease-in-out; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none;
    transition: all 150ms ease-in-out; }

h1, .h1 {
  text-transform: uppercase;
  color: #fff;
  text-align: center; }

.page-template-template-modules h1, .page-template-template-connectors h1, .page-template-template-why-labs h1, .page-template-template-why h1, .page-template-template-product-info h1, .page-template-template-pricing-detail h1, .page-template-template-compare h1, .page-template-template-pricing-detail-cloud-private h1, .page-template-template-pack-downloads h1 {
  text-transform: none; }

section#intro h1 {
  text-transform: none;
  color: #b62411;
  font-weight: 300;
  margin-bottom: 2rem; }
  section#intro h1.w-anim {
    color: #3d5051;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    white-space: nowrap;
    font-size: 3rem; }
    section#intro h1.w-anim img {
      vertical-align: top;
      margin-left: 1rem;
      position: relative;
      width: 20.813rem !important; }

.page-template-template-pricing-detail-cloud-private #intro {
  padding-bottom: 0; }

h2, .h2 {
  margin-top: 2rem; }
  h2:first-child, .h2:first-child {
    margin-top: 0; }

h3, .h3 {
  margin-top: 2rem; }
  h3:first-child, .h3:first-child {
    margin-top: 0; }

h4, .h4 {
  margin-top: 2rem; }
  h4:first-child, .h4:first-child {
    margin-top: 0; }

@media screen and (min-width: 40em) {
  section#intro h1.w-anim img {
    vertical-align: middle;
    margin-left: .875rem;
    position: relative;
    top: -.5rem; } }

/*********************
ALERT BAR STYLES
*********************/
#alert-bar .callout {
  background: #334353;
  padding: 1rem 3rem 1rem 1rem;
  border-radius: 0;
  font-size: 1.15rem;
  margin-bottom: 0;
  color: #a9becf; }
  #alert-bar .callout .button {
    margin: 0;
    background: rgba(0, 0, 0, 0.3);
    border: none;
    box-shadow: none;
    color: #fff; }
    #alert-bar .callout .button:hover {
      background: rgba(0, 0, 0, 0.5); }
  #alert-bar .callout .close-button {
    opacity: .5;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    height: 2rem;
    width: 2rem;
    padding: 0;
    line-height: 1.75rem;
    font-weight: 300;
    border-radius: 50%;
    top: .75rem; }
    #alert-bar .callout .close-button span {
      display: inline-block;
      position: relative;
      top: -.15rem; }
    #alert-bar .callout .close-button:hover {
      opacity: .75;
      background: rgba(0, 0, 0, 0.5); }

/*********************
HEADER STYLES
*********************/
.header {
  z-index: 11; }
  .header ul.off-canvas-list li {
    list-style: none; }

.hr-headline {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  .hr-headline h2.divider, .hr-headline .h2.divider {
    margin-bottom: .5rem;
    padding-top: 2.5rem;
    line-height: 1.2;
    text-align: center;
    position: relative; }
    .hr-headline h2.divider sup, .hr-headline .h2.divider sup {
      top: -1.2rem; }
    .hr-headline h2.divider .pre-head sup, .hr-headline .h2.divider .pre-head sup {
      top: -.5rem; }
    .hr-headline h2.divider:before, .hr-headline .h2.divider:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 13px;
      background: url("../images/bg-divider.png") top center no-repeat; }
  .hr-headline.short {
    margin-bottom: 1.5rem; }
  .hr-headline p.lead {
    font-size: 1.275rem; }
  .hr-headline .button-row {
    margin-top: 1.5rem; }

@media screen and (min-width: 40em) {
  h2 {
    font-size: 2.5rem; }
  .hr-headline {
    margin-top: 4rem;
    margin-bottom: 4rem; }
    .hr-headline h2.divider, .hr-headline .h2.divider {
      font-size: 2.5rem; }
    .hr-headline p.lead {
      font-size: 1.75rem; }
  section#intro h1 {
    margin-bottom: 2.75rem;
    font-size: 3.5rem; } }

/*********************
NAVIGATION STYLES
*********************/

.top-bar {
  background: none;
  padding: .5rem 1rem;
  transition: all 300ms ease-in-out; }
  .top-bar:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg-poly-slate-1.png");
    background-size: cover;
    z-index: 0;
    opacity: 1;
    transition: all 300ms ease-in-out; } 
  .top-bar .title-area {
    z-index: 1; }
  .top-bar .get-started {
    position: relative;
    z-index: 1; }
  .top-bar ul {
    background: none; }
  .top-bar .top-bar-left {
    width: auto;
    position: relative; }
  .top-bar .top-bar-right {
    position: relative;
    width: auto;
    transition: all 150ms ease-in-out; }
    .top-bar .top-bar-right a {
      display: inline-block;
      margin: 0 12px;
      text-transform: uppercase;
      font-weight: 700;
      font-size: .9rem;
      color: #fff; }
      .top-bar .top-bar-right a:not(.button) {
        opacity: .75; }
      .top-bar .top-bar-right a:hover {
        opacity: 1; }
  .top-bar .logo {
    width: 100px;
    transition: all 150ms ease-in-out; }
    .top-bar .logo .st0 {
      fill: #fff;
      transition: all 150ms ease-in-out; }
  .top-bar .top-bar-left .menu {
    position: relative;
    z-index: 1; }
  .top-bar .top-bar-left .menu > li > a {
    padding: 0; }
.top-bar .top-bar-right a.button.white {
	color: #b62411;
}
header.header {
  width: 100%;
  position: fixed;
  top: 0; }
  .scroll-top header.header {
    opacity: 1;
    position: absolute; }
    .scroll-top header.header .top-bar:before {
      opacity: 0; }

body.home.scroll-top header.header .top-bar:before {
  opacity: 0; }

button.menu-icon {
  width: 32px;
  height: 23px;
  top: .325rem; }
  button.menu-icon::after {
    opacity: 1;
    height: 3px;
    background: #fff;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff;
    transition: all 150ms ease-in-out; }
  button.menu-icon:hover::after {
    opacity: 1;
    background: #fff !important;
    box-shadow: 0 9px 0 #fff, 0 18px 0 #fff; }

#breadcrumbs {
  margin-bottom: 0;
  display: inline-block;
  padding-top: .5rem;
  font-size: .725rem;
  text-transform: uppercase;
  text-align: center;
  text-align: right;
  padding-right: 1rem;
  position: relative; }
  #breadcrumbs > ul {
    display: inline-block;
    position: absolute;
    top: .4rem;
    right: .25rem;
    width: 1rem; }
  #breadcrumbs li.item-current {
    margin-right: 0; }
  #breadcrumbs ul.dropdown.menu > li {
    display: inline-block;
    font-weight: normal; }
    #breadcrumbs ul.dropdown.menu > li.separator {
      color: #b0b0b0; }
    #breadcrumbs ul.dropdown.menu > li > a {
      display: inline-block;
      padding: 0 0 0 1rem;
      vertical-align: middle;
      line-height: 1.3;
      text-transform: none; }
      #breadcrumbs ul.dropdown.menu > li > a :after {
        margin-top: -4px;
        right: 0; }
    #breadcrumbs ul.dropdown.menu > li ul.is-dropdown-submenu {
      border-radius: 0.188rem;
      -webkit-border-radius: 0.188rem;
      border-color: rgba(0, 0, 0, 0.2);
      min-width: 200px;
      z-index: 6;
      margin-top: -1px; }
    #breadcrumbs ul.dropdown.menu > li ul.dropdown.menu {
      padding-top: .1rem;
      padding-bottom: .25rem;
      border-radius: 0.188rem;
      -webkit-border-radius: 0.188rem;
      width: auto; }
      #breadcrumbs ul.dropdown.menu > li ul.dropdown.menu li {
        line-height: 1.5;
        display: block;
        margin: 0;
        padding: 0;
        float: none; }
        #breadcrumbs ul.dropdown.menu > li ul.dropdown.menu li a {
          vertical-align: inherit;
          padding: .25rem;
          margin-left: .25rem;
          display: block; }
  #breadcrumbs ul.dropdown.menu > li.is-dropdown-submenu-parent > a {
    margin: 0;
    margin-left: .25rem;
    padding: 0;
    width: 1.5rem;
    height: 1rem;
    position: relative;
    display: block;
    line-height: 1;
    border: 1px solid transparent;
    z-index: 7; }
  #breadcrumbs ul.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    left: .4rem;
    top: .45rem;
    line-height: 1; }
  #breadcrumbs ul.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: #fff; }
    #breadcrumbs ul.dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after {
      border-color: #3d5051 transparent transparent; }

@media screen and (min-width: 40em) {
  .wrapper.hero {
    padding-bottom: 50px; }
  #breadcrumb {
    text-align: right; }
  button.menu-icon {
    top: .125rem; }
    button.menu-icon::after {
      opacity: .65; }
    button.menu-icon:hover::after {
      opacity: 1; }
  body.scroll-top header.header .top-bar {
    padding: 1rem 1.25rem; }
    body.scroll-top header.header .top-bar .logo {
      width: 135px; } 
}

/*********************
BUTTON STYLES
*********************/
.button, button {
  text-transform: uppercase;
  font-weight: 700;
  transition: all 150ms ease-in-out; }

button.round, .button.round {
  border-radius: 50%; }

button.hollow:not(.secondary), .button.hollow:not(.secondary) {
  border: 2px solid #b62411; }
  button.hollow:not(.secondary).white, .button.hollow:not(.secondary).white {
    background-color: #fff; }

button.hollow:hover:not(.secondary), .button.hollow:hover:not(.secondary) {
  background: #b62411;
  color: #fff;
  border-color: #b62411; }

#hero .button.hollow {
  color: #fff; }

#hero.white .button.hollow {
  color: #b62411; }
  #hero.white .button.hollow:hover {
    color: #fff; }

.button.play, .button.download {
  position: relative;
  padding-right: 2.75rem; }
  .button.play:before, .button.download:before {
    content: "";
    display: block;
    position: absolute;
    right: .75rem;
    top: 50%;
    width: 1.20rem;
    height: 1.15rem;
    transform: translateY(-50%); }

.button.play:before {
  background: url("../images/ico-btn-play.png") 0 0 no-repeat;
  background-size: cover; }

.button.download:before {
  background: url("../images/ico-btn-download.png") 0 0 no-repeat;
  background-size: cover; }

.button.large.play, .button .large.download {
  padding-right: 4rem; }
  .button.large.play:before, .button .large.download:before {
    width: 2rem;
    height: 2rem;
    right: 1rem; }

.button.alternate {
  background: #6592b8; }
  .button.alternate:hover {
    background: #557d9e; }

.button.small {
  padding: .5rem; }

.top-bar .button.small {
  vertical-align: top; }

.button-row .button {
  margin: 0 .725rem .875rem 0; }

.button-row.text-right .button {
  margin: 0 0 .875rem .725rem; }

.button-row.text-center .button {
  margin: 0 .5rem .875rem; }

/*********************
OFF CANVAS STYLES
*********************/
.off-canvas-wrapper-inner {
  background: #000; }

.off-canvas-content, .off-canvas-content {
  box-shadow: none;
  background: #000; }

.js-off-canvas-exit {
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: all 500ms ease-in-out;
  display: block !important; }

.js-off-canvas-exit.is-visible {
  opacity: .75;
  pointer-events: auto; }

#content {
  position: relative; }
  #content #inner-content {
    padding: 0; }

.off-canvas {
  background: #000;
  padding-top: 20px;
  z-index: 2; }
  .off-canvas button.close-button {
    color: #fff;
    top: -.25rem;
    font-size: 3.5rem;
    font-weight: 400;
    z-index: 12; }
  .off-canvas .close-button:hover {
    color: #b62411; }
  .off-canvas.position-right {
    width: 320px;
    right: -320px; }

.is-open-right {
  transform: translateX(-320px); }

.is-drilldown {
  min-height: 700px !important;
  max-width: 320px !important; }

#menu-main-nav.menu {
  position: relative;
  background: #000;
  padding-top: 3rem; }
  #menu-main-nav.menu li {
    display: block; }
    #menu-main-nav.menu li#menu-item-157, #menu-main-nav.menu li#menu-item-153, #menu-main-nav.menu li#menu-item-19711 {
      margin-bottom: 1rem; }
    #menu-main-nav.menu li a {
      display: inline-block;
      padding: .425rem 1.5rem .325rem 1rem;
      margin-bottom: .25rem;
      color: #eee;
      font-size: 1rem;
      position: relative;
      width: auto;
      font-weight: 600; }
    #menu-main-nav.menu li ul.is-drilldown-menu {
      margin-top: -3rem; }
    #menu-main-nav.menu li.active > a {
      background: none;
      opacity: 1;
      font-weight: 700; }
    #menu-main-nav.menu li.menu-item > a:after, #menu-main-nav.menu li .is-submenu-parent-item > a:after {
      display: none; }
    #menu-main-nav.menu li.menu-item > a:before, #menu-main-nav.menu li .is-submenu-parent-item > a:before {
      content: "";
      display: block;
      height: 1px;
      background: #5f5f5f;
      width: 0;
      line-height: 1;
      position: absolute;
      bottom: 0;
      transition: all 150ms ease-in-out; }
    #menu-main-nav.menu li.menu-item > a:hover, #menu-main-nav.menu li .is-submenu-parent-item > a:hover {
      color: #fff;
      opacity: 1; }
    #menu-main-nav.menu li.menu-item > a:hover::before, #menu-main-nav.menu li.menu-item .is-submenu-parent-item > a::before, #menu-main-nav.menu li .is-submenu-parent-item > a:hover::before, #menu-main-nav.menu li .is-submenu-parent-item .is-submenu-parent-item > a::before {
      width: 100%; }
    #menu-main-nav.menu li.current-menu-item > a:before,
    #menu-main-nav.menu li.is-submenu-item.active > a:before,
    #menu-main-nav.menu li.current-page-ancestor > a:before,
    #menu-main-nav.menu li ul.is-active .is-submenu-parent-item > a:before,
    #menu-main-nav.menu li.is-current-page-parent > a:before,
    #menu-main-nav.menu li.current-page-parent > a:before {
      width: 100% !important;
      background: #ca2e1a; }
  #menu-main-nav.menu .is-submenu-parent-item {
    margin-bottom: .5rem; }
  #menu-main-nav.menu .is-drilldown-submenu {
    background: #000; }
    #menu-main-nav.menu .is-drilldown-submenu.is-active {
      display: block;
      height: 100vh; }
    #menu-main-nav.menu .is-drilldown-submenu .js-drilldown-back {
      margin-bottom: .3rem; }
      #menu-main-nav.menu .is-drilldown-submenu .js-drilldown-back a {
        padding-top: .275rem;
        width: auto;
        color: transparent; }
        #menu-main-nav.menu .is-drilldown-submenu .js-drilldown-back a::before {
          width: 15px;
          height: 28px;
          background: url("../images/ico-chev-back.png") 0 0 no-repeat;
          border: none; }
        #menu-main-nav.menu .is-drilldown-submenu .js-drilldown-back a:hover {
          opacity: .5; }
  #menu-main-nav.menu .is-drilldown-submenu-parent > a::after {
    right: 0; }
  #menu-main-nav.menu .is-submenu-parent-item a {
    text-transform: uppercase;
    font-weight: 600;
    opacity: 1;
    color: #fff;
    font-size: 1.250rem;
    width: 90%; }
  #menu-main-nav.menu li.nav-head {
    margin-top: 1rem; }
    #menu-main-nav.menu li.nav-head a, #menu-main-nav.menu li.nav-head a:hover {
      color: #7f7f7f;
      font-size: 1.125rem;
      opacity: 1;
      font-weight: 600;
      cursor: default; }
      #menu-main-nav.menu li.nav-head a::before, #menu-main-nav.menu li.nav-head a:hover::before {
        display: none; }

.search-login {
  opacity: 0;
  position: fixed;
  z-index: 999;
  background: #000;
  bottom: 0;
  right: 0px;
  width: 320px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transform: translateX(250px);
  transition: all 500ms ease; }
  .search-login a {
    display: block;
    color: #fff;
    padding: .25rem .175rem;
    font-size: .875rem;
    text-transform: uppercase; }
    .search-login a:hover {
      background: #b62411; }

body.nav-is-open .search-login {
  opacity: 1;
  transform: translateX(0px); }

@media screen and (min-width: 40em) {
  .off-canvas {
    padding-top: 30px; }
    .off-canvas button.close-button {
      top: .25rem; } }

/*********************
ORBIT STYLES
*********************/
.orbit-container {
  overflow: visible; }
  .orbit-container .orbit-previous, .orbit-container .orbit-next {
    opacity: .4;
    top: 45%; }
  .orbit-container .orbit-slide {
    padding-bottom: 3rem; }
  .orbit-container .orbit-previous:hover, .orbit-container .orbit-next:hover {
    opacity: 1; }
  .orbit-container .orbit-previous {
    left: -60px; }
  .orbit-container .orbit-next {
    right: -60px; }
  .orbit-container:focus {
    outline: none; }

/*********************
TABS STYLES
*********************/
.tabs.vertical .tabs-title {
  position: relative; }
  .tabs.vertical .tabs-title a {
    padding-right: 40px;
    color: #a9becf; }

.tabs.vertical .tabs-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 30px;
  width: 11px;
  height: 31px;
  background-image: url("../images/arrow-right-tabs.png");
  opacity: 0;
  transition: all 150ms ease-in-out; }

.tabs.vertical .tabs-title > a:hover, .tabs.vertical .tabs-title.is-active > a {
  background: none;
  color: #fff; }

.tabs.vertical .tabs-title:hover:after, .tabs.vertical .tabs-title.is-active:after {
  opacity: 1;
  right: 10px; }

.tabs-panel {
  padding: 0;
  *zoom: 1;
  margin-bottom: 1.5rem;
  /* Customized */
  opacity: 0; }

/* Customized */

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.tabs-panel:before, .tabs-panel:after {
  content: " ";
  display: table; }

.tabs-panel:after {
  clear: both; }

.tabs-panel > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0; }

.tabs-panel.is-active {
  animation: fadeIn 1s;
  opacity: 1;
  display: block;
  margin-bottom: 0; }

/*********************
HERO STYLES
*********************/
section#hero {
  padding-top: 4.5rem;
  background-size: cover;
  position: relative;
  padding-bottom: 1rem; }
  section#hero.has-feature {
    padding-bottom: 3rem; }
  section#hero .product-icon {
    margin-bottom: 1rem;
    width: 100px;
    height: 100px;
    filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.2)); }
  section#hero p.lead, section#hero .lead p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3; }
    section#hero p.lead em, section#hero .lead p em {
      font-style: normal;
      color: #fff; }
  section#hero p.lead.sm, section#hero .lead.sm p {
    font-size: 1.275rem; }
    section#hero p.lead.sm em, section#hero .lead.sm p em {
      font-style: normal;
      color: #fff; }
  section#hero #stat-wrap {
    margin-bottom: 1rem;
    color: #a9becf; }
    section#hero #stat-wrap .stat-bubble {
      margin-bottom: 1.5rem; }
      section#hero #stat-wrap .stat-bubble .stat {
        color: #fff; }
  section#hero .button-row {
    margin-bottom: 1.5rem; }
  section#hero .button.ghost {
    border: none;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 .5rem 1rem; }
  section#hero .button.ghost.secondary {
    background: rgba(0, 0, 0, 0.15);
    color: #fff; }
  section#hero .button.ghost:hover {
    background: #ca2e1a; }
  section#hero.red {
    background-image: url("../images/bg-poly-red-1.jpg"); }
  section#hero.slate {
    background-image: url("../images/bg-poly-slate-1.png"); }
  section#hero.white {
    background-image: url("../images/bg-poly-white-1.jpg");
    border-bottom: 1px solid #e5e5e5;
    background-size: 100% 100%; }
    section#hero.white h1 {
      color: #b62411; }
    section#hero.white:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 3rem;
      z-index: 1;
        background-image: url("../images/bg-poly-slate-nav.png"); 
      background-size: 100% auto;
      transition: all 150ms ease-in-out; }

body:not(.single-videos_post_type) #main {
  background: #fff; }
  body:not(.single-videos_post_type) #main section:last-of-type,
  body:not(.single-customers_post_type) #main section:last-of-type {
    padding-bottom: 8rem !important; }

body.single-videos_post_type #main {
  background: #fff; }

#main.gray {
  background: #f5f5f5 !important; }
  #main.gray #hero .sub-nav .menu li.sib-menu {
    background: #f5f5f5; }
    #main.gray #hero .sub-nav .menu li.sib-menu .is-dropdown-submenu {
      background: #f5f5f5; }
  #main.gray #hero p.lead {
    margin-bottom: 2rem; }

.page-id-25146 #main.gray {
  background: #fff; }

@media screen and (min-width: 40em) {
  section#hero {
    padding-top: 5.5rem;
    background-size: cover; }
    section#hero .product-icon {
      width: 8.75rem;
      height: 8.75rem; }
    section#hero p.lead, section#hero .lead p {
      font-size: 2.5rem;
      font-weight: 300; }
    section#hero p.lead.sm, section#hero .lead.sm p {
      font-size: 1.875rem; }
    section#hero #stat-wrap .stat {
      font-size: 2.6rem; }
    section#hero.has-feature {
      padding-bottom: 4rem; }
    section#hero.white {
      padding-top: 7.5rem;
      background-size: cover; }
      section#hero.white:before {
        height: 4.5rem; }
  body.single section#hero h1 {
    font-size: 1.875rem; } }

/*********************
POSTS & CONTENT STYLES
*********************/
.page-template-default #content #inner-content {
  padding: 0rem; }
  .page-template-default #content #inner-content h2, .page-template-default #content #inner-content h3 {
    margin-top: 3rem;
    margin-bottom: 1rem; }
  .page-template-default #content #inner-content h2:first-child {
    margin-top: 0; }
  .page-template-default #content #inner-content .button-row {
    margin: 2rem 0; }

.single section#hero {
  padding-left: .25rem;
  padding-right: .25rem; }
  .single section#hero.white h1 {
    margin-top: .25rem;
    margin-bottom: 0rem;
    line-height: 1.2; }
  .single section#hero h4.pre-head {
    color: #5f5f5f; }
  .single section#hero .document-wrap {
    min-height: 20rem; }
  .single section#hero .doc-cover-img {
    text-align: center;
    position: relative;
    min-height: 15rem; }
    .single section#hero .doc-cover-img img {
      position: absolute;
      top: 0;
      max-width: 70%;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
      transform: translateX(-50%); }
      .single section#hero .doc-cover-img img.bottom {
        transform: rotate(4deg) translateX(-48%) translateY(2%); }
      .single section#hero .doc-cover-img img.v-bottom {
        transform: rotate(8deg) translateX(-46%) translateY(5%); }
  .single section#hero .panel {
    z-index: 8;
    padding: 1rem 1rem .5rem;
    background: #f1f1f1;
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); }

.single .clip.white {
  padding-top: 10rem;
  margin-top: -22rem; }
  .single .clip.white .entry-content {
    padding: 1rem;
    margin-bottom: 3rem;
    /*      min-height: 15rem; */ }

@media screen and (min-width: 40em) {
  .single section#hero.white h1 {
    margin-top: 0rem;
    margin-bottom: 1rem;
    line-height: 1.2; } }

section.white {
  background: #fff;
  padding-bottom: 2rem; }

main#main section:last-child {
  padding-bottom: 8rem !important; }

.naked-social-share {
  border-bottom: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 150ms ease-in-out; }
  .naked-social-share ul {
    margin: 0 0 1rem;
    list-style-type: none; }
    .naked-social-share ul li {
      display: inline-block;
      padding: 0 .25rem; }
      .naked-social-share ul li:first-child {
        padding-left: 0; }
      .naked-social-share ul li:last-child {
        padding-right: 0; }
      .naked-social-share ul li a {
        display: inline-block;
        background: #6592b8;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        width: 1.75rem;
        height: 1.75rem;
        text-align: center;
        line-height: 1.75rem; }
        .naked-social-share ul li a i.fa {
          color: #fff; }
        .naked-social-share ul li a:hover {
          background: #b62411; }
      .naked-social-share ul li span {
        display: none; }

.at-bottom .naked-social-share {
  border-bottom: none;
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 2rem; }

.gray .naked-social-share {
  border-bottom: 1px solid #ddd; }

.gray .panel .naked-social-share {
  border-bottom: none;
  margin-bottom: 0;
  opacity: .5;
  transition: all 150ms ease-in-out; }
  .gray .panel .naked-social-share:hover {
    opacity: 1; }
  .gray .panel .naked-social-share ul {
    margin-bottom: 0; }
    .gray .panel .naked-social-share ul li {
      font-size: .875rem;
      padding: 0 .175rem; }

.single-careers_post_type .naked-social-share {
  border-bottom: 0; }

section#intro .title-area h1 {
  margin-bottom: 1.5rem; }

section#intro .title-area p.lead {
  margin-bottom: 2rem; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.entry-content .social {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-content .social a {
    font-size: 2rem;
    padding: 0 .25rem;
    color: #6592b8; }
    .entry-content .social a:hover {
      color: #b62411; }

.controls {
  margin-bottom: 1.5rem; }
  .controls a {
    color: #5f5f5f;
    text-transform: uppercase;
    font-size: .875rem; }
    .controls a:hover {
      color: #b62411; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

#intro {
  padding-top: 2.5rem; }
  #intro.tn-entries {
    padding-top: 2.5rem; }
  #intro.short {
    padding-top: 1.5rem; }

section {
  padding-left: 1rem;
  padding-right: 1rem; }

section.gray {
  background: #f9f9f9; }
  section.gray .panel {
    background: #fff; }

section.clip {
  margin-top: -120px;
  padding-top: 180px;
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%); }
  section.clip.solo, section.clip.first {
    margin-top: 3rem;
    padding-top: 7rem; }

.page-template-template-pricing-detail-cloud-private section.clip.commercial {
  margin-top: -80px; }

section.pre-clip {
  padding-bottom: 10rem; }

section#features {
  padding-bottom: 2rem;
  margin-top: -2.25rem; }

section.promos {
  background: #f9f9f9; }
  section.promos div.promo {
    padding: 1rem;
    border: 1px solid #c2c7cb;
    border-radius: 0.188rem;
    -webkit-border-radius: 0.188rem;
    background-size: cover;
    margin-bottom: 2rem; }
    section.promos div.promo h4 {
      text-transform: uppercase; }
    section.promos div.promo p {
      font-size: 1.275rem;
      line-height: 1.25;
      font-weight: 300; }
    section.promos div.promo.dark h4 {
      color: #fff; }
  section.promos img.promo {
    border-radius: 0.188rem;
    border: 1px solid #c2c7cb; }

main.gray section.promos {
  background: #fff; }

.awards {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase; }
  .awards a {
    display: block;
    margin-bottom: .875rem; }
  .awards .column, .awards .columns {
    padding: 0 1.875rem; }
    .awards .column img, .awards .columns img {
      margin-bottom: 2rem; }
    .awards .column p, .awards .columns p {
      margin-bottom: 0;
      padding-bottom: .5rem; }
  .awards p {
    color: #6592b8;
    font-size: .875rem; }

/***** TESTIMONIALS *****/
.testimonials .testimonial {
  border-bottom: 1px solid #efefef;
  margin: 2rem 0;
  min-height: 95%;
  padding-top: 1rem; }

.testimonials .entry {
  padding-left: 2rem; }

.testimonials blockquote {
  border-left: none;
  font-size: 1.25rem;
  padding-left: 0; }
  .testimonials blockquote p {
    font-style: italic; }

.testimonials p.name {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0; }

.testimonials .role, .testimonials h4 .role {
  font-weight: 400;
  font-size: .875rem;
  color: #a2a8a8 !important;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', serif; }

.testimonials .headshot {
  text-align: center;
  padding-top: .375rem;
  position: relative;
  left: .5rem; }
  .testimonials .headshot img {
    border-radius: 50%;
    border: 1px solid #eee;
    max-width: 100%;
    filter: grayscale(1); }

.testimonials img.logo {
  width: 4.5rem; }

.testimonials .byline-int {
  padding-left: 1.5rem; }

.panel.testimonials {
  padding-left: 2rem; }

#testimonials .panel.entry .logo-strip {
  opacity: .6;
  transition: all 150ms ease-in-out; }
  #testimonials .panel.entry .logo-strip img {
    filter: grayscale(1); }

#testimonials .panel.entry:hover .logo-strip {
  opacity: 1; }
  #testimonials .panel.entry:hover .logo-strip img {
    filter: grayscale(0); }

.page-template-template-testimonials #intro.testimonials {
  padding-top: 4rem; }
  .page-template-template-testimonials #intro.testimonials .panel.entry {
    margin-bottom: 4rem; }

@media screen and (min-width: 40em) {
  .entry-content .social {
    border-bottom: none; }
  #intro {
    padding-top: 3.5rem; }
  .page-template-default #intro {
    padding-top: 3rem; }
  .resource-entry .icon {
    left: -.45rem;
    background: #d1d1d1; }
  .resource-entry p {
    color: #b0b0b0; }
  .resource-entry:hover .icon {
    background: #b62411;
    left: -.25rem; }
  .resource-entry:hover p {
    color: #3d5051; }
  .page-template-template-testimonials .testimonials .panel.entry {
    margin-bottom: 2.5rem; }
    .page-template-template-testimonials .testimonials .panel.entry a.button {
      position: absolute;
      right: 0rem;
      top: 0rem; } }

.byline {
  color: #999; }

.entry-content {
  /*min-height: 20rem;*/
  background: #fff; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-content .alignright, .entry-content img.alignright {
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    text-align: center; }
  .entry-content video, .entry-content object {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px; }
  .entry-content code, .entry-content p.codeblock {
    display: block;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.75rem 0.5rem; }
    .entry-content code .blue, .entry-content p.codeblock .blue {
      color: #0600b5; }
    .entry-content code .purple, .entry-content p.codeblock .purple {
      color: #570b54; }
    .entry-content code .green, .entry-content p.codeblock .green {
      color: #05850a; }
  .entry-content mark {
    font-family: 'Roboto Slab', serif;
    background: #f1f6fd;
    padding: 0 .05rem;
    color: #3d5051; }
  .entry-content figure {
    margin: .5rem;
    padding: .5rem; }
    .entry-content figure table {
      border-radius: 0.188rem; }
      .entry-content figure table th {
        background: #b62411;
        padding: 0.1rem 0.625rem 0.225rem;
        font-size: .875rem;
        text-align: left; }
        .entry-content figure table th:first-child {
          border-radius: 8px 0 0; }
        .entry-content figure table th:last-child {
          border-radius: 0 8px 0 0; }
        .entry-content figure table th p {
          margin: 0;
          color: #fff; }
    .entry-content figure figcaption {
      font-size: .875rem;
      margin: .5rem 0;
      font-style: italic; }
      .entry-content figure figcaption span {
        color: #b62411; }
    .entry-content figure .code-explication-wrap {
      background: rgba(0, 0, 0, 0.05);
      position: relative; }
      .entry-content figure .code-explication-wrap .row {
        margin: 0 0 .5rem;
        padding: .125rem .625rem;
        transition: all 150ms ease-in-out; }
        .entry-content figure .code-explication-wrap .row:hover {
          background: #e9e9e9; }
          .entry-content figure .code-explication-wrap .row:hover .info {
            opacity: 1; }
        .entry-content figure .code-explication-wrap .row pre {
          font-size: .875rem;
          background: none;
          padding: .25rem;
          border: none;
          line-height: 1.4;
          border-left: 1px solid #b62411;
          width: 70%;
          color: #3d5051; }
          .entry-content figure .code-explication-wrap .row pre p {
            margin: 0; }
        .entry-content figure .code-explication-wrap .row .info {
          font-size: .875rem;
          position: absolute;
          display: block;
          top: 0;
          right: 0;
          padding: .625rem;
          background: #e9e9e9;
          opacity: 0;
          width: 30%;
          height: 100%;
          transition: all 150ms ease-in-out; }
          .entry-content figure .code-explication-wrap .row .info p {
            margin: 0; }

.wp-caption {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.03);
  padding: 1rem; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    /* width: 100%; */
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 0.875em;
    margin: 4px 0 7px;
    text-align: center;
    font-style: italic; }
  .wp-caption.aligncenter p.wp-caption-text {
    font-size: 1rem; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.188rem;
  padding: 0.85em 1em;
  margin: 0 0 1.275rem 0;
  font-size: 0.9rem;
  background-color: #b62411;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #9b1f0e;
    color: #fefefe; }

@media screen and (min-width: 40em) {
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  figure {
    margin: 2rem; } }

/*********************
PANELS/CARDS STYLES
*********************/
.panel, a.panel {
  position: relative;
  display: block;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.188rem;
  margin: 0 0 1rem;
  transition: all 150ms ease-in-out; }
  .panel.gray, a.panel.gray {
    background: #f7f7f7; }
  .panel h2, .panel h3, a.panel h2, a.panel h3 {
    margin-top: 0; }
  .panel h4, a.panel h4 {
    color: #3d5051;
    margin-top: 0; }
  .panel .event-img, a.panel .event-img {
    position: relative;
    width: 95%;
    transition: all 150ms ease-in-out; }
  .panel .icon, a.panel .icon {
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 1rem;
    left: -.25rem;
    background: #b62411;
    padding: .35rem;
    transition: all 150ms ease-in-out; }
    .panel .icon i, a.panel .icon i {
      font-size: 1.5rem;
      color: #fff; }
  .panel .vid-cap-wrap, a.panel .vid-cap-wrap {
    border: 2px solid #fff;
    height: 10rem;
    overflow: hidden;
    position: relative; }
    .panel .vid-cap-wrap img, a.panel .vid-cap-wrap img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      border-radius: 0.188rem;
      transform: translateX(-50%) translateY(-50%); }
  .panel .tn-round, a.panel .tn-round {
    display: inline-block;
    position: relative;
    margin-top: -4rem;
    margin-bottom: .5rem;
    width: 5.625rem;
    height: 5.625rem;
    overflow: hidden;
    border-radius: 2.813rem;
    -webkit-border-radius: 2.813rem;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #a9becf;
    border: 2px solid #fff;
    transition: all 150ms ease-in-out; }
    .panel .tn-round div.photo, a.panel .tn-round div.photo {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 50%;
      transition: all 150ms ease-in-out; }
  .panel time, .panel .slab, a.panel time, a.panel .slab {
    text-transform: uppercase;
    font-size: .875rem;
    display: block;
    margin-bottom: .5rem;
    color: #b0b0b0; }
  .panel .interior, a.panel .interior {
    padding: 1rem; }
  .panel p, a.panel p {
    color: #3d5051; }
  .panel .social a, a.panel .social a {
    padding: 0 .175rem;
    color: #6592b8;
    opacity: .5; }
    .panel .social a:hover, a.panel .social a:hover {
      opacity: 1; }

a.panel.entry {
  display: block;
  margin-bottom: 2rem; }
  a.panel.entry h3, a.panel.entry h4 {
    color: #b62411; }
  a.panel.entry:hover h3, a.panel.entry:hover h4 {
    color: #3d5051; }
  a.panel.entry:hover .tn-round {
    margin-top: -3.75rem;
    margin-bottom: .25rem; }
  a.panel.entry .content {
    text-align: center; }
    a.panel.entry .content p {
      text-align: left; }
  a.panel.entry.resource-entry {
    padding-left: 3rem;
    margin-bottom: 2rem; }
    a.panel.entry.resource-entry h4 {
      font-size: 1.375rem;
      color: #b62411;
      font-weight: normal; }
    a.panel.entry.resource-entry p {
      color: #3d5051; }
    a.panel.entry.resource-entry .slab {
      opacity: .75; }
    a.panel.entry.resource-entry.featured {
      background: url("../images/bg-poly-red-1.png") 0 0 no-repeat;
      background-size: cover;
      padding-left: 1rem;
      text-align: center; }
      a.panel.entry.resource-entry.featured .slab {
        color: #fefefe;
        opacity: .75;
        font-weight: 600; }
      a.panel.entry.resource-entry.featured h3 {
        color: #fff; }
      a.panel.entry.resource-entry.featured time {
        color: #fefefe;
        opacity: .5;
        display: block; }
      a.panel.entry.resource-entry.featured p {
        color: #fefefe;
        opacity: .65; }
      a.panel.entry.resource-entry.featured:hover p {
        color: #fefefe;
        opacity: 1; }
  a.panel.entry.blog-entry h4 {
    font-size: 1.25rem;
    font-weight: 600; }
  a.panel.entry.video-entry {
    padding: 0 0 1rem 0; }

a.panel.entry.blog-entry {
  margin-bottom: 4rem; }

.blog-listing .blog-feature a.panel.entry {
  margin-bottom: 0; }

.blog-listing section.filter-bar {
  margin-bottom: 3rem; }

.tn-entries .panel.entry.team-entry {
  padding-bottom: 1rem;
  margin-bottom: 4rem; }
  .tn-entries .panel.entry.team-entry h4 {
    color: #3d5051; }
  .tn-entries .panel.entry.team-entry p {
    font-size: .875rem; }
  .tn-entries .panel.entry.team-entry .interior {
    position: relative;
    height: 10rem;
    overflow: hidden; }
    .tn-entries .panel.entry.team-entry .interior:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 5rem;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.15) 16%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      transition: all 150ms ease-in-out; }
  .tn-entries .panel.entry.team-entry .tn-round {
    overflow: hidden; }
    .tn-entries .panel.entry.team-entry .tn-round .team-photo {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-size: cover;
      border-radius: 50%;
      transition: all 150ms ease-in-out; }
      .tn-entries .panel.entry.team-entry .tn-round .team-photo.top {
        background-position: 50% 0; }
      .tn-entries .panel.entry.team-entry .tn-round .team-photo.bottom {
        background-position: 50% 100%; }
  .tn-entries .panel.entry.team-entry .button.expand {
    position: absolute;
    right: 1rem;
    top: 1rem; }
    .tn-entries .panel.entry.team-entry .button.expand::before {
      display: block;
      content: "More";
      text-transform: uppercase;
      width: 100%;
      height: auto;
      letter-spacing: .05rem; }
  .tn-entries .panel.entry.team-entry:hover .tn-round .team-photo.top, .tn-entries .panel.entry.team-entry.expanded .tn-round .team-photo.top {
    opacity: 0; }
  .tn-entries .panel.entry.team-entry.panel.entry.team-entry.expanded .button.expand::before {
    content: "Less"; }
  .tn-entries .panel.entry.team-entry.panel.entry.team-entry.expanded .interior {
    height: auto; }
    .tn-entries .panel.entry.team-entry.panel.entry.team-entry.expanded .interior:after {
      opacity: 0; }

.panel.w-header {
  padding-top: 0; }
  .panel.w-header h4 {
    text-align: center;
    padding: 1rem;
    color: #fff;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 1.5rem;
    background: url("../images/bg-poly-slate-1.png") 10% 80%;
    border-radius: 3px 3px 0 0; }

@media screen and (min-width: 40em) {
  .panel.entry h4 {
    color: #3d5051; }
  .panel.entry p {
    color: #5f5f5f; }
  a.panel.entry.blog-entry h4 {
    color: #3d5051; }
  a.panel.entry p {
    color: #b0b0b0; }
  a.panel.entry:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }
    a.panel.entry:hover h4 {
      color: #b62411; }
    a.panel.entry:hover p {
      color: #3d5051; }
  a.panel.entry.resource-entry .icon {
    left: -.45rem;
    background: #d1d1d1; }
  a.panel.entry.resource-entry p {
    color: #b0b0b0; }
  a.panel.entry.resource-entry:hover .icon {
    background: #b62411;
    left: -.25rem; }
  a.panel.entry.resource-entry:hover p {
    color: #3d5051; }
  .tn-entries .panel.entry {
    margin-bottom: 2rem;
    margin-left: 2.65rem;
    padding-left: 3.5rem; }
    .tn-entries .panel.entry .tn-round {
      position: absolute;
      left: -2.875rem;
      top: 3rem; }
      .tn-entries .panel.entry .tn-round:nth-child(2) {
        top: 9rem; } }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

.sub-nav {
  transform: translateY(1px); }
  .sub-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: .725rem; }
  .sub-nav .menu {
    list-style-type: none; }
    .sub-nav .menu li.sib-menu {
      background: #fff;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      display: inline-block; }
      .sub-nav .menu li.sib-menu.is-active {
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0; }
      .sub-nav .menu li.sib-menu > a {
        color: #b62411;
        padding-right: 3rem; }
      .sub-nav .menu li.sib-menu ul a {
        color: #5f5f5f;
        text-align: left;
        opacity: 1; }
        .sub-nav .menu li.sib-menu ul a:hover {
          color: #b62411; }
      .sub-nav .menu li.sib-menu.is-active > a {
        color: #b62411; }
    .sub-nav .menu li:not(.sib-menu), .sub-nav .menu li.tabs-title {
      display: inline-block;
      float: none; }
      .sub-nav .menu li:not(.sib-menu) a, .sub-nav .menu li.tabs-title a {
        text-align: center;
        position: relative;
        font-weight: 700;
        color: #fff;
        opacity: .6; }
        .sub-nav .menu li:not(.sib-menu) a img, .sub-nav .menu li:not(.sib-menu) a svg, .sub-nav .menu li.tabs-title a img, .sub-nav .menu li.tabs-title a svg {
          margin-bottom: .275rem;
          max-width: 4.125rem;
          clear: both; }
          .sub-nav .menu li:not(.sib-menu) a img .group, .sub-nav .menu li:not(.sib-menu) a svg .group, .sub-nav .menu li.tabs-title a img .group, .sub-nav .menu li.tabs-title a svg .group {
            fill: #fff;
            transition: all 150ms ease-in-out; }
      .sub-nav .menu li:not(.sib-menu):hover a, .sub-nav .menu li.tabs-title:hover a {
        background: none;
        opacity: 1; }
      .sub-nav .menu li:not(.sib-menu):hover svg .group, .sub-nav .menu li.tabs-title:hover svg .group {
        opacity: 1; }
    .sub-nav .menu li.active > a, .sub-nav .menu li.is-active > a, .sub-nav .menu li.current_page_item > a {
      background: none;
      color: #fff;
      opacity: 1; }
      .sub-nav .menu li.active > a svg .group, .sub-nav .menu li.is-active > a svg .group, .sub-nav .menu li.current_page_item > a svg .group {
        fill: #fff;
        opacity: 1; }
  .sub-nav .is-dropdown-submenu {
    border-top: none;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px; }

section#hero.slate p.lead {
  color: #a9becf; }

section#hero.slate.has-subnav {
  padding-bottom: 0; }

section#hero.red p.lead {
  color: #a9becf; }

section#hero.white {
  padding-bottom: 1rem; }
  section#hero.white p.lead {
    color: #5f5f5f; }
  section#hero.white.has-subnav {
    padding-bottom: 0; }
    section#hero.white.has-subnav .sub-nav > .menu > li > a {
      color: #3d5051;
      opacity: .65; }
    section#hero.white.has-subnav .sub-nav > .menu > li.active > a, section#hero.white.has-subnav .sub-nav > .menu > li.is-active > a {
      color: #b62411;
      opacity: 1; }
    section#hero.white.has-subnav .sub-nav > .menu > li:hover a {
      opacity: 1; }

@media screen and (min-width: 40em) {
  .sub-nav {
    margin-top: 1.5rem; }
    .sub-nav .menu > li.active:not(.sib-menu) a:after, .sub-nav .menu > li.is-active:not(.sib-menu) a:after, .sub-nav .menu li.current_page_item > a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      left: 50%;
      margin-left: -10px;
      width: 20px;
      height: 9px;
      background: url("../images/arrow-subnav-white.png") 0 0 no-repeat;
      background-size: cover; }
    .sub-nav .menu > li:not(.sib-menu) a {
      padding-bottom: .75rem; }
    .sub-nav .menu li.sib-menu {
      border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0; }
  main#main.gray .sub-nav .menu > li.active:not(.sib-menu) a:after, main#main.gray .sub-nav .menu > li.is-active:not(.sib-menu) a:after {
    background: url("../images/arrow-subnav-gray.png") 0 0 no-repeat;
    background-size: cover; } }

/*********************
FORM STYLES
*********************/
.mktoForm {
  width: 100% !important;
  padding-bottom: .875rem;
  padding: 0 1rem 1rem; }
  .mktoForm .mktoFormCol {
    width: 100%; }
    .mktoForm .mktoFormCol .mktoFieldWrap {
      float: none;
      padding: 0 .188rem; }
      .mktoForm .mktoFormCol .mktoFieldWrap .mktoLabel {
        width: 100% !important;
        margin-bottom: .275rem; }
      .mktoForm .mktoFormCol .mktoFieldWrap .mktoGutter {
        display: none !important; }
      .mktoForm .mktoFormCol .mktoFieldWrap input, .mktoForm .mktoFormCol .mktoFieldWrap select, .mktoForm .mktoFormCol .mktoFieldWrap textarea {
        width: 100% !important;
        font-size: 1rem;
        padding: 0 0 0 .5rem; }
      .mktoForm .mktoFormCol .mktoFieldWrap select {
        padding: .5rem; }
      .mktoForm .mktoFormCol .mktoFieldWrap input {
        height: 2.4375rem; }
  .mktoForm .mktoAsterix {
    float: none;
    color: #bf0000;
    padding-left: 5px;
    display: block;
    position: absolute;
    left: -.75rem; }
  .mktoForm .mktoOffset {
    display: none; }
  .mktoForm .mktoButtonRow {
    margin-top: 1rem; }
    .mktoForm .mktoButtonRow .mktoButtonWrap {
      margin-left: 0 !important; }

footer .mktoForm {
  position: relative;
  padding: 0; }
  footer .mktoForm label {
    display: none; }
  footer .mktoForm input {
    color: #b0b0b0;
    height: 2.5rem !important;
    position: relative;
    top: 0;
    left: 0;
    padding-left: .5rem; }
  footer .mktoForm .mktoFormRow {
    width: 100%; }
  footer .mktoForm .mktoButtonRow {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto; }
    footer .mktoForm .mktoButtonRow button {
      padding: .75rem; }

#footer-subscribe .mktoForm {
  position: relative;
  padding: 0; }
  #footer-subscribe .mktoForm .mktoFormCol, #footer-subscribe .mktoForm .mktoFormRow {
    width: 100%; }
  #footer-subscribe .mktoForm label {
    display: none; }
  #footer-subscribe .mktoForm input {
    height: 2.5rem !important;
    position: relative;
    top: 0;
    left: 0;
    padding-left: .5rem; }
  #footer-subscribe .mktoForm .mktoButtonRow {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: auto; }
    #footer-subscribe .mktoForm .mktoButtonRow button {
      padding: .75rem 1rem;
      margin-left: .25rem; }

.mktoButton {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0.188rem;
  padding: 0.85em 1em;
  margin: 0 0 1.275rem 0;
  font-size: 0.9rem;
  background-color: #b62411;
  color: #fefefe; }

[data-whatinput='mouse'] .mktoButton {
  outline: 0; }

.mktoButton:hover, .mktoButton:focus {
  background-color: #9b1f0e;
  color: #fefefe; }

.mktoButton.tiny {
  font-size: 0.6rem; }

.mktoButton.small {
  font-size: 0.75rem; }

.mktoButton.large {
  font-size: 1.25rem; }

.mktoButton.primary {
  background-color: #b62411;
  color: #fefefe; }

.mktoButton.primary:hover, .mktoButton.primary:focus {
  background-color: #921d0e;
  color: #fefefe; }

select.mktoField {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #d2d2d2;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #3d5051;
  background-color: #fefefe;
  border-radius: 0.188rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2895, 95, 95%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right 0 center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }

@media screen and (min-width: 0\0) {
  select.mktoField {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select.mktoField:disabled {
  background-color: #b0b0b0;
  cursor: default; }

select.mktoField::-ms-expand {
  display: none; }

select.mktoField[multiple] {
  height: auto;
  background-image: none; }

.mktoForm .mktoFormRow[data-wrapper-for="RF_"] {
  display: none !important; }



@media screen and (min-width: 40em) {
  .mktoForm {
    padding: 0; }
    .mktoForm .mktoButtonRow {
      clear: both;
      display: block;
      width: 100%; }
  .two-col .mktoFormRow {
    width: 50%;
    display: inline-block; }
    .two-col .mktoFormRow:nth-child(4) {
      width: 100% !important; }
  /*
  .single-document_post_type, .single-landing_post_type, footer, .page-template-template-past-webinars, .page-template-template-pricing-detail-cloud, .page-template-template-pricing-detail {
    .mktoForm .mktoFormCol {
      width: 100%;
    }
  }
*/ }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget {
  margin-bottom: 2rem; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      list-style: none; }

.quicklinks {
  border-top: 1px solid #e3e3e3;
  padding-left: 1.5rem;
  padding-top: 1rem;
  margin-top: 1rem; }
  .quicklinks h5 {
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 300;
    color: #b0b0b0; }

.download-doc {
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  margin-left: 2rem; }
  .download-doc .doc-tn {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
    .download-doc .doc-tn img {
      border: 1px solid rgba(0, 0, 0, 0.2); }
  .download-doc .button {
    position: absolute;
    bottom: -1rem;
    left: -.5rem;
    right: -.5rem;
    width: auto; }

@media screen and (min-width: 40em) {
  .sidebar {
    padding-left: 2rem; }
    .sidebar .quicklinks {
      padding-top: 0;
      border-left: 1px solid #e3e3e3;
      border-top: none; }
    .sidebar .download-doc {
      position: relative;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      display: block; } }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0;
  background: #393b3c;
  padding: 2rem .375rem; }
  .footer h3, .footer h4, .footer h5, .footer h6 {
    color: #fff; }
  .footer .newsletter {
    margin-bottom: 2rem; }
    .footer .newsletter p {
      color: #fff; }
    .footer .newsletter a {
      text-transform: uppercase;
      margin-right: .5rem;
      display: inline-block;
      font-size: .875rem; }
  .footer form .input-group {
    margin-bottom: 4px; }
  .footer form [type='email'] {
    background: none;
    border: 1px solid #4c4f51; }
  .footer form button {
    border: 1px solid #4c4f51;
    border-left: none;
    background: #842d22; }
  .footer form button:hover {
    background: #ca2e1a; }
  .footer form a {
    font-size: .875rem;
    text-transform: uppercase;
    padding-left: .5rem; }
  .footer a {
    color: #a2a8a8; }
  .footer a:hover {
    color: #fff; }
  .footer .social a {
    display: inline-block;
    padding: 0 .5rem;
    font-size: 2.275rem; }
  .footer nav {
    margin-bottom: 3rem; }
    .footer nav ul {
      margin-bottom: 2rem; }
    .footer nav a {
      line-height: 1.875rem; }
    .footer nav h6 {
      color: #fff;
      text-transform: uppercase; }
  .footer .copyright a {
    text-transform: uppercase;
    font-size: .875rem; }
  .footer .v-bottom {
    border-top: 1px solid #555;
    padding-top: 20px; }

/*********************
FOUNDATION STYLES
*********************/
.row.full-width {
  width: 100%;
  max-width: 100%; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
CLIP STYLES
*********************/
section.clip {
  position: relative;
  margin-top: -11.25rem;
  padding: 11.25rem 1rem;
  -webkit-clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%); }
  section.clip.solo {
    margin-top: 5rem; }
  section.clip.dark h2.big {
    color: #fff; }
  section.clip.dark p {
    color: #d1d1d1; }
  section.clip .row:first-child .hr-headline {
    margin-top: 0; }
  section.clip h2.big {
    color: #4d5051;
    text-transform: uppercase;
    line-height: .9;
    font-size: 2.25rem;
    margin-top: 0; }
  section.clip .section-title {
    display: inline-block; }
    section.clip .section-title h2 {
      margin-bottom: 1.5rem; }
  section.clip.blue-grad {
    background: #29323e;
    background: linear-gradient(to right, #29323e 0%, #40526a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29323e', endColorstr='#40526a',GradientType=1 ); }
    section.clip.blue-grad h2 {
      color: #fff; }
    section.clip.blue-grad a {
      color: #a9becf;
      text-decoration: underline; }
    section.clip.blue-grad p.lead {
      color: #fff; }
  section.clip.white {
    background-color: #fff; }

@media screen and (min-width: 40em) {
  section.clip h2.big {
    font-size: 5.625rem;
    margin-top: 0; } }

/**************************
SYSTEM STATUS BAR STYLES
***************************/
.sticky.lower-bar {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #2d2c2c;
  z-index: 5;
  transition: all 150ms ease-in-out;
  margin-bottom: -5rem; }
  .sticky.lower-bar .system-status {
    padding: .6rem 0 .65rem;
    text-align: center;
    display: inline-block; }
    .sticky.lower-bar .system-status .slab {
      margin-bottom: .35rem;
      text-transform: uppercase;
      font-size: .5rem; }
    .sticky.lower-bar .system-status .status-msg img {
      position: relative;
      width: 1.25rem;
      height: 1.25rem;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      top: -.15rem; }
  .sticky.lower-bar .button-row {
    padding-top: .5rem; }
    .sticky.lower-bar .button-row.text-right .button {
      margin: 0 0 0 .725rem; }
  .sticky.lower-bar .dropdown-pane {
    background: #1d1d1d;
    color: #fff;
    top: -2rem !important;
    left: 0 !important;
    text-align: left;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0; }
  .sticky.lower-bar.stuck {
    margin-bottom: -5rem; }

body.hero-out .sticky.lower-bar {
  margin-bottom: 0rem; }
  body.hero-out .sticky.lower-bar.stuck {
    opacity: 1;
    position: fixed;
    margin-bottom: 0; }

body.hero-in .sticky.lower-bar {
  margin-bottom: -5rem;
  position: fixed; }

@media screen and (min-width: 40em) {
  .sticky.lower-bar {
    min-height: 4.375rem; }
    .sticky.lower-bar .system-status {
      padding: .25rem 0;
      text-align: left; }
      .sticky.lower-bar .system-status .slab {
        font-size: .75rem;
        margin-bottom: .5rem;
        border-bottom: 1px solid #575656; }
      .sticky.lower-bar .system-status .status-msg img {
        margin-right: .5rem;
        width: 1.5rem;
        height: 1.5rem; }
    .sticky.lower-bar .button-row {
      padding-top: .875rem; } }

/*********************
HOMEPAGE STYLES
*********************/
.home.page section#hero {
  background: #000;
  position: relative;
  padding: 5.5rem 0 0;
  overflow: hidden; }
  .home.page section#hero .hero-background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat; }
  .home.page section#hero .redis-logofont {
    text-transform: none;
    font-size: 2.25rem; }
.page-template-template-generic section#hero video,
  .home.page section#hero video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .home.page section#hero .hero-text-wrap {
    position: relative;
    z-index: 6;
    padding: 0 .425rem; }
    .home.page section#hero .hero-text-wrap h2 {
      color: #fff;
      line-height: 1.2;
      font-size: 2.25rem;
      margin-bottom: 1.25rem;
      text-align: left;
      margin-top: .5rem; }
      @media screen and (min-width: 40em) {
        .home.page section#hero .hero-text-wrap h2 {
          font-size: 3.125rem; } }
    .home.page section#hero .hero-text-wrap a:not(.button) {
      color: #fff;
      text-decoration: underline; }
  .home.page section#hero .why-redis {
    position: relative;
    z-index: 0;
    padding: 6rem .425rem 13.75rem;
    background: linear-gradient(to bottom, transparent 0%, black 24%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
    .home.page section#hero .why-redis .why-container {
      position: relative; }
      .home.page section#hero .why-redis .why-container .why-content {
        display: none;
        opacity: 0;
        transition: all 150ms ease-in-out; }
        .home.page section#hero .why-redis .why-container .why-content.active {
          opacity: 1;
          display: block; }
    .home.page section#hero .why-redis .title-row h2 {
      display: block;
      color: #fff;
      margin-top: .5rem;
      transition: all 150ms ease-in-out; }
      .home.page section#hero .why-redis .title-row h2.active {
        color: #b62411;
        opacity: .5; }
    .home.page section#hero .why-redis .title-row .switch {
      opacity: .85;
      display: block;
      margin: 1rem;
      transform: translateY(0.15rem);
      transition: all 150ms ease-in-out;
      transform: rotate(90deg); }
      .home.page section#hero .why-redis .title-row .switch:hover {
        opacity: 1; }
      .home.page section#hero .why-redis .title-row .switch .switch-paddle {
        position: relative;
        background-color: #b62411; }
        .home.page section#hero .why-redis .title-row .switch .switch-paddle:before, .home.page section#hero .why-redis .title-row .switch .switch-paddle .arrow-r {
          opacity: .5;
          content: "";
          display: block;
          position: absolute;
          top: .3rem;
          left: .75rem;
          width: 1.5rem;
          height: 1.5rem;
          background: url("../images/arrow-left.svg") 0 0 no-repeat;
          background-size: auto 90%; }
        .home.page section#hero .why-redis .title-row .switch .switch-paddle .arrow-r {
          width: 1.275rem;
          height: 1.275rem;
          display: inline-block;
          left: auto;
          top: .35rem;
          right: .05rem;
          background: url("../images/arrow.svg") 0 0 no-repeat; }
    .home.page section#hero .why-redis .title-row input:checked ~ .switch-paddle {
      background-color: #5f5f5f; }
    .home.page section#hero .why-redis p {
      text-align: center;
      font-size: 1.25rem;
      color: #fff; }
    .home.page section#hero .why-redis .button-row {
      margin-top: 2rem; }
      .home.page section#hero .why-redis .button-row .button.hollow {
        color: #fff; }

.home.page section:not(#hero) .redis-logofont {
  color: #b62311; }

.home.page section:not(#hero) .redis-logofont, .home.page section:not(#hero) .awards-icon {
  position: relative; }

.home.page section:not(#hero) .redis-logofont:before, .home.page section:not(#hero) .awards-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -34px;
  width: 68px;
  height: 25px;
  background: url("../images/arrow-section-down.png") 0 0 no-repeat; }

.home.page section#customers {
  min-height: 600px;
  background: #fff; }
  .home.page section#customers .wrapper {
    padding: 3rem 0;
    position: relative;
    z-index: 1; }
  .home.page section#customers ul {
    margin: 1rem 0 1rem; }
    .home.page section#customers ul li {
      text-align: center; }
      .home.page section#customers ul li div {
        text-align: center;
        display: block;
        padding: 1rem 1rem 0; }
        @media screen and (min-width: 40em) {
          .home.page section#customers ul li div {
            padding: 1.5rem; } }
        .home.page section#customers ul li div img {
          vertical-align: middle;
          /* filter: grayscale(100%); */
           }

.home.page section#advantages {
  background: #f5f5f5;
  padding: 3.5rem 0;
  position: relative; }
  @media screen and (min-width: 63em) {
    .home.page section#advantages {
      padding: 6rem 0; }
      .home.page section#advantages h2 {
        position: absolute;
        top: 10rem;
        left: 50%;
        margin-left: 9.5rem;
        z-index: 1; }
      .home.page section#advantages .button {
        position: absolute;
        bottom: 8rem;
        left: 50%;
        margin-left: 9.5rem;
        z-index: 1; } }

.home.page section#featured-client {
  background: #fff;
  padding: 3.5rem 0; }
  @media screen and (min-width: 40em) {
    .home.page section#featured-client {
      padding: 6rem 0; } }
  .home.page section#featured-client .client-logo {
    max-width: 65%; }
    @media screen and (min-width: 40em) {
      .home.page section#featured-client .client-logo {
        margin: 2rem;
        max-width: 90%; } }
  .home.page section#featured-client p.lead {
    font-weight: 300;
    font-size: 2.175rem; }
.home #featured-client .interior .text-center {
	text-transform: uppercase; 	
}
.home.page section#modules {
  /* background: #f4f5f7 url('../images/bg-home-modules.jpg') 60% 50% no-repeat; */
  background-size: cover; }

.home.page section#accolades {
  padding: 0; }
  .home.page section#accolades .orbit {
    margin: 0; }
    .home.page section#accolades .orbit .orbit-container {
      max-height: 24.625rem !important;
      overflow: hidden; }
      @media screen and (min-width: 40em) {
        .home.page section#accolades .orbit .orbit-container {
          max-height: 30.625rem !important; } }
      .home.page section#accolades .orbit .orbit-container .orbit-previous {
        left: 0; }
      .home.page section#accolades .orbit .orbit-container .orbit-next {
        right: 0; }
      .home.page section#accolades .orbit .orbit-container .orbit-previous, .home.page section#accolades .orbit .orbit-container .orbit-next {
        background: none; }
        .home.page section#accolades .orbit .orbit-container .orbit-previous:hover, .home.page section#accolades .orbit .orbit-container .orbit-next:hover {
          background: none; }
    .home.page section#accolades .orbit .orbit-slide {
      margin: 0; }
      .home.page section#accolades .orbit .orbit-slide .slide-wrapper {
        padding: 4rem 1rem 0;
        height: 24.625rem;
        background-size: cover;
        background-position: 50% 0;
        background-repeat: no-repeat; }
        @media screen and (min-width: 40em) {
          .home.page section#accolades .orbit .orbit-slide .slide-wrapper {
            height: 32.625rem;
            padding-top: 5.5rem;
            background-position: 100% 0; } }
        .home.page section#accolades .orbit .orbit-slide .slide-wrapper .logo {
          max-width: 150px;
          margin-bottom: 1rem; }
        .home.page section#accolades .orbit .orbit-slide .slide-wrapper h4 {
          color: #fff;
          font-weight: 300;
          font-size: 2rem;
          line-height: 1.875rem;
          margin: 0 0 2rem; }
          @media screen and (min-width: 40em) {
            .home.page section#accolades .orbit .orbit-slide .slide-wrapper h4 {
              font-size: 2.5rem;
              line-height: 2.4rem; } }
    .home.page section#accolades .orbit .orbit-bullets {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%); }
      .home.page section#accolades .orbit .orbit-bullets button {
        background-color: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 0.5);
        width: 1.5rem;
        height: 1.5rem; }
      .home.page section#accolades .orbit .orbit-bullets button.is-active {
        background-color: white; }

.home.page section#accolades-2 {
  background: #f6f6f6; }
  .home.page section#accolades-2 .awards img {
    opacity: .75;
    filter: grayscale(1); }

.home.page section#ecosystem {
  background: white;
  padding: 3.5rem 0; }
  @media screen and (min-width: 40em) {
    .home.page section#ecosystem {
      padding: 6rem 0; } }
  .home.page section#ecosystem h2.big {
    color: #3A4250;
    margin-bottom: 2rem; }
@media screen and (max-width: 1024px)  {
	.home.page section#ecosystem h2.big {
		text-align: center;
	}
}
  .home.page section#ecosystem .lead {
    color: #d2d2d2; }
  .home.page section#ecosystem .tabs.vertical :after {
    display: none; }
  .home.page section#ecosystem .tabs.vertical .tabs-title a {
    padding: .5rem 1rem .5rem .5rem; 
    color: #3A4250;}
  .home.page section#ecosystem .tabs-panel {
    padding-right: .5rem; }
    .home.page section#ecosystem .tabs-panel .column, .home.page section#ecosystem .tabs-panel .columns {
      text-align: center;
      margin-bottom: 40px; }
      .home.page section#ecosystem .tabs-panel .column img, .home.page section#ecosystem .tabs-panel .columns img {
        width: auto;
        height: auto; 
        max-height: 70px;
        }


.home.page section#ecosystem #panel2v.tabs-panel .column img {
	max-height: 50px;
}
 
.home.page section#promos {
  background: #fff;
  padding: 3rem 0; }
  .home.page section#promos .entry {
    position: relative;
    margin: 0 .5rem 2rem;
    min-height: 22rem;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .home.page section#promos .entry .inner {
      padding: 8rem 2rem 0; }
      .home.page section#promos .entry .inner h3 {
        font-size: 1.875rem;
        color: #fff;
        font-weight: 300;
        margin-bottom: 1.5rem;
        line-height: 1.25; }
      .home.page section#promos .entry .inner .button.ghost {
        color: #fff;
        font-size: 1rem;
        background: rgba(0, 0, 0, 0.3);
        border: 1px solid rgba(255, 255, 255, 0.5); }
        .home.page section#promos .entry .inner .button.ghost:hover {
          opacity: .75; }

#main .hero-text-wrap h1, #main .hero-text-wrap .button-row {
  opacity: 0;
  transition: all 150ms ease-in-out;
  transform: translateX(2rem); }

#main .hero-text-wrap #animation_container {
  width: 20rem !important;
  height: 3.75rem !important; }
  #main .hero-text-wrap #animation_container canvas {
    width: 20rem !important;
    height: 3.75rem !important; }

#main .hero-text-wrap h1 {
  /* Safari */
  transition-delay: 3s; }

#main .hero-text-wrap .button-row {
  /* Safari */
  transition-delay: 3.25s; }

#main.loaded .hero-text-wrap h1, #main.loaded .hero-text-wrap .button-row {
  opacity: 1;
  transform: translateX(0); }

@media screen and (min-width: 40em) {
  .home.page section#hero {
    padding: 10.5rem 0 0; }
    .home.page section#hero .hero-text-wrap h1 {
      font-size: 3rem; }
    .home.page section#hero .hero-text-wrap #animation_container {
      width: 37.5rem !important;
      height: 7.063rem !important; }
      .home.page section#hero .hero-text-wrap #animation_container canvas {
        width: 37.5rem !important;
        height: 7.063rem !important; }
    .home.page section#hero .why-redis {
      padding-top: 10rem; }
      .home.page section#hero .why-redis .title-row h2 {
        display: inline-block;
        margin-bottom: 1.5rem; }
      .home.page section#hero .why-redis .title-row .switch {
        display: inline-block;
        transform: rotate(0deg); }
        .home.page section#hero .why-redis .title-row .switch .switch-paddle {
          width: 7rem; }
        .home.page section#hero .why-redis .title-row .switch input:checked ~ .switch-paddle::after {
          left: 5.15rem; }
  .home.page section#customers .orbit .orbit-bullets {
    margin-top: -2rem; }
    .home.page section#customers .orbit .orbit-bullets button {
      padding: .5rem;
      width: 3.75rem;
      height: 3.75rem;
      margin: 0 .5rem; }
  .home.page section#customers .orbit .testimonial-content .name {
    border-top: 1px dotted #ddd;
    padding-top: .5rem; }
  .home.page section#customers .orbit .testimonial-content .name, .home.page section#customers .orbit .testimonial-content .role {
    text-align: right;
    margin-right: 1rem; }
  .home.page section#customers .orbit .testimonial-content .button {
    position: absolute;
    top: 13rem;
    left: 2rem; }
  section#modules {
    /* background: #f4f5f7 url('../images/bg-home-modules.jpg') 50% 50% no-repeat; */
    background-size: cover; } }

@media screen and (min-width: 63em) {
  section#hero .why-redis .title-row h2 {
    font-size: 3rem; } }

/*********************
PRODUCTS STYLES
*********************/
.page-template-template-product-detail section#hero .product-icon, .page-template-template-product-info section#hero .product-icon, .page-template-template-compare section#hero .product-icon, .page-template-template-product-training section#hero .product-icon {
  margin-bottom: 1rem; }

.page-template-template-product-detail section#hero h1, .page-template-template-product-info section#hero h1, .page-template-template-compare section#hero h1, .page-template-template-product-training section#hero h1 {
  text-transform: none;
  margin-bottom: 2rem; }

.page-template-template-product-detail #inner-content, .page-template-template-product-info #inner-content, .page-template-template-compare #inner-content, .page-template-template-product-training #inner-content {
  background: #fff; }

.page-template-template-product-detail #hero .row, .page-template-template-product-detail #intro, .page-template-template-product-info #hero .row, .page-template-template-product-info #intro, .page-template-template-compare #hero .row, .page-template-template-compare #intro, .page-template-template-product-training #hero .row, .page-template-template-product-training #intro {
  transition: opacity 450ms ease-out;
  opacity: 0; }

.page-template-template-product-detail #intro, .page-template-template-product-info #intro, .page-template-template-compare #intro, .page-template-template-product-training #intro {
  transition-delay: 300ms; }

.page-template-template-product-detail main#main.loaded.loaded #hero .row, .page-template-template-product-detail main#main.loaded.loaded #intro, .page-template-template-product-info main#main.loaded.loaded #hero .row, .page-template-template-product-info main#main.loaded.loaded #intro, .page-template-template-compare main#main.loaded.loaded #hero .row, .page-template-template-compare main#main.loaded.loaded #intro, .page-template-template-product-training main#main.loaded.loaded #hero .row, .page-template-template-product-training main#main.loaded.loaded #intro {
  opacity: 1; }

#intro.products {
  padding-top: 7rem;
  margin-bottom: -3rem; }

.product.panel.entry {
  margin-bottom: 6rem;
  padding: 0 1rem 1rem;
  background: #fff;
  border-top: 6px solid #d1d1d1;
  border-radius: 0.188rem;
  -webkit-border-radius: 0.188rem; }
  .product.panel.entry img.product-icon {
    margin-top: -3.875rem;
    margin-bottom: 1rem;
    transition: all 150ms ease-in-out; }
  .product.panel.entry h3 {
    color: #b62411;
    margin-top: 0;
    margin-bottom: 1rem; }
    .product.panel.entry h3 sup {
      text-transform: uppercase;
      font-size: 1rem;
      font-family: 'Roboto Slab', serif;
      font-weight: 400;
      letter-spacing: .04em; }
  .product.panel.entry p {
    margin-bottom: 2rem; }
  .product.panel.entry.extension {
    margin-bottom: 2rem;
    padding-top: 2rem;
    border-top: none;
    background: #fafafa;
    border: 1px solid #eeecec; }
  .product.panel.entry:hover img.product-icon {
    transform: translateY(-0.5rem); }

.toggle-wrapper {
  text-align: right;
  margin-bottom: 1rem;
  margin-top: -1.5rem; }
  .toggle-wrapper button.accordion-toggle {
    color: #b62411;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .04rem; }

.product-feature-grid {
  margin-bottom: 2rem; }
  .product-feature-grid .entry {
    border: 1px solid #3d5051;
    background: #3d5051; }
    .product-feature-grid .entry p {
      padding: 1rem;
      color: #fff;
      margin: 0; }
    .product-feature-grid .entry p.benchmark {
      background: #fff;
      color: #3d5051; }

.download-listing h2 {
  margin: 3rem 0 1.5rem !important;
  text-align: center; }

.download-listing > h5 {
  margin-bottom: 3rem;
  text-align: center; }

.download-listing .download-entry {
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .download-listing .download-entry h5 {
    font-weight: normal; }
    .download-listing .download-entry h5 strong {
      font-weight: 600;
      text-transform: uppercase; }
  .download-listing .download-entry p {
    display: block;
    margin-bottom: 1rem; }
    .download-listing .download-entry p.logo {
      text-align: center; }
  .download-listing .download-entry img, .download-listing .download-entry svg {
    max-height: 5rem;
    max-width: 8rem; }
  .download-listing .download-entry .button {
    margin-bottom: .125rem; }
  .download-listing .download-entry:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .download-listing .download-entry:last-child .button .small {
      padding-top: .5rem;
      clear: both;
      display: block;
      text-transform: none;
      opacity: .75; }

.deployments {
  margin-top: 2rem; }
  .deployments img {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .deployments a {
    position: relative;
    display: block;
    border: 1px solid rgba(182, 36, 17, 0.3);
    margin-bottom: 2rem;
    border-radius: 0.188rem; }
    .deployments a:after {
      opacity: 0;
      content: "CONNECT";
      font-weight: 600;
      width: 100%;
      height: 100%;
      padding-top: 46%;
      top: 0;
      left: 0;
      position: absolute;
      display: block;
      text-align: center;
      color: #b62411;
      background: rgba(255, 255, 255, 0.85);
      transition: all 150ms ease-in-out; }
    .deployments a:hover {
      border: 1px solid #b62411; }
      .deployments a:hover:after {
        opacity: 1; }

@media screen and (min-width: 40em) {
  .product, .solution .interior {
    padding: 0 2rem 1rem; }
  .download-listing .row p {
    display: inline-block;
    margin-bottom: 0; }
    .download-listing .row p.logo {
      width: 9rem;
      text-align: center; }
  .download-listing .row img, .download-listing .row svg {
    max-height: 5rem;
    max-width: 8rem; } }

.page-template-template-modules section#modules {
  border-top: 1px solid #ddd;
  padding: 8rem 0 8rem;
  margin-top: 3rem; }

@media screen and (min-width: 63em) {
  .product, .solution .interior {
    padding: 0 3rem 1rem; } }

/*********************
SOLUTION STYLES
*********************/
.solutions .solution {
  position: relative;
  background: #fff;
  border-radius: 0.188rem;
  -webkit-border-radius: 0.188rem;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all 150ms ease-in-out; }
  .solutions .solution .icon-wrap {
    text-align: center;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    background: #f1f1f1;
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    transition: all 150ms ease-in-out; }
    .solutions .solution .icon-wrap svg {
      width: 100px;
      height: 100px;
      transition: all 350ms ease-in-out; }
      .solutions .solution .icon-wrap svg .ico-group {
        transition: all 350ms ease-in-out; }
  .solutions .solution .interior {
    padding: 1rem;
    transition: all 150ms ease-in-out; }
    .solutions .solution .interior h3 {
      font-weight: 400;
      line-height: 1;
      color: #3d5051; }
    .solutions .solution .interior p {
      color: #5f5f5f;
      transition: all 150ms ease-in-out; }
  .solutions .solution:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }
    .solutions .solution:hover h3 {
      color: #b62411; }

.parent-gate .solution {
  padding-bottom: 3.5rem;
  border-top: 6px solid #b62411; }
  .parent-gate .solution .button {
    position: absolute;
    bottom: 0rem;
    white-space: nowrap;
    transform: translateX(-50%); }

@media screen and (min-width: 40em) {
  .solutions .solution .icon-wrap {
    padding: 1.725rem 1rem; }
    .solutions .solution .icon-wrap svg {
      width: 120px;
      height: 120px; }
  .solutions .solution .interior h3 {
    line-height: 1.25; }
  .solutions .solution .interior p {
    color: #3d5051;
    opacity: .5; }
  .solutions .solution:hover .icon-wrap {
    padding: 1.25rem 1rem; }
  .solutions .solution:hover p {
    opacity: 1; }
  .child-gate a .solution .interior {
    padding-bottom: 0; }
    .child-gate a .solution .interior:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 30%;
      left: 0;
      bottom: 0;
      transition: all 150ms ease-in-out;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .child-gate a:hover .interior p {
    opacity: 1; }
  .child-gate a:hover .interior:after {
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); } }

/***********************
LISTING GATEWAY STYLES
***********************/
.listing-gateway section#hero.white {
  padding-bottom: 3rem; }

section.listings .listing-set {
  margin-bottom: 2rem;
  padding: 0 .5rem; }
  section.listings .listing-set h4 {
    padding-bottom: .5rem;
    margin-bottom: 0;
    border-bottom: 1px solid #b62411; }
  section.listings .listing-set ul {
    padding-left: 0;
    margin-left: 0; }
    section.listings .listing-set ul li {
      list-style-type: none;
      line-height: 1.5;
      border-bottom: 1px solid #efefef; }
      section.listings .listing-set ul li a {
        color: #3d5051;
        padding: .875rem .5rem 1rem;
        display: block; }
        section.listings .listing-set ul li a:hover {
          background: rgba(255, 255, 255, 0.5);
          color: #b62411; }
          section.listings .listing-set ul li a:hover .slab {
            color: #b0b0b0; }
      section.listings .listing-set ul li .slab {
        float: right;
        color: #b0b0b0;
        padding-top: .25rem;
        font-size: .875rem;
        text-transform: uppercase; }

/***********************
WHY STYLES
***********************/
.cap-set {
  margin-bottom: 2rem; }
  .cap-set .columns {
    margin-bottom: 2rem; }

.use-case-grid h5 {
  margin-bottom: 2rem; }

.use-case-grid .column, .use-case-grid .columns {
  margin-bottom: 2rem; }

.page-template-template-why section#capabilities.clip {
  padding-top: 8rem;
  margin-top: -4.5rem; }

.page-template-template-why .contributions-header {
  border-bottom: 1px solid #b62411;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.page-template-template-why .contributions li {
  position: relative;
  cursor: pointer;
  padding: .75rem;
  transition: all 150ms ease-in-out; }
  .page-template-template-why .contributions li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 98%;
    height: 1;
    border-bottom: 1px solid #eee; }
  .page-template-template-why .contributions li:hover {
    background: #efefef; }

.page-template-template-why-labs section:not(#breadcrumb):not(.promos) {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .page-template-template-why-labs section:not(#breadcrumb):not(.promos) h2 {
    margin-bottom: 1.5rem; }
  .page-template-template-why-labs section:not(#breadcrumb):not(.promos) .panel h5 {
    text-align: center; }
  .page-template-template-why-labs section:not(#breadcrumb):not(.promos) .panel ul.disc {
    margin-bottom: 0; }
    .page-template-template-why-labs section:not(#breadcrumb):not(.promos) .panel ul.disc li:last-child {
      margin-bottom: 0; }

.page-template-template-why-labs section#intro {
  padding-top: 6rem; }

.page-template-template-why-labs section#cost-reduction {
  padding-bottom: 7rem; }

.page-template-template-why-labs .icon-wrap {
  text-align: center; }
  .page-template-template-why-labs .icon-wrap img {
    max-width: 100px; }

.redis-diagram {
  margin-bottom: 2rem;
  position: relative; }
  .redis-diagram:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 104%;
    margin-left: -2%;
    margin-top: -1px;
    height: 30%;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 1; }
  .redis-diagram .column.redis-logo, .redis-diagram .redis-logo.columns {
    margin-top: -3.75rem;
    margin-bottom: 0; }
    .redis-diagram .column.redis-logo #animation_container, .redis-diagram .redis-logo.columns #animation_container {
      margin-bottom: 0;
      position: relative;
      z-index: 2;
      margin-left: -135px;
      left: 50%;
      top: 2rem; }
      .redis-diagram .column.redis-logo #animation_container canvas#canvas, .redis-diagram .redis-logo.columns #animation_container canvas#canvas {
        width: 300px !important;
        height: 56.5px !important; }
  .redis-diagram .interior {
    position: relative;
    z-index: 2; }
  .redis-diagram .columns {
    transition: transform 150ms ease-in-out, opacity 150ms ease-in-out; }
    .redis-diagram .columns:not(.redis-logo) {
      opacity: 0;
      transform: translateX(-25%); }
    .redis-diagram .columns.first {
      transition-delay: 2s; }
      .redis-diagram .columns.first a.panel {
        background-position: 100% 100%; }
    .redis-diagram .columns.second {
      transition-delay: 2.5s; }
    .redis-diagram .columns.third {
      transition-delay: 3s; }
      .redis-diagram .columns.third a.panel {
        background-position: 80% 80%; }
    .redis-diagram .columns.fourth {
      transition-delay: 3.5s; }
      .redis-diagram .columns.fourth a.panel {
        background-position: 60% 80%; }
  .redis-diagram a.panel {
    position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    background: url("../images/bg-poly-white-1.jpg") 50% 50% no-repeat; }
    .redis-diagram a.panel:before {
      content: "+";
      display: block;
      width: 30px;
      height: 30px;
      font-size: 3rem;
      position: absolute;
      line-height: 1;
      top: -43px;
      left: 50%;
      margin-left: -15px;
      color: #5f5f5f; }
    .redis-diagram a.panel.first-panel {
      color: #3d5051; }
      .redis-diagram a.panel.first-panel:hover {
        box-shadow: none; }
      .redis-diagram a.panel.first-panel:before {
        display: none; }

main.loaded .redis-diagram .columns:not(.redis-logo) {
  opacity: 1;
  transform: translateX(0); }

@media screen and (min-width: 40em) {
  .page-template-template-why section#extenstions.white {
    padding-bottom: 6rem; }
  .page-template-template-why section#capabilities.clip {
    padding-bottom: 14rem; }
  .page-template-template-why section.clip {
    padding-top: 8rem; }
  .page-template-template-why-labs section:not(#breadcrumb):not(.promos) {
    padding-top: 4rem; }
  .page-template-template-why-labs section.clip {
    margin-top: -7.25rem;
    padding: 8.25rem 1rem; }
    .page-template-template-why-labs section.clip.blue-grad {
      margin-top: 0; }
  .redis-diagram .column.redis-logo, .redis-diagram .redis-logo.columns {
    margin-bottom: 0; }
    .redis-diagram .column.redis-logo #animation_container, .redis-diagram .redis-logo.columns #animation_container {
      top: 0;
      margin-bottom: 1rem;
      width: 555px;
      left: 50%;
      margin-left: -270px; }
      .redis-diagram .column.redis-logo #animation_container canvas#canvas, .redis-diagram .redis-logo.columns #animation_container canvas#canvas {
        width: 555px !important;
        height: 113px !important; }
  .redis-diagram a.panel.entry {
    margin-bottom: 0; }
    .redis-diagram a.panel.entry:before {
      top: .875rem;
      left: 0;
      margin-left: -30px; }
    .redis-diagram a.panel.entry.first:before {
      display: none; } }

/***********************
PRICING STYLES
***********************/
.pricing-row {
  position: relative;
  margin-top: 3em; }
  .pricing-row .columns {
    position: relative;
    margin-bottom: 4rem; }
  .pricing-row a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    margin: 0 1rem;
    transition: all 150ms ease-in-out;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .pricing-row a .product-icon {
      margin-top: -2.5rem; }
    .pricing-row a h3 {
      font-size: 1.250rem;
      color: #b62411;
      padding-top: .5rem;
      margin-top: 0; }
    .pricing-row a h4 {
      font-family: 'Roboto Slab', serif;
      font-size: .875rem;
      text-transform: uppercase;
      color: #b0b0b0;
      font-weight: 400;
      margin-bottom: 1rem;
      margin-top: 0; }
    .pricing-row a ul.check {
      margin-bottom: 2rem; }
      .pricing-row a ul.check li {
        text-align: left;
        color: #5f5f5f; }

.page-template-template-pricing-detail-cloud section#hero .product-icon {
  margin-bottom: 1rem; }

.page-template-template-pricing-detail-cloud section#hero h1 {
  text-transform: none; }

.pricing-layout section#intro {
  padding-bottom: 3rem; }

@media screen and (min-width: 40em) {
  .pricing-row {
    margin-top: 1rem; }
    .pricing-row .columns a {
      margin: 0 .5rem;
      padding-bottom: 4rem;
      border: none; }
      .pricing-row .columns a .button {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
  #intro.pricing.parent-gate {
    padding-top: 3.5rem; }
  .pricing-layout section.clip.white {
    margin-top: -30rem;
    padding-top: 23rem; } }

@media screen and (min-width: 63em) {
  .pricing-row .columns {
    position: relative;
    margin-bottom: 1rem; }
  .pricing-row .pinline {
    position: absolute;
    top: -2px;
    left: 1rem;
    right: 1rem;
    height: 2px;
    width: auto;
    background: #d8d8d8; } }

/***********************
EVENTS STYLES
***********************/
.page-template-template-events .entry, .page-template-template-webinars .entry {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee; }
  .page-template-template-events .entry h4, .page-template-template-webinars .entry h4 {
    color: #b62411; }
  .page-template-template-events .entry .thumb-col a, .page-template-template-webinars .entry .thumb-col a {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 1rem; }
    .page-template-template-events .entry .thumb-col a .wp-post-image, .page-template-template-webinars .entry .thumb-col a .wp-post-image {
      position: relative;
      transition: all 150ms ease-in-out; }
    .page-template-template-events .entry .thumb-col a img.alignright, .page-template-template-webinars .entry .thumb-col a img.alignright {
      float: none !important;
      margin: 0; }
  .page-template-template-events .entry time, .page-template-template-webinars .entry time {
    text-transform: uppercase;
    font-size: .875rem;
    display: block;
    margin-bottom: .725rem;
    color: #6592b8; }
  .page-template-template-events .entry:hover h4, .page-template-template-webinars .entry:hover h4 {
    color: #3d5051; }

.page-template-template-events .featured, .page-template-template-webinars .featured {
  margin-bottom: 2rem; }

.single-events_post_type section#intro {
  padding: .5rem 0 0; }
  .single-events_post_type section#intro h1 {
    margin-bottom: 0; }

.single-events_post_type .featured-image {
  border-bottom: 1px solid #efefef;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.single-events_post_type time.slab {
  display: block;
  margin-top: 1rem;
  color: #6592b8; }

.single-events_post_type .social {
  text-align: center;
  border-bottom: none; }

@media screen and (min-width: 40em) {
  .event-listing a.entry:hover .event-img {
    margin-left: 5%; }
  .event-listing .entry .thumb-col {
    text-align: right; }
    .event-listing .entry .thumb-col a {
      display: inline-block;
      width: 150px;
      height: 150px; }
      .event-listing .entry .thumb-col a .wp-post-image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translateX(-50%) translateY(-50%);
        transition: all 150ms ease-in-out; }
  .single-events_post_type #intro {
    padding: 1.5rem 0 0; }
    .single-events_post_type #intro img {
      width: auto; }
    .single-events_post_type #intro time.slab {
      color: #6592b8;
      font-size: 1.75rem; } }

/***********************
BLOG STYLES
***********************/
.blog-listing #hero.has-feature {
  padding-bottom: 10rem; }

.blog-listing section#features {
  margin-bottom: 0;
  margin-top: -6rem; }

.single-post section#hero {
  padding-top: 5rem; }
  .single-post section#hero img {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: auto;
    margin-bottom: 1rem; }
  .single-post section#hero h1 {
    font-size: 1.875rem;
    color: #3d5051;
    margin-bottom: 1.75rem; }
  .single-post section#hero p.byline.slab {
    font-size: .875rem;
    text-transform: uppercase;
    position: relative;
    text-align: center; }
    .single-post section#hero p.byline.slab a {
      color: #5f5f5f; }
  .single-post section#hero.white {
    min-height: 3rem; }
    .single-post section#hero.white:before {
      background-image: url("../images/bg-poly-slate-1.png"); }

.single-post .entry-content {
  padding-top: 1rem;
  padding-bottom: 3rem; }

@media screen and (min-width: 40em) {
  body.single section#hero {
    padding-top: 7.5rem;
    padding-bottom: 1rem; }
    body.single section#hero img {
      margin-bottom: 0;
      width: 100%; }
    body.single section#hero h1 {
      font-size: 3rem;
      line-height: 1.4; }
    body.single section#hero h4.slab {
      margin-bottom: .15rem; }
    body.single section#hero p.byline.slab {
      position: absolute;
      bottom: .5rem; }
  body.single .entry-content {
    padding-top: 2rem; }
  body.single .blog-listing #hero h1 {
    margin-bottom: 2rem; }
  body.single.single-post section#hero .byline-wrapper.text-center p.byline.slab {
    padding-top: 1.5rem;
    position: relative; }
  body.single.single-post h2 {
    font-size: 2rem; }
  body.single.single-post h3 {
    font-size: 1.75rem; }
  body.single.single-post h4 {
    font-size: 1.5rem; }
  body.single.single-post h5 {
    font-size: 1.25rem; } }

/***********************
PARTNER STYLES
***********************/
.partners.parent-gate .panel.partner-funnel {
  padding-bottom: 2.25rem;
  margin-bottom: 2rem; }
  .partners.parent-gate .panel.partner-funnel h3 {
    text-transform: uppercase; }
  .partners.parent-gate .panel.partner-funnel .button {
    white-space: nowrap;
    position: absolute;
    bottom: -2.5rem;
    left: 50%;
    transform: translateX(-50%); }

.partners-listing #hero .button {
  margin-bottom: 1rem;
  margin-top: .5rem; }

.partners-listing section#intro {
  padding-top: 2rem; }

.partners-listing .tabs-panel {
  position: absolute;
  opacity: 0;
  pointer-events: none; }
  .partners-listing .tabs-panel.is-active {
    opacity: 1;
    position: relative;
    pointer-events: auto; }
  .partners-listing .tabs-panel .logo img {
    float: none; }
  .partners-listing .tabs-panel p.lead {
    margin-bottom: 3rem; }
  .partners-listing .tabs-panel h4 {
    border-top: 1px solid #edd2ce;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .25rem;
    font-size: 1.25rem; }
  .partners-listing .tabs-panel .panel.card:hover {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }

.single .partner-listing section#hero h1 {
  font-weight: 600;
  text-transform: uppercase; }

section#intro.partner-details h1 {
  margin-bottom: 1rem; }

section#intro.partner-details .logo {
  text-align: center;
  margin-bottom: 1rem; }
  section#intro.partner-details .logo img {
    border: 1px solid rgba(0, 0, 0, 0.1); }

/***********************
DOCUMENTATION STYLES
***********************/
.documentation section#intro .entry-content {
  position: relative;
  padding: 1rem;
  border-radius: 0.188rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }
  .documentation section#intro .entry-content h1 {
    text-align: left;
    font-weight: 600;
    color: #3d5051; }

.documentation section#intro .dtree {
  margin-bottom: 1rem; }
  .documentation section#intro .dtree a {
    font-size: .875rem;
    padding-left: .2rem; }

.documentation section#intro .social {
  text-align: center; }
  .documentation section#intro .social a {
    font-size: 1.5rem;
    padding: 0 .1rem; }

@media screen and (min-width: 40em) {
  .documentation section#intro .entry-content {
    padding: 1rem 1.5rem 1.5rem !important;
    min-height: 40rem; }
    .documentation section#intro .entry-content h1 {
      font-size: 2rem;
      text-align: left; }
    .documentation section#intro .entry-content h2 {
      font-size: 1.75rem; }
    .documentation section#intro .entry-content h3 {
      font-size: 1.25rem; }
    .documentation section#intro .entry-content .social {
      position: absolute;
      top: .5rem;
      right: .5rem;
      background: #fff; }
      .documentation section#intro .entry-content .social a {
        display: inline-block;
        line-height: 1.15rem; }
  .documentation section#intro .dtree {
    margin-top: 1rem;
    background: #fff;
    padding: 1rem 0 1rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px; }
    .documentation section#intro .dtree .dtNode {
      padding: .03rem 0; }
      .documentation section#intro .dtree .dtNode:hover {
        background: rgba(0, 0, 0, 0.1); } }

/***********************
PRICING STYLES
***********************/
@media screen and (min-width: 40em) {
  form#pricing-form .row {
    margin-bottom: 2rem; } }

/***********************
NEWSLETTER STYLES
***********************/
.text-row-listing #intro {
  padding-left: 0;
  padding-right: 0; }
  .text-row-listing #intro .panel {
    padding: 0; }

.text-row-listing .entry {
  padding: .5rem .275rem .25rem;
  display: block;
  border-bottom: 1px solid #efefef; }
  .text-row-listing .entry:hover {
    background: #b62411; }
    .text-row-listing .entry:hover h5 {
      color: #fff; }
    .text-row-listing .entry:hover .slab {
      color: #fff;
      opacity: .5; }
  .text-row-listing .entry:first-child {
    border-radius: .25rem .25rem 0 0;
    -webkit-border-radius: .25rem .25rem 0 0; }
  .text-row-listing .entry:last-child {
    border-radius: 0 0 .25rem .25rem;
    -webkit-border-radius: 0 0 .25rem .25rem; }
  .text-row-listing .entry h5 {
    font-weight: 400; }
  .text-row-listing .entry .slab {
    padding-top: .25rem; }

.single-newsletter_post_type section#intro h1 {
  font-size: 2rem; }

@media screen and (min-width: 40em) {
  .text-row-listing #intro {
    padding-left: 1;
    padding-right: 1; }
  .text-row-listing .entry {
    padding: 1rem 1rem .5rem; } }

/***********************
LANDING PAGE STYLES
***********************/
#landing-page article header .logo {
  text-align: center; }

/***********************
SINGLE DOCUMENT STYLES
***********************/
.single-document_post_type section#hero h1, .single-landing_post_type section#hero h1 {
  margin-bottom: 3rem; }

.single-document_post_type section#hero .panel, .single-landing_post_type section#hero .panel {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2); }

.single-document_post_type section#hero .document-wrap, .single-landing_post_type section#hero .document-wrap {
  text-align: center; }
  .single-document_post_type section#hero .document-wrap .forms-panel, .single-landing_post_type section#hero .document-wrap .forms-panel {
    margin-bottom: 8rem; }
    .single-document_post_type section#hero .document-wrap .forms-panel .panel, .single-landing_post_type section#hero .document-wrap .forms-panel .panel {
      padding-bottom: 1rem; }
  .single-document_post_type section#hero .document-wrap .download-panel, .single-landing_post_type section#hero .document-wrap .download-panel {
    position: relative;
    z-index: 4;
    top: -8rem; }

.single-document_post_type .clip.white, .single-landing_post_type .clip.white {
  -webkit-clip-path: none;
  clip-path: none;
  margin-top: -10rem;
  padding-top: 0rem;
  padding-left: 0;
  padding-right: 0; }
  .single-document_post_type .clip.white:before, .single-landing_post_type .clip.white:before {
    content: "";
    display: block;
    height: 116px;
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    background: url("../images/clip-doc-page-sm.png") top left no-repeat;
    background-size: 100% 100%; }
  .single-document_post_type .clip.white section#intro, .single-landing_post_type .clip.white section#intro {
    padding-left: 0;
    padding-right: 0; }

.single-document_post_type .clip .naked-social-share, .single-landing_post_type .clip .naked-social-share {
  margin-top: 1.5rem; }

.single-document_post_type.single section#hero h1 {
  text-transform: none;
  margin-bottom: 3rem; }

.single-landing_post_type h1 {
  text-transform: none; }

@media screen and (min-width: 40em) {
  .single-document_post_type section#hero.white, .single-landing_post_type section#hero.white {
    padding-left: 1rem;
    padding-right: 1rem; }
    .single-document_post_type section#hero.white h1, .single-landing_post_type section#hero.white h1 {
      margin-bottom: 3.5rem; }
    .single-document_post_type section#hero.white .document-wrap, .single-landing_post_type section#hero.white .document-wrap {
      text-align: left; }
      .single-document_post_type section#hero.white .document-wrap .forms-panel, .single-landing_post_type section#hero.white .document-wrap .forms-panel {
        margin-bottom: 3rem; }
      .single-document_post_type section#hero.white .document-wrap .download-panel, .single-landing_post_type section#hero.white .document-wrap .download-panel {
        position: relative;
        z-index: 4;
        top: 4rem; }
  .single-document_post_type #intro .entry-content, .single-landing_post_type #intro .entry-content {
    padding: 2rem 2rem 0; }
  .single-document_post_type .clip.white, .single-landing_post_type .clip.white {
    padding-top: 0rem;
    margin-top: -6rem; }
    .single-document_post_type .clip.white:before, .single-landing_post_type .clip.white:before {
      background: url("../images/clip-doc-page.png") top left no-repeat;
      background-size: 100% 100%; } }

/***********************
PRESS LISTING STYLES
***********************/
.panel.entry.press-entry {
  /*
  .external {
    h4 {
      a {
      }
      &:after {
        content: "";
        display: block;
        position: absolute;
        width: 1rem;
        height: 1rem;
        top: .5rem;
        right: .5rem;
        background: url('../images/ico-external.svg') 0 0 no-repeat;
        opacity: .3;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
      }
      &:hover {
        &:after {
          opacity: 1;
        }
        a {
          color: $primary-color;
        }
      }
    }
  }
*/ }
  .panel.entry.press-entry .thumb img {
    margin-bottom: .75rem; }
  .panel.entry.press-entry time.slab {
    margin-bottom: 0; }
  .panel.entry.press-entry h4 {
    margin-bottom: 1rem;
    color: #b62411; }
    .panel.entry.press-entry h4:hover {
      color: #3d5051; }

.page-template-template-press .press-entry .naked-social-share {
  margin-bottom: 0;
  border-bottom: 0;
  opacity: .5;
  display: inline-block; }
  .page-template-template-press .press-entry .naked-social-share:hover {
    opacity: 1; }

/***********************
HOW TO STYLES
***********************/
.page-template-template-full-width #sidebar-toc .h1 {
  text-align: left;
  background: #fafafa;
  margin-bottom: .5rem;
  padding: .175rem .5rem; }

.page-template-template-full-width #sidebar-toc .h2, .page-template-template-full-width #sidebar-toc .m2 {
  margin-top: 0;
  font-size: .875rem;
  margin-bottom: .25rem;
  padding-left: .5rem; }
  .page-template-template-full-width #sidebar-toc .h2 a, .page-template-template-full-width #sidebar-toc .m2 a {
    color: #3d5051; }
    .page-template-template-full-width #sidebar-toc .h2 a:hover, .page-template-template-full-width #sidebar-toc .m2 a:hover {
      color: #b62411; }
  .page-template-template-full-width #sidebar-toc .h2:last-child, .page-template-template-full-width #sidebar-toc .m2:last-child {
    margin-bottom: 1rem; }

.page-template-template-full-width #sidebar-toc .m2 {
  padding-left: 1.25rem; }

.page-template-template-full-width section#intro .entry-content {
  position: relative;
  padding: 1rem;
  border-radius: 0.188rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15); }
  .page-template-template-full-width section#intro .entry-content h1 {
    text-align: left;
    font-weight: 600;
    margin-top: 2rem;
    color: #3d5051; }

@media screen and (min-width: 40em) {
  .page-template-template-full-width #sidebar-toc {
    text-align: left;
    margin-top: 1rem;
    background: #fff;
    padding: 1rem 0 1rem 0rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px; }
    .page-template-template-full-width #sidebar-toc .h2 {
      padding-left: .5rem; }
    .page-template-template-full-width #sidebar-toc .m2 {
      padding-left: 1.5rem; }
  .page-template-template-full-width section#intro .entry-content {
    padding: 1rem 1.5rem 1.5rem !important; }
    .page-template-template-full-width section#intro .entry-content h1 {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      border-top: 1px solid #eee;
      margin-top: 2rem;
      padding-top: 1rem;
      text-align: left; }
    .page-template-template-full-width section#intro .entry-content h1 {
      font-size: 2rem;
      text-align: left; }
    .page-template-template-full-width section#intro .entry-content h2 {
      font-size: 1.75rem; }
    .page-template-template-full-width section#intro .entry-content h3 {
      font-size: 1.25rem; } }

/***********************
SEARCH RESULTS STYLES
***********************/
main#main .search-entry form.search-form {
  background: #eee;
  border-radius: 0.188rem;
  padding: 1.5rem 1.5rem .5rem;
  margin-bottom: 3rem; }

main#main #results {
  padding-top: 2rem; }

/***********************
COMPANY OVERVIVEW STYLES
***********************/
.page-template-template-company-gateway main#main, .page-template-template-resources-gateway main#main {
  background: #fff;
  background-size: cover; }
  .page-template-template-company-gateway main#main .listings a.panel, .page-template-template-resources-gateway main#main .listings a.panel {
    background: url("../images/bg-poly-slate-1.png");
    background-size: cover;
    color: #fefefe; }
    .page-template-template-company-gateway main#main .listings a.panel h4, .page-template-template-resources-gateway main#main .listings a.panel h4 {
      position: relative;
      z-index: 3;
      color: #fefefe; }
    .page-template-template-company-gateway main#main .listings a.panel:before, .page-template-template-resources-gateway main#main .listings a.panel:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 2;
      background: url("../images/bg-poly-red-1.png");
      transition: all 150ms ease-in-out;
      opacity: 0; }
    .page-template-template-company-gateway main#main .listings a.panel:hover:before, .page-template-template-resources-gateway main#main .listings a.panel:hover:before {
      opacity: 1; }

/***********************
WEBINAR STYLES
***********************/
.page-template-template-webinars #intro {
  padding-top: 4rem; }

.page-template-template-webinars .panel.entry {
  margin-bottom: 4rem; }
  .page-template-template-webinars .panel.entry .button {
    margin-bottom: 0; }

.page-template-template-past-webinars .panel.entry {
  margin-bottom: 4rem; }

.page-template-template-past-webinars img.speaker {
  border-radius: 50%; }

.page-template-template-past-webinars .gray table.webinar-details tbody {
  background: none; }
  .page-template-template-past-webinars .gray table.webinar-details tbody tr {
    background: none; }
    .page-template-template-past-webinars .gray table.webinar-details tbody tr td:first-child {
      font-size: .875rem;
      font-weight: 300;
      text-transform: uppercase; }
    .page-template-template-past-webinars .gray table.webinar-details tbody tr td:last-child {
      color: #6592b8;
      font-weight: 600; }
  .page-template-template-past-webinars .gray table.webinar-details tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.6); }

.page-template-template-past-webinars .speaker {
  margin-top: 3.5rem; }
  .page-template-template-past-webinars .speaker .panel .interior {
    padding-top: 0; }
    .page-template-template-past-webinars .speaker .panel .interior h4 {
      color: #b62411; }

@media screen and (min-width: 40em) {
  .page-template-template-past-webinars .gray table.webinar-details tbody tr td:first-child {
    white-space: nowrap; }
  .page-template-template-webinars .panel.entry {
    margin-bottom: 2rem; } }

.single-onpremdocs_post_type .gray .naked-social-share {
  border-bottom: none;
  position: absolute;
  top: -2.5rem;
  right: 0; }

/***********************
PRESS STYLES
***********************/
.single-press_post_type blockquote {
  border-left: 2px solid #eee;
  margin-bottom: 2rem; }
  .single-press_post_type blockquote:before {
    display: none; }

.single-press_post_type section#intro h1 {
  margin-bottom: 0;
  text-align: left; }

/***********************
CAREERS STYLES
***********************/
.page-template-comeet-entry .career main#main section#intro,
.single-careers_post_type main#main section#intro {
  background: url(../images/bg-careers.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  padding: 6rem 0;
  font-weight: 400; }

@media screen and (min-width: 40em) {
	.page-template-comeet-entry .career main#main section#intro,
  .single-careers_post_type main#main section#intro {
    padding: 14rem 2rem; }
    .single-careers_post_type main#main section#intro .panel.career-content {
      padding: 2rem 3rem; } }

/***********************
TRAINING STYLES
***********************/
.benefits-block {
  padding: 2rem 2rem 2rem .5rem; }
  .benefits-block .row {
    margin-bottom: 1.5rem; }

/***********************
VIDEOS STYLES
***********************/
#presentations-wrapper .column, #presentations-wrapper .columns {
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 1rem; }
  #presentations-wrapper .column div, #presentations-wrapper .columns div {
    padding-bottom: 2rem; }
  #presentations-wrapper .column p:nth-of-type(2n), #presentations-wrapper .columns p:nth-of-type(2n) {
    margin-bottom: -.5rem;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    left: 0;
    padding: 0 .5rem; }
    @media screen and (min-width: 40em) {
      #presentations-wrapper .column p:nth-of-type(2n), #presentations-wrapper .columns p:nth-of-type(2n) {
        padding: 0 1rem; } }
    #presentations-wrapper .column p:nth-of-type(2n) a, #presentations-wrapper .columns p:nth-of-type(2n) a {
      display: block; }
      #presentations-wrapper .column p:nth-of-type(2n) a:last-of-type, #presentations-wrapper .columns p:nth-of-type(2n) a:last-of-type {
        border-bottom: 1px solid #ccc;
        padding-bottom: .5rem; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem; }

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

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

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

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/ }

/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
    
    
    
    
 #strenghts {	
	padding-top: 80px;
	padding-bottom: 60px;
	margin: auto;
	background-color: #F5F5F5;
}    
    
/******************************************/   
/******** Front Page Differentiators ******/
/******************************************/  
#unique {
	background-color: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 60px;
	margin: auto
} 
@media screen and (min-width: 1200px)  {
	.strenghts {
	    max-width: 1180px;
	    max-height: 450px;
	    min-width: 1180px;
	}
	.left.parent,
	.right.parent {
		width: 400px;
		min-width: 400px;
		max-width: 400px;
	}
	.center.parent {
		width: 380px;
		max-width: 380px;
		min-width: 380px;
	}
}
.strenghts {
	margin: auto;
}
.strenghts .columns .columns:last-child {
	margin-bottom: 0;
}
.center.parent {
	border: 3px solid #f5f5f5; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #f5f5f5;
	position: relative;
}
#unique h2 {
	text-align: center;
	margin: 1em 0;
}
#unique .columns.parent {
	padding: 0;
}
.strenghts .columns.left .columns {
	border-left: 3px solid white;
}
.strenghts .columns.right .columns {
	border-right: 3px solid white;
}
.strenghts .columns .columns.active {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  border-color: #B62411;
  background-color: #B62411;
  color: white;
}
.strenghts .columns .columns:hover {
	border-color: #B62411;
	font-weight: 700;
}
.strenghts .columns .columns:hover::after {
	content: url('/wp-content/themes/redislabs/assets/images/arrow-right.png');
	position: absolute;
	left: 397px;
    top: 33px;
    z-index: 1;
}
.strenghts .columns.right .columns:hover::after {
	content: url('/wp-content/themes/redislabs/assets/images/arrow-left.png');
	left: -10px;
}
.redis {
  display: block;
  text-align: center;
}
.redis img {
  max-width: 84%;
}
.read-more {
  margin: 20px auto 0;
  text-align: center;
}
.columns.categories {
  padding: 3px 0 0;
  text-align: center;
  margin: auto;
  float: none;
  margin-bottom: 30px;
}
.columns.categories .category {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  width: 33.3% !important;
  padding: 0;
  float: left;
}
.columns.categories .category a {
  border-top: 1px solid #cecece;
  display: block;
  animation-duration: 0;
  background-image: url(/wp-content/themes/redislabs/assets/images/bg-category-indicator-reg.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  padding-top: 6px;
  padding-bottom: 2px;
}
.columns.categories .category a:hover {
  background-image: url(/wp-content/themes/redislabs/assets/images/bg-category-indicator.png);
  background-position: center bottom;
  background-repeat: repeat-x;
}
.columns.categories .category a h5 {
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 2.175rem;
}
.columns.categories .category a:hover h5 {
	color: #C13B2A;
    font-weight: 500;
}
.subhead {
  text-align: center;
  min-height: 60px;
  padding-top: 10px;
}
.subhead .columns {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.subhead .columns {
  display: none;
}
.subhead .columns.active {
  display: block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.strenghts .columns .columns {
	height: 86px;
	max-height: 86px;
	min-height: 86px;
	background-color: white;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	max-height: 90px;
	padding-left: 23px;
	padding-right: 23px;
	position: relative;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.strenghts .columns .img {
	height: 86px;
	width: 45px;
    float: left;
    background-position: center center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.strenghts .columns.left .img {
	float: right;
}
.strenghts .columns .columns.scale .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-performance.svg);
}
.strenghts .columns .columns.persistence .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-persist.svg);
}
.strenghts .columns .columns.failsafe .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-fail.svg);
}
.strenghts .columns .columns.geo .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-geo.svg);
}
.strenghts .columns .columns.search .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-search.svg);
}
.strenghts .columns .columns.multi .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-multi.svg);
}
.strenghts .columns .columns.tiered .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-tiered.svg);
}
.strenghts .columns .columns.deploy .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-deploy.svg);
}


.strenghts .columns .columns.scale:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-performance-active.svg);
}
.strenghts .columns .columns.persistence:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-persist-active.svg);
}
.strenghts .columns .columns.failsafe:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-fail-active.svg);
}
.strenghts .columns .columns.geo:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-geo-active.svg);
}
.strenghts .columns .columns.search:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-search-active.svg);
}
.strenghts .columns .columns.multi:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-multi-active.svg);
}
.strenghts .columns .columns.tiered:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-tiered-active.svg);
}
.strenghts .columns .columns.deploy:hover .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-deploy-active.svg);
}

.strenghts .columns .columns.active.scale .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-performance-reverse.svg);
}
.strenghts .columns .columns.active.persistence .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-persist-reverse.svg);
}
.strenghts .columns .columns.active.failsafe .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-fail-reverse.svg);
}
.strenghts .columns .columns.active.geo .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-geo-reverse.svg);
}
.strenghts .columns .columns.active.search .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-search-reverse.svg);
}
.strenghts .columns .columns.active.multi .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-multi-reverse.svg);
}
.strenghts .columns .columns.active.tiered .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-tiered-reverse.svg);
}
.strenghts .columns .columns.active.deploy .img {
	background-image: url(/wp-content/themes/redislabs/assets/images/front/ico-front-deploy-reverse.svg);
}

.strenghts .columns .red-strengths img {
	width: 200px;
	height: auto;
	margin-top: 78px;
}
.strenghts .columns .text {
	font-size: 90%;
    padding-top: 32px;
    margin-left: 60px;
}
.strenghts .columns.left .text {
	text-align: right;
	margin-right: 60px;
	margin-left: 0;
} 
.strenghts .columns.vert .text {
	padding-top: 21px;
}
.strenghts .columns.large-6 {
	width: 48%;
	max-width: 48%;
}
.item.hidden {
	opacity: 0;
	background-color: #B62411;
	color: white;
	text-align: center;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 380px;
    height: 374px;
    padding: 15px 30px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.item.hidden img {
	max-width: 60px;
}
.item.hidden h3 {
	color: white;
	margin-top: 5px;
}
.item.hidden ul {
	text-align: left;
}
.item.hidden.active {
	opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

/** Mobile Differntiator **/
.mobile-grid {
  display: none;
  background-image: url('/wp-content/themes/redislabs/assets/images/bg-grey-circle.svg');
  background-size: 56%;
  background-position: center 70px;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}
.mobile-grid h3 {
  text-align: center;
  margin-bottom: 15px;
}
.mobile-grid .columns .columns {
  background-color: white;
  padding: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 18px;
  min-height: 65px;
  font-weight: 700;
  border: 1px solid #cecece;
}
.mobile-grid .columns .columns img {
  height: 65px;
  width: auto;
  float: left;
  position: relative;
  top: 0;
  left: -20px;
  padding: 8px;
}
.mobile-grid .columns .columns .text {
  position: relative;
  top: 4px;
  left: -10px;
  font-size: 85%;
  font-weight: 500;
}
.mobile-grid .red-strengths {
  width: 180px;
  height: 180px;
  margin: auto;
  margin-bottom: 40px;
}
.mobile-grid .red-strengths img {
  max-width: 84%;
  position: relative;
  top: 51px;
  left: 18px;
}
.mobile-grid .columns .columns .text.short {
  top: 14px;
}

@media screen and (max-width: 1039px) {
  .strenghts,
  .categories,
  .subhead,
  .read-more {
    display: none;
  }
  .mobile-grid {
    display: block;
  }
  #strenghts {
	  background-color: white;
	  padding-top: 5px;
	  padding-bottom: 0px;
  }
}
@media screen and (min-width: 969px) and (max-width: 1039px) {
  .mobile-grid .columns .columns .text.short.med {
    top: 5px;
  }
  .mobile-grid .columns .columns .text.long {
    letter-spacing: -0.5px;
  }
}

@media screen and (max-width: 968px) {
  .mobile-grid .columns.medium-4 {
    width: 100%;
        min-width: 100%;
  }
  .mobile-grid .columns .columns .text {
    top: 17px;
    left: -10px;
    font-size: 100%;
  }
  .mobile-grid {
    background-size: 78%;
    background-position: center 80px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  .mobile-grid .columns .columns .text.long {
    top: 6px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 440px) {
  .mobile-grid .columns .columns .text {
    font-size: 90%;
  }
  .mobile-grid {
    background:none;
  }
  .mobile-grid .columns.medium-4 {
    width: 100%;
  }
  .mobile-grid .columns .columns .text {
    top: 17px;
  }
}
@media screen and (max-width: 399px) {
  .mobile-grid .columns.medium-4 {
    width: 94%;
  }
  .mobile-grid .columns .columns .text {
    font-size: 80%;
  }
}
@media screen and (max-width: 360px) {
  .mobile-grid .columns.medium-4 {
    width: 93%;
  }
  .mobile-grid .columns .columns .text.short.med {
    top: 17px;
  }
  .mobile-grid .columns .columns .text.med {
    top: 5px;
  }
}
@media screen and (min-width:640px) {
	#switches .medium-6.large-6:nth-child(2) {
		padding-left: 20px;
	}
}
@media screen and (max-width:640px) {
	#featured-client {
		text-align: center;
	}
}

/***********************
Enterprise Filters
***********************/
.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #cfcfcf;
}
#filter-drop.menu .active > a {
    color: inherit;
    background: transparent;
}

#filter-drop {
	    float: none;
	    width: 90%;
	    display: inline-block;
	    margin-right: 10px;
	}
	#filter-drop.clear {
		width: 97%;
	}
	#filter-drop h5::before {
	    content: '';
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border: inset 5px;
	    border-color: #b62411 transparent transparent;
	    border-top-style: solid;
	    border-bottom-width: 0;
	    position: relative;
	    top: -4px;
	    left: 100%;
	}
	#filter-drop.clear a {
		padding: 0;
	}
	#filter-drop h5 {
		font-size: 100%;
		width: 100%;
		margin-bottom: 0;
	}
	#filter-drop li.is-dropdown-submenu-parent {
		border: 1px solid #ccc;
		padding: 10px 21px 10px 10px;
		font-size: 100%;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		width: 100%;
		display: block;
		background-color: rgba(255,255,255,.6);
}


	#filter-drop .button.hollow,
	#filter-drop .button.hollow:not(.secondary) {
		color: #b62411;
		border-color: #b62411;
		width: 100%;
	}
	#filter-drop .button.hollow:hover {
		color: white;
	}
	#filter-drop li ul {
		left: 8px;
	}
	.filter-or {
	    position: relative;
	    left: 11px;
	}
	.columns.explore {
		padding-top: 11px;
	}
	.clear li {
		width: 100%;
		display: block;
	}
	@media screen and (min-width: 900px) and (max-width: 1170px)  {
		#filter-drop {
			width: 88%;	
		}
	}
	@media screen and (max-width: 1023px)  {
		#intro .columns {
			margin-bottom: 20px;
		}
	}
	
	@media screen and (min-width: 1024px) and (max-width: 1124px)  {
		#filter-drop h5 {
		    font-size: 85%;
		}
		.is-dropdown-submenu {
			min-width: 170px;
		}
		#intro .menu > li > a {
			font-size: 85%;
		}
	}
	@media screen and (min-width: 640px) and (max-width: 1023px)  {
		#filter-drop .button.hollow {
			width: auto;
		}
	}
	@media screen and (max-width: 639px)  {
		#filter-drop.clear {
		    width: 90%;
		}
	}

/***********************
Marketo Forms
***********************/


#mktoForm_1111, 
#mktoForm_1283, 
#mktoForm_1284, 
#mktoForm_1285, 
#mktoForm_1292, 
#mktoForm_1317, 
#mktoForm_1318, 
#mktoForm_1319 {
	position: relative; 
}
#mktoForm_1111 label, 
#mktoForm_1283 label, 
#mktoForm_1284 label, 
#mktoForm_1285 label, 
#mktoForm_1292 label, 
#mktoForm_1317 label, 
#mktoForm_1318 label, 
#mktoForm_1319 label {
    display: block; }
#mktoForm_1111 input, 
#mktoForm_1283 input, 
#mktoForm_1284 input, 
#mktoForm_1285 input, 
#mktoForm_1292 input, 
#mktoForm_1317 input, 
#mktoForm_1318 input, 
#mktoForm_1319 input {
    position: relative;
    top: 0;
    left: 0;
    padding-left: .5rem; 
}
#mktoForm_1111 .mktoFormRow, 
#mktoForm_1283 .mktoFormRow, 
#mktoForm_1284 .mktoFormRow, 
#mktoForm_1285 .mktoFormRow, 
#mktoForm_1292 .mktoFormRow, 
#mktoForm_1317 .mktoFormRow, 
#mktoForm_1318 .mktoFormRow, 
#mktoForm_1319 .mktoFormRow {
    width: 50%;
    display: inline-block; 
}
#mktoForm_1111 .mktoFormRow:nth-child(4), 
#mktoForm_1283 .mktoFormRow:nth-child(4), 
#mktoForm_1284 .mktoFormRow:nth-child(4), 
#mktoForm_1285 .mktoFormRow:nth-child(4), 
#mktoForm_1292 .mktoFormRow:nth-child(4), 
#mktoForm_1317 .mktoFormRow:nth-child(4), 
#mktoForm_1318 .mktoFormRow:nth-child(4), 
#mktoForm_1319 .mktoFormRow:nth-child(4) {
      width: 100%; }


#mktoForm_1709 .mktoFormRow:nth-child(23),
#mktoForm_1117 .mktoFormRow:nth-child(23),
#mktoForm_1713 .mktoFormRow:nth-child(25),
#mktoForm_1100 .mktoFormRow:nth-child(25) {
	margin-top: 10px;
}
#mktoForm_1100 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label,
#mktoForm_1713 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label {
	float: right;
    width: 90% !important;
}
#mktoForm_1117 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label,
#mktoForm_1709 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label {
	width: 93% !important;
	float: right;
}
#mktoForm_1117 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol .mktoLogicalField label,
#mktoForm_1709 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol .mktoLogicalField label,
#mktoForm_1100 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol .mktoLogicalField label,
#mktoForm_1713 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol .mktoLogicalField label {
	display: none;
}

#mktoForm_1117 .mktoFormRow:nth-child(23),
#mktoForm_1117 .mktoFormRow:nth-child(24),
#mktoForm_1117 .mktoFormRow:nth-child(24) .mktoHtmlText
#mktoForm_1709 .mktoFormRow:nth-child(23),
#mktoForm_1709 .mktoFormRow:nth-child(24),
#mktoForm_1709 .mktoFormRow:nth-child(24) .mktoHtmlText,
#mktoForm_1713 .mktoFormRow:nth-child(25),
#mktoForm_1713 .mktoFormRow:nth-child(26),
#mktoForm_1713 .mktoFormRow:nth-child(26) .mktoHtmlText,
#mktoForm_1100 .mktoFormRow:nth-child(25),
#mktoForm_1100 .mktoFormRow:nth-child(25) .mktoHtmlText.mktoHasWidth,
#mktoForm_1100 .mktoFormRow:nth-child(26),
#mktoForm_1100 .mktoFormRow:nth-child(26) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1117.mktoForm .mktoButtonRow,
#mktoForm_1709.mktoForm .mktoButtonRow,
#mktoForm_1100.mktoForm .mktoButtonRow,
#mktoForm_1713.mktoForm .mktoButtonRow {
    margin-top: .0rem;
}
#mktoForm_1713 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1100 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
	width: 95% !important;
	float: right;
	margin-top: 0;
	color: rgb(51, 51, 51);
}
@media screen and (min-width: 640px) and (max-width: 774px) {
	#mktoForm_1117 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1709 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1100 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1713 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label {
	    width: 85% !important;
	}
}
@media screen and (max-width: 520px) {
	#mktoForm_1117 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1709 .mktoFormRow:nth-child(23) .mktoFieldDescriptor.mktoFormCol label {
		width: 87% !important;
		float: right;
	}
}

#main .mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
    box-shadow: none;
}
@media screen and (min-width: 901px) and (max-width: 1050px)  {
	#mktoForm_1117 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth,
	#mktoForm_1100 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
		width: 92% !important;
	} 
}

@media screen and (min-width: 640px) and (max-width: 900px)  {
	#mktoForm_1117 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth,
	#mktoForm_1100 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
		width: 91% !important;
	} 
}
@media screen and (max-width: 520px) {
	#mktoForm_1117 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth,
	#mktoForm_1100 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
		width: 90% !important;
	}
}
/***********************
Marketo Forms /community/redis-modules-hub/
***********************/
#mktoForm_1117 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
	width: 96% !important;
	float: right;
	margin-top: 0;
	color: rgb(51, 51, 51);
}
#mktoForm_1117 .mktoFormRow:nth-child(14),
#mktoForm_1117 .mktoFormRow:nth-child(14) .mktoHtmlText {
	width: 100% !important;
}
@media screen and (max-width: 900px)  {
	#mktoForm_1117 .mktoFormRow[data-wrapper-for="Opt"] label.mktoLabel.mktoHasWidth {
	    width: 94% !important;
	}
}

/***********************
Marketo Forms /pricing/cloud/
***********************/
#mktoForm_1457 .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1719 .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
}
#mktoForm_1457 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1719 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 95% !important;
	float: right;
	margin-top: 2px;
	color: rgb(51, 51, 51);
}

#mktoForm_1457 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1719 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1457 .mktoFormRow:nth-child(27),
#mktoForm_1457 .mktoFormRow:nth-child(27) .mktoHtmlText,
#mktoForm_1719 .mktoFormRow:nth-child(26),
#mktoForm_1719 .mktoFormRow:nth-child(26) .mktoHtmlText {
	width: 100% !important;
}
@media screen and (max-width: 1000px) {
	#mktoForm_1457 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1719 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 94% !important;
	}
}
@media screen and (max-width: 860px) {
	#mktoForm_1457 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1719 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 93% !important;
	}
}
/***********************
Marketo Forms /pricing/vpc/
***********************/
#mktoForm_1115  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1720  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
}
#mktoForm_1115 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1720 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 96% !important;
	float: right;
	color: rgb(51, 51, 51);
}

#mktoForm_1115 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1720 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1115 .mktoFormRow:nth-child(27),
#mktoForm_1115 .mktoFormRow:nth-child(27) .mktoHtmlText,
#mktoForm_1720 .mktoFormRow:nth-child(26),
#mktoForm_1720 .mktoFormRow:nth-child(26) .mktoHtmlText {
	width: 100% !important;
}
@media screen and (max-width: 860px) {
	#mktoForm_1115 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1720 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 90% !important;
	}
}
/***********************
Marketo Forms /landing/request-a-demo/
***********************/
#mktoForm_1349  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1718  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
}
#mktoForm_1349 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1718 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 96% !important;
	float: right;
	color: rgb(51, 51, 51);
}

#mktoForm_1349 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1718 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1349 .mktoFormRow:nth-child(26),
#mktoForm_1349 .mktoFormRow:nth-child(26) .mktoHtmlText,
#mktoForm_1718 .mktoFormRow:nth-child(28),
#mktoForm_1718 .mktoFormRow:nth-child(28) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1349 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1718 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
#mktoForm_1349 .mktoFormRow[data-wrapper-for="ass"],
#mktoForm_1718 .mktoFormRow[data-wrapper-for="ass"] {
	display: none;
}
#mktoForm_1349 .mktoFormRow[data-wrapper-for="noS"] label.mktoLabel,
#mktoForm_1718 .mktoFormRow[data-wrapper-for="noS"] label.mktoLabel {
	width: 100% !important;
}
@media screen and (max-width: 1000px) {
	#mktoForm_1349 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1718 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 94% !important;
	}
}

@media screen and (max-width: 860px) {
	#mktoForm_1349 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1718 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 90% !important;
	}
}
#mktoForm_1349.mktoForm input[type=text], 
#mktoForm_1349.mktoForm input[type=url], 
#mktoForm_1349.mktoForm input[type=email], 
#mktoForm_1349.mktoForm input[type=tel], 
#mktoForm_1349.mktoForm input[type=number], 
#mktoForm_1349.mktoForm input[type=date], 
#mktoForm_1349.mktoForm select.mktoField, 
#mktoForm_1349.mktoForm textarea.mktoField,
#mktoForm_1718.mktoForm input[type=text], 
#mktoForm_1718.mktoForm input[type=url], 
#mktoForm_1718.mktoForm input[type=email], 
#mktoForm_1718.mktoForm input[type=tel], 
#mktoForm_1718.mktoForm input[type=number], 
#mktoForm_1718.mktoForm input[type=date], 
#mktoForm_1718.mktoForm select.mktoField, 
#mktoForm_1718.mktoForm textarea.mktoField {
	box-shadow: none !important;
}
#mktoForm_1349.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton,
#mktoForm_1718.mktoForm .mktoButtonWrap.mktoPaperMashup .mktoButton {
   display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.188rem;
    padding: 0.85em 1em;
    margin: 0 0 1.275rem 0;
    font-size: 0.9rem;
    background-color: #b62411;
    color: #fefefe;
    box-shadow: none;
}

/***********************
Marketo Forms /resources/blog/
***********************/
#mktoForm_1318 .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1721 .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
}
#mktoForm_1318 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1721 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	color: rgb(51, 51, 51);
}

#mktoForm_1318 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1721 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1318 .mktoFormRow:nth-child(13),
#mktoForm_1318 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1721 .mktoFormRow:nth-child(12),
#mktoForm_1721 .mktoFormRow:nth-child(12) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1318 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1721 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 860px) {
	#mktoForm_1318 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1721 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 90% !important;
	}
}
/***********************
Marketo Forms /partners/become-a-partner/
***********************/
#mktoForm_1114  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1722  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
}
#mktoForm_1114 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1722 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 90% !important;
	float: right;
	color: rgb(51, 51, 51);
}
#mktoForm_1114 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1722 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1114 .mktoFormRow:nth-child(13),
#mktoForm_1114 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1722 .mktoFormRow:nth-child(13),
#mktoForm_1722 .mktoFormRow:nth-child(13) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1114 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1722 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1114 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1722 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 85% !important;
	}
}
/***********************
Marketo Forms /resources/webinars/
***********************/
#mktoForm_1283  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1727  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
    margin-top: 10px;
}
#mktoForm_1283 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1727 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	color: rgb(51, 51, 51);
}
#mktoForm_1283 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1727 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1283 .mktoFormRow:nth-child(13),
#mktoForm_1283 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1727 .mktoFormRow:nth-child(13),
#mktoForm_1727 .mktoFormRow:nth-child(13) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1283 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1727 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1283 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1727 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
/***********************
Marketo Forms /community/tech-blog/
***********************/
#mktoForm_1319  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1726  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
    margin-top: 10px;
}
#mktoForm_1319 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1726 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	color: rgb(51, 51, 51);
}
#mktoForm_1319 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1726 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1319 .mktoFormRow:nth-child(13),
#mktoForm_1319 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1726 .mktoFormRow:nth-child(13),
#mktoForm_1726 .mktoFormRow:nth-child(13) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1319 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1726 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1319 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1726 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
/***********************
Marketo Forms /community/community-events/
***********************/
#mktoForm_1292  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1725  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
    margin-top: 10px;
}
#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	color: rgb(51, 51, 51);
}
#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1292 .mktoFormRow:nth-child(13),
#mktoForm_1292 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1725 .mktoFormRow:nth-child(13),
#mktoForm_1725 .mktoFormRow:nth-child(13) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
@media screen and (max-width: 680px) {
	#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 85% !important;
	}
}
@media screen and (max-width: 640px) {
	#mktoForm_1292 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1725 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
/***********************
Marketo Forms /resources/redis-watch-archive/
***********************/
#mktoForm_1317  .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1730  .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
    margin-top: 10px;
}
#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	color: rgb(51, 51, 51);
}
#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1317 .mktoFormRow:nth-child(13),
#mktoForm_1317 .mktoFormRow:nth-child(13) .mktoHtmlText,
#mktoForm_1730 .mktoFormRow:nth-child(15),
#mktoForm_1730 .mktoFormRow:nth-child(15) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
@media screen and (max-width: 680px) {
	#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 85% !important;
	}
}
@media screen and (max-width: 640px) {
	#mktoForm_1317 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1730 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}

/***********************
Marketo Forms /webinars/redis-enterprise-kubernetes-3/
Marketo Forms /webinars/redis-enterprise-kubernetes-2/
***********************/
#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"],
#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] {
	float: right;
    width: 100% !important;
    margin-top: 10px;
}
#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 92% !important;
	float: right;
	color: rgb(51, 51, 51);
}

#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label,
#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth label {
	display: none;
}
#mktoForm_1728 .mktoFormRow:nth-child(15),
#mktoForm_1728 .mktoFormRow:nth-child(15) .mktoHtmlText,
#mktoForm_1729 .mktoFormRow:nth-child(15),
#mktoForm_1729 .mktoFormRow:nth-child(15) .mktoHtmlText,
#mktoForm_1620 .mktoFormRow:nth-child(27),
#mktoForm_1620 .mktoFormRow:nth-child(27) .mktoHtmlText,
#mktoForm_1613 .mktoFormRow:nth-child(27),
#mktoForm_1613 .mktoFormRow:nth-child(27) .mktoHtmlText {
	width: 100% !important;
}
#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox],
#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] input[type=checkbox] {
    opacity: 1;
}
@media screen and (max-width: 880px) {
	#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}
@media screen and (max-width: 680px) {
	#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 85% !important;
	}
}
@media screen and (max-width: 640px) {
	#mktoForm_1728 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1729 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1620 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1613 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 89% !important;
	}
}

.mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoLogicalField,
.mktoFormRow[data-wrapper-for="Opt"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth,
.mktoFormRow[data-wrapper-for="Opt"] #Opt_in_Explicit_Consent__c {
	width: 18px !important;
	margin-top: -5px;
}
/***********************
Marketo Forms /webinars/making-real-time-predictive-decisions-with-redis-ml/
***********************/
#mktoForm_1752 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 91% !important;
	float: right;
}
#mktoForm_1752 .mktoFormRow:nth-child(16) .mktoHtmlText.mktoHasWidth,
#mktoForm_1752 .mktoFormRow:nth-child(16) {
	width: 100% !important;
}
@media screen and (max-width: 768px)  {
	#mktoForm_1752 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 87% !important;
	}
}
@media screen and (max-width: 639px)  {
	#mktoForm_1752 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 94% !important;
	}
}
@media screen and (max-width: 460px)  {
	#mktoForm_1752 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 92% !important;
	}
}
/***********************
Marketo Forms /company/newsroom/
***********************/
#mktoForm_1857.mktoForm .mktoFormRow,
#mktoForm_1285.mktoForm .mktoFormRow {
	clear: none; 
    width: 50%;
    float: left;
}
#mktoForm_1857 label,
#mktoForm_1285 label {
    font-size: 0.75rem;
}
#mktoForm_1285 .mktoFormRow[data-wrapper-for="Opt"] label,
#mktoForm_1857 .mktoFormRow[data-wrapper-for="Opt"] label {
	width: 94% !important;
	float: right;
	font-size: .875rem;
}
#mktoForm_1285 .mktoFormRow:nth-child(25) .mktoHtmlText.mktoHasWidth,
#mktoForm_1285 .mktoFormRow:nth-child(25),
#mktoForm_1857 .mktoFormRow:nth-child(25) .mktoHtmlText.mktoHasWidth,
#mktoForm_1857 .mktoFormRow:nth-child(25) {
	width: 100% !important;
}
@media screen and (min-width: 640px) and (max-width: 850px)  {
	#mktoForm_1285 .mktoFormRow[data-wrapper-for="Opt"] label,
	#mktoForm_1857 .mktoFormRow[data-wrapper-for="Opt"] label {
		width: 92% !important;
	}
}
@media screen and (max-width: 639px)  {
	#mktoForm_1857.mktoForm .mktoFormRow, 
	#mktoForm_1285.mktoForm .mktoFormRow {
		width: 100%;
	}
}
@media screen and (max-width: 520px)  {
	#mktoForm_1285 .mktoFormRow[data-wrapper-for="Opt"] label, 
	#mktoForm_1857 .mktoFormRow[data-wrapper-for="Opt"] label {
	    width: 92% !important;
	}
}
@media screen and (max-width: 1199px)  {
	#mktoForm_1857 label,
	#mktoForm_1285 label {
	    font-size: 0.7rem;
	}
}

/***********************
Marketo Forms /docs/active-active-datasheet/
***********************/
#mktoForm_1100 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label, 
#mktoForm_1713 .mktoFormRow:nth-child(25) .mktoFieldDescriptor.mktoFormCol label{
    text-transform: none;
    font-weight: normal;
    float: right;
    width: 92% !important;
}
/***********************
Marketo Forms /resources/webinars/past/
***********************/
#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
	width: 94% !important;
	float: right;
}
#mktoForm_1869 .mktoFormRow:nth-child(13) .mktoHtmlText.mktoHasWidth,
#mktoForm_1248 .mktoFormRow:nth-child(13) .mktoHtmlText.mktoHasWidth {
	width: 100% !important;
}
form#mktoForm_1869 .mktoFormRow:nth-child(12) label,
form#mktoForm_1248 .mktoFormRow:nth-child(12) label {
	text-transform: none;
}
form#mktoForm_1248.mktoForm .mktoFormCol .mktoFieldWrap input,
form#mktoForm_1869.mktoForm .mktoFormCol .mktoFieldWrap input {
    height: 1.75rem;
}

@media screen and (max-width: 1150px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 93% !important;
	}
}
@media screen and (max-width: 1020px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 92% !important;
	}
}
@media screen and (max-width: 920px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 90% !important;
	}
}
@media screen and (max-width: 800px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 88% !important;
	}
}
@media screen and (max-width: 720px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 85% !important;
	}
}
@media screen and (max-width: 640px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 94% !important;
	}
}
@media screen and (max-width: 440px)  {
	#mktoForm_1869 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label,
	#mktoForm_1248 .mktoFormRow:nth-child(12) .mktoFieldDescriptor.mktoFormCol label {
		width: 91% !important;
	}
}
/***********************
ACF Building Block - Flexible Content
***********************/
#building_block section {
	padding-top: 5rem;
	padding-bottom: 3rem;
}
body.single.single-customers_post_type #intro {
    padding-bottom: 4rem !important;
}
body.single.single-customers_post_type #intro::after {
    content: '';
    display: block;
    position: relative;
    top: 50px;
    width: 100%;
    height: 13px;
    background: url(../images/bg-divider.png) top center no-repeat;
}

section#quote {
	color: #d1d1d1;
	text-align: center;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background: #2b323d;
	background: -moz-linear-gradient(left, #2b323d 0%, #435168 100%);
	background: -webkit-linear-gradient(left, #2b323d 0%,#435168 100%);
	background: linear-gradient(to right, #2b323d 0%,#435168 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b323d', endColorstr='#435168',GradientType=1 );
}
body #main #building_block section:last-of-type {
    padding-bottom: 4rem !important;
}
#building_block .flex-video {
	width: 100%;
}
#building_block .panel-1, 
#building_block a.panel-1 {
    position: relative;
    display: block;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.188rem;
    margin: 0 0 1rem;
    transition: all 150ms ease-in-out;
}
#building_block #three_columns .middle {
	margin-left: 1rem;
	margin-right: 1rem;
}
body.single.single-customers_post_type section#hero img {
	width: 240px;
}
#full_width .video iframe {
	width: 100%;
}
#four_columns a.button {
	margin-top: 1rem;
}
#building_block div {
	outline: none;
}
.page-template-template-generic #main #contact {
	padding-bottom: 8rem !important;
}
.page-template-template-get-started-dev section#hero,
.page-template-template-generic #hero {
	overflow: hidden;
    padding-top: 5.5rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
}
.page-template-template-generic .hero-text {
	position: relative;
	z-index: 10;
}



.page-template-template-get-started-dev #hero,
.page-template-template-get-started-dev #hero h1,
.page-template-template-get-started-dev #hero h2,
.page-template-template-get-started-dev #hero h3,
.page-template-template-get-started-dev #hero h4,
.page-template-template-get-started-dev #hero p {
	color: white;
}
#sidebar_nav_links {
	background-color: white;
	padding-bottom: 40px;
	padding-right: 20px;	
	padding-top: 4rem;
}
#sidebar_nav_links.navbar-fixed {
  position: fixed;
  top: 100px !important;
}
#sidebar_nav_links.navbar-fixed.bottom {
	top: auto !important;
	bottom: 100px !important;
}
#sidebar_nav_links ul {
	list-style: none;
}
#sidebar_nav_links ul:last-child {
	margin-bottom: 40px;
}
#sidebar_nav_links ul ul:last-child {
	margin-bottom: 0;
}
#sidebar_nav_links ul li {
	font-weight: 900;
	margin-bottom: 5px;
}
#sidebar_nav_links ul ul li {
	font-weight: normal ;
	margin-bottom: 7px;
}
@media screen and (max-width:639px) {
	#sidebar_nav_links {
		position: relative !important;
		top: 0 !important;
		padding-top: 1.5rem;
	}
	.sticky-placeholder {
		display: none !important;
	}
}

/***********************
Author Section
***********************/
section.author .row {
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
section.author .row:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
section.author .avatar img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


/***********************
Main Navigation Updates 7-20-18
***********************/
.hero-shadow {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 96%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 96%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: absolute;
	top: 0;
	left: 0;
	height: 223px;
	width: 100%;
	z-index: 5;
}
.hero-text-wrap .small-12.columns,
.home.page section#hero .hero-text-wrap h2 {
	text-align: center;
	margin-top: 0;
}

.page-template-template-why section#intro .button-row {
    margin-top: 3rem; 
}





.count-title.count-number { 
	color: white;
    font-size: 360%;
} 

.home .stat-bubble .small-12.medium-4 {
	text-align: right;
	padding-top: 22px;
}
.home .stat-bubble .small-12.medium-8 {
	text-align: left;
}
.stat-bubble .row {
	margin-bottom: 60px;
}

.hero-text-wrap .stat-bubble .logo {
	text-align: right;
    padding-top: 19px;
}
.hero-text-wrap .stat-bubble .docker-icon {
	padding-top: 20px;
}


@media screen and (min-width:1024px) and (max-width:1135px) {
	.count-title.count-number {
	    font-size: 300%;
	}
}

@media screen and (max-width:1023px) {
	.hero-text-wrap .stat-bubble .logo {
		text-align: center;
	    padding-top: 0;
	}
}
@media screen and (max-width:639px) {
	.hero-text-wrap .stat-bubble .docker-icon {
	    padding-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.count-title.count-number { 
		color: white;
	    font-size: 260%;
	} 
	.home .stat-bubble .small-12.medium-4,
	.home .stat-bubble .small-12.medium-8 {
		text-align: center;
		padding-top: inherit;
	}
}
@media screen and (min-width:1024px) {
	.home .stat-bubble .small-12.medium-4 {
		padding-right: 30px;
	}
	.home .stat-bubble .small-12.medium-8 {
		padding-left: 0;s
	}
}

.home.page #inner-content section#hero {
    padding-bottom: 3rem !important;
    padding-top: 8.5rem;
}

.hero-text-wrap .docker h3 {
	color: white;
    margin-top: -10px;
    margin-bottom: 40px;
}

.logo-2018 {
	width: 168px;
}
@media screen and (max-width:740px) {
	.logo-2018 {
	    width: 130px; 
	}
}

@media screen and (max-width:400px) {
	.logo-2018 {
	    width: 100px; 
	}
}

#resources-page-menu li {
    list-style: none;
    margin-bottom: 22px;
}
#resources-page-menu li a {
	background: url(../images/bg-poly-slate-1.png);
    background-size: cover;
    color: #fefefe;
    width: 100%;
    display: block;
    padding: 30px;
	transition: all 150ms ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.188rem;
}
#resources-page-menu li a:hover {
	background: url(../images/bg-poly-red-1.png);
	background-size: cover;
}
    
/* Revised Docs Page 2018 */
.single-document_post_type section#hero {
	background: url(../images/bg-poly-slate-1.png);
	background-size: cover;
}
.single section#hero .doc-cover-img img {
    position: relative;
    box-shadow: none; 
    transform: none;
	width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
.single section#hero .document-wrap {
    min-height: auto;
    z-index: 10;
    position: relative;
}
.single-document_post_type section#hero {
	margin-bottom: 3rem;
}
.single-document_post_type section#hero h4.pre-head {
    color: white;
    opacity: 1;
    text-align: left;
}
.single-document_post_type section#hero.white h1 {
    color: white;
    text-align: left;
}
.single-document_post_type .content .form form {
    z-index: 8;
    padding: 2.5rem;
    background: #f1f1f1;
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.188rem;
}






.single-document_post_type .mktoRequiredField input {
	border-left : 2px solid #b62411;
}
.single-document_post_type .mktoForm .mktoRequiredField .mktoAsterix {
	display: none;
}
.single-document_post_type .hero-shadow {
	z-index: 0;
}
body.single .search-form a.close {
	display: none;
}
body.single .search-form .columns {
	padding: 0;
}

body.single .sidebar-blog .naked-social-share ul li {
	padding: 0 .25rem .25rem 0;
}
body.single .sidebar-blog h3 {
	text-transform: uppercase;
	color: #abc5de;
	font-size: 16px;
}
body.single .sidebar-blog .byline {
	color: #abc5de;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 16px;
	margin-bottom: 1.5rem;
}
body.single .sidebar-blog .blog-tags {
	text-transform: uppercase;
	color: #abc5de;
	font-weight: 700;
	margin-bottom: 1.5rem;
}
body.single .sidebar-blog .blog-tags a {
	text-transform: none;
}
body.single .sidebar-blog .see-more {
	font-weight: 700;
}
body.single .sidebar-blog select {
	border: 1px solid #e8e8e8;
	color: #bbb;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #e8e8e8'></polygon></svg>");
}
body.single .sidebar-blog select option:first-child {
	color: #bbb;
}
body.single .sidebar-blog select option {
	color: #000;
}
body.single .sidebar-blog [type='search'] {
	border: 1px solid #e8e8e8;
	color: #bbb;
	box-shadow: 0 0 0;
	border-radius: 0.188rem;
}
body.single.post-template-default .sidebar-blog .search-form .input-group .input-group-button {
    display: none;
}

/*body.single.post-template-default section#hero h1 {
	text-align: left;
	text-transform: none;
	font-weight: 400;
	font-size: 36px;
} */
body.single #hero .avatar {
	-webkit-border-radius: 100px;
	border-radius: 100px;
	width: 60px;
}
body.single #intro #breadcrumb {
	padding-bottom: 3rem !important;
}
body.single .blog-content .entry-content {
    padding-top: 0;
}
#related-articles {
	background-color: #f5f5f5;
	padding-top: 4rem;
	padding-bottom: 8rem;
}
#related-articles h2 {
	margin-bottom: 50px;
}
#related-articles .article {
	background-color: white;
	border: 1px solid #ddd;
	position: relative;
    padding: 20px 20px 20px 60px;
}
#related-articles .article .article-image {
	width: 96px;
	height: 96px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	overflow: hidden;
	position: absolute;
    left: -50px;
    top: -16px;
    background-color: white;
}
body:not(.single-videos_post_type, .page-template-template-gateway) #main section#intro {
    padding-bottom: 0rem !important;
}
#hero.slate.blog .taxonomy-description {
	color: white;
	margin-bottom: 30px;
}
@media screen and (min-width:640px) {
	.sidebar-blog {
		padding-right: 30px;
	}
}
@media screen and (max-width:639px) {
	#related-articles .article:first-child {
		margin-bottom: 3rem;
	}
}



@media screen and (min-width: 40em) {
	body.single-document_post_type .entry-content {
	    padding-top: 0;
	}
	body.single section#hero {
	    padding-top: 7.5rem;
	    padding-bottom: 2.5rem;
	}
}



body.single section#hero img {
    margin-bottom: 0;
    border: none;
    width: auto;
}


body.single section#hero .image img {
    margin-bottom: 20px;
    border: none;
    width: auto;
}


.partners_post_type-template-template-generic-post #inner-content #main #breadcrumb {
	padding-bottom: 2rem !important;
}

.stat-bubble .desc {
	padding-left: 18px;
}
.page-template-template-why .stat-bubble .desc {
    padding-left: 0;
}
.counter-redis-logo {
	margin-top: -70px;
    margin-right: 20px;
}
.counter-wrapper {
	display: inline-block;
	min-width: 373px;
}
@media screen and (max-width:639px) {
	.counter-redis-logo {
		margin-top: 0;
	    margin-right: 0;
	}
}
#blog-filter {
	padding-top: 60px;
}
#blog-filter .input-group-button {
	display: none;
}
#blog-filter select {
	color: #d2d2d2;
	border-radius: 8px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #d2d2d2'></polygon></svg>");
}

#blog-filter [type='search'] {
	box-shadow: none;
	border-radius: 8px;	
	background-image: url("../images/ico-magnifying.svg");
	background-position: 99% center;
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: rgba(255,255,255,.6);
}
#blog-filter .button {
	border-radius: 8px;	
	display: block;
	padding: 0.7em 1em;
}
#blog-filter .search-form .small-11 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#blog-filter .dropdown {
	margin-bottom: 20px;
}
.head .image {
	text-align: center;
}
.testimonial-wrapper {
	margin-top: 3rem;
}