/*
Theme Name: Clustrix 2013
Theme URI: http://www.atre.net/
Author: AtreNet
Author URI: http://www.atre.net/
Description: Theme for Clustrix 2013 site redesign.
Version: 1.0
Text Domain: clustrix-2013
Domain Path: /languages/
*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address 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. Correct `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. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address 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 */ }

/**
 * Address 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. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

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

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

#masthead, #section-navigation .nav-content, .footer-contact-wrapper .footer-contact, .footer-navigation-wrapper, .call-out-block, .page-template-template-about-php .entry-content > .content-wrapper,
.page-template-template-customers-php .entry-content > .content-wrapper,
.page-template-template-resources-php .entry-content > .content-wrapper, .page-template-template-partners-php .entry-content > .content-wrapper, .featured-customers-section, .featured-customer.slide, .featured-video-section, .component-media.investors, .banded-section header, .banded-section .content, .careers-section, .content-component, .latest-news-component, .leadership-tabs-wrapper, .mast-wrapper .mast, .ordered-content-section, .ordered-content-item, .tabbed-content-section .tab-content, .partners-list-section, .ribbon, .tabs-banner ul.tab-nav, .alt-theme .entry-header, .alt-theme .download-box, .alt-theme .download-box .steps, .alt-theme .footnotes-section, .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section, .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component,
.page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component, .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section, .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section, .page-features .content-component-wrapper.top-border, .layer--badged-list .badged-list, .layer--customer-spotlight__carousel__slides, .layer--news .container.row {
  *zoom: 1; }
  #masthead:before, #section-navigation .nav-content:before, .footer-contact-wrapper .footer-contact:before, .footer-navigation-wrapper:before, .call-out-block:before, .page-template-template-about-php .entry-content > .content-wrapper:before,
  .page-template-template-customers-php .entry-content > .content-wrapper:before,
  .page-template-template-resources-php .entry-content > .content-wrapper:before, .page-template-template-partners-php .entry-content > .content-wrapper:before, .featured-customers-section:before, .featured-customer.slide:before, .featured-video-section:before, .component-media.investors:before, .banded-section header:before, .banded-section .content:before, .careers-section:before, .content-component:before, .latest-news-component:before, .leadership-tabs-wrapper:before, .mast-wrapper .mast:before, .ordered-content-section:before, .ordered-content-item:before, .tabbed-content-section .tab-content:before, .partners-list-section:before, .ribbon:before, .tabs-banner ul.tab-nav:before, .alt-theme .entry-header:before, .alt-theme .download-box:before, .alt-theme .download-box .steps:before, .alt-theme .footnotes-section:before, .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:before, .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:before,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:before, .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section:before, .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section:before, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section:before, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide:before, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:before, .page-features .content-component-wrapper.top-border:before, .layer--badged-list .badged-list:before, .layer--customer-spotlight__carousel__slides:before, .layer--news .container.row:before, #masthead:after, #section-navigation .nav-content:after, .footer-contact-wrapper .footer-contact:after, .footer-navigation-wrapper:after, .call-out-block:after, .page-template-template-about-php .entry-content > .content-wrapper:after,
  .page-template-template-customers-php .entry-content > .content-wrapper:after,
  .page-template-template-resources-php .entry-content > .content-wrapper:after, .page-template-template-partners-php .entry-content > .content-wrapper:after, .featured-customers-section:after, .featured-customer.slide:after, .featured-video-section:after, .component-media.investors:after, .banded-section header:after, .banded-section .content:after, .careers-section:after, .content-component:after, .latest-news-component:after, .leadership-tabs-wrapper:after, .mast-wrapper .mast:after, .ordered-content-section:after, .ordered-content-item:after, .tabbed-content-section .tab-content:after, .partners-list-section:after, .ribbon:after, .tabs-banner ul.tab-nav:after, .alt-theme .entry-header:after, .alt-theme .download-box:after, .alt-theme .download-box .steps:after, .alt-theme .footnotes-section:after, .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:after, .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:after,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:after, .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section:after, .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section:after, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section:after, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide:after, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:after, .page-features .content-component-wrapper.top-border:after, .layer--badged-list .badged-list:after, .layer--customer-spotlight__carousel__slides:after, .layer--news .container.row:after {
    content: "";
    display: table; }
  #masthead:after, #section-navigation .nav-content:after, .footer-contact-wrapper .footer-contact:after, .footer-navigation-wrapper:after, .call-out-block:after, .page-template-template-about-php .entry-content > .content-wrapper:after,
  .page-template-template-customers-php .entry-content > .content-wrapper:after,
  .page-template-template-resources-php .entry-content > .content-wrapper:after, .page-template-template-partners-php .entry-content > .content-wrapper:after, .featured-customers-section:after, .featured-customer.slide:after, .featured-video-section:after, .component-media.investors:after, .banded-section header:after, .banded-section .content:after, .careers-section:after, .content-component:after, .latest-news-component:after, .leadership-tabs-wrapper:after, .mast-wrapper .mast:after, .ordered-content-section:after, .ordered-content-item:after, .tabbed-content-section .tab-content:after, .partners-list-section:after, .ribbon:after, .tabs-banner ul.tab-nav:after, .alt-theme .entry-header:after, .alt-theme .download-box:after, .alt-theme .download-box .steps:after, .alt-theme .footnotes-section:after, .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:after, .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:after,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:after, .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section:after, .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section:after, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section:after, .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide:after, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:after, .page-features .content-component-wrapper.top-border:after, .layer--badged-list .badged-list:after, .layer--customer-spotlight__carousel__slides:after, .layer--news .container.row:after {
    clear: both; }

.footer-column, #footer-navigation, .blog .content-area, .blog .widget-area, .page-template-template-customers-php .entry-content > .content,
.page-template-template-paartners-php .entry-content > .content, .featured-customer-description-column,
.featured-customer-quote-column, .customer-item-list.featured-customers .customer-item, .featured-video-section-content, .featured-video-section-video-container, .careers-section .careers-section-subtitle, .latest-news-component-column, .current-leadership-bio, .parent-pageid-832 .intro-content, .parent-pageid-870 .intro-content, .page-template-template-about-php .mast-content, .partner-item-list.featured-partners .partner-list, .page-real-time-analytics .intro-content,
.page-rock-solid-cloud-database .intro-content, .page-real-time-analytics .ordered-content-section .ordered-content-item, .alt-theme .download-box .step, .alt-theme .download-box .step:first-child, .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item, .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div, .layer--badged-list .badged-list__list-item, .layer--news__widget:first-child:nth-last-child(2), .layer--news__widget:first-child:nth-last-child(2) ~ .layer--news__widget, .layer--news__widget:first-child:nth-last-child(3), .layer--news__widget:first-child:nth-last-child(3) ~ .layer--news__widget {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alt-theme .download-box .step:first-child {
  margin-left: 0px; }

.ir {
  overflow: hidden;
  text-indent: -32000em;
  white-space: nowrap; }
.ie7 .ir {
  font-size: 1px;
  line-height: 1px; }

/*=================================================

  +++ LE GRID +++
  A Responsive Grid -- Gumby defaults to a standard 960 grid,
  but you can change it to whatever you'd like.

 ==================================================*/
/*.container {
  padding: 0px $gutter-in-px;
}*/
.row {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  @media only screen and (max-width: 960px) {
    .row {
      padding-left: 20px;
      padding-right: 20px; } }
  .row .row {
    min-width: 0px; }
    @media only screen and (max-width: 960px) {
      .row .row {
        padding-left: 0;
        padding-right: 0; } }

/* To fix the grid into a different size, set max-width to your desired width */
.column, .columns {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.column:first-child, .columns:first-child, .alpha {
  margin-left: 0px; }

.column.omega, .columns.omega {
  float: right; }

/* Column Classes */
.row .one.column {
  width: 6.38298%; }
.row .one.columns {
  width: 6.38298%; }
.row .two.columns {
  width: 14.89362%; }
.row .three.columns {
  width: 23.40426%; }
.row .four.columns {
  width: 31.91489%; }
.row .five.columns {
  width: 40.42553%; }
.row .six.columns {
  width: 48.93617%; }
.row .seven.columns {
  width: 57.44681%; }
.row .eight.columns {
  width: 65.95745%; }
.row .nine.columns {
  width: 74.46809%; }
.row .ten.columns {
  width: 82.97872%; }
.row .eleven.columns {
  width: 91.48936%; }
.row .twelve.columns {
  width: 100%; }

/* Push Classes */
.row .push_one {
  margin-left: 10.6383%; }
  .row .push_one:first-child {
    margin-left: 8.51064%; }
.row .push_two {
  margin-left: 19.14894%; }
  .row .push_two:first-child {
    margin-left: 17.02128%; }
.row .push_three {
  margin-left: 27.65957%; }
  .row .push_three:first-child {
    margin-left: 25.53191%; }
.row .push_four {
  margin-left: 36.17021%; }
  .row .push_four:first-child {
    margin-left: 34.04255%; }
.row .push_five {
  margin-left: 44.68085%; }
  .row .push_five:first-child {
    margin-left: 42.55319%; }
.row .push_six {
  margin-left: 53.19149%; }
  .row .push_six:first-child {
    margin-left: 51.06383%; }
.row .push_seven {
  margin-left: 61.70213%; }
  .row .push_seven:first-child {
    margin-left: 59.57447%; }
.row .push_eight {
  margin-left: 70.21277%; }
  .row .push_eight:first-child {
    margin-left: 68.08511%; }
.row .push_nine {
  margin-left: 78.7234%; }
  .row .push_nine:first-child {
    margin-left: 76.59574%; }
.row .push_ten {
  margin-left: 87.23404%; }
  .row .push_ten:first-child {
    margin-left: 85.10638%; }
.row .push_eleven {
  margin-left: 95.74468%; }
  .row .push_eleven:first-child {
    margin-left: 93.61702%; }

/* Centered Classes */
.row .one.centered {
  margin-left: 46.80851%; }
.row .two.centered {
  margin-left: 42.55319%; }
.row .three.centered {
  margin-left: 38.29787%; }
.row .four.centered {
  margin-left: 34.04255%; }
.row .five.centered {
  margin-left: 29.78723%; }
.row .six.centered {
  margin-left: 25.53191%; }
.row .seven.centered {
  margin-left: 21.2766%; }
.row .eight.centered {
  margin-left: 17.02128%; }
.row .nine.centered {
  margin-left: 12.76596%; }
.row .ten.centered {
  margin-left: 8.51064%; }
.row .eleven.centered {
  margin-left: 4.25532%; }

/* Hybrid Grid Columns */
.sixteen.colgrid .row .one.column {
  width: 4.25532%; }
.sixteen.colgrid .row .one.columns {
  width: 4.25532%; }
.sixteen.colgrid .row .two.columns {
  width: 10.6383%; }
.sixteen.colgrid .row .three.columns {
  width: 17.02128%; }
.sixteen.colgrid .row .four.columns {
  width: 23.40426%; }
.sixteen.colgrid .row .five.columns {
  width: 29.78723%; }
.sixteen.colgrid .row .six.columns {
  width: 36.17021%; }
.sixteen.colgrid .row .seven.columns {
  width: 42.55319%; }
.sixteen.colgrid .row .eight.columns {
  width: 48.93617%; }
.sixteen.colgrid .row .nine.columns {
  width: 55.31915%; }
.sixteen.colgrid .row .ten.columns {
  width: 61.70213%; }
.sixteen.colgrid .row .eleven.columns {
  width: 68.08511%; }
.sixteen.colgrid .row .twelve.columns {
  width: 74.46809%; }
.sixteen.colgrid .row .thirteen.columns {
  width: 80.85106%; }
.sixteen.colgrid .row .fourteen.columns {
  width: 87.23404%; }
.sixteen.colgrid .row .fifteen.columns {
  width: 93.61702%; }
.sixteen.colgrid .row .sixteen.columns {
  width: 100%; }

/* Hybrid Push Classes */
.sixteen.colgrid .row .push_one {
  margin-left: 8.51064%; }
  .sixteen.colgrid .row .push_one:first-child {
    margin-left: 6.38298%; }
.sixteen.colgrid .row .push_two {
  margin-left: 14.89362%; }
  .sixteen.colgrid .row .push_two:first-child {
    margin-left: 12.76596%; }
.sixteen.colgrid .row .push_three {
  margin-left: 21.2766%; }
  .sixteen.colgrid .row .push_three:first-child {
    margin-left: 19.14894%; }
.sixteen.colgrid .row .push_four {
  margin-left: 27.65957%; }
  .sixteen.colgrid .row .push_four:first-child {
    margin-left: 25.53191%; }
.sixteen.colgrid .row .push_five {
  margin-left: 34.04255%; }
  .sixteen.colgrid .row .push_five:first-child {
    margin-left: 31.91489%; }
.sixteen.colgrid .row .push_six {
  margin-left: 40.42553%; }
  .sixteen.colgrid .row .push_six:first-child {
    margin-left: 38.29787%; }
.sixteen.colgrid .row .push_seven {
  margin-left: 46.80851%; }
  .sixteen.colgrid .row .push_seven:first-child {
    margin-left: 44.68085%; }
.sixteen.colgrid .row .push_eight {
  margin-left: 53.19149%; }
  .sixteen.colgrid .row .push_eight:first-child {
    margin-left: 51.06383%; }
.sixteen.colgrid .row .push_nine {
  margin-left: 59.57447%; }
  .sixteen.colgrid .row .push_nine:first-child {
    margin-left: 57.44681%; }
.sixteen.colgrid .row .push_ten {
  margin-left: 65.95745%; }
  .sixteen.colgrid .row .push_ten:first-child {
    margin-left: 63.82979%; }
.sixteen.colgrid .row .push_eleven {
  margin-left: 72.34043%; }
  .sixteen.colgrid .row .push_eleven:first-child {
    margin-left: 70.21277%; }
.sixteen.colgrid .row .push_twelve {
  margin-left: 78.7234%; }
  .sixteen.colgrid .row .push_twelve:first-child {
    margin-left: 76.59574%; }
.sixteen.colgrid .row .push_thirteen {
  margin-left: 85.10638%; }
  .sixteen.colgrid .row .push_thirteen:first-child {
    margin-left: 82.97872%; }
.sixteen.colgrid .row .push_fourteen {
  margin-left: 91.48936%; }
  .sixteen.colgrid .row .push_fourteen:first-child {
    margin-left: 89.3617%; }
.sixteen.colgrid .row .push_fifteen {
  margin-left: 97.87234%; }
  .sixteen.colgrid .row .push_fifteen:first-child {
    margin-left: 95.74468%; }

/* Hybrid Centered Classes */
.sixteen.colgrid .row .one.centered {
  margin-left: 47.87234%; }
.sixteen.colgrid .row .two.centered {
  margin-left: 44.68085%; }
.sixteen.colgrid .row .three.centered {
  margin-left: 41.48936%; }
.sixteen.colgrid .row .four.centered {
  margin-left: 38.29787%; }
.sixteen.colgrid .row .five.centered {
  margin-left: 35.10638%; }
.sixteen.colgrid .row .six.centered {
  margin-left: 31.91489%; }
.sixteen.colgrid .row .seven.centered {
  margin-left: 28.7234%; }
.sixteen.colgrid .row .eight.centered {
  margin-left: 25.53191%; }
.sixteen.colgrid .row .nine.centered {
  margin-left: 22.34043%; }
.sixteen.colgrid .row .ten.centered {
  margin-left: 19.14894%; }
.sixteen.colgrid .row .eleven.centered {
  margin-left: 15.95745%; }
.sixteen.colgrid .row .twelve.centered {
  margin-left: 12.76596%; }
.sixteen.colgrid .row .thirteen.centered {
  margin-left: 9.57447%; }
.sixteen.colgrid .row .fourteen.centered {
  margin-left: 6.38298%; }
.sixteen.colgrid .row .fifteen.centered {
  margin-left: 3.19149%; }

.pull_right {
  float: right; }

.pull_left {
  float: left; }

img, object, embed {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {
  max-width: none !important; }

/* Tile Grid */
.tiles {
  display: block;
  overflow: hidden; }
  .tiles > li {
    display: block;
    height: auto;
    float: left;
    padding-bottom: 0; }
  .tiles.two_up {
    margin-left: -4%; }
    .tiles.two_up > li {
      margin-left: 4%;
      width: 46%; }
  .tiles.three_up, .tiles.four_up {
    margin-left: -2%; }
  .tiles.three_up > li {
    margin-left: 2%;
    width: 31.3%; }
  .tiles.four_up > li {
    margin-left: 2%;
    width: 23%; }
  .tiles.five_up {
    margin-left: -1.5%; }
    .tiles.five_up > li {
      margin-left: 1.5%;
      width: 18.5%; }

/* Nicolas Gallagher's micro clearfix */
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: "";
    display: table; }
  .row:after {
    clear: both; }

.valign {
  display: table;
  width: 100%; }
  .valign > div {
    display: table-cell;
    vertical-align: middle; }
  .valign > article {
    display: table-cell;
    vertical-align: middle; }

/* Mobile */
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0; }

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }
    .row .row .column, .row .row .columns {
      padding: 0; }
    .row .centered {
      margin-left: 0 !important; }

  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; }

  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none; }

  [class*="column"] + [class*="column"]:last-child {
    float: none; }
  [class*="column"]:before {
    display: table; }
  [class*="column"]:after {
    display: table;
    clear: both; }

  [class^="push_"],
  [class*="push_"] {
    margin-left: 0 !important; } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mfp-close:hover {
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*
@mixin font-semibold($fontsize, $lineheight: $default-lineheight) {
  @include _font_setup('Open Sans', $fontsize, $lineheight);
  font-weight: 600;
}

@mixin font-bold($fontsize, $lineheight: $default-lineheight) {
  @include _font_setup('Swiss 721 W01 Bold', $fontsize, $lineheight);
  font-weight: normal;
}

@mixin font-avenir($fontsize, $lineheight: $default-lineheight) {
  @include _font_setup('Avenir LT W01 35 Light', $fontsize, $lineheight);
  font-weight: normal;
}

@mixin font-proxima-nova-semibold($fontsize, $lineheight: $default-lineheight) {
  @include _font_setup('Proxima N W01 Smbd', $fontsize, $lineheight);
  font-weight: normal;
}
*/
/* =Global
----------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  line-height: 19.2px; }

body {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  font-weight: normal;
  color: #666666; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

/* Text elements */
p {
  margin: 0 0 1.5em; }

b {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-weight: bold; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none; }

ul, ol {
  margin: 0 0 15px 1.2em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li {
  margin-bottom: 15px; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 13px;
  line-height: 19px;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: #00b4f3;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #008ec0; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: '';
  display: table; }

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both; }

nav ul {
  list-style: none;
  margin: 0; }
nav li {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%; }

.icons-sprite, #toolbar .menu-item-search .icon-search, .alt-theme #toolbar .menu-item-search .icon-search, .footer-contact-list-item > a[href^="tel:"]:before, .footer-contact-list-item > a[href^="mailto:"]:before, .footer-contact-list-item ul.social-media > li > a.social-media-item.blog, .footer-contact-list-item ul.social-media > li > a.social-media-item.blog:after, .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook, .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook:after, .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus, .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus:after, .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin, .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin:after, .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter, .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter:after, .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube, .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube:after, #footer-connect .social-media .blog, #footer-connect .social-media .blog:after, #footer-connect .social-media .facebook, #footer-connect .social-media .facebook:after, #footer-connect .social-media .googleplus, #footer-connect .social-media .googleplus:after, #footer-connect .social-media .linkedin, #footer-connect .social-media .linkedin:after, #footer-connect .social-media .twitter, #footer-connect .social-media .twitter:after, #footer-connect .social-media .youtube, #footer-connect .social-media .youtube:after, .button-facebook:before,
.button--facebook:before, .button-resource.button-resource-download:after,
.button--resource.button-resource-download:after, .button-resource.locked:before,
.button--resource.locked:before, i.icon-youtube:after, .latest-news-component-column.latest-tweets:after, .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .prev,
.page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .next, .press-release-footer-column .social-media-item.blog, .press-release-footer-column .social-media-item.facebook, .press-release-footer-column .social-media-item.info, .press-release-footer-column .social-media-item.linkedin, .press-release-footer-column .social-media-item.twitter, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div ul > li:before, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.events-and-webinars .widgettitle:before, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-news .widgettitle:before, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-press-releases .widgettitle:before, .video-placeholder:before, .video-placeholder:after, .layer--customer-spotlight__navigation > a.next, .layer--customer-spotlight__navigation > a.next > span, .layer--customer-spotlight__navigation > a.prev, .layer--customer-spotlight__navigation > a.prev > span, .layer--news__widget.featured-resource-widget:before, .layer--news__widget.latest-blog-widget:before, .layer--news__widget.latest-news-widget:before {
  background: url('/images/icons-s9d4d196e54.png') no-repeat; }

/* =============================================================================
   Tile flip effect/animation

   @see http://davidwalsh.name/css-flip#comment-36955
   ========================================================================== */
.flipper-container {
  width: 100%;
  height: 100%;
  /* flip the pane when hovered */ }
  .flipper-container .flipper {
    position: relative;
    width: 100%;
    height: 100%;
    /* hide back of pane during swap */
    /* front pane, placed above back */ }
    .flipper-container .flipper .front,
    .flipper-container .flipper .back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: perspective(1000px) rotateY(-180deg);
      -moz-transform: perspective(1000px) rotateY(-180deg);
      -ms-transform: perspective(1000px) rotateY(-180deg);
      -o-transform: perspective(1000px) rotateY(-180deg);
      transform: perspective(1000px) rotateY(-180deg);
      -webkit-transition: all 0.25s 0.5s;
      -webkit-transition-delay: linear;
      -moz-transition: all 0.25s 0.5s linear;
      -o-transition: all 0.25s 0.5s linear;
      transition: all 0.25s 0.5s linear; }
    .flipper-container .flipper .front {
      z-index: 2;
      -webkit-transform: perspective(1000px) rotateY(0);
      -moz-transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0);
      -o-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0); }
  .flipper-container:hover .flipper, .flipper-container.flipped .flipper {
    /* front pane, placed above back */
    /* back, initially hidden pane */ }
    .flipper-container:hover .flipper .front, .flipper-container.flipped .flipper .front {
      -webkit-transform: perspective(1000px) rotateY(179.9deg);
      -moz-transform: perspective(1000px) rotateY(179.9deg);
      -ms-transform: perspective(1000px) rotateY(179.9deg);
      -o-transform: perspective(1000px) rotateY(179.9deg);
      transform: perspective(1000px) rotateY(179.9deg); }
    .flipper-container:hover .flipper .back, .flipper-container.flipped .flipper .back {
      -webkit-transform: perspective(1000px) rotateY(0);
      -moz-transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0);
      -o-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0); }
  .flipper-container.no-hover:hover .flipper .front {
    -webkit-transform: perspective(1000px) rotateY(0);
    -moz-transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0);
    -o-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0); }
  .flipper-container.no-hover:hover .flipper .back {
    -webkit-transform: perspective(1000px) rotateY(-180deg);
    -moz-transform: perspective(1000px) rotateY(-180deg);
    -ms-transform: perspective(1000px) rotateY(-180deg);
    -o-transform: perspective(1000px) rotateY(-180deg);
    transform: perspective(1000px) rotateY(-180deg); }
  .flipper-container.flipped:hover .flipper .front {
    -webkit-transform: perspective(1000px) rotateY(179.9deg);
    -moz-transform: perspective(1000px) rotateY(179.9deg);
    -ms-transform: perspective(1000px) rotateY(179.9deg);
    -o-transform: perspective(1000px) rotateY(179.9deg);
    transform: perspective(1000px) rotateY(179.9deg); }
  .flipper-container.flipped:hover .flipper .back {
    -webkit-transform: perspective(1000px) rotateY(0);
    -moz-transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0);
    -o-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0); }

