/*
Theme Name: Vidyo 2013
Theme URI: http://underscores.me/
Author: AtreNet
Author URI: http://www.atre.net
Description: Theme for Vidyo 2013 site redesign.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: vidyo-2013
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Vidyo 2013 is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*! 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,
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 .masthead-container, #section-navigation .nav-content, .news-and-events-section, .careers-section, .content-columns, .tabbed-content, .tabs-product .tab-nav, .customers-spotlight-carousel,
.quote-carousel, .customers-by-industry header,
.customers-by-industry nav,
.partners-by-category header,
.partners-by-category nav, .news-alert-section, .product-tabs-wrapper, .knowledge-center-video-header, .knowledge-center-related-videos, .fma-banner, .customer-section, .platform-section, .product-solution-catalog, .product-landing-mast, .product-landing-fma, .featured-product, .two-column-content, .product-index-wrapper .product-index, .product-index-wrapper .product-index-pages-container, .navigation-buttons-section, .page-technical-support .component-media, section.not-found, .home-carousel-pagination, .logo-strip-section, .marketplace-apps__container, .blog .site-content {
  *zoom: 1; }
  #masthead .masthead-container:before, #section-navigation .nav-content:before, .news-and-events-section:before, .careers-section:before, .content-columns:before, .tabbed-content:before, .tabs-product .tab-nav:before, .customers-spotlight-carousel:before,
  .quote-carousel:before, .customers-by-industry header:before,
  .customers-by-industry nav:before,
  .partners-by-category header:before,
  .partners-by-category nav:before, .news-alert-section:before, .product-tabs-wrapper:before, .knowledge-center-video-header:before, .knowledge-center-related-videos:before, .fma-banner:before, .customer-section:before, .platform-section:before, .product-solution-catalog:before, .product-landing-mast:before, .product-landing-fma:before, .featured-product:before, .two-column-content:before, .product-index-wrapper .product-index:before, .product-index-wrapper .product-index-pages-container:before, .navigation-buttons-section:before, .page-technical-support .component-media:before, section.not-found:before, .home-carousel-pagination:before, .logo-strip-section:before, .marketplace-apps__container:before, .blog .site-content:before, #masthead .masthead-container:after, #section-navigation .nav-content:after, .news-and-events-section:after, .careers-section:after, .content-columns:after, .tabbed-content:after, .tabs-product .tab-nav:after, .customers-spotlight-carousel:after,
  .quote-carousel:after, .customers-by-industry header:after,
  .customers-by-industry nav:after,
  .partners-by-category header:after,
  .partners-by-category nav:after, .news-alert-section:after, .product-tabs-wrapper:after, .knowledge-center-video-header:after, .knowledge-center-related-videos:after, .fma-banner:after, .customer-section:after, .platform-section:after, .product-solution-catalog:after, .product-landing-mast:after, .product-landing-fma:after, .featured-product:after, .two-column-content:after, .product-index-wrapper .product-index:after, .product-index-wrapper .product-index-pages-container:after, .navigation-buttons-section:after, .page-technical-support .component-media:after, section.not-found:after, .home-carousel-pagination:after, .logo-strip-section:after, .marketplace-apps__container:after, .blog .site-content:after {
    content: "";
    display: table; }
  #masthead .masthead-container:after, #section-navigation .nav-content:after, .news-and-events-section:after, .careers-section:after, .content-columns:after, .tabbed-content:after, .tabs-product .tab-nav:after, .customers-spotlight-carousel:after,
  .quote-carousel:after, .customers-by-industry header:after,
  .customers-by-industry nav:after,
  .partners-by-category header:after,
  .partners-by-category nav:after, .news-alert-section:after, .product-tabs-wrapper:after, .knowledge-center-video-header:after, .knowledge-center-related-videos:after, .fma-banner:after, .customer-section:after, .platform-section:after, .product-solution-catalog:after, .product-landing-mast:after, .product-landing-fma:after, .featured-product:after, .two-column-content:after, .product-index-wrapper .product-index:after, .product-index-wrapper .product-index-pages-container:after, .navigation-buttons-section:after, .page-technical-support .component-media:after, section.not-found:after, .home-carousel-pagination:after, .logo-strip-section:after, .marketplace-apps__container:after, .blog .site-content:after {
    clear: both; }

.mast-wrapper .mast .content-container, .page-template-template-product-php .mast-wrapper .mast .content-container, body.page-marketplace .mast-wrapper .mast .content-container, .page-template-template-solutions-php .mast-wrapper .mast .content-container, .page-template-template-product-php.page-extend .mast-wrapper .mast .video-column, .page-template-template-customers-php .mast-wrapper .mast .h-main-heading,
.page-template-template-customers-php .mast-wrapper .mast .h-page-heading, .news-and-events-content-item, .careers-section-content-item.alpha, .careers-section-content-item.omega, .tabbed-content.full-width .tabs-select .tab-nav,
.tabbed-content.full-width .tabs-vertical .tab-nav, .tabbed-content.full-width .tabs-select .tab-content,
.tabbed-content.full-width .tabs-vertical .tab-content, .tabbed-content-left, .tabbed-content-right, .product-landing-fma .fma-use, .product-landing-fma .fma-deploy, .product-landing-fma .fma-extend, .featured-product .product-image, .featured-product .product-content, .two-column-content .column-one, .two-column-content .column-divider-container, .two-column-content .column-two, .product-index-wrapper .product-index-page, .navigation-button, .marketplace-apps__nav, .marketplace-apps__content, .blog .content-area, .blog .widget-area {
  margin-left: 2.12766%;
  float: left;
  min-height: 1px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mast-wrapper .mast .content-container, .page-template-template-product-php .mast-wrapper .mast .content-container, body.page-marketplace .mast-wrapper .mast .content-container, .page-template-template-solutions-php .mast-wrapper .mast .content-container, .tabbed-content-left {
  margin-left: 0px; }

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important; }

.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: 0 20px; } }
  .row .row {
    min-width: 0px; }
    @media only screen and (max-width: 960px) {
      .row .row {
        padding: 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;
  -moz-box-sizing: border-box;
  -webkit-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 and Pull Classes */
.row .push_one {
  margin-left: 10.6383%; }
  .row .push_one:first-child {
    margin-left: 8.51064%; }
.row .pull_one.one.column {
  margin-left: -14.89362%; }
.row .pull_one.two.columns {
  margin-left: -23.40426%; }
.row .pull_one.three.columns {
  margin-left: -31.91489%; }
.row .pull_one.four.columns {
  margin-left: -40.42553%; }
.row .pull_one.five.columns {
  margin-left: -48.93617%; }
.row .pull_one.six.columns {
  margin-left: -57.44681%; }
.row .pull_one.seven.columns {
  margin-left: -65.95745%; }
.row .pull_one.eight.columns {
  margin-left: -74.46809%; }
.row .pull_one.nine.columns {
  margin-left: -82.97872%; }
.row .pull_one.ten.columns {
  margin-left: -91.48936%; }
.row .push_two {
  margin-left: 19.14894%; }
  .row .push_two:first-child {
    margin-left: 17.02128%; }
.row .pull_two.one.column {
  margin-left: -23.40426%; }
.row .pull_two.two.columns {
  margin-left: -31.91489%; }
.row .pull_two.three.columns {
  margin-left: -40.42553%; }
.row .pull_two.four.columns {
  margin-left: -48.93617%; }
.row .pull_two.five.columns {
  margin-left: -57.44681%; }
.row .pull_two.six.columns {
  margin-left: -65.95745%; }
.row .pull_two.seven.columns {
  margin-left: -74.46809%; }
.row .pull_two.eight.columns {
  margin-left: -82.97872%; }
.row .pull_two.nine.columns {
  margin-left: -91.48936%; }
.row .pull_two.eleven.columns {
  margin-left: -108.51064%; }
.row .push_three {
  margin-left: 27.65957%; }
  .row .push_three:first-child {
    margin-left: 25.53191%; }
.row .pull_three.one.column {
  margin-left: -31.91489%; }
.row .pull_three.two.columns {
  margin-left: -40.42553%; }
.row .pull_three.three.columns {
  margin-left: -48.93617%; }
.row .pull_three.four.columns {
  margin-left: -57.44681%; }
.row .pull_three.five.columns {
  margin-left: -65.95745%; }
.row .pull_three.six.columns {
  margin-left: -74.46809%; }
.row .pull_three.seven.columns {
  margin-left: -82.97872%; }
.row .pull_three.eight.columns {
  margin-left: -91.48936%; }
.row .pull_three.ten.columns {
  margin-left: -108.51064%; }
.row .pull_three.eleven.columns {
  margin-left: -117.02128%; }
.row .push_four {
  margin-left: 36.17021%; }
  .row .push_four:first-child {
    margin-left: 34.04255%; }
.row .pull_four.one.column {
  margin-left: -40.42553%; }
.row .pull_four.two.columns {
  margin-left: -48.93617%; }
.row .pull_four.three.columns {
  margin-left: -57.44681%; }
.row .pull_four.four.columns {
  margin-left: -65.95745%; }
.row .pull_four.five.columns {
  margin-left: -74.46809%; }
.row .pull_four.six.columns {
  margin-left: -82.97872%; }
.row .pull_four.seven.columns {
  margin-left: -91.48936%; }
.row .pull_four.nine.columns {
  margin-left: -108.51064%; }
.row .pull_four.ten.columns {
  margin-left: -117.02128%; }
.row .pull_four.eleven.columns {
  margin-left: -125.53191%; }
.row .push_five {
  margin-left: 44.68085%; }
  .row .push_five:first-child {
    margin-left: 42.55319%; }
.row .pull_five.one.column {
  margin-left: -48.93617%; }
.row .pull_five.two.columns {
  margin-left: -57.44681%; }
.row .pull_five.three.columns {
  margin-left: -65.95745%; }
.row .pull_five.four.columns {
  margin-left: -74.46809%; }
.row .pull_five.five.columns {
  margin-left: -82.97872%; }
.row .pull_five.six.columns {
  margin-left: -91.48936%; }
.row .pull_five.eight.columns {
  margin-left: -108.51064%; }
.row .pull_five.nine.columns {
  margin-left: -117.02128%; }
.row .pull_five.ten.columns {
  margin-left: -125.53191%; }
.row .pull_five.eleven.columns {
  margin-left: -134.04255%; }
.row .push_six {
  margin-left: 53.19149%; }
  .row .push_six:first-child {
    margin-left: 51.06383%; }
.row .pull_six.one.column {
  margin-left: -57.44681%; }
.row .pull_six.two.columns {
  margin-left: -65.95745%; }
.row .pull_six.three.columns {
  margin-left: -74.46809%; }
.row .pull_six.four.columns {
  margin-left: -82.97872%; }
.row .pull_six.five.columns {
  margin-left: -91.48936%; }
.row .pull_six.seven.columns {
  margin-left: -108.51064%; }
.row .pull_six.eight.columns {
  margin-left: -117.02128%; }
.row .pull_six.nine.columns {
  margin-left: -125.53191%; }
.row .pull_six.ten.columns {
  margin-left: -134.04255%; }
.row .pull_six.eleven.columns {
  margin-left: -142.55319%; }
.row .push_seven {
  margin-left: 61.70213%; }
  .row .push_seven:first-child {
    margin-left: 59.57447%; }
.row .pull_seven.one.column {
  margin-left: -65.95745%; }
.row .pull_seven.two.columns {
  margin-left: -74.46809%; }
.row .pull_seven.three.columns {
  margin-left: -82.97872%; }
.row .pull_seven.four.columns {
  margin-left: -91.48936%; }
.row .pull_seven.six.columns {
  margin-left: -108.51064%; }
.row .pull_seven.seven.columns {
  margin-left: -117.02128%; }
.row .pull_seven.eight.columns {
  margin-left: -125.53191%; }
.row .pull_seven.nine.columns {
  margin-left: -134.04255%; }
.row .pull_seven.ten.columns {
  margin-left: -142.55319%; }
.row .pull_seven.eleven.columns {
  margin-left: -151.06383%; }
.row .push_eight {
  margin-left: 70.21277%; }
  .row .push_eight:first-child {
    margin-left: 68.08511%; }
.row .pull_eight.one.column {
  margin-left: -74.46809%; }
.row .pull_eight.two.columns {
  margin-left: -82.97872%; }
.row .pull_eight.three.columns {
  margin-left: -91.48936%; }
.row .pull_eight.five.columns {
  margin-left: -108.51064%; }
.row .pull_eight.six.columns {
  margin-left: -117.02128%; }
.row .pull_eight.seven.columns {
  margin-left: -125.53191%; }
.row .pull_eight.eight.columns {
  margin-left: -134.04255%; }
.row .pull_eight.nine.columns {
  margin-left: -142.55319%; }
.row .pull_eight.ten.columns {
  margin-left: -151.06383%; }
.row .pull_eight.eleven.columns {
  margin-left: -159.57447%; }
.row .push_nine {
  margin-left: 78.7234%; }
  .row .push_nine:first-child {
    margin-left: 76.59574%; }
.row .pull_nine.one.column {
  margin-left: -82.97872%; }
.row .pull_nine.two.columns {
  margin-left: -91.48936%; }
.row .pull_nine.four.columns {
  margin-left: -108.51064%; }
.row .pull_nine.five.columns {
  margin-left: -117.02128%; }
.row .pull_nine.six.columns {
  margin-left: -125.53191%; }
.row .pull_nine.seven.columns {
  margin-left: -134.04255%; }
.row .pull_nine.eight.columns {
  margin-left: -142.55319%; }
.row .pull_nine.nine.columns {
  margin-left: -151.06383%; }
.row .pull_nine.ten.columns {
  margin-left: -159.57447%; }
.row .pull_nine.eleven.columns {
  margin-left: -168.08511%; }
.row .push_ten {
  margin-left: 87.23404%; }
  .row .push_ten:first-child {
    margin-left: 85.10638%; }
.row .pull_ten.one.column {
  margin-left: -91.48936%; }
.row .pull_ten.three.columns {
  margin-left: -108.51064%; }
.row .pull_ten.four.columns {
  margin-left: -117.02128%; }
.row .pull_ten.five.columns {
  margin-left: -125.53191%; }
.row .pull_ten.six.columns {
  margin-left: -134.04255%; }
.row .pull_ten.seven.columns {
  margin-left: -142.55319%; }
.row .pull_ten.eight.columns {
  margin-left: -151.06383%; }
.row .pull_ten.nine.columns {
  margin-left: -159.57447%; }
.row .pull_ten.ten.columns {
  margin-left: -168.08511%; }
.row .pull_ten.eleven.columns {
  margin-left: -176.59574%; }
.row .push_eleven {
  margin-left: 95.74468%; }
  .row .push_eleven:first-child {
    margin-left: 93.61702%; }
.row .pull_eleven.two.columns {
  margin-left: -108.51064%; }
.row .pull_eleven.three.columns {
  margin-left: -117.02128%; }
.row .pull_eleven.four.columns {
  margin-left: -125.53191%; }
.row .pull_eleven.five.columns {
  margin-left: -134.04255%; }
.row .pull_eleven.six.columns {
  margin-left: -142.55319%; }
.row .pull_eleven.seven.columns {
  margin-left: -151.06383%; }
.row .pull_eleven.eight.columns {
  margin-left: -159.57447%; }
.row .pull_eleven.nine.columns {
  margin-left: -168.08511%; }
.row .pull_eleven.ten.columns {
  margin-left: -176.59574%; }
.row .pull_eleven.eleven.columns {
  margin-left: -185.10638%; }

/* 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 */
.fifteen.colgrid .row .one.column {
  width: 4.68085%; }
.fifteen.colgrid .row .one.columns {
  width: 4.68085%; }
.fifteen.colgrid .row .two.columns {
  width: 11.48936%; }
.fifteen.colgrid .row .three.columns {
  width: 18.29787%; }
.fifteen.colgrid .row .four.columns {
  width: 25.10638%; }
.fifteen.colgrid .row .five.columns {
  width: 31.91489%; }
.fifteen.colgrid .row .six.columns {
  width: 38.7234%; }
.fifteen.colgrid .row .seven.columns {
  width: 45.53191%; }
.fifteen.colgrid .row .eight.columns {
  width: 52.34043%; }
.fifteen.colgrid .row .nine.columns {
  width: 59.14894%; }
.fifteen.colgrid .row .ten.columns {
  width: 65.95745%; }
.fifteen.colgrid .row .eleven.columns {
  width: 72.76596%; }
.fifteen.colgrid .row .twelve.columns {
  width: 79.57447%; }
.fifteen.colgrid .row .thirteen.columns {
  width: 86.38298%; }
.fifteen.colgrid .row .fourteen.columns {
  width: 93.19149%; }
.fifteen.colgrid .row .fifteen.columns {
  width: 100%; }

/* Hybrid Push and Pull Classes */
.fifteen.colgrid .row .push_one {
  margin-left: 8.93617%; }
  .fifteen.colgrid .row .push_one:first-child {
    margin-left: 6.80851%; }
.fifteen.colgrid .row .pull_one.one.column {
  margin-left: -11.48936%; }
.fifteen.colgrid .row .pull_one.two.columns {
  margin-left: -18.29787%; }
.fifteen.colgrid .row .pull_one.three.columns {
  margin-left: -25.10638%; }
.fifteen.colgrid .row .pull_one.four.columns {
  margin-left: -31.91489%; }
.fifteen.colgrid .row .pull_one.five.columns {
  margin-left: -38.7234%; }
