@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Reset text styling
   ========================================================================== */
/**
 * Reset all headings, paragraphs, lists, blockquotes as .formatted will
 * take over. When using normalize 1.x, relevant sections could be removed from
 * it to save more bytes.   
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
}

p {
  margin: 0;
}

dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

dd,
dt {
  margin: 0;
}

blockquote {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Link-specific utilities
   Derived from https://github.com/necolas/suit-utils-link
   ========================================================================== */
/**
 * Clean link
 *
 * A link without any text-decoration at all.
 */
.link-clean:hover, .link-clean:focus, .link-clean:active {
  text-decoration: none;
}

/**
 * Link complex
 *
 * A common pattern is to have a link with several pieces of text and/or an
 * icon, where only one piece of text should display the underline when the
 * link is the subject of user interaction.
 *
 * Example HTML:
 *
 * <a class="link-complex" href="#">
 *     Link complex
 *     <span class="link-complex__target">target</span>
 * </a>
 */
.link-complex:hover, .link-complex:focus, .link-complex:active {
  text-decoration: none;
}
.link-complex:hover .link-complex__target, .link-complex:focus .link-complex__target, .link-complex:active .link-complex__target {
  text-decoration: underline;
}

/**
 * Block-level link
 *
 * Combination of traits commonly used in vertical navigation lists.
 */
.link-block:hover, .link-block:focus, .link-block:active,
.link-block:hover:hover,
.link-block:hover:focus,
.link-block:hover:active,
.link-block:focus:hover,
.link-block:focus:focus,
.link-block:focus:active,
.link-block:active:hover,
.link-block:active:focus,
.link-block:active:active {
  display: block;
  text-decoration: none;
}

/**
 * Pseudo-link
 *
 * Another interactive element, e.g., `button`, styled to look like an
 * anchor. Relies on the use of a placeholder anchor.
 *
 * Example HTML:
 *
 * <button class="link-pseudo">
 *     <a>Button content</a>
 * </button>
 */
.link-pseudo {
  display: inline;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  text-decoration: inherit;
}
.link-pseudo:hover, .link-pseudo:focus, .link-pseudo:active {
  background: inherit;
  color: inherit;
  text-decoration: inherit;
}

/* ==========================================================================
   State rules
   Derived from https://github.com/necolas/suit-utils-state
   ========================================================================== */
/**
 * Completely remove from the flow and screen readers.
 */
.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Completely remove from the flow but leave available to screen readers.
 */
.is-vishidden, .Menu-open b, .w3-social__item b, .slides .prev b,
.slides .next b, .slides-author .prev b,
.slides-author .next b, .case__capabilities b, .media--tweet__link b, .connect b {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Control visibility without affecting flow.
 */
.is-visible {
  visibility: visible;
}

.is-invisible {
  visibility: hidden;
}

/**
 * Indicate that interaction will result in an (in)action.
 */
.is-actionable {
  cursor: pointer;
}

.is-draggable {
  cursor: move;
}

.is-disabled {
  cursor: default;
}

/* ==========================================================================
   Base rules for form elements
   ========================================================================== */
/**
 * Core styling for text-based inputs, textareas & selects
 *
 * You can opt for a default 100% or something fixed depending on your design.
 * Don't use input[type="button"] or other variants, use the <button> element!
 */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.25;
  min-height: 30px;
  padding: 4px 0.5em;
  color: #444444;
  background-color: white;
  border: 1px solid gainsboro;
}

/**
 * Width needs to be declared on all inputs since the specificity would be too
 * big with type selectors
 */
input,
textarea,
select {
  width: 100%;
}

/* Reset width of input images, buttons, radios, checkboxes. Yawn. */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* Make textarea height behave, allow only vertical resize */
textarea {
  height: auto;
  resize: vertical;
}

/* Placeholder text */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9fa5ab;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9fa5ab;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9fa5ab;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* Make multiple select elements height not fixed */
select[multiple],
select[size] {
  height: auto;
}

input[type="file"] {
  height: 30px;
  line-height: 1.25;
}

/* Focus states
   ========================================================================== */
input:focus,
textarea:focus {
  border-color: rgba(45, 191, 197, 0.8);
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Disabled and read-only inputs
   ========================================================================== */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  color: #666666;
  background-color: #e5e6e7;
  border-color: #d7dbde;
}

/* Explicitly reset the colors here */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* HTML5 Valid states
   ========================================================================== */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #953b39;
}

/* Other elements
   ==========================================================================*/
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
}

/* =============================================================================
    Base rules
============================================================================= */
body {
  background: #fafafa;
  color: #44484e;
}

.scheme--inverted {
  color: #dbe1e6;
}

h1, h2, h3, h4, h5, h6 {
  color: #0f1a21;
}

/* Responsive precautions */
img {
  max-width: 100%;
  height: auto;
}

/* Code */
code {
  margin: 0 .1em;
  padding: .2em .5em;
  background-color: #f5f6f7;
  border: 1px solid #d7dbde;
  border-radius: 4px;
  color: #0e1012;
  white-space: nowrap;
}

pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
  background-color: #f5f6f7;
  border: 1px solid #d7dbde;
  border-radius: 4px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  margin: 2.4375em 0 2.5em 0;
  padding: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  clear: both;
}

/* Typography
   ========================================================================== */
body {
  font-size: 75%;
  line-height: 1.5;
}
@media (min-width: 49em) {
  body {
    font-size: 100%;
  }
}

.t-mega {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1;
}

.t-tera {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
}

@media (min-width: 30em) {
  .t-mega {
    font-size: 32px;
    font-size: 2rem;
  }
}
h1, .t1 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}

h2, .t2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
}

h3, .t3, .fancy-table__parent:after {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.2;
}

h4, .t4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
}