@-webkit-keyframes spinner {
  0% {
    background-color: #000; }

  100% {
    background-color: #fff; } }

@-moz-keyframes spinner {
  0% {
    background-color: #000; }

  100% {
    background-color: #fff; } }

@-o-keyframes spinner {
  0% {
    background-color: #000; }

  100% {
    background-color: #fff; } }

@keyframes spinner {
  0% {
    background-color: #000; }

  100% {
    background-color: #fff; } }

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px; }

/* :not(:required) hides this rule from IE9 and below */
.spinner:not(:required) {
  width: 128px;
  height: 128px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  text-indent: -9999px;
  overflow: hidden; }
  .spinner:not(:required) .spinner-circle {
    position: absolute;
    background-color: #fff;
    height: 23px;
    width: 23px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-animation: spinner 1.04s infinite linear;
    -moz-animation: spinner 1.04s infinite linear;
    -ms-animation: spinner 1.04s infinite linear;
    -o-animation: spinner 1.04s infinite linear;
    animation: spinner 1.04s infinite linear; }
  .spinner:not(:required) .spinner-circle-1 {
    left: 0;
    top: 52px;
    -webkit-animation-delay: 0.39s;
    -moz-animation-delay: 0.39s;
    -ms-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
    animation-delay: 0.39s; }
  .spinner:not(:required) .spinner-circle-2 {
    left: 15px;
    top: 15px;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s; }
  .spinner:not(:required) .spinner-circle-3 {
    left: 52px;
    top: 0px;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s; }
  .spinner:not(:required) .spinner-circle-4 {
    right: 15px;
    top: 15px;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s; }
  .spinner:not(:required) .spinner-circle-5 {
    right: 0px;
    top: 52px;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s; }
  .spinner:not(:required) .spinner-circle-6 {
    right: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s; }
  .spinner:not(:required) .spinner-circle-7 {
    left: 52px;
    bottom: 0px;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s; }
  .spinner:not(:required) .spinner-circle-8 {
    left: 15px;
    bottom: 15px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s; }

/**
 * Buttons
 *
 */
.button, .layer--news__widget .view-all-link {
  color: #fff;
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .button:hover, .layer--news__widget .view-all-link:hover {
    color: #fff; }

/**
 * Grayscale image effect
 *
 * @see http://labs.voronianski.com/css3-grayscale/
 * @see http://www.karlhorky.com/2012/06/cross-browser-image-grayscale-with-css.html
 */
img.grayscale {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: -webkit-filter .6s ease;
  /* Fade to color for Chrome and Safari */
  -moz-transition: filter .6s ease;
  -ms-transition: filter .6s ease;
  -o-transition: filter .6s ease;
  transition: filter .6s ease;
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }
  body:not(:-moz-handler-blocked) img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */ }

img.grayscale-disable {
  filter: none;
  /* IE6-9 */
  -webkit-filter: grayscale(0%); }
  body:not(:-moz-handler-blocked) img.grayscale-disable {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }

.layer--customer-spotlight__carousel__slides__slide q.quote {
  quotes: "\201C" "\201D" "\2018" "\2019"; }
  .layer--customer-spotlight__carousel__slides__slide q.quote:before {
    content: open-quote; }
  .layer--customer-spotlight__carousel__slides__slide q.quote:after {
    content: close-quote; }

.layer--customer-spotlight__carousel__slides__slide cite.quote-attribution {
  font-style: normal; }

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

.l-column {
  display: table-cell; }

.l-media {
  display: block;
  *zoom: 1; }
  .l-media:before, .l-media:after {
    content: "";
    display: table; }
  .l-media:after {
    clear: both; }

.l-media_img {
  float: left;
  margin-right: 25px; }

.l-media_img-rev {
  float: right;
  margin-left: 25px; }

.l-media_body {
  overflow: hidden; }
  .l-media_body, .l-media_body > :last-child {
    margin-bottom: 0; }

/* =============================================================================
   Header
   ========================================================================== */
#masthead-wrapper {
  position: fixed;
  width: 100%;
  z-index: 99; }
  .alt-theme #masthead-wrapper {
    position: static; }

#masthead-upper {
  position: relative;
  background: #fff; }
  .alt-theme #masthead-upper {
    background: none;
    border: none; }
  .ecommerce #masthead-upper {
    background: #fff;
    border: none; }

#masthead {
  min-height: 83px;
  position: relative;
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e1; }
  #masthead > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    #masthead {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    #masthead {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  #masthead .site-branding {
    position: absolute;
    margin-top: 52px; }
    .alt-theme #masthead .site-branding {
      margin-top: 32px;
      margin-left: 0; }
    @media only screen and (max-width: 919px) {
      #masthead .site-branding {
        margin-top: 12px; } }
  #masthead .site-title {
    color: #fff;
    margin: 0;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: bold; }
    #masthead .site-title a, #masthead .site-title a:hover {
      color: #fff;
      text-decoration: none; }
    .alt-theme #masthead .site-title {
      color: #252525; }
      .alt-theme #masthead .site-title a, .alt-theme #masthead .site-title a:hover {
        color: #252525; }
  @media only screen and (max-width: 767px) {
    #masthead {
      min-height: 1px; }
      #masthead .site-branding {
        position: static;
        margin-top: 8px;
        float: left; } }
  .alt-theme #masthead {
    border-bottom: none; }
  .ecommerce #masthead {
    border-bottom: 1px solid #e0e0e1; }
    @media only screen and (max-width: 767px) {
      .ecommerce #masthead {
        padding: 0; } }

#toolbar {
  float: right;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 24px;
  font-size: 0.6875rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin: 30px 0 0; }
  .alt-theme #toolbar {
    color: #333;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 32px;
    font-size: 0.75rem;
    line-height: 2rem;
    font-weight: normal; }
    .alt-theme #toolbar > .menu, .alt-theme #toolbar > .addthis_toolbox {
      display: inline-block; }
  #toolbar .menu-item {
    position: relative;
    margin: 0;
    padding: 0 15px; }
    #toolbar .menu-item:first-child {
      padding-left: 0; }
    #toolbar .menu-item:last-child {
      padding-right: 0; }
    #toolbar .menu-item:before {
      content: '';
      background: #e0e0e1;
      width: 1px;
      height: 40%;
      position: absolute;
      top: 30%;
      left: 0; }
    #toolbar .menu-item:first-child:before {
      display: none; }
    .alt-theme #toolbar .menu-item:first-child {
      margin-right: 27px; }
    #toolbar .menu-item.last, #toolbar .menu-item:last-child {
      margin-right: 0; }
      .alt-theme #toolbar .menu-item.last, .alt-theme #toolbar .menu-item:last-child {
        border-left: 1px solid #c2c2c2;
        padding-left: 27px; }
    #toolbar .menu-item > a {
      color: #000;
      text-transform: uppercase; }
      #toolbar .menu-item > a:hover {
        color: #00b4f3; }
    .alt-theme #toolbar .menu-item > a {
      color: #00b4f3;
      text-transform: none; }
      .alt-theme #toolbar .menu-item > a:hover {
        color: #00b4f3; }
  #toolbar .menu-item-search {
    height: 24px;
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .alt-theme #toolbar .menu-item-search {
      background-color: #8e8e8e;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px; }
    #toolbar .menu-item-search .menu-search-form {
      position: relative; }
    #toolbar .menu-item-search .icon-search {
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 6px;
      z-index: 1;
      background-position: 0 -2261px;
      width: 10px;
      height: 12px; }
      #toolbar .menu-item-search .icon-search {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 #toolbar .menu-item-search .icon-search {
        font-size: 1px;
        line-height: 1px; }
      .alt-theme #toolbar .menu-item-search .icon-search {
        top: 6px;
        background-position: 0 -2169px;
        width: 12px;
        height: 12px; }
        .alt-theme #toolbar .menu-item-search .icon-search {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .alt-theme #toolbar .menu-item-search .icon-search {
          font-size: 1px;
          line-height: 1px; }
    #toolbar .menu-item-search .text-input {
      position: relative;
      z-index: 2;
      color: #252525;
      width: 144px;
      height: 24px;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 16px;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: normal;
      padding: 3px 3px 3px 22px;
      background: transparent;
      border: 1px solid #e0e0e1;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      -ms-border-radius: 12px;
      -o-border-radius: 12px;
      border-radius: 12px;
      -webkit-transition: border 0.5s ease, width 0.5s ease;
      -moz-transition: border 0.5s ease, width 0.5s ease;
      -o-transition: border 0.5s ease, width 0.5s ease;
      transition: border 0.5s ease, width 0.5s ease; }
      #toolbar .menu-item-search .text-input::-webkit-input-placeholder {
        color: #525252; }
      #toolbar .menu-item-search .text-input:-moz-placeholder {
        color: #525252; }
      #toolbar .menu-item-search .text-input::-moz-placeholder {
        color: #525252; }
      #toolbar .menu-item-search .text-input:-ms-input-placeholder {
        color: #525252; }
      #toolbar .menu-item-search .text-input.collapsed {
        width: 0px;
        padding: 3px 12px 3px 12px;
        cursor: pointer; }
      #toolbar .menu-item-search .text-input:focus, #toolbar .menu-item-search .text-input:hover {
        outline: none;
        border: 1px solid #00b4f3; }
      .alt-theme #toolbar .menu-item-search .text-input {
        border-color: #525252;
        padding: 3px 3px 3px 24px; }

#site-navigation {
  clear: right;
  float: right;
  margin: 16px 0; }
  @media only screen and (max-width: 767px) {
    .ecommerce #site-navigation {
      padding: 0 20px; } }
  #site-navigation .menu > .menu-item {
    position: relative;
    z-index: 101; }
    #site-navigation .menu > .menu-item:before {
      content: '';
      background: #e0e0e1;
      width: 1px;
      height: 40%;
      position: absolute;
      top: 30%;
      left: 0; }
    #site-navigation .menu > .menu-item:first-child:before, #site-navigation .menu > .menu-item:last-child:before {
      display: none; }
    #site-navigation .menu > .menu-item.has-submenu:hover + .menu-item:before {
      display: none; }
    #site-navigation .menu > .menu-item.has-submenu:hover > a {
      border-color: #e0e0e1;
      color: #000;
      behavior: url("/images/PIE.htc");
      position: relative;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
      background: -webkit-linear-gradient(#ffffff, #f1f1f1);
      background: -moz-linear-gradient(#ffffff, #f1f1f1);
      background: -o-linear-gradient(#ffffff, #f1f1f1);
      -pie-background: linear-gradient(#ffffff, #f1f1f1);
      background: linear-gradient(#ffffff, #f1f1f1); }
    #site-navigation .menu > .menu-item.has-submenu:hover > .sub-menu {
      display: block; }
    @media only screen and (max-width: 767px) {
      #site-navigation .menu > .menu-item.has-submenu:hover > a {
        background: none; }
      #site-navigation .menu > .menu-item.has-submenu:hover > .sub-menu {
        display: none; } }
    #site-navigation .menu > .menu-item > a {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-weight: normal;
      color: #000;
      display: block;
      position: relative;
      padding: 8px 12px;
      border: 1px solid transparent;
      border-top-color: #fff;
      border-bottom: 0;
      z-index: 101;
      text-transform: uppercase; }
      #site-navigation .menu > .menu-item > a:hover {
        color: #00b4f3; }
      .ecommerce #site-navigation .menu > .menu-item > a {
        color: #000;
        border-top-color: transparent; }
        .ecommerce #site-navigation .menu > .menu-item > a:hover {
          color: #00b4f3; }
      @media only screen and (max-width: 767px) {
        #site-navigation .menu > .menu-item > a {
          border: none;
          padding: 0; } }
    #site-navigation .menu > .menu-item.free-trial > a {
      color: #fd9903; }
      #site-navigation .menu > .menu-item.free-trial > a:hover {
        color: #e58a02; }
    @media only screen and (max-width: 767px) {
      #site-navigation .menu > .menu-item.free-trial {
        margin-left: 0; }
        #site-navigation .menu > .menu-item.free-trial > a {
          color: #fd9903;
          padding: 0;
          background-color: transparent;
          text-shadow: none; }
          #site-navigation .menu > .menu-item.free-trial > a:hover {
            background-color: transparent; }
          #site-navigation .menu > .menu-item.free-trial > a:after {
            display: inline-block; } }
    #site-navigation .menu > .menu-item > .sub-menu {
      display: none;
      position: absolute;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(100%, #e5e5e5));
      background: -webkit-linear-gradient(#f1f1f1, #e5e5e5);
      background: -moz-linear-gradient(#f1f1f1, #e5e5e5);
      background: -o-linear-gradient(#f1f1f1, #e5e5e5);
      -pie-background: linear-gradient(#f1f1f1, #e5e5e5);
      background: linear-gradient(#f1f1f1, #e5e5e5);
      border: 1px solid #e0e0e1;
      padding: 8px 12px 2px;
      width: 230px;
      top: 100%;
      left: 0;
      z-index: 100;
      margin-top: -1px; }
      #site-navigation .menu > .menu-item > .sub-menu > .menu-item {
        float: none;
        margin: 0 0 5px 0; }
        #site-navigation .menu > .menu-item > .sub-menu > .menu-item > a {
          padding: 0 0 4px 0;
          border-bottom: 1px solid #e0e0e1;
          font-family: "Montserrat", arial, helvetica, sans-serif;
          font-size: 13px;
          line-height: 22px;
          font-size: 0.8125rem;
          line-height: 1.375rem;
          font-weight: normal;
          text-transform: none; }
        #site-navigation .menu > .menu-item > .sub-menu > .menu-item:last-child > a {
          border-bottom: 0; }
    #site-navigation .menu > .menu-item.current-menu-item > a, #site-navigation .menu > .menu-item.current-page-ancestor > a {
      color: #00b4f3; }
    .ecommerce #site-navigation .menu > .menu-item.current-menu-item > a, .ecommerce #site-navigation .menu > .menu-item.current-page-ancestor > a {
      color: #00b4f3; }
  #site-navigation .menu-item-search {
    margin-bottom: 8px; }
    @media only screen and (min-width: 768px) {
      #site-navigation .menu-item-search {
        display: none; } }

#masthead-lower {
  background-color: #00b4f3; }
  .page-home #masthead-lower, .page-site-map #masthead-lower, .page-template-template-customers-php #masthead-lower .navbar-toggle, .page-template-template-home-php #masthead-lower .navbar-toggle, .page-template-template-resources-php #masthead-lower .navbar-toggle {
    display: none !important; }

#section-navigation {
  position: relative;
  min-height: 38px; }
  #section-navigation .nav-content-wrapper-2 {
    background: #ccc; }
  #section-navigation .nav-content {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto; }
    #section-navigation .nav-content > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      #section-navigation .nav-content {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      #section-navigation .nav-content {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .page-home #section-navigation, .page-search-results #section-navigation, .page-site-map #section-navigation, .page-template-template-customers-php #section-navigation, .page-template-template-home-php #section-navigation, .page-template-template-resources-php #section-navigation {
    display: none !important; }
  #section-navigation .menu {
    float: right;
    clear: both; }
    #section-navigation .menu.menu-2 .menu-item > a {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 32px;
      font-size: 0.8125rem;
      line-height: 2rem;
      font-weight: normal;
      color: #666; }
      #section-navigation .menu.menu-2 .menu-item > a:hover {
        color: #fff; }
    #section-navigation .menu.menu-2 .menu-item.active > a {
      color: #fff; }
  #section-navigation .menu-item {
    position: relative;
    margin-right: 20px;
    float: left; }
    #section-navigation .menu-item.last {
      margin-right: 0; }
    #section-navigation .menu-item > a {
      color: #baedff;
      display: block;
      padding: 0 8px;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 38px;
      font-size: 0.8125rem;
      line-height: 2.375rem;
      font-weight: normal; }
      #section-navigation .menu-item > a:hover {
        color: #fff; }
    #section-navigation .menu-item.active, #section-navigation .menu-item.parent-of-active, #section-navigation .menu-item.current_page_item {
      /*&:after {*/
      /*content: '';*/
      /*width: 0;*/
      /*height: 0;*/
      /*border-left: 8px solid transparent;*/
      /*border-right: 8px solid transparent;*/
      /*border-top: 8px solid #00b4f3;*/
      /*position: absolute;*/
      /*bottom: -8px;*/
      /*left: 50%;*/
      /*margin-left: -4px;*/
      /*}*/ }
      #section-navigation .menu-item.active > a, #section-navigation .menu-item.parent-of-active > a, #section-navigation .menu-item.current_page_item > a {
        color: #fff; }

/* =============================================================================
   Footer
   ========================================================================== */
#footer-wrapper {
  background: #00b4f3;
  border-top: 1px solid #e0e0e1;
  padding: 50px 0 90px; }
  .alt-theme #footer-wrapper {
    background: #252525;
    border-top: none;
    padding: 40px 0; }

.footer a {
  color: #ddf1fd;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: normal; }
  .footer a:hover {
    color: #fff; }

.footer-table {
  *zoom: 1; }
  .footer-table:before, .footer-table:after {
    content: "";
    display: table; }
  .footer-table:after {
    clear: both; }

.footer-column {
  float: left !important;
  width: 23.40426%; }
  @media only screen and (max-width: 767px) {
    .footer-column {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .footer-column:first-child {
    margin-left: 0; }
  .footer-column .footer-title {
    color: #fff;
    margin-bottom: 12px;
    text-align: left;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    font-weight: normal; }

.footer-contact-wrapper {
  background: #fff;
  padding: 2em 0; }
  .footer-contact-wrapper .footer-contact {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    text-align: center; }
    .footer-contact-wrapper .footer-contact > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .footer-contact-wrapper .footer-contact {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .footer-contact-wrapper .footer-contact {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.footer-contact-list-item {
  float: left;
  display: inline-block;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: normal;
  color: #00b4f3;
  margin: 0;
  padding: 0 1em;
  position: relative; }
  .footer-contact-list-item:before {
    content: '';
    background: #e0e0e1;
    width: 1px;
    height: 60%;
    position: absolute;
    top: 20%;
    left: 0; }
  .footer-contact-list-item:first-child {
    padding-left: 0; }
    .footer-contact-list-item:first-child:before {
      display: none; }
  .footer-contact-list-item:last-child {
    padding-right: 0; }
  .footer-contact-list-item > a {
    color: #00b4f3; }
    .footer-contact-list-item > a:hover {
      color: #fd9903; }
    .footer-contact-list-item > a[href^="tel:"] {
      position: relative;
      padding-left: 18px; }
      .footer-contact-list-item > a[href^="tel:"]:before {
        content: '';
        background-position: 0 -1837px;
        width: 10px;
        height: 26px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -13px; }
        .footer-contact-list-item > a[href^="tel:"]:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .footer-contact-list-item > a[href^="tel:"]:before {
          font-size: 1px;
          line-height: 1px; }
    .footer-contact-list-item > a[href^="mailto:"] {
      position: relative;
      padding-left: 33px; }
      .footer-contact-list-item > a[href^="mailto:"]:before {
        content: '';
        background-position: 0 -1925px;
        width: 25px;
        height: 18px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px; }
        .footer-contact-list-item > a[href^="mailto:"]:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .footer-contact-list-item > a[href^="mailto:"]:before {
          font-size: 1px;
          line-height: 1px; }
  .footer-contact-list-item ul.social-media {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-contact-list-item ul.social-media > li {
      float: left;
      display: inline-block;
      padding: 0 0.5em;
      margin: 0; }
      .footer-contact-list-item ul.social-media > li:first-child {
        padding-left: 0; }
      .footer-contact-list-item ul.social-media > li:last-child {
        padding-right: 0; }
      .footer-contact-list-item ul.social-media > li > a.social-media-item {
        display: block;
        position: relative; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item::after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          -webkit-transition: opacity 0.5s ease;
          -moz-transition: opacity 0.5s ease;
          -o-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item:hover:after {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
          opacity: 1; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.blog {
          background-position: 0 -1075px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.blog {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.blog {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.blog:after {
          background-position: 0 -928px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.blog:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.blog:after {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook {
          background-position: 0 -1475px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook:after {
          background-position: 0 -1289px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.facebook:after {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus {
          background-position: 0 -1109px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus:after {
          background-position: 0 -820px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.gplus:after {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin {
          background-position: 0 -1357px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin:after {
          background-position: 0 -1323px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.linkedin:after {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter {
          background-position: 0 -1255px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter:after {
          background-position: 0 -962px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.twitter:after {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube {
          background-position: 0 -1143px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube {
            font-size: 1px;
            line-height: 1px; }
        .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube:after {
          background-position: 0 -854px;
          width: 32px;
          height: 32px; }
          .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .footer-contact-list-item ul.social-media > li > a.social-media-item.youtube:after {
            font-size: 1px;
            line-height: 1px; }
  @media only screen and (max-width: 767px) {
    .footer-contact-list-item {
      float: none; }
      .footer-contact-list-item:last-child:before {
        display: none; } }

.footer-navigation-wrapper {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 1.25em; }
  .footer-navigation-wrapper > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .footer-navigation-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .footer-navigation-wrapper {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .footer-navigation-wrapper {
      text-align: center; } }

#footer-navigation {
  width: 48.93617%;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    #footer-navigation {
      float: left;
      margin-left: 0;
      width: 100%; } }
  #footer-navigation .menu-item {
    float: none; }
    #footer-navigation .menu-item.level-1 {
      margin-top: 30px; }
      #footer-navigation .menu-item.level-1:first-child {
        margin-top: 0; }
  #footer-navigation > ul > div.columnizer-last .level-1.last {
    margin-top: 14px; }
  #footer-navigation .footer-nav-title {
    color: #fff;
    margin-bottom: 6px;
    border: none;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    font-weight: normal; }

.recent-blog-posts {
  list-style: none;
  margin: 0;
  padding-right: 10px; }

.recent-blog-post-date {
  color: #ddd;
  display: block;
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem; }

.recent-blog-post-link,
#colophon .recent-blog-post-link {
  color: #ddf1fd;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

#menu-footer-toolbar {
  margin-bottom: 40px; }
  #menu-footer-toolbar .menu-item {
    float: none; }
    #menu-footer-toolbar .menu-item > a {
      color: #fff;
      background: #fd9903;
      display: block;
      padding: 14px 12px 13px;
      margin-bottom: 1px;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 13px;
      font-size: 0.8125rem;
      line-height: 0.8125rem;
      font-weight: normal;
      -webkit-transition: background 0.5s ease;
      -moz-transition: background 0.5s ease;
      -o-transition: background 0.5s ease;
      transition: background 0.5s ease; }
      #menu-footer-toolbar .menu-item > a:hover {
        font-weight: bold;
        background: #f49302; }
    #menu-footer-toolbar .menu-item.first > a {
      -moz-border-radius-topleft: 5px;
      -webkit-border-top-left-radius: 5px;
      border-top-left-radius: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px; }
    #menu-footer-toolbar .menu-item.last > a {
      -moz-border-radius-bottomleft: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -moz-border-radius-bottomright: 5px;
      -webkit-border-bottom-right-radius: 5px;
      border-bottom-right-radius: 5px;
      margin-bottom: 0; }

.social-media {
  margin: 0;
  list-style: none; }
  #footer-connect .social-media > li {
    float: left;
    margin-right: 12px; }
    #footer-connect .social-media > li:last-child {
      margin-right: 0; }
  #footer-connect .social-media .social-media-item {
    display: block;
    position: relative;
    -webkit-transition: font-weight 0.5s ease;
    -moz-transition: font-weight 0.5s ease;
    -o-transition: font-weight 0.5s ease;
    transition: font-weight 0.5s ease; }
    #footer-connect .social-media .social-media-item::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    #footer-connect .social-media .social-media-item:hover:after {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
  #footer-connect .social-media .blog {
    background-position: 0 -1776px;
    width: 19px;
    height: 19px; }
    #footer-connect .social-media .blog {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .blog {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .blog:after {
    background-position: 0 -1713px;
    width: 19px;
    height: 19px; }
    #footer-connect .social-media .blog:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .blog:after {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .facebook {
    background-position: 0 -2129px;
    width: 11px;
    height: 18px; }
    #footer-connect .social-media .facebook {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .facebook {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .facebook:after {
    background-position: 0 -2061px;
    width: 11px;
    height: 18px; }
    #footer-connect .social-media .facebook:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .facebook:after {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .googleplus {
    background-position: 0 -1454px;
    width: 23px;
    height: 19px; }
    #footer-connect .social-media .googleplus {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .googleplus {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .googleplus:after {
    background-position: 0 -1391px;
    width: 23px;
    height: 19px; }
    #footer-connect .social-media .googleplus:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .googleplus:after {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .linkedin {
    background-position: 0 -1885px;
    width: 19px;
    height: 18px; }
    #footer-connect .social-media .linkedin {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .linkedin {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .linkedin:after {
    background-position: 0 -1817px;
    width: 19px;
    height: 18px; }
    #footer-connect .social-media .linkedin:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .linkedin:after {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .twitter {
    background-position: 0 -1797px;
    width: 21px;
    height: 18px; }
    #footer-connect .social-media .twitter {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .twitter {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .twitter:after {
    background-position: 0 -1673px;
    width: 21px;
    height: 18px; }
    #footer-connect .social-media .twitter:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .twitter:after {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .youtube {
    background-position: 0 -754px;
    width: 54px;
    height: 20px; }
    #footer-connect .social-media .youtube {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .youtube {
      font-size: 1px;
      line-height: 1px; }
  #footer-connect .social-media .youtube:after {
    background-position: 0 -732px;
    width: 54px;
    height: 20px; }
    #footer-connect .social-media .youtube:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #footer-connect .social-media .youtube:after {
      font-size: 1px;
      line-height: 1px; }