.fifteen.colgrid .row .pull_one.six.columns {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_one.seven.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_one.eight.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_one.nine.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_one.ten.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_one.eleven.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_one.twelve.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_one.thirteen.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .push_two {
  margin-left: 15.74468%; }
  .fifteen.colgrid .row .push_two:first-child {
    margin-left: 13.61702%; }
.fifteen.colgrid .row .pull_two.one.column {
  margin-left: -18.29787%; }
.fifteen.colgrid .row .pull_two.two.columns {
  margin-left: -25.10638%; }
.fifteen.colgrid .row .pull_two.three.columns {
  margin-left: -31.91489%; }
.fifteen.colgrid .row .pull_two.four.columns {
  margin-left: -38.7234%; }
.fifteen.colgrid .row .pull_two.five.columns {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_two.six.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_two.seven.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_two.eight.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_two.nine.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_two.ten.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_two.eleven.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_two.twelve.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_two.fourteen.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .push_three {
  margin-left: 22.55319%; }
  .fifteen.colgrid .row .push_three:first-child {
    margin-left: 20.42553%; }
.fifteen.colgrid .row .pull_three.one.column {
  margin-left: -25.10638%; }
.fifteen.colgrid .row .pull_three.two.columns {
  margin-left: -31.91489%; }
.fifteen.colgrid .row .pull_three.three.columns {
  margin-left: -38.7234%; }
.fifteen.colgrid .row .pull_three.four.columns {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_three.five.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_three.six.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_three.seven.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_three.eight.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_three.nine.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_three.ten.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_three.eleven.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_three.thirteen.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_three.fourteen.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .push_four {
  margin-left: 29.3617%; }
  .fifteen.colgrid .row .push_four:first-child {
    margin-left: 27.23404%; }
.fifteen.colgrid .row .pull_four.one.column {
  margin-left: -31.91489%; }
.fifteen.colgrid .row .pull_four.two.columns {
  margin-left: -38.7234%; }
.fifteen.colgrid .row .pull_four.three.columns {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_four.four.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_four.five.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_four.six.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_four.seven.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_four.eight.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_four.nine.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_four.ten.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_four.twelve.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_four.thirteen.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_four.fourteen.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .push_five {
  margin-left: 36.17021%; }
  .fifteen.colgrid .row .push_five:first-child {
    margin-left: 34.04255%; }
.fifteen.colgrid .row .pull_five.one.column {
  margin-left: -38.7234%; }
.fifteen.colgrid .row .pull_five.two.columns {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_five.three.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_five.four.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_five.five.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_five.six.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_five.seven.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_five.eight.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_five.nine.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_five.eleven.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_five.twelve.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_five.thirteen.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_five.fourteen.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .push_six {
  margin-left: 42.97872%; }
  .fifteen.colgrid .row .push_six:first-child {
    margin-left: 40.85106%; }
.fifteen.colgrid .row .pull_six.one.column {
  margin-left: -45.53191%; }
.fifteen.colgrid .row .pull_six.two.columns {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_six.three.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_six.four.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_six.five.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_six.six.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_six.seven.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_six.eight.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_six.ten.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_six.eleven.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_six.twelve.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_six.thirteen.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_six.fourteen.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .push_seven {
  margin-left: 49.78723%; }
  .fifteen.colgrid .row .push_seven:first-child {
    margin-left: 47.65957%; }
.fifteen.colgrid .row .pull_seven.one.column {
  margin-left: -52.34043%; }
.fifteen.colgrid .row .pull_seven.two.columns {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_seven.three.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_seven.four.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_seven.five.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_seven.six.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_seven.seven.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_seven.nine.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_seven.ten.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_seven.eleven.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_seven.twelve.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_seven.thirteen.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_seven.fourteen.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .push_eight {
  margin-left: 56.59574%; }
  .fifteen.colgrid .row .push_eight:first-child {
    margin-left: 54.46809%; }
.fifteen.colgrid .row .pull_eight.one.column {
  margin-left: -59.14894%; }
.fifteen.colgrid .row .pull_eight.two.columns {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_eight.three.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_eight.four.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_eight.five.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_eight.six.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_eight.eight.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_eight.nine.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_eight.ten.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_eight.eleven.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_eight.twelve.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_eight.thirteen.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_eight.fourteen.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .push_nine {
  margin-left: 63.40426%; }
  .fifteen.colgrid .row .push_nine:first-child {
    margin-left: 61.2766%; }
.fifteen.colgrid .row .pull_nine.one.column {
  margin-left: -65.95745%; }
.fifteen.colgrid .row .pull_nine.two.columns {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_nine.three.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_nine.four.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_nine.five.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_nine.seven.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_nine.eight.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_nine.nine.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_nine.ten.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_nine.eleven.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_nine.twelve.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_nine.thirteen.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_nine.fourteen.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .push_ten {
  margin-left: 70.21277%; }
  .fifteen.colgrid .row .push_ten:first-child {
    margin-left: 68.08511%; }
.fifteen.colgrid .row .pull_ten.one.column {
  margin-left: -72.76596%; }
.fifteen.colgrid .row .pull_ten.two.columns {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_ten.three.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_ten.four.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_ten.six.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_ten.seven.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_ten.eight.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_ten.nine.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_ten.ten.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_ten.eleven.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_ten.twelve.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_ten.thirteen.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .pull_ten.fourteen.columns {
  margin-left: -161.2766%; }
.fifteen.colgrid .row .push_eleven {
  margin-left: 77.02128%; }
  .fifteen.colgrid .row .push_eleven:first-child {
    margin-left: 74.89362%; }
.fifteen.colgrid .row .pull_eleven.one.column {
  margin-left: -79.57447%; }
.fifteen.colgrid .row .pull_eleven.two.columns {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_eleven.three.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_eleven.five.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_eleven.six.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_eleven.seven.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_eleven.eight.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_eleven.nine.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_eleven.ten.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_eleven.eleven.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_eleven.twelve.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .pull_eleven.thirteen.columns {
  margin-left: -161.2766%; }
.fifteen.colgrid .row .pull_eleven.fourteen.columns {
  margin-left: -168.08511%; }
.fifteen.colgrid .row .push_twelve {
  margin-left: 83.82979%; }
  .fifteen.colgrid .row .push_twelve:first-child {
    margin-left: 81.70213%; }
.fifteen.colgrid .row .pull_twelve.one.column {
  margin-left: -86.38298%; }
.fifteen.colgrid .row .pull_twelve.two.columns {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_twelve.four.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_twelve.five.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_twelve.six.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_twelve.seven.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_twelve.eight.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_twelve.nine.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_twelve.ten.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_twelve.eleven.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .pull_twelve.twelve.columns {
  margin-left: -161.2766%; }
.fifteen.colgrid .row .pull_twelve.thirteen.columns {
  margin-left: -168.08511%; }
.fifteen.colgrid .row .pull_twelve.fourteen.columns {
  margin-left: -174.89362%; }
.fifteen.colgrid .row .push_thirteen {
  margin-left: 90.6383%; }
  .fifteen.colgrid .row .push_thirteen:first-child {
    margin-left: 88.51064%; }
.fifteen.colgrid .row .pull_thirteen.one.column {
  margin-left: -93.19149%; }
.fifteen.colgrid .row .pull_thirteen.three.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_thirteen.four.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_thirteen.five.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_thirteen.six.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_thirteen.seven.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_thirteen.eight.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_thirteen.nine.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_thirteen.ten.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .pull_thirteen.eleven.columns {
  margin-left: -161.2766%; }
.fifteen.colgrid .row .pull_thirteen.twelve.columns {
  margin-left: -168.08511%; }
.fifteen.colgrid .row .pull_thirteen.thirteen.columns {
  margin-left: -174.89362%; }
.fifteen.colgrid .row .pull_thirteen.fourteen.columns {
  margin-left: -181.70213%; }
.fifteen.colgrid .row .push_fourteen {
  margin-left: 97.44681%; }
  .fifteen.colgrid .row .push_fourteen:first-child {
    margin-left: 95.31915%; }
.fifteen.colgrid .row .pull_fourteen.two.columns {
  margin-left: -106.80851%; }
.fifteen.colgrid .row .pull_fourteen.three.columns {
  margin-left: -113.61702%; }
.fifteen.colgrid .row .pull_fourteen.four.columns {
  margin-left: -120.42553%; }
.fifteen.colgrid .row .pull_fourteen.five.columns {
  margin-left: -127.23404%; }
.fifteen.colgrid .row .pull_fourteen.six.columns {
  margin-left: -134.04255%; }
.fifteen.colgrid .row .pull_fourteen.seven.columns {
  margin-left: -140.85106%; }
.fifteen.colgrid .row .pull_fourteen.eight.columns {
  margin-left: -147.65957%; }
.fifteen.colgrid .row .pull_fourteen.nine.columns {
  margin-left: -154.46809%; }
.fifteen.colgrid .row .pull_fourteen.ten.columns {
  margin-left: -161.2766%; }
.fifteen.colgrid .row .pull_fourteen.eleven.columns {
  margin-left: -168.08511%; }
.fifteen.colgrid .row .pull_fourteen.twelve.columns {
  margin-left: -174.89362%; }
.fifteen.colgrid .row .pull_fourteen.thirteen.columns {
  margin-left: -181.70213%; }
.fifteen.colgrid .row .pull_fourteen.fourteen.columns {
  margin-left: -188.51064%; }

.row .pull_one.one.column:first-child, .row .pull_one.two.columns:first-child, .row .pull_one.three.columns:first-child, .row .pull_one.four.columns:first-child, .row .pull_one.five.columns:first-child, .row .pull_one.six.columns:first-child, .row .pull_one.seven.columns:first-child, .row .pull_one.eight.columns:first-child, .row .pull_one.nine.columns:first-child, .row .pull_one.ten.columns:first-child, .row .pull_two.one.column:first-child, .row .pull_two.two.columns:first-child, .row .pull_two.three.columns:first-child, .row .pull_two.four.columns:first-child, .row .pull_two.five.columns:first-child, .row .pull_two.six.columns:first-child, .row .pull_two.seven.columns:first-child, .row .pull_two.eight.columns:first-child, .row .pull_two.nine.columns:first-child, .row .pull_two.eleven.columns:first-child, .row .pull_three.one.column:first-child, .row .pull_three.two.columns:first-child, .row .pull_three.three.columns:first-child, .row .pull_three.four.columns:first-child, .row .pull_three.five.columns:first-child, .row .pull_three.six.columns:first-child, .row .pull_three.seven.columns:first-child, .row .pull_three.eight.columns:first-child, .row .pull_three.ten.columns:first-child, .row .pull_three.eleven.columns:first-child, .row .pull_four.one.column:first-child, .row .pull_four.two.columns:first-child, .row .pull_four.three.columns:first-child, .row .pull_four.four.columns:first-child, .row .pull_four.five.columns:first-child, .row .pull_four.six.columns:first-child, .row .pull_four.seven.columns:first-child, .row .pull_four.nine.columns:first-child, .row .pull_four.ten.columns:first-child, .row .pull_four.eleven.columns:first-child, .row .pull_five.one.column:first-child, .row .pull_five.two.columns:first-child, .row .pull_five.three.columns:first-child, .row .pull_five.four.columns:first-child, .row .pull_five.five.columns:first-child, .row .pull_five.six.columns:first-child, .row .pull_five.eight.columns:first-child, .row .pull_five.nine.columns:first-child, .row .pull_five.ten.columns:first-child, .row .pull_five.eleven.columns:first-child, .row .pull_six.one.column:first-child, .row .pull_six.two.columns:first-child, .row .pull_six.three.columns:first-child, .row .pull_six.four.columns:first-child, .row .pull_six.five.columns:first-child, .row .pull_six.seven.columns:first-child, .row .pull_six.eight.columns:first-child, .row .pull_six.nine.columns:first-child, .row .pull_six.ten.columns:first-child, .row .pull_six.eleven.columns:first-child, .row .pull_seven.one.column:first-child, .row .pull_seven.two.columns:first-child, .row .pull_seven.three.columns:first-child, .row .pull_seven.four.columns:first-child, .row .pull_seven.six.columns:first-child, .row .pull_seven.seven.columns:first-child, .row .pull_seven.eight.columns:first-child, .row .pull_seven.nine.columns:first-child, .row .pull_seven.ten.columns:first-child, .row .pull_seven.eleven.columns:first-child, .row .pull_eight.one.column:first-child, .row .pull_eight.two.columns:first-child, .row .pull_eight.three.columns:first-child, .row .pull_eight.five.columns:first-child, .row .pull_eight.six.columns:first-child, .row .pull_eight.seven.columns:first-child, .row .pull_eight.eight.columns:first-child, .row .pull_eight.nine.columns:first-child, .row .pull_eight.ten.columns:first-child, .row .pull_eight.eleven.columns:first-child, .row .pull_nine.one.column:first-child, .row .pull_nine.two.columns:first-child, .row .pull_nine.four.columns:first-child, .row .pull_nine.five.columns:first-child, .row .pull_nine.six.columns:first-child, .row .pull_nine.seven.columns:first-child, .row .pull_nine.eight.columns:first-child, .row .pull_nine.nine.columns:first-child, .row .pull_nine.ten.columns:first-child, .row .pull_nine.eleven.columns:first-child, .row .pull_ten.one.column:first-child, .row .pull_ten.three.columns:first-child, .row .pull_ten.four.columns:first-child, .row .pull_ten.five.columns:first-child, .row .pull_ten.six.columns:first-child, .row .pull_ten.seven.columns:first-child, .row .pull_ten.eight.columns:first-child, .row .pull_ten.nine.columns:first-child, .row .pull_ten.ten.columns:first-child, .row .pull_ten.eleven.columns:first-child, .row .pull_eleven.two.columns:first-child, .row .pull_eleven.three.columns:first-child, .row .pull_eleven.four.columns:first-child, .row .pull_eleven.five.columns:first-child, .row .pull_eleven.six.columns:first-child, .row .pull_eleven.seven.columns:first-child, .row .pull_eleven.eight.columns:first-child, .row .pull_eleven.nine.columns:first-child, .row .pull_eleven.ten.columns:first-child, .row .pull_eleven.eleven.columns:first-child, .fifteen.colgrid .row .pull_one.one.column:first-child, .fifteen.colgrid .row .pull_one.two.columns:first-child, .fifteen.colgrid .row .pull_one.three.columns:first-child, .fifteen.colgrid .row .pull_one.four.columns:first-child, .fifteen.colgrid .row .pull_one.five.columns:first-child, .fifteen.colgrid .row .pull_one.six.columns:first-child, .fifteen.colgrid .row .pull_one.seven.columns:first-child, .fifteen.colgrid .row .pull_one.eight.columns:first-child, .fifteen.colgrid .row .pull_one.nine.columns:first-child, .fifteen.colgrid .row .pull_one.ten.columns:first-child, .fifteen.colgrid .row .pull_one.eleven.columns:first-child, .fifteen.colgrid .row .pull_one.twelve.columns:first-child, .fifteen.colgrid .row .pull_one.thirteen.columns:first-child, .fifteen.colgrid .row .pull_two.one.column:first-child, .fifteen.colgrid .row .pull_two.two.columns:first-child, .fifteen.colgrid .row .pull_two.three.columns:first-child, .fifteen.colgrid .row .pull_two.four.columns:first-child, .fifteen.colgrid .row .pull_two.five.columns:first-child, .fifteen.colgrid .row .pull_two.six.columns:first-child, .fifteen.colgrid .row .pull_two.seven.columns:first-child, .fifteen.colgrid .row .pull_two.eight.columns:first-child, .fifteen.colgrid .row .pull_two.nine.columns:first-child, .fifteen.colgrid .row .pull_two.ten.columns:first-child, .fifteen.colgrid .row .pull_two.eleven.columns:first-child, .fifteen.colgrid .row .pull_two.twelve.columns:first-child, .fifteen.colgrid .row .pull_two.fourteen.columns:first-child, .fifteen.colgrid .row .pull_three.one.column:first-child, .fifteen.colgrid .row .pull_three.two.columns:first-child, .fifteen.colgrid .row .pull_three.three.columns:first-child, .fifteen.colgrid .row .pull_three.four.columns:first-child, .fifteen.colgrid .row .pull_three.five.columns:first-child, .fifteen.colgrid .row .pull_three.six.columns:first-child, .fifteen.colgrid .row .pull_three.seven.columns:first-child, .fifteen.colgrid .row .pull_three.eight.columns:first-child, .fifteen.colgrid .row .pull_three.nine.columns:first-child, .fifteen.colgrid .row .pull_three.ten.columns:first-child, .fifteen.colgrid .row .pull_three.eleven.columns:first-child, .fifteen.colgrid .row .pull_three.thirteen.columns:first-child, .fifteen.colgrid .row .pull_three.fourteen.columns:first-child, .fifteen.colgrid .row .pull_four.one.column:first-child, .fifteen.colgrid .row .pull_four.two.columns:first-child, .fifteen.colgrid .row .pull_four.three.columns:first-child, .fifteen.colgrid .row .pull_four.four.columns:first-child, .fifteen.colgrid .row .pull_four.five.columns:first-child, .fifteen.colgrid .row .pull_four.six.columns:first-child, .fifteen.colgrid .row .pull_four.seven.columns:first-child, .fifteen.colgrid .row .pull_four.eight.columns:first-child, .fifteen.colgrid .row .pull_four.nine.columns:first-child, .fifteen.colgrid .row .pull_four.ten.columns:first-child, .fifteen.colgrid .row .pull_four.twelve.columns:first-child, .fifteen.colgrid .row .pull_four.thirteen.columns:first-child, .fifteen.colgrid .row .pull_four.fourteen.columns:first-child, .fifteen.colgrid .row .pull_five.one.column:first-child, .fifteen.colgrid .row .pull_five.two.columns:first-child, .fifteen.colgrid .row .pull_five.three.columns:first-child, .fifteen.colgrid .row .pull_five.four.columns:first-child, .fifteen.colgrid .row .pull_five.five.columns:first-child, .fifteen.colgrid .row .pull_five.six.columns:first-child, .fifteen.colgrid .row .pull_five.seven.columns:first-child, .fifteen.colgrid .row .pull_five.eight.columns:first-child, .fifteen.colgrid .row .pull_five.nine.columns:first-child, .fifteen.colgrid .row .pull_five.eleven.columns:first-child, .fifteen.colgrid .row .pull_five.twelve.columns:first-child, .fifteen.colgrid .row .pull_five.thirteen.columns:first-child, .fifteen.colgrid .row .pull_five.fourteen.columns:first-child, .fifteen.colgrid .row .pull_six.one.column:first-child, .fifteen.colgrid .row .pull_six.two.columns:first-child, .fifteen.colgrid .row .pull_six.three.columns:first-child, .fifteen.colgrid .row .pull_six.four.columns:first-child, .fifteen.colgrid .row .pull_six.five.columns:first-child, .fifteen.colgrid .row .pull_six.six.columns:first-child, .fifteen.colgrid .row .pull_six.seven.columns:first-child, .fifteen.colgrid .row .pull_six.eight.columns:first-child, .fifteen.colgrid .row .pull_six.ten.columns:first-child, .fifteen.colgrid .row .pull_six.eleven.columns:first-child, .fifteen.colgrid .row .pull_six.twelve.columns:first-child, .fifteen.colgrid .row .pull_six.thirteen.columns:first-child, .fifteen.colgrid .row .pull_six.fourteen.columns:first-child, .fifteen.colgrid .row .pull_seven.one.column:first-child, .fifteen.colgrid .row .pull_seven.two.columns:first-child, .fifteen.colgrid .row .pull_seven.three.columns:first-child, .fifteen.colgrid .row .pull_seven.four.columns:first-child, .fifteen.colgrid .row .pull_seven.five.columns:first-child, .fifteen.colgrid .row .pull_seven.six.columns:first-child, .fifteen.colgrid .row .pull_seven.seven.columns:first-child, .fifteen.colgrid .row .pull_seven.nine.columns:first-child, .fifteen.colgrid .row .pull_seven.ten.columns:first-child, .fifteen.colgrid .row .pull_seven.eleven.columns:first-child, .fifteen.colgrid .row .pull_seven.twelve.columns:first-child, .fifteen.colgrid .row .pull_seven.thirteen.columns:first-child, .fifteen.colgrid .row .pull_seven.fourteen.columns:first-child, .fifteen.colgrid .row .pull_eight.one.column:first-child, .fifteen.colgrid .row .pull_eight.two.columns:first-child, .fifteen.colgrid .row .pull_eight.three.columns:first-child, .fifteen.colgrid .row .pull_eight.four.columns:first-child, .fifteen.colgrid .row .pull_eight.five.columns:first-child, .fifteen.colgrid .row .pull_eight.six.columns:first-child, .fifteen.colgrid .row .pull_eight.eight.columns:first-child, .fifteen.colgrid .row .pull_eight.nine.columns:first-child, .fifteen.colgrid .row .pull_eight.ten.columns:first-child, .fifteen.colgrid .row .pull_eight.eleven.columns:first-child, .fifteen.colgrid .row .pull_eight.twelve.columns:first-child, .fifteen.colgrid .row .pull_eight.thirteen.columns:first-child, .fifteen.colgrid .row .pull_eight.fourteen.columns:first-child, .fifteen.colgrid .row .pull_nine.one.column:first-child, .fifteen.colgrid .row .pull_nine.two.columns:first-child, .fifteen.colgrid .row .pull_nine.three.columns:first-child, .fifteen.colgrid .row .pull_nine.four.columns:first-child, .fifteen.colgrid .row .pull_nine.five.columns:first-child, .fifteen.colgrid .row .pull_nine.seven.columns:first-child, .fifteen.colgrid .row .pull_nine.eight.columns:first-child, .fifteen.colgrid .row .pull_nine.nine.columns:first-child, .fifteen.colgrid .row .pull_nine.ten.columns:first-child, .fifteen.colgrid .row .pull_nine.eleven.columns:first-child, .fifteen.colgrid .row .pull_nine.twelve.columns:first-child, .fifteen.colgrid .row .pull_nine.thirteen.columns:first-child, .fifteen.colgrid .row .pull_nine.fourteen.columns:first-child, .fifteen.colgrid .row .pull_ten.one.column:first-child, .fifteen.colgrid .row .pull_ten.two.columns:first-child, .fifteen.colgrid .row .pull_ten.three.columns:first-child, .fifteen.colgrid .row .pull_ten.four.columns:first-child, .fifteen.colgrid .row .pull_ten.six.columns:first-child, .fifteen.colgrid .row .pull_ten.seven.columns:first-child, .fifteen.colgrid .row .pull_ten.eight.columns:first-child, .fifteen.colgrid .row .pull_ten.nine.columns:first-child, .fifteen.colgrid .row .pull_ten.ten.columns:first-child, .fifteen.colgrid .row .pull_ten.eleven.columns:first-child, .fifteen.colgrid .row .pull_ten.twelve.columns:first-child, .fifteen.colgrid .row .pull_ten.thirteen.columns:first-child, .fifteen.colgrid .row .pull_ten.fourteen.columns:first-child, .fifteen.colgrid .row .pull_eleven.one.column:first-child, .fifteen.colgrid .row .pull_eleven.two.columns:first-child, .fifteen.colgrid .row .pull_eleven.three.columns:first-child, .fifteen.colgrid .row .pull_eleven.five.columns:first-child, .fifteen.colgrid .row .pull_eleven.six.columns:first-child, .fifteen.colgrid .row .pull_eleven.seven.columns:first-child, .fifteen.colgrid .row .pull_eleven.eight.columns:first-child, .fifteen.colgrid .row .pull_eleven.nine.columns:first-child, .fifteen.colgrid .row .pull_eleven.ten.columns:first-child, .fifteen.colgrid .row .pull_eleven.eleven.columns:first-child, .fifteen.colgrid .row .pull_eleven.twelve.columns:first-child, .fifteen.colgrid .row .pull_eleven.thirteen.columns:first-child, .fifteen.colgrid .row .pull_eleven.fourteen.columns:first-child, .fifteen.colgrid .row .pull_twelve.one.column:first-child, .fifteen.colgrid .row .pull_twelve.two.columns:first-child, .fifteen.colgrid .row .pull_twelve.four.columns:first-child, .fifteen.colgrid .row .pull_twelve.five.columns:first-child, .fifteen.colgrid .row .pull_twelve.six.columns:first-child, .fifteen.colgrid .row .pull_twelve.seven.columns:first-child, .fifteen.colgrid .row .pull_twelve.eight.columns:first-child, .fifteen.colgrid .row .pull_twelve.nine.columns:first-child, .fifteen.colgrid .row .pull_twelve.ten.columns:first-child, .fifteen.colgrid .row .pull_twelve.eleven.columns:first-child, .fifteen.colgrid .row .pull_twelve.twelve.columns:first-child, .fifteen.colgrid .row .pull_twelve.thirteen.columns:first-child, .fifteen.colgrid .row .pull_twelve.fourteen.columns:first-child, .fifteen.colgrid .row .pull_thirteen.one.column:first-child, .fifteen.colgrid .row .pull_thirteen.three.columns:first-child, .fifteen.colgrid .row .pull_thirteen.four.columns:first-child, .fifteen.colgrid .row .pull_thirteen.five.columns:first-child, .fifteen.colgrid .row .pull_thirteen.six.columns:first-child, .fifteen.colgrid .row .pull_thirteen.seven.columns:first-child, .fifteen.colgrid .row .pull_thirteen.eight.columns:first-child, .fifteen.colgrid .row .pull_thirteen.nine.columns:first-child, .fifteen.colgrid .row .pull_thirteen.ten.columns:first-child, .fifteen.colgrid .row .pull_thirteen.eleven.columns:first-child, .fifteen.colgrid .row .pull_thirteen.twelve.columns:first-child, .fifteen.colgrid .row .pull_thirteen.thirteen.columns:first-child, .fifteen.colgrid .row .pull_thirteen.fourteen.columns:first-child, .fifteen.colgrid .row .pull_fourteen.two.columns:first-child, .fifteen.colgrid .row .pull_fourteen.three.columns:first-child, .fifteen.colgrid .row .pull_fourteen.four.columns:first-child, .fifteen.colgrid .row .pull_fourteen.five.columns:first-child, .fifteen.colgrid .row .pull_fourteen.six.columns:first-child, .fifteen.colgrid .row .pull_fourteen.seven.columns:first-child, .fifteen.colgrid .row .pull_fourteen.eight.columns:first-child, .fifteen.colgrid .row .pull_fourteen.nine.columns:first-child, .fifteen.colgrid .row .pull_fourteen.ten.columns:first-child, .fifteen.colgrid .row .pull_fourteen.eleven.columns:first-child, .fifteen.colgrid .row .pull_fourteen.twelve.columns:first-child, .fifteen.colgrid .row .pull_fourteen.thirteen.columns:first-child, .fifteen.colgrid .row .pull_fourteen.fourteen.columns:first-child {
  margin-left: 0; }

.row .pull_one.eleven.columns, .row .pull_two.ten.columns, .row .pull_three.nine.columns, .row .pull_four.eight.columns, .row .pull_five.seven.columns, .row .pull_six.six.columns, .row .pull_seven.five.columns, .row .pull_eight.four.columns, .row .pull_nine.three.columns, .row .pull_ten.two.columns, .row .pull_eleven.one.columns, .fifteen.colgrid .row .pull_one.fourteen.columns, .fifteen.colgrid .row .pull_two.thirteen.columns, .fifteen.colgrid .row .pull_three.twelve.columns, .fifteen.colgrid .row .pull_four.eleven.columns, .fifteen.colgrid .row .pull_five.ten.columns, .fifteen.colgrid .row .pull_six.nine.columns, .fifteen.colgrid .row .pull_seven.eight.columns, .fifteen.colgrid .row .pull_eight.seven.columns, .fifteen.colgrid .row .pull_nine.six.columns, .fifteen.colgrid .row .pull_ten.five.columns, .fifteen.colgrid .row .pull_eleven.four.columns, .fifteen.colgrid .row .pull_twelve.three.columns, .fifteen.colgrid .row .pull_thirteen.two.columns, .fifteen.colgrid .row .pull_fourteen.one.columns {
  margin-left: -100%; }

/* Hybrid Centered Classes */
.fifteen.colgrid .row .one.centered {
  margin-left: 47.65957%; }
.fifteen.colgrid .row .two.centered {
  margin-left: 44.25532%; }
.fifteen.colgrid .row .three.centered {
  margin-left: 40.85106%; }
.fifteen.colgrid .row .four.centered {
  margin-left: 37.44681%; }
.fifteen.colgrid .row .five.centered {
  margin-left: 34.04255%; }
.fifteen.colgrid .row .six.centered {
  margin-left: 30.6383%; }
.fifteen.colgrid .row .seven.centered {
  margin-left: 27.23404%; }
.fifteen.colgrid .row .eight.centered {
  margin-left: 23.82979%; }
.fifteen.colgrid .row .nine.centered {
  margin-left: 20.42553%; }
.fifteen.colgrid .row .ten.centered {
  margin-left: 17.02128%; }
.fifteen.colgrid .row .eleven.centered {
  margin-left: 13.61702%; }
.fifteen.colgrid .row .twelve.centered {
  margin-left: 10.21277%; }
.fifteen.colgrid .row .thirteen.centered {
  margin-left: 6.80851%; }
.fifteen.colgrid .row .fourteen.centered {
  margin-left: 3.40426%; }

.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_"],
  [class^="pull_"],
  [class*="pull_"] {
    margin-left: 0 !important; } }
body.page-marketplace .row {
  max-width: 1182px; }
  @media only screen and (max-width: 1182px) {
    body.page-marketplace .row {
      padding: 0 20px; } }

/*@mixin font-semibold($fontsize, $lineheight: $default-lineheight) {*/
/*@include _font_setup('Open Sans', $fontsize, $lineheight);*/
/*font-weight: 600;*/
/*}*/
/* =Global
----------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 16px;
  line-height: 19.2px;
  background: #252525; }
  html.iframe {
    background: #fff; }

body {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  color: #666;
  background: #fff; }

/* 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, strong {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-weight: normal; }

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: 5px; }

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: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px 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: #158bc1;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #26afef; }

/* 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%; }

table {
  /*border: 1px solid #666;*/
  margin-top: 20px; }
  table th, table td {
    border-left: 1px solid #666;
    line-height: 1.2em;
    border-left: 3px solid #fff; }
    table th:first-child, table td:first-child {
      border-left: 0; }
  table th {
    background: #208CC1;
    border-color: #f0f0f0;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px;
    vertical-align: middle; }
  table tr td {
    background: #fff;
    padding: 12px; }
  table tr.alt td {
    background: #f0f0f0; }
  table tr.heading-row td {
    background: #ddd;
    padding: 10px 12px; }
  table tr.heading-row-alt td {
    background: #636363;
    padding: 10px 12px;
    color: #fff; }

/* Mobile */
@media only screen and (max-width: 767px) {
  table {
    font-size: 12px; }
    table th {
      white-space: normal; }

  table.responsive {
    margin-bottom: 0; }

  .scrollable table {
    margin-top: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin-top: 0; }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
    text-align: left; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none; } }
.icons-sprite, #toolbar .blog > a, #toolbar .search a, #toolbar .search.active a, #featured-videos .featured-video > a:hover > .video-poster-container:after, .social-media .twitter, .social-media .facebook, .social-media .youku, .social-media .youtube, .social-media .linkedin, .social-media .googleplus, .social-media .blog, .footer-contact .phone:before, .footer-contact .email:before, .keep-informed input[type=submit], .button-small:after, .page-partner-center .widget .button-resource:after,
.parent-pageid-9512 .widget .button-resource:after,
.widget .button-small:after,
.button-large:after, .button-nobg:after,
.widget .button-nobg:after, .button-resource:after, .button-resource-pdf:after, a.document.pdf:after, .news-article-list-block .content-simple-title:after, .press-release-list-block .content-simple-title:after, .featured-event-block .content-simple-title:after, .customer-list .customer .customer-resource-indicator .flip-icon,
.customer-list .customer .partner-resource-indicator .flip-icon,
.partner-list .partner .customer-resource-indicator .flip-icon,
.partner-list .partner .partner-resource-indicator .flip-icon, .video-placeholder:after, .video-block-behavior:hover .video-placeholder:after, .video-placeholder:hover:after, .product-layer .additional-assets-list-item a.android:before, .product-layer .additional-assets-list-item a.datasheet:before, .product-layer .additional-assets-list-item a.html:before, .product-layer .additional-assets-list-item a.ios:before, .product-layer .additional-assets-list-item a.video:before, .features-block:after, .benefits-block:after, .platform-filter-item a.mobile:after, .platform-filter-item a.active.mobile:after, .platform-filter-item a.desktop:after, .platform-filter-item a.active.desktop:after, .platform-filter-item a.room:after, .platform-filter-item a.active.room:after, .video-poster-container:after, .video-block:hover .video-poster-container:after, .platform-icon.mobile, .platform-icon.desktop, .platform-icon.room, a.video-voting-item-link.yes:after, a.video-voting-item-link.no:after, .product-landing-fma .fma-arrow-left, .product-landing-fma .fma-arrow-right, .home-carousel-prev, .home-carousel-next, .ma-nav__primary .ma-nav__link.ma-nav__link--active:after, .ma-nav__link--category.ma-nav__link--active:after, .blog #section-navigation .rss-link:after, .widget .social-media .twitter, .widget .social-media .facebook, .widget .social-media .youku, .widget .social-media .youtube, .widget .social-media .linkedin, .widget .social-media .googleplus, .widget .social-media .blog {
  background-image: url('/images/icons-s871fdcc95c.png');
  background-repeat: no-repeat; }

.badges-sprite, .sidebar-block.document:after,
.widget.document:after, .sidebar-block.comment:after,
.widget.comment:after, .sidebar-block .badged.badge-calendar:before,
.widget .badged.badge-calendar:before, .sidebar-block .badged.badge-document:before,
.widget .badged.badge-document:before, .badged-resource-item.brochure:before, .badged-resource-item.case-study:before, .badged-resource-item.datasheet:before, .badged-resource-item.resource-kit:before, .badged-resource-item.solution-brief:before, .badged-resource-item.white-paper:before, .badged-resource-item.video:before, .badged-resource-item.webinar:before {
  background-image: url('/images/badges-s0c959bdce8.png');
  background-repeat: no-repeat; }

/* =============================================================================
   Tile flip effect/animation

   @see http://davidwalsh.name/css-flip#comment-36955
   ========================================================================== */
.flipper-container {
  width: 100%;
  height: 100%; }
  .flipper-container .flipper {
    position: relative;
    width: 100%;
    height: 100%; }
    .flipper-container .flipper .front,
    .flipper-container .flipper .back {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.flippable .flipper-container {
  /* flip the pane when hovered */ }
  .flippable .flipper-container .flipper {
    /* hide back of pane during swap */
    /* front pane, placed above back */ }
    .flippable .flipper-container .flipper .front,
    .flippable .flipper-container .flipper .back {
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transform: perspective(1000px) rotateY(-180deg);
      -ms-transform: perspective(1000px) rotateY(-180deg);
      -webkit-transform: perspective(1000px) rotateY(-180deg);
      transform: perspective(1000px) rotateY(-180deg);
      -moz-transition: all 0.25s linear 0.5s;
      -o-transition: all 0.25s linear 0.5s;
      -webkit-transition: all 0.25s linear;
      -webkit-transition-delay: 0.5s;
      transition: all 0.25s linear 0.5s; }
    .flippable .flipper-container .flipper .front {
      z-index: 2;
      -moz-transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0);
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0); }
  .flippable .flipper-container:hover .flipper, .flippable .flipper-container.flipped .flipper {
    /* front pane, placed above back */
    /* back, initially hidden pane */ }
    .flippable .flipper-container:hover .flipper .front, .flippable .flipper-container.flipped .flipper .front {
      -moz-transform: perspective(1000px) rotateY(179.9deg);
      -ms-transform: perspective(1000px) rotateY(179.9deg);
      -webkit-transform: perspective(1000px) rotateY(179.9deg);
      transform: perspective(1000px) rotateY(179.9deg); }
    .flippable .flipper-container:hover .flipper .back, .flippable .flipper-container.flipped .flipper .back {
      display: block;
      -moz-transform: perspective(1000px) rotateY(0);
      -ms-transform: perspective(1000px) rotateY(0);
      -webkit-transform: perspective(1000px) rotateY(0);
      transform: perspective(1000px) rotateY(0); }
  .flippable .flipper-container.no-hover:hover .flipper .front {
    -moz-transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0);
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0); }
  .flippable .flipper-container.no-hover:hover .flipper .back {
    -moz-transform: perspective(1000px) rotateY(-180deg);
    -ms-transform: perspective(1000px) rotateY(-180deg);
    -webkit-transform: perspective(1000px) rotateY(-180deg);
    transform: perspective(1000px) rotateY(-180deg); }
  .flippable .flipper-container.flipped:hover .flipper .front {
    -moz-transform: perspective(1000px) rotateY(179.9deg);
    -ms-transform: perspective(1000px) rotateY(179.9deg);
    -webkit-transform: perspective(1000px) rotateY(179.9deg);
    transform: perspective(1000px) rotateY(179.9deg); }
  .flippable .flipper-container.flipped:hover .flipper .back {
    -moz-transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0);
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0); }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

.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; }

body.home {
  background: #ddd; }
  body.home #page {
    max-width: 1400px;
    background: #fff;
    margin: 0 auto; }

#masthead-wrapper {
  /*background: url(images/main-nav-bg.jpg) repeat-x 0 100%;*/ }
  .home #masthead-wrapper, .page-partner-portal #masthead-wrapper, .page-template-template-resources-php #masthead-wrapper {
    background: none; }

#masthead {
  position: relative;
  margin-bottom: 24px; }
  @media only screen and (max-width: 811px) {
    #masthead {
      margin-bottom: 0; } }
  #masthead .masthead-container {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 7; }
    #masthead .masthead-container > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      #masthead .masthead-container {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      #masthead .masthead-container {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
    body.page-marketplace #masthead .masthead-container {
      max-width: 1182px; }
      @media only screen and (max-width: 1182px) {
        body.page-marketplace #masthead .masthead-container {
          padding: 0 20px; } }
    @media only screen and (max-width: 811px) {
      #masthead .masthead-container {
        padding: 0; } }
  @media only screen and (min-width: 812px) {
    #masthead {
      min-height: 140px;
      margin-bottom: 0; }
      .home #masthead, .page-partner-portal #masthead, .page-template-template-resources-php #masthead {
        min-height: 135px; } }

.site-branding {
  position: absolute;
  margin-top: 8px; }
  .site-branding > a {
    display: block; }
  .site-branding img {
    max-width: 100%;
    min-width: 100%;
    width: auto; }
  .site-branding .mobile-logo {
    display: none; }
  @media only screen and (max-width: 868px) {
    .site-branding {
      width: 100px; } }
  @media only screen and (max-width: 811px) {
    .site-branding .desktop-logo {
      display: none; }
    .site-branding .mobile-logo {
      display: inline;
      margin-left: 12px; } }