h5, .t5, .wp-caption-text, .respond__cancel {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.t-normal {
  font-size: 14px;
  font-size: 0.875rem;
}

code, .t-micro {
  font-size: 12px;
  font-size: 0.75rem;
}

.t-nano {
  font-size: 11px;
  font-size: 0.6875rem;
}

.t-pico {
  font-size: 10px;
  font-size: 0.625rem;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.Menu-item,
.preview__title,
.w3-intro,
.highlight__title,
.highlight__subtitle,
.widget--post .widget__title,
.case__subtitle,
.product__subtitle,
.card__title p,
.testimonial__org,
.attribution__org,
.post h2, .post h3, .post h4,
.post__subtitle,
.wp-caption-text,
.comment__author,
.respond__title,
.media__title,
.feature__title,
.accordion__title,
.l-main__title .t-mega,
.head__title,
.section-title,
.person__subtitle,
.textblock__title,
.advantage__title,
.l-footer__title,
.t-special, .hang-quotes:before, .copy blockquote:before, .copy-lite blockquote:before,
.hang-quotes:after, .top-quote:after {
  font-family: Neuton, Georgia, 'Times New Roman', Times, serif;
}

code,
kbd,
pre,
samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* ==========================================================================
   Font icons
   ========================================================================== */
/* General
   ========================================================================== */
@font-face {
  font-family: "w3e-icons-general";
  src: url('../f/general.eot');
  src: url('../f/general.eot?#iefix') format('eot'), url('../f/general.woff') format('woff'), url('../f/general.ttf') format('truetype'), url('../f/general.svg#general') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="icon-g-"], .slides__item:after, .fancy-table__parent:after, .accordion__title:before {
  font-family: 'w3e-icons-general';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-g-arrow-left:before {
  content: "\e021";
}

.icon-g-arrow-circled-right:before {
  content: "\e022";
}

.icon-g-arrow-circled-left:before {
  content: "\e023";
}

.icon-g-quote-left:before {
  content: "\e024";
}

.icon-g-youtube:before {
  content: "\e026";
}

.icon-g-rss:before {
  content: "\e027";
}

.icon-g-github:before {
  content: "\e028";
}

.icon-g-wordpress:before {
  content: "\e029";
}

.icon-g-twitter:before {
  content: "\e02a";
}

.icon-g-facebook:before {
  content: "\e02b";
}

.icon-g-googleplus:before {
  content: "\e02c";
}

.icon-g-tumblr:before {
  content: "\e02d";
}

.icon-g-linkedin:before {
  content: "\e02e";
}

.icon-g-close-circled:before {
  content: "\e030";
}

.icon-g-share:before {
  content: "\e031";
}

.icon-g-mail:before {
  content: "\e032";
}

.icon-g-menu:before {
  content: "\e033";
}

.icon-g-pinterest:before {
  content: "\e034";
}

.icon-g-instagram:before {
  content: "\e035";
}

.icon-g-skype:before {
  content: "\e036";
}

.icon-g-quote-right:before {
  content: "\e037";
}

.icon-g-tick:before {
  content: "\e040";
}

.icon-g-close:before {
  content: "\e041";
}

.icon-g-arrow-right:before {
  content: "\e020";
}

.icon-g-zoom-in:before, .slides__item:after {
  content: "\e042";
}

.icon-g-website:before {
  content: "\e045";
}

.icon-g-arrow-circled-up:before, .fancy-table__parent.is-focused:after, .accordion__title.is-focused:before {
  content: "\e046";
}

.icon-g-arrow-circled-down:before, .fancy-table__parent:after, .accordion__title:before {
  content: "\e047";
}

/* Dupes */
.icon-g-user_url:before {
  content: "\e045";
}

.icon-g-user_email:before {
  content: "\e032";
}

/* Badges
   ========================================================================== */
@font-face {
  font-family: "w3e-icons-badges";
  src: url('../f/badges.eot');
  src: url('../f/badges.eot?#iefix') format('eot'), url('../f/badges.woff') format('woff'), url('../f/badges.ttf') format('truetype'), url('../f/badges.svg#general') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class*="icon-b-"] {
  font-family: 'w3e-icons-badges';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-b-hosting:before {
  content: "\e000";
}

.icon-b-ppc:before {
  content: "\e001";
}

.icon-b-flash:before {
  content: "\e002";
}

.icon-b-blog:before {
  content: "\e003";
}

.icon-b-design:before {
  content: "\e004";
}

.icon-b-web-performance:before {
  content: "\e005";
}

.icon-b-3d:before {
  content: "\e006";
}

.icon-b-traffic:before {
  content: "\e007";
}

.icon-b-bandwidth:before {
  content: "\e008";
}

.icon-b-conversion:before {
  content: "\e009";
}

.icon-b-search-opt:before {
  content: "\e00a";
}

.icon-b-print:before {
  content: "\e00b";
}

.icon-b-identity:before {
  content: "\e00c";
}

.icon-b-e-commerce:before {
  content: "\e00d";
}

.icon-b-caching:before {
  content: "\e00e";
}

.icon-b-links:before {
  content: "\e00f";
}

.icon-b-page-load:before {
  content: "\e010";
}

.icon-b-web-standards:before {
  content: "\e011";
}

.icon-b-social:before {
  content: "\e012";
}

.icon-b-cms:before {
  content: "\e013";
}

.icon-b-monitoring:before {
  content: "\e014";
}

.icon-b-analytics-reporting:before {
  content: "\e015";
}

.icon-b-stats:before {
  content: "\e016";
}

.icon-b-copy:before {
  content: "\e017";
}

.icon-b-speed:before {
  content: "\e018";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 4px solid #2dbfc5;
  border-color: #2dbfc5 transparent transparent transparent;
}

hr, .r-wide .l-footer__item--large, .l-list__item, .l-split-third__item, .l-spread__item, .l-box__item, .metabox, .l-thread__item, .l-thread--level-1 > .l-thread__item:first-child, .respond, .endnote {
  position: relative;
  border-top: 1px solid #d0d0d0;
}
hr:after, .r-wide .l-footer__item--large:after, .l-list__item:after, .l-split-third__item:after, .l-spread__item:after, .l-box__item:after, .metabox:after, .l-thread__item:after, .l-thread--level-1 > .l-thread__item:first-child:after, .respond:after, .endnote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.scheme--inverted .l-list__item {
  border-top: 1px solid #020304;
}
.scheme--inverted .l-list__item:after {
  background: #16252d;
}

.r-huge .l-footer__item--large, .l-list__item:first-child, .l-split-third__item:first-child, .r-wide > .l-split-third__item:first-child + .l-split-third__item, .r-huge > .l-split-third__item:first-child + .l-split-third__item + .l-split-third__item, .l-spread__item:first-child, .r-wide > .l-spread__item:first-child + .l-spread__item, .l-box__item:first-child, .l-box__item--addon, .metabox:first-child, .metabox--subtle, .l-thread .respond {
  border-top: 0;
}
.r-huge .l-footer__item--large:after, .l-list__item:first-child:after, .l-split-third__item:first-child:after, .r-wide > .l-split-third__item:first-child + .l-split-third__item:after, .r-huge > .l-split-third__item:first-child + .l-split-third__item + .l-split-third__item:after, .l-spread__item:first-child:after, .r-wide > .l-spread__item:first-child + .l-spread__item:after, .l-box__item:first-child:after, .l-box__item--addon:after, .metabox:first-child:after, .metabox--subtle:after, .l-thread .respond:after {
  display: none;
}

.hang-quotes:before, .copy blockquote:before, .copy-lite blockquote:before,
.hang-quotes:after {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 0.5;
  display: inline-block;
  color: #2dbfc5;
  font-weight: bold;
}

.hang-quotes:before, .copy blockquote:before, .copy-lite blockquote:before {
  content: '“';
}

.hang-quotes:after {
  content: '”';
}

.hang-quotes {
  position: relative;
  padding-left: 2em;
  padding-right: 2em;
}
.hang-quotes:before {
  position: absolute;
  top: 0;
  left: -0.2em;
}
.hang-quotes:after {
  position: absolute;
  bottom: -0.15em;
  right: -0.2em;
}

.top-quote {
  position: relative;
  padding-top: 2.5em;
}
.top-quote:after {
  content: '“';
  font-size: 55px;
  font-size: 3.4375rem;
  color: inherit;
  line-height: 1;
  display: block;
  width: 1em;
  position: absolute;
  top: -0.1em;
  left: 50%;
  margin-left: -.5em;
}

a {
  color: #346165;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.link-stealthy, .pills a {
  color: #0f1a21;
}
.link-stealthy:hover, .pills a:hover {
  color: #346165;
}

.link-proceed {
  font-weight: bold;
  text-transform: uppercase;
}
.link-proceed [class*="icon-g-"], .link-proceed .slides__item:after, .link-proceed .fancy-table__parent:after, .link-proceed .accordion__title:before {
  font-size: 1.25em;
  vertical-align: text-top;
  color: #2dbfc5;
  margin: 0 0.25em;
}

.scheme--inverted a {
  color: #2dbfc5;
}
.scheme--inverted .link-secondary {
  color: #346165;
}

.post__byline .post-edit-link {
  margin: 0 5px;
}

/* Forms
   ========================================================================== */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: rgba(45, 191, 197, 0.6) 0 0 8px;
  -moz-box-shadow: rgba(45, 191, 197, 0.6) 0 0 8px;
  box-shadow: rgba(45, 191, 197, 0.6) 0 0 8px;
}

label {
  display: block;
  margin: 0 0 5px 0;
}

/* ==========================================================================
   Intrinsic ratio embed - http://j.mp/GIHbnu
   Derived from https://github.com/necolas/suit-flex-embed
   ========================================================================== */
/**
 * Flexible multi-media embeds
 *
 * For use with multi-media embeds, such as videos or slideshows, that need to
 * retain a specific aspect ratio but adapt to elements of variable widths.
 *
 * Example HTML:
 *
 * <div class="flex-embed flex-embed--16by9">
 *     [iframe|object|embed]
 * </div>
 */
.l-flex-embed {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.l-flex-embed iframe,
.l-flex-embed embed,
.l-flex-embed object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/**
 * Modifier: 16:9 aspect ratio
 */
.l-flex-embed--16by9 {
  padding-bottom: 56.25%;
}

/**
 * Modifier: 4:3 aspect ratio
 */
.l-flex-embed--4by3 {
  padding-bottom: 75%;
}

/* ==========================================================================
   Offscreen navigation
   ========================================================================== */
/**
 * Expected markup
 * 
 * %body
 *   #container.with-Offscreen{"data-toggle" => "offscreen"}
 *   
 *     .OffscreenCanvas{"data-offscreen-control" => "pane"}
 *     
 *       // Your content
 *       // ...
 *       
 *         // Typically in the header
 *           %a.Menu-open{:href => "#primary-navigation", "data-offscreen-control" => "trigger"} Menu
 *           
 *           // Usually the same element .menu is applied on
 *           %nav.Menu.Offscreen{:id => "primary-navigation", "data-offscreen-control" => "nav"}
 *             //...
 *             %a.Menu-close{:href => "#container", "data-offscreen-control" => "close"} Return to content
 */
@media (max-width: 49em) {
  /* We need this to keep things together */
  .with-Offscreen {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* Only apply if js is activated */
  .OffscreenCanvas.is-active {
    position: relative;
    right: 0;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
    -webkit-transition-property: left, right, -webkit-transform;
    -moz-transition-property: left, right, -moz-transform;
    -o-transition-property: left, right, -o-transform;
    transition-property: left, right, transform;
  }
  .OffscreenCanvas.is-focused {
    right: 22em;
  }

  .Offscreen {
    -webkit-transform: translateZ(0);
  }
  .Offscreen.is-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -22em;
    height: 100%;
    width: 22em;
  }

  /* Progressively enhance with GPU accelerated transforms */
  .csstransforms3d .OffscreenCanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .csstransforms3d .OffscreenCanvas.is-focused {
    right: 0;
    -webkit-transform: translate3d(-22em, 0, 0);
    -moz-transform: translate3d(-22em, 0, 0);
    -ms-transform: translate3d(-22em, 0, 0);
    -o-transform: translate3d(-22em, 0, 0);
    transform: translate3d(-22em, 0, 0);
  }
  .csstransforms3d .Offscreen {
    right: 0;
    -webkit-transform: translate3d(22em, 0, 0);
    -moz-transform: translate3d(22em, 0, 0);
    -ms-transform: translate3d(22em, 0, 0);
    -o-transform: translate3d(22em, 0, 0);
    transform: translate3d(22em, 0, 0);
  }
}
.l-wrap {
  max-width: 1180px;
  margin: 0 5.71429%;
}
.l-wrap .l-wrap {
  clear: both;
}
@media (min-width: 43.75em) {
  .l-wrap {
    margin: 0 40px;
  }
}
.l-wrap:before, .l-wrap:after {
  content: " ";
  display: table;
}
.l-wrap:after {
  clear: both;
}

.l-header {
  background: #0f1a21;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1f323c), color-stop(70%, #0f1a21));
  background-image: -webkit-linear-gradient(#1f323c 0%, #0f1a21 70%);
  background-image: -moz-linear-gradient(#1f323c 0%, #0f1a21 70%);
  background-image: -o-linear-gradient(#1f323c 0%, #0f1a21 70%);
  background-image: linear-gradient(#1f323c 0%, #0f1a21 70%);
  background-repeat: repeat-x;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 9px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 9px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 9px 0;
}
.l-header:before, .l-header:after {
  content: " ";
  display: table;
}
.l-header:after {
  clear: both;
}
@media (min-width: 49em) {
  .l-header {
    padding: 30px 0;
  }
}
@media (min-width: 49em) {
  .l-header .l-wrap {
    position: relative;
  }
}

.l-header--home {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 84, color-stop(0%, #1f323c), color-stop(100%, #0f1a21));
  background-image: -webkit-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: -moz-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: -o-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: linear-gradient(#1f323c 0%, #0f1a21 84px);
}

.l-main {
  padding: 1.875em 0 2.5em 0;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e1e1e1), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(bottom, #e1e1e1, #fafafa 60px);
  background-image: -moz-linear-gradient(bottom, #e1e1e1, #fafafa 60px);
  background-image: -o-linear-gradient(bottom, #e1e1e1, #fafafa 60px);
  background-image: linear-gradient(bottom, #e1e1e1, #fafafa 60px);
}
.l-main .l-main {
  width: 100%;
  clear: both;
  margin: 0 -5.71429%;
}
@media (min-width: 43.75em) {
  .l-main .l-main {
    clear: both;
    margin: 0 -40px;
  }
}
@media (min-width: 63.75em) {
  .l-main {
    padding: 2.5em 0 3.75em 0;
  }
}

.l-main__title {
  position: relative;
  margin: 0 0 2.1875em 0;
  padding: 0 0 1.25em 0;
  color: #0f1a21;
  border-bottom: 1px solid #d0d0d0;
}
.l-main__title:before, .l-main__title:after {
  content: " ";
  display: table;
}
.l-main__title:after {
  clear: both;
}
.l-main__title:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

@media (min-width: 30em) {
  .l-main__title .t-mega {
    float: left;
  }
}
@media (max-width: 30em) {
  .l-main__title {
    margin: 0 0 1.25em 0;
  }
  .l-main__title .t-mega {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.l-sidebar {
  z-index: 1;
}

.l-content + .l-sidebar, .l-sidebar + .l-content {
  margin-top: 1.875em;
}

@media (min-width: 63.75em) {
  .l-content + .l-sidebar, .l-sidebar + .l-content {
    margin-top: 0;
  }

  .l-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: right;
    padding-left: 260px;
  }

  .l-content--flush {
    padding-left: 240px;
  }

  .l-sidebar {
    position: relative;
    float: left;
    width: 220px;
    margin-right: -220px;
  }

  .l-sidebar--about {
    background: url('../../raw-assets/i/cube.png') 0 0 no-repeat;
    min-height: 250px;
  }
}
.l-sidebar__item {
  margin: 0 0 1.875em 0;
}

.r-wide > .l-sidebar__item {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.r-wide > .l-sidebar__item:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.l-sidebar-sec {
  clear: both;
  overflow: hidden;
  margin-bottom: -2.5em;
}

.l-sidebar-sec__item {
  margin-bottom: 2.5em;
}

@media (max-width: 51.25em) {
  .r-wide > .l-sidebar-sec__item {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
    /*
    We're using nth(4) because WP makes it hard to use proper classes
    on widgets. This will always be on the right.
    */
  }
  .r-wide > .l-sidebar-sec__item:nth-child(4n) {
    float: none;
    width: auto;
    margin-right: auto;
    overflow: hidden;
  }
}
@media (max-width: 63.75em) {
  .r-huge > .l-sidebar-sec__item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .r-huge > .l-sidebar-sec__item:nth-child(4n) {
    float: right;
    margin-right: 0;
    float: right;
    clear: right;
  }
}
@media (min-width: 63.75em) {
  .l-sidebar-sec {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }

  .l-sidebar-sec__item {
    display: table-cell;
    float: none;
    width: auto;
    margin-right: auto;
    width: 220px;
    margin-bottom: 0;
    padding-right: 20px;
    vertical-align: top;
  }
  .l-sidebar-sec__item:nth-child(4n) {
    padding-right: 0;
    width: auto;
  }
}
.l-footer {
  clear: left;
  padding: 0 0 2.5em 0;
  overflow: hidden;
  color: #828589;
}
@media (min-width: 63.75em) {
  .l-footer {
    padding-top: 0.625em;
    width: 940px;
    float: left;
  }
}
@media (min-width: 78.75em) {
  .l-footer {
    padding-bottom: 3.125em;
  }
}

.l-footer__title {
  margin: 0 0 1em 0;
}

.l-footer__item {
  margin-top: 2.5em;
}

.l-footer__subitem {
  margin-top: 1.5625em;
}

.r-wide .l-footer__item--edge {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  margin-bottom: 2.5em;
}
.r-wide .l-footer__item--e2 {
  float: right;
  margin-right: 0;
}
.r-wide .l-footer__item--large {
  width: 100%;
  overflow: hidden;
  padding-top: 2.5em;
}
.r-wide .l-footer__subitem {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  margin-top: 0;
}
.r-wide .l-footer__subitem + .l-footer__subitem {
  float: right;
  margin-right: 0;
}

.r-huge .l-footer__item {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
}
.r-huge .l-footer__item--edge {
  margin-bottom: 0;
}
.r-huge .l-footer__item--e2 {
  float: right;
  margin-right: 0;
}
.r-huge .l-footer__item--large {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  padding-top: 0;
}

.scheme--inverted {
  padding: 3.75em 0 3.75em 0;
  border-top: 1px solid #fafafa;
  background: #0f1a21;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 84, color-stop(0%, #1f323c), color-stop(100%, #0f1a21));
  background-image: -webkit-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: -moz-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: -o-linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-image: linear-gradient(#1f323c 0%, #0f1a21 84px);
  background-repeat: repeat-x;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 5px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 4px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 5px 0;
}

.l-inside-column {
  display: block;
}

@media (min-width: 28em) {
  .l-inside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 680px;
  }

  .l-inside-column {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 1.25em;
  }
}
@media (min-width: 63.75em) {
  .l-pull-outside {
    float: left;
    margin-left: -260px;
  }
}

.l-fields-default .field,
.l-fields-default .alert {
  margin-bottom: 15px;
}

.l-fields-3-columns:before, .l-fields-3-columns:after {
  content: " ";
  display: table;
}
.l-fields-3-columns:after {
  clear: both;
}
@media (min-width: 54em) {
  .l-fields-3-columns .field {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  .l-fields-3-columns .field:nth-of-type(3n) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 45em) {
  .l-fields-horizontal .field__label {
    float: left;
    width: 100px;
    text-align: right;
  }
  .l-fields-horizontal .field__controls {
    margin-left: 120px;
  }
}

/**
 * Object position helpers.
 *
 * Float an object left or right, and include some space between the object and
 * proceeding objects.
 */
.l-obj-start {
  float: left;
  margin-right: 10px;
}

.l-obj-end {
  float: right;
  margin-left: 10px;
}

/* =============================================================================
    Grid rules
============================================================================= */
[class^="l-grid-"],
[class*=" l-grid-"] {
  display: inline;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-gutter-right {
  padding-right: 20px;
}

.l-gutter-left {
  padding-left: 20px;
}

.l-gutters {
  padding-left: 20px;
  padding-right: 20px;
}

.l-push-right {
  margin-right: 20px;
}

.l-push-left {
  margin-left: 20px;
}

.l-push-gutters {
  margin-left: 20px;
  margin-right: 20px;
}

.l-grid-1of2 {
  width: 50%;
}

.l-grid-1of3 {
  width: 29.41176%;
  float: left;
  margin-right: 5.88235%;
}

.l-grid-2of3 {
  width: 64.70588%;
  float: left;
  margin-right: 5.88235%;
}

.l-grid-3of3 {
  width: 100%;
  float: left;
  margin-right: 5.88235%;
}

.l-grid-1of4 {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%;
}

.l-grid-2of4 {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
}

.l-grid-3of4 {
  width: 73.91304%;
  float: left;
  margin-right: 4.34783%;
}

.l-grid-4of4 {
  width: 100%;
  float: left;
  margin-right: 4.34783%;
}

.l-grid-1of6 {
  width: 14.28571%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-2of6 {
  width: 31.42857%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-3of6 {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-4of6 {
  width: 65.71429%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-5of6 {
  width: 82.85714%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-6of6 {
  width: 100%;
  float: left;
  margin-right: 2.85714%;
}

.l-grid-1of8 {
  width: 10.6383%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-2of8 {
  width: 23.40426%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-3of8 {
  width: 36.17021%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-4of8 {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-5of8 {
  width: 61.70213%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-6of8 {
  width: 74.46809%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-7of8 {
  width: 87.23404%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-8of8 {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
}

.l-grid-1of10 {
  width: 8.47458%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-2of10 {
  width: 18.64407%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-3of10 {
  width: 28.81356%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-4of10 {
  width: 38.98305%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-5of10 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-6of10 {
  width: 59.32203%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-7of10 {
  width: 69.49153%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-8of10 {
  width: 79.66102%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-9of10 {
  width: 89.83051%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-10of10 {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
}

.l-grid-omega {
  float: right;
  margin-right: 0;
}

.l-segmented {
  display: table;
  width: 100%;
}

.l-segmented__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.l-segmented--spaced .l-segmented__item {
  padding: 0 1.25em;
  border-left: 1px solid #d0d0d0;
}
.l-segmented--spaced .l-segmented__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.l-segmented--spaced .l-segmented__item:last-child {
  padding-right: 0;
}

.l-segmented--archive .l-segmented__item {
  padding: 0 1.25em;
  border-left: 1px solid #d0d0d0;
}
.l-segmented--archive .l-segmented__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.l-segmented--archive .l-segmented__item:last-child {
  padding-right: 0;
}

.l-segmented__item--addon {
  width: 1%;
  padding-right: 5px;
}
.l-segmented__item ~ .l-segmented__item--addon {
  padding-right: 0;
  padding-left: 5px;
}

.l-list__item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  padding-top: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.l-list__item:first-child {
  padding-top: 0;
  margin-top: 0;
}

.l-list-inline__item {
  display: block;
  float: left;
  line-height: 15px;
  margin-right: 20px;
  padding: 5px 0;
}
.l-list-inline__item.is-focused a {
  color: #828589;
}

.l-split {
  overflow: hidden;
  margin-bottom: -1.875em;
}

.l-split__item {
  margin-bottom: 1.875em;
}
@media (min-width: 40em) {
  .l-split__item {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
  .l-split__item:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 63.75em) {
  .l-split__item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .l-split__item:nth-child(2n) {
    float: left;
    margin-right: 2.12766%;
  }
  .l-split__item:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}

.l-split--expanded {
  margin-bottom: -3.125em;
}
.l-split--expanded .l-split__item {
  margin-bottom: 3.125em;
}

.l-split-third {
  max-width: 1060px;
  overflow: hidden;
  margin-bottom: -3.125em;
}

.l-split-third__item {
  padding-top: 1.25em;
  margin-bottom: 3.125em;
}
.l-split-third__item:first-child {
  padding-top: 0;
}
.r-wide > .l-split-third__item {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}
.r-wide > .l-split-third__item:nth-child(2n) {
  margin-right: 0;
  float: left;
}
.r-wide > .l-split-third__item:first-child + .l-split-third__item {
  padding-top: 0;
}
.r-huge > .l-split-third__item {
  width: 32.07547%;
  float: left;
  margin-right: 1.88679%;
}
.r-huge > .l-split-third__item:nth-child(2n) {
  float: left;
  margin-right: 1.88679%;
}
.r-huge > .l-split-third__item:nth-child(3n) {
  margin-right: 0;
  float: left;
}
.r-huge > .l-split-third__item:first-child + .l-split-third__item + .l-split-third__item {
  padding-top: 0;
}

.l-split-half {
  overflow: hidden;
  margin-bottom: -1.875em;
}

.l-split-half__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 1.875em;
}
.r-wide > .l-split-half__item {
  float: left;
  width: 50%;
}
.r-wide > .l-split-half__item:nth-child(2n+1) {
  clear: left;
}
.r-wide > .l-split-half__item img {
  float: right;
  max-width: 100%;
  margin: 0 -10px 0 0;
}
.r-wide > .l-split-half__item:first-child img {
  float: left;
  margin: 0 0 0 -10px;
}

.l-spread__item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 14px;
  padding-top: 0.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}
.l-spread__item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.r-wide > .l-spread__item {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
}
.r-wide > .l-spread__item:nth-child(2n) {
  margin-right: 0;
  float: left;
}
.r-wide > .l-spread__item:first-child + .l-spread__item {
  padding-top: 0;
  margin-top: 0;
}

@media (min-width: 49em) {
  .l-pinned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100;
  }
  .l-pinned + * {
    margin-top: 140px;
  }

  .home .l-pinned + * {
    margin-top: 230px;
  }

  .home .l-pinned.shrinking + * {
    margin-top: 170px;
  }

  .home .shrinking .l-pinned__body {
    max-height: 115px !important;
  }
  .home .shrinking .l-pinned__body > * {
    top: 50%;
    margin-top: -30px;
  }
  .home .shrinking .l-pinned__body .w3-intro {
    opacity: 0;
  }

  .home .l-pinned__body {
    top: 0;
    width: 100%;
    padding: 0;
    max-height: 245px !important;
    height: 245px;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s;
  }
  .home .l-pinned__body > * {
    top: 30px;
    margin-top: -10px;
    position: relative;
  }
  .home .l-pinned__body .w3-intro {
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .home .l-pinned__body .is-shrinking {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }

  .l-pinned__body {
    top: 0;
    width: 100%;
    padding: 0;
    height: 115px;
  }
  .l-pinned__body > * {
    position: relative;
    top: 50%;
    margin-top: -30px;
  }

  .l-pinned__addon {
    width: 100%;
  }
}
.l-showcase {
  width: 100%;
  max-width: 58.125em;
  border-bottom: 40px solid #fff;
}

.l-showcase__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 35px;
  border-left: 1px solid #d0d0d0;
  padding: 0 30px 0 29px;
}
.l-showcase__item:first-child {
  border: 0;
  padding-left: 30px;
}

.l-showcase__subitem {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #d0d0d0;
  padding-right: 19px;
}
.l-showcase__subitem + .l-showcase__subitem {
  border: 0;
  padding-right: 0;
  padding-left: 19px;
}

.l-showcase--products .l-showcase__item {
  width: 100%;
}
.l-showcase--products .l-showcase__item .preview__body {
  overflow: hidden;
}
.l-showcase--products .l-showcase__item .preview__thumb {
  width: 33%;
  float: left;
  margin-right: 19px;
  margin-bottom: 0;
}
.l-showcase--products .l-showcase__item .preview__description {
  overflow: hidden;
}

.l-showcase--solutions .l-showcase__item {
  width: 33.33333%;
}
.l-showcase--solutions .l-showcase__item.no-brd .l-showcase__subitem {
  width: 100%;
  border: none;
}
.l-showcase--solutions .l-showcase__item.column-two {
  width: 50%;
}
.l-showcase--solutions .l-showcase__item.column-two .l-showcase__subitem {
  width: 50%;
}
.l-showcase--solutions .l-showcase__subitem {
  width: 50%;
}
.l-showcase--solutions .l-showcase__subitem .preview__description {
  margin-right: 10px;
}

.l-mosaic {
  margin-bottom: 1.25em;
  -webkit-transform: translateZ(0);
}

.l-mosaic__item {
  clear: both;
  margin-bottom: 1.25em;
}

.r-wide > .l-mosaic__item--alpha {
  float: left;
  clear: left;
}
.r-wide > .l-mosaic__item--omega {
  float: right;
  clear: right;
}
.r-wide > .l-mosaic__item--small {
  width: 36.17021%;
}
.r-wide > .l-mosaic__item--medium {
  width: 61.70213%;
}

.l-mosaic__item--large {
  float: none;
  clear: both;
}

.l-box {
  position: relative;
}

.l-box__item {
  margin-top: 2.5em;
  padding-top: 0.875em;
}
.l-box__item:first-child {
  margin-top: 0;
  padding-top: 0;
}

.l-box__item--addon {
  margin-top: 3.125em;
  padding-top: 0;
}

.l-box__item--expanded {
  padding-top: 2.4375em;
}

.metabox {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.metabox__title {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-top: 0.9375em;
}

.metabox__nav {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  overflow: hidden;
}
.metabox__nav .button, .metabox__nav .comment-edit-link, .metabox__nav .post-edit-link {
  float: right;
}

.metabox__content:before, .metabox__content:after {
  content: " ";
  display: table;
}
.metabox__content:after {
  clear: both;
}

.metabox--subtle .metabox__title {
  padding-top: 0;
}

.l-thread {
  padding-bottom: 1.25em;
}

.l-thread__item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  margin: 1.25em 0 0 0;
  padding: 1.25em 0 0 75px;
  list-style: none;
}
.l-thread--level-1 > .l-thread__item:first-child {
  margin-top: 0;
}

.l-thread__item--flat {
  padding-left: 0;
}

.l-thread-more {
  clear: both;
  text-align: center;
}
.l-thread-more a {
  padding: 1em 0;
  display: block;
  background: #f1f1f1;
}
.l-thread + .l-thread-more {
  margin-top: 1.25em;
}

.l-works {
  max-width: 1060px;
  -webkit-transform: translateZ(0);
}
.l-works:before, .l-works:after {
  content: " ";
  display: table;
}
.l-works:after {
  clear: both;
}

.l-works__item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 23.875em) {
  .l-works__item {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
  .l-works__item:nth-of-type(2n) {
    margin-right: 0;
    float: left;
  }
}
@media (min-width: 48.75em) {
  .l-works__item {
    width: 32.07547%;
    float: left;
    margin-right: 1.88679%;
  }
  .l-works__item:nth-of-type(2n) {
    margin-right: 1.88679%;
  }
  .l-works__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.l-works__preview {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}
.l-works__preview:before, .l-works__preview:after {
  content: " ";
  display: table;
}
.l-works__preview:after {
  clear: both;
}
.l-works__preview.is-animating {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.l-works__preview.is-open {
  height: 100%;
}
.l-works__preview .spinner {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: bold;
}
.l-works__preview .l-sidebar {
  z-index: auto;
}

.l-works__wrapper {
  position: absolute;
  margin-bottom: 1.25em;
  padding-top: 2.1875em;
}
.l-works__wrapper:before, .l-works__wrapper:after {
  content: " ";
  display: table;
}
.l-works__wrapper:after {
  clear: both;
}
.l-works__preview.is-animating .l-works__wrapper, .l-works__preview.is-open .l-works__wrapper {
  position: static;
}

.l-works__close {
  position: absolute;
  top: 0;
  right: 0;
}
.l-works__close b {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.l-works__close i {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: .15em;
  vertical-align: middle;
  float: right;
}
.l-works__close:hover i {
  text-decoration: none;
}

.filters {
  clear: both;
}

.filters__item {
  margin-top: 1em;
}
.filters__item:before, .filters__item:after {
  content: " ";
  display: table;
}
.filters__item:after {
  clear: both;
}
.filters__item select {
  font-size: 13px;
  float: right;
}

@media (min-width: 30em) {
  .filters {
    margin-top: 0.5em;
    float: right;
    clear: none;
  }

  .filters__item {
    float: left;
    margin-top: 0;
    margin-left: 1em;
  }
}
.work-filters .spinner {
  position: absolute;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  float: right;
}

.work-filters__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 1.25em;
  border-left: 1px solid #d0d0d0;
}
.work-filters__item:first-child {
  padding-left: 0;
  border-left: 0;
}
.work-filters__item:last-child {
  padding-right: 0;
}

.work-filters__item--terms {
  overflow: hidden;
  float: none;
}

.work-filters__item--terms,
.work-filters__item--tax {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

@media (max-width: 62em) {
  .work-filters__item--tax .pills li {
    float: none;
  }
}
@media (max-width: 49em) {
  .work-filters__item {
    margin-bottom: 1.25em;
  }

  .work-filters__item--terms {
    clear: both;
    float: none;
    padding: 0;
    padding-top: 1.25em;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #d0d0d0;
  }

  .work-filters__item--tax {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    float: right;
  }
  .work-filters__item--tax .pills li {
    float: left;
  }
}
/* ==========================================================================
   Buttons
   Derived from https://github.com/necolas/suit-button
   ========================================================================== */
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="button [button--modifier]" role="button" href="[url]">button text</a>
 * <button class="button [button--modifier]" type="submit">button text</button>
 * <input class="button [button--modifier]" type="submit" value="button text">
 */
/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 1. Normalize `box-sizing` across all elements that this component could be
 *    applied to.
 * 2. Inherit font styles from ancestor.
 * 3. Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+.
 * 4. Inherit text color from ancestor.
 * 5. Prevent wrapping across multiple lines.
 * 6. Corrects inability to style clickable `input` types in iOS
 */
.button, .comment-edit-link, .post-edit-link {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.75em;
  border: 1px solid;
  font: inherit;
  /* 2 */
  line-height: normal;
  /* 3 */
  background: transparent;
  color: inherit;
  /* 4*/
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  /* 5 */
  -webkit-appearance: none;
  /* 6 */
  cursor: pointer;
  /* Remove excess padding and border in Firefox 4+ */
}
.button:hover, .comment-edit-link:hover, .post-edit-link:hover, .button:focus, .comment-edit-link:focus, .post-edit-link:focus, .button:active, .comment-edit-link:active, .post-edit-link:active {
  text-decoration: none;
}
.button::-moz-focus-inner, .comment-edit-link::-moz-focus-inner, .post-edit-link::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button--small, .comment-edit-link, .post-edit-link {
  font-size: 0.75em;
}

/**
 * Modifier: larger buttons
 */
.button--large {
  font-size: 1.25em;
}

/**
 * Modifier: full-width buttons
 */
.button--full {
  display: block;
  width: 100%;
}

/* ==========================================================================
   Menu starting point
   ========================================================================== */
/**
 * Accesible controls & minimal behavior
 *
 * Controls should only be displayed on small screens.
 * The :target pseudo-selector is used to show/hide the menu for devices with
 * poor or no js support
 *
 * Build up from here in your application level css
 *
 * Expected markup:
 *
 * %a.Menu-open{:href => "#primary-navigation"} Menu
 *
 * %nav.Menu{:id => "primary-navigation"}
 *
 *   %ul
 *
 *     %li.Menu-root
 *       %a.Menu-item{:href => "#"} Home
 *
 *     %li.Menu-root.Menu-root--withChildren
 *       %a.Menu-item{:href => "#"} Sample Page
 *       %ul.Menu-pane
 *         %li.Menu-node
 *           %a.Menu-item{:href => "#"} Check this out
 *         %li.Menu-node--withChildren
 *           %a.Menu-item{:href => "#"} Desert cruiser
 *           %ul.Menu-pane
 *             %li.Menu-node
 *               %a.Menu-item{:href => "#"} Sample Page
 *             %li.Menu-node
 *               %a.Menu-item{:href => "#"} Demo forms
 *
 *   %a.Menu-close{:href => "#container"} Return to content
 */
.Menu-open {
  display: none;
}

.Menu-close {
  display: none;
}

@media (max-width: 49em) {
  .Menu:not(:target) {
    height: 0;
    overflow: hidden;
  }
  .Menu:target .Menu-close {
    display: inline-block;
  }

  .Menu-open {
    display: inline-block;
  }

  .Offscreen.is-active .Menu:not(:target) {
    height: auto;
    overflow: auto;
  }
}
/* Basic item styling */
.Menu-item {
  white-space: no-wrap;
}

@media (min-width: 49em) {
  .Menu {
    margin: 0 auto;
  }
  .Menu:after {
    content: "";
    display: table;
    clear: both;
  }

  .Menu-branch--root {
    display: inline-block;
    margin: 0 .5em;
  }
}
.Menu {
  position: relative;
  display: block;
}

.Menu-open {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  color: #2dbfc5;
  float: right;
  margin: 5px 0 0 0;
}
.Menu-open:hover {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 30em) {
  .Menu-open {
    margin-top: 20px;
  }
}
.Menu-item {
  display: block;
  padding: 3px 20px 2px 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.Menu-item .caret {
  display: none;
}
.Menu-item:hover, .Menu-item.is-focused {
  background: #2dbfc5;
  color: #fff;
}
.Menu-item:hover .caret, .Menu-item.is-focused .caret {
  border-top-color: #fff;
}
.Menu-item:hover {
  text-decoration: none;
}
.Menu-item:active {
  background: #154a4e;
}

/**
 * On small screens we create a dropdown-like menu with collapsible items
 */
@media (max-width: 49em) {
  .Menu {
    padding-top: 40px;
  }

  .Menu-pane {
    display: none;
  }
  .Menu-pane.is-focused {
    display: block;
  }

  /* Offscreen styling only when js is activated */
  .Offscreen.is-active {
    background: #192b34;
    z-index: 100;
  }
  .Offscreen.is-active .Menu-item {
    position: relative;
    padding: 0.41667em 1.2em;
    border-radius: 0;
    border-bottom: 1px solid #2e4b59;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .Offscreen.is-active .Menu-item .caret {
    display: inline;
    float: right;
    border-width: 8px;
    margin-top: 12px;
  }
  .Offscreen.is-active .Menu-item:hover, .Offscreen.is-active .Menu-item.is-focused {
    background: #0e1012;
  }
  .Offscreen.is-active .Menu-pane--child {
    background: #154a4e;
  }
  .Offscreen.is-active .l-showcase {
    border: 0;
  }
  .Offscreen.is-active .l-showcase__item {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .Offscreen.is-active .preview__title {
    margin: 0;
  }
  .Offscreen.is-active .preview__title a {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.41667em 1.2em;
    background: #154a4e;
    border-bottom: 1px solid #15696f;
    color: #fff;
  }
  .Offscreen.is-active .preview__title a:hover {
    background: #0e1012;
    color: #fff;
    text-decoration: none;
  }
  .Offscreen.is-active .preview__body {
    display: none;
  }
}
@media (max-width: 49em) and (min-width: 30em) {
  .Menu {
    padding-top: 70px;
  }
}
@media (min-width: 49em) {
  .Menu {
    position: static;
    float: left;
    margin: 18px 0 0 20px;
    padding: 0 0 0 0;
  }

  .Menu-branch--root {
    float: left;
    margin: 0;
  }

  .Menu-item {
    font-size: 16px;
  }
  .Menu-item .caret {
    display: inline-block;
  }

  .Menu-pane {
    position: absolute;
    z-index: 1030;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    left: 0;
    overflow: hidden;
    margin-top: -2px;
    border-top: 3px solid #2dbfc5;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 5px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 5px 0;
    background: #fff;
  }
  .Menu-pane.is-focused {
    visibility: visible;
    opacity: 1;
  }
}
.Menu-extra {
  position: relative;
  display: none;
  float: left;
  margin: 18px 0 0 10px;
  padding: 0 0 0 25px;
  border-left: 1px solid #16252d;
}
.Menu-extra:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  width: 1px;
  background: #020304;
}
@media (min-width: 57em) {
  .Menu-extra {
    display: block;
  }
}
@media (max-width: 49em) {
  .OffscreenCanvas.is-focused .Menu-extra {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
    background: #2dbfc5;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
  }
  .OffscreenCanvas.is-focused .Menu-extra:after {
    display: none;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item {
    margin-top: 0;
    margin-left: 5.3em;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item:first-child {
    margin-left: 28.8px;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item a {
    font-size: 26px;
    color: #fff;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item a:hover {
    color: #154a4e;
  }
}
@media (max-width: 49em) and (min-width: 30em) {
  .OffscreenCanvas.is-focused .Menu-extra {
    height: 70px;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item {
    margin-top: 15px;
    margin-left: 4.5em;
  }
  .OffscreenCanvas.is-focused .Menu-extra .w3-social__item a {
    font-size: 32px;
  }
}

/* Form controls. Typically nested under .field__controls or standalone
============================================================================= */
.control-radio {
  min-height: 20px;
  padding-left: 20px;
  cursor: pointer;
}
.control-radio input[type="radio"],
.control-radio input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.control--inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.control--inline + .control--inline {
  margin-left: 20px;
}

.control--mini {
  width: 60px;
}

.control--small {
  width: 90px;
}

.control--medium {
  width: 150px;
}

.control--large {
  width: 210px;
}

.control--xlarge {
  width: 270px;
}

.control--xxlarge {
  width: 530px;
}

.control--full {
  width: 100%;
}

/* Form "fields". Inspired by Bootstrap's .control-group
   ========================================================================== */
.field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field:before, .field:after {
  content: " ";
  display: table;
}
.field:after {
  clear: both;
}
.field.is-error .field__label {
  color: #b94a48;
}
.field.is-error input,
.field.is-error select,
.field.is-error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.field.is-error input:focus,
.field.is-error select:focus,
.field.is-error textarea:focus {
  border-color: #b94a48;
  -webkit-box-shadow: #b94a48 0 0 8px;
  -moz-box-shadow: #b94a48 0 0 8px;
  box-shadow: #b94a48 0 0 8px;
}
.field.is-success .field__label {
  color: #468847;
}
.field.is-success input,
.field.is-success select,
.field.is-success textarea {
  color: #468847;
  border-color: #468847;
}
.field.is-success input:focus,
.field.is-success select:focus,
.field.is-success textarea:focus {
  border-color: #468847;
  -webkit-box-shadow: #468847 0 0 8px;
  -moz-box-shadow: #468847 0 0 8px;
  box-shadow: #468847 0 0 8px;
}
.field.is-warning .field__label {
  color: #c09853;
}
.field.is-warning input,
.field.is-warning select,
.field.is-warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.field.is-warning input:focus,
.field.is-warning select:focus,
.field.is-warning textarea:focus {
  border-color: #c09853;
  -webkit-box-shadow: #c09853 0 0 8px;
  -moz-box-shadow: #c09853 0 0 8px;
  box-shadow: #c09853 0 0 8px;
}
.field.is-required .field__label:after {
  content: '*';
  color: red;
}

/* Form helpers
============================================================================= */
.helper {
  color: #828589;
  display: block;
  clear: both;
  font-size: 10px;
  line-height: 15px;
}

.helper--inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  clear: none;
}

.helper--above {
  display: inline;
  float: right;
}

@media (min-width: 49em) {
  .wufoo-w3e-container {
    padding: 30px 20px;
  }
}

.distraction-free p {
  margin-bottom: 1.5em;
}
.distraction-free .header {
  width: 100%;
  padding: 20px 0 15px;
}
.distraction-free .branding {
  float: none;
  margin: 0 auto;
  padding: 0;
}
.distraction-free .branding .branding__body {
  display: block;
  margin: 0;
}
.distraction-free .l-wrap {
  max-width: 668px;
  margin: 0 auto;
}
.distraction-free .l-wrap > * {
  padding: 0 1em;
}
.distraction-free .l-wrap h1, .distraction-free .l-wrap h2, .distraction-free .l-wrap h3, .distraction-free .l-wrap h4, .distraction-free .l-wrap h5, .distraction-free .l-wrap h6 {
  text-align: center;
  margin-bottom: 0.7em;
}
.distraction-free .l-wrap .footer {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d0d0d0;
}
.distraction-free .l-wrap .l-main__title {
  font-family: Neuton, Georgia, 'Times New Roman', Times, serif;
  font-size: 2.3rem;
  padding-bottom: 0;
  margin-bottom: 1em;
  border-bottom: 0;
  text-align: center;
}
.distraction-free .l-wrap img {
  margin: 1.5em 0;
}
.distraction-free .l-wrap .alignleft, .distraction-free .l-wrap img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.distraction-free .l-wrap .alignright, .distraction-free .l-wrap img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.distraction-free .l-wrap .aligncenter, .distraction-free .l-wrap img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.branding {
  position: relative;
  width: 150px;
  display: block;
  float: left;
  margin: 10px 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.branding a {
  display: block;
  height: 100%;
}

.branding__body {
  display: block;
  width: 100%;
  height: 20px;
  background: url('../../raw-assets/i/s_branding.png') 0 -100px no-repeat;
}
.branding__body.is-shrinking {
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  background-position: 0 -75px;
}

@media (min-width: 30em) {
  .branding {
    margin: 0;
  }

  .branding__body {
    height: 70px;
    background-position: right 1px;
  }
}
@media (min-width: 49em) {
  .branding {
    top: -6px;
  }
}
@media (min-width: 62em) {
  .branding {
    width: 220px;
  }
}
.w3-social__item {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
}
.w3-social__item:first-child {
  margin-left: 0;
}
.w3-social__item a {
  font-size: 20px;
  text-decoration: none;
  color: #2dbfc5;
}
.w3-social__item a:hover {
  color: white;
}

.w3-social--large {
  overflow: hidden;
}
.w3-social--large .w3-social__item {
  margin: 0 1.1em 0 0;
}
.w3-social--large .w3-social__item a {
  font-size: 38px;
  color: #b3b9be;
}
.w3-social--large .w3-social__item a:hover {
  color: #154a4e;
}

.w3-intro {
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: margin-left 0.3s ease;
  -moz-transition: margin-left 0.3s ease;
  -o-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #fff;
  margin-top: 10px;
  border-top: 1px solid #16252d;
}
.w3-intro:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #020304;
}
@media (min-width: 30em) {
  .w3-intro {
    margin-top: 0;
  }
}
@media (min-width: 49em) {
  .w3-intro {
    margin-bottom: 0;
  }
}
@media (min-width: 63.75em) {
  .w3-intro {
    margin-left: 260px;
  }
}

.w3-intro__tagline {
  font-weight: bold;
  color: #2dbfc5;
  margin-top: .3333em;
  margin-bottom: .1666em;
}

.w3-intro__about {
  margin-top: .7143em;
}

.button, .comment-edit-link, .post-edit-link {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background: #2dbfc5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px 0 inset;
  -webkit-transition: background 0.025s linear;
  -moz-transition: background 0.025s linear;
  -o-transition: background 0.025s linear;
  transition: background 0.025s linear;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.button [class*="icon-g-"], .comment-edit-link [class*="icon-g-"], .post-edit-link [class*="icon-g-"], .button .slides__item:after, .comment-edit-link .slides__item:after, .post-edit-link .slides__item:after, .button .fancy-table__parent:after, .comment-edit-link .fancy-table__parent:after, .post-edit-link .fancy-table__parent:after, .button .accordion__title:before, .comment-edit-link .accordion__title:before, .post-edit-link .accordion__title:before {
  vertical-align: text-bottom;
  font-size: 1.25em;
  margin-left: 0.5em;
  margin-right: -0.1em;
}
.button:hover, .comment-edit-link:hover, .post-edit-link:hover {
  background: #239498;
}
.button:active, .comment-edit-link:active, .post-edit-link:active {
  background: #239498;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px 0 inset;
}

.button--small, .comment-edit-link, .post-edit-link {
  font-size: 12px;
}

.button--large {
  font-size: 16px;
  padding: .8em 1em;
}
@media (max-width: 49em) {
  .button--large {
    font-size: 14px;
  }
}

.button--blue {
  background-color: #218bbc;
}
.button--blue:hover, .button--blue:active {
  background-color: #155877;
}

.button--red {
  background-color: #d74d11;
}
.button--red:hover, .button--red:active {
  background-color: #8b320b;
}

.button--full {
  display: block;
  width: 100%;
}

[class^="oauth-"] {
  display: block;
  height: 21px;
  line-height: 21px;
  background: url('../../raw-assets/i/s_oauth.png') 0 0 no-repeat;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.oauth-idebate {
  width: 95px;
  background-position: 0 0;
}

.oauth-wp {
  width: 127px;
  background-position: 0 -30px;
}

.oauth-twitter {
  width: 80px;
  background-position: 0 -60px;
}

.oauth-fbook {
  width: 87px;
  background-position: 0 -90px;
}

.oauth-openid {
  width: 71px;
  background-position: 0 -120px;
}

.pills {
  overflow: hidden;
}
.pills li {
  display: block;
  float: left;
  margin: 0 3px 0 0;
}
.pills a {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.pills [class*="icon-g-"], .pills .slides__item:after, .pills .fancy-table__parent:after, .pills .accordion__title:before {
  font-size: 150%;
  line-height: 1;
  float: left;
  margin-right: 0.25em;
  margin-left: -0.25em;
}
.pills .is-focused a {
  border-color: #2dbfc5;
}

/* Formatted text. Apply on containers such as an article or a comment body
============================================================================= */
.copy blockquote, .copy-lite blockquote {
  position: relative;
  padding-left: 3em;
  font-size: 0.9em;
}
.copy blockquote:before, .copy-lite blockquote:before {
  position: absolute;
  top: 0;
  left: 0.1em;
  color: #e1e1e1;
  text-shadow: rgba(0, 0, 0, 0.3) -1px -1px 0;
}
.copy blockquote p, .copy-lite blockquote p {
  margin: 1em 0 0 0;
}
.copy blockquote p:first-child, .copy-lite blockquote p:first-child {
  margin: 0;
}

.copy p, .copy .wp-caption, .copy .l-flex-embed {
  margin: 1.5em 0;
}
.copy .t-special {
  margin: 2em 0 1.5em;
}
.copy .advantage-box {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.copy h2, .copy h3, .copy h4, .copy h5, .copy h6 {
  margin: 1.5em 0 0 0;
}
.copy ul, .copy ol, .copy dl {
  margin: 2em 0;
  list-style-position: outside;
}
.copy ul {
  list-style-type: disc;
}
.copy ol {
  list-style-type: decimal;
}
.copy ul, .copy ol {
  margin-left: 2em;
}
.copy ul ul, .copy ul ol, .copy ol ul, .copy ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 30em) {
  .copy ul, .copy ol {
    margin-left: 4em;
  }
}
.copy li {
  margin: 0.75em 0 0 0;
}
.copy li:first-child {
  margin-top: 0;
}
.copy blockquote {
  margin: 2.5em 0;
}
.copy blockquote + .attribution {
  margin-top: -1em;
  margin-bottom: 2.5em;
}
.copy > *:first-child {
  margin-top: 0;
}

.copy--condensed p {
  margin: 0.5em 0 0 0;
}
.copy--condensed ul, .copy--condensed ol, .copy--condensed dl {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.copy--condensed li {
  margin: 0.5em 0 0 0;
}

.copy-lite ul, .copy-lite ol, .copy-lite dl {
  margin: 2em 0;
  list-style-position: outside;
}
.copy-lite ul {
  list-style-type: disc;
}
.copy-lite ol {
  list-style-type: decimal;
}
.copy-lite ul, .copy-lite ol {
  margin-left: 2em;
}
.copy-lite ul ul, .copy-lite ul ol, .copy-lite ol ul, .copy-lite ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 30em) {
  .copy-lite ul, .copy-lite ol {
    margin-left: 4em;
  }
}
.copy-lite li {
  margin: 0.75em 0 0 0;
}
.copy-lite li:first-child {
  margin-top: 0;
}
.copy-lite p {
  margin: 1.5em 0 0 0;
}
.copy-lite > *:first-child {
  margin-top: 0;
}

.wp-caption {
  position: relative;
}
.wp-caption img {
  display: block;
  max-width: 100%;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

[class^="icon-s-"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: text-top;
  background: url('../../raw-assets/i/s_icons.png') 0 0 no-repeat;
}

.icon-s-auth-wp {
  background-position: 0 -240px;
}

.icon-s-auth-twitter {
  background-position: -20px -240px;
}

[class^="icon-xs-"] {
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  vertical-align: text-top;
  background: url('../../raw-assets/i/s_icons.png') 0 0 no-repeat;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.icon-xs-arrow--white-right {
  background-position: 0 -90px;
}

.icon-xs-arrow--white-left {
  background-position: -60px -90px;
}

.icon-xs-arrow--active {
  background-position: -40px -90px;
}

.icon-xs-arrow {
  background-position: -20px -90px;
}

.icon-xs-arrow-down {
  background-position: -80px -90px;
}

.icon-xs-arrow-down--active {
  background-position: -100px -90px;
}

.icon-xs-yes {
  background-position: 0 -270px;
  width: 20px;
}

.icon-xs-no {
  background-position: -20px -270px;
  width: 20px;
}

[class^="social-s-"],
[class*=" social-s-"] {
  float: left;
  width: 20px;
  height: 20px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background: url('../../raw-assets/i/s_icons.png') 0 0 no-repeat;
}

.social-s-twitter {
  width: 25px;
  background-position: 0 0;
}
.social-s-twitter:hover {
  background-position: 0 -30px;
}
.social-s-twitter:active {
  background-position: 0 -60px;
}

.social-s-linkedin {
  background-position: -30px 0;
}
.social-s-linkedin:hover {
  background-position: -30px -30px;
}
.social-s-linkedin:active {
  background-position: -30px -60px;
}

.social-s-rss {
  background-position: -60px 0;
}
.social-s-rss:hover {
  background-position: -60px -30px;
}
.social-s-rss:active {
  background-position: -60px -60px;
}

[class^="social-m-"] {
  display: block;
  width: 32px;
  height: 32px;
  background: url('../../raw-assets/i/s_icons.png') 0 0 no-repeat;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.social-m-twitter {
  background-position: 0 -300px;
}
.social-m-twitter:hover {
  background-position: -40px -300px;
}

.social-m-facebook {
  background-position: 0 -340px;
}
.social-m-facebook:hover {
  background-position: -40px -340px;
}

.social-m-google {
  background-position: 0 -380px;
}
.social-m-google:hover {
  background-position: -40px -380px;
}

.social-m-linkedin {
  background-position: 0 -420px;
}
.social-m-linkedin:hover {
  background-position: -40px -420px;
}

.social-m-github {
  background-position: 0 -460px;
}
.social-m-github:hover {
  background-position: -40px -460px;
}

.social-m-tumblr {
  background-position: 0 -500px;
}
.social-m-tumblr:hover {
  background-position: -40px -500px;
}

.social-m-youtube {
  background-position: 0 -540px;
}
.social-m-youtube:hover {
  background-position: -40px -540px;
}

.social-m-rss {
  background-position: 0 -580px;
}
.social-m-rss:hover {
  background-position: -40px -580px;
}

[class^="social-l-"] {
  display: block;
  width: 41px;
  height: 41px;
  background: url('../../raw-assets/i/s_icons.png') -600px 0 no-repeat;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.social-l-twitter {
  background-position: -90px -300px;
}
.social-l-twitter:hover {
  background-position: -140px -300px;
}

.social-l-facebook {
  background-position: -90px -345px;
}
.social-l-facebook:hover {
  background-position: -140px -345px;
}

.social-l-googleplus {
  background-position: -90px -390px;
}
.social-l-googleplus:hover {
  background-position: -140px -390px;
}

.social-l-linkedin {
  background-position: -90px -435px;
}
.social-l-linkedin:hover {
  background-position: -140px -435px;
}

.social-l-github {
  background-position: -90px -480px;
}
.social-l-github:hover {
  background-position: -140px -480px;
}

.social-l-tumblr {
  background-position: -90px -525px;
}
.social-l-tumblr:hover {
  background-position: -140px -525px;
}

.social-l-youtube {
  background-position: -90px -570px;
}
.social-l-youtube:hover {
  background-position: -140px -570px;
}

.social-l-rss {
  background-position: -90px -615px;
}
.social-l-rss:hover {
  background-position: -140px -615px;
}

[class^="social-xl-"],
[class*=" social-xl-"] {
  float: left;
  width: 50px;
  height: 40px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background: url('../../raw-assets/i/s_icons.png') 0 0 no-repeat;
}

.social-xl-twitter {
  background-position: -120px 0;
}
.social-xl-twitter:hover {
  background-position: -120px -40px;
}
.social-xl-twitter:active {
  background-position: -120px -80px;
}

.social-xl-linkedin {
  background-position: -170px 0;
}
.social-xl-linkedin:hover {
  background-position: -170px -40px;
}
.social-xl-linkedin:active {
  background-position: -170px -80px;
}

.social-xl-rss {
  background-position: -220px 0;
}
.social-xl-rss:hover {
  background-position: -220px -40px;
}
.social-xl-rss:active {
  background-position: -220px -80px;
}

.badge {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  width: 1.5em;
  height: 1.5em;
  background: #2dbfc5;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}

.advantage__title .badge {
  float: left;
  margin-right: 0.5em;
}

.case__capabilities .badge {
  float: left;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 80;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.bcrumbs {
  padding: 5px 0;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 9px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 5px 9px 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0 5px 9px 0;
  background: #fafafa;
  font-size: 11px;
  line-height: 15px;
  color: #828589;
  z-index: 1;
}
@media (max-width: 49em) {
  .bcrumbs {
    display: none;
  }
}

.bcrumbs__item {
  display: inline;
  float: left;
}
.bcrumbs__item:before {
  content: "»";
  float: right;
  padding: 0 7px;
}
.bcrumbs__item.is-current:before {
  display: none;
}
.bcrumbs__item strong {
  font-weight: normal;
}

.paginate {
  text-align: center;
}
.paginate:before, .paginate:after {
  content: " ";
  display: table;
}
.paginate:after {
  clear: both;
}

.paginate__item {
  display: none;
  float: left;
  margin: 0 10px 0 0;
}
.paginate__item > * {
  float: left;
  padding: 4px 9px;
  border: 1px solid #b3b9be;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
}
.paginate__item.is-old a {
  color: #b3b9be;
}
.paginate__item a:hover {
  background: #9aa0a5;
  border-color: #9aa0a5;
  color: #fff;
  text-decoration: none;
}
.paginate__item.is-current > * {
  background: #154a4e;
  border-color: #154a4e;
  color: #fff;
}
.paginate__item.is-disabled > * {
  color: #848b91;
  border: none;
}
.paginate__item.is-current {
  display: inline;
}
.paginate__item.is-first, .paginate__item.is-last {
  display: inline;
}

.paginate__item--prev,
.paginate__item--next {
  display: inline;
}
.paginate__item--prev a,
.paginate__item--next a {
  background: #b3b9be;
  color: #fff;
  text-transform: uppercase;
}
.paginate__item--prev a:hover,
.paginate__item--next a:hover {
  background: #9aa0a5;
  border-color: #9aa0a5;
  text-decoration: none;
}

.paginate__item--prev [class^="icon-xs-"] {
  margin-left: -5px;
}

.paginate__item--next [class^="icon-xs-"] {
  margin-right: -5px;
}

@media (min-width: 36.25em) {
  .paginate__item {
    display: inline;
  }
}
.carousel {
  width: 100%;
  position: relative;
}

.carousel .carousel-item {
  display: none;
}

.carousel .carousel-active {
  display: block;
}

.carousel-slide {
  position: relative;
  overflow: hidden;
}

.carousel-slide .carousel-item {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  /* necessary for non-active slides */
  display: block;
  /* overrides basic carousel styles */
  z-index: 1;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}

.carousel-no-transition .carousel-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.carousel-slide .carousel-active {
  left: 0;
  position: relative;
  z-index: 2;
}

.carousel-slide .carousel-in {
  left: 0;
}

.carousel-slide-reverse .carousel-out {
  left: 100%;
}

.carousel-slide .carousel-out,
.carousel-slide-reverse .carousel-item,
.carousel-slide-reverse .carousel-in {
  left: -100%;
}

.carousel-slide-reverse .carousel-active {
  left: 0;
}

.carousel-nav > .prev, .carousel-nav > .next {
  display: none;
}

.carousel-nav--single {
  display: none;
}

.carousel-pagination a {
  display: block;
  width: 15px;
  height: 15px;
  background: url('../../raw-assets/i/s_icons.png') 0 -110px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
.carousel-pagination a:hover {
  background-position: -15px -110px;
}
.carousel-pagination .carousel-active-page a {
  background-position: -30px -110px;
}

.highlight-skin, .highlight {
  -webkit-transform: translateZ(0);
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  background: #edeef0;
}
@media (max-width: 49em) {
  .highlight-skin, .highlight {
    margin: 0 -6.45161%;
  }
}

.highlight-core > a, .highlight > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

a .highlight__body {
  position: relative;
  z-index: 1;
}

.highlight-core, .highlight {
  background-position: right top;
  background-size: cover;
  background-repeat: no-repeat;
}
.highlight-core:first-child, .highlight:first-child, .is-enabled .highlight-core, .is-enabled .highlight, .no-js .highlight-core, .no-js .highlight {
  display: block;
}

.highlight {
  display: block;
  margin-bottom: 40px;
}

.highlight__body {
  padding: 1.875em 5.71429% 2.5em 5.71429%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (min-width: 49em) {
  .highlight__body {
    max-width: 43.75em;
    padding: 1.875em 0.625em 2.5em 3.4375em;
    background-color: transparent;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(160px, rgba(255, 255, 255, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.75)));
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 160px, rgba(255, 255, 255, 0.75));
    background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 160px, rgba(255, 255, 255, 0.75));
    background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 160px, rgba(255, 255, 255, 0.75));
    background-image: linear-gradient(right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 160px, rgba(255, 255, 255, 0.75));
  }
}

.highlight__title {
  margin: 0 0 0 0;
  font-weight: 500;
}
.highlight__title a {
  display: inline-block;
}

.highlight__subtitle {
  margin: 0.625em 0 0.625em 0;
  color: #154a4e;
}

.highlight__buttons .button + .button, .highlight__buttons .comment-edit-link + .button, .highlight__buttons .post-edit-link + .button, .highlight__buttons .button + .comment-edit-link, .highlight__buttons .comment-edit-link + .comment-edit-link, .highlight__buttons .post-edit-link + .comment-edit-link, .highlight__buttons .button + .post-edit-link, .highlight__buttons .comment-edit-link + .post-edit-link, .highlight__buttons .post-edit-link + .post-edit-link {
  margin-left: 1em;
}
@media (max-width: 30em) {
  .highlight__buttons .button + .button, .highlight__buttons .comment-edit-link + .button, .highlight__buttons .post-edit-link + .button, .highlight__buttons .button + .comment-edit-link, .highlight__buttons .comment-edit-link + .comment-edit-link, .highlight__buttons .post-edit-link + .comment-edit-link, .highlight__buttons .button + .post-edit-link, .highlight__buttons .comment-edit-link + .post-edit-link, .highlight__buttons .post-edit-link + .post-edit-link {
    margin-left: 0;
    margin-top: 1em;
  }
  .highlight__buttons .button, .highlight__buttons .comment-edit-link, .highlight__buttons .post-edit-link {
    display: block;
    margin-left: 0 auto !important;
    float: none;
  }
}

.highlight__description {
  margin: 1.875em 0 1.25em 0;
  padding-right: 60px;
}

.highlight__social:before, .highlight__social:after {
  content: " ";
  display: table;
}
.highlight__social:after {
  clear: both;
}
.highlight__social li {
  float: left;
}
.highlight__social li + li {
  margin-left: 40px;
}

.highlight-skin .carousel-pagination, .highlight .carousel-pagination {
  position: absolute;
  bottom: 2.5em;
  right: 5.71429%;
  z-index: 2;
}
.highlight-skin .carousel-pagination li, .highlight .carousel-pagination li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 0 0 5px;
}
.highlight-skin .carousel-pagination li:first-child, .highlight .carousel-pagination li:first-child {
  margin-left: 0;
}
@media (min-width: 49em) {
  .highlight-skin .carousel-pagination, .highlight .carousel-pagination {
    right: auto;
    left: 3.3125em;
    bottom: 1.25em;
  }
}

.fb_iframe_widget > span {
  height: 24px !important;
}

.twitter > iframe {
  width: 87px !important;
}

.mailchimp_box {
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin-top: 2.5em;
}
.mailchimp_box h5 {
  margin: 0 0 10px 0;
}

.slides__item {
  position: relative;
  display: block;
}
.slides__item img {
  display: block;
}
.slides__item:after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 32px;
  font-size: 2rem;
  width: 1em;
  height: 1em;
  padding: .5em;
  border-radius: 2em;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  margin: -1em 0 0 -1em;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.slides__item:hover:after {
  opacity: 1;
}

.slides .carousel-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.slides .carousel-pagination {
  margin: 0 0.5em;
  padding: 15px 0;
  text-align: center;
  line-height: 15px;
  overflow: hidden;
}
.slides .carousel-pagination li {
  display: inline-block;
  list-style: none;
  float: none;
  margin: 0 2px 0 3px;
  vertical-align: middle;
}
.slides .prev {
  float: left;
  padding-left: 0.25em;
}
.slides .next {
  float: right;
  padding-right: 0.25em;
}
.slides .prev,
.slides .next {
  display: inline-block;
}
.slides .prev i,
.slides .next i {
  position: relative;
  float: left;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  padding: 0.2em;
}

.slides--no-carousel .slides__item {
  display: block;
  margin-bottom: 1.875em;
  padding-top: 1.875em;
  border-top: 1px solid #d0d0d0;
}
.slides--no-carousel .slides__item:first-child {
  padding-top: 0;
  border: 0;
}

@media (max-width: 35em) {
  .slides-author__subitem {
    margin-bottom: 1.875em;
  }
}
@media (min-width: 35em) and (max-width: 49em) {
  .slides-author__subitem {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-bottom: 1.875em;
  }
  .slides-author__subitem:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .slides-author__subitem:nth-child(3n+1) {
    clear: left;
  }

  .carousel-slide .carousel-item {
    position: static;
    left: auto;
  }
}
@media (max-width: 49em) {
  .carousel-nav {
    display: none;
  }
}
@media (min-width: 49em) {
  .slides-author__item {
    overflow: hidden;
    background-color: #fafafa;
  }

  .slides-author__subitem {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 4.25532%;
  }
  .slides-author__subitem img {
    display: block;
  }
}
.slides-author .carousel-nav {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  margin-top: -1.843em;
  -webkit-transform: translateZ(0);
}
.slides-author .prev {
  float: left;
}
.slides-author .next {
  float: right;
}
.slides-author .prev,
.slides-author .next {
  display: inline-block;
}
.slides-author .prev i,
.slides-author .next i {
  position: relative;
  float: left;
  color: #b3b9be;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
  padding: 0.2em;
}
.slides-author .prev:hover i,
.slides-author .next:hover i {
  color: #9aa0a5;
}

.case__title {
  padding-top: 0.6875em;
  border-top: 4px solid #2dbfc5;
  margin: 0 0 0.625em 0;
}

.case__subtitle {
  color: #154a4e;
}

.case__description {
  margin: 1.25em 0 0 0;
}

.case__capabilities {
  overflow: hidden;
}
.case__capabilities a {
  float: left;
}
.case__capabilities li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 5px 5px 0;
}

.card {
  position: relative;
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  background: #fff;
}
.card img {
  display: block;
  max-width: 100%;
}
.card .card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 50px 8px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.card .card__title h4 {
  color: #fff;
}
.card .card__title [class*="icon-g-"], .card .card__title .slides__item:after, .card .card__title .fancy-table__parent:after, .card .card__title .accordion__title:before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
}
.card .card__description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  overflow: hidden;
  border-bottom: 70px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.card .card__description p {
  overflow: hidden;
  margin: 20px 0 0 0;
  white-space: pre-line;
  text-overflow: ellipsis;
}
.card:hover .card__title {
  background-color: #2dbfc5;
  background-color: rgba(45, 191, 197, 0.8);
}
.card:hover .card__description {
  opacity: 1;
}
.card:active .card__title {
  background-color: #154a4e;
  background-color: rgba(21, 74, 78, 0.8);
}

.card--grayscale img {
  -webkit-filter: grayscale(1);
}
.card--grayscale:hover img {
  -webkit-filter: grayscale(0);
}

.user-avatar {
  position: relative;
  display: block;
  float: left;
  min-width: 60px;
}
.user-avatar img {
  float: left;
  width: 60px;
  height: 60px;
}
.user-avatar [class^="icon-s-"] {
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
}

.testimonial {
  background: #2dbfc5;
  color: #fff;
  text-align: center;
  padding: .5em 1em;
}
.testimonial blockquote {
  position: relative;
}

.attribution {
  color: #154a4e;
  margin-top: .8em;
}
.attribution .attribution__name a {
  text-decoration: none;
}
.attribution p {
  margin: 0;
}

.attribution--with-avatar {
  text-align: left;
}

.testimonial--inverted {
  background: #1b2d35;
}
.testimonial--inverted .attribution {
  color: #2dbfc5;
}

.post {
  position: relative;
}

.post__title [class^="icon-xs-"] {
  vertical-align: middle;
}

.post__subtitle {
  color: #154a4e;
}

.post__byline {
  color: #828589;
  margin-top: 0.625em;
}
.post__byline:first-child {
  margin-top: 0;
}

.post__toc {
  margin-top: 0;
}

.format-link .post__title {
  font-size: 1.5em;
}

.post__content {
  margin-top: 1.5625em;
}

.type-page a, .post__content a, .post_excerpt a, .post__excerpt a {
  color: #346165;
  text-decoration: underline;
}
.type-page a:hover, .post__content a:hover, .post_excerpt a:hover, .post__excerpt a:hover {
  color: #154a4e;
  text-decoration: none;
}
.type-page a.stealth, .post__content a.stealth, .post_excerpt a.stealth, .post__excerpt a.stealth {
  text-decoration: none;
}

.type-post .post__content blockquote {
  margin-top: 1.5em;
}
.type-post .post__content h1, .type-post .post__content h2, .type-post .post__content h3, .type-post .post__content h4, .type-post .post__content h5, .type-post .post__content h5 {
  margin-top: 1em;
}
.type-post .post__content img {
  margin: 1em 0;
  max-width: 100%;
}
.type-post .post__content .alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
  margin-top: .2em;
}
.type-post .post__content .aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.type-post .post__content .alignright {
  display: inline;
  float: right;
  margin-left: 1em;
  margin-top: .2em;
}

.post__thumbnail img {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  background: #fff;
}

.post__excerpt:before, .post__excerpt:after {
  content: " ";
  display: table;
}
.post__excerpt:after {
  clear: both;
}

.post__avatar {
  float: left;
  margin: 0 20px 0 0;
}

.post__thumbnail,
.post__excerpt {
  margin-top: 0.9375em;
}

.post__thumbnail,
.post__excerpt {
  margin-bottom: 0.9375em;
}

.post__meta {
  clear: both;
  margin-top: 0.9375em;
  padding: 0.625em;
  background: #f1f1f1;
  color: #828589;
}

.post__meta--single {
  margin-top: 2.5em;
}

.fancy-table__child {
  display: none;
}
.is-focused.fancy-table__child {
  display: table-row;
}

.fancy-table {
  position: relative;
  font-size: 12px;
  line-height: 15px;
  border-top: 1px solid #d0d0d0;
}
.fancy-table table {
  width: 100%;
}
.fancy-table .icon-g-close {
  font-size: 18px;
  font-size: 1.125rem;
  color: #b3b9be;
}
.fancy-table .icon-g-tick {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2dbfc5;
}

.fancy-table .fancy-table__freeze {
  text-align: left;
  padding-left: 40px;
  position: relative;
  border-right: 1px solid #b6c1c1;
}
.fancy-table .fancy-table__freeze:after {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  width: 7px;
  height: 100%;
  z-index: 100;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.22)), color-stop(30%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0));
}

.fancy-table__head th {
  padding: 14px 10px 15px 10px;
  border-top: 1px solid #fff;
  background: #0f1a21;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
}
.fancy-table__head th.is-hovered {
  background: #2dbfc5;
  border-left-color: #2dbfc5;
  border-right-color: #2dbfc5;
}
.fancy-table__head .fancy-table__freeze {
  border-right: #000;
}

.fancy-table__body {
  position: relative;
  border-bottom: 1px solid #dadada;
}
.fancy-table__body th,
.fancy-table__body td {
  border-top: 1px solid #dadada;
  padding: 15px 30px;
  background: #fff;
}
.fancy-table__body td {
  font-size: 11px;
  text-align: center;
}
.fancy-table__body tr:last-child td.is-hovered {
  -webkit-box-shadow: rgba(0, 0, 0, 0.22) 0 4px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.22) 0 4px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.22) 0 4px 6px 0;
}

.fancy-table .is-hovered {
  position: relative;
  z-index: 200;
}
.fancy-table .is-hovered:before, .fancy-table .is-hovered:after {
  content: '';
  position: absolute;
  top: 0;
  width: 6px;
  height: 100%;
  z-index: 100;
}
.fancy-table .is-hovered:after {
  right: -7px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
}
.fancy-table .is-hovered:before {
  left: -7px;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(30%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
  background-image: linear-gradient(right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0));
}

.fancy-table__parent {
  cursor: pointer;
  position: relative;
}
.fancy-table__parent + tr td {
  border-top: 0;
}
.fancy-table__parent th,
.fancy-table__parent td {
  background: #2dbfc5;
  color: #fff;
  border-top: 1px solid #5cb4b7;
  border-bottom: 1px solid #5cb4b7;
}
.fancy-table__parent .fancy-table__freeze {
  border-right-color: #54a3a6;
}
.fancy-table__parent:after {
  position: absolute;
  left: 10px;
  margin-top: 13px;
  display: block;
  color: #fff;
}

.fancy-table__child th,
.fancy-table__child td {
  background: #eaf8f9;
  border-bottom: 1px solid #c8d4d5;
  border-top: 1px solid #c8d4d5;
}
.fancy-table__child .fancy-table__freeze {
  font-size: 11px;
  padding-left: 60px;
}

.topics {
  position: relative;
  overflow: hidden;
  clear: both;
  margin: -13px 0 0 0;
}
.topics li {
  list-style: none;
  min-height: 40px;
  margin: -2px 0 10px 0;
  font-size: 11px;
  line-height: 15px;
}
.topics li:nth-child(3n + 1) {
  clear: left;
}
.topics [class^="button"] {
  float: right;
  font-size: 10px;
}

.topics__wrap {
  position: relative;
  padding: 14px 0 9px 40px;
  border-top: 1px solid #d0d0d0;
}
.topics__wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.topics__item {
  overflow: hidden;
}
.topics__item a {
  font-weight: bold;
}
.topics__item img {
  position: absolute;
  top: 14px;
  left: 0;
  width: 32px;
  height: 32px;
}
.topics__item span {
  font-size: 10px;
  color: #828589;
}

.media {
  position: relative;
}

.media__title a {
  display: inline-block;
}

.media__meta {
  margin: 0.4375em 0 0 0;
  color: #828589;
}

.media__body,
.media__more {
  margin: 0.625em 0 0 0;
}

.media__img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.9375em;
}
.media__img img {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  background: #fff;
}

@media (min-width: 47.5em) {
  .media--marked {
    width: 50%;
    float: right;
    padding-left: 15px;
  }
  .media--marked .media__img {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-left: -100%;
    padding-right: 15px;
  }
}
.media--tweet {
  padding-left: 45px;
}

.media--tweet__link {
  position: absolute;
  left: 0;
}
.media--tweet__link i {
  font-size: 24px;
  font-size: 1.5rem;
}
.media--tweet__link:hover {
  text-decoration: none;
  color: #154a4e;
}

.respond {
  position: relative;
  clear: both;
  padding: 30px 0 10px 0;
}
.respond legend {
  color: #0f1a21;
  padding: 0 0 10px 0;
}
.l-thread .respond {
  width: auto !important;
  padding-top: 0;
}
.l-thread--level-1 .respond .l-inside--extra {
  width: 82.8403%;
}
.l-thread--level-2 .respond .l-inside--extra {
  width: 90.9091%;
}
.l-thread--level-3 .respond .l-inside--extra {
  width: 100.7195%;
}

.respond__oauth li {
  display: inline;
  float: left;
  margin: 5px 4px 0 0;
}

.comment, .pingback,
.trackback {
  color: #44484e;
}

.comment__meta {
  margin: 0 0 0.625em 0;
}

.comment__author {
  display: inline-block;
  font-weight: normal;
}
.comment__author .user-avatar {
  position: absolute;
  top: 20px;
  left: 0;
}
.comment__author .user-avatar:after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(132, 139, 145, 0.2);
}

.comment__score {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 6px;
  background: #2dbfc5;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.comment__pubdate {
  display: inline-block;
  padding-left: 1em;
  margin-left: 1em;
  border-left: 1px solid #d0d0d0;
  color: #828589;
}

.comment__body {
  clear: both;
}

.comment__reply {
  margin: 0.625em 0 0 0;
}

.rating {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
  font-size: 11px;
  color: #828589;
}
.rating span {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px 0;
}
.rating a {
  float: left;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  width: 22px;
  height: 22px;
  border: 1px solid #dcdcdc;
  background: white url('../../raw-assets/i/s_icons.png') no-repeat;
}
.rating .rating__up {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-position: 3px -217px;
}
.rating .rating__down {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-position: -17px -217px;
  margin-left: -1px;
}

.preview__title {
  margin: 0 0 15px 0;
}

.preview__body {
  margin: 0 0 -500px 0;
  padding: 0 0 500px 0;
}

.preview__thumb {
  display: block;
  margin: 0 0 15px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
}
.preview__thumb img {
  display: block;
  max-width: 100%;
  border-top: 4px solid #2dbfc5;
}

.preview__description {
  margin: 0 0 15px 0;
}

.feature-list {
  font-size: 11px;
  line-height: 15px;
}
.feature-list li {
  display: block;
  list-style: none;
  padding: 0 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.feature-list li.is-current a {
  color: #0f1a21;
}

.product__title {
  margin: 0 0 25px 0;
}

.product__thumb {
  display: block;
  max-width: 100%;
  margin: 25px 0 0 0;
  border-top: 4px solid #2dbfc5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
}

.product__subtitle {
  color: #154a4e;
}

.product__description {
  margin: 20px 0 0 0;
}
.product__description p {
  margin: 0 0 15px 0;
}

.product__more {
  font-size: 11px;
  line-height: 15px;
}

.textblock {
  font-size: 14px;
  margin: 20px 0 0 0;
}
.textblock p {
  margin: 0 0 15px 0;
}
.textblock img {
  display: block;
  margin: 0 auto;
}
.textblock .textblock__img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.textblock__title {
  text-align: center;
  margin: 0 0 40px 0;
}

.feature {
  padding: 30px 20px;
  overflow: hidden;
  border-top: 1px solid #d0d0d0;
}
.feature:first-child {
  background: none;
  border: none;
}
@media (max-width: 49em) {
  .feature {
    padding-left: 0;
    padding-right: 0;
  }
}

.feature__title {
  margin: 10px 0 25px 0;
}

.feature__body {
  font-size: 14px;
}
.feature__body p {
  margin: 0 0 15px 0;
}
.feature__body ol, .feature__body ul {
  margin: 0 0 15px 50px;
}
.feature__body ul {
  list-style: disc;
}
.feature__body ol {
  list-style-type: decimal;
}
.feature__body li {
  margin: 0 0 5px 0;
}
.feature__body .button, .feature__body .comment-edit-link, .feature__body .post-edit-link {
  margin-bottom: 15px;
}

@media (min-width: 40em) and (max-width: 49em) {
  .feature__block {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .feature__block:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
.whitetabs__content.r-wide .feature__block {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
}
.whitetabs__content.r-wide .feature__block:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.whitetabs__content.r-wide .feature--inverse .feature__block {
  margin-right: 0;
  width: 48.93617%;
  float: right;
  margin-left: 2.12766%;
}
.whitetabs__content.r-wide .feature--inverse .feature__block:nth-child(2n) {
  float: right;
  margin-left: 0;
}

.person__title {
  margin: 0 0 5px 0;
}
.person__title img {
  display: block;
  max-width: 100%;
  margin: 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 3px 0;
}

.person__subtitle {
  line-height: 15px;
  color: #44484e;
}

.person__description {
  margin: 20px 0 0 0;
}
.person__description p {
  margin: 0 0 15px 0;
}

.person__more {
  font-size: 11px;
  line-height: 15px;
}

.advantage {
  border-top: 4px solid #2dbfc5;
  padding-top: 1em;
}

.advantage__title {
  margin: 0 !important;
}
.advantage__title b {
  display: block;
  font-weight: normal;
  overflow: hidden;
}

.advantage__description {
  clear: both;
  padding: 1em 0 0 0;
}
.advantage__description p {
  margin: 0;
}

.advantage-box {
  margin: 1.875em 0 1.875em 0;
  overflow: hidden;
  border-bottom: 1px solid #d0d0d0;
}

.awards li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 2.5em 1.25em 0;
}
.awards a {
  display: block;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
.awards img {
  display: block;
}

.flyout {
  position: relative;
}

.flyout__pane {
  position: absolute;
  z-index: 1000;
  display: none;
}
.is-focused.flyout__pane {
  display: block;
}

.flyout {
  float: left;
  margin: 20px 0;
}
.flyout:before, .flyout:after {
  content: " ";
  display: table;
}
.flyout:after {
  clear: both;
}

.flyout__trigger {
  float: left;
  background: white;
  padding: 4px 10px;
  border: 1px solid #848b91;
}

.flyout__pane {
  top: 30px;
  width: 200px;
  background: #fff;
  padding: 4px 10px 5px 10px;
  border: 1px solid #848b91;
}

.dropdown {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.dropdown:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 30em) {
  .dropdown {
    width: auto;
    float: left;
    font-size: 11px;
  }
}

.dropdown__trigger {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #dbe1e6;
  border-radius: 4px;
}
@media (min-width: 30em) {
  .dropdown__trigger {
    float: left;
    width: auto;
  }
}
.dropdown__trigger .dropdown__name {
  display: block;
  padding: .3em 1em;
  overflow: hidden;
}
.dropdown__trigger .dropdown__state {
  position: relative;
  display: block;
  float: right;
  margin: 0;
  padding: 0.3em 0.65em;
  border-left: 1px solid #dbe1e6;
  text-align: center;
}
.dropdown__trigger .caret {
  vertical-align: text-bottom;
  border-width: 5px;
}
.dropdown__trigger:hover {
  text-decoration: none;
}
.dropdown__trigger:hover .caret {
  border-top-color: #154a4e;
}
.dropdown__trigger.is-focused .dropdown__state {
  background: #ededed;
}

.dropdown__pane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  display: none;
  border-radius: 4px;
  top: 2.1em;
  right: 0;
  width: 100%;
  margin-top: 1px;
  padding: 0.3em 0;
  background: #fff;
  border: 1px solid #dbe1e6;
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow-y: auto;
  max-height: 14em;
}
@media (min-width: 30em) {
  .dropdown__pane {
    width: 200px;
    max-height: auto;
    max-height: 70vh;
  }
}
.dropdown__pane.is-focused {
  display: block;
}
.dropdown__pane li {
  display: block;
}
.dropdown__pane a {
  display: block;
  padding: 0.2em 1em;
}
.dropdown__pane a:hover {
  background-color: #dbe1e6;
  text-decoration: none;
}

.drawer__pane {
  display: none;
}
.is-focused.drawer__pane {
  display: block;
}

.tabbed__pane {
  visibility: hidden;
}
.is-active.tabbed__pane {
  visibility: visible;
  display: none;
}
.is-focused.tabbed__pane {
  display: block;
}

.tabbed__holder:before, .tabbed__holder:after {
  content: " ";
  display: table;
}
.tabbed__holder:after {
  clear: both;
}

.modal {
  display: none;
}
.is-focused.modal {
  display: block;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  background-color: black;
  opacity: 0.6;
}

.modal-backdrop--effect-fade {
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.modal-backdrop--effect-fade.end-fade {
  opacity: 0.6;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1210;
  overflow: visible;
  width: 90%;
  margin: 0 auto 0 -45%;
  padding: 0 0 30px 0;
}

.modal--fixed {
  position: absolute;
  top: 200px;
}

.modal--effect-fade {
  top: -25%;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s linear, top 0.1s ease-out;
  -moz-transition: opacity 0.1s linear, top 0.1s ease-out;
  -o-transition: opacity 0.1s linear, top 0.1s ease-out;
  transition: opacity 0.1s linear, top 0.1s ease-out;
}
.modal--effect-fade.end-fade {
  top: 50%;
  opacity: 1;
}

.modal__header {
  position: relative;
  padding: 0;
}

.modal__close {
  left: 50%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: 1em;
}
.modal__close span {
  position: relative;
  display: block;
  background: #0e1012;
  color: #fff;
  left: -50%;
  padding: 0.25em 1em;
}
.modal__close b {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.modal__close i {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.15em;
}
.modal__close:hover i {
  text-decoration: none;
}

.modal__body img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

.modal__footer {
  padding: 14px 15px 15px 15px;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #eee;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.whitetabs {
  clear: both;
  margin: 0;
}
.whitetabs:before, .whitetabs:after {
  content: " ";
  display: table;
}
.whitetabs:after {
  clear: both;
}

.whitetabs__holder {
  background: #fdfdfd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.whitetabs__tab {
  position: relative;
  border: 1px solid #d0d0d0;
  background: #ededed;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, rgba(253, 253, 253, 0)));
  background-image: -webkit-linear-gradient(#fdfdfd, rgba(253, 253, 253, 0));
  background-image: -moz-linear-gradient(#fdfdfd, rgba(253, 253, 253, 0));
  background-image: -o-linear-gradient(#fdfdfd, rgba(253, 253, 253, 0));
  background-image: linear-gradient(#fdfdfd, rgba(253, 253, 253, 0));
}
.whitetabs__tab a {
  display: block;
  padding: 17px 25px;
  font-size: 11px;
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}
.whitetabs__tab.is-focused {
  background: #fff;
}

.whitetabs__content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.whitetabs__pane {
  overflow: hidden;
  padding: 30px 0;
}
@media (max-width: 49em) {
  .whitetabs__pane + .whitetabs__pane {
    padding-top: 30px;
    border-top: 1px solid #d0d0d0;
    margin-top: 30px;
  }
}
@media (min-width: 49em) {
  .whitetabs__pane {
    visibility: hidden;
  }
  .whitetabs__pane.is-active {
    visibility: visible;
    display: none;
  }
  .whitetabs__pane.is-focused {
    display: block;
  }
}
.whitetabs__pane > * {
  padding: 0 25px;
}
.whitetabs__pane > :first-child {
  padding-top: 0 !important;
}
.whitetabs__pane > :last-child {
  padding-bottom: 0 !important;
}
.whitetabs__pane .advantage-box {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.whitetabs__pane .accordion {
  margin-bottom: 30px;
}
.whitetabs__pane .feature {
  padding-top: 30px;
  padding-bottom: 30px;
}
.whitetabs__pane .feature > :first-child {
  margin-top: 0;
}
.whitetabs__pane .feature > :last-child {
  margin-bottom: 0;
}

@media (max-width: 49em) {
  .whitetabs__holder {
    margin: 0 -6.45161%;
  }

  .whitetabs__tab {
    border-left: none;
  }
  .whitetabs__tab a {
    padding-left: 5.71429%;
    padding-right: 5.71429%;
  }
}
@media (min-width: 49em) {
  .whitetabs__holder {
    float: left;
    width: 20.33898%;
  }

  .whitetabs__content {
    float: right;
    width: 79.66102%;
    background: #fff;
  }

  .whitetabs__pane {
    border: 1px solid #d0d0d0;
  }
}
@media (max-width: 63.75em) {
  .whitetabs__tab {
    border-right: 0;
  }
  .whitetabs__tab + .whitetabs__tab {
    border-top: none;
  }
}
@media (min-width: 63.75em) {
  .whitetabs__holder {
    width: auto;
    margin-bottom: -1px;
    display: table;
    width: 100%;
  }

  .whitetabs__content {
    width: auto;
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .whitetabs__tab {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    border-left-width: 0;
    text-align: center;
    padding-bottom: a;
    padding-bottom-height: 100%;
  }
  .whitetabs__tab + .whitetabs__tab {
    margin-left: -1px;
  }
  .whitetabs__tab:first-child {
    border-top-left-radius: 10px;
    border-left-width: 1px;
  }
  .whitetabs__tab:last-child {
    border-top-right-radius: 10px;
  }

  .whitetabs__pane {
    border: none;
  }
}
.js .accordion__pane {
  height: 0;
  overflow: hidden;
}
.is-animating.accordion__pane {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.is-open.accordion__pane {
  height: 100%;
}

.accordion__title {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0 5px 0;
  cursor: pointer;
  color: #154a4e;
}
.accordion__title:before {
  position: absolute;
  top: 0.1em;
  left: 0;
  display: block;
  color: #0e1012;
  width: 1em;
  line-height: 1;
}
.accordion__title:hover {
  text-decoration: underline;
}
.accordion__title:hover:before {
  color: #154a4e;
}

.accordion__pane {
  position: relative;
  overflow: hidden;
}
.accordion__pane.is-focused {
  border-bottom: 1px dotted #d0d0d0;
}
.accordion__pane .feature__body {
  padding-top: 0.625em;
  padding-bottom: 0.9375em;
  position: absolute;
}
.accordion__pane.is-animating .feature__body, .accordion__pane.is-open .feature__body {
  position: static;
}

@media (min-width: 49em) {
  .accordion--padded {
    padding: 25px 0 30px 0;
  }
  .accordion--padded .accordion__title {
    padding: 0 30px 0 60px;
  }
  .accordion--padded .accordion__title:before {
    left: 30px;
  }
  .accordion--padded .accordion__pane {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget {
  position: relative;
  padding-top: 0.9375em;
  border-top: 4px solid #2dbfc5;
}

.widget__title {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-weight: bold;
  text-transform: uppercase;
}

.widget--clean {
  padding-top: 0;
  border-top: 0;
}

.atf-twitter-feed .user-avatar {
  min-width: 48px;
}

.share li {
  list-style: none;
  display: block;
  padding: 0 0 10px 0;
  overflow: hidden;
  line-height: 1;
}
.share iframe {
  margin: 0;
  display: block;
}
.share .fb-like, .share .g-plusone, .share .IN-widget {
  height: 20px;
  display: block !important;
  float: left;
}
.share .pinterest a {
  float: left;
}

.connect {
  overflow: hidden;
  margin-right: -10px;
  margin-bottom: -10px;
}
.connect li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 10px 10px 0;
}
.connect a {
  display: block;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1;
  width: 1em;
  height: 1em;
  background: #b3b9be;
  color: #fff;
  border-radius: 2em;
  text-align: center;
  text-decoration: none;
  padding: 0.35em;
}
.connect a:hover {
  background-color: #9aa0a5;
}
.connect i {
  vertical-align: text-top;
}

.logo-w3 {
  display: block;
  width: 108px;
  height: 50px;
  background: url('../../raw-assets/i/s_branding.png') -53px -200px no-repeat;
  margin: 0 0 10px 0;
}

.logo-auctollo {
  display: block;
  width: 190px;
  height: 40px;
  background: url('../../raw-assets/i/s_branding.png') 0 -270px no-repeat;
}

.endnote {
  clear: both;
  padding: 2.5em 0;
}
@media (min-width: 28.75em) {
  .endnote {
    text-align: center;
  }
  .endnote .endnote__logo {
    margin: 0 auto;
  }
}
@media (min-width: 78.75em) {
  .endnote {
    position: relative;
    width: 220px;
    float: right;
    clear: none;
    margin-top: 50px;
    padding: 40px 0 0 0;
    border: 0;
    text-align: right;
  }
  .endnote:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    display: block;
    width: 1px;
    height: 100%;
    background: #d0d0d0;
  }
  .endnote .endnote__logo {
    float: right;
    margin: 0 -9px 0 0;
  }
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .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;
    /* h5bp.com/t */
  }

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