#footer-links-wrapper {
  border-top: 1px solid #80daf9;
  padding-top: 22px; }
  .alt-theme #footer-links-wrapper {
    border: none;
    padding-top: 0; }
    .alt-theme #footer-links-wrapper p.copyright {
      float: left; }

#menu-footer-links .menu-item {
  border-left: 1px solid #80daf9;
  padding-left: 16px;
  margin-right: 16px; }
  #menu-footer-links .menu-item:first-child {
    border-left: none;
    padding-left: 0; }
#menu-footer-links a {
  color: #ddf1fd;
  display: block;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem; }
  #menu-footer-links a:hover {
    color: #fff; }
#menu-footer-links .copyright > a {
  color: #fff; }
.alt-theme #menu-footer-links {
  float: right; }
  .alt-theme #menu-footer-links .menu-item {
    border-left-color: #525252; }
  .alt-theme #menu-footer-links a {
    color: #636363; }
.ecommerce #menu-footer-links .menu-item {
  border-left-color: #80daf9; }
.ecommerce #menu-footer-links a {
  color: #ddf1fd; }
  .ecommerce #menu-footer-links a:hover {
    color: #fff; }
.ecommerce #menu-footer-links .copyright > a {
  color: #fff; }

/* =============================================================================
   Collapsible navbars
   ========================================================================== */
.navbar-header {
  *zoom: 1; }
  .navbar-header:before, .navbar-header:after {
    content: "";
    display: table; }
  .navbar-header:after {
    clear: both; }
  @media only screen and (max-width: 767px) {
    .ecommerce .navbar-header {
      padding: 0 20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 15px 8px 0;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.6s ease;
  -moz-transition: background 0.6s ease;
  -o-transition: background 0.6s ease;
  transition: background 0.6s ease; }
  #masthead .navbar-toggle {
    margin-right: -5px; }
  .navbar-toggle:focus, .navbar-toggle:hover {
    background: #00b4f3;
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  @media only screen and (min-width: 768px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
  .ecommerce .navbar-toggle {
    border-color: #e0e0e1; }
    .ecommerce .navbar-toggle .icon-bar {
      background-color: #ccc; }
    .ecommerce .navbar-toggle:focus .icon-bar, .ecommerce .navbar-toggle:hover .icon-bar {
      background-color: #fff; }

.collapse {
  display: none; }

@media only screen and (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important; } }
.ecommerce .navbar-collapse.collapse#site-navigation {
  border-top: 1px solid #e0e0e1;
  border-bottom: none; }
  @media only screen and (min-width: 768px) {
    .ecommerce .navbar-collapse.collapse#site-navigation {
      border: none; } }

.navbar-collapse.in {
  overflow-y: auto;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.09804);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.09804);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.09804); }
  .navbar-collapse.in#site-navigation {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111; }
  .navbar-collapse.in#section-navigation {
    border-top: 1px solid #00a1d9;
    border-bottom: 1px solid #00a1d9; }
  @media only screen and (min-width: 768px) {
    .navbar-collapse.in {
      border: none !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
  .ecommerce .navbar-collapse.in#site-navigation {
    border-top: 1px solid #e0e0e1;
    border-bottom: none; }

@media only screen and (max-width: 767px) {
  #site-navigation,
  #section-navigation {
    float: none;
    margin: 0; }
    #site-navigation .menu,
    #section-navigation .menu {
      position: static; }
    #site-navigation .menu-item,
    #section-navigation .menu-item {
      float: none; } }

@media only screen and (max-width: 767px) {
  #cta-buttons,
  #toolbar {
    display: none; } }

#wpadminbar {
  position: fixed; }

.underline {
  text-decoration: underline; }

.fill-in-the-blank {
  display: inline-block;
  width: 4em;
  line-height: 80%;
  border-bottom: 1px solid #666; }

.content {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: normal; }

.top-border {
  border-top: 1px solid #363636;
  padding-top: 50px;
  margin-top: 50px;
  position: relative; }
  .top-border:before, .top-border:after {
    content: '';
    position: absolute;
    top: -6px;
    width: 13px;
    height: 13px;
    background: #363636;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .top-border:before {
    left: 0; }
  .top-border:after {
    right: 0; }

/* =============================================================================
   Barbell style HRs

   Unfortunately, some browsers do not allow pseudo elements on <hr> elements,
   so we end up using a non-semantic <div class="hr barbell"></div> instead. :(

   @see http://css-tricks.com/simple-styles-for-horizontal-rules/
   ========================================================================== */
hr.barbell,
.hr.barbell {
  height: 1px;
  width: 100%;
  position: relative;
  background: #ececec;
  border: none;
  display: block;
  margin: 30px 0 50px; }
  hr.barbell.section-separator,
  .hr.barbell.section-separator {
    margin-top: 60px;
    margin-bottom: 60px; }
  hr.barbell:before, hr.barbell:after,
  .hr.barbell:before,
  .hr.barbell:after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: #ececec;
    position: absolute;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  hr.barbell:before,
  .hr.barbell:before {
    left: 0; }
  hr.barbell:after,
  .hr.barbell:after {
    right: 0; }

/* =============================================================================
   Blog Posts
   ========================================================================== */
.blog .entry-title {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: bold; }
.blog .content-area {
  width: 57.44681%;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .blog .content-area {
      float: left;
      margin-left: 0;
      width: 100%; } }
.blog .widget-area {
  width: 31.91489%;
  margin-left: 10.6383%; }
  @media only screen and (max-width: 767px) {
    .blog .widget-area {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .blog .widget-area:first-child {
    margin-left: 8.51064%; }
  @media only screen and (max-width: 767px) {
    .blog .widget-area {
      margin-left: 0; }
      .blog .widget-area:first-child {
        margin-left: 0; } }
.blog #section-navigation {
  display: none; }
.blog .site-content {
  padding-top: 2.5em;
  padding-bottom: 3em; }
.blog .widgettitle {
  text-transform: uppercase;
  margin-bottom: 1em; }

article.post.type-post {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd; }
  article.post.type-post .entry-header {
    margin-bottom: 20px; }
    article.post.type-post .entry-header .entry-meta {
      font-style: italic; }
  article.post.type-post .entry-title {
    margin-bottom: 0; }
    article.post.type-post .entry-title > a {
      text-decoration: none; }
  article.post.type-post .entry-content h3 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-bottom: 0.5em; }
  article.post.type-post .entry-content h4 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.5em; }
  article.post.type-post .entry-content .wp-post-image {
    float: left;
    margin: 5px 10px 5px 0; }

footer.entry-meta {
  text-align: center;
  border-top: 1px dotted #ddd;
  padding-top: 20px; }
  .single-post footer.entry-meta {
    text-align: left; }