#cta-buttons {
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  font-weight: bold;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  border: 2px solid #fff;
  border-top: 0;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.21); }
  @media only screen and (max-width: 811px) {
    #cta-buttons {
      display: none !important; } }
  #cta-buttons .menu-item {
    display: table;
    height: 57px;
    width: 93px; }
  #cta-buttons a {
    text-transform: uppercase;
    color: #fff;
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle; }
  #cta-buttons .free-trial a {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZDk3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YzUzYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fad97f), color-stop(100%, #f7c53a));
    background: -moz-linear-gradient(#fad97f, #f7c53a);
    background: -webkit-linear-gradient(#fad97f, #f7c53a);
    background: linear-gradient(#fad97f, #f7c53a); }
  #cta-buttons .demo a {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5ZDg4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzI0OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b9d88b), color-stop(100%, #91c249));
    background: -moz-linear-gradient(#b9d88b, #91c249);
    background: -webkit-linear-gradient(#b9d88b, #91c249);
    background: linear-gradient(#b9d88b, #91c249); }
  #cta-buttons .contact-sales a {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YjFkMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3ODNiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #77b1d2), color-stop(100%, #2783b7));
    background: -moz-linear-gradient(#77b1d2, #2783b7);
    background: -webkit-linear-gradient(#77b1d2, #2783b7);
    background: linear-gradient(#77b1d2, #2783b7); }
  #cta-buttons .first a {
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0;
    border-radius: 0 0 0 4px; }
  #cta-buttons .last a {
    -moz-border-radius: 0 0 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 0 4px 0; }

#toolbar .menu {
  *zoom: 1; }
  #toolbar .menu:before, #toolbar .menu:after {
    content: "";
    display: table; }
  #toolbar .menu:after {
    clear: both; }

#toolbar {
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-top: 16px;
  margin-right: 12px;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 811px) {
    #toolbar {
      display: none !important; } }
  #toolbar .menu-item {
    margin-right: 12px;
    margin-top: 4px; }
    #toolbar .menu-item .menu-item {
      margin: 0; }
  #toolbar .menu-item-has-children {
    position: relative; }
    #toolbar .menu-item-has-children:hover > ul {
      display: block; }
    #toolbar .menu-item-has-children > a {
      position: relative;
      padding-right: 20px; }
      #toolbar .menu-item-has-children > a:after {
        content: '';
        position: absolute;
        right: 3px;
        top: 3px;
        border-top: 5px solid #b7b7b7;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
    #toolbar .menu-item-has-children > ul {
      position: absolute;
      top: 90%;
      background: #fff;
      padding: 8px;
      left: -9px; }
      #toolbar .menu-item-has-children > ul a {
        white-space: nowrap; }
        #toolbar .menu-item-has-children > ul a:hover {
          color: #000; }
  #toolbar .last {
    margin-right: 0; }
  #toolbar .blog > a {
    background-position: 0 -124px;
    width: 32px;
    height: 27px;
    display: block; }
    #toolbar .blog > a {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #toolbar .blog > a {
      font-size: 1px;
      line-height: 1px; }
    #toolbar .blog > a {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 #toolbar .blog > a {
      font-size: 1px;
      line-height: 1px; }
    #toolbar .blog > a:focus {
      outline: none; }
    #toolbar .blog > a::-moz-focus-inner {
      border: 0; }
  #toolbar .search {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    position: relative;
    margin-top: 0;
    padding: 8px 10px 6px; }
    #toolbar .search:after {
      content: '';
      left: 0;
      width: 1px;
      top: 6px;
      bottom: 4px;
      background: #909090;
      border-left: 1px solid #c0c0c0;
      position: absolute;
      z-index: 5; }
    #toolbar .search.active {
      background: #e1e1e1; }
      #toolbar .search.active:after {
        display: none; }
    #toolbar .search a {
      background-position: 0 -795px;
      width: 17px;
      height: 17px;
      display: block; }
      #toolbar .search a {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 #toolbar .search a {
        font-size: 1px;
        line-height: 1px; }
      #toolbar .search a {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 #toolbar .search a {
        font-size: 1px;
        line-height: 1px; }
      #toolbar .search a:active, #toolbar .search a.magnifying-glass-active {
        background-position: 0 -776px; }
      #toolbar .search a:focus {
        outline: none; }
      #toolbar .search a::-moz-focus-inner {
        border: 0; }
    #toolbar .search.active a {
      background-position: 0 -776px;
      width: 17px;
      height: 17px; }
      #toolbar .search.active a {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 #toolbar .search.active a {
        font-size: 1px;
        line-height: 1px; }
  #toolbar a {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-size: 0.75rem;
    line-height: 1.625rem;
    color: #888; }
  #toolbar #search-container {
    -moz-border-radius: 5px 0 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 5px 5px;
    display: none;
    background: #e1e1e1;
    padding: 6px;
    position: absolute; }
    #toolbar #search-container input[type="text"] {
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
      border: 0;
      line-height: 24px;
      height: 24px;
      padding: 0 5px;
      display: inline-block; }
    #toolbar #search-container input[type="submit"] {
      font-family: arial, helvetica, sans-serif;
      font-size: 11px;
      line-height: 24px;
      font-size: 0.6875rem;
      line-height: 1.5rem;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-shadow: none;
      background: #008ac4;
      color: #fff;
      text-transform: uppercase;
      padding: 0 10px;
      float: right;
      height: 24px; }

#partner-portal-navigation {
  float: right;
  color: #898989;
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  padding-top: 40px; }
  #partner-portal-navigation a {
    color: #898989; }
    #partner-portal-navigation a:hover {
      color: #26afef; }
  #partner-portal-navigation h1 {
    color: #88c342;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 12px; }

#mobile-navigation {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e1e1e1), color-stop(100%, #f9f9f9));
  background: -moz-linear-gradient(bottom, #e1e1e1, #f9f9f9);
  background: -webkit-linear-gradient(bottom, #e1e1e1, #f9f9f9);
  background: linear-gradient(to top, #e1e1e1, #f9f9f9); }
  @media only screen and (min-width: 812px) {
    #mobile-navigation {
      display: none; } }
  .row > #mobile-navigation {
    margin: 0 -20px; }
  #mobile-navigation .menu {
    position: static; }
  #mobile-navigation .menu-item {
    float: none;
    padding: 0 8px; }
    #mobile-navigation .menu-item > a {
      color: #158bc1; }
    #mobile-navigation .menu-item.current-menu-item > a, #mobile-navigation .menu-item.current-page-ancestor > a {
      color: #158bc1;
      font-weight: bold; }
      #mobile-navigation .menu-item.current-menu-item > a:before, #mobile-navigation .menu-item.current-page-ancestor > a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left: 5px solid #158bc1;
        border-right-width: 0;
        margin: 0 8px 0 0; }

#site-navigation {
  clear: right;
  float: right;
  margin: 12px -15px 20px 0;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 811px) {
    #site-navigation {
      display: none !important; } }
  #site-navigation .menu-item {
    display: block;
    border: 1px solid transparent;
    border-bottom: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #site-navigation .menu-item > a {
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 18px;
      line-height: 21.6px;
      font-size: 1.125rem;
      line-height: 1.35rem;
      font-weight: normal;
      line-height: 1.4em;
      text-transform: uppercase;
      padding: 15px 15px 10px 15px;
      display: block; }
  #site-navigation #menu-item-226 .sub-menu, #site-navigation #menu-item-224 .sub-menu {
    min-width: 800px; }

.navbar-header.secondary {
  position: relative;
  z-index: 6; }

#section-navigation {
  min-height: 45px;
  background: #208CC1; }
  .home #section-navigation {
    display: none; }
  #section-navigation .nav-content-wrapper-1 .menu .menu {
    margin-left: 1.5em; }
    @media only screen and (min-width: 812px) {
      #section-navigation .nav-content-wrapper-1 .menu .menu {
        display: none !important; } }
  #section-navigation .nav-content-wrapper-2 {
    background: #636363; }
    #section-navigation .nav-content-wrapper-2 .menu-item {
      height: 35px;
      line-height: 33px; }
    #section-navigation .nav-content-wrapper-2 a {
      color: #fff; }
    @media only screen and (max-width: 811px) {
      #section-navigation .nav-content-wrapper-2 {
        display: none !important; } }
  #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: 0 20px; } }
    @media only screen and (max-width: 767px) {
      #section-navigation .nav-content {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .page-template-template-customers-php #section-navigation {
    min-height: 3px; }
    .page-template-template-customers-php #section-navigation .nav-content-wrapper {
      display: none; }
  .page-template-template-resources-php #section-navigation {
    display: none; }
  #section-navigation .nav-content {
    *zoom: 1; }
    #section-navigation .nav-content:before, #section-navigation .nav-content:after {
      content: "";
      display: table; }
    #section-navigation .nav-content:after {
      clear: both; }
  #section-navigation .menu {
    float: right; }
  #section-navigation .menu-item {
    float: left;
    height: 50px;
    line-height: 48px;
    position: relative;
    margin-right: 18px;
    z-index: 99; }
    #section-navigation .menu-item.last {
      margin-right: 0; }
  #section-navigation .active:after {
    content: '';
    height: 8px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    /*@include box-shadow(inset 0 -2px 2px px #666);*/ }
  #section-navigation a {
    color: #8adcff;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15.6px;
    font-size: 0.8125rem;
    line-height: 0.975rem; }
  #section-navigation .parent-of-active > a, #section-navigation .active > a {
    color: #fff; }
  #section-navigation .nav-content-solutions > ul {
    float: right; }
  #section-navigation .nav-content-solutions > ul > li:active > ul, #section-navigation .nav-content-solutions > ul > li:focus > ul, #section-navigation .nav-content-solutions > ul > li:hover > ul {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  #section-navigation .nav-content-solutions > ul > li > ul {
    background: #05658d;
    -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;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    #section-navigation .nav-content-solutions > ul > li > ul .menu-item {
      float: none;
      height: auto;
      font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
      font-size: 13px;
      line-height: 15.6px;
      font-size: 0.8125rem;
      line-height: 0.975rem;
      margin: 0; }
      #section-navigation .nav-content-solutions > ul > li > ul .menu-item > a {
        display: block;
        padding: 5px 12px;
        -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;
        -moz-transition: color 0.6s ease;
        -o-transition: color 0.6s ease;
        -webkit-transition: color 0.6s ease;
        transition: color 0.6s ease; }
        #section-navigation .nav-content-solutions > ul > li > ul .menu-item > a:active, #section-navigation .nav-content-solutions > ul > li > ul .menu-item > a:focus, #section-navigation .nav-content-solutions > ul > li > ul .menu-item > a:hover {
          color: #fff; }
    #section-navigation .nav-content-solutions > ul > li > ul .active {
      border: none;
      -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; }
      #section-navigation .nav-content-solutions > ul > li > ul .active > a:before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-left: 5px solid #fff;
        border-right-width: 0;
        margin: 0 8px 0 0; }
      #section-navigation .nav-content-solutions > ul > li > ul .active:after {
        content: normal;
        display: none; }

#footer-cta-wrapper {
  background: #636363;
  border-top: 2px solid #fff; }
  body.page-marketplace #footer-cta-wrapper {
    border-top: 0; }

#footer-cta {
  padding: 50px 0; }
  #footer-cta .three_up.tiles.with-buttons {
    margin-left: 0; }
    @media only screen and (min-width: 768px) {
      #footer-cta .three_up.tiles.with-buttons {
        padding: 0 20px; } }
    #footer-cta .three_up.tiles.with-buttons .button-container {
      margin-left: 3%;
      text-align: center; }
      #footer-cta .three_up.tiles.with-buttons .button-container.first {
        margin-left: 0; }
    #footer-cta .three_up.tiles.with-buttons .button-large {
      width: 100%;
      max-width: 274px; }
      @media only screen and (max-width: 767px) {
        #footer-cta .three_up.tiles.with-buttons .button-large {
          -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
          -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
          color: #fff;
          display: inline-block;
          text-align: left;
          position: relative;
          width: 140px;
          height: 32px;
          padding-left: 12px;
          font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
          font-size: 12px;
          line-height: 33px;
          font-size: 0.75rem;
          line-height: 2.0625rem;
          font-weight: normal;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px;
          text-transform: uppercase;
          width: 100%;
          max-width: 140px; }
          #footer-cta .three_up.tiles.with-buttons .button-large:hover {
            color: #fff; }
          #footer-cta .three_up.tiles.with-buttons .button-large:after {
            content: '';
            background: url('/images/icons-s871fdcc95c.png') 0 -1854px no-repeat;
            width: 5px;
            height: 8px;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -4px; }
            #footer-cta .three_up.tiles.with-buttons .button-large:after {
              overflow: hidden;
              text-indent: -32000em;
              white-space: nowrap; }
            .ie7 #footer-cta .three_up.tiles.with-buttons .button-large:after {
              font-size: 1px;
              line-height: 1px; } }
      @media only screen and (max-width: 475px) {
        #footer-cta .three_up.tiles.with-buttons .button-large {
          padding: 0 8px;
          text-align: center; }
          #footer-cta .three_up.tiles.with-buttons .button-large:after {
            display: none; } }

#footer-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #252525; }
  @media only screen and (min-width: 800px) {
    #footer-wrapper {
      padding-top: 75px; } }

#colophon a {
  color: #959595;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease; }
  #colophon a:hover {
    color: #26afef; }

.footer-table {
  *zoom: 1; }
  .footer-table:before, .footer-table:after {
    content: "";
    display: table; }
  .footer-table:after {
    clear: both; }

.footer-column {
  float: left; }

.footer-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem;
  font-weight: normal;
  color: #fff; }

#featured-videos {
  *zoom: 1;
  width: 200px; }
  #featured-videos:before, #featured-videos:after {
    content: "";
    display: table; }
  #featured-videos:after {
    clear: both; }
  body.page-marketplace #featured-videos {
    width: 215px; }
  @media only screen and (max-width: 800px) {
    #featured-videos {
      float: none;
      width: 100%;
      padding-bottom: 16px;
      border-bottom: 1px solid #505050;
      margin-bottom: 24px; }
      #featured-videos .featured-video {
        float: left;
        margin-right: 24px;
        max-width: 200px;
        text-align: center; }
        #featured-videos .featured-video:last-child {
          margin-right: 0; } }
  @media only screen and (max-width: 454px) {
    #featured-videos .featured-video {
      float: none;
      margin-right: 0;
      max-width: 100%; }
    #featured-videos .video-poster-container {
      margin: 0 auto; } }
  #featured-videos .featured-videos-container {
    overflow: hidden; }
  #featured-videos .featured-video {
    margin-top: 20px; }
    #featured-videos .featured-video > a {
      display: block; }
      #featured-videos .featured-video > a:hover > .video-poster-container:after {
        background-position: 0 -1008px;
        width: 65px;
        height: 72px; }
        #featured-videos .featured-video > a:hover > .video-poster-container:after {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 #featured-videos .featured-video > a:hover > .video-poster-container:after {
          font-size: 1px;
          line-height: 1px; }
  #featured-videos .video-poster-container {
    width: 172px;
    border: 1px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  #featured-videos .featured-video-poster {
    width: 172px; }
  #featured-videos .featured-video-title {
    display: block;
    margin-top: 5px; }

#footer-navigation {
  width: 540px;
  position: relative;
  padding-left: 20px; }
  body.page-marketplace #footer-navigation {
    width: 764px;
    padding-left: 60px; }
  #footer-navigation:before, #footer-navigation:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #505050;
    top: 0;
    left: 0; }
  @media only screen and (max-width: 800px) {
    #footer-navigation {
      float: none;
      width: 100%; }
      #footer-navigation:before, #footer-navigation:after {
        display: none; } }
  @media only screen and (max-width: 960px) {
    #footer-navigation {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 960px) {
    #footer-navigation:after {
      left: 512px; }
      body.page-marketplace #footer-navigation:after {
        left: 736px; } }
  #footer-navigation .menu-item {
    float: none; }
  #footer-navigation .level-1 {
    margin-top: 20px; }
  #footer-navigation .level-3 {
    padding-left: 1em; }
  #footer-navigation .columnizer-column {
    padding-right: 0.5em; }
    #footer-navigation .columnizer-column:last-child {
      padding-right: none; }
  #footer-navigation .columnizer-column > .level-1:first-child {
    margin-top: 0; }
  #footer-navigation .footer-nav-title {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    font-weight: normal;
    color: #fff; }
  #footer-navigation a, #footer-navigation span {
    padding: 2px 0;
    display: inline-block; }
  #footer-navigation span {
    margin-top: 12px;
    font-family: "Swiss 721 W01 Italic", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-style: normal;
    color: #fff; }
  #footer-navigation .menu-item.first > span {
    margin-top: 0; }

#footer-connect {
  margin-top: 24px;
  border-top: 1px solid #505050;
  padding-top: 16px;
  float: none;
  clear: both; }
  @media only screen and (min-width: 960px) {
    #footer-connect {
      width: 200px;
      margin-top: 0;
      border-top: none;
      padding-top: 0;
      clear: none;
      float: left; } }

#footer-connect .social-media {
  list-style: none;
  margin-left: 0;
  overflow: hidden; }
  #footer-connect .social-media > li {
    float: left;
    margin-right: 16px; }
  @media only screen and (min-width: 960px) {
    #footer-connect .social-media {
      width: 180px;
      display: block;
      overflow: hidden;
      margin-left: -2%; }
      #footer-connect .social-media > li {
        float: none;
        margin-right: 0; }
      #footer-connect .social-media > li {
        display: block;
        height: auto;
        float: left;
        padding-bottom: 0; }
      #footer-connect .social-media > li {
        margin-left: 2%;
        width: 31.3%; } }
.social-media .social-media-item {
  display: block; }
  @media only screen and (max-width: 479px) {
    .social-media .social-media-item {
      zoom: 0.8;
      -moz-transform: scale(0.8);
      -moz-transform-origin: 0 0;
      -o-transform: scale(0.8);
      -o-transform-origin: 0 0; } }