.entry-meta-segment {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #ddd;
  padding-left: 0.5em;
  margin-right: 0.5em; }
  .entry-meta-segment:first-child, .entry-meta-segment:first-of-type {
    border-left: none;
    padding-left: 0; }
  .entry-meta-segment:last-child {
    margin-right: 0; }
  .entry-meta-segment .addthis_toolbox {
    display: inline-block;
    min-width: 300px;
    vertical-align: text-bottom; }
    .entry-meta-segment .addthis_toolbox * {
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
    .entry-header .entry-meta-segment .addthis_toolbox {
      margin: 10px 0 0 !important; }

.addthis_default_style .at15t_expanded,
.addthis_default_style .at15t_compact {
  margin-right: 0; }

.bookmark-link,
.tags-links {
  display: block;
  margin-top: 12px; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

.widget_recent_entries ul {
  list-style: none;
  margin-left: 0; }
.widget_recent_entries li {
  margin: 0 0 0.5em 0;
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-size: 0.8125rem;
  line-height: 1.0625rem; }
.widget_recent_entries a {
  text-transform: none;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-size: 0.8125rem;
  line-height: 1.0625rem; }

.widget .tagcloud a {
  text-transform: none;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  font-weight: normal; }

/* =============================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumbs {
  margin: 30px 0; }
  .breadcrumbs > a {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal; }
  .page-search-results .breadcrumbs, .page-site-map .breadcrumbs {
    display: none !important; }

/* =============================================================================
   Buttons
   ========================================================================== */
.button {
  padding: 12px 20px;
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
  background-color: #fd9903;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
  .button:hover {
    background-color: #e58a02; }

.button-large,
.button--large {
  padding: 16px 40px; }

.button-blue, .page-template-template-home-php .bet-your-business-section-wrapper .ctas a,
.button--blue {
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
  background-color: #00b4f3;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
  .button-blue:hover, .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover,
  .button--blue:hover {
    background-color: #008ec0; }

.button-facebook,
.button--facebook {
  background-color: #3f67a9;
  padding-left: 61px; }
  .button-facebook:before,
  .button--facebook:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -18.5px;
    left: 16px;
    width: 37px;
    height: 37px;
    background-position: 0 -1216px; }
  .button-facebook:hover,
  .button--facebook:hover {
    background-color: #315084; }

.button-orange, .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1),
.button--orange {
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
  background-color: #fd9903;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
  .button-orange:hover, .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1),
  .button--orange:hover {
    background-color: #e58a02; }

.button-resource,
.button--resource {
  background: #00b4f3;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }
  .button-resource:hover,
  .button--resource:hover {
    background: #008ec0; }
  .page-template-template-customers-php .button-resource, .page-template-template-customers-php
  .button--resource {
    width: 132px; }
  .button-resource.button-case-study,
  .button--resource.button-case-study {
    background: #fd9903; }
    .button-resource.button-case-study:hover,
    .button--resource.button-case-study:hover {
      background-color: #e58a02; }
  .button-resource.button-resource-download,
  .button--resource.button-resource-download {
    padding-left: 46px; }
    .button-resource.button-resource-download:after,
    .button--resource.button-resource-download:after {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -5px;
      left: 16px;
      background-position: 0 -609px;
      width: 11px;
      height: 10px; }
      .button-resource.button-resource-download:after,
      .button--resource.button-resource-download:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .button-resource.button-resource-download:after, .ie7
      .button--resource.button-resource-download:after {
        font-size: 1px;
        line-height: 1px; }
  .button-resource.locked,
  .button--resource.locked {
    padding-left: 48px; }
    .button-resource.locked.button-resource-download:after,
    .button--resource.locked.button-resource-download:after {
      display: none; }
    .button-resource.locked:before,
    .button--resource.locked:before {
      content: '';
      position: absolute;
      top: 50%;
      margin-top: -12px;
      left: 16px;
      background-position: 0 -2275px;
      width: 16px;
      height: 24px; }
      .button-resource.locked:before,
      .button--resource.locked:before {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .button-resource.locked:before, .ie7
      .button--resource.locked:before {
        font-size: 1px;
        line-height: 1px; }

.button-white,
.button--white {
  -webkit-transition: background 0.6s ease-in-out;
  -moz-transition: background 0.6s ease-in-out;
  -o-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
  background-color: #fff;
  color: #00b4f3;
  text-shadow: none;
  border: 1px solid #f79721;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
  .button-white:hover,
  .button--white:hover {
    color: #00b4f3;
    background-color: #f2f2f2; }

/* =============================================================================
   Call-out box
   ========================================================================== */
.call-out-block {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: url('/images/shadow-full-width.png?1416857331') no-repeat 50% 100%;
  padding-bottom: 37px;
  position: relative; }
  .call-out-block > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .call-out-block {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .call-out-block {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .call-out-block:before, .call-out-block:after {
    content: '';
    display: block;
    position: absolute;
    background: #252525;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -5px; }
  .call-out-block:before {
    left: -4px; }
  .call-out-block:after {
    right: -4px; }
  @media only screen and (max-width: 960px) {
    .call-out-block:before {
      left: 16px; }
    .call-out-block:after {
      right: 16px; } }
  .page-home .call-out-block:before, .page-home .call-out-block:after, .page-sql-scales .call-out-block:before, .page-sql-scales .call-out-block:after {
    display: none; }
  .call-out-block .call-out-block-content {
    background: #252525;
    position: relative;
    padding: 32px 0 12px; }
    .call-out-block .call-out-block-content:before, .call-out-block .call-out-block-content:after {
      content: '';
      display: block;
      position: absolute;
      background: #252525;
      width: 13px;
      height: 13px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      bottom: -5px; }
    .call-out-block .call-out-block-content:before {
      left: -4px; }
    .call-out-block .call-out-block-content:after {
      right: -4px; }
    .page-home .call-out-block .call-out-block-content, .page-sql-scales .call-out-block .call-out-block-content {
      padding: 32px 40px 20px;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 19px;
      line-height: 22.8px;
      font-size: 1.1875rem;
      line-height: 1.425rem;
      font-weight: normal; }
      .page-home .call-out-block .call-out-block-content .call-out-block-text, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text {
        padding-left: 280px;
        text-align: left;
        position: relative; }
        .page-home .call-out-block .call-out-block-content .call-out-block-text strong, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text strong {
          color: #fd9602; }
        .page-home .call-out-block .call-out-block-content .call-out-block-text .logo-banner, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text .logo-banner {
          position: absolute;
          background: #8ac73b;
          padding: 12px 40px 12px 60px;
          left: -64px; }
          .page-home .call-out-block .call-out-block-content .call-out-block-text .logo-banner:before, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text .logo-banner:before {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #70a930 #70a930 transparent transparent;
            border-width: 10px 12px 10px 12px; }
        @media only screen and (max-width: 767px) {
          .page-home .call-out-block .call-out-block-content .call-out-block-text, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text {
            padding-left: 0;
            padding-top: 85px; }
            .page-home .call-out-block .call-out-block-content .call-out-block-text .logo-banner, .page-sql-scales .call-out-block .call-out-block-content .call-out-block-text .logo-banner {
              top: 0; } }
      .page-home .call-out-block .call-out-block-content:before, .page-home .call-out-block .call-out-block-content:after, .page-sql-scales .call-out-block .call-out-block-content:before, .page-sql-scales .call-out-block .call-out-block-content:after {
        display: none;
        width: 305px;
        height: 45px;
        left: -25px;
        bottom: 45px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
    .call-out-block .call-out-block-content table,
    .call-out-block .call-out-block-content table.sql-scales-table {
      display: inline-block;
      width: auto;
      border-right: 1px solid #636363; }
      .call-out-block .call-out-block-content table tbody th,
      .call-out-block .call-out-block-content table.sql-scales-table tbody th {
        color: #959595;
        background: transparent;
        text-align: center;
        border: none;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 18px;
        line-height: 21.6px;
        font-size: 1.125rem;
        line-height: 1.35rem;
        font-weight: normal; }
      .call-out-block .call-out-block-content table tbody td,
      .call-out-block .call-out-block-content table.sql-scales-table tbody td {
        color: #fff;
        text-align: center;
        padding: 10px 50px;
        border: none;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 24px;
        line-height: 28.8px;
        font-size: 1.5rem;
        line-height: 1.8rem;
        font-weight: normal; }
      .call-out-block .call-out-block-content table tbody tr:nth-child(3) th,
      .call-out-block .call-out-block-content table.sql-scales-table tbody tr:nth-child(3) th {
        padding-top: 5px; }
      .call-out-block .call-out-block-content table tbody tr:nth-child(4) td,
      .call-out-block .call-out-block-content table.sql-scales-table tbody tr:nth-child(4) td {
        padding-bottom: 0; }
      .call-out-block .call-out-block-content table:last-child,
      .call-out-block .call-out-block-content table.sql-scales-table:last-child {
        border-right: none; }
        .call-out-block .call-out-block-content table:last-child td,
        .call-out-block .call-out-block-content table.sql-scales-table:last-child td {
          padding: 10px 20px; }
      @media only screen and (max-width: 442px) {
        .page-sql-scales .call-out-block .call-out-block-content table, .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table {
          border-color: transparent; } }
      @media only screen and (min-width: 443px) and (max-width: 606px) {
        .page-sql-scales .call-out-block .call-out-block-content table, .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table {
          border-color: transparent; }
          .page-sql-scales .call-out-block .call-out-block-content table:first-of-type, .page-sql-scales
          .call-out-block .call-out-block-content table.sql-scales-table:first-of-type {
            border-color: #636363; } }
      @media only screen and (min-width: 607px) and (max-width: 628px) {
        .page-sql-scales .call-out-block .call-out-block-content table:nth-of-type(2), .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table:nth-of-type(2) {
          border-color: transparent; }
        .page-sql-scales .call-out-block .call-out-block-content table:nth-of-type(3), .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table:nth-of-type(3) {
          border-color: #636363; } }
      @media only screen and (min-width: 629px) and (max-width: 960px) {
        .page-sql-scales .call-out-block .call-out-block-content table:nth-of-type(2), .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table:nth-of-type(2) {
          border-color: #636363; }
        .page-sql-scales .call-out-block .call-out-block-content table:nth-of-type(3), .page-sql-scales
        .call-out-block .call-out-block-content table.sql-scales-table:nth-of-type(3) {
          border-color: transparent; } }
  .call-out-block .h-call-out-block-heading {
    color: #fff;
    text-align: center;
    padding: 0 20px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
    .call-out-block .h-call-out-block-heading em, .call-out-block .h-call-out-block-heading strong {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 30px;
      line-height: 36px;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-weight: normal; }
    .call-out-block .h-call-out-block-heading strong {
      color: #fd9903; }
    .page-home .call-out-block .h-call-out-block-heading, .page-sql-scales .call-out-block .h-call-out-block-heading {
      padding: 0 0 0.5em 0;
      border-bottom: 1px solid #929292;
      margin-bottom: 0.75em;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 38px;
      line-height: 45.6px;
      font-size: 2.375rem;
      line-height: 2.85rem;
      font-weight: bold; }
      .page-home .call-out-block .h-call-out-block-heading em, .page-home .call-out-block .h-call-out-block-heading strong, .page-sql-scales .call-out-block .h-call-out-block-heading em, .page-sql-scales .call-out-block .h-call-out-block-heading strong {
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 38px;
        line-height: 45.6px;
        font-size: 2.375rem;
        line-height: 2.85rem;
        font-weight: bold; }

/* =============================================================================
   Carousel
   ========================================================================== */
.carousel-wrapper {
  position: relative; }

.carousel-pagination {
  position: absolute; }

.featured-customers-section-wrapper .carousel-pagination {
  top: -17px;
  left: 50%;
  margin-left: -96px; }
  .featured-customers-section-wrapper .carousel-pagination > a {
    background: #111;
    display: block;
    float: left;
    width: 34px;
    height: 34px;
    border: 3px solid #fff;
    margin: 0 15px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .featured-customers-section-wrapper .carousel-pagination > a.selected {
      background: #00b4f3; }

/* =============================================================================
   Content area
   ========================================================================== */
#content-wrapper {
  padding-top: 91px; }
  .alt-theme #content-wrapper {
    padding-top: 0 !important; }

.page-template-template-contact-sidebar-php .site-content {
  padding-top: 40px; }

.content-area {
  padding-bottom: 65px; }
  .page-database-landscapes .content-area, .page-plans-and-pricing .content-area, .page-real-time-analytics .content-area, .page-rock-solid-cloud-database .content-area, .page-sql-scales .content-area, .page-template-template-about-php .content-area, .page-template-template-careers-php .content-area, .page-template-template-customers-php .content-area, .page-template-template-news_and_events-php .content-area, .page-template-template-partners-php .content-area, .page-template-template-resources-php .content-area {
    padding-bottom: 0; }
  .content-area.eight.columns {
    padding-right: 20px; }

.page-board-directors .entry-header,
.page-investors .entry-header,
.page-management .entry-header,
.page-template-template-about-php .entry-header,
.page-template-template-customers-php .entry-header,
.page-template-template-resources-php .entry-header {
  padding-top: 60px; }

.page-template-template-partners-php .entry-header {
  padding-top: 40px; }

.page-template-template-about-php .entry-content > .content-wrapper,
.page-template-template-customers-php .entry-content > .content-wrapper,
.page-template-template-resources-php .entry-content > .content-wrapper {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px; }
  .page-template-template-about-php .entry-content > .content-wrapper > *:first-child,
  .page-template-template-customers-php .entry-content > .content-wrapper > *:first-child,
  .page-template-template-resources-php .entry-content > .content-wrapper > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-template-template-about-php .entry-content > .content-wrapper,
    .page-template-template-customers-php .entry-content > .content-wrapper,
    .page-template-template-resources-php .entry-content > .content-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-about-php .entry-content > .content-wrapper,
    .page-template-template-customers-php .entry-content > .content-wrapper,
    .page-template-template-resources-php .entry-content > .content-wrapper {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.page-template-template-partners-php .entry-content > .content-wrapper {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .page-template-template-partners-php .entry-content > .content-wrapper > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-template-template-partners-php .entry-content > .content-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-partners-php .entry-content > .content-wrapper {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.page-template-template-customers-php .entry-content > .content,
.page-template-template-paartners-php .entry-content > .content {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 65.95745%; }
  @media only screen and (max-width: 767px) {
    .page-template-template-customers-php .entry-content > .content,
    .page-template-template-paartners-php .entry-content > .content {
      float: left;
      margin-left: 0;
      width: 100%; } }

.page-template-template-resources-php .entry-header,
.page-template-template-resources-php .entry-content > .content-wrapper {
  display: none; }

/* =============================================================================
   Customers
   ========================================================================== */
.featured-customers-section-wrapper {
  background: url('/images/featured-customer-bg.jpg?1416857331') no-repeat 50% 0; }

.featured-customers-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  height: 353px; }
  .featured-customers-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .featured-customers-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .featured-customers-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.featured-customer.slide {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  display: block;
  float: left;
  height: 353px;
  padding: 70px 0 60px; }
  .featured-customer.slide > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .featured-customer.slide {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .featured-customer.slide {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .noi-js .featured-customer.slide {
    display: none; }
    .noi-js .featured-customer.slide:first-child {
      display: block; }

.featured-customer-description-column,
.featured-customer-quote-column {
  color: #fff;
  width: 48.93617%; }
  @media only screen and (max-width: 767px) {
    .featured-customer-description-column,
    .featured-customer-quote-column {
      float: left;
      margin-left: 0;
      width: 100%; } }

.featured-customer-description-column {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  font-weight: bold;
  margin-left: 0;
  padding-right: 12px; }

.featured-customer-quote-column {
  padding-left: 12px; }

.featured-customer-quote {
  display: block;
  font-family: "Source Sans Pro", arial, helvetica, sans-serif;
  font-size: 21px;
  line-height: 25.2px;
  font-size: 1.3125rem;
  line-height: 1.575rem;
  font-weight: 600;
  font-style: italic; }

.featured-customer-quote-attribution {
  color: #ddd;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: normal;
  font-style: normal; }
  .featured-customer-quote-attribution > img {
    float: right; }

.customers-by-industry-nav {
  margin-bottom: 30px; }
  .customers-by-industry-nav > ul {
    display: table;
    margin: 0 auto; }
    .customers-by-industry-nav > ul > li {
      display: table-cell;
      text-align: center;
      float: left;
      border-left: 1px solid #ccc;
      padding: 0 12px; }
      .customers-by-industry-nav > ul > li:last-child {
        border-right: 1px solid #ccc; }
      .customers-by-industry-nav > ul > li > a {
        color: #666;
        text-decoration: none;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 13px;
        line-height: 15.6px;
        font-size: 0.8125rem;
        line-height: 0.975rem;
        font-weight: normal; }
      .customers-by-industry-nav > ul > li.ui-state-active > a {
        color: #111;
        border-bottom: 4px solid #00b4f3; }

.customer-item-list {
  margin: 0;
  list-style: none; }

.customer-item {
  background: #fff;
  margin: 20px 0;
  padding: 20px;
  position: relative;
  height: 215px; }
  .customer-item.case-study-customer .customer-item-case-study-link {
    display: none; }
  .featured-customers .customer-item.case-study-customer .customer-item-case-study-link {
    display: block;
    position: absolute;
    background: url('/images/more-corner.png?1416857331') no-repeat 100% 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .customer-item .l-media_body {
    height: 175px; }
  .customer-item .l-media_img {
    width: 250px;
    height: 175px;
    text-align: center;
    margin: 0;
    padding: 0;
    display: table; }
    .customer-item .l-media_img .l-media_img_cell {
      display: table-cell;
      vertical-align: middle; }

.customer-resource-links {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .customer-resource-links > a {
    margin-left: 12px; }

.customer-industry-description {
  display: none; }

.customer-item-list.featured-customers .customer-item {
  width: 23.40426%;
  height: 192px;
  margin-top: 0;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .customer-item-list.featured-customers .customer-item {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .customer-item-list.featured-customers .customer-item:nth-child(4n+1) {
    margin-left: 0; }
  .customer-item-list.featured-customers .customer-item .l-media_img {
    width: 100%;
    height: 152px; }
  .customer-item-list.featured-customers .customer-item .l-media_body {
    display: none; }

/* =============================================================================
   Events
   ========================================================================== */
.event-list {
  list-style: none;
  margin: 0; }
  .event-list .event-item {
    margin-bottom: 20px; }
  .event-list .event-logo {
    min-width: 180px;
    text-align: center; }
  .event-list .event-date {
    color: #fd9903;
    text-transform: uppercase;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    font-weight: bold; }
  .event-list .event-title {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: bold;
    border: none;
    text-decoration: none; }
  .event-list .event-description {
    margin-top: 1em;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem; }
    .event-list .event-description > p:last-child {
      margin: 0 0 1em; }

/* =============================================================================
   Featured Video
   ========================================================================== */
.featured-video-section-wrapper {
  background: #111; }

.featured-video-section {
  color: #fff;
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding: 30px 0 40px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal; }
  .featured-video-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .featured-video-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .featured-video-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.featured-video-section-content {
  width: 48.93617%;
  margin-left: 0;
  font-size: 13px;
  line-height: 15.6px;
  font-size: 0.8125rem;
  line-height: 0.975rem; }
  @media only screen and (max-width: 767px) {
    .featured-video-section-content {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .featured-video-section-content .featured-video-section-title {
    color: #00b4f3;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15.6px;
    font-size: 0.8125rem;
    line-height: 0.975rem;
    font-weight: normal;
    text-transform: uppercase; }
  .featured-video-section-content .featured-video-section-video-title {
    color: #fff;
    text-align: left;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold; }

.featured-video-section-video-container {
  width: 48.93617%; }
  @media only screen and (max-width: 767px) {
    .featured-video-section-video-container {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .featured-video-section-video-container > iframe {
    float: right; }

/* =============================================================================
   Headings
   ========================================================================== */
h1 em, h2 em, h3 em, h4 em {
  color: #00b4f3;
  font-style: normal; }
h1 strong, h2 strong, h3 strong, h4 strong {
  color: #fd9903;
  font-style: normal; }

.entry-title {
  color: #252525;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: bold; }

h1, .h-main-heading, .page-support .content-column-title,
.page-support .h-section-heading {
  color: #252525;
  margin-bottom: 40px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 72px;
  line-height: 86.4px;
  font-size: 4.5rem;
  line-height: 5.4rem;
  font-weight: bold; }
  .page-template h1, .page-template .h-main-heading, .page-template .page-support .content-column-title, .page-support .page-template .content-column-title,
  .page-template .page-support .h-section-heading,
  .page-support .page-template .h-section-heading {
    text-align: center; }
    .page-template h1 .de-em, .page-template .h-main-heading .de-em, .page-template .page-support .content-column-title .de-em, .page-support .page-template .content-column-title .de-em,
    .page-template .page-support .h-section-heading .de-em,
    .page-support .page-template .h-section-heading .de-em {
      color: #999;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 42px;
      line-height: 50.4px;
      font-size: 2.625rem;
      line-height: 3.15rem;
      font-weight: normal; }
    .page-template h1 small, .page-template .h-main-heading small, .page-template .page-support .content-column-title small, .page-support .page-template .content-column-title small,
    .page-template .page-support .h-section-heading small,
    .page-support .page-template .h-section-heading small {
      display: block;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 24px;
      line-height: 28.8px;
      font-size: 1.5rem;
      line-height: 1.8rem;
      font-weight: normal; }
  .page-template-template-home-php h1, .page-template-template-home-php .h-main-heading, .page-template-template-home-php .page-support .content-column-title, .page-support .page-template-template-home-php .content-column-title,
  .page-template-template-home-php .page-support .h-section-heading,
  .page-support .page-template-template-home-php .h-section-heading {
    color: #fff;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 72px;
    line-height: 86.4px;
    font-size: 4.5rem;
    line-height: 5.4rem;
    font-weight: bold;
    margin-bottom: 0; }
    .page-template-template-home-php h1 > a, .page-template-template-home-php .h-main-heading > a, .page-template-template-home-php .page-support .content-column-title > a, .page-support .page-template-template-home-php .content-column-title > a,
    .page-template-template-home-php .page-support .h-section-heading > a,
    .page-support .page-template-template-home-php .h-section-heading > a {
      color: #fff; }
    .page-template-template-home-php h1 .extra-large, .page-template-template-home-php .h-main-heading .extra-large, .page-template-template-home-php .page-support .content-column-title .extra-large, .page-support .page-template-template-home-php .content-column-title .extra-large,
    .page-template-template-home-php .page-support .h-section-heading .extra-large,
    .page-support .page-template-template-home-php .h-section-heading .extra-large {
      font-size: 100px;
      line-height: 120px;
      font-size: 6.25rem;
      line-height: 7.5rem; }
  .page-template-template-customers-php h1, .page-template-template-resources-php h1, .page-template-template-customers-php .h-main-heading, .page-template-template-customers-php .page-support .content-column-title, .page-support .page-template-template-customers-php .content-column-title,
  .page-template-template-customers-php .page-support .h-section-heading,
  .page-support .page-template-template-customers-php .h-section-heading, .page-template-template-resources-php .h-main-heading, .page-template-template-resources-php .page-support .content-column-title, .page-support .page-template-template-resources-php .content-column-title,
  .page-template-template-resources-php .page-support .h-section-heading,
  .page-support .page-template-template-resources-php .h-section-heading {
    margin-bottom: 0; }
  .page-template-template-careers-php h1, .page-template-template-news_and_events-php h1, .page-template-template-careers-php .h-main-heading, .page-template-template-careers-php .page-support .content-column-title, .page-support .page-template-template-careers-php .content-column-title,
  .page-template-template-careers-php .page-support .h-section-heading,
  .page-support .page-template-template-careers-php .h-section-heading, .page-template-template-news_and_events-php .h-main-heading, .page-template-template-news_and_events-php .page-support .content-column-title, .page-support .page-template-template-news_and_events-php .content-column-title,
  .page-template-template-news_and_events-php .page-support .h-section-heading,
  .page-support .page-template-template-news_and_events-php .h-section-heading {
    margin-bottom: 12px; }
  .page-board-directors h1, .page-investors h1, .page-management h1, .page-search-results h1, .page-site-map h1, .page-template-template-contact-sidebar-php h1, .page-template-template-press-sidebar-php h1, .single-career_posting h1, .single-press_release h1, .page-board-directors .h-main-heading, .page-board-directors .page-support .content-column-title, .page-support .page-board-directors .content-column-title,
  .page-board-directors .page-support .h-section-heading,
  .page-support .page-board-directors .h-section-heading, .page-investors .h-main-heading, .page-investors .page-support .content-column-title, .page-support .page-investors .content-column-title,
  .page-investors .page-support .h-section-heading,
  .page-support .page-investors .h-section-heading, .page-management .h-main-heading, .page-management .page-support .content-column-title, .page-support .page-management .content-column-title,
  .page-management .page-support .h-section-heading,
  .page-support .page-management .h-section-heading, .page-search-results .h-main-heading, .page-search-results .page-support .content-column-title, .page-support .page-search-results .content-column-title,
  .page-search-results .page-support .h-section-heading,
  .page-support .page-search-results .h-section-heading, .page-site-map .h-main-heading, .page-site-map .page-support .content-column-title, .page-support .page-site-map .content-column-title,
  .page-site-map .page-support .h-section-heading,
  .page-support .page-site-map .h-section-heading, .page-template-template-contact-sidebar-php .h-main-heading, .page-template-template-contact-sidebar-php .page-support .content-column-title, .page-support .page-template-template-contact-sidebar-php .content-column-title,
  .page-template-template-contact-sidebar-php .page-support .h-section-heading,
  .page-support .page-template-template-contact-sidebar-php .h-section-heading, .page-template-template-press-sidebar-php .h-main-heading, .page-template-template-press-sidebar-php .page-support .content-column-title, .page-support .page-template-template-press-sidebar-php .content-column-title,
  .page-template-template-press-sidebar-php .page-support .h-section-heading,
  .page-support .page-template-template-press-sidebar-php .h-section-heading, .single-career_posting .h-main-heading, .single-career_posting .page-support .content-column-title, .page-support .single-career_posting .content-column-title,
  .single-career_posting .page-support .h-section-heading,
  .page-support .single-career_posting .h-section-heading, .single-press_release .h-main-heading, .single-press_release .page-support .content-column-title, .page-support .single-press_release .content-column-title,
  .single-press_release .page-support .h-section-heading,
  .page-support .single-press_release .h-section-heading {
    text-align: left;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 36px;
    line-height: 43.2px;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: bold; }
  .page-search-results h1, .page-site-map h1, .page-search-results .h-main-heading, .page-search-results .page-support .content-column-title, .page-support .page-search-results .content-column-title,
  .page-search-results .page-support .h-section-heading,
  .page-support .page-search-results .h-section-heading, .page-site-map .h-main-heading, .page-site-map .page-support .content-column-title, .page-support .page-site-map .content-column-title,
  .page-site-map .page-support .h-section-heading,
  .page-support .page-site-map .h-section-heading {
    margin-top: 50px; }
  .page-id-407 h1, .page-id-408 h1, .parent-pageid-832 h1, .parent-pageid-870 h1, .page-partners h1, .page-id-407 .h-main-heading, .page-id-407 .page-support .content-column-title, .page-support .page-id-407 .content-column-title,
  .page-id-407 .page-support .h-section-heading,
  .page-support .page-id-407 .h-section-heading, .page-id-408 .h-main-heading, .page-id-408 .page-support .content-column-title, .page-support .page-id-408 .content-column-title,
  .page-id-408 .page-support .h-section-heading,
  .page-support .page-id-408 .h-section-heading, .parent-pageid-832 .h-main-heading, .parent-pageid-832 .page-support .content-column-title, .page-support .parent-pageid-832 .content-column-title,
  .parent-pageid-832 .page-support .h-section-heading,
  .page-support .parent-pageid-832 .h-section-heading, .parent-pageid-870 .h-main-heading, .parent-pageid-870 .page-support .content-column-title, .page-support .parent-pageid-870 .content-column-title,
  .parent-pageid-870 .page-support .h-section-heading,
  .page-support .parent-pageid-870 .h-section-heading, .page-partners .h-main-heading, .page-partners .page-support .content-column-title, .page-support .page-partners .content-column-title,
  .page-partners .page-support .h-section-heading,
  .page-support .page-partners .h-section-heading {
    text-align: left;
    margin-bottom: 20px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 36px;
    line-height: 43.2px;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: bold; }

h2, .h-sub-heading {
  color: #252525;
  margin-bottom: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: bold; }
  .page-template h2, .page-template .h-sub-heading {
    text-align: center; }
  .page-template-template-home-php h2, .page-template-template-home-php .h-sub-heading {
    color: #00b4f3;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 32px;
    line-height: 38.4px;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold; }
  .parent-pageid-832 h2, .parent-pageid-870 h2, .page-template-template-careers-php h2, .page-template-template-news_and_events-php h2, .single-career_posting h2, .single-press_release h2, .parent-pageid-832 .h-sub-heading, .parent-pageid-870 .h-sub-heading, .page-template-template-careers-php .h-sub-heading, .page-template-template-news_and_events-php .h-sub-heading, .single-career_posting .h-sub-heading, .single-press_release .h-sub-heading {
    color: #111;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
  .parent-pageid-832 h2, .parent-pageid-870 h2, .parent-pageid-832 .h-sub-heading, .parent-pageid-870 .h-sub-heading {
    text-align: left; }
  .parent-pageid-832 h2, .parent-pageid-832 .h-sub-heading {
    margin-bottom: 30px; }

.page-template-template-home-php .h-sub-sub-heading {
  background: url('/images/home-mast-subsubtitle-bg.png?1416857331') no-repeat 50% 0;
  margin-top: 32px;
  padding-top: 40px;
  color: #eee;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 23px;
  line-height: 27.6px;
  font-size: 1.4375rem;
  line-height: 1.725rem;
  font-weight: normal; }

.page-template-template-home-php .h-sub-sub-sub-heading {
  color: #eee;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: normal; }
  .page-template-template-home-php .h-sub-sub-sub-heading strong {
    color: #fd9903; }

h3, .h-section-heading,
h2.h-section-heading {
  color: #111;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: bold;
  margin-bottom: 20px; }
  .page-board-directors h3, .page-investors h3, .page-management h3, .page-support h3, .page-template-template-contact-sidebar-php h3, .page-template-template-press-sidebar-php h3, .page-board-directors .h-section-heading, .page-investors .h-section-heading, .page-management .h-section-heading, .page-support .h-section-heading, .page-template-template-contact-sidebar-php .h-section-heading, .page-template-template-press-sidebar-php .h-section-heading, .page-board-directors
  h2.h-section-heading, .page-investors
  h2.h-section-heading, .page-management
  h2.h-section-heading, .page-support
  h2.h-section-heading, .page-template-template-contact-sidebar-php
  h2.h-section-heading, .page-template-template-press-sidebar-php
  h2.h-section-heading {
    color: #252525;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    padding-bottom: 4px;
    border-bottom: 1px solid #ccc; }

h4, .h-section-sub-heading, .h-ordered-content-item-heading {
  color: #111;
  margin-bottom: 12px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal; }
  .page-support h4, h4.h-plans-and-pricing, .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section .h-section-title, .page-support .h-section-sub-heading, .page-support .h-ordered-content-item-heading, .h-section-sub-heading.h-plans-and-pricing, .h-plans-and-pricing.h-ordered-content-item-heading {
    color: #f79721;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 30px; }
  h4.h-plans-and-pricing--blue, .h-section-sub-heading.h-plans-and-pricing--blue, .h-plans-and-pricing--blue.h-ordered-content-item-heading {
    color: #00b4f3; }

.h-section-sub-heading, .h-ordered-content-item-heading {
  margin-bottom: 40px; }

/* =============================================================================
   Icons
   ========================================================================== */
i.icon-youtube {
  display: inline-block;
  width: 54px;
  position: relative;
  overflow: visible !important; }
  i.icon-youtube {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 i.icon-youtube {
    font-size: 1px;
    line-height: 1px; }
  i.icon-youtube:after {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    background-position: 0 -754px;
    width: 54px;
    height: 20px; }
    i.icon-youtube:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 i.icon-youtube:after {
      font-size: 1px;
      line-height: 1px; }

/* =============================================================================
   Investors
   ========================================================================== */
.component-media.investors {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .component-media.investors > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .component-media.investors {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .component-media.investors {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .component-media.investors .l-media.media-item {
    margin-bottom: 40px; }
  .component-media.investors .l-media_img {
    margin-right: 50px; }

/* =============================================================================
   Lists
   ========================================================================== */
ul.arrow-bullets {
  list-style: none; }
  ul.arrow-bullets > li {
    color: #343434;
    font-weight: bold;
    position: relative;
    margin-bottom: 0; }
    ul.arrow-bullets > li:before {
      content: '';
      display: inline-block;
      width: 1px;
      height: 1px;
      border: 6px solid #252525;
      border-color: transparent transparent transparent #252525; }

/* =============================================================================
   Menus
   ========================================================================== */
.menu {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .menu:before, .menu:after {
    content: "";
    display: table; }
  .menu:after {
    clear: both; }

.menu-item {
  float: left;
  margin: 0; }
  .menu-item > a {
    text-decoration: none;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; }

.sub-menu {
  display: none; }

/* =============================================================================
   News Articles
   ========================================================================== */
.news-article-list-block {
  margin-bottom: 40px; }

.news-article-list {
  list-style: none;
  margin: 0; }

.news-article-item {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .news-article-item:before, .news-article-item:after {
    content: "";
    display: table; }
  .news-article-item:after {
    clear: both; }
  .news-article-item .news-article-date {
    color: #fd9903;
    text-transform: uppercase;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    font-weight: bold; }
  .news-article-item .news-article-title {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: bold;
    border: none; }
    .news-article-item .news-article-title > a {
      text-decoration: none; }

.news-article-logo {
  min-width: 180px;
  text-align: center; }

.news-article-simple .news-article-meta {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-weight: normal; }
.news-article-simple .news-article-publication:before {
  content: ' | '; }
.news-article-simple .news-article-title {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  font-weight: normal; }

/* =============================================================================
   Page component: Banded section
   ========================================================================== */
.banded-section-wrapper {
  background-color: #f5f5f5;
  padding: 50px 0; }

.banded-section-wrapper + .banded-section-wrapper {
  padding-top: 0; }

.banded-section header {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .banded-section header > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .banded-section header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .banded-section header {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .banded-section header.finials {
    border-bottom: 1px solid #363636; }
    .banded-section header.finials:before, .banded-section header.finials:after {
      content: '';
      display: block;
      background: #363636;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 50%;
      margin-top: 4px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .banded-section header.finials:before {
      left: 0; }
    .banded-section header.finials:after {
      right: 0; }
    .banded-section header.finials .h-sub-heading {
      top: 11px;
      padding: 0 12px;
      margin: 0;
      display: inline-block;
      position: relative;
      background: #f5f5f5;
      color: #111;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 18px;
      line-height: 21.6px;
      font-size: 1.125rem;
      line-height: 1.35rem;
      font-weight: normal; }
    @media only screen and (max-width: 939px) {
      .banded-section header.finials {
        border-bottom: none; }
        .banded-section header.finials:before, .banded-section header.finials:after {
          display: none; } }
.banded-section .content {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .banded-section .content > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .banded-section .content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .banded-section .content {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.quote-wrapper {
  padding-top: 20px; }
  .quote-wrapper q {
    display: table;
    font-family: "Source Sans Pro", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 29px;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    font-weight: 600;
    font-style: italic; }
    .quote-wrapper q p {
      display: table-cell;
      margin: 0;
      vertical-align: middle; }
  .quote-wrapper cite {
    color: #8e94a0;
    display: block;
    text-align: right;
    padding-left: 228px;
    font-family: "Source Sans Pro", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 600;
    font-style: italic; }
    .quote-wrapper cite img {
      margin-left: 30px;
      vertical-align: middle; }
  .quote-wrapper .quote-image-wrapper {
    display: table-cell;
    width: 228px;
    vertical-align: middle; }
    .quote-wrapper .quote-image-wrapper > span {
      position: relative;
      display: block;
      width: 228px; }
      .quote-wrapper .quote-image-wrapper > span:after {
        content: '';
        display: block;
        width: 25px;
        height: 87px;
        background: url('/images/brace-right.png?1416857331') no-repeat 0 0;
        position: absolute;
        top: 50%;
        right: 40px;
        margin-top: -43.5px; }
  .quote-wrapper.reversed q {
    unicode-bidi: embed;
    direction: rtl;
    text-align: left; }
    .quote-wrapper.reversed q * {
      unicode-bidi: embed;
      direction: ltr; }
  .quote-wrapper.reversed cite {
    padding-left: 0;
    padding-right: 228px; }
  .quote-wrapper.reversed .quote-image-wrapper > span {
    padding-left: 110px; }
    .quote-wrapper.reversed .quote-image-wrapper > span:after {
      display: none; }
    .quote-wrapper.reversed .quote-image-wrapper > span:before {
      content: '';
      display: block;
      width: 25px;
      height: 87px;
      background: url('/images/brace-left.png?1416857331') no-repeat 0 0;
      position: absolute;
      top: 50%;
      left: 40px;
      margin-top: -43.5px; }
  @media only screen and (max-width: 606px) {
    .quote-wrapper .quote-image-wrapper {
      display: none; }
    .quote-wrapper cite {
      padding: 0; } }

/* =============================================================================
   Page component: Banded section - About Us page
   ========================================================================== */
.about-banded-section {
  padding: 90px 0 0; }
  .about-banded-section .image-row {
    margin-top: 40px;
    margin-bottom: 65px; }
  .about-banded-section .content {
    margin-bottom: 60px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: normal; }
  .about-banded-section .columnizer-first {
    padding-right: 40px; }
  .about-banded-section .columnizer-last {
    padding-left: 30px; }
  .about-banded-section .quote-wrapper {
    padding: 70px 0;
    background-color: #000;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzEzMTMxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIidHJhbnNwYXJlbnQiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), linear-gradient(90deg, #313131 1px, transparent 1px);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 1, color-stop(100%, #313131), color-stop(100%, transparent)), linear-gradient(90deg, #313131 1px, transparent 1px);
    background-image: -webkit-linear-gradient(#313131 1px, transparent 1px), -webkit-linear-gradient(90deg, #313131 1px, transparent 1px);
    background-image: -moz-linear-gradient(#313131 1px, transparent 1px), -moz-linear-gradient(90deg, #313131 1px, transparent 1px);
    background-image: -o-linear-gradient(#313131 1px, transparent 1px), -o-linear-gradient(90deg, #313131 1px, transparent 1px);
    background-image: linear-gradient(#313131 1px, transparent 1px), linear-gradient(90deg, #313131 1px, transparent 1px);
    background-size: 70px 70px;
    background-position: -1px -1px; }
    .ie8 .about-banded-section .quote-wrapper, .ie9 .about-banded-section .quote-wrapper {
      background-image: url('/images/quote-wrapper-bg.png?1416857331');
      background-position: -34px -34px;
      background-size: auto auto; }
  .about-banded-section .quote-plain {
    text-align: center; }
    .about-banded-section .quote-plain q {
      display: block;
      text-align: center;
      color: #fff;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 24px;
      line-height: 30px;
      font-size: 1.5rem;
      line-height: 1.875rem;
      font-weight: normal;
      padding-bottom: 5px; }
      .about-banded-section .quote-plain q em {
        color: #fd9903;
        font-style: normal; }
    .about-banded-section .quote-plain cite {
      color: #959595;
      font-style: normal;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem;
      font-weight: normal; }

/* =============================================================================
   Page component: Career Postings List
   ========================================================================== */
.content-component-wrapper + .career-posting-list-section {
  padding-top: 55px; }

.career-department-title {
  margin-bottom: 12px; }

.career-posting-list-block {
  margin-top: 20px; }
  .career-posting-list-block:first-of-type {
    margin-top: 0; }

/* =============================================================================
   Page component: Careers section
   ========================================================================== */
.careers-section-wrapper {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 90px 0 120px; }

.careers-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .careers-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .careers-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .careers-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .careers-section .h-sub-heading {
    margin-bottom: 35px; }
  .careers-section .careers-section-subtitle {
    color: #111;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-size: 1.125rem;
    line-height: 2rem;
    font-weight: normal;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 65.95745%;
    margin-top: 20px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      .careers-section .careers-section-subtitle {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .careers-section .careers-section-content {
    text-align: center;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: normal; }
    .careers-section .careers-section-content .button {
      margin: 0 10px; }
    @media only screen and (max-width: 767px) {
      .careers-section .careers-section-content .button-facebook {
        margin-bottom: 20px; } }

/* =============================================================================
   Page component: Content
   ========================================================================== */
.page-plans-and-pricing .content-component-wrapper {
  background-color: #f5f5f5; }

.content-component {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 55px; }
  .content-component > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .content-component {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .content-component {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .entry-header + .content-component-wrapper .content-component {
    padding-top: 0; }

/* =============================================================================
   Page component: Content Columns
   ========================================================================== */
.content-columns-section .columns > p:only-child > img:only-child {
  margin: 0 auto; }

/* =============================================================================
   Page component: Latest News component
   ========================================================================== */
.latest-news-component-wrapper {
  padding: 65px 0;
  background: #eee; }

.latest-news-component {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  display: table;
  background-color: #fff; }
  .latest-news-component > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .latest-news-component {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .latest-news-component {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .latest-news-component {
      display: block; } }

.latest-news-list {
  margin: 0;
  list-style: none; }

.latest-news-component-column {
  width: 48.93617%;
  padding: 45px 40px;
  float: none;
  display: table-cell;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .latest-news-component-column {
      float: left;
      margin-left: 0;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .latest-news-component-column {
      float: left;
      display: block;
      padding: 45px 20px; } }
  .latest-news-component-column .h-section-heading {
    margin-bottom: 32px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
  .latest-news-component-column .news-article-item,
  .latest-news-component-column .press-release-item {
    border: none; }
  .latest-news-component-column .press-release-item > p {
    display: none; }
  .latest-news-component-column:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    width: 1px; }
    @media only screen and (max-width: 768px) {
      .latest-news-component-column:last-child:before {
        width: 100%;
        height: 1px;
        top: 50%;
        bottom: 50%;
        left: 20px; } }
  .latest-news-component-column.latest-tweets iframe.twitter-timeline {
    height: 384; }
  .latest-news-component-column.latest-tweets:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 20px;
    width: 61px;
    height: 61px;
    background-position: 0 -407px; }
    @media only screen and (max-width: 768px) {
      .latest-news-component-column.latest-tweets:after {
        top: 51%; } }

/* =============================================================================
   Page component: Leadership section
   ========================================================================== */
.leadership-team-section-wrapper {
  padding: 90px 0 60px;
  background-color: #ececec;
  overflow: hidden;
  text-align: center; }

.leadership-team-section {
  position: relative; }
  .leadership-team-section:before {
    content: '';
    position: absolute;
    top: 15%;
    left: -582px;
    background: url('/images/leadership-section-bg-left.png?1416857331') no-repeat 0 0;
    width: 514px;
    height: 330px; }
  .leadership-team-section:after {
    content: '';
    position: absolute;
    top: 15%;
    right: -634px;
    background: url('/images/leadership-section-bg-right.png?1416857332') no-repeat 0 0;
    width: 566px;
    height: 330px; }

.leadership-bio-list {
  list-style: none;
  overflow: hidden;
  margin: 48px 0 52px; }
  @media only screen and (max-width: 767px) {
    .leadership-bio-list {
      display: none !important; } }

.leadership-bio {
  float: left;
  margin: 0 16px 40px 0;
  position: relative;
  margin-right: 47px; }
  .leadership-bio.omega {
    margin-right: 0; }
  .leadership-bio .content {
    display: none; }
  .leadership-bio .l-media_img {
    margin-right: 50px; }
  .leadership-bio .headshot {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    .leadership-bio .headshot img {
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-transition: -webkit-filter .6s ease;
      /* Fade to color for Chrome and Safari */
      -moz-transition: filter .6s ease;
      -ms-transition: filter .6s ease;
      -o-transition: filter .6s ease;
      transition: filter .6s ease;
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      body:not(:-moz-handler-blocked) .leadership-bio .headshot img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 10+ */ }
    .leadership-bio .headshot svg {
      border-radius: 50%; }
    .leadership-bio .headshot svg image {
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
    .leadership-bio .headshot svg image:hover {
      opacity: 0; }
  .leadership-bio.active .headshot,
  .leadership-bio .headshot:hover {
    cursor: pointer; }
    .leadership-bio.active .headshot img,
    .leadership-bio .headshot:hover img {
      filter: none;
      /* IE6-9 */
      -webkit-filter: grayscale(0%); }
      body:not(:-moz-handler-blocked) .leadership-bio.active .headshot img, body:not(:-moz-handler-blocked)
      .leadership-bio .headshot:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .leadership-bio.active .headshot svg image {
    opacity: 0; }
  .leadership-bio.active .headshot:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 20px;
    background: url('/images/leadership-headshot-hover-border.png?1416857331') no-repeat 0 0;
    width: 110px;
    height: 22px; }

.current-leadership-bio {
  text-align: left;
  width: 40.42553%;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .current-leadership-bio {
      float: left;
      margin-left: 0;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .current-leadership-bio {
      display: none !important; } }

.leadership-bio-name {
  color: #333;
  margin-bottom: 4px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
  border-bottom: none !important; }

.leadership-bio-title {
  margin-bottom: 10px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: normal;
  border-bottom: 1px solid #ccc; }

.leadership-tabs-wrapper {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .leadership-tabs-wrapper > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .leadership-tabs-wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .leadership-tabs-wrapper {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

/* =============================================================================
   Page component: Leadership tabs
   ========================================================================== */
.leadership-bio.l-media .l-media_img {
  max-width: 200px; }
@media only screen and (max-width: 767px) {
  .leadership-bio.l-media .l-media_img {
    max-width: 100px;
    margin-right: 25px; } }
@media only screen and (max-width: 489px) {
  .leadership-bio.l-media .l-media_img {
    max-width: 200px;
    margin-right: 0;
    margin-bottom: 1em;
    float: none; } }

/* =============================================================================
   Page component: Mast
   ========================================================================== */
.page-template-template-home-php .mast-wrapper {
  background: url('/images/home-mast-bg.png?1416857331') no-repeat 50% 100%;
  height: 444px; }
  .page-template-template-home-php .mast-wrapper .mast {
    height: 444px; }
    .page-template-template-home-php .mast-wrapper .mast:after {
      content: '';
      position: absolute;
      background: url('/images/home-mast-bg-tag.png?1416857333') no-repeat 50% 100%;
      width: 80px;
      height: 31px;
      left: 50%;
      margin-left: -40px;
      bottom: -31px; }
    .page-template-template-home-php .mast-wrapper .mast header {
      padding-top: 50px;
      padding-bottom: 0; }
  .page-template-template-home-php .mast-wrapper .fma-carousel {
    position: relative; }
    .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-slide {
      display: table;
      width: 100%;
      height: 100%;
      float: left;
      padding-left: 40px;
      padding-right: 40px; }
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-slide > div {
        display: table-cell;
        vertical-align: middle; }
      .no-js .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-slide {
        display: none; }
        .no-js .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-slide:first-child {
          display: block; }
    .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav {
      *zoom: 1;
      width: 100%;
      position: absolute;
      z-index: 1;
      top: 50%;
      margin-top: -28px; }
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav:before, .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav:after {
        content: "";
        display: table; }
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav:after {
        clear: both; }
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .prev,
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .next {
        float: left;
        display: inline-block;
        background-position: 0 -2003px;
        width: 38px;
        height: 56px; }
        .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .prev,
        .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .next {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .prev, .ie7
        .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .next {
          font-size: 1px;
          line-height: 1px; }
      .page-template-template-home-php .mast-wrapper .fma-carousel .fma-carousel-nav .next {
        float: right;
        background-position: 0 -1945px; }
    .page-template-template-home-php .mast-wrapper .fma-carousel .caroufredsel_wrapper {
      position: relative;
      z-index: 2; }
.mast-wrapper .mast {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .mast-wrapper .mast > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .mast-wrapper .mast {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .mast-wrapper .mast {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .mast-wrapper .mast header {
    padding-top: 75px; }
    .parent-pageid-832 .mast-wrapper .mast header {
      padding-top: 60px; }
.page-template-template-careers-php .mast-wrapper {
  background: url('/images/careers-bg.png?1416857331') no-repeat 50% 0; }
  .page-template-template-careers-php .mast-wrapper .mast header {
    padding-top: 40px; }
.page-template-template-news_and_events-php .mast-wrapper {
  background: url('/images/news-and-events-mast-bg.jpg?1416857331') no-repeat 35% -80px; }
.page-template-template-about-php .mast-wrapper {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmJmYmZiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(41%, #fbfbfb), color-stop(100%, #ebebeb));
  background: -webkit-linear-gradient(#ffffff 0%, #fbfbfb 41%, #ebebeb 100%);
  background: -moz-linear-gradient(#ffffff 0%, #fbfbfb 41%, #ebebeb 100%);
  background: -o-linear-gradient(#ffffff 0%, #fbfbfb 41%, #ebebeb 100%);
  -pie-background: linear-gradient(#ffffff 0%, #fbfbfb 41%, #ebebeb 100%);
  background: linear-gradient(#ffffff 0%, #fbfbfb 41%, #ebebeb 100%); }
  .page-template-template-about-php .mast-wrapper .mast {
    background-position: 50% 100%; }
    .page-template-template-about-php .mast-wrapper .mast .mast-content {
      color: #111;
      padding-bottom: 100px; }
.parent-pageid-870 .mast-wrapper header {
  padding-top: 0; }
.page-database-landscapes .mast-wrapper .mast, .page-real-time-analytics .mast-wrapper .mast, .page-rock-solid-cloud-database .mast-wrapper .mast, .page-features .mast-wrapper .mast {
  padding-top: 40px; }
.page-sql-scales .mast-wrapper .mast {
  background-position: 100% 100%;
  padding-top: 40px; }
.page-plans-and-pricing .mast-wrapper .mast {
  background-position: 120% -14px; }

.intro-content {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: normal; }
  .parent-pageid-832 .intro-content, .parent-pageid-870 .intro-content {
    text-align: left;
    width: 65.95745%;
    float: none;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      .parent-pageid-832 .intro-content, .parent-pageid-870 .intro-content {
        float: left;
        margin-left: 0;
        width: 100%; } }

.mast-content {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: normal; }
  .page-template-template-about-php .mast-content {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 65.95745%;
    text-align: center;
    position: relative;
    /*
        &:before {
          content: '';
          position: absolute;
          top: -5px;
          left: -20px - image-width('brace-left.png');
          background: image-url('brace-left.png') no-repeat 0 0;
          width: image-width('brace-left.png');
          height: image-height('brace-left.png');
        }
        &:after {
          content: '';
          position: absolute;
          top: -5px;
          right: -20px - image-width('brace-right.png');
          background: image-url('brace-right.png') no-repeat 0 0;
          width: image-width('brace-right.png');
          height: image-height('brace-right.png');
        }
    */ }
    @media only screen and (max-width: 767px) {
      .page-template-template-about-php .mast-content {
        float: left;
        margin-left: 0;
        width: 100%; } }

/* =============================================================================
   Page component: Ordered Content
   ========================================================================== */
.ordered-content-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 50px; }
  .ordered-content-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .ordered-content-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .ordered-content-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.ordered-content-item {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  display: table; }
  .ordered-content-item > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .ordered-content-item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .ordered-content-item {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.ordered-content-item-body {
  display: table-cell;
  vertical-align: middle; }

.ordered-content-item-image {
  width: 48.93617%;
  text-align: right;
  display: table-cell;
  vertical-align: middle; }
  .ordered-content-item-image:first-child {
    text-align: left; }
  @media only screen and (max-width: 767px) {
    .ordered-content-item-image {
      padding: 20px; } }
  @media only screen and (max-width: 699px) {
    .ordered-content-item-image {
      width: 31.91489%; } }
  @media only screen and (max-width: 599px) {
    .ordered-content-item-image {
      display: none; } }

.h-ordered-content-item-heading {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 29px;
  font-size: 1.125rem;
  line-height: 1.8125rem; }

.ordered-content-numerator {
  color: #fff;
  background: #f79721;
  display: block;
  float: left;
  width: 29px;
  height: 29px;
  text-align: center;
  margin-right: 14px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 29px;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

/* =============================================================================
   Page component: Resource List
   ========================================================================== */
.resource-item-list {
  margin: 0;
  list-style: none; }

.resource-item {
  margin: 20px 0;
  background: #fff;
  padding: 20px;
  position: relative; }
  .resource-item .l-media_img {
    border: 1px solid #eee; }

.resource-item-body {
  padding-bottom: 42px; }
  .resource-item-body .resource-item-title {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold; }
    .resource-item-body .resource-item-title > a {
      text-decoration: none; }

.resource-item-cta {
  position: absolute;
  bottom: 20px;
  right: 20px; }

.l-media_video_thumb_link {
  display: block;
  position: relative;
  float: left;
  margin-right: 25px; }
  .l-media_video_thumb_link > img {
    border: 1px solid #ddd; }
  .l-media_video_thumb_link:after {
    content: '';
    display: block;
    position: absolute;
    width: 62px;
    height: 62px;
    background: url('/images/video-play-overlay.png?1416857331') no-repeat 0 0;
    top: 50%;
    margin-top: -31px;
    left: 50%;
    margin-left: -31px; }

/* =============================================================================
   Page component: Tabbed Content
   ========================================================================== */
.tabbed-content-section .tab-content {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .tabbed-content-section .tab-content > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .tabbed-content-section .tab-content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .tabbed-content-section .tab-content {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

/* =============================================================================
   Partners
   ========================================================================== */
.partners-list-section-wrapper {
  background: #eee;
  padding-bottom: 60px; }

.partners-list-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .partners-list-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .partners-list-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .partners-list-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.partner-item-list {
  margin: 0;
  list-style: none; }

.partner-item {
  background: #fff;
  margin: 20px 0;
  position: relative; }
  .partner-item .l-media {
    padding: 20px;
    position: relative; }
  .partner-item .l-media_body {
    padding-bottom: 20px; }
  .partner-item .l-media_img {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 25px 0 0;
    padding: 0;
    display: table; }
    .partner-item .l-media_img .l-media_img_cell {
      display: table-cell;
      vertical-align: middle; }

.partner-item-cta {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal; }

.partner-quote {
  display: block;
  background: #fd9903;
  color: #fff;
  padding: 20px 20px 20px 195px;
  position: relative; }
  .partner-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 130px;
    width: 1px;
    height: 1px;
    border: 15px solid #fff;
    border-color: #fff #fff transparent transparent; }

.partner-resource-links {
  position: absolute;
  bottom: 20px;
  left: 195px; }
  .partner-resource-links > a {
    padding-right: 12px;
    border-right: 1px solid #ddd;
    margin-left: 12px;
    font-size: 120%; }
    .partner-resource-links > a:first-child {
      margin-left: 0; }
    .partner-resource-links > a:last-child {
      border-right: none;
      padding-right: 0; }

.partner-item-list.featured-partners .partner-list {
  width: 23.40426%;
  height: 192px;
  margin-top: 0;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .partner-item-list.featured-partners .partner-list {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .partner-item-list.featured-partners .partner-list:nth-child(4n+1) {
    margin-left: 0; }
  .partner-item-list.featured-partners .partner-list .l-media_img {
    width: 100%;
    height: 152px; }
  .partner-item-list.featured-partners .partner-list .l-media_body,
  .partner-item-list.featured-partners .partner-list .partner-resource-links {
    display: none; }

/* =============================================================================
   Press releases
   ========================================================================== */
.press-release-list-block {
  margin-bottom: 40px; }

.press-release-list {
  list-style: none;
  margin: 0; }

.press-release-item {
  border-bottom: 1px solid #ddd; }
  .press-release-item:last-child {
    border-bottom: none; }
  .press-release-item .press-release-date {
    color: #fd9903;
    text-transform: uppercase;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    font-weight: bold; }
  .press-release-item .press-release-title {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: bold;
    border: none; }
    .press-release-item .press-release-title > a {
      text-decoration: none; }
  .press-release-item .press-release-simple {
    border: none;
    margin-bottom: 20px; }
    .press-release-item .press-release-simple .press-release-date {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 11px;
      line-height: 20px;
      font-size: 0.6875rem;
      line-height: 1.25rem;
      font-weight: normal; }
    .press-release-item .press-release-simple .press-release-title {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 20px;
      font-size: 0.8125rem;
      line-height: 1.25rem;
      font-weight: normal; }

.pr-header {
  overflow: hidden; }

.press_release .entry-content {
  margin-top: 10px; }

.press-release-date,
.press-release-location {
  font-weight: bold; }

.press-release-footer-wrapper {
  padding: 65px 0 55px;
  background-color: #eee; }

.press-release-footer {
  display: table; }

.press-release-footer-column {
  background-color: #fff;
  padding: 45px 40px;
  float: none;
  display: table-cell;
  position: relative;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: normal; }
  .press-release-footer-column:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    width: 1px; }
  .press-release-footer-column .social-media-item {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: bold;
    padding-left: 46px;
    margin-bottom: 20px; }
    .press-release-footer-column .social-media-item > a {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal; }
    .press-release-footer-column .social-media-item.blog {
      background-position: 0 -379px; }
    .press-release-footer-column .social-media-item.facebook {
      background-position: 0 -2301px; }
    .press-release-footer-column .social-media-item.info {
      background-position: 0 -470px; }
    .press-release-footer-column .social-media-item.linkedin {
      background-position: 0 -2101px; }
    .press-release-footer-column .social-media-item.twitter {
      background-position: 0 -1509px; }

.press-release-footer-column-title {
  margin-bottom: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal; }

/* =============================================================================
   Ribbons

   @see http://css-tricks.com/snippets/css/ribbon/
   ========================================================================== */
/**
 * This class can be used to wrap a ribbon when said ribbon's immediate parent
 * has a background as that background will cover the ribbon's pseudo elements
 * that have a negative z-index property.
 */
.non-semantic-protector {
  position: relative;
  z-index: 1; }

.ribbon {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #252525;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  margin: 10px auto 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal;
  -webkit-box-shadow: -16px 0 20px -14px black, 16px 0 20px -14px black;
  -moz-box-shadow: -16px 0 20px -14px black, 16px 0 20px -14px black;
  box-shadow: -16px 0 20px -14px black, 16px 0 20px -14px black; }
  .ribbon > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .ribbon {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .ribbon {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .ribbon em,
  .ribbon strong {
    color: #f79721;
    font-style: normal; }
  .ribbon > p {
    margin-bottom: 0.5em; }
    .ribbon > p:last-child {
      margin-bottom: 0; }
  .ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -30px;
    border: 30px solid #363636;
    z-index: -1; }
  .ribbon:before {
    left: -45px;
    border-right-width: 30px;
    border-left-color: transparent; }
  .ribbon:after {
    right: -45px;
    border-left-width: 30px;
    border-right-color: transparent; }
  .ribbon .ribbon-content {
    color: #fff; }
    .ribbon .ribbon-content dl {
      margin: 1em 0 0; }
    .ribbon .ribbon-content dt {
      display: inline;
      color: #959595;
      font-weight: normal;
      margin: 0; }
    .ribbon .ribbon-content dd {
      display: inline;
      margin: 0 0.5em 0 0.25em; }
  .ribbon .h-ribbon-heading {
    color: #fff;
    text-align: center;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
    .ribbon .h-ribbon-heading em, .ribbon .h-ribbon-heading strong {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 30px;
      line-height: 36px;
      font-size: 1.875rem;
      line-height: 2.25rem;
      font-weight: normal; }
    .ribbon .h-ribbon-heading strong {
      color: #fd9903; }

/* =============================================================================
   Tables
   ========================================================================== */
table.clustrix-table {
  margin: 20px auto; }
  table.clustrix-table thead th {
    color: #fff;
    background: #00b4f3;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 20px; }
    table.clustrix-table thead th:first-child {
      border-left: 3px solid #00b4f3; }
    table.clustrix-table thead th:last-child {
      border-right: 3px solid #00b4f3; }
  table.clustrix-table tbody th, table.clustrix-table tbody td {
    padding: 4px 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ddd; }
    table.clustrix-table tbody th:first-child, table.clustrix-table tbody td:first-child {
      border-left: 3px solid #00b4f3; }
    table.clustrix-table tbody th:last-child, table.clustrix-table tbody td:last-child {
      border-right: 3px solid #00b4f3; }
  table.clustrix-table tbody th {
    text-align: left;
    vertical-align: top; }
    table.clustrix-table tbody th:only-child {
      text-align: center;
      background: #ddd;
      vertical-align: middle; }
  table.clustrix-table tbody td {
    text-align: center;
    vertical-align: middle; }
  table.clustrix-table tbody tr:last-child td, table.clustrix-table tbody tr:last-child th {
    border-top: none;
    border-bottom: 3px solid #00b4f3; }

table.support-features thead tr th:first-child {
  background: none;
  border: none; }
table.support-features tbody tr td {
  padding: 8px 12px; }
table.support-features tbody tr th:first-child {
  background: none;
  border: none;
  border-right: 3px solid #00b4f3;
  width: 23.40426%;
  padding: 0; }
  table.support-features tbody tr th:first-child > div {
    position: relative;
    padding: 4px 20px 4px 0;
    text-align: right;
        /*& > span {
          top: 16px;
          padding-right: 12px;
          margin: 0;
          display: inline-block;
          position: relative;
          background: #fff;

          &:before {
            content: '';
            //position: absolute;
            display: inline-block;
            width: 1px;
            height: 1px;
            border: 6px solid #252525;
            border-color: transparent transparent transparent #252525;
          }
        }

        &:after {
          content: '';
          display: block;
          background: #363636;
          width: 13px;
          height: 13px;
          position: absolute;
          top: 50%;
          margin-top: 10px;
          right: -7px;
          @include border-radius(50%);
        }*/ }
    table.support-features tbody tr th:first-child > div:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 1px;
      height: 1px;
      border: 6px solid #252525;
      border-color: transparent transparent transparent #252525;
      top: 11px;
      right: 0; }
table.support-features tbody tr th:only-child {
  background: #f79721;
  color: #fff;
  border: none;
  text-transform: uppercase;
  text-align: left;
  padding: 8px 16px;
  border-right: 3px solid #00b4f3; }
table.support-features tbody tr:nth-child(2n+1) td {
  background: #f5f5f5; }
table.support-features tbody tr:nth-child(2n+2) td {
  background: #fefefe; }
table.support-features tbody tr td:nth-child(2) {
  width: 37.23404%; }

/* =============================================================================
   Tabs
   ========================================================================== */
.page-template-template-customers-php .tabs-wrapper,
.page-template-template-resources-php .tabs-wrapper {
  background: url('/images/striped-bg.png?1416857331') 0 0; }
.page-template-template-customers-php .tabs,
.page-template-template-resources-php .tabs {
  position: relative;
  behavior: url("/images/PIE.htc");
  position: relative;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iNjBweCIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iInRyYW5zcGFyZW50IiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(60px, #eeeeee), color-stop(100%, transparent));
  background: -webkit-linear-gradient(#eeeeee, #eeeeee 60px, transparent);
  background: -moz-linear-gradient(#eeeeee, #eeeeee 60px, transparent);
  background: -o-linear-gradient(#eeeeee, #eeeeee 60px, transparent);
  -pie-background: linear-gradient(#eeeeee, #eeeeee 60px, transparent);
  background: linear-gradient(#eeeeee, #eeeeee 60px, transparent);
  padding-bottom: 60px; }
.page-template-template-customers-php .tabs-banner ul.tab-nav,
.page-template-template-resources-php .tabs-banner ul.tab-nav {
  width: auto; }

.tab-nav-container {
  margin-bottom: 20px;
  text-align: center; }

select.tab-nav {
  display: none; }

ul.tab-nav {
  display: table;
  width: 100%; }

.tab-nav-item {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #fff; }
  .tab-nav-item.last {
    border-right: 0; }

.tab-nav-item-link {
  display: block;
  background: #00b4f3;
  color: #fff;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 13.2px;
  font-size: 0.6875rem;
  line-height: 0.825rem;
  font-weight: bold;
  padding: 8px 0;
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }
  .tab-nav-item-link:hover {
    color: #00688d; }
  .ui-state-active > .tab-nav-item-link {
    background: #111; }
    .ui-state-active > .tab-nav-item-link:hover {
      color: #008ec0; }
    .ui-state-active > .tab-nav-item-link:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 100%;
      border-top: 5px solid #111;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      margin-left: -7px; }

.tabs-banner .tab-nav-container {
  position: relative;
  behavior: url("/images/PIE.htc");
  position: relative;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmMWYxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #1f1f1f));
  background: -webkit-linear-gradient(#525252, #1f1f1f);
  background: -moz-linear-gradient(#525252, #1f1f1f);
  background: -o-linear-gradient(#525252, #1f1f1f);
  -pie-background: linear-gradient(#525252, #1f1f1f);
  background: linear-gradient(#525252, #1f1f1f);
  margin-bottom: 0; }
.tabs-banner ul.tab-nav {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .tabs-banner ul.tab-nav > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .tabs-banner ul.tab-nav {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .tabs-banner ul.tab-nav {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.tabs-banner .tab-nav-item {
  display: table-cell;
  text-align: center;
  border-right: none;
  vertical-align: middle; }
.tabs-banner .tab-nav-item-link {
  display: block;
  width: 100%;
  background: none;
  color: #fff;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: normal;
  padding: 18px 32px;
  position: relative;
  text-transform: none;
  text-decoration: none;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }
  .tabs-banner .tab-nav-item-link:hover {
    color: #008ec0; }
.tabs-banner .ui-state-active > .tab-nav-item-link {
  background: #00b4f3; }
  .tabs-banner .ui-state-active > .tab-nav-item-link:hover {
    color: #fff; }
  .tabs-banner .ui-state-active > .tab-nav-item-link:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 7px;
    top: -7px;
    left: 0;
    right: 0;
    background: #00b4f3;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px; }
  .tabs-banner .ui-state-active > .tab-nav-item-link:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
    border: 9px solid #00b4f3;
    border-color: #00b4f3 transparent transparent transparent; }
.tabs-banner .tab-content {
  padding-top: 40px; }

/* =============================================================================
   Widgets
   ========================================================================== */
.widgettitle,
h2.widgettitle {
  border-bottom: 1px solid #ccc;
  margin: 0 0 12px;
  text-align: left;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold; }

.widget {
  margin-bottom: 20px; }

/* =============================================================================
   Widget: Press contacts
   ========================================================================== */
.widget .press-contact-name,
.widget .press-contact-phone,
.widget .press-contact-email {
  display: block; }

/* =============================================================================
   Plans and Pricing table

   For all of the :before and :after pseudo elements to work croo-browser, the
   cell contents must be wrapped in a relatively positioned <div>.

   (It works without the <div> wrappers in Chrome and IE10, but not in FF)
   ========================================================================== */
.column-gradient {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZjdmZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5f7fe));
  background: -webkit-linear-gradient(#ffffff, #e5f7fe);
  background: -moz-linear-gradient(#ffffff, #e5f7fe);
  background: -o-linear-gradient(#ffffff, #e5f7fe);
  -pie-background: linear-gradient(#ffffff, #e5f7fe);
  background: linear-gradient(#ffffff, #e5f7fe); }

table.plans-and-pricing.hardware {
  margin-top: 40px; }

table.plans-and-pricing {
  width: 100%;
  margin: 0 0 50px;
  position: relative;
  z-index: 2; }
  table.plans-and-pricing:after {
    content: '';
    position: absolute;
    background: url('/images/plans-and-pricing-table-shadow.png?1416857331') no-repeat 50% 0;
    width: 970px;
    height: 46px; }
  table.plans-and-pricing thead th {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjRmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOThjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b4f3), color-stop(100%, #0098ce));
    background: -webkit-linear-gradient(#00b4f3, #0098ce);
    background: -moz-linear-gradient(#00b4f3, #0098ce);
    background: -o-linear-gradient(#00b4f3, #0098ce);
    -pie-background: linear-gradient(#00b4f3, #0098ce);
    background: linear-gradient(#00b4f3, #0098ce);
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
    border-left: 3px solid #00b4f3;
    border-right: 3px solid #00b4f3; }
    table.plans-and-pricing thead th > div {
      position: relative;
      padding: 20px; }
      table.plans-and-pricing thead th > div:after {
        content: '';
        position: absolute;
        display: block;
        bottom: -12px;
        left: 50%;
        margin-left: -3px;
        width: 0;
        height: 0;
        border: 6px solid #0099ce;
        border-color: #0099ce transparent transparent transparent; }
    table.plans-and-pricing thead th .button {
      width: auto;
      height: auto;
      padding: 0 20px;
      margin: 20px 0 0;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 15px;
      line-height: 37px;
      font-size: 0.9375rem;
      line-height: 2.3125rem;
      font-weight: bold; }
      table.plans-and-pricing thead th .button:hover {
        background-color: #fd9903;
        -webkit-box-shadow: 0 0 30px 5px white;
        -moz-box-shadow: 0 0 30px 5px white;
        box-shadow: 0 0 30px 5px white; }
  table.plans-and-pricing tbody td, table.plans-and-pricing tbody th {
    padding: 0;
    border-top: none;
    border-bottom: 2px solid #ebebeb;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 25px;
    font-size: 0.8125rem;
    line-height: 1.5625rem;
    font-weight: normal; }
    table.plans-and-pricing tbody td > div, table.plans-and-pricing tbody th > div {
      position: relative;
      padding: 20px 32px; }
  table.plans-and-pricing tbody th {
    text-align: right;
    font-weight: normal;
    color: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWFlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjRmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #00aae4), color-stop(100%, #00b4f2));
    background: -webkit-linear-gradient(left, #00aae4, #00b4f2);
    background: -moz-linear-gradient(left, #00aae4, #00b4f2);
    background: -o-linear-gradient(left, #00aae4, #00b4f2);
    -pie-background: linear-gradient(left, #00aae4, #00b4f2);
    background: linear-gradient(left, #00aae4, #00b4f2);
    border-right: 3px solid #00b4f3;
    border-bottom: 2px solid #4cc3ec; }
  table.plans-and-pricing tbody th:only-child {
    background: #fff;
    color: #00b4f3;
    font-weight: bold;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-weight: normal;
    border-bottom: none;
    padding: 32px 32px 0; }
  table.plans-and-pricing tbody td {
    background: #fff;
    border-left: 3px solid #00b4f3;
    border-right: 3px solid #00b4f3;
    color: #111;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: normal; }
    table.plans-and-pricing tbody td > div {
      padding: 16px 32px; }
  table.plans-and-pricing tbody tr:nth-child(4n+1) td,
  table.plans-and-pricing tbody tr:nth-child(4n+1) th:only-child,
  table.plans-and-pricing tbody tr:nth-child(4n+2) td,
  table.plans-and-pricing tbody tr:nth-child(4n+2) th:only-child {
    background: #effbff; }
  table.plans-and-pricing tbody tr:first-child td, table.plans-and-pricing tbody tr:first-child th {
    border-top: none; }
  table.plans-and-pricing tbody tr:last-child th {
    border-bottom: 3px solid #00b4f3; }
  table.plans-and-pricing tbody tr:last-child td {
    border-bottom: 3px solid #00b4f3; }
    table.plans-and-pricing tbody tr:last-child td > div {
      position: relative;
      padding: 0; }
  table.plans-and-pricing tfoot {
    padding-top: 40px;
    color: #959595;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-size: 0.75rem;
    line-height: 1.5625rem;
    font-weight: normal; }
    table.plans-and-pricing tfoot td {
      padding: 20px 0; }
    table.plans-and-pricing tfoot tr.hardware td {
      color: #666;
      background-color: #ebebeb;
      padding: 24px 16px;
      border-right: 1px solid #f5f5f5; }
      table.plans-and-pricing tfoot tr.hardware td:last-child {
        border-right: none; }
      table.plans-and-pricing tfoot tr.hardware td .hardware-symbol {
        display: block;
        float: left;
        position: relative;
        background: url('/images/hardware-symbol.png?1416857331') no-repeat 0 0;
        width: 123px;
        height: 133px; }
        table.plans-and-pricing tfoot tr.hardware td .hardware-symbol .model {
          position: absolute;
          width: 60px;
          top: 23px;
          left: 30px;
          color: #00b4f3;
          text-align: center;
          font-family: "Montserrat", arial, helvetica, sans-serif;
          font-size: 14px;
          line-height: 16.8px;
          font-size: 0.875rem;
          line-height: 1.05rem;
          font-weight: normal; }
        table.plans-and-pricing tfoot tr.hardware td .hardware-symbol .tier {
          display: block;
          color: #fff;
          font-family: "Montserrat", arial, helvetica, sans-serif;
          font-size: 24px;
          line-height: 28.8px;
          font-size: 1.5rem;
          line-height: 1.8rem;
          font-weight: normal; }

.page-real-time-analytics .intro-content,
.page-rock-solid-cloud-database .intro-content {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .page-real-time-analytics .intro-content,
    .page-rock-solid-cloud-database .intro-content {
      float: left;
      margin-left: 0;
      width: 100%; } }
.page-real-time-analytics .banded-section-wrapper .content img.alignleft,
.page-rock-solid-cloud-database .banded-section-wrapper .content img.alignleft {
  margin-right: 60px; }
.page-real-time-analytics .banded-section-wrapper + .banded-section-wrapper .banded-section,
.page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section {
  background: url('/images/real-time-analytics-monetize-bg.png?1416857331') no-repeat 50% 60px; }
  .page-real-time-analytics .banded-section-wrapper + .banded-section-wrapper .banded-section .content,
  .page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section .content {
    padding-top: 250px; }
    .page-real-time-analytics .banded-section-wrapper + .banded-section-wrapper .banded-section .content .ribbon,
    .page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section .content .ribbon {
      margin-bottom: 140px; }
    .page-real-time-analytics .banded-section-wrapper + .banded-section-wrapper .banded-section .content .columnizer-first,
    .page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section .content .columnizer-first {
      padding-right: 40px; }
    .page-real-time-analytics .banded-section-wrapper + .banded-section-wrapper .banded-section .content .columnizer-last,
    .page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section .content .columnizer-last {
      padding-left: 30px; }
.page-real-time-analytics .content-component-wrapper .content img.top-margin,
.page-rock-solid-cloud-database .content-component-wrapper .content img.top-margin {
  margin-top: 70px; }
.page-real-time-analytics .content-component-wrapper .content img.bottom-margin,
.page-rock-solid-cloud-database .content-component-wrapper .content img.bottom-margin {
  margin-bottom: 70px; }
.page-real-time-analytics .content-component-wrapper.call-out-box .content-component,
.page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component {
  background: #252525 url('/images/call-out-box-bg.png?1416857330') no-repeat 90% 100%;
  color: #fff;
  padding-top: 0;
  padding: 28px 60px;
  position: relative;
  margin-bottom: 70px; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component:before, .page-real-time-analytics .content-component-wrapper.call-out-box .content-component:after,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component:before,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component:after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: #252525;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component:before,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component:before {
    left: -6px; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component:after,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component:after {
    right: -6px; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .h-section-heading,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .h-section-heading {
    color: #fd9903;
    margin-bottom: 12px;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .content > p,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .content > p {
    margin-bottom: 0; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .content:before, .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .content:after,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .content:before,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .content:after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 13px;
    background: #252525;
    bottom: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .content:before,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .content:before {
    left: -6px; }
  .page-real-time-analytics .content-component-wrapper.call-out-box .content-component .content:after,
  .page-rock-solid-cloud-database .content-component-wrapper.call-out-box .content-component .content:after {
    right: -6px; }
.page-real-time-analytics .content-component-wrapper + .content-component-wrapper .content-component,
.page-rock-solid-cloud-database .content-component-wrapper + .content-component-wrapper .content-component {
  padding-top: 0; }

.page-real-time-analytics .ordered-content-section .ordered-content-item {
  width: 48.93617%;
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    .page-real-time-analytics .ordered-content-section .ordered-content-item {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .page-real-time-analytics .ordered-content-section .ordered-content-item:first-child {
    margin-left: 0;
    padding-right: 32px; }
  .page-real-time-analytics .ordered-content-section .ordered-content-item .content > p > img {
    margin-top: 30px;
    margin-bottom: 60px; }
  .page-real-time-analytics .ordered-content-section .ordered-content-item:last-child .content > p > img {
    margin-bottom: 48px; }
.page-real-time-analytics .ordered-content-section div.hr.barbell {
  display: none; }

.page-rock-solid-cloud-database .banded-section-wrapper + .banded-section-wrapper .banded-section {
  background: url('/images/planet.png?1416857332') no-repeat 50% 60px; }

.alt-theme #main {
  background: url('/images/free-trial-banner2-bg.jpg?1416857331') no-repeat 50% 0; }
.alt-theme .entry-header {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 48px; }
  .alt-theme .entry-header > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .alt-theme .entry-header {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .alt-theme .entry-header {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.alt-theme .entry-title {
  text-align: left;
  color: #252525;
  position: relative;
  font-size: 42px;
  line-height: 52px;
  font-size: 2.625rem;
  line-height: 3.25rem;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36); }
.alt-theme .download-box {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  margin-bottom: 60px; }
  .alt-theme .download-box > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .alt-theme .download-box {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .alt-theme .download-box {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .alt-theme .download-box .h-main-heading, .alt-theme .download-box .page-support .content-column-title, .page-support .alt-theme .download-box .content-column-title,
  .alt-theme .download-box .page-support .h-section-heading,
  .page-support .alt-theme .download-box .h-section-heading {
    text-align: center;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 36px;
    line-height: 43.2px;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: bold;
    margin-bottom: 20px; }
  .alt-theme .download-box .h-sub-heading {
    color: #111;
    text-align: center;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal; }
  .alt-theme .download-box .h-step-heading {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-size: 1.1875rem;
    line-height: 1.5625rem;
    font-weight: normal;
    background: #f79420;
    padding: 0.75em;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px; }
    .alt-theme .download-box .h-step-heading .ordered-content-numerator {
      display: none;
      margin-right: 24px;
      z-index: 2;
      position: relative; }
  .alt-theme .download-box .steps {
    width: auto;
    min-width: 0px;
    max-width: none; }
    .alt-theme .download-box .steps > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .alt-theme .download-box .steps {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .alt-theme .download-box .steps {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .alt-theme .download-box .step {
    width: 31.91489%;
    color: #fff;
    background: #000;
    border: 3px solid #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 767px) {
      .alt-theme .download-box .step {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .alt-theme .download-box .step:first-child {
      width: 31.91489%; }
      @media only screen and (max-width: 767px) {
        .alt-theme .download-box .step:first-child {
          float: left;
          width: 100%; } }
  .alt-theme .download-box .step-content {
    padding: 1em 2em;
    position: relative; }
    .alt-theme .download-box .step-content p {
      margin: 2em 0 1em; }
      .alt-theme .download-box .step-content p:first-of-type {
        margin-top: 0; }
    .alt-theme .download-box .step-content h4 {
      color: #f79721;
      text-transform: uppercase;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem;
      font-weight: normal;
      margin: 2em 0 1em; }
      .alt-theme .download-box .step-content h4:first-of-type {
        margin-top: 0; }
    .alt-theme .download-box .step-content ul.arrow-bullets {
      margin-left: 0; }
      .alt-theme .download-box .step-content ul.arrow-bullets li {
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        line-height: 25px;
        font-size: 0.875rem;
        line-height: 1.5625rem;
        text-indent: -20px;
        padding-left: 20px; }
        .alt-theme .download-box .step-content ul.arrow-bullets li:before {
          border-left-color: #f79721;
          padding-right: 6px; }
    .alt-theme .download-box .step-content .button {
      width: 100%;
      margin: 0.5em 0 2em; }
    .alt-theme .download-box .step-content .button-orange, .alt-theme .download-box .step-content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .alt-theme .download-box .step-content a:nth-child(2n+1) {
      background: #f79721;
      -webkit-transition: background 0.6s ease;
      -moz-transition: background 0.6s ease;
      -o-transition: background 0.6s ease;
      transition: background 0.6s ease; }
      .alt-theme .download-box .step-content .button-orange:hover, .alt-theme .download-box .step-content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .alt-theme .download-box .step-content a:hover:nth-child(2n+1) {
        background: #f68b09; }
    .alt-theme .download-box .step-content .button-separator {
      display: block;
      margin: 1em 0;
      position: relative;
      text-align: center; }
      .alt-theme .download-box .step-content .button-separator:before, .alt-theme .download-box .step-content .button-separator:after {
        content: '';
        background: #808080;
        height: 1px;
        width: 40%;
        position: absolute;
        z-index: 1;
        top: 50%; }
      .alt-theme .download-box .step-content .button-separator:before {
        left: 5%; }
      .alt-theme .download-box .step-content .button-separator:after {
        left: 55%; }
      .alt-theme .download-box .step-content .button-separator > span {
        display: inline-block;
        padding: 0 0.5em;
        position: relative;
        z-index: 2; }
    .alt-theme .download-box .step-content .curl-link {
      display: block;
      position: relative;
      margin-top: 2em; }
      .alt-theme .download-box .step-content .curl-link code {
        display: block;
        color: #008ec0;
        font-size: 14px;
        line-height: 16.8px;
        font-size: 0.875rem;
        line-height: 1.05rem;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word; }
        @media only screen and (max-width: 959px) {
          .alt-theme .download-box .step-content .curl-link code br {
            display: none; } }
  @media only screen and (min-width: 960px) {
    .alt-theme .download-box .h-step-heading {
      background: transparent;
      border: none; }
    .alt-theme .download-box .steps {
      background: url('/images/download-steps-bg.png?1416857333') no-repeat 0 0; }
    .alt-theme .download-box .step {
      background: transparent;
      border: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }
.alt-theme .h-column-heading {
  margin-bottom: 20px; }
.alt-theme .content-column {
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem; }
.alt-theme .footnotes-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  border-top: 1px solid #363636;
  position: relative;
  padding-top: 50px;
  margin-top: 50px; }
  .alt-theme .footnotes-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .alt-theme .footnotes-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .alt-theme .footnotes-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .alt-theme .footnotes-section:before, .alt-theme .footnotes-section:after {
    content: '';
    position: absolute;
    top: -6px;
    width: 13px;
    height: 13px;
    background: #363636;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .alt-theme .footnotes-section:before {
    left: 0; }
  .alt-theme .footnotes-section:after {
    right: 0; }

.page-template-template-careers-php .mast header,
.page-template-template-news_and_events-php .mast header {
  padding-bottom: 60px; }
  .page-template-template-careers-php .page-template-template-careers-php .mast header, .page-template-template-careers-php
  .page-template-template-news_and_events-php .mast header {
    padding-bottom: 40px; }
.page-template-template-careers-php article.page.hentry,
.page-template-template-news_and_events-php article.page.hentry {
  background: #eee;
  padding: 25px 0 60px; }
.page-template-template-careers-php .widget_clustrix2013-upcoming-events-widget,
.page-template-template-news_and_events-php .widget_clustrix2013-upcoming-events-widget {
  position: relative; }
.page-template-template-careers-php .content-component-wrapper,
.page-template-template-careers-php .news-article-list-block,
.page-template-template-careers-php .press-release-list-block,
.page-template-template-news_and_events-php .content-component-wrapper,
.page-template-template-news_and_events-php .news-article-list-block,
.page-template-template-news_and_events-php .press-release-list-block {
  background: #fff;
  margin-left: 0;
  padding: 40px;
  position: relative; }
  .page-template-template-careers-php .content-component-wrapper + .content-component-wrapper,
  .page-template-template-careers-php .news-article-list-block + .content-component-wrapper,
  .page-template-template-careers-php .press-release-list-block + .content-component-wrapper,
  .page-template-template-news_and_events-php .content-component-wrapper + .content-component-wrapper,
  .page-template-template-news_and_events-php .news-article-list-block + .content-component-wrapper,
  .page-template-template-news_and_events-php .press-release-list-block + .content-component-wrapper {
    padding-top: 0; }
  .page-template-template-careers-php .content-component-wrapper .content-component,
  .page-template-template-careers-php .news-article-list-block .content-component,
  .page-template-template-careers-php .press-release-list-block .content-component,
  .page-template-template-news_and_events-php .content-component-wrapper .content-component,
  .page-template-template-news_and_events-php .news-article-list-block .content-component,
  .page-template-template-news_and_events-php .press-release-list-block .content-component {
    padding: 0; }
    .page-template-template-careers-php .content-component-wrapper .content-component .content,
    .page-template-template-careers-php .news-article-list-block .content-component .content,
    .page-template-template-careers-php .press-release-list-block .content-component .content,
    .page-template-template-news_and_events-php .content-component-wrapper .content-component .content,
    .page-template-template-news_and_events-php .news-article-list-block .content-component .content,
    .page-template-template-news_and_events-php .press-release-list-block .content-component .content {
      padding-top: 20px; }
      .page-template-template-careers-php .content-component-wrapper .content-component .content h4,
      .page-template-template-careers-php .news-article-list-block .content-component .content h4,
      .page-template-template-careers-php .press-release-list-block .content-component .content h4,
      .page-template-template-news_and_events-php .content-component-wrapper .content-component .content h4,
      .page-template-template-news_and_events-php .news-article-list-block .content-component .content h4,
      .page-template-template-news_and_events-php .press-release-list-block .content-component .content h4 {
        font-size: 16px;
        line-height: 19.2px;
        font-size: 1rem;
        line-height: 1.2rem; }
.page-template-template-careers-php .event-title,
.page-template-template-careers-php .news-article-title,
.page-template-template-careers-php .press-release-title,
.page-template-template-news_and_events-php .event-title,
.page-template-template-news_and_events-php .news-article-title,
.page-template-template-news_and_events-php .press-release-title {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: bold;
  margin-bottom: 8px; }
  .page-template-template-careers-php .event-title > a,
  .page-template-template-careers-php .news-article-title > a,
  .page-template-template-careers-php .press-release-title > a,
  .page-template-template-news_and_events-php .event-title > a,
  .page-template-template-news_and_events-php .news-article-title > a,
  .page-template-template-news_and_events-php .press-release-title > a {
    text-decoration: none; }
.page-template-template-careers-php .event-title,
.page-template-template-news_and_events-php .event-title {
  margin-bottom: 0; }
.page-template-template-careers-php .event-item,
.page-template-template-careers-php .news-article-item,
.page-template-template-careers-php .press-release-item,
.page-template-template-news_and_events-php .event-item,
.page-template-template-news_and_events-php .news-article-item,
.page-template-template-news_and_events-php .press-release-item {
  margin-top: 20px;
  margin-bottom: 0;
  border: none; }
.page-template-template-careers-php .event-date,
.page-template-template-careers-php .news-article-date,
.page-template-template-careers-php .press-release-date,
.page-template-template-news_and_events-php .event-date,
.page-template-template-news_and_events-php .news-article-date,
.page-template-template-news_and_events-php .press-release-date {
  color: #fd9903;
  text-transform: none;
  font-size: 13px;
  line-height: 15.6px;
  font-size: 0.8125rem;
  line-height: 0.975rem; }
.page-template-template-careers-php .more-container,
.page-template-template-news_and_events-php .more-container {
  position: absolute;
  bottom: 0;
  right: 0; }
  .page-template-template-careers-php .more-container > a,
  .page-template-template-news_and_events-php .more-container > a {
    display: block;
    text-decoration: none;
    background: url('/images/more-corner.png?1416857331') no-repeat 100% 100%;
    min-height: 48px;
    font-size: 13px;
    line-height: 48px;
    font-size: 0.8125rem;
    line-height: 3rem;
    padding-right: 48px; }
    .page-template-template-careers-php .more-container > a:hover,
    .page-template-template-news_and_events-php .more-container > a:hover {
      background: url('/images/more-corner-hover.png?1416857331') no-repeat 100% 100%; }
.page-template-template-careers-php .h-section-heading,
.page-template-template-careers-php .widgettitle,
.page-template-template-news_and_events-php .h-section-heading,
.page-template-template-news_and_events-php .widgettitle {
  padding-bottom: 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  position: relative;
  color: #252525;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 22.8px;
  font-size: 1.1875rem;
  line-height: 1.425rem;
  font-weight: normal; }
  .page-template-template-careers-php .h-section-heading:after,
  .page-template-template-careers-php .widgettitle:after,
  .page-template-template-news_and_events-php .h-section-heading:after,
  .page-template-template-news_and_events-php .widgettitle:after {
    content: '';
    background: #ececec;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    bottom: -6px;
    right: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.page-template-template-careers-php .widget-area > section,
.page-template-template-careers-php .widget-area .widget,
.page-template-template-news_and_events-php .widget-area > section,
.page-template-template-news_and_events-php .widget-area .widget {
  background: #fff;
  padding: 40px;
  margin-bottom: 20px; }
.page-template-template-careers-php .widget-area .h-section-heading,
.page-template-template-careers-php .widget-area .widgettitle,
.page-template-template-news_and_events-php .widget-area .h-section-heading,
.page-template-template-news_and_events-php .widget-area .widgettitle {
  margin-bottom: 12px; }
.page-template-template-careers-php .widget-area .career-department-title,
.page-template-template-news_and_events-php .widget-area .career-department-title {
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem; }

.widget_clustrix2013-latest-webinar-widget {
  background: url('/images/tile.png?1416857331') no-repeat 0 0 !important;
  padding: 30px 40px; }
  .widget_clustrix2013-latest-webinar-widget .widgettitle {
    border: none;
    color: #ccc;
    text-transform: uppercase;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    margin-bottom: 0 !important; }
    .widget_clustrix2013-latest-webinar-widget .widgettitle:after {
      display: none; }
  .widget_clustrix2013-latest-webinar-widget .latest-webinar-title {
    color: #fff;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal;
    margin-bottom: 0; }

.page-plans-and-pricing .partners-list-section-wrapper {
  background: #f5f5f5;
  *zoom: 1;
  padding-top: 30px; }
  .page-plans-and-pricing .partners-list-section-wrapper:before, .page-plans-and-pricing .partners-list-section-wrapper:after {
    content: "";
    display: table; }
  .page-plans-and-pricing .partners-list-section-wrapper:after {
    clear: both; }
  .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section {
    background: #f5f5f5;
    padding-top: 30px;
    position: relative;
    border-top: 1px solid #363636; }
    .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section:before, .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section:after {
      content: '';
      display: block;
      background: #363636;
      width: 13px;
      height: 13px;
      position: absolute;
      top: -6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section:before {
      left: 0; }
    .page-plans-and-pricing .partners-list-section-wrapper .partners-list-section:after {
      right: 0; }
  .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item {
    width: 23.40426%;
    height: 192px;
    margin-top: 0;
    padding: 20px; }
    @media only screen and (max-width: 767px) {
      .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item:nth-child(4n+1) {
      margin-left: 0; }
    .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item .l-media_img {
      width: 100%;
      height: 152px; }
    .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item .l-media_body,
    .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item .partner-resource-links {
      display: none; }
    .page-plans-and-pricing .partners-list-section-wrapper .partner-item-list .partner-item .partner-quote {
      display: none; }

.page-support .h-section-heading {
  text-align: center; }
.page-support .mast-wrapper + .quote-wrapper {
  background: #f5f5f5;
  padding: 40px 0; }
.page-support .quote-wrapper + .content-columns-section-wrapper {
  background: #f5f5f5; }
  .page-support .quote-wrapper + .content-columns-section-wrapper h4 {
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    text-transform: none; }
.page-support .banded-section-wrapper {
  background-color: #fff;
  padding: 50px 0; }
  .page-support .banded-section-wrapper .finials .h-sub-heading {
    background: #fff; }
.page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #e1e1e1;
  padding-top: 50px; }
  .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:before, .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:after {
    content: '';
    display: block;
    background: #e1e1e1;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:before {
    left: 0; }
  .page-support .banded-section-wrapper + .content-columns-section-wrapper .content-columns-section:after {
    right: 0; }
.page-support .content-column-title,
.page-support .h-section-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: bold;
  border-bottom: none; }
.page-support .content-columns-section-wrapper + .content-component-wrapper .content-component,
.page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #e1e1e1;
  margin-top: 50px;
  padding-top: 50px; }
  .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component > *:first-child,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component,
    .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component,
    .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:before, .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:after,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:before,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:after {
    content: '';
    display: block;
    background: #e1e1e1;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:before,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:before {
    left: 0; }
  .page-support .content-columns-section-wrapper + .content-component-wrapper .content-component:after,
  .page-support .content-columns-section-wrapper + .content-component-wrapper + .content-component-wrapper .content-component:after {
    right: 0; }

@media only screen and (max-width: 960px) {
  img.sevennodes,
  img.wp-image-1052 {
    clear: both;
    display: block;
    margin: 0 auto; } }

.page-template-template-home-php .h-section-heading {
  color: #111; }
  .page-template-template-home-php .h-section-heading em {
    color: #00b4f3; }
  .page-template-template-home-php .h-section-heading .swoosh {
    position: relative; }
    .page-template-template-home-php .h-section-heading .swoosh:after {
      position: absolute;
      content: '';
      background: url('/images/swoosh.png?1416857332') no-repeat 0 0;
      width: 79px;
      height: 8px;
      left: 50%;
      margin-left: -39.5px;
      bottom: -2px; }
.page-template-template-home-php .h-section-sub-heading, .page-template-template-home-php .h-ordered-content-item-heading {
  color: #8e94a0;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 29px;
  font-size: 1.125rem;
  line-height: 1.8125rem; }
.page-template-template-home-php .sql-scales-section-wrapper {
  padding: 60px 0;
      /*.quote-wrapper {
        @include column(6);
        margin-left: 0;
        padding-top: 0;

        .quote-image-wrapper {
          width: 148px;
          padding: 0;
          &>span {
            width: 148px;
            padding: 0;
            &:after { display: none; }
          }
        }

        cite {
          padding-left: 148px;
        }
      }*/ }
  .page-template-template-home-php .sql-scales-section-wrapper .banded-section-wrapper {
    background: none;
    padding: 0; }
  .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto; }
    .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .page-template-template-home-php .sql-scales-section-wrapper .h-section-sub-heading, .page-template-template-home-php .sql-scales-section-wrapper .h-ordered-content-item-heading {
    position: relative;
    border-bottom: 1px solid #ececec; }
    .page-template-template-home-php .sql-scales-section-wrapper .h-section-sub-heading:before, .page-template-template-home-php .sql-scales-section-wrapper .h-ordered-content-item-heading:before, .page-template-template-home-php .sql-scales-section-wrapper .h-section-sub-heading:after, .page-template-template-home-php .sql-scales-section-wrapper .h-ordered-content-item-heading:after {
      content: '';
      display: block;
      background: #ececec;
      width: 13px;
      height: 13px;
      position: absolute;
      bottom: -6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .page-template-template-home-php .sql-scales-section-wrapper .h-section-sub-heading:before, .page-template-template-home-php .sql-scales-section-wrapper .h-ordered-content-item-heading:before {
      left: 0; }
    .page-template-template-home-php .sql-scales-section-wrapper .h-section-sub-heading:after, .page-template-template-home-php .sql-scales-section-wrapper .h-ordered-content-item-heading:after {
      right: 0; }
  .page-template-template-home-php .sql-scales-section-wrapper .l-media {
    padding-bottom: 20px; }
  .page-template-template-home-php .sql-scales-section-wrapper .l-media_body {
    color: #333748;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: bold; }
  .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper {
    width: 48.93617%; }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper .stats-box {
      display: table;
      width: 142px;
      height: 150px;
      float: left;
      margin-right: 16px;
      margin-bottom: 20px;
      color: #00b4f3;
      border: 1px solid #ccc;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem;
      font-weight: normal;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
      .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper .stats-box:last-child {
        margin-right: 0; }
      .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper .stats-box > div {
        display: table-cell;
        vertical-align: middle; }
      .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper .stats-box .number {
        display: block;
        color: #000;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 45px;
        line-height: 54px;
        font-size: 2.8125rem;
        line-height: 3.375rem;
        font-weight: normal; }
      .page-template-template-home-php .sql-scales-section-wrapper .stats-wrapper .stats-box .units {
        display: block;
        color: #000;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-size: 1.25rem;
        line-height: 1.5rem;
        font-weight: normal; }
  .page-template-template-home-php .sql-scales-section-wrapper .cta-wrapper {
    clear: both;
    padding-top: 40px;
    text-align: center; }
.page-template-template-home-php .real-time-analytics-section-wrapper {
  background: url('/images/home-real-time-analytics-bg.jpg?1416857331') no-repeat 50% 0;
  padding: 50px 0 70px; }
  .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .real-time-analytics-section-wrapper .real-time-analytics-section {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .page-template-template-home-php .real-time-analytics-section-wrapper .h-section-heading {
    color: #fff; }
  .page-template-template-home-php .real-time-analytics-section-wrapper .h-section-sub-heading, .page-template-template-home-php .real-time-analytics-section-wrapper .h-ordered-content-item-heading {
    color: #ccc;
    margin: 0;
    padding: 0 0 30px; }
  .page-template-template-home-php .real-time-analytics-section-wrapper .customer-highlight-wrapper {
    background: url('/images/home-real-time-analytics-customer-circle-bg.png?1416857331') no-repeat 50% 0;
    width: 330px;
    height: 330px;
    margin: 0 auto;
    display: table; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .customer-highlight-wrapper .customer-highlight {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 40px 60px; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .customer-highlight-wrapper .customer-logo {
      margin-bottom: 20px; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .customer-highlight-wrapper .customer-blurb {
      color: #333748;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem;
      font-weight: normal; }
  .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper {
    text-align: center; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q {
      color: #fff;
      position: relative;
      padding: 0 70px;
      font-family: "Source Sans Pro", arial, helvetica, sans-serif;
      font-size: 24px;
      line-height: 28.8px;
      font-size: 1.5rem;
      line-height: 1.8rem;
      font-weight: 600;
      font-style: italic; }
      .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q:before, .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q:after {
        content: '';
        position: absolute;
        background: url('/images/brace-left.png?1416857331') no-repeat 0 0;
        width: 25px;
        height: 87px;
        position: absolute;
        top: 50%;
        margin-top: -43.5px; }
      .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q:before {
        left: 0; }
      .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q:after {
        background: url('/images/brace-right.png?1416857331') no-repeat 0 0;
        width: 25px;
        height: 87px;
        margin-top: -43.5px;
        right: 0; }
      .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper q em {
        color: #fd9903; }
    .page-template-template-home-php .real-time-analytics-section-wrapper .quote-wrapper cite {
      color: #ccc;
      text-align: center;
      padding: 24px 0 0;
      font-family: "Source Sans Pro", arial, helvetica, sans-serif;
      font-size: 16px;
      line-height: 19.2px;
      font-size: 1rem;
      line-height: 1.2rem;
      font-weight: 600;
      font-style: italic; }
  .page-template-template-home-php .real-time-analytics-section-wrapper .cta-wrapper {
    clear: both;
    padding-top: 20px;
    text-align: center; }
.page-template-template-home-php .bet-your-business-section-wrapper {
  padding: 112px 0 20px;
  background: url('/images/icon-pillars.png?1416857330') no-repeat 50% 45px; }
  .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    text-align: center; }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section {
        padding-left: 20px;
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-section .h-section-heading {
      font-size: 39px;
      line-height: 46.8px;
      font-size: 2.4375rem;
      line-height: 2.925rem; }
  .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel {
    position: relative; }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons {
      background: url('/images/home-bet-your-business-slide-icons-bg.png?1416857332') no-repeat 50% 0;
      width: 719px;
      height: 264px;
      margin: 0 auto;
      position: relative;
      margin-top: 60px;
      margin-bottom: 60px; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon {
        float: left;
        text-align: center;
        width: 264px;
        height: 264px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-left: -37px;
        background: transparent;
        cursor: pointer;
        -webkit-transition: background 1s ease-in;
        -moz-transition: background 1s ease-in;
        -o-transition: background 1s ease-in;
        transition: background 1s ease-in; }
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon > div {
          margin: 70px auto 0; }
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon:first-child {
          margin-left: 0; }
          .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon:first-child > div {
            background: url('/images/icon-one-trillion.png?1416857331') no-repeat 0 0;
            width: 84px;
            height: 121px; }
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon:nth-child(2) > div {
          background: url('/images/icon-five-nines.png?1416857333') no-repeat 0 0;
          width: 154px;
          height: 118px; }
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon:nth-child(3) > div {
          background: url('/images/icon-light-bulb.png?1416857331') no-repeat 0 0;
          width: 91px;
          height: 121px; }
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon.ui-state-active {
          position: relative;
          behavior: url("/images/PIE.htc");
          position: relative;
          background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjRmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwODRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00b4f3), color-stop(100%, #0084b2));
          background: -webkit-linear-gradient(#00b4f3, #0084b2);
          background: -moz-linear-gradient(#00b4f3, #0084b2);
          background: -o-linear-gradient(#00b4f3, #0084b2);
          -pie-background: linear-gradient(#00b4f3, #0084b2);
          background: linear-gradient(#00b4f3, #0084b2); }
          .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon.ui-state-active:first-child > div {
            background: url('/images/icon-one-trillion-active.png?1416857331') no-repeat 0 0; }
          .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon.ui-state-active:nth-child(2) > div {
            background: url('/images/icon-five-nines-active.png?1416857331') no-repeat 0 0; }
          .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon.ui-state-active:nth-child(3) > div {
            background: url('/images/icon-light-bulb-active.png?1416857332') no-repeat 0 0; }
          .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide-icons .slide-icon.ui-state-active:after {
            content: '';
            position: absolute;
            background: url('/images/home-bet-your-business-slide-icon-shadow.png?1416857330') no-repeat 50% 0;
            width: 196px;
            height: 20px;
            bottom: -32px;
            left: 50%;
            margin-left: -98px; }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide {
      width: 100%;
      max-width: 940px;
      min-width: 320px;
      margin: 0 auto;
      display: block;
      float: left;
      text-align: center; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide > *:first-child {
        margin-left: 0px; }
      @media only screen and (max-width: 960px) {
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide {
          padding-left: 20px;
          padding-right: 20px; } }
      @media only screen and (max-width: 767px) {
        .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .slide {
          width: auto;
          min-width: 0;
          margin-left: 0;
          margin-right: 0; } }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel p {
      color: #000;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 18px;
      line-height: 21.6px;
      font-size: 1.125rem;
      line-height: 1.35rem;
      font-weight: bold; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel p em,
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel p strong {
        color: #00b4f3;
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: bold;
        font-style: normal; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel p strong {
        color: #fd9903; }
    .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .carousel-nav {
      position: absolute;
      width: 50px;
      height: 98px;
      top: 83px; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .carousel-nav {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .carousel-nav {
        font-size: 1px;
        line-height: 1px; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .carousel-nav.carousel-nav-prev {
        background: url('/images/carousel-nav-left.png?1416857332') no-repeat 0 0;
        left: 0; }
      .page-template-template-home-php .bet-your-business-section-wrapper .bet-your-business-carousel .carousel-nav.carousel-nav-next {
        background: url('/images/carousel-nav-right.png?1416857331') no-repeat 0 0;
        right: 0; }
  .page-template-template-home-php .bet-your-business-section-wrapper .ctas {
    position: relative;
    border-top: 1px solid #ececec;
    padding-top: 50px;
    margin-top: 50px; }
    .page-template-template-home-php .bet-your-business-section-wrapper .ctas:before, .page-template-template-home-php .bet-your-business-section-wrapper .ctas:after {
      content: '';
      display: block;
      background: #ececec;
      width: 13px;
      height: 13px;
      position: absolute;
      top: -6px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
    .page-template-template-home-php .bet-your-business-section-wrapper .ctas:before {
      left: 0; }
    .page-template-template-home-php .bet-your-business-section-wrapper .ctas:after {
      right: 0; }
    .page-template-template-home-php .bet-your-business-section-wrapper .ctas a {
      margin: 0 20px;
      width: 280px; }
.page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #ececec;
  padding-top: 50px;
  margin-top: 35px; }
  .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:before, .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:after {
    content: '';
    display: block;
    background: #ececec;
    width: 13px;
    height: 13px;
    position: absolute;
    top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:before {
    left: 0; }
  .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section:after {
    right: 0; }
  .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div {
    width: 31.91489%;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: normal;
    padding: 0 2em; }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div:first-child {
      margin-left: 0;
      padding: 0 2em 0 2em; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div:last-child {
      padding: 0 2em 0 2em; }
    @media only screen and (max-width: 767px) {
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div {
        padding: 0 2em 0 2em; } }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .widgettitle {
      color: #333748;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 18px;
      line-height: 29px;
      font-size: 1.125rem;
      line-height: 1.8125rem;
      font-weight: bold;
      border-bottom: none;
      margin: 0 0 1em;
      position: relative; }
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .widgettitle:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -2em; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div ul > li {
      position: relative; }
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div ul > li:before {
        content: '';
        position: absolute;
        top: 0.33333em;
        left: -2em;
        background-position: 0 -2329px;
        width: 12px;
        height: 14px; }
        .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div ul > li:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div ul > li:before {
          font-size: 1px;
          line-height: 1px; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.events-and-webinars .widgettitle:before {
      background-position: 0 -996px;
      width: 29px;
      height: 33px;
      margin-top: -16.5px; }
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.events-and-webinars .widgettitle:before {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.events-and-webinars .widgettitle:before {
        font-size: 1px;
        line-height: 1px; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-news .widgettitle:before {
      background-position: 0 -888px;
      width: 24px;
      height: 38px;
      margin-top: -19px; }
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-news .widgettitle:before {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-news .widgettitle:before {
        font-size: 1px;
        line-height: 1px; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-press-releases .widgettitle:before {
      background-position: 0 -888px;
      width: 24px;
      height: 38px;
      margin-top: -19px; }
      .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-press-releases .widgettitle:before {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div.latest-press-releases .widgettitle:before {
        font-size: 1px;
        line-height: 1px; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .news-article-item,
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .press-release-item {
      border: none;
      padding: 0;
      margin: 0; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .event-date,
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .news-article-meta,
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .press-release-date {
      color: #fd9903;
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 25px;
      font-size: 0.8125rem;
      line-height: 1.5625rem;
      font-weight: normal; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .event-title,
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .news-article-title,
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .press-release-title {
      font-family: "Montserrat", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 18px;
      font-size: 0.875rem;
      line-height: 1.125rem;
      font-weight: normal; }
    .page-template-template-home-php .news-and-events-section-wrapper .news-and-events-section > div .event-title {
      margin-bottom: 0; }

.page-features .mast-wrapper + .content-columns-section-wrapper {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 20px; }
  .page-features .mast-wrapper + .content-columns-section-wrapper .h-section-heading {
    color: #111;
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 36px;
    line-height: 43.2px;
    font-size: 2.25rem;
    line-height: 2.7rem;
    font-weight: bold; }
.page-features .content-component-wrapper.top-border {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 40px; }
  .page-features .content-component-wrapper.top-border > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-features .content-component-wrapper.top-border {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page-features .content-component-wrapper.top-border {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.page-features .top-border {
  border-color: #ececec; }
  .page-features .top-border:before, .page-features .top-border:after {
    background: #ececec; }

.career-posting-footer {
  padding-top: 20px; }

.gsc-control-cse * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

@media only screen and (max-width: 960px) {
  .page-template-template-home-php .real-time-analytics-section .quote-wrapper {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .page-template-template-home-php .mast-wrapper {
    height: auto; }
    .page-template-template-home-php .mast-wrapper .mast {
      height: auto;
      padding-bottom: 40px; }
      .page-template-template-home-php .mast-wrapper .mast .h-main-heading, .page-template-template-home-php .mast-wrapper .mast .page-support .content-column-title, .page-support .page-template-template-home-php .mast-wrapper .mast .content-column-title,
      .page-template-template-home-php .mast-wrapper .mast .page-support .h-section-heading,
      .page-support .page-template-template-home-php .mast-wrapper .mast .h-section-heading {
        font-size: 56px;
        line-height: 67.2px;
        font-size: 3.5rem;
        line-height: 4.2rem; }
        .page-template-template-home-php .mast-wrapper .mast .h-main-heading .extra-large, .page-template-template-home-php .mast-wrapper .mast .page-support .content-column-title .extra-large, .page-support .page-template-template-home-php .mast-wrapper .mast .content-column-title .extra-large,
        .page-template-template-home-php .mast-wrapper .mast .page-support .h-section-heading .extra-large,
        .page-support .page-template-template-home-php .mast-wrapper .mast .h-section-heading .extra-large {
          font-size: 64px;
          line-height: 76.8px;
          font-size: 4rem;
          line-height: 4.8rem; }
      .page-template-template-home-php .mast-wrapper .mast .h-sub-heading {
        font-size: 32px;
        line-height: 38.4px;
        font-size: 2rem;
        line-height: 2.4rem; }
      .page-template-template-home-php .mast-wrapper .mast .h-sub-sub-heading {
        font-size: 18px;
        line-height: 21.6px;
        font-size: 1.125rem;
        line-height: 1.35rem; }
      .page-template-template-home-php .mast-wrapper .mast .h-sub-sub-sub-heading {
        font-size: 24px;
        line-height: 28.8px;
        font-size: 1.5rem;
        line-height: 1.8rem; }
  .page-template-template-home-php .bet-your-business-section-wrapper .carousel-nav,
  .page-template-template-home-php .bet-your-business-section-wrapper .slide-icons {
    display: none !important; }
  .page-template-template-home-php .bet-your-business-section-wrapper .ctas > a {
    margin-bottom: 20px; } }
@media only screen and (max-width: 599px) {
  .page-template-template-home-php .mast-wrapper .mast {
    padding-bottom: 20px; }
    .page-template-template-home-php .mast-wrapper .mast header {
      padding-top: 20px; }
    .page-template-template-home-php .mast-wrapper .mast .h-main-heading, .page-template-template-home-php .mast-wrapper .mast .page-support .content-column-title, .page-support .page-template-template-home-php .mast-wrapper .mast .content-column-title,
    .page-template-template-home-php .mast-wrapper .mast .page-support .h-section-heading,
    .page-support .page-template-template-home-php .mast-wrapper .mast .h-section-heading {
      font-size: 36px;
      line-height: 43.2px;
      font-size: 2.25rem;
      line-height: 2.7rem; }
      .page-template-template-home-php .mast-wrapper .mast .h-main-heading .extra-large, .page-template-template-home-php .mast-wrapper .mast .page-support .content-column-title .extra-large, .page-support .page-template-template-home-php .mast-wrapper .mast .content-column-title .extra-large,
      .page-template-template-home-php .mast-wrapper .mast .page-support .h-section-heading .extra-large,
      .page-support .page-template-template-home-php .mast-wrapper .mast .h-section-heading .extra-large {
        font-size: 42px;
        line-height: 50.4px;
        font-size: 2.625rem;
        line-height: 3.15rem; }
    .page-template-template-home-php .mast-wrapper .mast .h-sub-heading {
      font-size: 24px;
      line-height: 28.8px;
      font-size: 1.5rem;
      line-height: 1.8rem; }
    .page-template-template-home-php .mast-wrapper .mast .h-sub-sub-heading {
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem; }
    .page-template-template-home-php .mast-wrapper .mast .h-sub-sub-sub-heading {
      font-size: 18px;
      line-height: 21.6px;
      font-size: 1.125rem;
      line-height: 1.35rem; } }
@media only screen and (max-width: 499px) {
  .page-template-template-home-php .sql-scales-section-wrapper .sql-scales-section .l-media .l-media_img {
    display: none !important; }
  .page-template-template-home-php .real-time-analytics-section .h-section-heading {
    font-size: 24px;
    line-height: 28.8px;
    font-size: 1.5rem;
    line-height: 1.8rem; } }

@media only screen and (max-width: 960px) {
  .page-database-landscapes ul.tab-nav,
  .page-template-template-resources-php ul.tab-nav {
    display: none !important; }
  .page-database-landscapes select.tab-nav,
  .page-template-template-resources-php select.tab-nav {
    display: inline-block; } }

.page-openings .site-content .content-component .content {
  padding-top: 0; }

/* =============================================================================
   Loading overlay
   ========================================================================== */
.overlay {
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999; }

/* =============================================================================
   Text colors
   ========================================================================== */
.color--clustrix-blue {
  color: #00b4f3; }

.color--clustrix-orange {
  color: #fd9903; }

/* =============================================================================
   Video placeholder
   ========================================================================== */
.video-placeholder {
  position: relative;
  display: block; }
  .video-placeholder:before, .video-placeholder:after {
    content: '';
    position: absolute;
    display: block;
    background-position: 0 -134px;
    width: 132px;
    height: 132px;
    top: 50%;
    left: 50%;
    margin-top: -66px;
    margin-left: -66px; }
    .video-placeholder:before, .video-placeholder:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-placeholder:before, .ie7 .video-placeholder:after {
      font-size: 1px;
      line-height: 1px; }
  .video-placeholder:after {
    background-position: 0 0;
    width: 132px;
    height: 132px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .video-placeholder:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-placeholder:after {
      font-size: 1px;
      line-height: 1px; }
  .video-placeholder:hover:after {
    opacity: 1; }

.page-list li {
  margin-bottom: 0; }

/* ==================================================================================
   Clustrix Blue section
   ================================================================================== */
.clustrix-blue--bg-wrapper {
  background-color: #00b4f3;
  margin: 0 0 4em;
  text-align: center; }
  .clustrix-blue--bg-wrapper .content-component {
    padding: 3em 0 !important; }
    .clustrix-blue--bg-wrapper .content-component h2 {
      color: white;
      text-align: center;
      text-transform: uppercase; }
    .clustrix-blue--bg-wrapper .content-component h3 {
      color: white;
      text-align: center; }

.layer--customer-spotlight__navigation__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.layer--badged-list, .layer--carousel .carousel-slide, .layer--columns, .layer--mast, .layer--news, .layer--carousel, .layer--customer-spotlight__carousel {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative; }

.layer--carousel, .layer--customer-spotlight__carousel__slides {
  overflow: hidden; }

.layer--carousel .carousel-slide, .layer--customer-spotlight__carousel__slides__slide {
  float: left;
  display: none; }
  .layer--carousel .carousel-slide:first-child, .layer--customer-spotlight__carousel__slides__slide:first-child {
    display: block; }

.layer--badged-list .container, .layer--carousel .carousel-slide .container, .layer--columns .container, .layer--mast .container, .layer--news .container {
  position: relative; }
.layer--badged-list .content-column, .layer--carousel .carousel-slide .content-column, .layer--columns .content-column, .layer--mast .content-column, .layer--news .content-column {
  padding: 2em 0; }
  .layer--badged-list .content-column .content h1, .layer--carousel .carousel-slide .content-column .content h1, .layer--columns .content-column .content h1, .layer--mast .content-column .content h1, .layer--news .content-column .content h1, .layer--badged-list .content-column .content h2, .layer--carousel .carousel-slide .content-column .content h2, .layer--columns .content-column .content h2, .layer--mast .content-column .content h2, .layer--news .content-column .content h2, .layer--badged-list .content-column .content h3, .layer--carousel .carousel-slide .content-column .content h3, .layer--columns .content-column .content h3, .layer--mast .content-column .content h3, .layer--news .content-column .content h3, .layer--badged-list .content-column .content h4, .layer--carousel .carousel-slide .content-column .content h4, .layer--columns .content-column .content h4, .layer--mast .content-column .content h4, .layer--news .content-column .content h4, .layer--badged-list .content-column .content h5, .layer--carousel .carousel-slide .content-column .content h5, .layer--columns .content-column .content h5, .layer--mast .content-column .content h5, .layer--news .content-column .content h5, .layer--badged-list .content-column .content h6, .layer--carousel .carousel-slide .content-column .content h6, .layer--columns .content-column .content h6, .layer--mast .content-column .content h6, .layer--news .content-column .content h6 {
    text-align: left;
    margin-bottom: 0.5em; }
  .layer--badged-list .content-column .content h1, .layer--carousel .carousel-slide .content-column .content h1, .layer--columns .content-column .content h1, .layer--mast .content-column .content h1, .layer--news .content-column .content h1 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 55px;
    line-height: 55px;
    font-size: 3.4375rem;
    line-height: 3.4375rem;
    font-weight: bold;
    color: #00b4f3;
    letter-spacing: -0.025em;
    margin-bottom: 0.1em; }
  .layer--badged-list .content-column .content h2, .layer--carousel .carousel-slide .content-column .content h2, .layer--columns .content-column .content h2, .layer--mast .content-column .content h2, .layer--news .content-column .content h2 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 50px;
    line-height: 57px;
    font-size: 3.125rem;
    line-height: 3.5625rem;
    font-weight: normal;
    color: #010101;
    letter-spacing: -0.025em; }
  .layer--badged-list .content-column .content .button, .layer--carousel .carousel-slide .content-column .content .button, .layer--columns .content-column .content .button, .layer--mast .content-column .content .button, .layer--news .content-column .content .button {
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
    background-color: #00b4f3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    padding: 16px 40px; }
    .layer--badged-list .content-column .content .button:hover, .layer--carousel .carousel-slide .content-column .content .button:hover, .layer--columns .content-column .content .button:hover, .layer--mast .content-column .content .button:hover, .layer--news .content-column .content .button:hover {
      background-color: #008ec0; }
  .layer--badged-list .content-column .content .button-orange, .layer--carousel .carousel-slide .content-column .content .button-orange, .layer--columns .content-column .content .button-orange, .layer--mast .content-column .content .button-orange, .layer--news .content-column .content .button-orange, .layer--badged-list .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--badged-list .content-column .content a:nth-child(2n+1), .layer--carousel .carousel-slide .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--carousel .carousel-slide .content-column .content a:nth-child(2n+1), .layer--columns .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--columns .content-column .content a:nth-child(2n+1), .layer--mast .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--mast .content-column .content a:nth-child(2n+1), .layer--news .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--news .content-column .content a:nth-child(2n+1),
  .layer--badged-list .content-column .content .button--orange,
  .layer--carousel .carousel-slide .content-column .content .button--orange,
  .layer--columns .content-column .content .button--orange,
  .layer--mast .content-column .content .button--orange,
  .layer--news .content-column .content .button--orange {
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
    background-color: #fd9903;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
    .layer--badged-list .content-column .content .button-orange:hover, .layer--carousel .carousel-slide .content-column .content .button-orange:hover, .layer--columns .content-column .content .button-orange:hover, .layer--mast .content-column .content .button-orange:hover, .layer--news .content-column .content .button-orange:hover, .layer--badged-list .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--badged-list .content-column .content a:hover:nth-child(2n+1), .layer--carousel .carousel-slide .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--carousel .carousel-slide .content-column .content a:hover:nth-child(2n+1), .layer--columns .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--columns .content-column .content a:hover:nth-child(2n+1), .layer--mast .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--mast .content-column .content a:hover:nth-child(2n+1), .layer--news .content-column .content .page-template-template-home-php .bet-your-business-section-wrapper .ctas a:hover:nth-child(2n+1), .page-template-template-home-php .bet-your-business-section-wrapper .ctas .layer--news .content-column .content a:hover:nth-child(2n+1),
    .layer--badged-list .content-column .content .button--orange:hover,
    .layer--carousel .carousel-slide .content-column .content .button--orange:hover,
    .layer--columns .content-column .content .button--orange:hover,
    .layer--mast .content-column .content .button--orange:hover,
    .layer--news .content-column .content .button--orange:hover {
      background-color: #e58a02; }
  @media only screen and (max-width: 767px) {
    .layer--badged-list .content-column, .layer--carousel .carousel-slide .content-column, .layer--columns .content-column, .layer--mast .content-column, .layer--news .content-column {
      padding: 1em 0; } }
.layer--badged-list .image-column, .layer--carousel .carousel-slide .image-column, .layer--columns .image-column, .layer--mast .image-column, .layer--news .image-column {
  overflow: hidden; }
  .layer--badged-list .image-column .image-container > img, .layer--carousel .carousel-slide .image-column .image-container > img, .layer--columns .image-column .image-container > img, .layer--mast .image-column .image-container > img, .layer--news .image-column .image-container > img {
    visibility: hidden;
    -webkit-transition: visibility 0.6s ease;
    -moz-transition: visibility 0.6s ease;
    -o-transition: visibility 0.6s ease;
    transition: visibility 0.6s ease; }
  @media only screen and (max-width: 767px) {
    .layer--badged-list .image-column, .layer--carousel .carousel-slide .image-column, .layer--columns .image-column, .layer--mast .image-column, .layer--news .image-column {
      display: none !important; } }
.layer--badged-list .video-column, .layer--carousel .carousel-slide .video-column, .layer--columns .video-column, .layer--mast .video-column, .layer--news .video-column {
  display: table; }
  .layer--badged-list .video-column .video-container, .layer--carousel .carousel-slide .video-column .video-container, .layer--columns .video-column .video-container, .layer--mast .video-column .video-container, .layer--news .video-column .video-container {
    display: table-cell;
    vertical-align: middle; }
    .layer--badged-list .video-column .video-container a, .layer--carousel .carousel-slide .video-column .video-container a, .layer--columns .video-column .video-container a, .layer--mast .video-column .video-container a, .layer--news .video-column .video-container a {
      max-width: 100%;
      width: 100%; }
      .layer--badged-list .video-column .video-container a img, .layer--carousel .carousel-slide .video-column .video-container a img, .layer--columns .video-column .video-container a img, .layer--mast .video-column .video-container a img, .layer--news .video-column .video-container a img {
        width: 100%; }
    .layer--badged-list .video-column .video-container > .video-placeholder, .layer--carousel .carousel-slide .video-column .video-container > .video-placeholder, .layer--columns .video-column .video-container > .video-placeholder, .layer--mast .video-column .video-container > .video-placeholder, .layer--news .video-column .video-container > .video-placeholder {
      visibility: hidden;
      -webkit-transition: visibility 0.6s ease;
      -moz-transition: visibility 0.6s ease;
      -o-transition: visibility 0.6s ease;
      transition: visibility 0.6s ease; }

/* =============================================================================
   Layers: Badged List
   ========================================================================== */
.page-are-you-ready .layer--badged-list .container, .page-overview .layer--badged-list .container {
  border-bottom: 1px solid #e0e0e1;
  padding: 5em 0 3em; }
.layer--badged-list .layer--badged-list__heading,
.layer--badged-list .layer--badged-list__footer {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #8e94a0;
  padding-bottom: 3em; }
  .layer--badged-list .layer--badged-list__heading h2,
  .layer--badged-list .layer--badged-list__footer h2 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal; }
.layer--badged-list .badged-list {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  list-style: none;
  padding: 0; }
  .layer--badged-list .badged-list > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .layer--badged-list .badged-list {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .layer--badged-list .badged-list {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.layer--badged-list .badged-list__list-item {
  width: 48.93617%;
  display: table; }
  @media only screen and (max-width: 767px) {
    .layer--badged-list .badged-list__list-item {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .layer--badged-list .badged-list__list-item:nth-child(2n+1) {
    clear: both;
    margin-left: 0; }
.layer--badged-list .badged-list__list-item__badge {
  display: table-cell;
  width: 90px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: center; }
  .layer--badged-list .badged-list__list-item__badge > img {
    display: inline-block;
    max-width: 100px;
    height: auto;
    margin: 0 auto; }
.layer--badged-list .badged-list__list-item__text {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #8e94a0;
  display: table-cell;
  vertical-align: middle;
  padding-right: 3em; }
@media only screen and (max-width: 767px) {
  .layer--badged-list .badged-list__list-item__text {
    padding-right: 0; } }

/* =============================================================================
   Layers: Carousel
   ========================================================================== */
.layer--carousel {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(#ffffff, #f3f3f3);
  background: -moz-linear-gradient(#ffffff, #f3f3f3);
  background: -o-linear-gradient(#ffffff, #f3f3f3);
  -pie-background: linear-gradient(#ffffff, #f3f3f3);
  background: linear-gradient(#ffffff, #f3f3f3);
  border-bottom: 1px solid #e0e0e1;
  padding-bottom: 80px; }
  .layer--carousel .caroufredsel_wrapper {
    max-height: 423px; }
  .layer--carousel .carousel-slide {
    height: 100%;
    padding: 3em 0; }
    @media only screen and (max-width: 767px) {
      .layer--carousel .carousel-slide .content h1 {
        font-family: "Montserrat", arial, helvetica, sans-serif;
        font-size: 45px;
        line-height: 45px;
        font-size: 2.8125rem;
        line-height: 2.8125rem;
        font-weight: bold; } }
  .layer--carousel .carousel-pagination {
    position: absolute;
    bottom: 40px;
    left: 0; }
    .layer--carousel .carousel-pagination > a {
      display: inline-block;
      position: relative;
      width: 20px;
      height: 20px;
      color: transparent;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      z-index: 2;
      margin: 0 2px; }
      .layer--carousel .carousel-pagination > a:after {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #e0e0e1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        top: 3px;
        left: 3px;
        -webkit-transition: background-color 0.6s ease;
        -moz-transition: background-color 0.6s ease;
        -o-transition: background-color 0.6s ease;
        transition: background-color 0.6s ease; }
      .layer--carousel .carousel-pagination > a.selected:after {
        background-color: #00b4f3; }
      .layer--carousel .carousel-pagination > a:first-child {
        margin-left: 0; }
      .layer--carousel .carousel-pagination > a:last-child {
        margin-right: 0; }

/* =============================================================================
   Layers: Columns
   ========================================================================== */
.layer--columns > .container {
  padding: 3em 0; }
.layer--columns ~ .layer--columns > .container {
  border-top: 1px solid #e0e0e1; }
.layer--columns .layer--columns__heading {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #8e94a0; }
  .layer--columns .layer--columns__heading h2 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: normal; }
.layer--columns .content-column .content h3 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: normal;
  letter-spacing: -0.04em; }
  .layer--columns .content-column .content h3 a {
    color: #000; }
.layer--columns .content-column .content p {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #8e94a0; }
  .layer--columns .content-column .content p strong {
    color: #000; }

/* =============================================================================
   Layers: Customer Spotlight
   ========================================================================== */
.layer--customer-spotlight {
  margin: 3em 0 0; }
  .layer--customer-spotlight.single .layer--customer-spotlight__navigation {
    display: none; }

.layer--customer-spotlight__heading h2 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: normal;
  color: #010101; }

.layer--customer-spotlight__navigation {
  padding: 2em 38px 40px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .layer--customer-spotlight__navigation {
      padding-left: 18px;
      padding-right: 18px; } }
  .layer--customer-spotlight__navigation > a {
    display: block;
    width: 18px;
    height: 27px;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -21.5px; }
    .layer--customer-spotlight__navigation > a > span {
      display: block;
      width: 18px;
      height: 27px;
      color: transparent;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
    .layer--customer-spotlight__navigation > a.next {
      background-position: 0 -1537px;
      width: 18px;
      height: 27px;
      right: 0; }
      .layer--customer-spotlight__navigation > a.next {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .layer--customer-spotlight__navigation > a.next {
        font-size: 1px;
        line-height: 1px; }
      .layer--customer-spotlight__navigation > a.next > span {
        background-position: 0 -1566px;
        width: 18px;
        height: 27px; }
        .layer--customer-spotlight__navigation > a.next > span {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .layer--customer-spotlight__navigation > a.next > span {
          font-size: 1px;
          line-height: 1px; }
      .layer--customer-spotlight__navigation > a.next:hover > span {
        opacity: 1; }
    .layer--customer-spotlight__navigation > a.prev {
      background-position: 0 -1624px;
      width: 18px;
      height: 27px;
      left: 0; }
      .layer--customer-spotlight__navigation > a.prev {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .layer--customer-spotlight__navigation > a.prev {
        font-size: 1px;
        line-height: 1px; }
      .layer--customer-spotlight__navigation > a.prev > span {
        background-position: 0 -1595px;
        width: 18px;
        height: 27px; }
        .layer--customer-spotlight__navigation > a.prev > span {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .layer--customer-spotlight__navigation > a.prev > span {
          font-size: 1px;
          line-height: 1px; }
      .layer--customer-spotlight__navigation > a.prev:hover > span {
        opacity: 1; }

.layer--customer-spotlight__navigation__list {
  display: table;
  width: 100%; }

.layer--customer-spotlight__navigation__list__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative; }
  .layer--customer-spotlight__navigation__list__item > a {
    display: block;
    text-align: center;
    position: relative;
    padding: 0 1em; }
    .layer--customer-spotlight__navigation__list__item > a:after {
      content: '';
      position: absolute;
      top: 15%;
      right: 0;
      width: 1px;
      height: 70%;
      background: #e0e0e1; }
    .layer--customer-spotlight__navigation__list__item > a > img {
      filter: gray;
      /* IE6-9 */
      -webkit-filter: grayscale(100%);
      /* Chrome 19+ & Safari 6+ */
      -webkit-transition: -webkit-filter .6s ease;
      /* Fade to color for Chrome and Safari */
      -moz-transition: filter .6s ease;
      -ms-transition: filter .6s ease;
      -o-transition: filter .6s ease;
      transition: filter .6s ease;
      -webkit-backface-visibility: hidden;
      /* Fix for transition flickering */
      display: block;
      width: auto;
      max-height: 40px;
      margin: 0 auto;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -webkit-transition: opacity 0.6s ease;
      -moz-transition: opacity 0.6s ease;
      -o-transition: opacity 0.6s ease;
      transition: opacity 0.6s ease; }
      body:not(:-moz-handler-blocked) .layer--customer-spotlight__navigation__list__item > a > img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        /* Firefox 10+ */ }
  .layer--customer-spotlight__navigation__list__item.active:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -10px;
    z-index: 9; }
  .layer--customer-spotlight__navigation__list__item.active img {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0%);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
    body:not(:-moz-handler-blocked) .layer--customer-spotlight__navigation__list__item.active img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='300'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .layer--customer-spotlight__navigation__list__item:last-child > a:after {
    display: none; }

.layer--customer-spotlight__carousel__slides {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding: 5em 0; }
  .layer--customer-spotlight__carousel__slides > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .layer--customer-spotlight__carousel__slides {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .layer--customer-spotlight__carousel__slides {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.layer--customer-spotlight__carousel__slides__slide {
  /*.button--white {
    border: none;
  }*/ }
  .layer--customer-spotlight__carousel__slides__slide .button {
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
    background-color: #fd9903;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08); }
    .layer--customer-spotlight__carousel__slides__slide .button:hover {
      background-color: #e58a02; }
  .layer--customer-spotlight__carousel__slides__slide > div {
    display: table; }
    .layer--customer-spotlight__carousel__slides__slide > div > div {
      display: table-cell;
      vertical-align: middle; }
  .layer--customer-spotlight.single .layer--customer-spotlight__carousel__slides__slide {
    float: none; }
    .layer--customer-spotlight.single .layer--customer-spotlight__carousel__slides__slide > div {
      display: block; }
      .layer--customer-spotlight.single .layer--customer-spotlight__carousel__slides__slide > div > div {
        display: block;
        text-align: center;
        width: 100%; }
        .layer--customer-spotlight.single .layer--customer-spotlight__carousel__slides__slide > div > div:first-child {
          margin-bottom: 2em; }
  .layer--customer-spotlight__carousel__slides__slide q.quote {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-size: 2.5rem;
    line-height: 2.8125rem;
    font-weight: bold;
    letter-spacing: -0.02em; }
  .layer--customer-spotlight__carousel__slides__slide cite.quote-attribution {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-style: normal; }

.layer--customer-spotlight__customer-image {
  width: 60%; }
  .layer--customer-spotlight__customer-image > img {
    display: block;
    margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .layer--customer-spotlight__customer-image {
      display: none !important; } }

.layer--customer-spotlight__customer-story {
  width: 40%;
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: -0.010em; }
  .layer--customer-spotlight__customer-story h3 {
    font-family: "Montserrat", arial, helvetica, sans-serif;
    font-size: 22px;
    line-height: 28px;
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-weight: normal;
    color: #fff;
    letter-spacing: -0.015em;
    margin-bottom: 0.25em; }

/* =============================================================================
   Layers: Mast
   ========================================================================== */
.page-are-you-ready .layer--mast, .page-availability .layer--mast, .page-efficiency .layer--mast, .page-overview .layer--mast, .page-scalability .layer--mast {
  min-height: 505px; }
  .page-are-you-ready .layer--mast .container, .page-availability .layer--mast .container, .page-efficiency .layer--mast .container, .page-overview .layer--mast .container, .page-scalability .layer--mast .container {
    padding-top: 9em; }
.page-are-you-ready .layer--mast .container, .page-overview .layer--mast .container {
  padding-top: 4em; }
@media only screen and (max-width: 767px) {
  .layer--mast {
    min-height: initial !important; } }
.layer--mast .content-column > .content h1 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-size: 2.8125rem;
  line-height: 3.125rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  color: #fff;
  margin-bottom: 0.5em; }
.layer--mast .content-column > .content h2 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 27px;
  line-height: 30px;
  font-size: 1.6875rem;
  line-height: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  color: #fff; }
.layer--mast .content-column > .content p {
  font-family: "Montserrat", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: -0.025em; }

/* =============================================================================
   Layers: News
   ========================================================================== */
.layer--news .container.row {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 66px; }
  .layer--news .container.row > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .layer--news .container.row {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .layer--news .container.row {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .layer--news .container.row {
      padding-bottom: 0; } }
.ecommerce.page-home .layer--news {
  background: #fafafa;
  border-top: 1px solid #e0e0e1;
  padding: 5em 0; }

.layer--news__widget {
  position: relative;
  padding: 0 3em;
  /* two items */
  /* three items */ }
  .layer--news__widget:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0;
    background: #e0e0e1; }
  .layer--news__widget:last-child:after {
    display: none; }
  .layer--news__widget:first-child:nth-last-child(2), .layer--news__widget:first-child:nth-last-child(2) ~ .layer--news__widget {
    width: 48.93617%; }
    @media only screen and (max-width: 767px) {
      .layer--news__widget:first-child:nth-last-child(2), .layer--news__widget:first-child:nth-last-child(2) ~ .layer--news__widget {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .layer--news__widget:first-child:nth-last-child(3), .layer--news__widget:first-child:nth-last-child(3) ~ .layer--news__widget {
    width: 31.91489%; }
    @media only screen and (max-width: 767px) {
      .layer--news__widget:first-child:nth-last-child(3), .layer--news__widget:first-child:nth-last-child(3) ~ .layer--news__widget {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .layer--news__widget .widget {
    text-align: center; }
  .layer--news__widget.featured-resource-widget, .layer--news__widget.latest-blog-widget, .layer--news__widget.latest-news-widget {
    padding-top: 149px; }
    .layer--news__widget.featured-resource-widget:before, .layer--news__widget.latest-blog-widget:before, .layer--news__widget.latest-news-widget:before {
      content: '';
      position: absolute;
      background-position: 0 -498px;
      width: 109px;
      height: 109px;
      display: block;
      width: 109px;
      height: 109px;
      top: 0;
      left: 50%;
      margin-left: -54.5px; }
      .layer--news__widget.featured-resource-widget:before, .layer--news__widget.latest-blog-widget:before, .layer--news__widget.latest-news-widget:before {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .layer--news__widget.featured-resource-widget:before, .ie7 .layer--news__widget.latest-blog-widget:before, .ie7 .layer--news__widget.latest-news-widget:before {
        font-size: 1px;
        line-height: 1px; }
  .layer--news__widget.latest-blog-widget:before {
    background-position: 0 -268px;
    width: 109px;
    height: 109px; }
    .layer--news__widget.latest-blog-widget:before {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .layer--news__widget.latest-blog-widget:before {
      font-size: 1px;
      line-height: 1px; }
  .layer--news__widget.latest-news-widget:before {
    background-position: 0 -621px;
    width: 109px;
    height: 109px; }
    .layer--news__widget.latest-news-widget:before {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .layer--news__widget.latest-news-widget:before {
      font-size: 1px;
      line-height: 1px; }
  .layer--news__widget .view-all-link {
    -webkit-transition: background 0.6s ease-in-out;
    -moz-transition: background 0.6s ease-in-out;
    -o-transition: background 0.6s ease-in-out;
    transition: background 0.6s ease-in-out;
    background-color: #00b4f3;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    padding: 16px 40px;
    position: absolute;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    bottom: -50px; }
    .layer--news__widget .view-all-link:hover {
      background-color: #008ec0; }
    @media only screen and (max-width: 767px) {
      .layer--news__widget .view-all-link {
        position: initial;
        left: initial;
        bottom: initial;
        margin-left: 0; } }
  .layer--news__widget .widgettitle {
    font-size: 18px;
    line-height: 22px;
    font-size: 1.125rem;
    line-height: 1.375rem;
    border: none;
    margin-bottom: 0.75em;
    color: #000;
    text-align: center; }
  .layer--news__widget .resource-title {
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #000;
    margin-bottom: 0.5em; }
  .layer--news__widget .resource-description {
    font-size: 14px;
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #8e94a0; }
  .layer--news__widget .blog-post-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .layer--news__widget .blog-post-list .blog-post-title {
      font-size: 16px;
      line-height: 22px;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-bottom: 0.5em; }
      .layer--news__widget .blog-post-list .blog-post-title > a {
        color: #000; }
        .layer--news__widget .blog-post-list .blog-post-title > a:hover {
          color: #00b4f3; }
    .layer--news__widget .blog-post-list .blog-post-meta {
      font-size: 12px;
      line-height: 18px;
      font-size: 0.75rem;
      line-height: 1.125rem;
      margin-bottom: 1em; }
      .layer--news__widget .blog-post-list .blog-post-meta address,
      .layer--news__widget .blog-post-list .blog-post-meta time {
        display: inline;
        font-style: normal; }
        .layer--news__widget .blog-post-list .blog-post-meta address > a,
        .layer--news__widget .blog-post-list .blog-post-meta time > a {
          text-decoration: underline; }
    .layer--news__widget .blog-post-list .blog-post-excerpt {
      font-size: 14px;
      line-height: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem;
      color: #8e94a0; }
  .layer--news__widget .news-article-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .layer--news__widget .news-article-list .news-article-item {
      border: none; }
    .layer--news__widget .news-article-list .news-article-meta {
      font-size: 16px;
      line-height: 22px;
      font-size: 1rem;
      line-height: 1.375rem;
      color: #000; }
      .layer--news__widget .news-article-list .news-article-meta > * {
        display: block; }
    .layer--news__widget .news-article-list .news-article-publication:before {
      display: none; }
    .layer--news__widget .news-article-list .news-article-title {
      font-size: 14px;
      line-height: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem; }
      .layer--news__widget .news-article-list .news-article-title > a {
        text-decoration: underline; }
  @media only screen and (max-width: 767px) {
    .layer--news__widget {
      padding: 0;
      height: auto !important;
      border-bottom: 1px solid #e0e0e1;
      margin-bottom: 2em; } }