.social-media .twitter {
  background-position: 0 -1907px;
  width: 50px;
  height: 55px; }
  .social-media .twitter {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .twitter {
    font-size: 1px;
    line-height: 1px; }
.social-media .facebook {
  background-position: 0 -332px;
  width: 50px;
  height: 55px; }
  .social-media .facebook {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .facebook {
    font-size: 1px;
    line-height: 1px; }
.social-media .youku {
  background-position: 0 -2007px;
  width: 50px;
  height: 55px; }
  .social-media .youku {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .youku {
    font-size: 1px;
    line-height: 1px; }
.social-media .youtube {
  background-position: 0 -2107px;
  width: 50px;
  height: 55px; }
  .social-media .youtube {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .youtube {
    font-size: 1px;
    line-height: 1px; }
.social-media .linkedin {
  background-position: 0 -719px;
  width: 50px;
  height: 55px; }
  .social-media .linkedin {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .linkedin {
    font-size: 1px;
    line-height: 1px; }
.social-media .googleplus {
  background-position: 0 -490px;
  width: 50px;
  height: 55px; }
  .social-media .googleplus {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .googleplus {
    font-size: 1px;
    line-height: 1px; }
.social-media .blog {
  background-position: 0 -153px;
  width: 50px;
  height: 55px; }
  .social-media .blog {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .social-media .blog {
    font-size: 1px;
    line-height: 1px; }

.footer-contact .phone, .footer-contact .email {
  padding-left: 35px;
  position: relative;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  color: #fff;
  margin-bottom: 12px; }
  .footer-contact .phone:before, .footer-contact .email:before {
    content: '';
    position: absolute;
    left: 0; }
  #colophon .footer-contact .phone > a, #colophon .footer-contact .email > a {
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    color: #fff; }
    #colophon .footer-contact .phone > a:hover, #colophon .footer-contact .email > a:hover {
      color: #26afef; }
.footer-contact .phone:before {
  background-position: 0 -987px;
  width: 23px;
  height: 19px; }
  .footer-contact .phone:before {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .footer-contact .phone:before {
    font-size: 1px;
    line-height: 1px; }
.footer-contact .email:before {
  background-position: 0 -268px;
  width: 23px;
  height: 19px; }
  .footer-contact .email:before {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .footer-contact .email:before {
    font-size: 1px;
    line-height: 1px; }

.keep-informed {
  margin-top: 28px; }
  .keep-informed .footer-title {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    margin-bottom: 12px; }
  .keep-informed fieldset {
    -moz-border-radius: 4px/4px 4px 4px 4px;
    -webkit-border-radius: 1;
    border-radius: 4px/4px 4px 4px 4px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #494949;
    border: 0;
    position: relative;
    margin: 0;
    padding: 9px 32px 8px 12px; }
  .keep-informed input {
    background: 0;
    border: 0;
    padding: 0; }
  .keep-informed input[type=email] {
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-size: 0.75rem;
    line-height: 0.875rem;
    color: #fff;
    display: block;
    width: 100%;
    outline: none; }
    .keep-informed input[type=email].placeholder {
      color: #ccc; }
    .keep-informed input[type=email]:-moz-placeholder {
      color: #ccc; }
    .keep-informed input[type=email]::-moz-placeholder {
      color: #ccc; }
    .keep-informed input[type=email]:-ms-input-placeholder {
      color: #ccc; }
    .keep-informed input[type=email]::-webkit-input-placeholder {
      color: #ccc; }
  .keep-informed input[type=submit] {
    background-position: 0 -895px;
    width: 10px;
    height: 13px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 14px;
    top: 9px; }
    .keep-informed input[type=submit] {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .keep-informed input[type=submit] {
      font-size: 1px;
      line-height: 1px; }
  .keep-informed img.spinner {
    display: none;
    position: absolute;
    right: 14px;
    top: 9px; }
  .keep-informed form.submitting input[type="submit"] {
    display: none; }
  .keep-informed form.submitting img.spinner {
    display: block; }

.footer-links {
  border-top: 1px solid #515151;
  margin-top: 50px;
  padding-top: 8px;
  padding-bottom: 20px; }
  .footer-links .menu-item {
    margin-left: 20px; }
    .footer-links .menu-item.first {
      margin-left: 0; }

/* =============================================================================
   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: 811px) {
  .row > .navbar-header {
    margin: 0; } }

.navbar-header.secondary {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0OWNkNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5NmM5NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #249cd7), color-stop(100%, #196c95));
  background: -moz-linear-gradient(#249cd7, #196c95);
  background: -webkit-linear-gradient(#249cd7, #196c95);
  background: linear-gradient(#249cd7, #196c95); }
  body.page-marketplace .navbar-header.secondary, .home .navbar-header.secondary {
    display: none; }
  .home.blog .navbar-header.secondary {
    display: block; }
  @media only screen and (max-width: 811px) {
    .page-template-template-customers-php .navbar-header.secondary {
      display: none; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin: 8px 15px 8px 0;
  background: transparent;
  border: 1px solid transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .navbar-toggle:hover {
    background: #f2f2f2;
    border-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media only screen and (min-width: 812px) {
    .navbar-toggle {
      display: none; } }
  .navbar-toggle .icon-bar {
    background-color: #959595;
    display: block;
    width: 22px;
    height: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px; }
    .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
  .navbar-header.secondary .navbar-toggle:hover {
    background: #78c3e9; }
  .navbar-header.secondary .navbar-toggle .icon-bar {
    background-color: #f5f5f5; }

.collapse,
.collapsing {
  display: none; }

@media only screen and (min-width: 812px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important; }
    .navbar-collapse.collapse#mobile-navigation {
      display: none !important; } }

.navbar-collapse.in {
  overflow-y: auto;
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.09804);
  -webkit-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#mobile-navigation {
    border-bottom: 1px solid #d7d7d7; }
  @media only screen and (max-width: 811px) {
    .navbar-collapse.in#section-navigation {
      background: transparent; }
      .navbar-collapse.in#section-navigation .menu {
        float: none; }
      .navbar-collapse.in#section-navigation .menu-item {
        float: none;
        height: auto;
        line-height: inherit; }
        .navbar-collapse.in#section-navigation .menu-item.active:after {
          display: none; }
      .navbar-collapse.in#section-navigation .nav-content-solutions > ul {
        float: none; }
        .navbar-collapse.in#section-navigation .nav-content-solutions > ul > li > a {
          color: #e0f3fd;
          font-weight: bold; }
          .navbar-collapse.in#section-navigation .nav-content-solutions > ul > li > a > .icon-angle-down {
            display: none; }
        .navbar-collapse.in#section-navigation .nav-content-solutions > ul > li > ul {
          background: transparent;
          visibility: visible;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; } }
  @media only screen and (min-width: 812px) {
    .navbar-collapse.in {
      border: none !important;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.tiles > li img {
  max-width: 100%; }

h1, .h-main-heading, .h-page-heading {
  font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 20px; }
  body.page-marketplace h1, body.page-marketplace .h-main-heading, body.page-marketplace .h-page-heading {
    margin-top: 36px;
    margin-bottom: 16px;
    color: #ddd; }
  h1 strong, .h-main-heading strong, .h-page-heading strong {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 48px;
    line-height: 57.6px;
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: normal;
    color: #2783b7;
    display: block;
    text-transform: uppercase; }
    body.page-marketplace h1 strong, body.page-marketplace .h-main-heading strong, body.page-marketplace .h-page-heading strong {
      color: #f8c623; }
  @media only screen and (max-width: 520px) {
    h1, .h-main-heading, .h-page-heading {
      font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
      font-size: 32px;
      line-height: 38.4px;
      font-size: 2rem;
      line-height: 2.4rem;
      font-weight: normal; }
      h1 strong, .h-main-heading strong, .h-page-heading strong {
        font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
        font-size: 40px;
        line-height: 48px;
        font-size: 2.5rem;
        line-height: 3rem;
        font-weight: normal; } }
  @media only screen and (max-width: 420px) {
    h1, .h-main-heading, .h-page-heading {
      font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
      font-size: 28px;
      line-height: 33.6px;
      font-size: 1.75rem;
      line-height: 2.1rem;
      font-weight: normal; }
      h1 strong, .h-main-heading strong, .h-page-heading strong {
        font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
        font-size: 36px;
        line-height: 43.2px;
        font-size: 2.25rem;
        line-height: 2.7rem;
        font-weight: normal; } }

h2, .h-sub-heading, .h-page-sub-heading {
  font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
  font-size: 36px;
  line-height: 43.2px;
  font-size: 2.25rem;
  line-height: 2.7rem;
  font-weight: normal;
  margin-bottom: 18px; }
  h2.reverse, .h-sub-heading.reverse, .h-page-sub-heading.reverse {
    color: #fff; }

h3, .h-section-heading {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin-bottom: 2px;
  color: #363636; }

h4, .h-block-heading {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  margin: 0 0 12px; }

.menu-item {
  float: left;
  margin: 0; }
  .menu-item.current-menu-item > a {
    color: #90c249; }

.sub-menu {
  display: none; }

.tiles.with-buttons .button-container {
  text-align: center; }
  .tiles.with-buttons .button-container.first {
    text-align: left; }
  .tiles.with-buttons .button-container.last {
    text-align: right; }

.button {
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: inline-block;
  text-align: left; }
  .button:hover {
    color: #fff; }

.button-plain {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 13.2px;
  font-size: 0.6875rem;
  line-height: 0.825rem;
  font-weight: normal;
  color: #959595;
  text-transform: uppercase;
  border: 1px solid #dedede;
  padding: 8px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .button-plain:hover {
    color: #26afef; }

.button-small, .page-partner-center .widget .button-resource,
.parent-pageid-9512 .widget .button-resource,
.widget .button-small,
.page-partner-center .widget .button-resource,
.parent-pageid-9512 .widget .button-resource,
.button-large {
  position: relative;
  width: 140px;
  height: 32px;
  padding-left: 12px;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 33px;
  font-size: 0.75rem;
  line-height: 2.0625rem;
  font-weight: normal; }
  .button-small:after, .page-partner-center .widget .button-resource:after,
  .parent-pageid-9512 .widget .button-resource:after,
  .widget .button-small:after,
  .page-partner-center .widget .button-resource:after,
  .parent-pageid-9512 .widget .button-resource:after,
  .button-large:after {
    content: '';
    background-position: 0 -1854px;
    width: 5px;
    height: 8px;
    position: absolute;
    right: 12px;
    top: 12px; }
    .button-small:after, .page-partner-center .widget .button-resource:after,
    .parent-pageid-9512 .widget .button-resource:after,
    .widget .button-small:after,
    .page-partner-center .widget .button-resource:after,
    .parent-pageid-9512 .widget .button-resource:after,
    .button-large:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .button-small:after, .ie7 .page-partner-center .widget .button-resource:after, .page-partner-center .widget .ie7 .button-resource:after,
    .ie7 .parent-pageid-9512 .widget .button-resource:after,
    .parent-pageid-9512 .widget .ie7 .button-resource:after, .ie7
    .widget .button-small:after, .page-partner-center .ie7
    .widget .button-resource:after,
    .parent-pageid-9512 .ie7
    .widget .button-resource:after, .ie7
    .button-large:after {
      font-size: 1px;
      line-height: 1px; }

.button-small.button-auto, .page-partner-center .widget .button-auto.button-resource,
.parent-pageid-9512 .widget .button-auto.button-resource {
  width: auto;
  padding-right: 29px; }

.button-nobg,
.widget .button-nobg {
  border: none;
  background: transparent;
  padding: 0 12px 0 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  font-weight: bold; }
  .button-nobg:after,
  .widget .button-nobg:after {
    background-position: 0 -1828px;
    width: 5px;
    height: 8px;
    top: 2px;
    right: 0; }
    .button-nobg:after,
    .widget .button-nobg:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .button-nobg:after, .ie7
    .widget .button-nobg:after {
      font-size: 1px;
      line-height: 1px; }

.button-large {
  width: 274px;
  height: 50px;
  padding-left: 20px;
  font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 50px;
  font-size: 1.125rem;
  line-height: 3.125rem;
  font-weight: normal; }
  .button-large:after {
    background-position: 0 -1838px;
    width: 9px;
    height: 14px;
    right: 15px;
    top: 17px; }
    .button-large:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .button-large:after {
      font-size: 1px;
      line-height: 1px; }

.button-large.button-auto {
  width: auto;
  padding-right: 49px; }

.button-resource {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NlY2VjZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #cecece));
  background: -moz-linear-gradient(#f5f5f5, #cecece);
  background: -webkit-linear-gradient(#f5f5f5, #cecece);
  background: linear-gradient(#f5f5f5, #cecece);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 32px;
  font-size: 0.75rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #959595;
  padding: 0 40px 0 10px;
  position: relative; }
  .button-resource:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 11px;
    background-position: 0 -256px;
    width: 11px;
    height: 10px; }
    .button-resource:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .button-resource:after {
      font-size: 1px;
      line-height: 1px; }
  .button-resource:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MxYzFjMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e8e8e8), color-stop(100%, #c1c1c1));
    background: -moz-linear-gradient(#e8e8e8, #c1c1c1);
    background: -webkit-linear-gradient(#e8e8e8, #c1c1c1);
    background: linear-gradient(#e8e8e8, #c1c1c1); }

.button-resource-large {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(81, 101, 103, 0);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #cbcbcb), color-stop(100%, #f6f6f6));
  background: -moz-linear-gradient(bottom, #cbcbcb 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(bottom, #cbcbcb 0%, #f6f6f6 100%);
  background: linear-gradient(to top, #cbcbcb 0%, #f6f6f6 100%);
  color: #888;
  font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  padding: 12px 30px 8px; }
  .button-resource-large:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #bebebe), color-stop(100%, #e9e9e9));
    background: -moz-linear-gradient(bottom, #bebebe 0%, #e9e9e9 100%);
    background: -webkit-linear-gradient(bottom, #bebebe 0%, #e9e9e9 100%);
    background: linear-gradient(to top, #bebebe 0%, #e9e9e9 100%);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); }
  .button-resource-large.button-auto {
    width: auto; }

.button-banner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #cbcbcb), color-stop(100%, #f6f6f6));
  background: -moz-linear-gradient(bottom, #cbcbcb 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(bottom, #cbcbcb 0%, #f6f6f6 100%);
  background: linear-gradient(to top, #cbcbcb 0%, #f6f6f6 100%);
  font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(81, 101, 103, 0);
  padding: 12px 20px;
  color: #888; }

.button-resource-pdf {
  padding-right: 45px !important;
  position: relative; }
  .button-resource-pdf:after {
    content: '';
    position: absolute;
    background-position: 0 -910px;
    width: 19px;
    height: 22px;
    right: 10px;
    top: 50%;
    margin-top: -11px; }
    .button-resource-pdf:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .button-resource-pdf:after {
      font-size: 1px;
      line-height: 1px; }

.button-resource-link {
  padding-right: 45px;
  position: relative; }
  .button-resource-link:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-left: 9px solid #999;
    border-bottom: 7px solid transparent;
    background: none !important; }

.button-yellow {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q3YTgyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3YzUzYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d7a826), color-stop(100%, #f7c53a));
  background: -moz-linear-gradient(bottom, #d7a826 0%, #f7c53a 100%);
  background: -webkit-linear-gradient(bottom, #d7a826 0%, #f7c53a 100%);
  background: linear-gradient(to top, #d7a826 0%, #f7c53a 100%); }
  .button-yellow:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxOTcyMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2YmUyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #c19722), color-stop(100%, #f6be21));
    background: -moz-linear-gradient(bottom, #c19722 0%, #f6be21 100%);
    background: -webkit-linear-gradient(bottom, #c19722 0%, #f6be21 100%);
    background: linear-gradient(to top, #c19722 0%, #f6be21 100%); }

.button-green {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YWQyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #77ad25), color-stop(100%, #91c541));
  background: -moz-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
  background: -webkit-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
  background: linear-gradient(to top, #77ad25 0%, #91c541 100%); }
  .button-green:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5OTgyMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YjUzNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #699821), color-stop(100%, #84b537));
    background: -moz-linear-gradient(bottom, #699821 0%, #84b537 100%);
    background: -webkit-linear-gradient(bottom, #699821 0%, #84b537 100%);
    background: linear-gradient(to top, #699821 0%, #84b537 100%); }

.button-blue {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ODNiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4OWRlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #2783b7), color-stop(100%, #289de0));
  background: -moz-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
  background: -webkit-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
  background: linear-gradient(to top, #2783b7 0%, #289de0 100%); }
  .button-blue:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNzRhMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlOGZkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #2374a2), color-stop(100%, #1e8fd0));
    background: -moz-linear-gradient(bottom, #2374a2 0%, #1e8fd0 100%);
    background: -webkit-linear-gradient(bottom, #2374a2 0%, #1e8fd0 100%);
    background: linear-gradient(to top, #2374a2 0%, #1e8fd0 100%); }

.button-fma {
  border: 1px solid rgba(81, 101, 103, 0);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNmI5ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmOGJjOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #116b9e), color-stop(100%, #1f8bc8));
  background: -moz-linear-gradient(bottom, #116b9e 0%, #1f8bc8 100%);
  background: -webkit-linear-gradient(bottom, #116b9e 0%, #1f8bc8 100%);
  background: linear-gradient(to top, #116b9e 0%, #1f8bc8 100%);
  padding: 8px 20px;
  font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: normal;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .button-fma > i[class^="icon-"] {
    margin-left: 2em; }

.six.columns .button-resource-large {
  padding-left: 20px;
  padding-right: 20px; }
  .page-template-template-solutions-php .six.columns .button-resource-large {
    margin-right: 12px;
    margin-bottom: 8px; }
  .page-template-template-solutions-php .nav-buttons .six.columns .button-resource-large {
    margin-bottom: 0; }
.six.columns .button-resource-link {
  padding-right: 35px; }
.six.columns .button-resource-large + .button-resource-large {
  margin-left: 12px; }
  .page-template-template-solutions-php .six.columns .button-resource-large + .button-resource-large {
    margin-left: 0;
    margin-right: 0; }

.columns .site-main {
  margin-right: 60px; }

.single-press_release h2 {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: normal;
  color: #92c050; }
.single-press_release .addthis-buttons {
  margin-bottom: 1em; }

.breadcrumbs {
  margin: 30px 0 20px;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #90c249; }
  .breadcrumbs a {
    color: #158bc2; }
    .breadcrumbs a.back {
      padding-left: 10px;
      position: relative; }
      .breadcrumbs a.back:after {
        content: '';
        border: 4px solid transparent;
        border-right: 5px solid #959595;
        border-left-width: 0;
        position: absolute;
        left: 0;
        top: 3px; }
  .breadcrumbs .separator {
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #959595;
    border-right-width: 0;
    margin: 0 8px 0 12px; }
    .breadcrumbs .separator {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .breadcrumbs .separator {
      font-size: 1px;
      line-height: 1px; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin: 0 auto 20px; } }

.sidebar-block,
.widget {
  border: 1px solid #d7d7d7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
  -moz-box-shadow: 0 1px 1px 0px #f1f1f1;
  -webkit-box-shadow: 0 1px 1px 0px #f1f1f1;
  box-shadow: 0 1px 1px 0px #f1f1f1;
  margin-bottom: 12px;
  /*.textwidget a {
    @include font-regular(12px);
    color: #666;

    &:hover {
      color: #00a3ff;
    }
  }*/ }
  .sidebar-block.badged,
  .widget.badged {
    padding-top: 28px;
    min-height: 130px;
    position: relative; }
    .sidebar-block.badged:after,
    .widget.badged:after {
      content: '';
      position: absolute;
      top: 12px;
      right: 34px; }
      @media only screen and (min-width: 768px) and (max-width: 939px) {
        .sidebar-block.badged:after,
        .widget.badged:after {
          right: 8px; } }
  .sidebar-block.document:after,
  .widget.document:after {
    background-position: 0 -143px;
    width: 87px;
    height: 100px; }
  .sidebar-block.comment:after,
  .widget.comment:after {
    background-position: 0 -43px;
    width: 87px;
    height: 100px; }
  .sidebar-block .widgettitle,
  .widget .widgettitle {
    color: #464646;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    text-transform: uppercase; }
  .sidebar-block.badged .widgettitle,
  .widget.badged .widgettitle {
    width: 110px; }
  .sidebar-block a,
  .widget a {
    text-transform: uppercase;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 21px;
    font-size: 0.75rem;
    line-height: 1.3125rem;
    font-weight: normal; }
  .sidebar-block .button-list > li,
  .widget .button-list > li {
    margin-top: 0.5em; }
  .sidebar-block .education-event,
  .widget .education-event {
    margin: 1em 0; }
  .sidebar-block .badged,
  .widget .badged {
    position: relative;
    padding-left: 46px;
    min-height: 43px; }
    .sidebar-block .badged:before,
    .widget .badged:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar-block .badged.badge-calendar:before,
    .widget .badged.badge-calendar:before {
      background-position: 0 0;
      width: 38px;
      height: 43px; }
    .sidebar-block .badged.badge-document:before,
    .widget .badged.badge-document:before {
      background-position: 0 -361px;
      width: 38px;
      height: 43px; }

a.document {
  position: relative;
  display: inline-block;
  padding-right: 26px; }
  a.document:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%; }
  a.document.pdf:after {
    background-position: 0 -934px;
    width: 18px;
    height: 23px;
    margin-top: -11.5px; }
    a.document.pdf:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 a.document.pdf:after {
      font-size: 1px;
      line-height: 1px; }

.award-list {
  margin: 0;
  list-style: none; }
  .award-list .award {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px; }

.event-list {
  margin: 0;
  list-style: none; }
  .event-list .event {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .event-list .event time, .event-list .event b, .event-list .event span, .event-list .event a {
      display: block; }
  .event-list .event-logo {
    min-width: 180px; }

.featured-event .more {
  color: #91c24a;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 13.2px;
  font-size: 0.6875rem;
  line-height: 0.825rem;
  font-weight: normal;
  text-transform: uppercase; }

.event-title {
  font-size: 14px;
  line-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 3px 0 10px; }

.event-meta {
  font-size: 11px;
  line-height: 20px;
  font-size: 0.6875rem;
  line-height: 1.25rem; }

.event-description {
  font-size: 13px;
  line-height: 20px;
  font-size: 0.8125rem;
  line-height: 1.25rem; }

.event-simple .event-meta {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-size: 0.6875rem;
  line-height: 1.25rem; }
  .event-simple .event-meta time {
    display: inline;
    color: #90c249;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-size: 0.75rem;
    line-height: 1.4375rem; }
.event-simple .event-title {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-size: 0.8125rem;
  line-height: 1.25rem; }

.press-release-list-block {
  margin-bottom: 40px; }
  .news-and-events-content-item .press-release-list-block {
    margin-bottom: 20px; }

.press-release-list {
  list-style: none;
  margin: 0; }

.press-release {
  border-bottom: 1px solid #ddd; }

.press-release-date {
  text-transform: uppercase;
  color: #90c249;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: normal; }

.press-release-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: normal; }

.press-release-simple {
  border: 0;
  margin-bottom: 20px; }
  .press-release-simple .press-release-date {
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-size: 0.6875rem;
    line-height: 1.25rem;
    color: #707070; }
  .press-release-simple .press-release-title {
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-size: 0.8125rem;
    line-height: 1.25rem; }

.award img {
  max-width: 115px; }

.award-logo {
  min-width: 115px;
  text-align: center; }

.award-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 21.6px;
  font-size: 1.125rem;
  line-height: 1.35rem;
  font-weight: normal; }

/* =============================================================================
   Page Component: Mast
   ========================================================================== */
.mast-wrapper {
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .mast-wrapper .mast .content-container {
    width: 57.44681%;
      /*.page-template-template-product-php.page-extend & {
        @include column(7, 'false', collapse);

        .mast-content .mast-quote {
          @include respond('all-phones') {
            border-top: 1px solid #e1e1e1;
            border-bottom: 1px solid #e1e1e1;
            padding: 1em 0;
          }
        }
      }*/ }
    @media only screen and (max-width: 767px) {
      .mast-wrapper .mast .content-container {
        float: left;
        width: 100%; } }
    .page-template-template-product-php .mast-wrapper .mast .content-container {
      width: 40.42553%; }
      @media only screen and (max-width: 767px) {
        .page-template-template-product-php .mast-wrapper .mast .content-container {
          float: left;
          width: 100%; } }
    body.page-marketplace .mast-wrapper .mast .content-container {
      width: 38.7234%; }
      @media only screen and (max-width: 767px) {
        body.page-marketplace .mast-wrapper .mast .content-container {
          float: left;
          width: 100%; } }
    .page-template-template-solutions-php .mast-wrapper .mast .content-container {
      width: 40.42553%; }
      @media only screen and (max-width: 767px) {
        .page-template-template-solutions-php .mast-wrapper .mast .content-container {
          float: left;
          width: 100%; } }
    @media only screen and (max-width: 767px) {
      .page-template-template-page_with_components-php.page-technical-support .mast-wrapper .mast .content-container {
        border-bottom: 1px solid #e1e1e1; } }
  .mast-wrapper .mast .video-column {
    text-align: center; }
    .mast-wrapper .mast .video-column iframe {
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .mast-wrapper .mast .video-column {
        padding-top: 2em; } }
  .page-template-template-product-php.page-extend .mast-wrapper .mast .video-column {
    width: 40.42553%; }
    @media only screen and (max-width: 767px) {
      .page-template-template-product-php.page-extend .mast-wrapper .mast .video-column {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .page-technical-support .mast-wrapper .mast header {
    width: 60%; }
  .page-technical-support .mast-wrapper .h-main-heading strong,
  .page-technical-support .mast-wrapper .h-page-heading strong {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 42px;
    line-height: 50.4px;
    font-size: 2.625rem;
    line-height: 3.15rem;
    font-weight: normal; }
  .page-template-template-about-php .mast-wrapper {
    min-height: 535px; }
  .page-template-template-customers-php .mast-wrapper {
    background-position: 50% 100%;
    min-height: 520px;
    margin-bottom: 20px;
    z-index: 2; }
    .page-template-template-customers-php .mast-wrapper .mast .h-main-heading,
    .page-template-template-customers-php .mast-wrapper .mast .h-page-heading {
      width: 48.93617%;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        .page-template-template-customers-php .mast-wrapper .mast .h-main-heading,
        .page-template-template-customers-php .mast-wrapper .mast .h-page-heading {
          float: left;
          margin-left: 0;
          width: 100%; } }
    @media only screen and (max-width: 960px) {
      .page-template-template-customers-php .mast-wrapper {
        background-image: none !important;
        min-height: 1px;
        padding-bottom: 68px; }
        .page-template-template-customers-php .mast-wrapper .mast .content-container,
        .page-template-template-customers-php .mast-wrapper .mast .h-main-heading,
        .page-template-template-customers-php .mast-wrapper .mast .h-page-heading,
        .page-template-template-customers-php .mast-wrapper .mast .row {
          width: 100%; } }
  .page-template-template-product-php .mast-wrapper {
    min-height: 423px; }
    .page-template-template-product-php .mast-wrapper .mast header {
      width: 50%; }
    @media only screen and (max-width: 767px) {
      .page-template-template-product-php .mast-wrapper {
        min-height: 1px; } }
  .mast-wrapper:after {
    content: '';
    background: url('/images/mast-flag.png?1412641615') 0 0;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 87px;
    height: 32px;
    margin-left: -43.5px; }
    .page-template-template-customers-php .mast-wrapper:after {
      top: auto;
      bottom: -52px; }
    .page-partners .mast-wrapper:after, .page-marketplace .mast-wrapper:after, .page-homepage .mast-wrapper:after, .page-technical-support .mast-wrapper:after, .page-template-template-product-php .mast-wrapper:after, .page-template-template-resources-php .mast-wrapper:after {
      background: none; }
  @media only screen and (max-width: 767px) {
    .mast-wrapper {
      background-image: none !important;
      min-height: 1px; } }

.mast-image {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: none; }

.mast {
  position: relative; }
  .mast .breadcrumbs {
    margin: 30px auto 20px; }
    @media only screen and (max-width: 767px) {
      .mast .breadcrumbs {
        margin: 0 auto 20px; } }
    body.page-marketplace .mast .breadcrumbs {
      display: none;
      margin: 0; }
  .page-template-template-partners-php .mast .five.columns {
    width: 57.44681%; }

.mast-content q {
  color: #252525;
  font-family: "Georgia", arial, helvetica, sans-serif;
  font-size: 19px;
  line-height: 22.8px;
  font-size: 1.1875rem;
  line-height: 1.425rem;
  font-weight: normal;
  font-style: italic; }
  @media only screen and (min-width: 321px) and (max-width: 767px) {
    .mast-content q {
      font-size: 16px;
      line-height: 19.2px;
      font-size: 1rem;
      line-height: 1.2rem; } }
.mast-content cite {
  margin-top: 0.5em;
  display: block;
  color: #959595;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-style: normal; }

.intro-content {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.125rem;
  line-height: 1.5625rem; }
  body.page-marketplace .intro-content {
    color: #fff; }

.banded-section {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(24%, #ffffff), color-stop(79%, #ffffff), color-stop(100%, #f3f3f3));
  background: -moz-linear-gradient(#f1f1f1 0%, #ffffff 24%, #ffffff 79%, #f3f3f3 100%);
  background: -webkit-linear-gradient(#f1f1f1 0%, #ffffff 24%, #ffffff 79%, #f3f3f3 100%);
  background: linear-gradient(#f1f1f1 0%, #ffffff 24%, #ffffff 79%, #f3f3f3 100%);
  padding: 90px 0; }
  .banded-section.no-bottom-band {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iMjQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(24%, #ffffff));
    background: -moz-linear-gradient(#f1f1f1 0%, #ffffff 24%);
    background: -webkit-linear-gradient(#f1f1f1 0%, #ffffff 24%);
    background: linear-gradient(#f1f1f1 0%, #ffffff 24%);
    padding-bottom: 65px; }
  .banded-section .h-sub-heading {
    text-align: center;
    margin-bottom: 45px; }
  .banded-section .content {
    font-size: 14px;
    line-height: 22px;
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .banded-section .columnizer-column {
    box-sizing: border-box; }
  .banded-section .columnizer-first {
    padding-right: 30px; }
  .banded-section .columnizer-last {
    padding-left: 30px; }
  @media only screen and (max-width: 767px) {
    .banded-section {
      padding: 45px 0; }
      .banded-section.no-bottom-band {
        padding-bottom: 32px; } }

.quote-plain {
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 35px; }
  .quote-plain q {
    display: block;
    font-family: "Georgia", arial, helvetica, sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-size: 1.1875rem;
    line-height: 1.8125rem;
    font-weight: normal;
    font-style: italic;
    color: #2783b7;
    text-align: center;
    padding-bottom: 20px; }
  .quote-plain cite {
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-size: 0.75rem;
    line-height: 1.125rem;
    color: #707070;
    font-style: normal; }

.leadership-team-section-wrapper {
  margin: 65px 0 80px;
  text-align: center; }

.leadership-bio-list {
  margin: 65px 0 20px;
  list-style: none; }
  .leadership-bio-list li.br {
    margin: 0; }

.leadership-bio {
  display: inline-block;
  margin: 0 16px 20px 0; }
  .leadership-bio.omega {
    margin-right: 0; }
  .leadership-bio .headshot {
    position: relative;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
    .leadership-bio .headshot:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      opacity: 0.8;
      cursor: pointer; }
  .leadership-bio img {
    display: block;
    border: 1px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    .leadership-bio-list .leadership-bio img {
      max-width: 95px; }
  .leadership-bio.active .headshot {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    cursor: default; }
    .leadership-bio.active .headshot:after {
      position: absolute;
      border: 3px solid #95cd41;
      content: '';
      left: -4px;
      right: -4px;
      top: -4px;
      bottom: -4px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      border-radius: 8px; }
  .leadership-bio .content {
    display: none; }

.leadership-bio-name {
  margin-bottom: 10px;
  color: #363636; }

.leadership-bio-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-weight: normal;
  color: #91c24a;
  text-transform: uppercase;
  margin-bottom: 22px; }

.leadership-bio-bio {
  margin: 0 auto;
  color: #707070; }
  .leadership-bio-bio .read-more {
    display: block;
    text-transform: uppercase;
    color: #2895d3;
    margin-top: 15px;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 36px;
    font-size: 0.75rem;
    line-height: 2.25rem;
    font-weight: normal; }

.leadership-tabs-wrapper .leadership-bio {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .leadership-tabs-wrapper .leadership-bio:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 560px) {
    .leadership-tabs-wrapper .leadership-bio .l-media_img {
      float: none;
      padding-bottom: 1em; } }

.news-and-events-section-wrapper {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 65px 0 50px; }

.news-and-events-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center; }
  .news-and-events-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .news-and-events-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .news-and-events-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .news-and-events-section .h-sub-heading {
    margin-bottom: 60px; }

.news-and-events-section-content {
  position: relative;
  text-align: left; }

.news-and-events-content-item {
  background: #f4f4f4;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 31.91489%; }
  @media only screen and (max-width: 767px) {
    .news-and-events-content-item {
      float: left;
      margin-left: 0;
      width: 100%; } }
  .news-and-events-content-item > .content {
    padding: 30px 30px 40px; }
  @media only screen and (max-width: 767px) {
    .news-and-events-content-item {
      height: auto !important;
      margin-bottom: 2em; }
      .news-and-events-content-item:last-child {
        margin-bottom: 0; } }
  .news-and-events-content-item .more-container {
    position: absolute;
    bottom: 30px;
    text-transform: uppercase; }
    .news-and-events-content-item .more-container .divider {
      display: inline-block;
      padding: 0 10px;
      color: #dedede; }
    .news-and-events-content-item .more-container .rss {
      position: relative;
      padding-right: 20px; }
      .news-and-events-content-item .more-container .rss:after {
        content: '';
        position: absolute;
        right: 0;
        background: url('/images/icons-s871fdcc95c.png') 0 -1734px no-repeat;
        width: 13px;
        height: 13px;
        top: 0; }
        .news-and-events-content-item .more-container .rss:after {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .news-and-events-content-item .more-container .rss:after {
          font-size: 1px;
          line-height: 1px; }
  .news-and-events-content-item footer a {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 13.2px;
    font-size: 0.6875rem;
    line-height: 0.825rem;
    font-weight: normal;
    color: #91c24a; }

.content-simple-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #91c24a;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  margin-right: 20px; }
  .content-simple-title:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0; }
  .news-article-list-block .content-simple-title:after {
    background-position: 0 -858px;
    width: 35px;
    height: 35px; }
    .news-article-list-block .content-simple-title:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .news-article-list-block .content-simple-title:after {
      font-size: 1px;
      line-height: 1px; }
  .press-release-list-block .content-simple-title:after {
    background-position: 0 -1232px;
    width: 35px;
    height: 35px; }
    .press-release-list-block .content-simple-title:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .press-release-list-block .content-simple-title:after {
      font-size: 1px;
      line-height: 1px; }
  .featured-event-block .content-simple-title:after {
    background-position: 0 -389px;
    width: 35px;
    height: 35px; }
    .featured-event-block .content-simple-title:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .featured-event-block .content-simple-title:after {
      font-size: 1px;
      line-height: 1px; }

.news-article-list-block {
  margin-bottom: 40px; }

.news-article-list {
  margin: 0;
  list-style: none; }

.news-article {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .news-article:before, .news-article:after {
    content: "";
    display: table; }
  .news-article:after {
    clear: both; }
  .news-article time {
    color: #90c249;
    text-transform: uppercase;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 23px;
    font-size: 0.75rem;
    line-height: 1.4375rem;
    font-weight: normal; }

.news-article-logo {
  min-width: 180px;
  padding-top: 0.5em; }
  .whats-new .news-article-logo {
    min-width: 100px;
    max-width: 100px; }
  @media only screen and (max-width: 560px) {
    .news-article-logo {
      display: none; } }

.whats-new time {
  display: none; }

.news-article-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: normal; }
  .whats-new .news-article-title {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem; }

.news-article-simple .news-article-meta {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  font-size: 0.6875rem;
  line-height: 1.25rem; }
.news-article-simple .news-article-title {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-size: 0.8125rem;
  line-height: 1.25rem; }

.careers-section-wrapper {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 65px 0 300px; }

.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: 0 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: 60px;
    text-align: center; }

.careers-section-content-item.alpha {
  width: 65.95745%;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .careers-section-content-item.alpha {
      float: left;
      margin-left: 0;
      width: 100%; } }
.careers-section-content-item.omega {
  width: 31.91489%; }
  @media only screen and (max-width: 767px) {
    .careers-section-content-item.omega {
      float: left;
      margin-left: 0;
      width: 100%; } }

.careers-description, .careers-positions {
  border: 1px solid #dfdfdf;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 40px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%; }
  .careers-description:before, .careers-positions:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .careers-description .content > :last-child, .careers-positions .content > :last-child {
    margin-bottom: 0; }
  .careers-description .careers-section-subtitle, .careers-description .content, .careers-positions .careers-section-subtitle, .careers-positions .content {
    position: relative; }

.careers-section-subtitle {
  margin-bottom: 25px;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: normal;
  color: #363636; }

.career-posting-list-block {
  margin-bottom: 20px; }

.career-posting-list {
  margin: 0;
  list-style: none; }

.career-department-title {
  color: #363636;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 2px; }

.career-posting-simple {
  font-size: 13px;
  line-height: 15.6px;
  font-size: 0.8125rem;
  line-height: 0.975rem;
  margin-bottom: 4px; }

.tabs-product .tab-nav-container {
  background: #008ac4;
  min-height: 55px; }

.tabs-product-inner .tab-nav-container {
  background: #252525;
  min-height: 33px;
  margin-bottom: 36px; }

/* =============================================================================
   Page Component: Content Columns
   ========================================================================== */
.content-columns-wrapper {
  margin-bottom: 20px; }
  body.page-marketplace .content-columns-wrapper {
    margin-bottom: 0;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0; }

.content-columns {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .content-columns > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .content-columns {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .content-columns {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  body.page-marketplace .content-columns {
    max-width: 1182px; }
    @media only screen and (max-width: 1182px) {
      body.page-marketplace .content-columns {
        padding: 0 20px; } }

body.page-marketplace .content-column-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  font-size: 1.375rem;
  line-height: 1.65rem;
  font-weight: normal;
  padding-top: 60px;
  color: #80b333; }

.column-content {
  padding-right: 20px;
  padding-left: 20px; }
  @media only screen and (max-width: 767px) {
    .column-content {
      padding-left: 0;
      padding-right: 0; } }
  body.page-marketplace .column-content h1 {
    margin-top: 0;
    color: #252525; }

.alpha .column-content {
  padding-left: 0; }

.omega .column-content {
  padding-right: 0; }

.content-columns-wrapper.mast h1 {
  color: #2783b7;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 48px;
  line-height: 57.6px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: normal;
  text-transform: uppercase; }
.content-columns-wrapper.mast h2 {
  color: #252525;
  font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 6px; }
@media only screen and (max-width: 767px) {
  .content-columns-wrapper.mast {
    background-image: none !important; }
    .content-columns-wrapper.mast > .content-columns .omega {
      border-bottom: 1px solid #e1e1e1; }
    .content-columns-wrapper.mast .column-content .button {
      padding: 8px 30px 4px;
      font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal; } }

/* =============================================================================
   Page Component: Tabbed Content
   ========================================================================== */
.tabbed-content {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .tabbed-content > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .tabbed-content {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .tabbed-content {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .tabbed-content .h-section-heading {
    margin-bottom: 40px; }
  .tabbed-content .call-to-action-links {
    margin: 0;
    list-style: none;
    overflow: hidden; }
    .tabbed-content .call-to-action-links > li {
      float: left;
      padding-right: 20px; }
      .tabbed-content .call-to-action-links > li:last-child {
        padding-right: 0; }

.tabs-peripherals .tab-nav-container {
  text-align: center; }

.tab-nav {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .tab-nav {
      table-layout: fixed; } }
  .page-resources .tab-nav {
    margin-top: 24px; }
  .tabs-large .tab-nav {
    margin-bottom: 45px; }
  .tabs-product .tab-nav {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    display: block;
    padding-top: 10px; }
    .tabs-product .tab-nav > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .tabs-product .tab-nav {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .tabs-product .tab-nav {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .tabs-product-inner .tab-nav {
    padding: 0; }
  .tab-nav.replaced-with-select + .dk_container > .dk_toggle {
    width: auto !important; }

.tab-nav-item {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }
  .tabs-large .tab-nav-item {
    border-right: 18px solid transparent; }
    .tabs-large .tab-nav-item.last {
      border-right: 0; }
    @media only screen and (max-width: 767px) {
      .tabs-large .tab-nav-item {
        border-right-width: 9px; } }
  .tab-nav-item, .tabs-small .tab-nav-item {
    border-right: 1px solid #fff; }
  .tabs-product .tab-nav-item {
    display: block;
    float: left;
    border: 0; }
  @media only screen and (min-width: 768px) {
    .tabs-peripherals .tab-nav-item {
      position: relative;
      width: 33.33333%; }
      .tabs-peripherals .tab-nav-item:after {
        content: '';
        position: absolute;
        right: 0;
        top: 20px;
        bottom: 90px;
        border-left: 1px solid #d7d7d7; }
      .tabs-peripherals .tab-nav-item.last:after {
        border: 0; } }

.tab-nav-item-link {
  display: block;
  background: #158bc2;
  color: #fff;
  position: relative; }
  .tab-nav-item-link:hover {
    color: #fff; }
  .tabs-large .tab-nav-item-link {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-transform: none;
    padding: 14px 0; }
    @media only screen and (max-width: 767px) {
      .tabs-large .tab-nav-item-link {
        font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
        font-size: 14px;
        line-height: 16.8px;
        font-size: 0.875rem;
        line-height: 1.05rem;
        font-weight: normal;
        padding: 8px; } }
  .tab-nav-item-link, .tabs-small .tab-nav-item-link {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 13.2px;
    font-size: 0.6875rem;
    line-height: 0.825rem;
    font-weight: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 8px 16px;
    text-transform: uppercase; }
  .tabs-product .tab-nav-item-link {
    background: none;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 35px;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-weight: normal;
    height: 35px;
    text-transform: none;
    padding: 0 40px; }
  .tabs-product-inner .tab-nav-item-link {
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 33px;
    font-size: 0.75rem;
    line-height: 2.0625rem;
    height: 33px;
    padding: 0 15px;
    position: relative; }
    .tabs-product-inner .tab-nav-item-link:before {
      content: '';
      width: 1px;
      left: 0;
      top: 12px;
      bottom: 9px;
      background: #999;
      position: absolute; }
  .tabs-product-inner .first .tab-nav-item-link {
    padding-left: 0; }
    .tabs-product-inner .first .tab-nav-item-link:before {
      background: none; }
  .tabs-peripherals .tab-nav-item-link img {
    display: none; }
  @media only screen and (min-width: 768px) {
    .tabs-peripherals .tab-nav-item-link {
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 24px;
      line-height: 28.8px;
      font-size: 1.5rem;
      line-height: 1.8rem;
      font-weight: normal;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      background: 0;
      color: #333;
      text-transform: none;
      padding: 8px 0; }
      .tabs-peripherals .tab-nav-item-link img {
        display: block;
        margin: 0 auto 36px; } }
  .tabs-large .ui-state-active > .tab-nav-item-link {
    background: #91c249; }
  .ui-state-active > .tab-nav-item-link, .tabs-small .ui-state-active > .tab-nav-item-link {
    background: #363636; }
  .tabs-product .ui-state-active > .tab-nav-item-link {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    background-color: #252525;
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YWQyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #77ad25), color-stop(100%, #91c541));
    background: -moz-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
    background: -webkit-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
    background: linear-gradient(to top, #77ad25 0%, #91c541 100%); }
  .tabs-product-inner .ui-state-active > .tab-nav-item-link {
    color: #80b333;
    background: 0; }
  @media only screen and (min-width: 768px) {
    .tabs-peripherals .ui-state-active > .tab-nav-item-link {
      background: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      .tabs-peripherals .ui-state-active > .tab-nav-item-link:before {
        content: ''; } }
  .ui-state-active > .tab-nav-item-link:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%; }
    .tabs-large .ui-state-active > .tab-nav-item-link:after {
      border-top: 16px solid #91c249;
      border-left-width: 27px;
      border-right-width: 27px;
      margin-left: -27px; }
      @media only screen and (max-width: 767px) {
        .tabs-large .ui-state-active > .tab-nav-item-link:after {
          border-top: 12px solid #91c249;
          border-left-width: 14px;
          border-right-width: 14px;
          margin-left: -14px; } }
    .ui-state-active > .tab-nav-item-link:after, .tabs-small .ui-state-active > .tab-nav-item-link:after {
      border-top: 5px solid #000;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      margin-left: -7px; }
    .tabs-product .ui-state-active > .tab-nav-item-link:after {
      border: 0; }
    .tabs-product-inner .ui-state-active > .tab-nav-item-link:after {
      border-top: 4px solid #252525;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
    @media only screen and (min-width: 768px) {
      .tabs-peripherals .ui-state-active > .tab-nav-item-link:after {
        content: none; } }

.tabbed-content.full-width .tabs-select .tab-nav,
.tabbed-content.full-width .tabs-vertical .tab-nav {
  display: block;
  width: 40.42553%;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .tabbed-content.full-width .tabs-select .tab-nav,
    .tabbed-content.full-width .tabs-vertical .tab-nav {
      float: left;
      margin-left: 0;
      width: 100%; } }
.tabbed-content.full-width .tabs-select .tab-content,
.tabbed-content.full-width .tabs-vertical .tab-content {
  width: 57.44681%; }
  @media only screen and (max-width: 767px) {
    .tabbed-content.full-width .tabs-select .tab-content,
    .tabbed-content.full-width .tabs-vertical .tab-content {
      float: left;
      margin-left: 0;
      width: 100%; } }

.tabbed-content-left {
  width: 57.44681%; }
  @media only screen and (max-width: 767px) {
    .tabbed-content-left {
      float: left;
      width: 100%; } }

.tabbed-content-right {
  width: 57.44681%; }
  @media only screen and (max-width: 767px) {
    .tabbed-content-right {
      float: left;
      margin-left: 0;
      width: 100%; } }

.tabbed-content-left.other-content,
.tabbed-content-right.other-content {
  width: 40.42553%; }

.tabs-select .tab-nav-item,
.tabs-vertical .tab-nav-item {
  display: block;
  text-align: left;
  border: none; }
.tabs-select .tab-nav-item-link,
.tabs-vertical .tab-nav-item-link {
  background: none;
  color: #008ac4;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: normal;
  padding: 0; }
  .tabs-select .tab-nav-item-link:hover,
  .tabs-vertical .tab-nav-item-link:hover {
    color: #009cde; }
.tabs-select .ui-state-active > .tab-nav-item-link,
.tabs-vertical .ui-state-active > .tab-nav-item-link {
  color: #8fc43f; }
  .tabs-select .ui-state-active > .tab-nav-item-link:before,
  .tabs-vertical .ui-state-active > .tab-nav-item-link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #000;
    padding-right: 8px; }
  .tabs-select .ui-state-active > .tab-nav-item-link:after,
  .tabs-vertical .ui-state-active > .tab-nav-item-link:after {
    display: none; }

.h-section-title,
.customers-spotlight-carousel-title,
.quote-carousel-title {
  color: #252525;
  font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: normal;
  margin-bottom: 0; }

.customers-spotlight-carousel-customer-name {
  color: #90c249;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-style: normal; }

.h-section-subtitle,
.customers-spotlight-carousel-slide-title,
.quote-carousel-slide-title {
  color: #2783b7;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: normal; }

.customers-spotlight-carousel,
.quote-carousel {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .customers-spotlight-carousel > *:first-child,
  .quote-carousel > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .customers-spotlight-carousel,
    .quote-carousel {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .customers-spotlight-carousel,
    .quote-carousel {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.customers-spotlight-carousel-slide-list,
.quote-carousel-slide-list {
  list-style: none;
  margin: 40px 0 0;
  overflow: hidden; }

.customers-spotlight-carousel-slide,
.quote-carousel-slide {
  display: block;
  float: left; }

.customers-spotlight-carousel-slide-title,
.quote-carousel-slide-title {
  text-align: center;
  margin-bottom: 40px; }

.customers-spotlight-carousel-slide-video-column,
.customers-spotlight-carousel-slide-quote-column,
.quote-video-column,
.quote-text-column {
  float: left;
  width: 48.93617%;
  margin: 0; }

.customers-spotlight-carousel-slide-video-column,
.quote-video-column {
  padding-bottom: 50px;
  background: url('/images/video-shadow.png?1412641614') no-repeat 50% 100%; }

.customers-spotlight-carousel-slide-quote-column,
.quote-text-column {
  text-align: left;
  padding-left: 30px;
  height: 281px;
  display: table; }
  .customers-spotlight-carousel-slide-quote-column blockquote,
  .quote-text-column blockquote {
    color: #252525;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    font-family: "Georgia", arial, helvetica, sans-serif;
    font-size: 19px;
    line-height: 22.8px;
    font-size: 1.1875rem;
    line-height: 1.425rem;
    font-weight: normal;
    font-style: italic; }
  .customers-spotlight-carousel-slide-quote-column .quote-attribution,
  .quote-text-column .quote-attribution {
    color: #959595;
    display: block;
    margin-top: 34px;
    font-style: normal;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem; }

.customers-spotlight-carousel-pagination,
.quote-carousel-pagination {
  position: absolute;
  width: 90%;
  top: 60px;
  text-align: center; }
  .customers-spotlight-carousel-pagination > a,
  .quote-carousel-pagination > a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #e4e4e4;
    margin-right: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .customers-spotlight-carousel-pagination > a > span,
    .quote-carousel-pagination > a > span {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      width: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important; }
    .customers-spotlight-carousel-pagination > a:last-child,
    .quote-carousel-pagination > a:last-child {
      margin-right: 0; }
    .customers-spotlight-carousel-pagination > a.selected,
    .quote-carousel-pagination > a.selected {
      background: #90c43f; }
    .customers-spotlight-carousel-pagination > a:hover,
    .quote-carousel-pagination > a:hover {
      background: #2791cc; }

html[lang="zh"] .customers-spotlight-carousel-pagination {
  top: 106px; }

html[lang="zh"] .customer-section .customers-spotlight-carousel-pagination {
  top: 16px; }

/* =============================================================================
   Page Component: Customers by Industry / Partners by Category
   ========================================================================== */
.customers-by-industry,
.partners-by-category {
  background: #f3f3f3;
  padding: 100px 0 90px; }
  .customers-by-industry header,
  .customers-by-industry nav,
  .partners-by-category header,
  .partners-by-category nav {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto; }
    .customers-by-industry header > *:first-child,
    .customers-by-industry nav > *:first-child,
    .partners-by-category header > *:first-child,
    .partners-by-category nav > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .customers-by-industry header,
      .customers-by-industry nav,
      .partners-by-category header,
      .partners-by-category nav {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .customers-by-industry header,
      .customers-by-industry nav,
      .partners-by-category header,
      .partners-by-category nav {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .customers-by-industry header,
  .partners-by-category header {
    margin-bottom: 60px;
    text-align: center; }

.customer-list,
.partner-list {
  list-style: none;
  margin: 0; }

.customer-list .customer,
.partner-list .partner {
  width: 220px;
  height: 181px;
  margin: 0 0 20px;
  display: inline-block;
  float: left;
  padding-left: 1.06383%;
  padding-right: 1.06383%; }
  @media only screen and (min-width: 320px) {
    .customer-list .customer,
    .partner-list .partner {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .customer-list .customer,
    .partner-list .partner {
      width: 33.33333%; } }
  @media only screen and (min-width: 940px) {
    .customer-list .customer,
    .partner-list .partner {
      width: 25%; } }
  .customer-list .customer .front, .customer-list .customer .back,
  .partner-list .partner .front,
  .partner-list .partner .back {
    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); }
  .customer-list .customer .front,
  .partner-list .partner .front {
    display: table;
    background: #fff; }
  .customer-list .customer .back,
  .partner-list .partner .back {
    color: #fff;
    padding: 28px;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFjNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEwYTRlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #008ac4), color-stop(100%, #10a4e2));
    background: -moz-linear-gradient(bottom, #008ac4 0%, #10a4e2 100%);
    background: -webkit-linear-gradient(bottom, #008ac4 0%, #10a4e2 100%);
    background: linear-gradient(to top, #008ac4 0%, #10a4e2 100%); }
  .customer-list .customer .customer-logo,
  .customer-list .customer .partner-logo,
  .partner-list .partner .customer-logo,
  .partner-list .partner .partner-logo {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .customer-list .customer .customer-logo img,
    .customer-list .customer .partner-logo img,
    .partner-list .partner .customer-logo img,
    .partner-list .partner .partner-logo img {
      max-width: 140px; }
  .customer-list .customer .customer-resource-indicator,
  .customer-list .customer .partner-resource-indicator,
  .partner-list .partner .customer-resource-indicator,
  .partner-list .partner .partner-resource-indicator {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    border: 35px solid #158bc2;
    border-color: transparent #158bc2 #158bc2 transparent;
    color: #fff; }
    .customer-list .customer .customer-resource-indicator .flip-icon,
    .customer-list .customer .partner-resource-indicator .flip-icon,
    .partner-list .partner .customer-resource-indicator .flip-icon,
    .partner-list .partner .partner-resource-indicator .flip-icon {
      position: absolute;
      top: 7px;
      left: 4px;
      background-position: 0 -426px;
      width: 25px;
      height: 19px; }
      .customer-list .customer .customer-resource-indicator .flip-icon,
      .customer-list .customer .partner-resource-indicator .flip-icon,
      .partner-list .partner .customer-resource-indicator .flip-icon,
      .partner-list .partner .partner-resource-indicator .flip-icon {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .customer-list .customer .customer-resource-indicator .flip-icon, .ie7
      .customer-list .customer .partner-resource-indicator .flip-icon, .ie7
      .partner-list .partner .customer-resource-indicator .flip-icon, .ie7
      .partner-list .partner .partner-resource-indicator .flip-icon {
        font-size: 1px;
        line-height: 1px; }
  .customer-list .customer .customer-name,
  .customer-list .customer .partner-name,
  .partner-list .partner .customer-name,
  .partner-list .partner .partner-name {
    font-family: "Georgia", arial, helvetica, sans-serif;
    font-size: 19px;
    line-height: 22.8px;
    font-size: 1.1875rem;
    line-height: 1.425rem;
    font-weight: normal;
    font-style: italic; }
  .customer-list .customer .customer-partner-link > a,
  .partner-list .partner .customer-partner-link > a {
    font-family: "Georgia", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15.6px;
    font-size: 0.8125rem;
    line-height: 0.975rem;
    font-weight: normal;
    font-style: italic;
    color: #fff; }

.customer-resource-list,
.partner-resource-list {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 28px; }
  .customer-resource-list .customer-resource-item,
  .customer-resource-list .partner-resource-item,
  .partner-resource-list .customer-resource-item,
  .partner-resource-list .partner-resource-item {
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 11px;
    line-height: 13.2px;
    font-size: 0.6875rem;
    line-height: 0.825rem;
    font-weight: normal; }
    .customer-resource-list .customer-resource-item:last-child,
    .customer-resource-list .partner-resource-item:last-child,
    .partner-resource-list .customer-resource-item:last-child,
    .partner-resource-list .partner-resource-item:last-child {
      margin-bottom: 0; }
    .customer-resource-list .customer-resource-item i[class^="icon"],
    .customer-resource-list .partner-resource-item i[class^="icon"],
    .partner-resource-list .customer-resource-item i[class^="icon"],
    .partner-resource-list .partner-resource-item i[class^="icon"] {
      margin-left: 0.25em; }
    .customer-resource-list .customer-resource-item a,
    .customer-resource-list .partner-resource-item a,
    .partner-resource-list .customer-resource-item a,
    .partner-resource-list .partner-resource-item a {
      color: #fff; }

/* =============================================================================
   Page Section: News Alert
   ========================================================================== */
.news-alert-section-wrapper {
  color: #fff;
  position: relative;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkyYzU0MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc4YWQyNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92c542), color-stop(100%, #78ad25));
  background: -moz-linear-gradient(#92c542, #78ad25);
  background: -webkit-linear-gradient(#92c542, #78ad25);
  background: linear-gradient(#92c542, #78ad25);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08); }
  .news-alert-section-wrapper:after {
    content: '';
    background: url('/images/mast-flag.png?1412641615') 0 0;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 87px;
    height: 32px;
    margin-left: -43.5px; }

.news-alert-section-wrapper--no-flag:after {
  content: none; }

.news-alert-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .news-alert-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .news-alert-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .news-alert-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.news-alert {
  margin: 1em 0;
  display: table; }
  .news-alert > * {
    display: table-cell;
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    .news-alert {
      display: block; }
      .news-alert > * {
        display: block; } }

.news-alert-heading {
  color: #fff;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  width: 142px;
  padding: 0 2em 0 0;
  position: relative; }
  .news-alert-heading:after {
    content: '';
    background: #a7e04d;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 15%;
    right: 0.75em; }
  @media only screen and (max-width: 767px) {
    .news-alert-heading {
      display: inline-block;
      width: auto;
      padding-right: 0;
      border-bottom: 1px solid #a7e04d;
      margin-bottom: 0.5em; }
      .news-alert-heading:after {
        display: none; } }

.news-alert-title {
  color: #fff;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-size: 1rem;
  line-height: 1.1875rem;
  clear: none;
  padding: 0 3em 0 1em; }
  @media only screen and (max-width: 767px) {
    .news-alert-title {
      padding: 0;
      margin-bottom: 0.5em; } }

.news-alert-cta {
  width: 132px;
  height: 38px;
  padding: 1em 1.5em;
  text-align: center;
  color: #959595;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 13.2px;
  font-size: 0.6875rem;
  line-height: 0.825rem;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid #dadada;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NiY2JjYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cbcbcb));
  background: -moz-linear-gradient(#ffffff, #cbcbcb);
  background: -webkit-linear-gradient(#ffffff, #cbcbcb);
  background: linear-gradient(#ffffff, #cbcbcb); }
  .news-alert-cta:hover {
    color: #888888;
    border-color: #cdcdcd;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #bebebe));
    background: -moz-linear-gradient(#f2f2f2, #bebebe);
    background: -webkit-linear-gradient(#f2f2f2, #bebebe);
    background: linear-gradient(#f2f2f2, #bebebe); }

.video-placeholder {
  position: relative;
  display: block; }
  .video-placeholder img {
    /*@include opacity(.5);*/ }
  .video-placeholder:hover img {
    /*@include opacity(.8);*/ }
  .video-placeholder:after {
    content: '';
    background-position: 0 -1158px;
    width: 65px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    margin-left: -32.5px;
    margin-top: -36px; }
    .video-placeholder:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-placeholder:after {
      font-size: 1px;
      line-height: 1px; }
    .video-placeholder:after:hover, .video-placeholder:after.play-button-hover {
      background-position: 0 -1008px; }
  .video-block-behavior:hover .video-placeholder:after, .video-placeholder:hover:after {
    background-position: 0 -1008px;
    width: 65px;
    height: 72px; }
    .video-block-behavior:hover .video-placeholder:after, .video-placeholder:hover:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-block-behavior:hover .video-placeholder:after, .ie7 .video-placeholder:hover:after {
      font-size: 1px;
      line-height: 1px; }

.resources-content, .resources-additional-content {
  margin-bottom: 30px; }
  .resources-content .conversations-column, .resources-additional-content .conversations-column {
    min-width: 620px; }
    @media only screen and (max-width: 960px) {
      .resources-content .conversations-column, .resources-additional-content .conversations-column {
        margin-bottom: 2em; } }

.resources-additional-content .content {
  margin-top: 30px; }

.resources-additional-content .blog-content .button-container {
  text-align: right; }

.resource-item-list {
  margin-left: 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  max-height: 675px;
  overflow-y: scroll; }
  .resource-item-list .jspContainer,
  .resource-item-list .jspPane {
    width: 100% !important; }

.resource-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 12px 0;
  list-style: none; }
  .resource-item:last-child, .resource-item.last {
    border-bottom: 0; }
  @media only screen and (max-width: 520px) {
    .resource-item {
      padding-bottom: 12px; } }

.resource-item-type-video, .resource-item-type-case-study {
  width: 273px;
  float: left;
  margin: 0 20px;
  border-bottom: 0;
  padding-top: 24px;
  padding-bottom: 0; }
  .resource-item-type-video.last, .resource-item-type-case-study.last {
    margin-bottom: 24px; }
  .resource-item-type-video.alpha, .resource-item-type-case-study.alpha {
    margin-left: 0;
    clear: left; }
  .resource-item-type-video.omega, .resource-item-type-case-study.omega {
    margin-right: 0; }
  .resource-item-type-video .video-block, .resource-item-type-case-study .video-block {
    *zoom: 1;
    min-height: 242px;
    max-width: 273px; }
    .resource-item-type-video .video-block:before, .resource-item-type-video .video-block:after, .resource-item-type-case-study .video-block:before, .resource-item-type-case-study .video-block:after {
      content: "";
      display: table; }
    .resource-item-type-video .video-block:after, .resource-item-type-case-study .video-block:after {
      clear: both; }
  @media only screen and (max-width: 960px) {
    .resource-item-type-video, .resource-item-type-case-study {
      margin: 0;
      width: 240px; }
      .resource-item-type-video .video-block, .resource-item-type-case-study .video-block {
        min-height: 224px; }
        .resource-item-type-video .video-block .video-placeholder:after, .resource-item-type-case-study .video-block .video-placeholder:after {
          background: url('/images/icons-s871fdcc95c.png') 0 -1120px no-repeat;
          width: 33px;
          height: 36px;
          margin-left: -16.5px;
          margin-top: -18px; }
          .resource-item-type-video .video-block .video-placeholder:after, .resource-item-type-case-study .video-block .video-placeholder:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .resource-item-type-video .video-block .video-placeholder:after, .ie7 .resource-item-type-case-study .video-block .video-placeholder:after {
            font-size: 1px;
            line-height: 1px; }
        .video-block-behavior:hover .resource-item-type-video .video-block .video-placeholder:after, .resource-item-type-video .video-block .video-placeholder:hover:after, .video-block-behavior:hover .resource-item-type-case-study .video-block .video-placeholder:after, .resource-item-type-case-study .video-block .video-placeholder:hover:after {
          background: url('/images/icons-s871fdcc95c.png') 0 -1082px no-repeat;
          width: 33px;
          height: 36px; }
          .video-block-behavior:hover .resource-item-type-video .video-block .video-placeholder:after, .resource-item-type-video .video-block .video-placeholder:hover:after, .video-block-behavior:hover .resource-item-type-case-study .video-block .video-placeholder:after, .resource-item-type-case-study .video-block .video-placeholder:hover:after {
            overflow: hidden;
            text-indent: -32000em;
            white-space: nowrap; }
          .ie7 .video-block-behavior:hover .resource-item-type-video .video-block .video-placeholder:after, .ie7 .resource-item-type-video .video-block .video-placeholder:hover:after, .ie7 .video-block-behavior:hover .resource-item-type-case-study .video-block .video-placeholder:after, .ie7 .resource-item-type-case-study .video-block .video-placeholder:hover:after {
            font-size: 1px;
            line-height: 1px; } }
  @media only screen and (max-width: 767px) {
    .resource-item-type-video, .resource-item-type-case-study {
      margin: 0;
      width: 173px; }
      .resource-item-type-video .video-block, .resource-item-type-case-study .video-block {
        min-height: 200px;
        padding: 13px 11px; } }

.resource-item-content-wrapper {
  display: table;
  width: 100%; }
  #Brochure .resource-item-content-wrapper {
    min-width: 890px; }

.resource-item-body, .resource-item-cta {
  display: table-cell; }
  @media only screen and (max-width: 520px) {
    .resource-item-body, .resource-item-cta {
      display: table-row; } }

@media only screen and (max-width: 520px) {
  .resource-item-body > * {
    padding-right: 1em; } }

.resource-item-type-resource-kit {
  padding: 24px 0; }
  .resource-item-type-resource-kit .resource-item-cta {
    display: block;
    width: auto; }
  @media only screen and (max-width: 767px) {
    .resource-item-type-resource-kit .l-media_img {
      display: none; } }

.resource-item-cta {
  width: 165px;
  text-align: right;
  padding-right: 30px; }
  @media only screen and (max-width: 520px) {
    .resource-item-cta {
      text-align: center;
      width: 100%; } }

.resource-item-title {
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem; }
  .video-block .resource-item-title {
    color: #26afef; }

.resource-item-type-case-study .video-block {
  cursor: default;
  min-height: 345px;
  position: relative; }
.resource-item-type-case-study .resource-item-title {
  margin-top: 4px;
  font-size: 16px;
  line-height: 19.2px;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #333; }
.resource-item-type-case-study .resource-item-description {
  padding-bottom: 20px; }
.resource-item-type-case-study .resource-item-cta {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0; }

.resource-item-video {
  width: 178px;
  height: 100px;
  background: #000;
  position: relative;
  top: -12px;
  margin-bottom: -24px; }

.category-filter {
  margin-bottom: 10px; }
  .category-filter label {
    color: #333;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 10px; }
  .category-filter select {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: url(images/select-bg.png) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    padding: 2px 40px 2px 8px;
    min-height: 22px;
    text-indent: 0.01px;
    text-overflow: "";
    margin-right: 20px; }

.subcategory-filter {
  display: inline-block; }

.product-mast {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(70%, #ffffff), color-stop(100%, #f3f3f3));
  background: -moz-linear-gradient(#ffffff, #ffffff 70%, #f3f3f3);
  background: -webkit-linear-gradient(#ffffff, #ffffff 70%, #f3f3f3);
  background: linear-gradient(#ffffff, #ffffff 70%, #f3f3f3);
  min-height: 500px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .product-mast {
      min-height: 1px; } }

.product-tabs-wrapper {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  margin-top: -30px; }
  .product-tabs-wrapper > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .product-tabs-wrapper {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .product-tabs-wrapper {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .product-tabs-wrapper {
      margin-top: -16px; } }

.product-layer {
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .product-layer .product-image {
    display: block;
    margin: 0 auto; }
  .product-layer .button-group {
    margin: 10px 0; }
  .product-layer .additional-assets-container {
    display: table;
    width: 100%;
    margin: 20px 0 30px;
    padding: 16px 0;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .product-layer .additional-assets-title {
    display: table-cell;
    width: 140px;
    color: #8fc43f;
    text-transform: uppercase;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    vertical-align: middle; }
  .product-layer .additional-assets-list {
    display: table-cell;
    list-style: none;
    margin: 0; }
  .product-layer .additional-assets-list-item {
    display: inline-block; }
    .product-layer .additional-assets-list-item a {
      display: block;
      position: relative;
      margin-left: 24px;
      padding: 12px 0; }
      .product-layer .additional-assets-list-item a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%; }
    .product-layer .additional-assets-list-item a.android {
      padding-left: 35px; }
      .product-layer .additional-assets-list-item a.android:before {
        margin-top: -13.5px;
        background-position: 0 -1525px;
        width: 23px;
        height: 27px; }
        .product-layer .additional-assets-list-item a.android:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .product-layer .additional-assets-list-item a.android:before {
          font-size: 1px;
          line-height: 1px; }
    .product-layer .additional-assets-list-item a.datasheet {
      padding-left: 32px; }
      .product-layer .additional-assets-list-item a.datasheet:before {
        margin-top: -13.5px;
        background-position: 0 -1554px;
        width: 20px;
        height: 27px; }
        .product-layer .additional-assets-list-item a.datasheet:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .product-layer .additional-assets-list-item a.datasheet:before {
          font-size: 1px;
          line-height: 1px; }
    .product-layer .additional-assets-list-item a.html {
      padding-left: 32px; }
      .product-layer .additional-assets-list-item a.html:before {
        margin-top: -13.5px;
        background-position: 0 -1583px;
        width: 20px;
        height: 27px; }
        .product-layer .additional-assets-list-item a.html:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .product-layer .additional-assets-list-item a.html:before {
          font-size: 1px;
          line-height: 1px; }
    .product-layer .additional-assets-list-item a.ios {
      padding-left: 50px; }
      .product-layer .additional-assets-list-item a.ios:before {
        margin-top: -10.5px;
        background-position: 0 -1612px;
        width: 38px;
        height: 21px; }
        .product-layer .additional-assets-list-item a.ios:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .product-layer .additional-assets-list-item a.ios:before {
          font-size: 1px;
          line-height: 1px; }
    .product-layer .additional-assets-list-item a.video {
      padding-left: 39px; }
      .product-layer .additional-assets-list-item a.video:before {
        margin-top: -13.5px;
        background-position: 0 -1661px;
        width: 27px;
        height: 27px; }
        .product-layer .additional-assets-list-item a.video:before {
          overflow: hidden;
          text-indent: -32000em;
          white-space: nowrap; }
        .ie7 .product-layer .additional-assets-list-item a.video:before {
          font-size: 1px;
          line-height: 1px; }
  .product-layer .intro-media-container {
    margin-top: 30px; }

.product-name {
  color: #80b333;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem; }

.fnb-block {
  margin-top: 15px; }
  .fnb-block .h-section-heading {
    margin-bottom: 25px; }

.features-block, .benefits-block {
  padding-left: 75px;
  position: relative; }
  .features-block:after, .benefits-block:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
  .features-block li, .benefits-block li {
    line-height: 1.4em;
    margin-bottom: 10px; }

.features-block:after {
  background-position: 0 -615px;
  width: 52px;
  height: 59px; }
  .features-block:after {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .features-block:after {
    font-size: 1px;
    line-height: 1px; }
.features-block.hide-icon:after {
  content: none; }

.benefits-block:after {
  background-position: 0 -20px;
  width: 52px;
  height: 59px; }
  .benefits-block:after {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .benefits-block:after {
    font-size: 1px;
    line-height: 1px; }
.benefits-block.hide-icon:after {
  content: none; }

.fnb-title {
  color: #8fc43f;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  padding: 7px 0 5px; }

.knowledge-center-header {
  position: relative;
  margin-bottom: 30px; }

.platform-filter {
  position: absolute;
  right: 0;
  top: -30px; }
  @media only screen and (max-width: 767px) {
    .platform-filter {
      position: static;
      top: 0; } }

.platform-filter-title {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  float: left;
  margin-top: 40px; }

.platform-filter-list {
  float: left;
  list-style: none;
  margin-left: 20px; }

.platform-filter-item {
  float: left;
  border-left: 1px solid #d7d7d7; }
  .platform-filter-item a {
    display: block;
    width: 78px;
    height: 55px;
    text-align: center;
    text-transform: lowercase;
    padding-top: 40px;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    position: relative; }
    .platform-filter-item a:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 10px; }
    .platform-filter-item a.active:after {
      top: 2px; }
    .platform-filter-item a.mobile:after {
      background-position: 0 -814px;
      width: 11px;
      height: 20px;
      margin-left: -5.5px; }
      .platform-filter-item a.mobile:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.mobile:after {
        font-size: 1px;
        line-height: 1px; }
      .platform-filter-item a.mobile:after:active, .platform-filter-item a.mobile:after.mobile-active {
        background-position: 0 -836px; }
    .platform-filter-item a.active.mobile:after {
      background-position: 0 -836px;
      width: 11px;
      height: 20px; }
      .platform-filter-item a.active.mobile:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.active.mobile:after {
        font-size: 1px;
        line-height: 1px; }
    .platform-filter-item a.desktop:after {
      background-position: 0 -210px;
      width: 23px;
      height: 21px;
      margin-left: -11.5px; }
      .platform-filter-item a.desktop:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.desktop:after {
        font-size: 1px;
        line-height: 1px; }
      .platform-filter-item a.desktop:after:active, .platform-filter-item a.desktop:after.desktop-active {
        background-position: 0 -233px; }
    .platform-filter-item a.active.desktop:after {
      background-position: 0 -233px;
      width: 23px;
      height: 21px; }
      .platform-filter-item a.active.desktop:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.active.desktop:after {
        font-size: 1px;
        line-height: 1px; }
    .platform-filter-item a.room:after {
      background-position: 0 -1690px;
      width: 28px;
      height: 20px;
      margin-left: -14px; }
      .platform-filter-item a.room:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.room:after {
        font-size: 1px;
        line-height: 1px; }
      .platform-filter-item a.room:after:active, .platform-filter-item a.room:after.room-active {
        background-position: 0 -1712px; }
    .platform-filter-item a.active.room:after {
      background-position: 0 -1712px;
      width: 28px;
      height: 20px; }
      .platform-filter-item a.active.room:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .platform-filter-item a.active.room:after {
        font-size: 1px;
        line-height: 1px; }
    .platform-filter-item a.active {
      color: #191919;
      padding-top: 30px;
      border-bottom: 7px solid #92c051; }

.knowledge-center-content {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjxzdG9wIG9mZnNldD0iMjMzcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(233px, #ffffff), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#f2f2f2, #ffffff 233px, #ffffff);
  background: -webkit-linear-gradient(#f2f2f2, #ffffff 233px, #ffffff);
  background: linear-gradient(#f2f2f2, #ffffff 233px, #ffffff); }
  .knowledge-center-content .tab-nav {
    margin-bottom: 30px; }
  .knowledge-center-content ul.tab-nav {
    margin-top: -29px; }
  .knowledge-center-content .dk_container.tab-nav {
    margin-top: -40px; }
    .knowledge-center-content .dk_container.tab-nav .dk_toggle {
      padding: 3px 45px 3px 10px; }

.knowledge-center-videos {
  list-style: none;
  margin: 0; }

.knowledge-center-video-item {
  display: inline-block;
  float: left;
  padding-left: 1.06383%;
  padding-right: 1.06383%;
  min-height: 267px;
  height: auto;
  margin-bottom: 19px; }
  @media only screen and (min-width: 320px) {
    .knowledge-center-video-item {
      width: 100%; } }
  @media only screen and (min-width: 480px) {
    .knowledge-center-video-item {
      width: 50%; } }
  @media only screen and (min-width: 767px) {
    .knowledge-center-video-item {
      width: 33.33333%; } }
  .knowledge-center-video-item .video-poster-container {
    max-height: 142px;
    overflow-y: hidden;
    text-align: center; }

.video-block {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa;
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 27px 23px;
  min-height: 267px;
  position: relative;
  cursor: pointer; }

.video-poster-container {
  position: relative; }
  .video-poster-container:after {
    content: '';
    background-position: 0 -1158px;
    width: 65px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    margin-left: -32.5px;
    margin-top: -36px; }
    .video-poster-container:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-poster-container:after {
      font-size: 1px;
      line-height: 1px; }
    .video-poster-container:after:hover, .video-poster-container:after.play-button-hover {
      background-position: 0 -1008px; }
  .video-block:hover .video-poster-container:after {
    background-position: 0 -1008px;
    width: 65px;
    height: 72px; }
    .video-block:hover .video-poster-container:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .video-block:hover .video-poster-container:after {
      font-size: 1px;
      line-height: 1px; }

.video-title {
  margin-top: 14px;
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem; }
  @media only screen and (max-width: 480px) {
    .video-title {
      text-align: center; } }

.platform-icons {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 24px;
  bottom: 24px; }

.platform-icon {
  float: left;
  margin: 0 0 0 5px; }
  .platform-icon {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .platform-icon {
    font-size: 1px;
    line-height: 1px; }
  .platform-icon.mobile {
    background-position: 0 -814px;
    width: 11px;
    height: 20px; }
    .platform-icon.mobile {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .platform-icon.mobile {
      font-size: 1px;
      line-height: 1px; }
    .platform-icon.mobile:active, .platform-icon.mobile.mobile-active {
      background-position: 0 -836px; }
  .platform-icon.desktop {
    background-position: 0 -210px;
    width: 23px;
    height: 21px; }
    .platform-icon.desktop {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .platform-icon.desktop {
      font-size: 1px;
      line-height: 1px; }
    .platform-icon.desktop:active, .platform-icon.desktop.desktop-active {
      background-position: 0 -233px; }
  .platform-icon.room {
    background-position: 0 -1690px;
    width: 28px;
    height: 20px; }
    .platform-icon.room {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .platform-icon.room {
      font-size: 1px;
      line-height: 1px; }
    .platform-icon.room:active, .platform-icon.room.room-active {
      background-position: 0 -1712px; }

.knowledge-center-video-header {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .knowledge-center-video-header > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .knowledge-center-video-header {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .knowledge-center-video-header {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.knowledge-center-content-wrapper {
  margin-bottom: 35px; }

.video-voting-list {
  *zoom: 1;
  margin: 0 0 4px;
  list-style: none; }
  .video-voting-list:before, .video-voting-list:after {
    content: "";
    display: table; }
  .video-voting-list:after {
    clear: both; }

.video-voting-item {
  float: left;
  position: relative; }
  .video-voting-item.last {
    padding-left: 25px; }
    .video-voting-item.last:after {
      content: '';
      position: absolute;
      width: 2px;
      top: 7px;
      bottom: 3px;
      left: 0;
      background: #d7d7d7; }

a.video-voting-item-link {
  display: block;
  padding: 10px 18px 6px 40px;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  font-size: 0.75rem;
  line-height: 0.75rem; }
  a.video-voting-item-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
  a.video-voting-item-link.yes:after {
    background-position: 0 -1799px;
    width: 26px;
    height: 27px; }
    a.video-voting-item-link.yes:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 a.video-voting-item-link.yes:after {
      font-size: 1px;
      line-height: 1px; }
  a.video-voting-item-link.no:after {
    background-position: 0 -1769px;
    width: 27px;
    height: 28px; }
    a.video-voting-item-link.no:after {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 a.video-voting-item-link.no:after {
      font-size: 1px;
      line-height: 1px; }

.knowledge-center-feedback .comment-form-comment {
  margin-bottom: 15px; }
.knowledge-center-feedback textarea[name=comment] {
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  padding: 4px; }
.knowledge-center-feedback .form-submit {
  *zoom: 1;
  margin: 0; }
  .knowledge-center-feedback .form-submit:before, .knowledge-center-feedback .form-submit:after {
    content: "";
    display: table; }
  .knowledge-center-feedback .form-submit:after {
    clear: both; }
.knowledge-center-feedback input[name=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  float: right;
  text-transform: uppercase;
  color: #fff;
  background: #158bc2 url(images/white-triangle-bg.png) no-repeat 91% 45%;
  border: 0;
  padding: 8px 30px 8px 12px; }

.knowledge-center-related-videos {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .knowledge-center-related-videos > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .knowledge-center-related-videos {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .knowledge-center-related-videos {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .knowledge-center-related-videos .h-section-heading {
    margin-bottom: 20px; }

.bullet-triangle, .bullet-triangle > ul {
  list-style: none;
  margin: 0; }

.bullet-triangle li {
  margin-bottom: 6px;
  padding-left: 13px;
  position: relative;
  font-size: 13px;
  line-height: 15.6px;
  font-size: 0.8125rem;
  line-height: 0.975rem; }
  .bullet-triangle li:after {
    content: '';
    left: 0;
    top: 3px;
    border-left: 5px solid #363636;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute; }
  .bullet-triangle li a {
    text-transform: none;
    font-size: 13px;
    line-height: 15.6px;
    font-size: 0.8125rem;
    line-height: 0.975rem; }

.certification-training-table tr.even td {
  background: #f0f0f0; }

.fma-banner-responsive-image {
  margin: 0 20px; }
  @media only screen and (min-width: 900px) {
    .fma-banner-responsive-image {
      display: none; } }

.fma-banner-wrapper.full_screen {
  cursor: pointer; }
  .fma-banner-wrapper.full_screen .title {
    display: none; }
  .fma-banner-wrapper.full_screen .fma-banner-content {
    display: none; }
@media only screen and (max-width: 899px) {
  .fma-banner-wrapper {
    background-image: none !important; }
    .fma-banner-wrapper:after {
      display: none; } }
@media only screen and (min-width: 900px) {
  .fma-banner-wrapper {
    min-height: 539px; } }

.fma-banner {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .fma-banner > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .fma-banner {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .fma-banner {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .fma-banner .title {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 46px;
    line-height: 55.2px;
    font-size: 2.875rem;
    line-height: 3.45rem;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.33);
    color: #fff;
    max-width: 405px; }

@media only screen and (max-width: 899px) {
  .fma-content-container {
    margin: 0 !important;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1; }
    .fma-content-container .title {
      max-width: 100%;
      color: #363636; }
    .fma-content-container .fma-banner-content {
      max-width: 100%;
      color: #363636; } }

.fma-banner-content {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 350px;
  color: #fff; }
  .page-template-template-partner-portal-home-php .fma-banner-content {
    max-width: 57.44681%; }
  .fma-banner-content .description {
    margin-bottom: 55px; }
  .fma-banner-content .dark {
    color: #000; }

.customer-section-wrapper {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTY3cHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f3f3f3), color-stop(167px, #ffffff), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(bottom, #f3f3f3, #ffffff 167px, #ffffff);
  background: -webkit-linear-gradient(bottom, #f3f3f3, #ffffff 167px, #ffffff);
  background: linear-gradient(to top, #f3f3f3, #ffffff 167px, #ffffff);
  padding-top: 80px;
  padding-bottom: 70px; }
  @media only screen and (max-width: 899px) {
    .customer-section-wrapper {
      padding-top: 32px; } }

.customer-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .customer-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .customer-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .customer-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .customer-section .title {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #252525;
    margin-bottom: 1.5em; }
    .customer-section .title strong {
      display: block;
      color: #2783b7;
      text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .customer-section .title {
        font-size: 24px;
        line-height: 28.8px;
        font-size: 1.5rem;
        line-height: 1.8rem; } }
  .customer-section .customers-spotlight-carousel-pagination {
    bottom: auto;
    top: -40px; }

.customers-by-industry-select-container {
  *zoom: 1;
  padding: 0 0 30px; }
  .customers-by-industry-select-container:before, .customers-by-industry-select-container:after {
    content: "";
    display: table; }
  .customers-by-industry-select-container:after {
    clear: both; }
  .customers-by-industry-select-container select {
    float: right;
    min-width: 350px; }
  .customers-by-industry-select-container .dk_container {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #cccccc));
    background: -moz-linear-gradient(#fefefe, #cccccc);
    background: -webkit-linear-gradient(#fefefe, #cccccc);
    background: linear-gradient(#fefefe, #cccccc);
    border: 1px solid #dadada;
    float: right;
    height: auto; }
    .customers-by-industry-select-container .dk_container .dk_options_inner {
      max-height: none; }
    .customers-by-industry-select-container .dk_container .an-dk_divider {
      border-left: 1px solid #c2c2c2;
      position: absolute;
      right: 48px;
      top: 0;
      bottom: 0;
      width: 1px; }
    .customers-by-industry-select-container .dk_container a {
      color: #949494;
      font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
      font-size: 16px;
      line-height: 19.2px;
      font-size: 1rem;
      line-height: 1.2rem;
      font-weight: normal; }
    .customers-by-industry-select-container .dk_container > a {
      border: 0;
      padding-top: 20px;
      padding-bottom: 14px;
      padding-left: 20px; }
      .customers-by-industry-select-container .dk_container > a:after {
        border-top-width: 9px;
        border-left-width: 8px;
        border-right-width: 8px;
        border-top-color: #aaa;
        right: 15px; }
    .customers-by-industry-select-container .dk_container ul {
      margin: 0; }

.logo-strip-container {
  height: 76px; }
  .logo-strip-container > a {
    display: block;
    float: left; }

.platform-section-wrapper {
  margin: 80px 0 55px;
  display: block;
  color: #666; }
  .platform-section-wrapper.platform-section-wrapper-banner-wide {
    background-repeat: no-repeat;
    background-position: 20% 0;
    background-color: #666;
    min-height: 420px;
    margin: 0;
    cursor: pointer; }
    @media only screen and (min-width: 320px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 335%; } }
    @media only screen and (min-width: 350px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 325%; } }
    @media only screen and (min-width: 400px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 290%; } }
    @media only screen and (min-width: 450px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 270%; } }
    @media only screen and (min-width: 500px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 255%; } }
    @media only screen and (min-width: 600px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 200%; } }
    @media only screen and (min-width: 700px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: 170%; } }
    @media only screen and (min-width: 768px) {
      .platform-section-wrapper.platform-section-wrapper-banner-wide {
        background-size: cover; } }
    .platform-section-wrapper.platform-section-wrapper-banner-wide .platform-section .title {
      color: white;
      font-size: 28px;
      font-weight: bold;
      line-height: 36px;
      margin-top: 200px;
      text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.7); }
      @media only screen and (max-width: 767px) {
        .platform-section-wrapper.platform-section-wrapper-banner-wide .platform-section .title {
          margin-top: 100px; } }
    .platform-section-wrapper.platform-section-wrapper-banner-wide .button-blue {
      color: #fff;
      float: right;
      font-size: 14px;
      margin-top: 30px;
      margin-bottom: 30px;
      text-shadow: none; }
      @media only screen and (max-width: 767px) {
        .platform-section-wrapper.platform-section-wrapper-banner-wide .button-blue {
          padding-right: 26px;
          padding-left: 26px;
          float: none; } }
      @media only screen and (min-width: 768px) {
        .platform-section-wrapper.platform-section-wrapper-banner-wide .button-blue {
          margin-right: 20px; } }
  .platform-section-wrapper .platform-section__link-placeholder {
    min-height: 539px; }
    @media only screen and (min-width: 320px) {
      .platform-section-wrapper .platform-section__link-placeholder {
        min-height: 355px; } }
    @media only screen and (max-width: 767px) {
      .platform-section-wrapper .platform-section__link-placeholder {
        min-height: 400px; } }
    @media only screen and (min-width: 768px) {
      .platform-section-wrapper .platform-section__link-placeholder {
        min-height: 539px; } }
    .platform-section-wrapper .platform-section__link-placeholder a {
      display: block;
      text-indent: -32000em; }
  @media only screen and (max-width: 960px) {
    .platform-section-wrapper .platform-section__content {
      margin-left: 70px; } }
  @media only screen and (max-width: 767px) {
    .platform-section-wrapper .platform-section__content {
      margin-left: 0; } }
  .platform-section-wrapper:hover {
    color: #666; }

.platform-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .platform-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .platform-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .platform-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .platform-section .five-k-container {
    min-height: 300px;
    position: relative; }
    .platform-section .five-k-container a {
      position: absolute;
      right: 40px;
      top: 240px; }
  .platform-section .title {
    text-align: center; }
    .platform-section .title strong {
      color: #2783b7;
      text-transform: uppercase; }

.platforms-container {
  margin: 112px 0 0;
  list-style: none;
  width: 100%;
  overflow: hidden;
  position: relative; }

.platform-item {
  text-align: center;
  width: 33.3333%;
  padding: 0 42px;
  float: left; }
  @media only screen and (max-width: 767px) {
    .platform-item {
      float: none;
      width: 100%;
      text-align: left;
      padding-left: 88px;
      border-bottom: 1px solid #e1e1e1;
      position: relative; }
      .platform-item:before, .platform-item:after {
        display: none; }
      .platform-item:last-child {
        border-bottom: none; }
      .platform-item .platform-image {
        position: absolute;
        width: 64px;
        top: 0;
        left: 0; } }
  .platform-item:before, .platform-item:after {
    content: '';
    position: absolute;
    left: 33.33333%;
    bottom: -48px;
    width: 1px;
    height: 100%;
    background: #e1e1e1; }
  .platform-item:after {
    left: 66.66667%; }
  .platform-item .platform-title {
    margin: 10px 0; }

.related-resources-section-wrapper {
  padding: 72px 0 66px;
  background: #f3f3f3; }
  .page-template-template-product-php.page-extend .related-resources-section-wrapper {
    margin-top: 0; }

.related-resources-section .h-section-heading {
  margin-bottom: 20px; }
.related-resources-section footer {
  margin-left: 100px; }

.related-resource-list {
  list-style: none;
  margin: 0; }

.badged-resource-item {
  padding-left: 100px;
  position: relative;
  min-height: 60px;
  margin-bottom: 17px; }
  .badged-resource-item:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 0; }
  .badged-resource-item.brochure:before, .badged-resource-item.case-study:before, .badged-resource-item.datasheet:before, .badged-resource-item.resource-kit:before, .badged-resource-item.solution-brief:before, .badged-resource-item.white-paper:before {
    background-position: 0 -302px;
    width: 52px;
    height: 59px; }
  .badged-resource-item.video:before, .badged-resource-item.webinar:before {
    background-position: 0 -243px;
    width: 52px;
    height: 59px; }
  .badged-resource-item a {
    font-size: 14px;
    line-height: 21px;
    font-size: 0.875rem;
    line-height: 1.3125rem; }

.resource-type-title {
  color: #252525;
  text-transform: uppercase;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  margin-bottom: 4px; }

.blog-post-list {
  margin: 0;
  list-style: none; }

.blog-post-list-item {
  padding-bottom: 16px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px; }
  .blog-post-list-item:last-child {
    border-bottom: 0; }

.blog-post-time {
  display: block;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  color: #464646;
  text-transform: uppercase; }

.blog-post-link {
  display: block;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: normal;
  margin: 4px 0 3px; }

.blog-post-excerpt {
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #666; }
  .blog-post-excerpt p:last-child {
    margin-bottom: 0; }

.page-template-template-resources-php .mast-wrapper {
  background: #2ba0d7;
  padding: 30px 0 35px;
  margin-bottom: 32px; }

.resource-mast-content {
  border-right: 1px solid #6cc5ef; }
  @media only screen and (max-width: 767px) {
    .resource-mast-content {
      border-right: none; } }
  .resource-mast-content .breadcrumbs {
    color: #fff;
    margin: 0 0 16px; }
  .resource-mast-content .h-main-heading,
  .resource-mast-content .h-page-heading {
    color: #252525; }
    .resource-mast-content .h-main-heading strong,
    .resource-mast-content .h-page-heading strong {
      color: #fff; }
  .resource-mast-content .intro-content {
    color: #fff;
    margin-bottom: 0; }

.resource-signup-form {
  padding: 80px 0 0 30px; }
  @media only screen and (max-width: 767px) {
    .resource-signup-form {
      padding: 0; }
      .resource-signup-form fieldset {
        padding: 0; } }
  .resource-signup-form fieldset {
    border: 0; }
  .resource-signup-form legend {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px; }
  .resource-signup-form .field-container {
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 14px;
    position: relative;
    width: 258px; }
  .resource-signup-form label {
    position: absolute;
    left: 18px;
    z-index: 1;
    font-size: 13px;
    line-height: 24px;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    color: #666; }
  .resource-signup-form input {
    border: 0;
    outline: 0; }
  .resource-signup-form input[type="submit"] {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    right: 13px;
    padding: 0;
    border-left: 10px solid #158bc2;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    text-indent: -32000em;
    background: 0;
    top: 50%;
    margin-top: -7px; }
  .resource-signup-form .spinner {
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
    display: none; }
  .resource-signup-form form.submitting input[type="submit"] {
    display: none; }
  .resource-signup-form form.submitting .spinner {
    display: block; }

.jspVerticalBar {
  width: 8px; }

.jspTrack {
  background: #ddd; }

.jspDrag {
  height: 195px;
  background: #90c43f; }

/* =============================================================================
   Page Template: Solutions Pages
   ========================================================================== */
.page-template-template-solutions-php .entry-header {
  display: none; }
.page-template-template-solutions-php.page-solutions .mast-wrapper:after {
  display: none; }
.page-template-template-solutions-php.page-solutions .mast-wrapper .breadcrumbs {
  display: none; }
.page-template-template-solutions-php.page-solutions .mast-wrapper .h-main-heading,
.page-template-template-solutions-php.page-solutions .mast-wrapper .h-page-heading {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 48px;
  line-height: 57.6px;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: normal;
  color: #2783b7;
  text-transform: uppercase; }
.page-template-template-solutions-php.page-solutions .mast-wrapper .five.columns {
  width: 100%; }
@media only screen and (max-width: 767px) {
  .page-template-template-solutions-php.page-solutions .mast-wrapper {
    background-image: none !important; }
    .page-template-template-solutions-php.page-solutions .mast-wrapper .content-container {
      border-bottom: 1px solid #e1e1e1; } }
.page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns {
  padding-top: 30px; }
  .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns h3 {
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 24px;
    line-height: 28.8px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: normal;
    margin-bottom: 30px; }
  .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .button {
    width: 100%; }
    .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .button:hover {
      color: #fff;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ODNiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4OWRlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #2783b7), color-stop(100%, #289de0));
      background: -moz-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
      background: -webkit-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
      background: linear-gradient(to top, #2783b7 0%, #289de0 100%); }
      .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .button:hover:after {
        border-left-color: #fff; }
    @media only screen and (max-width: 767px) {
      .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .button {
        padding: 8px 30px 4px;
        font-family: "Proxima N W01 Smbd", arial, helvetica, sans-serif;
        font-size: 12px;
        line-height: 14.4px;
        font-size: 0.75rem;
        line-height: 0.9rem;
        font-weight: normal; } }
  .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .columns.alpha {
    padding-right: 40px; }
  .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .columns.omega {
    padding-left: 50px;
    border-left: 1px solid #d7d7d7; }
  @media only screen and (max-width: 767px) {
    .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .columns {
      float: left;
      width: 48.93617% !important; }
    .page-template-template-solutions-php.page-solutions .content-columns-wrapper.nav-buttons .content-columns .six.columns + .six.columns.omega {
      padding-left: 50px;
      float: right; } }
.page-template-template-solutions-php .solutions-applications-panel .tabbed-content {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px; }
.page-template-template-solutions-php .content-columns-wrapper .content-columns {
  border-bottom: 1px solid #ccc;
  padding: 30px 0; }
  .page-template-template-solutions-php .content-columns-wrapper .content-columns .content-column-title {
    width: 74.46809%; }
    @media only screen and (max-width: 767px) {
      .page-template-template-solutions-php .content-columns-wrapper .content-columns .content-column-title {
        padding: 0 20px; } }
  .page-template-template-solutions-php .content-columns-wrapper .content-columns ul > li {
    margin-bottom: 0; }
  .page-template-template-solutions-php .content-columns-wrapper .content-columns .six.columns + .six.columns {
    padding-left: 60px; }
    .page-template-template-solutions-php .content-columns-wrapper .content-columns .six.columns + .six.columns > p > img,
    .page-template-template-solutions-php .content-columns-wrapper .content-columns .six.columns + .six.columns > p > iframe {
      margin-top: -40px; }
    @media only screen and (max-width: 767px) {
      .page-template-template-solutions-php .content-columns-wrapper .content-columns .six.columns + .six.columns {
        padding-left: 0;
        padding-top: 30px; } }
.page-template-template-solutions-php .content-columns-wrapper.mast, .page-template-template-solutions-php .content-columns-wrapper:first-child {
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .page-template-template-solutions-php .content-columns-wrapper.mast .content-columns, .page-template-template-solutions-php .content-columns-wrapper:first-child .content-columns {
    padding-top: 0;
    border-bottom: none; }
    .page-template-template-solutions-php .content-columns-wrapper.mast .content-columns .six.columns + .six.columns > p > img,
    .page-template-template-solutions-php .content-columns-wrapper.mast .content-columns .six.columns + .six.columns > p > iframe, .page-template-template-solutions-php .content-columns-wrapper:first-child .content-columns .six.columns + .six.columns > p > img,
    .page-template-template-solutions-php .content-columns-wrapper:first-child .content-columns .six.columns + .six.columns > p > iframe {
      margin-top: 0; }
.page-template-template-solutions-php .content-columns-wrapper:last-child .content-columns {
  padding-bottom: 0;
  border-bottom: none; }
.page-template-template-solutions-php .content-column-title {
  color: #363636;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: normal;
  margin-bottom: 9px; }
.page-template-template-solutions-php .related-resources-section-wrapper {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f1f1f1), color-stop(40%, #ffffff));
  background: -moz-linear-gradient(#f1f1f1 0%, #ffffff 40%);
  background: -webkit-linear-gradient(#f1f1f1 0%, #ffffff 40%);
  background: linear-gradient(#f1f1f1 0%, #ffffff 40%); }
.page-template-template-solutions-php iframe[src^="//player.vimeo.com"] {
  padding-bottom: 50px;
  background: url('/images/video-shadow.png?1412641614') no-repeat 50% 100%; }

.page-service-providers .content-columns-wrapper.mast .column-content {
  padding-right: 0; }
  .page-service-providers .content-columns-wrapper.mast .column-content p, .page-service-providers .content-columns-wrapper.mast .column-content ul {
    padding-right: 20px; }

.dod-certifications-panel .six.columns + .six.columns {
  padding-left: 60px;
  text-align: center; }
  .dod-certifications-panel .six.columns + .six.columns table {
    border: none; }
    .dod-certifications-panel .six.columns + .six.columns table th {
      color: #80b333;
      text-align: left;
      text-transform: uppercase;
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal;
      width: 50%;
      vertical-align: top;
      padding: 12px 0;
      border-bottom: 1px solid #ccc;
      background: none; }
    .dod-certifications-panel .six.columns + .six.columns table td {
      color: #636363;
      text-align: left;
      text-transform: uppercase;
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal;
      padding: 12px 0;
      border-bottom: 1px solid #ccc;
      vertical-align: top;
      border-left: none; }
    .dod-certifications-panel .six.columns + .six.columns table tr:first-child td,
    .dod-certifications-panel .six.columns + .six.columns table tr:first-child th {
      padding-top: 0; }
    .dod-certifications-panel .six.columns + .six.columns table tr:last-child td,
    .dod-certifications-panel .six.columns + .six.columns table tr:last-child th {
      padding-bottom: 0;
      border-bottom: none; }

.page-template-template-solutions-php.page-education .content-columns-wrapper.mast .content-columns {
  padding-bottom: 30px; }

.page-template-template-solutions-php.page-healthcare .content-columns-wrapper.mast .content-columns .columns.six.alpha {
  width: 57.44681%; }
.page-template-template-solutions-php.page-healthcare .content-columns-wrapper.mast .content-columns .columns.six.omega {
  width: 40.42553%;
  padding-left: 20px; }

.page-template-template-product-php .breadcrumbs,
.page-template-template-solutions-php .breadcrumbs {
  position: relative;
  z-index: 5; }
.page-template-template-product-php .content-columns-wrapper.mast,
.page-template-template-solutions-php .content-columns-wrapper.mast {
  margin-top: -73px;
  padding-top: 73px; }
  .page-template-template-product-php .content-columns-wrapper.mast .content-columns,
  .page-template-template-solutions-php .content-columns-wrapper.mast .content-columns {
    padding-bottom: 0; }
    .page-template-template-product-php .content-columns-wrapper.mast .content-columns .columns.six.omega p > iframe:first-child,
    .page-template-template-solutions-php .content-columns-wrapper.mast .content-columns .columns.six.omega p > iframe:first-child {
      margin-top: 60px; }

.page-template-template-product-php .content-columns-wrapper.mast {
  padding-bottom: 20px;
  margin-bottom: 60px;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.on-demand-webinar-panel .content-column-title {
  color: #80b333;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: normal; }
.on-demand-webinar-panel .six.columns + .six.columns {
  padding-left: 60px;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .on-demand-webinar-panel .six.columns + .six.columns {
      padding-left: 0; } }

.blog-post-list {
  max-height: 550px;
  overflow-y: scroll; }

.button-group {
  margin: 10px 0 55px; }

.button-group-list {
  margin: 0;
  list-style: none;
  *zoom: 1; }
  .button-group-list:before, .button-group-list:after {
    content: "";
    display: table; }
  .button-group-list:after {
    clear: both; }

.button-group-list-item {
  float: left;
  margin-right: 25px; }

.mini-carousel-container {
  position: relative;
  padding-top: 25px; }

.mini-carousel {
  margin: 0;
  list-style: none; }
  .mini-carousel .image-carousel-item {
    float: left; }

.mini-carousel-pagination {
  position: absolute;
  left: 50%;
  top: 0; }
  .mini-carousel-pagination > a {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px; }
    .mini-carousel-pagination > a > span {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      width: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important; }
    .mini-carousel-pagination > a.selected {
      background: #90c43f; }

.leader-block {
  width: 150px;
  text-align: center;
  float: left;
  margin: 20px;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem; }
  .leader-block > p {
    margin: 0; }

.number-block {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background: #008ac4;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  padding: 32px 12px 0;
  margin-right: 20px; }

.partners-cta-section {
  padding: 50px 0; }

.page-template-template-product-php.page-extend .product-solution-catalog-wrapper {
  background: #e1e1e1;
  padding-top: 40px;
  padding-bottom: 30px; }

.product-solution-catalog {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .product-solution-catalog > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .product-solution-catalog {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .product-solution-catalog {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .product-solution-catalog .catalog-items-category-filter {
    min-width: 280px; }

.catalog-items-container {
  clear: both; }

.catalog-items-list {
  list-style: none;
  margin-left: 0; }

.catalog-items-category-filter {
  margin-bottom: 1.5em; }

.catalog-items-list-item {
  background: #fff;
  padding: 30px 40px;
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .catalog-items-list-item {
      padding: 15px 20px; } }
  .catalog-items-list-item .extended-description {
    margin: 30px 0 0;
    color: #252525;
    font-size: 19px;
    line-height: 22.8px;
    font-size: 1.1875rem;
    line-height: 1.425rem; }
    @media only screen and (min-width: 321px) and (max-width: 767px) {
      .catalog-items-list-item .extended-description {
        font-size: 16px;
        line-height: 19.2px;
        font-size: 1rem;
        line-height: 1.2rem; } }
  .catalog-items-list-item q {
    display: block;
    margin: 30px 0 0;
    color: #252525;
    font-family: "Georgia", arial, helvetica, sans-serif;
    font-size: 19px;
    line-height: 22.8px;
    font-size: 1.1875rem;
    line-height: 1.425rem;
    font-weight: normal;
    font-style: italic; }
    @media only screen and (min-width: 321px) and (max-width: 767px) {
      .catalog-items-list-item q {
        font-size: 16px;
        line-height: 19.2px;
        font-size: 1rem;
        line-height: 1.2rem; } }
  .catalog-items-list-item cite {
    margin: 0.5em 0 30px;
    display: block;
    color: #959595;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-style: normal; }
  .catalog-items-list-item .l-media_img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    text-align: center; }
    .catalog-items-list-item .l-media_img > img {
      margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .catalog-items-list-item .l-media_img {
        display: none; } }
  .catalog-items-list-item .l-media_body {
    position: relative;
    padding-bottom: 40px; }

.catalog-item-title {
  width: 82.97872%; }

.catalog-item-category-label {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem; }

.catalog-item-description {
  width: 82.97872%;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  color: #8fc43f;
  text-transform: uppercase; }

.catalog-item-producer-logo {
  position: absolute;
  top: 30px;
  right: 40px;
  max-width: 120px; }
  @media only screen and (max-width: 767px) {
    .catalog-item-producer-logo {
      display: none; } }

.catalog-item-assets {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.catalog-item-asset-item {
  float: left;
  border-right: 1px solid #d7d7d7;
  padding: 0 1em 0 0;
  margin: 0 1em 0 0; }
  .catalog-item-asset-item:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .catalog-item-asset-item {
      float: none;
      border: none; } }

.product-landing-mast {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px; }
  .product-landing-mast > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .product-landing-mast {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .product-landing-mast {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.product-landing-fma {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  margin: 12px 0 60px;
  position: relative; }
  .product-landing-fma > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .product-landing-fma {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .product-landing-fma {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .product-landing-fma .fma-column {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .product-landing-fma .fma-use {
    width: 23.40426%; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-use {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .product-landing-fma .fma-deploy {
    width: 31.91489%;
    margin-left: 10.6383%; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-deploy {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .product-landing-fma .fma-deploy:first-child {
      margin-left: 8.51064%; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-deploy {
        margin-left: 0; }
        .product-landing-fma .fma-deploy:first-child {
          margin-left: 0; } }
    .product-landing-fma .fma-deploy .content {
      width: 240px;
      margin: 20px auto 0; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-deploy .fma-badge-container > img {
        width: 220px; } }
  .product-landing-fma .fma-extend {
    width: 23.40426%;
    margin-left: 10.6383%; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-extend {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .product-landing-fma .fma-extend:first-child {
      margin-left: 8.51064%; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-extend {
        margin-left: 0; }
        .product-landing-fma .fma-extend:first-child {
          margin-left: 0; } }
  .product-landing-fma .fma-badge-container {
    min-height: 270px; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-badge-container {
        min-height: 1px; } }
  .product-landing-fma .fma-column {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    transition: opacity .25s ease;
    cursor: pointer; }
    .product-landing-fma .fma-column.hover-inactive {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4; }
    @media only screen and (max-width: 767px) {
      .product-landing-fma .fma-column {
        margin-top: 30px;
        border-top: 1px solid #e1e1e1;
        padding-top: 25px; } }
  .product-landing-fma .title {
    margin-top: 20px; }
  .product-landing-fma .content {
    margin-top: 20px; }
  .product-landing-fma .fma-arrow-left {
    position: absolute;
    background-position: 0 -1269px;
    width: 127px;
    height: 126px;
    left: 22%;
    top: 17%; }
    .product-landing-fma .fma-arrow-left {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .product-landing-fma .fma-arrow-left {
      font-size: 1px;
      line-height: 1px; }
  .product-landing-fma .fma-arrow-right {
    position: absolute;
    background-position: 0 -1397px;
    width: 126px;
    height: 126px;
    right: 22%;
    top: 17%; }
    .product-landing-fma .fma-arrow-right {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .product-landing-fma .fma-arrow-right {
      font-size: 1px;
      line-height: 1px; }
  .product-landing-fma .fma-arrow-left,
  .product-landing-fma .fma-arrow-right {
    display: none; }
  @media only screen and (max-width: 767px) {
    .product-landing-fma .fma-arrow-left,
    .product-landing-fma .fma-arrow-right {
      display: none; } }

.featured-product-wrapper {
  background: #008ac4;
  color: #fff;
  min-height: 239px;
  margin-bottom: 50px; }
  .featured-product-wrapper a {
    color: #fff; }

.featured-product {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .featured-product > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .featured-product {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .featured-product {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .featured-product .product-image {
    width: 31.91489%; }
    @media only screen and (max-width: 767px) {
      .featured-product .product-image {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .featured-product .product-image img {
      position: absolute; }
    @media only screen and (max-width: 767px) {
      .featured-product .product-image {
        display: none; } }
  .featured-product .product-content {
    width: 65.95745%;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .featured-product .product-content {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .featured-product .product-content .content {
      font-size: 14px;
      line-height: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem; }

.featured-product-title {
  font-size: 32px;
  line-height: 26px;
  font-size: 2rem;
  line-height: 1.625rem; }

.cta-links-list {
  float: right;
  list-style: none;
  margin: 0; }

.cta-links-list-item {
  float: left;
  margin: 0 0 0 30px; }

.two-column-content {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
  overflow: hidden; }
  .two-column-content > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .two-column-content {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .two-column-content {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .two-column-content .h-section-heading {
    padding-top: 20px; }
  .two-column-content .content-container {
    margin-top: 20px; }
  .two-column-content .column .media, .two-column-content .column .content {
    float: left; }
  .two-column-content .column .content {
    width: 219px; }
  .two-column-content .column-one {
    width: 40.42553%; }
    @media only screen and (max-width: 767px) {
      .two-column-content .column-one {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .two-column-content .column-one .media {
      width: 140px; }
  .two-column-content .column-divider-container {
    width: 6.38298%; }
    @media only screen and (max-width: 767px) {
      .two-column-content .column-divider-container {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .two-column-content .column-two {
    width: 48.93617%; }
    @media only screen and (max-width: 767px) {
      .two-column-content .column-two {
        float: left;
        margin-left: 0;
        width: 100%; } }
    .two-column-content .column-two .media {
      width: 220px; }
  @media only screen and (max-width: 767px) {
    .two-column-content .column {
      float: none;
      height: auto !important; }
    .two-column-content .column-two {
      clear: both; }
    .two-column-content .column-divider-container {
      display: none; } }
  .two-column-content .media-left .media {
    margin-right: 20px; }
  .two-column-content .media-right .media {
    margin-left: 20px; }
  .two-column-content .media a {
    display: block; }
  .two-column-content .column-divider-container {
    height: 100%; }
  .two-column-content .column-divider {
    position: absolute;
    width: 50%;
    top: 1px;
    bottom: 1px;
    border-right: 1px solid #ccc; }

.product-index-wrapper {
  background: #f3f3f3;
  padding: 40px 0 70px; }
  .product-index-wrapper .product-index {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto; }
    .product-index-wrapper .product-index > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .product-index-wrapper .product-index {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .product-index-wrapper .product-index {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .product-index-wrapper .product-index-pages-container {
    width: 100%;
    max-width: 940px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 30px; }
    .product-index-wrapper .product-index-pages-container > *:first-child {
      margin-left: 0px; }
    @media only screen and (max-width: 960px) {
      .product-index-wrapper .product-index-pages-container {
        padding: 0 20px; } }
    @media only screen and (max-width: 767px) {
      .product-index-wrapper .product-index-pages-container {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0; } }
  .product-index-wrapper .product-index-page {
    width: 31.91489%; }
    @media only screen and (max-width: 767px) {
      .product-index-wrapper .product-index-page {
        float: left;
        margin-left: 0;
        width: 100%; } }
  .product-index-wrapper .product-page-title {
    margin-bottom: 27px; }
    .product-index-wrapper .product-page-title a {
      color: #8fc43f;
      text-transform: uppercase; }
  .product-index-wrapper .product-tab-title {
    text-transform: none;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    font-weight: normal;
    margin-bottom: 6px; }
  .product-index-wrapper .product-layers-list {
    list-style: none;
    margin: 0 0 20px; }
  .product-index-wrapper .product-layers-list-item {
    margin-bottom: 8px;
    line-height: 1.2em;
    color: #636363; }
  .product-index-wrapper .product-index-page-column {
    float: left;
    width: 50%;
    padding-right: 10px; }
    .product-index-wrapper .product-index-page-column.last {
      float: right;
      padding: 0 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .product-index-wrapper .product-index-page-column.last {
          float: right; } }

/* =============================================================================
   Page Component: Navigation Buttons
   ========================================================================== */
.navigation-buttons-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .navigation-buttons-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .navigation-buttons-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .navigation-buttons-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 960px) {
    .navigation-buttons-section {
      padding-left: 20px;
      padding-right: 20px; } }

.navigation-button {
  display: inline-block;
  width: 23.40426%;
  float: left;
  border: 1px solid #d7d7d7;
  height: 188px;
  color: #666;
  padding-top: 24px;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.15);
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease; }
  .navigation-button:first-child {
    margin-left: 0; }
  .navigation-button > img {
    margin: 0 auto 12px;
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease; }
  .navigation-button:hover > img {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  @media only screen and (max-width: 767px) {
    .navigation-button {
      width: 48.93617%;
      margin-left: 0;
      margin-top: 2em; }
      .navigation-button:nth-child(2n+2) {
        margin-left: 2.12766%; }
      .navigation-button:nth-child(-n+2) {
        margin-top: 0; } }

/* =============================================================================
   Widget: Resources
   ========================================================================== */
.widget_vidyo2013-resources-widget {
  position: relative; }
  .widget_vidyo2013-resources-widget .resource-item-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    max-height: none;
    border: none; }
    .widget_vidyo2013-resources-widget .resource-item-list .resource-item {
      border: none;
      padding: 0 0 3px; }
    .widget_vidyo2013-resources-widget .resource-item-list .resource-item-type-video {
      width: auto;
      float: none;
      margin: 0; }
    .widget_vidyo2013-resources-widget .resource-item-list.resource-item-carousel .resource-item {
      display: block;
      float: left; }
    .widget_vidyo2013-resources-widget .resource-item-list.resource-item-carousel .resource-item-body, .widget_vidyo2013-resources-widget .resource-item-list.resource-item-carousel .resource-item-cta {
      display: block; }
  .widget_vidyo2013-resources-widget .resource-item-carousel-pagination {
    position: absolute;
    top: 0;
    right: 0; }
    .widget_vidyo2013-resources-widget .resource-item-carousel-pagination > a {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: #e4e4e4;
      margin-right: 9px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .widget_vidyo2013-resources-widget .resource-item-carousel-pagination > a > span {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        width: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important; }
      .widget_vidyo2013-resources-widget .resource-item-carousel-pagination > a:last-child {
        margin-right: 0; }
      .widget_vidyo2013-resources-widget .resource-item-carousel-pagination > a.selected {
        background: #90c43f; }
      .widget_vidyo2013-resources-widget .resource-item-carousel-pagination > a:hover {
        background: #2791cc; }
  .widget + .widget_vidyo2013-resources-widget .resource-item-carousel-pagination {
    top: 36px; }

/* =============================================================================
   Page Overrides: Partner Portal home
   ========================================================================== */
.page-partner-center #section-navigation {
  display: none !important; }
.page-partner-center .navbar-header.secondary {
  display: none; }
.page-partner-center .mast-wrapper:after {
  background: none;
  display: none; }
@media only screen and (min-width: 900px) {
  .page-partner-center .fma-banner-wrapper {
    min-height: 333px; } }
.page-partner-center .fma-banner {
  padding-top: 20px; }
  .page-partner-center .fma-banner .title {
    color: #252525;
    font-family: "Swiss 721 W01 Light", arial, helvetica, sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: normal;
    width: 48.93617%; }
    .page-partner-center .fma-banner .title strong {
      display: block;
      color: #fff;
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 48px;
      line-height: 57.6px;
      font-size: 3rem;
      line-height: 3.6rem;
      font-weight: normal;
      text-transform: uppercase; }
  .page-partner-center .fma-banner .fma-banner-content {
    width: 57.44681%;
    margin-left: 0;
    padding-right: 20px;
    color: #fff;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 19.2px;
    font-size: 1rem;
    line-height: 1.2rem; }
  @media only screen and (max-width: 899px) {
    .page-partner-center .fma-banner {
      padding-top: 0; }
      .page-partner-center .fma-banner .title {
        width: 100%; }
        .page-partner-center .fma-banner .title strong {
          color: #363636; }
      .page-partner-center .fma-banner .fma-banner-content {
        color: #363636;
        width: 100%;
        max-width: 100%;
        padding-right: 0; }
        .page-partner-center .fma-banner .fma-banner-content .description {
          margin-bottom: 0; } }
.page-partner-center .navigation-buttons-section {
  padding-top: 40px;
  padding-bottom: 40px; }

.page-partner-center .widget,
.parent-pageid-9512 .widget {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .page-partner-center .widget .post-date,
  .parent-pageid-9512 .widget .post-date {
    display: block;
    color: #88c342;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    text-transform: uppercase; }
  .page-partner-center .widget a,
  .parent-pageid-9512 .widget a {
    color: #008ac4;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    font-weight: normal;
    text-transform: none; }
  .page-partner-center .widget .button-resource,
  .parent-pageid-9512 .widget .button-resource {
    color: #959595; }
    .page-partner-center .widget .button-resource:hover,
    .parent-pageid-9512 .widget .button-resource:hover {
      color: #fff; }
  .page-partner-center .widget + .widget,
  .parent-pageid-9512 .widget + .widget {
    border-top: 1px solid #b7b7b7;
    padding-top: 30px; }
  .page-partner-center .widget.widget_vidyo2013-events-widget > ul, .page-partner-center .widget.widget_vidyo2013-news-widget > ul, .page-partner-center .widget.widget_vidyo2013-recent-blog-posts-widget > ul,
  .parent-pageid-9512 .widget.widget_vidyo2013-events-widget > ul,
  .parent-pageid-9512 .widget.widget_vidyo2013-news-widget > ul,
  .parent-pageid-9512 .widget.widget_vidyo2013-recent-blog-posts-widget > ul {
    list-style: none;
    margin: 0; }
  .page-partner-center .widget.widget_vidyo2013-events-widget .event-type, .page-partner-center .widget.widget_vidyo2013-news-widget .event-type, .page-partner-center .widget.widget_vidyo2013-recent-blog-posts-widget .event-type,
  .parent-pageid-9512 .widget.widget_vidyo2013-events-widget .event-type,
  .parent-pageid-9512 .widget.widget_vidyo2013-news-widget .event-type,
  .parent-pageid-9512 .widget.widget_vidyo2013-recent-blog-posts-widget .event-type {
    color: #666;
    font-family: "Swiss 721 W01 Medium", 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; }
  .page-partner-center .widget.widget_vidyo2013-events-widget .event-date-label,
  .page-partner-center .widget.widget_vidyo2013-events-widget .event-location-label, .page-partner-center .widget.widget_vidyo2013-news-widget .event-date-label,
  .page-partner-center .widget.widget_vidyo2013-news-widget .event-location-label, .page-partner-center .widget.widget_vidyo2013-recent-blog-posts-widget .event-date-label,
  .page-partner-center .widget.widget_vidyo2013-recent-blog-posts-widget .event-location-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-events-widget .event-date-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-events-widget .event-location-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-news-widget .event-date-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-news-widget .event-location-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-recent-blog-posts-widget .event-date-label,
  .parent-pageid-9512 .widget.widget_vidyo2013-recent-blog-posts-widget .event-location-label {
    display: block;
    color: #88c342;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 8px; }
.page-partner-center .widgettitle,
.parent-pageid-9512 .widgettitle {
  color: #363636;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: normal;
  text-transform: none; }
.page-partner-center .widget-subtitle,
.parent-pageid-9512 .widget-subtitle {
  color: #88c342;
  font-family: "Swiss 721 W01 Medium", 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-bottom: 12px; }

/* =============================================================================
   Page Overrides: Partner Portal pages
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .parent-pageid-9512 .navbar-header.primary {
    min-height: 51px;
    position: relative; } }
.parent-pageid-9512 .navbar-header.primary .navbar-toggle {
  display: none !important; }
@media only screen and (max-width: 767px) {
  .parent-pageid-9512 #partner-portal-navigation {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 1em 0 115px; }
    .parent-pageid-9512 #partner-portal-navigation .title {
      float: left;
      line-height: 50px; }
    .parent-pageid-9512 #partner-portal-navigation .access-links {
      float: right;
      line-height: 50px; } }
@media only screen and (max-width: 520px) {
  .parent-pageid-9512 #partner-portal-navigation .current-user,
  .parent-pageid-9512 #partner-portal-navigation .separator {
    display: none; } }
@media only screen and (min-width: 768px) {
  .parent-pageid-9512 .navbar-header.secondary {
    margin-top: 45px; } }
.parent-pageid-9512 .widgets {
  padding-top: 24px; }
  .parent-pageid-9512 .widgets .widget {
    padding: 0; }
    .parent-pageid-9512 .widgets .widget + .widget {
      border: none; }
.parent-pageid-9512 .entry-header {
  border-bottom: 1px solid #b7b7b7; }
.parent-pageid-9512 .content-columns-wrapper.mast {
  background-repeat: no-repeat;
  background-position: 95% 0 !important;
  margin-top: -80px;
  padding-top: 80px; }
  .parent-pageid-9512 .content-columns-wrapper.mast .content-column-title {
    color: #363636;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 26px;
    line-height: 31.2px;
    font-size: 1.625rem;
    line-height: 1.95rem;
    font-weight: normal;
    margin: 24px 0 12px; }
  .parent-pageid-9512 .content-columns-wrapper.mast h4 {
    width: 74.46809%; }
.parent-pageid-9512 .content-column-title {
  color: #363636;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 26px;
  line-height: 31.2px;
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: normal;
  margin-top: 24px; }
.parent-pageid-9512 .content-columns-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7; }
  .parent-pageid-9512 .content-columns-wrapper:last-child {
    border-bottom: none; }
.parent-pageid-9512 .content-columns h4 {
  color: #8fc43f;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 12px; }
.parent-pageid-9512 .partner-resources-section h4 {
  margin-bottom: 6px; }
  @media only screen and (max-width: 767px) {
    .parent-pageid-9512 .partner-resources-section h4 {
      margin-top: 2em; } }
.parent-pageid-9512 .partner-resources-section ul {
  list-style: none;
  margin: 0; }
.parent-pageid-9512 .partner-resources-section li {
  margin-bottom: 0; }
  .parent-pageid-9512 .partner-resources-section li > a {
    color: #2783b7;
    font-family: "Swiss 721 W01 Medium", 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-partner-portal-login-php #section-navigation {
  margin-top: 0; }

.page-marketing-resources .content-columns-wrapper.mast .content-columns .twelve.columns,
.page-new-partner-onboarding .content-columns-wrapper.mast .content-columns .twelve.columns {
  width: 74.46809%; }

.page-services-support .content-columns-wrapper.mast .content-columns .twelve.columns > p:first-child {
  width: 74.46809%; }

.partner-portal-images-table,
.partner-portal-resources-table {
  border: none; }
  .partner-portal-images-table thead th,
  .partner-portal-resources-table thead th {
    text-align: center;
    background: #208CC1;
    color: #fff;
    text-transform: uppercase;
    border-left: 3px solid #fff;
    width: 40.212765%;
    white-space: normal; }
    .partner-portal-images-table thead th:first-child,
    .partner-portal-resources-table thead th:first-child {
      background: none;
      border-left: none;
      width: 19.57447%; }
  .partner-portal-images-table tbody th, .partner-portal-images-table tbody td,
  .partner-portal-resources-table tbody th,
  .partner-portal-resources-table tbody td {
    background: #f5f5f5;
    color: #666;
    vertical-align: top;
    text-align: left;
    padding: 20px 12px;
    border-top: 3px solid #fff;
    white-space: normal; }
  .partner-portal-images-table tbody th,
  .partner-portal-resources-table tbody th {
    width: 19.57447%; }
  .partner-portal-images-table tbody td,
  .partner-portal-resources-table tbody td {
    width: 40.212765%;
    border-left: 3px solid #fff; }
    .partner-portal-images-table tbody td h4, .partner-portal-images-table tbody td h5,
    .partner-portal-resources-table tbody td h4,
    .partner-portal-resources-table tbody td h5 {
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 14px;
      line-height: 16.8px;
      font-size: 0.875rem;
      line-height: 1.05rem;
      font-weight: normal;
      text-transform: none;
      margin-bottom: 0; }
    .partner-portal-images-table tbody td h4,
    .partner-portal-resources-table tbody td h4 {
      font-weight: bold; }
    .partner-portal-images-table tbody td h5,
    .partner-portal-resources-table tbody td h5 {
      font-style: italic; }
    .partner-portal-images-table tbody td ul,
    .partner-portal-resources-table tbody td ul {
      list-style: none;
      margin: 0 0 1em 0; }
      .partner-portal-images-table tbody td ul li,
      .partner-portal-resources-table tbody td ul li {
        margin: 0 0 0 1em; }
  .partner-portal-images-table tbody tr:nth-child(even) th, .partner-portal-images-table tbody tr:nth-child(even) td,
  .partner-portal-resources-table tbody tr:nth-child(even) th,
  .partner-portal-resources-table tbody tr:nth-child(even) td {
    background: #f0f0f0; }

.partner-portal-resources-table thead th,
.partner-portal-resources-table tbody td {
  width: 26.80851%; }

.page-investors .entry-content .component-media .l-media {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .page-investors .entry-content .component-media .l-media:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 560px) {
    .page-investors .entry-content .component-media .l-media .l-media_img {
      float: none; } }

.page-press-kit .content-column-title,
.page-press-kit .grid-sub-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 32px;
  line-height: 38.4px;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: normal; }
.page-press-kit .press-contacts.content-columns-wrapper .column-content {
  padding: 0; }

.section-separator {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px; }

.page-education.parent-pageid-37 .content-component {
  margin-top: 2em; }

.page-technical-support .component-media {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .page-technical-support .component-media > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .page-technical-support .component-media {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .page-technical-support .component-media {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.page-technical-support .support-resources-section {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #d7d7d7; }
  .page-technical-support .support-resources-section .media-sub-title {
    margin-bottom: 40px; }
  .page-technical-support .support-resources-section .columnizer-first {
    padding-right: 30px; }
  .page-technical-support .support-resources-section .columnizer-last {
    padding-left: 30px; }
  .page-technical-support .support-resources-section .l-media {
    margin-bottom: 30px; }
    .page-technical-support .support-resources-section .l-media h4 {
      color: #008ac4;
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 0.5em; }
  @media only screen and (max-width: 530px) {
    .page-technical-support .support-resources-section .columnizer-column {
      float: none !important;
      width: 100% !important;
      padding: 0 !important; } }
.page-technical-support .support-services-section {
  margin-bottom: 40px; }
  .page-technical-support .support-services-section p {
    margin: 0 0 0.5em; }
  .page-technical-support .support-services-section a {
    color: #008ac4;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 14.4px;
    font-size: 0.75rem;
    line-height: 0.9rem;
    font-weight: normal;
    text-transform: uppercase; }
  .page-technical-support .support-services-section .columnizer-first {
    padding-right: 15px; }
  .page-technical-support .support-services-section .columnizer-last {
    padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .page-technical-support .support-services-section .columnizer-column {
      float: none !important;
      width: 100% !important;
      padding: 0 !important; }
    .page-technical-support .support-services-section .columnizer-last {
      margin-top: 2em; } }

.professional-services-column {
  margin-top: 20px;
  width: 50%;
  float: left;
  padding-right: 15px; }
  .professional-services-column.omega {
    padding-right: 0;
    padding-left: 15px; }
  .professional-services-column h3 {
    margin-bottom: 10px; }
  .professional-services-column h4 {
    font-size: 12px;
    line-height: 21px;
    font-size: 0.75rem;
    line-height: 1.3125rem; }
  .professional-services-column .media-item {
    margin-bottom: 40px; }
  .professional-services-column .l-media_img {
    margin-right: 20px; }
    @media only screen and (max-width: 420px) {
      .professional-services-column .l-media_img {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .professional-services-column {
      float: none;
      width: 100%;
      padding: 0; } }

.device-group-select-container {
  display: none; }
  .device-group-select-container .device-group-select {
    min-width: 290px; }
  .device-group-select-container ul {
    margin: 0; }

.page-list strong {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  font-size: 0.875rem;
  line-height: 1.4375rem;
  font-weight: normal; }

section.not-found {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding: 30px 0 60px; }
  section.not-found > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    section.not-found {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    section.not-found {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

table#Specifications thead th {
  width: 12px; }
table#Specifications tbody td {
  width: 120px; }

.page-specifications table.fht-table th {
  font-weight: bold; }

table#Specifications.fht-table td {
  padding: 5px; }
table#Specifications.fht-table tr.heading-row-alt td {
  padding: 10px 12px; }

.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  margin: 0;
  padding: 0;
  vertical-align: top; }

.fht-table th {
  padding: 5px 0;
  vertical-align: middle; }

.fht-table {
  border-collapse: collapse;
  border-spacing: 0; }

.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: hidden;
  position: relative; }

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  overflow: auto; }

.fht-table-wrapper .fht-table .fht-cell {
  overflow: hidden;
  height: 1px; }

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  top: 0;
  left: 0;
  position: absolute; }

.fht-table-wrapper .fht-fixed-column {
  z-index: 1; }

.keep-informed .thank-you-message, .resource-signup-form .thank-you-message {
  color: #fff; }

.whats-new #AnnouncementsTab .tab-nav-item-link {
  padding: 8px 5px; }

form[name="change-password-form"] label {
  min-width: 180px;
  display: inline-block; }

/* =============================================================================
   Sales Downloads
   ========================================================================== */
.sales-downloads-wrapper {
  overflow: hidden; }

.sales-download-item {
  border: 1px solid #EDEDED;
  float: left;
  width: 45%;
  min-width: 300px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 10px;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  font-size: 0.6875rem;
  line-height: 1.0625rem; }

.sales-download-title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 17px;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: normal;
  font-weight: bold; }

.widget-content #imcontent {
  margin-bottom: 1.5em; }

.home-carousel {
  margin: 0;
  list-style: none; }
  .home-carousel > li {
    margin: 0; }
    .caroufredsel_wrapper > .home-carousel > li {
      float: left; }

.home .home-carousel > li .title {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: normal;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5); }
.home .home-carousel > li .description {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.33);
  margin-bottom: 35px; }
  .home .home-carousel > li .description.no-title {
    margin-top: 70px;
    font-size: 30px;
    line-height: 36px;
    font-size: 1.875rem;
    line-height: 2.25rem; }
@media only screen and (min-width: 900px) {
  .home .home-carousel .fma-banner-wrapper {
    min-height: 450px; } }
.home .home-carousel .fma-banner-content {
  max-width: 425px; }

#FMABannerContainer {
  position: relative; }

.home .home-carousel {
  min-height: 450px;
  *zoom: 1; }
  .home .home-carousel:before, .home .home-carousel:after {
    content: "";
    display: table; }
  .home .home-carousel:after {
    clear: both; }
  .home .home-carousel .button-fma > i[class^="icon-"] {
    margin-left: 1em; }

.home-carousel-next, .home-carousel-prev {
  position: absolute;
  top: 175px;
  cursor: pointer; }
  @media only screen and (max-width: 899px) {
    .home-carousel-next, .home-carousel-prev {
      top: 20%; } }
  @media only screen and (max-width: 499px) {
    .home-carousel-next, .home-carousel-prev {
      top: 10%; } }

.home-carousel-prev {
  background-position: 0 -581px;
  width: 22px;
  height: 32px;
  left: 12px; }
  .home-carousel-prev {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .home-carousel-prev {
    font-size: 1px;
    line-height: 1px; }
  @media only screen and (max-width: 899px) {
    .home-carousel-prev {
      left: 30px; } }

.home-carousel-next {
  background-position: 0 -547px;
  width: 22px;
  height: 32px;
  right: 12px; }
  .home-carousel-next {
    overflow: hidden;
    text-indent: -32000em;
    white-space: nowrap; }
  .ie7 .home-carousel-next {
    font-size: 1px;
    line-height: 1px; }
  @media only screen and (max-width: 899px) {
    .home-carousel-next {
      right: 30px; } }

.home-carousel-pagination-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  top: 94%; }
  @media only screen and (max-width: 899px) {
    .home-carousel-pagination-wrapper {
      left: 5%;
      top: 5%; } }
  @media only screen and (max-width: 499px) {
    .home-carousel-pagination-wrapper {
      top: 3%; } }

.home-carousel-pagination {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .home-carousel-pagination > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .home-carousel-pagination {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .home-carousel-pagination {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  .home-carousel-pagination a {
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    display: block;
    float: left;
    margin-right: 4px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    @media only screen and (max-width: 499px) {
      .home-carousel-pagination a {
        border-width: 3px;
        width: 12px;
        height: 12px; } }
    .home-carousel-pagination a.selected {
      background: #fff; }
    .home-carousel-pagination a span {
      display: none; }

.logo-strip-section {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  padding-bottom: 0 20px; }
  .logo-strip-section > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .logo-strip-section {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .logo-strip-section {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }

.customers-spotlight-carousel .youku-message {
  margin: 8px 0; }
  .customer-section .customers-spotlight-carousel .youku-message {
    margin-top: -40px; }
.media .youku-message {
  margin-top: 8px; }
  .media .youku-message a {
    display: inline; }
.product-solution-catalog .youku-message {
  float: right; }
.page-template-template-solutions-php .youku-message {
  text-align: center; }
  .page-template-template-solutions-php .youku-message br {
    display: none; }
.resources-content .youku-message {
  float: right; }
.conversations-column .youku-message {
  margin-top: -28px;
  float: right; }

.type-career_posting .entry-content li {
  margin-bottom: 0;
  line-height: 1.4em; }

.marketplace-apps__wrapper {
  padding-top: 36px; }

.marketplace-apps__container {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto;
  max-width: 1182px; }
  .marketplace-apps__container > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .marketplace-apps__container {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .marketplace-apps__container {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (max-width: 1182px) {
    .marketplace-apps__container {
      padding: 0 20px; } }

.marketplace-apps__nav {
  width: 18.29787%;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  border-top: 0; }
  @media only screen and (max-width: 767px) {
    .marketplace-apps__nav {
      float: left;
      margin-left: 0;
      width: 100%; } }
  @media only screen and (max-width: 1200px) {
    .marketplace-apps__nav {
      width: 25.10638%; } }
  @media only screen and (max-width: 910px) {
    .marketplace-apps__nav {
      width: 31.91489%; } }

.marketplace-apps__content {
  width: 79.57447%; }
  @media only screen and (max-width: 767px) {
    .marketplace-apps__content {
      float: left;
      margin-left: 0;
      width: 100%; } }
  @media only screen and (max-width: 1200px) {
    .marketplace-apps__content {
      width: 72.76596%; } }
  @media only screen and (max-width: 910px) {
    .marketplace-apps__content {
      width: 65.95745%; } }

.ma-nav__link {
  display: block; }
  .ma-nav__primary .ma-nav__link {
    position: relative;
    margin-right: -1px;
    margin-left: -1px;
    margin-bottom: 1px;
    padding: 13px 18px 10px;
    color: #fff; }
    .ma-nav__primary .ma-nav__link.ma-nav__link--active:after {
      background-position: 0 -10px;
      width: 11px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -4px;
      content: ''; }
      .ma-nav__primary .ma-nav__link.ma-nav__link--active:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .ma-nav__primary .ma-nav__link.ma-nav__link--active:after {
        font-size: 1px;
        line-height: 1px; }

.ma-nav__group-label {
  font-size: 14px;
  line-height: 16.8px;
  font-size: 0.875rem;
  line-height: 1.05rem;
  padding: 13px 32px 10px 18px;
  position: relative;
  background: #dedede;
  color: #636363;
  text-transform: uppercase;
  cursor: pointer; }
  .ma-nav__group-label:after {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .ma-nav__group-label.collapsed:after {
    border-top: 9px solid #bbb; }
  .ma-nav__group-label.expanded:after {
    border-bottom: 9px solid #bbb; }

.ma-nav__link--category {
  color: #636363;
  margin: 7px 10px;
  padding: 5px 8px; }
  .ma-nav__link--category:hover, .ma-nav__link--category:active, .ma-nav__link--category:focus {
    color: #2884b7; }
  .ma-nav__link--category.ma-nav__link--active {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: #e1f4fb;
    color: #2884b7; }
    .ma-nav__link--category.ma-nav__link--active:after {
      background-position: 0 0;
      width: 11px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 8px;
      margin-top: -4px;
      content: ''; }
      .ma-nav__link--category.ma-nav__link--active:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .ma-nav__link--category.ma-nav__link--active:after {
        font-size: 1px;
        line-height: 1px; }

.ma-nav__link--featured {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3YWQyNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxYzU0MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #77ad25), color-stop(100%, #91c541));
  background-image: -moz-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
  background-image: -webkit-linear-gradient(bottom, #77ad25 0%, #91c541 100%);
  background-image: linear-gradient(to top, #77ad25 0%, #91c541 100%); }

.ma-nav__link--all {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3ODNiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4OWRlMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #2783b7), color-stop(100%, #289de0));
  background-image: -moz-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
  background-image: -webkit-linear-gradient(bottom, #2783b7 0%, #289de0 100%);
  background-image: linear-gradient(to top, #2783b7 0%, #289de0 100%); }

.marketplace-apps__title {
  color: #333; }

.marketplace-apps__list {
  margin: 0;
  list-style: none; }

.marketplace-apps__list-item {
  float: left;
  width: 300px;
  height: 245px;
  margin-right: 20px;
  margin-bottom: 20px; }
  html.no-js .marketplace-apps__list-item:nth-child(3n) {
    margin-right: 0; }
  html.js .marketplace-apps__list-item {
    display: none; }
    html.js .marketplace-apps__list-item.visible {
      display: block; }
      html.js .marketplace-apps__list-item.visible.gamma {
        margin-right: 0; }
      @media only screen and (max-width: 1200px) {
        html.js .marketplace-apps__list-item.visible.gamma {
          margin-right: 20px; }
        html.js .marketplace-apps__list-item.visible.beta {
          margin-right: 0; } }
  .marketplace-apps__list-item .front, .marketplace-apps__list-item .back {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.13);
    box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.13); }
  .marketplace-apps__list-item .front {
    padding: 27px 35px;
    border: 1px solid #cbcbcb;
    background-color: #fff; }
  .marketplace-apps__list-item .back {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODljMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYTNlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089c3), color-stop(100%, #0fa3e2));
    background-image: -moz-linear-gradient(top, #0089c3 0%, #0fa3e2 100%);
    background-image: -webkit-linear-gradient(top, #0089c3 0%, #0fa3e2 100%);
    background-image: linear-gradient(to bottom, #0089c3 0%, #0fa3e2 100%);
    padding: 20px;
    color: #fff; }

.marketplace-app__info-link {
  font-size: 13px;
  line-height: 15.6px;
  font-size: 0.8125rem;
  line-height: 0.975rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 2px; }
  .marketplace-app__info-link:hover {
    color: #fff; }
  .marketplace-app__info-link .icon-caret-right {
    padding-left: 2px;
    font-size: 15px; }

.marketplace-app__title {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 21px;
  line-height: 25.2px;
  font-size: 1.3125rem;
  line-height: 1.575rem;
  color: #fff;
  margin-bottom: 8px; }

.marketplace-app__description {
  font-size: 13px;
  line-height: 19px;
  font-size: 0.8125rem;
  line-height: 1.1875rem; }
  .marketplace-app__description p {
    margin-bottom: .8em; }

.marketplace-app__category-links {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.marketplace-app__category-filter {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  font-size: 12px;
  line-height: 14.4px;
  font-size: 0.75rem;
  line-height: 0.9rem;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 4px 6px;
  background-color: #ededed;
  color: #0999d5; }

.marketplace-apps__footer {
  padding: 5px 0 40px;
  clear: left;
  text-align: center; }

.marketplace-apps__more-apps-link {
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: normal;
  color: #2783b7; }

body.page-marketplace .dl-menuwrapper {
  position: fixed;
  top: 0;
  right: 0;
  max-width: none;
  z-index: 8; }
  body.page-marketplace .dl-menuwrapper button {
    float: right;
    background: transparent;
    margin-top: 17px;
    margin-right: 15px;
    margin-bottom: 19px;
    border: 0;
    box-shadow: none; }
  body.page-marketplace .dl-menuwrapper .dl-menu {
    top: 81px;
    margin-top: 0; }
    body.page-marketplace .dl-menuwrapper .dl-menu li {
      margin-bottom: 0; }
      body.page-marketplace .dl-menuwrapper .dl-menu li .ma-nav__link--category-title {
        border-bottom: 1px solid #666; }
        body.page-marketplace .dl-menuwrapper .dl-menu li .ma-nav__link--category-title:after {
          content: '';
          height: 0;
          line-height: 0;
          border-left: 8px solid #fff;
          border-top: 7px solid transparent;
          border-bottom: 7px solid transparent;
          top: 50%;
          margin-top: -7px; }
  body.page-marketplace .dl-menuwrapper li.dl-back:after {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    border-right: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: 50%;
    margin-top: -7px;
    content: ''; }
  body.page-marketplace .dl-menuwrapper .dl-submenu {
    margin-left: 0; }
  body.page-marketplace .dl-menuwrapper .ma-nav__item--category-title {
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    display: block;
    background: #eee;
    padding: 14px 10px; }
  body.page-marketplace .dl-menuwrapper .ma-nav__link--category {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
    color: #fff; }

@media only screen and (max-width: 767px) {
  body.page-marketplace #masthead-wrapper, body.page-marketplace #footer-cta-wrapper, body.page-marketplace #footer-wrapper {
    display: none; }
  body.page-marketplace .content-columns-wrapper {
    display: none; }
  body.page-marketplace #main {
    border-right: 1px solid #c0c0c2;
    border-left: 1px solid #c0c0c2; }
  body.page-marketplace .h-page-heading {
    font-size: 23.27128px;
    line-height: 27.92553px;
    font-size: 1.45445rem;
    line-height: 1.74535rem;
    margin-top: 13.29787px;
    margin-bottom: 13.29787px; }
    body.page-marketplace .h-page-heading strong {
      font-size: 23.27128px;
      line-height: 27.92553px;
      font-size: 1.45445rem;
      line-height: 1.74535rem; }
  body.page-marketplace .mast-wrapper {
    min-height: 0 !important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5; }
  body.page-marketplace .mast .content-container {
    display: none; }
  body.page-marketplace .entry-content {
    margin-top: 80px; }
  body.page-marketplace .flippable .flipper-container .front {
    display: none; }
  body.page-marketplace .flippable .flipper-container .back {
    -moz-transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0);
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    position: static;
    height: auto;
    width: auto;
    padding: 0 15.95745px; }

  .marketplace-apps__nav {
    display: none; }

  .marketplace-apps__wrapper {
    padding-top: 0; }

  .marketplace-apps__container {
    padding-right: 0;
    padding-left: 0; }

  .marketplace-apps__content {
    width: 100%; }

  .marketplace-apps__title {
    font-size: 23.93617px;
    line-height: 28.7234px;
    font-size: 1.49601rem;
    line-height: 1.79521rem;
    padding: 19.94681px 15.95745px 15.95745px;
    margin-bottom: 0;
    background: #eee;
    border: 1px solid #c0c0c2; }

  .marketplace-apps__list-item {
    width: auto;
    float: none;
    height: auto;
    margin: 0; }
    html.js .marketplace-apps__list-item.visible.gamma, html.js .marketplace-apps__list-item.visible.beta {
      margin-right: 0; }
    .marketplace-apps__list-item .back {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #fff;
      border-bottom: 1px solid #c0c0c2; }
      html.no-js .marketplace-apps__list-item .back {
        color: #636363; }
    .marketplace-apps__list-item.expanded .back {
      background-color: #2d6399;
      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODljMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBmYTNlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background-size: 100%;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0089c3), color-stop(100%, #0fa3e2));
      background-image: -moz-linear-gradient(top, #0089c3 0%, #0fa3e2 100%);
      background-image: -webkit-linear-gradient(top, #0089c3 0%, #0fa3e2 100%);
      background-image: linear-gradient(to bottom, #0089c3 0%, #0fa3e2 100%);
      padding-bottom: 16.62234px !important; }

  .marketplace-app__title {
    font-size: 18.61702px;
    line-height: 22.34043px;
    font-size: 1.16356rem;
    line-height: 1.39628rem;
    position: relative;
    margin: 0 -15.95745px;
    padding: 14.62766px 31.95745px 11.96809px 15.95745px;
    color: #636363;
    cursor: pointer; }
    html.js .marketplace-app__title:after {
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: absolute;
      right: 15.95745px;
      top: 50%;
      margin-top: -7px;
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 8px solid #ccc;
      content: ''; }
    .marketplace-apps__list-item.expanded .marketplace-app__title {
      color: #fff; }
      .marketplace-apps__list-item.expanded .marketplace-app__title:after {
        -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
        -webkit-transform: rotateZ(90deg);
        transform: rotateZ(90deg);
        border-left-color: #fff; }

  html.js .marketplace-app__description, html.js .marketplace-app__info-link, html.js .marketplace-app__category-links {
    display: none; }
  html.js .marketplace-apps__list-item.expanded .marketplace-app__description, html.js .marketplace-apps__list-item.expanded .marketplace-app__info-link, html.js .marketplace-apps__list-item.expanded .marketplace-app__category-links {
    display: block; }

  .marketplace-app__description p {
    margin-bottom: 20.6117px; }

  .marketplace-app__info-link {
    margin-bottom: 9.9734px; }

  .marketplace-app__category-links {
    position: static;
    margin-top: 29.25532px; }

  .marketplace-app__category-filter {
    padding: 7.97872px 13.29787px 6.64894px; }

  .marketplace-apps__footer {
    display: none; } }
.page-search-results .breadcrumbs {
  display: none; }
.page-search-results .site-main {
  padding-top: 20px; }
.page-search-results .h-page-heading {
  margin-bottom: 0; }

#main .gsc-control-cse {
  padding-left: 0;
  padding-right: 0;
  margin-top: -20px; }
  #main .gsc-control-cse .gsc-table-result {
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    color: #666; }
  #main .gsc-control-cse table {
    margin: 0; }
  #main .gsc-control-cse td {
    padding: 0; }
  #main .gsc-control-cse .gsc-result {
    margin-bottom: 1.4em; }
  #main .gsc-control-cse .gs-snippet, #main .gsc-control-cse .gs-visibleUrl {
    color: #666; }
  #main .gsc-control-cse .gsc-cursor .gsc-cursor-page {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: #158bc1;
    line-height: 1em;
    padding: 5px 8px; }
  #main .gsc-control-cse .gsc-cursor .gsc-cursor-current-page {
    background: #000; }
  #main .gsc-control-cse a.gs-title {
    color: #158bc1; }
    #main .gsc-control-cse a.gs-title b {
      color: inherit; }
    #main .gsc-control-cse a.gs-title:hover, #main .gsc-control-cse a.gs-title:focus, #main .gsc-control-cse a.gs-title:active {
      color: #26afef; }
      #main .gsc-control-cse a.gs-title:hover b, #main .gsc-control-cse a.gs-title:focus b, #main .gsc-control-cse a.gs-title:active b {
        color: inherit; }

.um-sidebar a {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-size: 0.8125rem;
  line-height: 1.3125rem;
  text-transform: none;
  color: #2783b7; }
  .um-sidebar a:hover {
    color: #00a3ff; }
  .um-sidebar a.button-blue {
    margin-top: 18px;
    color: #fff; }

html[lang="en"] #megaMenu.megaMenuHorizontal #menu-main-navigation > li:nth-child(2) .um-sidebar > .widget:last-child .widgettitle {
  visibility: hidden;
  height: 0; }

#megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item:first-child .sub-menu {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item:last-child .sub-menu {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > a {
    padding: 15px 15px 10px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    font-size: 1.125rem;
    line-height: 1.35rem;
    font-weight: normal;
    text-transform: uppercase; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > a:after {
      display: none; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > .sub-menu {
    min-width: 600px; }
    @media only screen and (max-width: 825px) {
      #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > .sub-menu {
        display: none !important; } }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.megaHover.wpmega-expanded {
    border: 1px solid #d7d7d7;
    border-bottom: none; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.megaHover.wpmega-expanded > a {
      background: #fff; }
    @media only screen and (max-width: 825px) {
      #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item.megaHover.wpmega-expanded {
        border-color: transparent !important; } }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > ul.sub-menu {
    z-index: 9;
    margin-top: -1px !important;
    background: #fff;
    border: 1px solid #d7d7d7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item > ul.sub-menu > .menu-item {
      height: 100%; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .wpmega-widgetarea,
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .um-sidebar {
    height: 100%; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .um-sidebar {
    padding: 0 25px;
    display: table; }
  #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget {
    height: 100%;
    margin: 0;
    padding: 0 20px;
    position: relative;
    display: table-cell;
    float: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-size: 0.75rem;
    line-height: 1.0625rem; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget .widgettitle {
      color: #252525;
      margin-bottom: 0.25em;
      text-transform: uppercase;
      font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
      font-size: 12px;
      line-height: 14.4px;
      font-size: 0.75rem;
      line-height: 0.9rem;
      font-weight: normal; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget:before {
      content: '';
      height: 100%;
      border-left: 1px solid #e1e1e1;
      position: absolute;
      left: 0; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget:first-child {
      padding-left: 0; }
      #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget:first-child:before {
        display: none; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget:last-child {
      padding-right: 0; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget .textwidget ul ul {
      margin-left: 1em; }
    #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget {
      width: 66.66667%; }
      #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget + .widget {
        width: 33.33333%; }
      #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget .widget-content {
        padding-left: 153px; }
        #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget .widget-content img {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 133px; }
        #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget .widget-content .widgettitle {
          clear: none; }
        #megaMenu.megaMenuHorizontal ul.megaMenu li.menu-item .widget.widget_vidyo2013-featured-customer-widget .widget-content .customer-link {
          font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
          font-size: 14px;
          line-height: 21px;
          font-size: 0.875rem;
          line-height: 1.3125rem;
          display: block; }

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item {
  margin: 0;
  padding: 30px 0; }

#megaMenu ul ul .wpmega-nonlink.wpmega-widgetarea ul {
  float: none; }

#megaMenu ul ul .wpmega-nonlink.wpmega-widgetarea > ul {
  float: left; }

/*
#megaMenu.megaMenuHorizontal ul#menu-main-navigation.megaMenu.megaMenuToggleOpen {
  li.menu-item.megaHover.wpmega-expanded {
    border-color: transparent;
  }
  .sub-menu {
    display: none !important;
  }
}
*/
/**
 * DropKick theme
 *
 */
.dk_container {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  height: 37px;
  margin-bottom: 18px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .dk_container:focus {
    outline: 0; }
  .dk_container a {
    cursor: pointer;
    text-decoration: none;
    color: #008ac4; }
    .dk_container a:hover {
      color: #009cde; }

.dk_toggle {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
  padding: 7px 45px 7px 10px;
  text-shadow: #fff 1px 1px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  position: relative; }
  .dk_toggle:hover {
    border-color: #8c8c8c; }
  .dk_toggle:after {
    position: absolute;
    top: 45%;
    right: 10px;
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #4B4B4B; }

/* Applied when the dropdown is focused */
/* Applied whenever the dropdown is open */
.dk_open {
  z-index: 10; }
  .dk_open .dk_toggle {
    background-color: #ececec;
    border-color: #8c8c8c;
    color: #ccc;
    -moz-box-shadow: inset 0 -2px 5px #ccc;
    -webkit-box-shadow: inset 0 -2px 5px #ccc;
    box-shadow: inset 0 -2px 5px #ccc;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0 0; }

/* The outer container of the options */
.dk_options {
  background: #fefefe;
  /* Removes transparent background on iOS5+ scroll */
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px; }
  .dk_options a {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    padding: 8px 10px; }
  .dk_options a:hover,
  .dk_options .dk_option_current a {
    background-color: #008ac4;
    color: #fff;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 0; }
  .dk_options .dk_option_current a {
    background-color: #8fc43f;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0; }
  .dk_options li:last-child a {
    border-bottom: none; }
  .dk_options .disabled {
    cursor: default; }
    .dk_options .disabled a {
      color: #aaa; }
    .dk_options .disabled:hover, .dk_options .disabled:hover a {
      cursor: default;
      background-color: #fff;
      border-bottom-color: #999;
      text-shadow: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  max-height: 250px;
  border: 1px solid #8c8c8e;
  border-bottom-width: 2px;
  border-bottom-color: #999;
  color: #333;
  text-shadow: #fff 0 1px 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px; }

/***** Critical to the continued enjoyment of working dropdowns ******/
.dk_container {
  display: none;
  float: left; }
  .dk_container a {
    outline: 0; }

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1; }

.dk_open {
  position: relative; }
  .dk_open .dk_options {
    display: block; }
  .dk_open .dk_label {
    color: inherit; }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%; }
  .dk_options a, .dk_options a:link, .dk_options a:visited {
    display: block; }

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  margin: 0; }

/* Hides only dropkick <select> instances */
.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden; }

/*  nativeMobile override */
.dk_mobile {
  position: relative; }
  .dk_mobile select {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

/***** End Critical to the continued enjoyment of working dropdowns ******/
/* =============================================================================
   jQuery DropKick - Vidyo Minimal theme
   ========================================================================== */
.dk_theme_vidyo-minimal {
  /* Toggle */ }
  .dk_theme_vidyo-minimal.dk_container {
    background: none;
    height: 29px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .dk_theme_vidyo-minimal .dk_toggle {
    background: #fff;
    color: #252525;
    font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
    font-size: 14px;
    line-height: 16.8px;
    font-size: 0.875rem;
    line-height: 1.05rem;
    font-weight: normal;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 3px 25px 3px 10px;
    border-color: #d7d7d7;
    text-shadow: none; }
    .dk_theme_vidyo-minimal .dk_toggle .dk_label {
      display: inline-block;
      width: 100%;
      border-right: 1px solid #d7d7d7; }
    .dk_theme_vidyo-minimal .dk_toggle:after {
      border-top-color: #90c543; }
    .dk_theme_vidyo-minimal .dk_toggle:focus, .dk_theme_vidyo-minimal .dk_toggle:hover {
      background: #90c543;
      color: #fff; }
      .dk_theme_vidyo-minimal .dk_toggle:focus:after, .dk_theme_vidyo-minimal .dk_toggle:hover:after {
        border-top-color: #fff; }
  .dk_theme_vidyo-minimal .dk_options a {
    padding: 3px 10px; }
  .dk_theme_vidyo-minimal .dk_options_inner li {
    margin: 0; }

/*
 * Styles for the blog
 */
.blog .site-content {
  width: 100%;
  max-width: 940px;
  min-width: 320px;
  margin: 0 auto; }
  .blog .site-content > *:first-child {
    margin-left: 0px; }
  @media only screen and (max-width: 960px) {
    .blog .site-content {
      padding: 0 20px; } }
  @media only screen and (max-width: 767px) {
    .blog .site-content {
      width: auto;
      min-width: 0;
      margin-left: 0;
      margin-right: 0; } }
.blog .content-area {
  width: 65.95745%; }
  @media only screen and (max-width: 767px) {
    .blog .content-area {
      float: left;
      margin-left: 0;
      width: 100%; } }
.blog .widget-area {
  width: 31.91489%; }
  @media only screen and (max-width: 767px) {
    .blog .widget-area {
      float: left;
      margin-left: 0;
      width: 100%; } }
.blog #masthead-wrapper {
  background: url(images/main-nav-bg.jpg) repeat-x 0 100%; }
.blog #masthead {
  min-height: 185px; }
.blog #section-navigation {
  left: 0; }
  .blog #section-navigation .blog-link {
    color: #fff;
    font-family: "Avenir LT W01 35 Light", arial, helvetica, sans-serif;
    font-size: 24px;
    line-height: 50px;
    font-size: 1.5rem;
    line-height: 3.125rem;
    font-weight: normal; }
  .blog #section-navigation .rss-link {
    position: relative;
    float: right;
    color: #83d1f0;
    padding-right: 33px;
    font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 50px;
    font-size: 0.8125rem;
    line-height: 3.125rem; }
    .blog #section-navigation .rss-link:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -9px;
      /* Half the icon's height */
      background-position: 0 -1749px;
      width: 18px;
      height: 18px; }
      .blog #section-navigation .rss-link:after {
        overflow: hidden;
        text-indent: -32000em;
        white-space: nowrap; }
      .ie7 .blog #section-navigation .rss-link:after {
        font-size: 1px;
        line-height: 1px; }
.blog .site-content {
  padding-top: 2.5em;
  padding-bottom: 3em; }
.blog .widgettitle {
  text-transform: uppercase;
  margin-bottom: 1em; }

.post {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd; }

.entry-author {
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem; }

.entry-date {
  color: #90c249;
  text-transform: uppercase;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 23px;
  font-size: 0.75rem;
  line-height: 1.4375rem;
  font-weight: normal; }
  .entry-date.updated {
    display: none; }

.entry-title,
.blog .page-heading {
  color: #158bc1;
  font-family: "Swiss 721 W01 Medium", arial, helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: normal;
  margin-bottom: 0; }

.blog .entry-content {
  margin-top: 1em; }

.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.entry-meta-segment:first-child {
    border-left: none;
    padding-left: 0; }
  .entry-meta-segment.entry-meta-segment:last-child {
    margin-right: 0; }
  .entry-meta-segment .addthis_toolbox {
    display: inline-block;
    vertical-align: text-bottom; }

.post-navigation {
  margin-bottom: 2em; }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    font-size: 14px;
    line-height: 23px;
    font-size: 0.875rem;
    line-height: 1.4375rem;
    font-weight: normal;
    margin-bottom: 0; }

.addthis_default_style .at15t_expanded,
.addthis_default_style .at15t_compact {
  margin-right: 0; }

.widget_categories ul,
.widget_recent_entries ul {
  list-style: none;
  margin-left: 0; }
.widget_categories li,
.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_categories a,
.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_categories li {
  margin-bottom: 0.25em; }

.widget .social-media {
  list-style: none;
  overflow: hidden;
  margin: 0; }
  .widget .social-media > li {
    margin: 0;
    width: 16.66667%;
    display: inline-block;
    float: left; }
  .widget .social-media .social-media-item {
    display: block;
    margin: 0 auto; }
  .widget .social-media .twitter {
    background-position: 0 -1864px;
    width: 37px;
    height: 41px; }
    .widget .social-media .twitter {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .twitter {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .facebook {
    background-position: 0 -289px;
    width: 37px;
    height: 41px; }
    .widget .social-media .facebook {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .facebook {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .youku {
    background-position: 0 -1964px;
    width: 37px;
    height: 41px; }
    .widget .social-media .youku {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .youku {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .youtube {
    background-position: 0 -2064px;
    width: 37px;
    height: 41px; }
    .widget .social-media .youtube {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .youtube {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .linkedin {
    background-position: 0 -676px;
    width: 37px;
    height: 41px; }
    .widget .social-media .linkedin {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .linkedin {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .googleplus {
    background-position: 0 -447px;
    width: 37px;
    height: 41px; }
    .widget .social-media .googleplus {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .googleplus {
      font-size: 1px;
      line-height: 1px; }
  .widget .social-media .blog {
    background-position: 0 -81px;
    width: 37px;
    height: 41px; }
    .widget .social-media .blog {
      overflow: hidden;
      text-indent: -32000em;
      white-space: nowrap; }
    .ie7 .widget .social-media .blog {
      font-size: 1px;
      line-height: 1px; }

.widget .tagcloud a {
  text-transform: none;
  font-family: "Swiss 721 W01 Roman", arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 21px;
  font-size: 0.75rem;
  line-height: 1.3125rem; }

/* 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: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #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: #000; }

/* 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: #444; }
  .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; }

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: relative;
  /*-webkit-perspective: 1000px;*/
  /*perspective: 1000px;*/
  /*-webkit-perspective-origin: 50% 200%;*/
  /*perspective-origin: 50% 200%;*/ }

.dl-menuwrapper:first-child {
  margin-right: 100px; }

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #aaa; }

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: #fff;
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 5px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; } }
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; } }
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0; } }
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

/*# sourceMappingURL=style.css.map */
