/* Reset from bootstrap */
.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before, .clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover, a:active {
  outline: 0; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .google-maps img {
  max-width: none; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

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

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

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

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff; }

a {
  color: #333333;
  text-decoration: none; }

a:hover, a:focus {
  color: #000;
  text-decoration: underline; }

form {
  margin: 0; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
html {
  background: #FFF;
  height: 100%; }
  html.homepage {
    background: #FFF; }
  html.bs3 {
    background: #f2f2f2; }
    html.bs3 .above-nav {
      background: #f2f2f2; }
    html.bs3 .container {
      max-width: 1020px;
      width: 1020px; }
    html.bs3 .content {
      background: none; }
    html.bs3 .section {
      border-bottom: none; }
    html.bs3 .row.space-below > div {
      margin-bottom: 20px; }
    @media (max-width: 767px) {
      html.bs3 .row.space-below-mobile > div {
        margin-bottom: 20px; } }
    html.bs3 .section {
      padding: 0;
      margin: 0; }
      html.bs3 .section.white {
        background: #FFF;
        padding: 80px 0; }
        html.bs3 .section.white.no-bottom-spacing {
          padding-bottom: 0; }
    @media (max-width: 1038px) {
      html.bs3 .section.white {
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 1024px) {
      html.bs3 .section.white {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      html.bs3 .section.white {
        padding: 20px 20px;
        margin: 0 -20px; } }
    html.bs3 .subsection {
      padding: 80px 0;
      margin: 0 auto; }
      html.bs3 .subsection.no-bottom-spacing {
        padding-bottom: 0; }
    html.bs3 p {
      margin: 0 0 1em 0; }
      html.bs3 p.inline {
        margin: 0; }
    html.bs3 .section li {
      list-style-type: circle; }

body {
  background: none; }

a, a:hover {
  text-decoration: none !important; }

.horizontal-bounds {
  max-width: 1400px;
  margin: auto;
  position: relative; }

.container {
  max-width: 1000px;
  width: 1000px;
  margin: auto; }

.content-width-limit {
  max-width: 1000px;
  margin: auto; }

@media (max-width: 10000px) {
  .container, .content-width-limit {
    width: auto !important; } }
body {
  padding-left: 0 !important;
  padding-right: 0 !important; }

hr {
  border: 0;
  height: 1px;
  background: #d9d9d9; }

.dialog-template {
  display: none; }

.caption {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.5em; }

.section-divider {
  width: 100px;
  margin: auto;
  height: 2px;
  background: #CFCFCF; }

/* Hero element ---------------------------------------------------- */
.product-hero-section {
  position: relative;
  /* background image is set by PHP randomization in style tag */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 250px;
  font-family: "adelle", "times new roman";
  max-width: 1000px;
  width: 1000px;
  margin: 80px auto 0 auto; }
  .product-hero-section .cta-pane {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    .product-hero-section .cta-pane .call-to-action {
      width: 200px;
      margin: auto;
      text-align: center; }

@media (max-width: 10000px) {
  .product-hero-section {
    width: auto; } }
@media (max-width: 1038px) {
  .product-hero-section {
    height: 200px; } }
@media (max-width: 640px) {
  .product-hero-section {
    background-position: 30% 0; } }
/* Various content layouts ----------------------------------------- */
.section {
  padding: 48px 0;
  border-bottom: 1px solid #bfbfbf;
  clear: both; }
  .section.no-spacing-bottom {
    padding-bottom: 0; }
    .section.no-spacing-bottom .subsection {
      margin-bottom: 0; }

.yellow-bg {
  background: #fce77e; }

.gray-bg {
  background: #f7f7f7; }

.subsection {
  margin: 0 auto;
  padding: 48px 0;
  max-width: 1000px; }
  .subsection > .inset {
    padding-left: 16.96%;
    padding-right: 16.96%; }
  .subsection .inset-left {
    padding-right: 30%; }
  .subsection .inset-right {
    padding-left: 30%; }

.vert-bg-stretch {
  margin-top: -96px;
  margin-bottom: -96px;
  padding-top: 96px;
  padding-bottom: 96px; }

.pad-vertical {
  padding: 1.5em 0; }

.blurbs {
  margin-left: 16.96%;
  margin-right: 42.7%;
  padding: 1px 30px;
  background: #f7f7f7; }
  .blurbs .blurb {
    margin: 70px 0;
    position: relative; }
    .blurbs .blurb .supporting-image {
      max-width: 280px;
      position: absolute;
      top: 0;
      right: -110%; }

@media (max-width: 840px) {
  .blurbs .blurb .supporting-image {
    right: -125%; } }
@media (max-width: 767px) {
  .section {
    padding: 10px 0; }

  .subsection {
    padding: 8px 0 32px 0; }

  .vert-bg-stretch {
    margin-top: -18px;
    margin-bottom: -18px;
    padding-top: 18px;
    padding-bottom: 18px; }

  .blurbs {
    margin: 0; }
    .blurbs .blurb {
      margin: 0;
      padding: 30px 0; }
      .blurbs .blurb .supporting-image {
        position: static;
        margin-bottom: 2em; } }
@media (max-width: 1038px) {
  .container, .subsection {
    padding-left: 20px;
    padding-right: 20px; } }
.two-across {
  margin: 0 -2%; }
  .two-across .col {
    float: left;
    width: 46%;
    margin: 0 2%; }

.three-across {
  margin: 0 -2%; }
  .three-across .col {
    float: left;
    width: 29.33%;
    margin: 0 2%; }

.vr-right {
  border-right: 1px solid #d9d9d9; }

.vr-left {
  border-left: 1px solid #d9d9d9; }

.thirds > div {
  width: 33.33333%;
  float: left; }

@media (max-width: 767px) {
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    margin-top: 1.5em; }

  .vr-right, .vr-left {
    border-right: none;
    border-left: none; } }
/* Content widgets ------------------------------------------------- */
.panel {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  padding: 40px 30px;
  margin-bottom: 20px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  .panel a.action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/images/blank.gif); }
  .panel:hover {
    opacity: 0.6; }
  .panel.h240 {
    height: 160px; }
  .panel.h500 {
    height: 420px; }
  .panel.h400 {
    height: 320px; }
  .panel.h300 {
    height: 220px; }
  @media (max-width: 1000px) and (min-width: 766px) {
    .panel .copy em {
      display: none !important; }
    .panel.case-study .copy .bottom {
      text-shadow: 0px 0px 5px #FFF; } }
  @media (max-width: 767px) {
    .panel.m-h300 {
      height: 240px; }
      .panel.m-h300.image {
        width: auto; }
      .panel.m-h300.image img.sized-background.center.w1920 {
        margin-left: -400px;
        height: 400px; }
      .panel.m-h300.image img.sized-background.center.w1698 {
        margin-left: -370px;
        height: 440px; }
      .panel.m-h300.image img.sized-background.center.w1700 {
        margin-left: -360px;
        height: 400px; }
      .panel.m-h300.image img.sized-background.center.w1600 {
        margin-left: -330px;
        height: 400px; }
    .panel.m-h300 {
      height: 220px; } }
  @media (max-width: 360px) {
    .panel.m-h300 .copy.right {
      width: 65%; } }
  .panel.red {
    background: #cc3b0a;
    color: #FFF; }
    .panel.red .quote {
      margin-top: 2em;
      border-left: 2px solid #FFF;
      padding: 0 30px;
      font-size: 1.6em;
      line-height: 1.2em; }
      .panel.red .quote img {
        clear: both;
        margin-top: 1.8em; }
    @media (max-width: 999px) {
      .panel.red .quote {
        font-size: 1em; } }
  .panel.gray {
    background-color: #EEE; }
  .panel.image img.sized-background {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: auto;
    /*min-width: 100%;*/
    max-width: none;
    /* --- overide bootstrap --- */
    height: 100%; }
    .panel.image img.sized-background.right-case-study {
      left: auto;
      right: 0; }
    .panel.image img.sized-background.right {
      right: 0;
      left: auto; }
    .panel.image img.sized-background.center {
      left: 50%; }
      .panel.image img.sized-background.center.w1920 {
        margin-left: -480px; }
      .panel.image img.sized-background.center.w1698 {
        margin-left: -340px; }
      .panel.image img.sized-background.center.w1700 {
        margin-left: -436px; }
      .panel.image img.sized-background.center.w1600 {
        margin-left: -400px; }
  @media (max-width: 1000px) {
    .panel.image img.sized-background.right-case-study {
      right: -42%; }
    .panel.image img.sized-background.right.webinar {
      right: -15%; } }
  @media (max-width: 767px) {
    .panel.image img.sized-background {
      min-width: 100%; }
      .panel.image img.sized-background.right-case-study {
        right: 0; }
      .panel.image img.sized-background.right.webinar {
        right: 0; } }
  @media (max-width: 500px) {
    .panel.image img.sized-background.right-case-study {
      right: -15%; } }
  .panel.blog .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background: #e0e0e0;
    display: table; }
    .panel.blog .image-container .image-container-cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .panel.blog .image-container .image-container-cell img {
        width: 100%;
        max-width: 300px;
        height: auto; }
  @media (max-width: 767px) and (min-width: 500px) {
    .panel.blog img {
      width: 50%;
      height: auto; } }
  .panel.blog .copy {
    width: 50%;
    float: right; }
    .panel.blog .copy > * {
      padding-left: 30px; }
  .panel .copy {
    position: relative;
    z-index: 1;
    height: 100%;
    font-family: "proxima-nova", sans-serif;
    line-height: 1.2em;
    width: 68%; }
    .panel .copy.full-width {
      width: auto; }
    .panel .copy.testimonial {
      width: auto; }
    .panel .copy.half-down {
      margin-top: 23%; }
    .panel .copy.third-down {
      margin-top: 15%; }
    @media (max-width: 1000px) {
      .panel .copy.tablet-full-width {
        width: auto; } }
    @media (max-width: 767px) {
      .panel .copy.half-down, .panel .copy.third-down {
        margin-top: 0; } }
    .panel .copy.right {
      width: 40%;
      margin-right: 10%;
      text-align: left;
      float: right; }
    @media (max-width: 600px) {
      .panel .copy.right {
        width: 50%;
        margin-right: 0; } }
    .panel .copy .author {
      font-style: italic; }
    .panel .copy h3 {
      line-height: 1em;
      font-family: "proxima-nova", sans-serif;
      font-size: 1.5em;
      margin-bottom: 0; }
    .panel .copy em {
      padding-top: 0.3em;
      display: block; }
    .panel .copy p {
      margin: 0; }
    .panel .copy a {
      font-weight: 600; }
    .panel .copy .bottom {
      position: absolute;
      left: 0;
      bottom: 0; }
    .panel .copy .pad-top {
      margin-top: 1.5em; }
    .panel .copy .pad-top-2x {
      margin-top: 3em; }
    .panel .copy .pad-bottom {
      margin-bottom: 1em; }

#homepage .image-panel {
  height: 200px; }

.page-cta {
  margin-top: 20px;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  min-height: 205px; }
  .page-cta h3 {
    font-size: 24px; }
  .page-cta h6 {
    line-height: 1em; }
  .page-cta .image {
    height: 0;
    position: relative; }
    .page-cta .image img {
      margin: -20px 0 0 0;
      width: 168px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15); }
  .page-cta.half-width .image img {
    right: 0;
    left: auto; }

.page-logos {
  background-color: #c7e7eb;
  margin-top: 20px;
  padding: 40px 30px 40px 30px;
  height: 205px;
  position: relative; }
  .page-logos h3 {
    font-size: 24px; }
  .page-logos img {
    margin-right: 22px;
    height: 35px; }
  .page-logos .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 30px 30px; }
  .page-logos a:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

@media (max-width: 1000px) {
  .page-logos img {
    margin-right: 5%;
    height: auto !important;
    width: 18% !important; } }
@media (max-width: 767px) {
  .page-logos {
    padding: 40px 30px 40px 30px; }
    .page-logos .bottom {
      padding: 0 0 30px 30px; } }
/* -- The homepage panel design above needs to be unified with the white-box styles used elsewhere on the site (below) -- */
.white-box {
  position: relative;
  background: #FFF;
  display: table;
  width: 100%; }
  .white-box.h240 {
    min-height: 240px; }
  .white-box.file-download:before {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 14px;
    height: 18px;
    content: '';
    background-image: url(/images/icons/case-study-icon-2x.png);
    background-size: 14px 18px; }
  .white-box .center-align {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .white-box.use-case {
    font-size: 14px;
    line-height: 1.33em;
    margin-bottom: 20px; }
    .white-box.use-case .icon-container {
      width: 100%;
      display: table;
      height: 120px;
      padding-bottom: 40px;
      border-bottom: 1px solid #CCC;
      margin-bottom: 40px; }
    .white-box.use-case .row {
      margin-bottom: 9px; }
    .white-box.use-case .impact-link {
      margin-top: 5px; }
  .white-box.bordered {
    border: 1px solid #CCC;
    font-size: .9em;
    line-height: 1.5em; }
    .white-box.bordered h4 {
      font-size: 1.4em;
      font-weight: 600; }

.white-box, .red-box, .turquoise-box, .blue-box, .page-cta {
  padding: 40px 30px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1; }
  .white-box:hover, .red-box:hover, .turquoise-box:hover, .blue-box:hover, .page-cta:hover {
    opacity: 0.6; }
  .white-box.no-hover:hover, .red-box.no-hover:hover, .turquoise-box.no-hover:hover, .blue-box.no-hover:hover, .page-cta.no-hover:hover {
    opacity: 1; }
  .white-box .action, .red-box .action, .turquoise-box .action, .blue-box .action, .page-cta .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/images/blank.gif); }
  .white-box .bottom, .red-box .bottom, .turquoise-box .bottom, .blue-box .bottom, .page-cta .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 40px 30px; }
  .white-box.h210, .red-box.h210, .turquoise-box.h210, .blue-box.h210, .page-cta.h210 {
    min-height: 210px; }

.red-box {
  font-size: 16px;
  line-height: 1.4em;
  position: relative;
  background: #cf370a;
  color: #FFF; }

.turquoise-box {
  background: #8fc7cc;
  color: #FFF; }

.blue-box {
  background-color: #b8e2e6;
  color: #333333; }

h4.arrow-right {
  background: url(/images/icons/arrow-right.png) no-repeat right center;
  margin-bottom: 40px; }

h4.full-stop-right {
  background: url(/images/icons/full-stop.png) no-repeat right center;
  margin-bottom: 40px; }

.download-esg-paper, .download-white-paper, .download-simple-file, .download-vspherecd {
  background-image: url(/images/icons/download-ESG.png);
  background-repeat: no-repeat;
  background-position: 0px 30px;
  display: block;
  padding: 55px 10% 30px 120px;
  font-weight: 700;
  width: 110px; }

.download-451 {
  background-image: url(/images/icons/download-451.png);
  background-repeat: no-repeat;
  background-position: 0px 30px;
  display: block;
  padding: 55px 10% 30px 120px;
  font-weight: 700;
  width: 84px; }

.download-white-paper {
  background-image: url(/images/icons/download-whitepaper.png); }
  .download-white-paper.long-text {
    width: 160px;
    padding: 54px 10% 30px 120px;
    font-size: inherit; }

.download-simple-file {
  background-image: url(/images/icons/white-paper.png);
  width: 130px; }

.download-vspherecd {
  background-image: url(/images/icons/download-vspherecd.png); }
  .download-vspherecd.long-text {
    width: 160px;
    padding: 54px 10% 30px 120px;
    font-size: inherit; }
  .download-vspherecd.right {
    margin-left: 50px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .download-esg-paper {
    background-image: url(/images/icons/download-ESG-2x.png);
    background-size: 84px 120px; }

  .download-451 {
    background-image: url(/images/icons/download-451-2x.png);
    background-size: 84px 120px; }

  .download-white-paper {
    background-image: url(/images/icons/download-whitepaper-2x.png);
    background-size: 84px 120px;
    font-weight: 400; }

  .download-simple-file {
    background-image: url(/images/icons/white-paper@2x.png);
    background-size: 84px 120px;
    font-weight: 400; }

  .download-vspherecd {
    background-image: url(/images/icons/download-vspherecd-2x.png);
    background-size: 84px 120px;
    font-weight: 400; } }
.large-continue-button {
  height: 68px;
  border: 2px solid #333333;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 34px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 34px;
  border-radius: 34px;
  background-clip: padding-box;
  display: block;
  width: 65%;
  margin: 48px 0 0 10%;
  padding-right: 5%; }
  .large-continue-button.click {
    background: #d93e0b;
    border: 2px solid #d93e0b;
    color: #FFF; }
    .large-continue-button.click .contents {
      background: url(/images/icons/cursor.png) no-repeat right center; }
  .large-continue-button .contents {
    font-family: "proxima-nova", sans-serif;
    line-height: 1.25em;
    display: block;
    vertical-align: middle;
    position: relative;
    margin: 14px 0 0 25px;
    background: url(/images/icons/arrow-right.png) no-repeat right 50%; }
  .large-continue-button .action, .large-continue-button .label {
    display: block; }
  .large-continue-button .label {
    font-weight: 700;
    text-transform: none;
    font-size: 1em; }
  .large-continue-button .arrow {
    position: absolute;
    right: 25px;
    font-size: 2em;
    top: 0;
    line-height: 68px; }

.offset3 > .large-continue-button {
  margin: 0; }

.large-black-arrowed-button, .medium-red-arrowed-button {
  height: 48px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 24px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-clip: padding-box;
  display: table;
  width: 95%;
  margin: 48px 0 48px 0;
  padding-right: 5%;
  background: #333333;
  color: #FFF; }
  .large-black-arrowed-button:hover, .medium-red-arrowed-button:hover {
    color: #FFF; }
  .large-black-arrowed-button .contents, .medium-red-arrowed-button .contents {
    font-family: "proxima-nova", sans-serif;
    line-height: 1.25em;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 25px;
    background: url(/images/icons/arrow-right-white.png) no-repeat right center; }
  .large-black-arrowed-button .action, .medium-red-arrowed-button .action, .large-black-arrowed-button .label, .medium-red-arrowed-button .label {
    display: block; }
  .large-black-arrowed-button .label, .medium-red-arrowed-button .label {
    font-weight: 700; }
  .large-black-arrowed-button .arrow, .medium-red-arrowed-button .arrow {
    position: absolute;
    right: 25px;
    font-size: 2em;
    top: 0;
    line-height: 68px; }

.medium-red-arrowed-button {
  height: 40px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  width: auto;
  margin: 30px 0;
  padding-right: 5%;
  background: #d93e0b; }
  .medium-red-arrowed-button .label {
    font-weight: 500; }
  .medium-red-arrowed-button .contents {
    background: none; }
  .medium-red-arrowed-button .icon-angle-right {
    position: absolute;
    right: 0;
    font-size: 1.5em;
    top: 0;
    line-height: 40px;
    margin-top: 0; }

.transparent-button {
  height: 36px;
  border: 2px solid #333333;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  font-family: "proxima-nova", sans-serif;
  line-height: 36px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 2em 0 0 -5%;
  padding: 0 5%;
  font-weight: 600; }
  .transparent-button:hover {
    text-decoration: none; }
  .transparent-button .icon {
    padding-left: 10px;
    vertical-align: middle;
    line-height: 0.2em; }
    .transparent-button .icon.icon-download-arrow {
      width: 13px; }
  .transparent-button.red-on-white {
    background: rgba(254, 254, 254, 0.9);
    color: #d93e0b;
    border: none; }
    .transparent-button.red-on-white .icon {
      padding-left: 60px; }

.min-height-335 {
  min-height: 335px !important; }

@media (max-width: 767px) {
  .download-esg-paper, .download-451 {
    padding-right: 0;
    max-width: 128px;
    margin: auto; }

  .large-continue-button {
    width: 75%;
    margin: 48px 10% 0 10%; }

  .min-height-335 {
    min-height: 0 !important;
    padding-bottom: 1px; } }
.screenshot {
  border: 1px solid #515151; }

.play-overlay {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 50%;
  margin: -32px;
  z-index: 2;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8; }
  .play-overlay.double-size {
    width: 128px;
    height: 128px; }
  .play-overlay:hover {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1; }

.pill-button-overlay {
  position: absolute;
  padding: 0 20px;
  background: #FFF;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -102px;
  z-index: 2; }

.relative-wrapper {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1; }

#docked-tabs {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100; }
  #docked-tabs .tab {
    background: #cc3b0a;
    text-align: center;
    max-width: 90px;
    margin: -38px 0 39px 0; }
    #docked-tabs .tab a {
      padding: 8px;
      display: block;
      line-height: 1.3em;
      font-size: 1.1em;
      color: #FFF;
      text-decoration: none; }
      #docked-tabs .tab a:hover {
        background: #9b2d08; }
  #docked-tabs.homepage {
    top: 90%; }

@media (max-width: 767px) {
  #docked-tabs, #docked-tabs.homepage {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 90px;
    margin-left: -45px;
    z-index: 101; }
    #docked-tabs .tab, #docked-tabs.homepage .tab {
      float: left;
      max-width: 44px;
      width: 44px;
      margin: 0 1px 0 0;
      text-align: left; }
      #docked-tabs .tab img, #docked-tabs.homepage .tab img {
        margin: 0 10px 0 0;
        float: left; }
      #docked-tabs .tab a, #docked-tabs.homepage .tab a {
        float: left;
        padding: 8px 10px;
        font-size: 1.1em;
        text-align: center;
        line-height: 30px;
        height: 24px;
        width: 24px; } }
#homepage #docked-tabs {
  display: none; }

.solutions-quote-row {
  margin: 20px 0; }

.solutions-quote-image {
  text-align: center; }
  .solutions-quote-image img {
    max-width: 140px;
    margin-bottom: 20px; }

.solutions-quote-content {
  color: #1f8f99; }
  .solutions-quote-content .quote {
    font-family: "adelle", "times new roman";
    font-size: 22px;
    font-weight: 200; }
  .solutions-quote-content .author {
    margin-top: 1.5em;
    font-size: 0.9em; }

/* Custom iconography ---------------------------------------------- */
.play-button {
  display: inline-block;
  *display: block;
  zoom: 1;
  width: 74px;
  height: 74px;
  background: url(/images/play-icon.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .play-button {
    background: url(/images/play-icon@2x.png);
    background-size: 74px 74px; } }
/* ------------------------------------------------ */
.round-136 {
  height: 136px;
  width: 136px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 68px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 68px;
  border-radius: 68px;
  background-clip: padding-box; }

.round-166 {
  height: 166px;
  width: 166px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 83px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 83px;
  border-radius: 83px;
  background-clip: padding-box; }

.round-118 {
  height: 118px;
  width: 118px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 59px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 59px;
  border-radius: 59px;
  background-clip: padding-box; }

ul.circle {
  list-style-type: circle; }
  ul.circle li {
    margin: 0 0 1em 0; }

/* Marketo stuff ---------------------------------------------------- */
.signup-form {
  width: 35%;
  float: left;
  text-align: right;
  /* marketo */ }
  .signup-form ul li {
    display: inline; }
  .signup-form .email {
    width: 54%;
    float: left;
    background: #e6e6e6;
    border: 1px solid #CCCCCC;
    margin-right: 1%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    outline: none; }
    .signup-form .email:focus {
      border: 1px solid #999999; }
  .signup-form #mktFrmButtons .submit {
    color: #999999;
    width: 36%;
    float: left;
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 30px;
    border: 1px solid #999999;
    background: none;
    padding: 0px 16px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 23px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background-clip: padding-box; }
    .signup-form #mktFrmButtons .submit:hover {
      background: #e6e6e6; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.content {
  -webkit-transition: padding-top 200ms ease-in-out;
  -moz-transition: padding-top 200ms ease-in-out;
  -o-transition: padding-top 200ms ease-in-out;
  -ms-transition: padding-top 200ms ease-in-out;
  transition: padding-top 200ms ease-in-out;
  padding: 96px 0 0 0; }

.bs3 .content {
  padding: 160px 0 0 0;
  margin: auto; }
@media (max-width: 767px) {
  .bs3 .content {
    padding: 60px 0 0 0; } }

.above-nav {
  background: #FFF;
  height: 48px;
  line-height: 48px;
  color: #cc3b0a;
  text-align: right;
  font-size: .9em; }
  .above-nav ul {
    list-style-type: none;
    padding: 0 10px; }
    .above-nav ul li {
      padding: 0 10px;
      display: inline-block; }
      .above-nav ul li a {
        -webkit-transition: opacity 300ms ease-in-out;
        -moz-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        -ms-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
        text-decoration: none; }
        .above-nav ul li a:hover {
          opacity: 0.6; }
        .above-nav ul li a i {
          font-size: 1.2em; }

.header-fixed-wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }
  .header-fixed-wrapper.show-support {
    position: absolute;
    top: 48px; }

.header {
  color: #FFF;
  background: #cc3b0a;
  max-width: 1000px;
  margin: auto;
  position: relative;
  font-family: "adelle", "times new roman"; }
  .header * {
    box-sizing: border-box; }
  .header a {
    color: #FFF; }
  .header .logo {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
    width: 90px;
    height: 33px;
    margin: 24px 0 0 30px;
    display: block;
    background: url(/images/header-logo.png) no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
      .header .logo {
        background: url(/images/header-logo-2x.png) no-repeat;
        background-size: 100%; } }
    .header .logo img {
      margin-top: 8px;
      width: 90px; }
    .header .logo:hover {
      text-decoration: none; }
  .header ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .header .nav {
    float: right;
    margin: 0; }
    .header .nav > li {
      position: static;
      float: left;
      padding: 0;
      border-left: 1px solid #d6623b;
      overflow: visible;
      -webkit-transition: background-color 100ms ease-in-out;
      -moz-transition: background-color 100ms ease-in-out;
      -o-transition: background-color 100ms ease-in-out;
      -ms-transition: background-color 100ms ease-in-out;
      transition: background-color 100ms ease-in-out; }
      .header .nav > li#request-demo {
        background-color: #b33309; }
      .header .nav > li > a {
        display: block;
        padding: 16px 25px;
        line-height: 48px;
        position: relative;
        z-index: 2;
        text-decoration: none; }
      .header .nav > li.focused > a, .header .nav > li.active > a {
        background-color: #b8e2e6;
        color: #26494c;
        margin: 0 0 -1px 0;
        line-height: 49px; }
      .header .nav > li.focused .subnav, .header .nav > li.active .subnav {
        height: 80px;
        border-top: 1px solid #f2f9fa; }
      .header .nav > li.focused.single a, .header .nav > li.active.single a {
        margin: 0;
        line-height: 48px; }
      .header .nav > li .subnav {
        max-height: 80px;
        height: 0;
        display: block;
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 1;
        overflow: hidden;
        width: 100%;
        background: #b8e2e6;
        text-align: left;
        padding-left: 27.8%; }
        .header .nav > li .subnav.long {
          padding-left: 0;
          text-align: right;
          padding-right: 2%; }
        .header .nav > li .subnav li {
          display: inline-block;
          padding: 0 14px;
          line-height: 1em;
          text-align: left; }
          .header .nav > li .subnav li:last-child {
            border-bottom: none; }
          .header .nav > li .subnav li a {
            display: table;
            color: #26494c;
            white-space: nowrap;
            padding: 0;
            text-decoration: none;
            /*@include transition(opacity, 300ms); ---- causes strange flickering on the nav */ }
            .header .nav > li .subnav li a:hover, .header .nav > li .subnav li a.selected {
              opacity: 0.6; }
            .header .nav > li .subnav li a span {
              display: block; }
            .header .nav > li .subnav li a .valign {
              display: table-cell;
              height: 80px;
              vertical-align: middle; }
    .header .nav.item-focused .active {
      background: transparent; }
      .header .nav.item-focused .active .subnav {
        height: 0; }
      .header .nav.item-focused .active > a {
        color: inherit;
        background-color: inherit;
        line-height: 48px; }
      .header .nav.item-focused .active.focused {
        color: #26494c; }
        .header .nav.item-focused .active.focused > a {
          background-color: #b8e2e6;
          color: #26494c;
          line-height: 49px; }
        .header .nav.item-focused .active.focused.single a {
          line-height: 48px; }
        .header .nav.item-focused .active.focused .subnav {
          height: 80px;
          border-top: 1px solid #f2f9fa; }
  @media (max-width: 910px) {
    .header .nav li a {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 790px) {
    .header .nav li a {
      padding-left: 12px;
      padding-right: 12px; } }
  .header .header-toggle {
    display: none;
    float: right;
    margin: 10px 15px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 0;
    cursor: pointer; }
    .header .header-toggle:hover {
      text-decoration: none; }
  @media (max-width: 767px) {
    .header .nav {
      display: none;
      margin: 0;
      overflow: scroll;
      clear: both;
      float: none; }
      .header .nav > li {
        border: none;
        border-top: 1px solid #d6623b;
        position: static;
        clear: both;
        float: none;
        padding: 0 15px; }
        .header .nav > li.focused > a, .header .nav > li #request-demo.focused > a {
          background-color: transparent;
          padding-top: 0;
          padding-bottom: 0;
          margin: 0; }
        .header .nav > li > a {
          line-height: 42px;
          padding: 0;
          margin: 0;
          font-size: 1.4em;
          background-color: transparent !important; }
          .header .nav > li > a:hover, .header .nav > li > a.selected {
            background-color: transparent;
            opacity: 1 !important; }
        .header .nav > li .subnav {
          max-height: 1000px !important;
          height: auto;
          position: static;
          text-align: left;
          background-color: transparent !important;
          margin-left: 15px;
          width: auto;
          border-top: none !important;
          padding-bottom: 15px;
          width: 80%;
          padding-left: 0; }
          .header .nav > li .subnav li {
            padding: 0;
            width: auto;
            margin: 0 20px 0 0;
            border-bottom: none; }
            .header .nav > li .subnav li a {
              line-height: 25px;
              color: #FFF; }
              .header .nav > li .subnav li a .valign {
                height: 60px; }
        .header .nav > li.focused a {
          color: inherit; }
        .header .nav > li.active a, .header .nav > li.active.focused a {
          color: #26494c; }
        .header .nav > li.active .subnav li a, .header .nav > li.active.focused .subnav li a {
          color: #26494c; }
    .header .header-toggle {
      display: block; } }

@media (max-width: 767px) {
  .scrolled .header .nav .subnav {
    height: auto !important; } }
.scrolled .content {
  padding-top: 51px; }
.scrolled .header {
  padding: 0; }
  .scrolled .header .logo {
    margin: 3px 0 0 30px;
    top: 12px;
    height: 22px; }
  .scrolled .header .nav > li > a {
    line-height: 48px; }
  .scrolled .header .nav > li.focused > a {
    line-height: 49px; }
  .scrolled .header .nav > li > a, .scrolled .header .nav > li.focused > a {
    padding-top: 1px;
    padding-bottom: 1px; }
  .scrolled .header .nav > li.single a {
    padding-bottom: 1px;
    line-height: 48px; }
  .scrolled .header .nav > li.active .subnav {
    height: 0;
    border-top: none; }
  .scrolled .header .nav > li.focused .subnav {
    height: 80px; }
  .scrolled .header .nav .subnav {
    top: 50px;
    height: 0;
    -webkit-transition: height 300ms ease-in-out;
    -moz-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    -ms-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out; }
  .scrolled .header .nav.item-focused .subnav {
    -webkit-transition: none 0 ease-in-out;
    -moz-transition: none 0 ease-in-out;
    -o-transition: none 0 ease-in-out;
    -ms-transition: none 0 ease-in-out;
    transition: none 0 ease-in-out; }

@media (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none; }

  body .content {
    padding-top: 51px; }
  body .header {
    padding: 0; }
    body .header .logo {
      margin: 0 0 0 15px !important;
      top: 12px;
      height: 22px; }
  body.responsive-nav-visible .header::-webkit-scrollbar {
    display: none; }
  body.responsive-nav-visible .header {
    overflow: scroll; }
    body.responsive-nav-visible .header .nav {
      max-height: 1000px;
      display: block; }
      body.responsive-nav-visible .header .nav li .subnav {
        display: none; }
      body.responsive-nav-visible .header .nav li:hover .subnav {
        display: block; }
        body.responsive-nav-visible .header .nav li:hover .subnav li {
          display: block; }
          body.responsive-nav-visible .header .nav li:hover .subnav li a span {
            display: inline; } }
.footer {
  font-size: 14px;
  padding: 0;
  margin: 60px 0 80px 0;
  color: #d9d9d9;
  border-bottom: 1px solid #CCCCCC; }
  .footer * {
    box-sizing: border-box; }
  .footer a {
    color: #d9d9d9;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8; }
    .footer a:hover {
      text-decoration: none;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
  .footer .footer-row {
    border-top: 1px solid #CCCCCC;
    clear: both;
    padding: 15px 0; }
  .footer .logo {
    width: 16%;
    float: left; }
    .footer .logo img {
      margin-top: 6px;
      display: block;
      width: 72px;
      height: 17px;
      max-width: 72px; }
  .footer .learn-more {
    width: 20%;
    margin-left: 9%;
    float: left;
    text-align: left; }
  .footer a {
    color: #333333; }
    .footer a:hover {
      color: black; }
  .footer .centered-link {
    line-height: 30px;
    padding: 0 6px;
    white-space: nowrap; }
  .footer .social {
    width: 18%;
    float: right;
    text-align: right;
    font-size: 1.5em; }
    .footer .social li {
      display: inline-block;
      line-height: 30px;
      zoom: 1;
      *display: inline;
      margin: 0 0 0 20px; }
  .footer .standard-links {
    margin-left: 16%;
    width: 49%;
    float: left; }
  .footer .legal-links {
    width: 20%;
    float: left; }
  .footer .copyright {
    float: right;
    line-height: 30px;
    color: #333333; }
  @media (max-width: 1000px) {
    .footer .logo {
      padding-left: 10px; }
    .footer .social li {
      margin: 0 10px; }
    .footer .copyright {
      padding: 0 10px 0 6px; } }
  @media (max-width: 850px) {
    .footer .signup-form {
      width: 30%; }
      .footer .signup-form .email {
        width: 45%; }
      .footer .signup-form #mktFrmButtons .submit {
        width: 50%; }
    .footer .learn-more {
      margin-left: 4%; }
    .footer .standard-links, .footer .legal-links, .footer .copyright {
      clear: both;
      margin-left: 16%;
      width: 84%;
      text-align: left;
      float: left; } }
  @media (max-width: 730px) {
    .footer .logo {
      width: 25%; }
    .footer .signup-form {
      width: 75%; }
      .footer .signup-form .email {
        width: 45%; }
      .footer .signup-form #mktFrmButtons .submit {
        width: 50%; }
    .footer .learn-more {
      clear: both;
      margin: 16px 0 0 4px;
      width: auto; }
    .footer .social {
      clear: both;
      text-align: left;
      margin-top: 10px;
      float: left;
      width: auto; }
    .footer .standard-links, .footer .legal-links, .footer .copyright {
      margin-left: 6px;
      width: auto;
      text-align: left; } }

.retargeter {
  position: absolute;
  left: 0;
  bottom: 0; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
input[type="text"], input[type="email"], input[type="password"], textarea {
  border: 1px solid #515151;
  color: #262626;
  font-weight: 300;
  height: 46px;
  line-height: 1.5em;
  padding: 0 10px;
  font-family: "Adelle", sans-serif, verdana;
  font-style: none; }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-style: italic;
    color: #999999;
    font-weight: 100; }
  input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #999999;
    font-weight: 100; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #999999;
    font-weight: 100; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-style: italic;
    color: #999999;
    font-weight: 100; }

textarea {
  height: 100px;
  padding: 10px; }

input[type="submit"], input[type="reset"], button, .btn {
  font-family: "proxima-nova", sans-serif;
  color: #FFF;
  border: none;
  box-sizing: border-box;
  height: 48px;
  background: #cc3b0a;
  line-height: 1.5em;
  padding: 0px 26px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 23px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background-clip: padding-box; }

body.mktEditable {
  font-size: 16px !important; }
  body.mktEditable #mktFrmButtons input[type="submit"], body.mktEditable #mktFrmButtons input[type="reset"] {
    padding: 0px 26px !important;
    color: #FFF;
    width: 180px; }
  body.mktEditable #mktFrmButtons #mktFrmReset {
    display: none; }
  body.mktEditable label {
    width: 140px !important; }
  body.mktEditable .mktField {
    font-family: 'adelle', 'Times New Roman' !important;
    font-size: 15px !important; }
  body.mktEditable .mktInput input[type="text"] {
    height: 26px; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.icon {
  display: inline-block;
  *display: inline;
  zoom: 1; }

.icon.inline-left {
  margin: 0 20px 20px 0;
  vertical-align: middle; }

.icon-angle-right, .icon-angle-down, .icon-angle-up, .icon-play-circle {
  font-size: 1.5em;
  font-weight: 700;
  padding-left: 5px;
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: -2px; }

.see-below-arrow {
  background: url(/images/icons/see-below-arrow.png) right 12px no-repeat;
  padding-right: 17px;
  margin-right: 3px; }

strong .see-below-arrow, h6 .see-below-arrow, .footer .learn-more .see-below-arrow, .resource-row .title .see-below-arrow, #lifecycle .comparison-table .heading .see-below-arrow {
  background-position: right 4px; }

@media (max-width: 767px) {
  .see-below-arrow {
    background-position: right 7px; } }
.icon-download-arrow {
  width: 12px;
  vertical-align: middle; }

.icon-play {
  width: 16px;
  vertical-align: middle; }

.icon-download-arrow, .icon-play {
  margin-top: -2px; }

.inline-play-icon {
  height: 32px;
  width: 32px;
  vertical-align: middle;
  margin-right: 10px; }

.map-icon, .clock-icon {
  width: 23px; }

.prize-icon {
  width: 20px; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
#homepage {
  /*--- A few bootstrap grid overrides.  Need to overhaul whole site grid system to these margins.  ---*/
  overflow: auto; }
  @media (min-width: 1000px) {
    #homepage [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px; }
    #homepage .row {
      margin-left: -20px; }
    #homepage .span12 {
      width: 1000px; }
    #homepage .span11 {
      width: 915px; }
    #homepage .span10 {
      width: 830px; }
    #homepage .span9 {
      width: 745px; }
    #homepage .span8 {
      width: 660px; }
    #homepage .span7 {
      width: 575px; }
    #homepage .span6 {
      width: 490px; }
    #homepage .span5 {
      width: 405px; }
    #homepage .span4 {
      width: 320px; }
    #homepage .span3 {
      width: 235px; }
    #homepage .span2 {
      width: 150px; }
    #homepage .span1 {
      width: 65px; } }
  @media (min-width: 768px) and (max-width: 999px) {
    #homepage [class*="span"] {
      float: left;
      min-height: 1px;
      margin-left: 20px; }
    #homepage .span12 {
      width: 724px; }
    #homepage .span11 {
      width: 662px; }
    #homepage .span10 {
      width: 600px; }
    #homepage .span9 {
      width: 538px; }
    #homepage .span8 {
      width: 476px; }
    #homepage .span7 {
      width: 414px; }
    #homepage .span6 {
      width: 352px; }
    #homepage .span5 {
      width: 290px; }
    #homepage .span4 {
      width: 228px; }
    #homepage .span3 {
      width: 166px; }
    #homepage .span2 {
      width: 104px; }
    #homepage .span1 {
      width: 42px; } }
  @media (max-width: 768px) {
    #homepage [class*="span"] {
      margin-bottom: 1.5em;
      margin-top: 0; } }
  @media (max-width: 999px) {
    #homepage .subsection {
      max-width: 724px; } }
  #homepage .carousel {
    height: 454px;
    margin-bottom: 0; }
    #homepage .carousel .carousel-inner {
      height: 100%; }
    #homepage .carousel .item {
      height: 100%;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #000; }
      #homepage .carousel .item .heading {
        font-size: 2.5em;
        font-weight: 700;
        line-height: 1em; }
      #homepage .carousel .item .message {
        padding: 100px 0 0 50%;
        max-width: 400px; }
      #homepage .carousel .item p {
        font-size: 2.25em;
        line-height: 1.111em;
        margin: 0; }
    #homepage .carousel .slide-hardware .message {
      padding: 135px 0 0 58%; }
      #homepage .carousel .slide-hardware .message .heading {
        font-size: 2.2em; }
    #homepage .carousel .slide-vmworld .message {
      padding: 100px 0 0 0;
      max-width: none; }
      #homepage .carousel .slide-vmworld .message .vmworld-logo {
        float: left;
        width: 217px; }
      #homepage .carousel .slide-vmworld .message .meet-coho-data {
        position: relative;
        float: left;
        width: 250px;
        margin-left: 27px;
        padding: 0 30px 27px 27px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        line-height: 1.5em;
        font-weight: 300; }
        #homepage .carousel .slide-vmworld .message .meet-coho-data .heading {
          margin: 0 -120px 10px 0;
          font-size: 2em;
          font-weight: 600; }
        #homepage .carousel .slide-vmworld .message .meet-coho-data .transparent-button {
          position: absolute;
          bottom: -20px;
          right: -148px;
          width: 120px; }
        #homepage .carousel .slide-vmworld .message .meet-coho-data .diagonal-line {
          width: 50px;
          height: 1px;
          background: #000;
          position: absolute;
          left: -43px;
          bottom: -19px;
          transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          /* IE 9 */
          -webkit-transform: rotate(-45deg);
          /* Safari and Chrome */ }
    @media (max-width: 820px) {
      #homepage .carousel .slide-vmworld.item .message {
        padding: 50px 0 0 0;
        font-size: 1em; }
        #homepage .carousel .slide-vmworld.item .message .vmworld-logo {
          width: 150px; }
        #homepage .carousel .slide-vmworld.item .message .meet-coho-data {
          width: 150px; }
          #homepage .carousel .slide-vmworld.item .message .meet-coho-data .transparent-button {
            right: -149px;
            padding: 0 5% 0 13%; }
          #homepage .carousel .slide-vmworld.item .message .meet-coho-data .heading {
            font-size: 1.5em; }
          #homepage .carousel .slide-vmworld.item .message .meet-coho-data .event-details {
            font-size: 0.7em; } }
    @media (max-width: 550px) {
      #homepage .carousel .slide-vmworld.item .message {
        padding: 20px 0 0 0; }
        #homepage .carousel .slide-vmworld.item .message .vmworld-logo {
          margin: 0 0 20px 29px; }
        #homepage .carousel .slide-vmworld.item .message .meet-coho-data {
          padding-left: 0;
          clear: both;
          border: none; }
          #homepage .carousel .slide-vmworld.item .message .meet-coho-data .transparent-button {
            position: static;
            background: rgba(254, 254, 254, 0.8); }
          #homepage .carousel .slide-vmworld.item .message .meet-coho-data .diagonal-line {
            display: none; } }
    #homepage .carousel .slide-web-scale .message {
      padding: 160px 0 0 50%;
      max-width: 520px; }
      #homepage .carousel .slide-web-scale .message .state-of, #homepage .carousel .slide-web-scale .message .report {
        text-transform: uppercase;
        font-family: "proxima-nova", sans-serif;
        font-weight: 200;
        font-size: 0.7em; }
      #homepage .carousel .slide-web-scale .message .web-scale-storage {
        color: #d93e0b;
        font-size: 1.45em;
        line-height: 0.8em;
        margin-left: -20%;
        font-weight: 300; }
      #homepage .carousel .slide-web-scale .message .report-and-author {
        float: right; }
        #homepage .carousel .slide-web-scale .message .report-and-author .author {
          color: #d93e0b;
          font-size: 0.6em;
          font-weight: 400;
          font-family: "proxima-nova", sans-serif; }
    @media (max-width: 820px) {
      #homepage .carousel .slide-web-scale.item .message {
        padding: 110px 0 0 60%; }
        #homepage .carousel .slide-web-scale.item .message .web-scale-storage {
          font-size: 1em; } }
    @media (max-width: 650px) {
      #homepage .carousel .slide-web-scale.item .message {
        padding: 110px 0 0 40%;
        font-size: 1.1em; } }
    @media (max-width: 460px) {
      #homepage .carousel .slide-web-scale.item .message {
        padding: 80px 0 0 20%; } }
    #homepage .carousel .slide-datastream .message {
      max-width: 340px;
      padding: 140px 0 0 36%; }
      #homepage .carousel .slide-datastream .message a {
        margin-left: 0; }
    @media (max-width: 1000px) {
      #homepage .carousel .slide-datastream .message {
        padding: 140px 0 0 30%; } }
    @media (max-width: 820px) {
      #homepage .carousel .item.slide-datastream .message {
        padding: 80px 0 0 35%;
        width: 200px; } }
    @media (max-width: 650px) {
      #homepage .carousel .item.slide-datastream .message {
        padding-top: 136px; } }
    @media (max-width: 460px) {
      #homepage .carousel .item.slide-datastream {
        background-position: center center; }
        #homepage .carousel .item.slide-datastream .message {
          padding: 98px 0 0 25%; } }
    #homepage .carousel .carousel-indicators {
      top: auto;
      bottom: 15px; }
      #homepage .carousel .carousel-indicators li {
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 6px;
        -moz-background-clip: padding-box;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background-clip: padding-box;
        height: 11px;
        width: 11px;
        border: 1px solid #333333; }
    #homepage .carousel .carousel-control {
      -khtml-opacity: 0.2;
      -moz-opacity: 0.2;
      opacity: 0.2;
      display: block;
      border: none;
      top: 50%;
      height: 0;
      padding: 100px 20px;
      margin-top: -100px;
      line-height: 0;
      border-radius: 0;
      background: none;
      color: #333; }
      #homepage .carousel .carousel-control.left {
        left: 0; }
      #homepage .carousel .carousel-control.right {
        right: 0; }
      #homepage .carousel .carousel-control:hover {
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8; }
    #homepage .carousel .bigger-text {
      margin-bottom: 1em; }
    #homepage .carousel .arrow-cta {
      font-family: "proxima-nova", sans-serif;
      font-weight: 700; }
  #homepage .section {
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none; }
    #homepage .section .subsection {
      padding: 0; }
  #homepage .featured {
    margin: 0 10.5% 0 0;
    width: 26.3%;
    float: left; }
    #homepage .featured.last {
      margin-right: 0; }
    #homepage .featured a {
      position: relative;
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin-bottom: 1em; }
      #homepage .featured a img {
        max-width: 256px;
        width: 100%; }
      #homepage .featured a .play-overlay {
        position: absolute;
        top: 50%;
        left: auto;
        right: 30px;
        margin: -21px 0 0 0;
        width: 42px;
        z-index: 2; }
      #homepage .featured a .signup-overlay {
        position: absolute;
        top: 50%;
        left: auto;
        right: 30px;
        margin: -16px 0 0 0;
        width: inherit;
        z-index: 2;
        font-size: 2em; }
      #homepage .featured a .download-overlay {
        position: absolute;
        top: 50%;
        right: 40px;
        margin-top: -11px;
        width: 18px;
        height: 22px;
        z-index: 2; }
  #homepage h2 {
    font-size: 1.875em; }
  #homepage .scale-out-composite-container {
    text-align: center;
    overflow: hidden; }
  #homepage .scale-out-composite {
    width: 351px;
    height: 351px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background-image: url(/images/homepage/scale-out-composite.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 3510px 2106px; }
  #homepage #scaling-demo-slider {
    margin: 3em 0 4em 0;
    background: #d9d9d9;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0;
    -moz-background-clip: padding-box;
    -moz-border-radius: 0;
    border-radius: 0;
    background-clip: padding-box;
    border: none;
    height: .3em; }
    #homepage #scaling-demo-slider .ui-slider-handle {
      background: url(/images/homepage/slider-pill-button.png);
      width: 56px;
      height: 32px;
      border: none;
      top: -.8em;
      margin-left: -28px; }
      #homepage #scaling-demo-slider .ui-slider-handle:hover {
        cursor: pointer; }
  #homepage .scaling-demo-results {
    font-family: "proxima-nova", sans-serif;
    margin: 3em 0 0 0; }
    #homepage .scaling-demo-results .rackspace, #homepage .scaling-demo-results .iops, #homepage .scaling-demo-results .storage {
      float: left;
      width: 26%;
      margin-right: 11%; }
    #homepage .scaling-demo-results .iops {
      margin-right: 0; }
    #homepage .scaling-demo-results .label {
      border-top: 1px solid #515151;
      width: 100%; }
    #homepage .scaling-demo-results .value {
      font-size: 1.5em;
      font-weight: 700;
      margin-top: 0.5em; }
  #homepage .blog-photo-preview {
    max-height: 225px;
    overflow: hidden; }
    #homepage .blog-photo-preview img {
      max-with: 391px; }
  #homepage .in-the-news .row-fluid {
    margin-bottom: 1em; }
  #homepage .in-the-news p {
    margin: .5em 0 1.5em 0; }

@media (max-width: 420px) {
  #homepage .scale-out-composite-container {
    display: none; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  #homepage #scaling-demo-slider .ui-slider-handle {
    background: url(/images/homepage/slider-pill-button@2x.png);
    background-size: 56px 32px; } }
@media (max-width: 960px) {
  #homepage .carousel .item {
    background-size: cover; } }
@media (max-width: 820px) {
  #homepage .carousel {
    height: 300px; }
    #homepage .carousel .carousel-control {
      padding-left: 10px;
      padding-right: 10px; }

  #homepage .carousel .item {
    background-size: cover; }
    #homepage .carousel .item .message {
      font-size: .7em;
      padding: 80px 0 0 60%; } }
@media (max-width: 650px) {
  #homepage .carousel .item {
    background-size: cover; }
    #homepage .carousel .item .message {
      padding: 80px 0 0 60%; }
      #homepage .carousel .item .message .heading, #homepage .carousel .item .message p {
        font-size: 1.6em; }
      #homepage .carousel .item .message .transparent-button {
        font-size: .9em; } }
@media (max-width: 460px) {
  #homepage .carousel {
    height: 240px; }
    #homepage .carousel .carousel-control {
      padding-left: 0px;
      padding-right: 0px; }

  #homepage .carousel .item {
    background-position: -280px top; }
    #homepage .carousel .item .message {
      padding: 40px 0px 0 40%; }
      #homepage .carousel .item .message .heading {
        padding: 0 40px 0 0; } }
@media (max-width: 480px) {
  #homepage .featured, #homepage .featured.last {
    float: none;
    clear: both;
    width: 70%;
    margin: 0 auto 1em auto; }
    #homepage .featured img, #homepage .featured.last img {
      width: 100%; }
  #homepage .scaling-demo-results {
    font-size: 0.6em; } }
.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.main-product-shot {
  max-width: 482px;
  width: 100%; }

.founders {
  margin: 3em 0 3em 0; }
  .founders .founder-container {
    display: inline-block;
    *display: inline;
    zoom: 1;
    max-width: 137px; }
    .founders .founder-container .name {
      padding: 10px 0 0 0;
      text-align: center;
      font-size: .875em; }
  .founders .founder-photo {
    width: 100%; }

.cloud-generation-illustration {
  max-width: 210px !important;
  right: -100% !important;
  width: 100%; }

.performance-chart, .applications-diagram {
  max-width: 396px;
  width: 100%; }

.datastream-scaling {
  position: relative;
  text-align: right; }
  .datastream-scaling .scaling-overlay-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    font-size: 1.5em;
    line-height: 1.5em; }
  .datastream-scaling img {
    float: right; }

@media (max-width: 767px) {
  .datastream-scaling .scaling-overlay-text {
    font-size: 1em; } }
@media (max-width: 480px) {
  .datastream-scaling .scaling-overlay-text {
    float: none;
    width: auto;
    position: static; } }
.recommendations .recommendation {
  font-size: .875em;
  padding: 42px 0; }
  .recommendations .recommendation .name {
    font-size: 1.5em; }
  .recommendations .recommendation .role {
    margin-bottom: 1.5em;
    font-style: italic; }
  .recommendations .recommendation p {
    font-weight: 700;
    vertical-align: middle;
    line-height: 1.25em; }
  .recommendations .recommendation > img {
    float: left;
    width: 30%;
    max-width: 86px; }
  .recommendations .recommendation .details {
    float: right;
    width: 64%; }
  .recommendations .recommendation.purple {
    border-top: 5px solid #8293d9; }
    .recommendations .recommendation.purple .role {
      color: #8293d9; }
  .recommendations .recommendation.teal {
    border-top: 5px solid #70cccc; }
    .recommendations .recommendation.teal .role {
      color: #70cccc; }
  .recommendations .recommendation.yellow {
    border-top: 5px solid #f3de72; }
    .recommendations .recommendation.yellow .role {
      color: #bea62a; }
  .recommendations .recommendation.green {
    border-top: 5px solid #bed96c; }
    .recommendations .recommendation.green .role {
      color: #bed96c; }

@media (max-width: 767px) {
  .recommendations .recommendation {
    padding: 42px 0 0 0; } }
@media (max-width: 767px) {
  .explore-interactive-preview {
    display: none; } }
#videos .resource-box, #webinars .resource-box {
  background: #FFF;
  margin-bottom: 20px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1; }
  #videos .resource-box:hover, #webinars .resource-box:hover {
    opacity: 0.6; }
  #videos .resource-box .action, #webinars .resource-box .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    outline: none;
    background: url(/images/blank.gif); }
  #videos .resource-box img, #webinars .resource-box img {
    max-width: 320px;
    width: 100%;
    display: block;
    margin: auto; }
  #videos .resource-box .name, #webinars .resource-box .name {
    display: block;
    padding: 40px 30px;
    font-size: 16px;
    line-height: 22px; }
    #videos .resource-box .name h5, #webinars .resource-box .name h5 {
      line-height: 22px; }
  #videos .resource-box.bottom-line, #webinars .resource-box.bottom-line {
    border-bottom: 6px solid #d93e09; }
    #videos .resource-box.bottom-line .name, #webinars .resource-box.bottom-line .name {
      padding-bottom: 34px; }

.resource-row {
  position: relative;
  background: #FFF;
  padding: 40px 40px 40px 20px;
  display: table;
  width: 100%;
  font-size: 18px;
  margin: 0 0 20px 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1;
  overflow: hidden; }
  .resource-row:hover {
    opacity: 0.6; }
  .resource-row .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    outline: none;
    background: url(/images/blank.gif); }
  .resource-row .icon, .resource-row .title, .resource-row .author, .resource-row .image {
    display: block;
    float: left; }
  .resource-row .title {
    padding-right: 6%;
    margin-left: 150px;
    width: 45%; }
    .resource-row .title a:hover {
      text-decoration: none; }
  .resource-row .image {
    width: 150px;
    height: 0;
    position: relative; }
    .resource-row .image img {
      margin: -20px 0 0 0;
      width: 110px;
      position: absolute;
      -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15); }
  .resource-row .icon {
    width: 85px; }
    .resource-row .icon img {
      height: 40px; }
  .resource-row .author {
    width: 27%; }
  @media (max-width: 620px) {
    .resource-row .icon {
      width: 90px; }
      .resource-row .icon img {
        margin-left: 0; } }

@media (max-width: 650px) {
  .resource-row .title, .resource-row .author {
    width: 60%; }
  .resource-row .author {
    margin-left: 150px; } }
@media (max-width: 480px) {
  .resource-row {
    display: block;
    padding: 30px 20px;
    font-size: 0.8em;
    line-height: 1em; }
    .resource-row .image img {
      margin-top: -10px; }
    .resource-row .icon, .resource-row .title {
      float: left;
      width: 30%; }
    .resource-row .title {
      width: 50%;
      margin-left: 130px; }
    .resource-row .author {
      clear: both;
      width: 50%;
      margin-left: 130px;
      padding-left: 0;
      padding-top: 20px; } }
#about-us .bio {
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  margin: 0 auto 20px auto;
  text-align: center; }
  #about-us .bio a {
    background-color: #FFF;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    opacity: 1; }
    #about-us .bio a:hover {
      opacity: 0.6; }
  #about-us .bio .photo {
    margin-bottom: 0;
    max-width: 320px;
    width: 100%; }
  #about-us .bio .dialog-launcher {
    display: block;
    outline: none; }
    #about-us .bio .dialog-launcher .about {
      display: block;
      padding: 40px 30px; }
  #about-us .bio h3 {
    margin: 0 0 1.4em 0; }
  #about-us .bio h5 {
    margin: 0;
    line-height: 1.5em; }
  #about-us .bio .two-lines {
    min-height: 3em; }
  #about-us .bio .social {
    color: #808080;
    font-size: 1.1em;
    overflow: hidden;
    max-width: 320px;
    margin: auto; }
    #about-us .bio .social a {
      width: 50%;
      float: left;
      background-color: #fce77e;
      text-decoration: none;
      padding: 7px 0;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
      opacity: 1; }
      #about-us .bio .social a:hover {
        opacity: 0.6; }
      #about-us .bio .social a:first-child {
        border-right: 1px solid #FFF; }
      #about-us .bio .social a.single {
        width: 100%;
        border: none; }
      #about-us .bio .social a i {
        font-weight: 600;
        font-size: 17px;
        line-height: .5em;
        padding-left: 6px;
        color: #333; }
  #about-us .bio .details {
    display: none; }
#about-us #investors {
  font-size: 16px; }
  #about-us #investors .investor-logo {
    margin-bottom: 40px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    height: 80px; }
    #about-us #investors .investor-logo img {
      display: block;
      margin: 20px auto 0 auto; }
    #about-us #investors .investor-logo.andreesen img {
      margin-top: 29px;
      width: 310px; }
    #about-us #investors .investor-logo.ignition img {
      width: 128px; }
  #about-us #investors h5 {
    margin: 0; }
  #about-us #investors a {
    display: block;
    padding: 0 0 1em 0;
    color: #b33309; }
  #about-us #investors p {
    line-height: 1.4em; }
#about-us .board-bio .details-extended {
  display: none; }
#about-us .board-bio .expand:hover, #about-us .board-bio .collapse:hover {
  text-decoration: none; }
#about-us .board-bio .collapse {
  display: none; }
#about-us .about-us-jobs-link {
  margin-top: .3em;
  display: block; }
  #about-us .about-us-jobs-link strong, #about-us .about-us-jobs-link h6, #about-us .about-us-jobs-link .footer .learn-more, .footer #about-us .about-us-jobs-link .learn-more, #about-us .about-us-jobs-link .resource-row .title, .resource-row #about-us .about-us-jobs-link .title, #about-us .about-us-jobs-link #lifecycle .comparison-table .heading, #lifecycle .comparison-table #about-us .about-us-jobs-link .heading {
    font-weight: 800; }

#jobs .team-photo {
  position: relative; }
  #jobs .team-photo .caption {
    position: absolute;
    width: 200px;
    left: -220px;
    bottom: -0.4em;
    text-align: right; }
@media (max-width: 767px) {
  #jobs .team-photo .caption {
    display: none; } }

.news-section {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1; }
  .news-section:hover {
    opacity: 0.6; }
  .news-section .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/images/blank.gif); }
  .news-section .outer-img-container {
    display: table;
    background-color: #FFF;
    margin: 0 0 1.5em 0;
    width: 100%; }
    .news-section .outer-img-container .img-container {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 100px;
      width: 100%; }
      .news-section .outer-img-container .img-container img {
        display: block;
        margin: auto;
        width: 225px;
        height: 70px; }
  .news-section .red-quote, .news-section .turquoise-quote {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-family: "adelle", "times new roman";
    color: #b33309; }
  .news-section .turquoise-quote {
    color: #2e7373; }
  .news-section p {
    text-align: center;
    margin: 0 0 .25em 0; }
    .news-section p.source {
      font-size: 0.875em;
      margin-bottom: 4em; }

.upcoming-event {
  position: relative;
  margin-bottom: 20px;
  background: #FFF;
  font-size: 16px;
  line-height: 1.4em;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1; }
  .upcoming-event:hover {
    opacity: 0.6; }
  .upcoming-event .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(/images/blank.gif); }
  .upcoming-event .turquoise-box:hover {
    opacity: 1; }
  .upcoming-event .details, .upcoming-event .location {
    padding: 40px 30px 40px 0; }
  .upcoming-event .location {
    text-align: right; }
  .upcoming-event h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 1em; }
  .upcoming-event a:hover {
    text-decoration: none; }
  @media (min-width: 956px) {
    .upcoming-event .turquoise-box {
      min-height: 172px; } }
  @media (max-width: 767px) {
    .upcoming-event .details, .upcoming-event .location {
      padding: 40px 30px; } }

.press-release {
  position: relative;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 3em;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  opacity: 1; }
  .press-release:hover {
    opacity: 0.6; }
  .press-release .action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    outline: none;
    background: url(/images/blank.gif); }
  .press-release h5 {
    border-top: 1px solid #999;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.3em;
    padding-top: 20px; }
  .press-release .date {
    padding-top: 21px;
    text-align: left;
    font-style: italic; }
  .press-release:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .press-release .date {
    padding-top: 0; }
  .press-release .details {
    padding-bottom: 0; } }
.rotating-product-demo .photo {
  background: url(/images/product/rotation.jpg) top center;
  width: 654px;
  height: 246px;
  margin: 2.5em auto 1em auto;
  -webkit-user-select: none; }
.rotating-product-demo .controls {
  margin-top: 0px;
  text-align: left;
  margin-bottom: 3em;
  font-family: "proxima-nova", sans-serif; }
  .rotating-product-demo .controls em {
    padding: 0 4px; }

@media (max-width: 680px) {
  .rotating-product-demo .photo {
    width: 327px;
    height: 123px;
    background-size: 327px 1599px; } }
@media (max-width: 380px) {
  .rotating-product-demo .photo {
    width: 196px;
    height: 74px;
    background-size: 196px 959px; }
  .rotating-product-demo .controls img {
    margin: 0 10px; } }
.download-presskit-img {
  width: 102px; }

#stay-in-touch .subsection {
  padding-bottom: 0; }
#stay-in-touch .signup-form {
  width: auto;
  font-size: 24px;
  font-weight: 200;
  float: none; }
  #stay-in-touch .signup-form input {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px; }
    #stay-in-touch .signup-form input.submit {
      height: 60px;
      width: auto;
      border-radius: 30px;
      margin-left: 0;
      padding: 0 40px;
      color: #333333; }
  #stay-in-touch .signup-form .email {
    background: #FFF;
    width: 100%;
    margin-right: 0; }
#stay-in-touch .sales {
  margin-top: 1em; }
#stay-in-touch .press {
  margin-top: 2em; }
#stay-in-touch .large-social-icon {
  background: #FFF;
  height: 120px;
  width: 120px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 60px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
  line-height: 60px;
  height: 60px;
  width: 60px;
  text-align: center;
  color: #d93d0a;
  font-size: 1.4em;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  #stay-in-touch .large-social-icon a:hover {
    text-decoration: none; }
  #stay-in-touch .large-social-icon:hover {
    opacity: 0.6; }
  #stay-in-touch .large-social-icon .icon-twitter {
    margin-left: 5px; }
  #stay-in-touch .large-social-icon .icon-linkedin {
    font-size: .9em;
    margin-left: 5px; }
  #stay-in-touch .large-social-icon .icon-youtube {
    font-size: .9em; }
#stay-in-touch .handle {
  text-align: center;
  padding-right: 15%;
  font-size: 0.9em; }
#stay-in-touch .blog-icon {
  width: 70px; }
#stay-in-touch .envelope-icon {
  width: 30px;
  margin-top: 10px; }
#stay-in-touch .briefcase-icon {
  width: 30px; }
#stay-in-touch .sales-icon {
  width: 30px; }
#stay-in-touch .press-icon {
  width: 30px; }
#stay-in-touch .blue-box.blog {
  position: relative;
  min-height: 316px; }
#stay-in-touch .contact-box {
  position: relative;
  background: #FFF;
  padding: 20px 30px;
  margin: 0 0 20px 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out; }
  #stay-in-touch .contact-box:hover {
    opacity: 0.6; }
  #stay-in-touch .contact-box a.action {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/images/blank.gif); }
  #stay-in-touch .contact-box p {
    width: 70%;
    float: left;
    margin: 0; }
  #stay-in-touch .contact-box img {
    float: right; }

@media (max-width: 767px) {
  #stay-in-touch .signup-form input {
    margin-bottom: 20px; }
  #stay-in-touch .large-social-icon {
    margin: auto; }
  #stay-in-touch h4 {
    text-align: center; }
  #stay-in-touch .sales, #stay-in-touch .press {
    margin-top: 0; }
  #stay-in-touch .envelope-icon {
    width: 45px; }
  #stay-in-touch .briefcase-icon {
    width: 33px; }
  #stay-in-touch .sales-icon {
    width: 45px; }
  #stay-in-touch .press-icon {
    width: 32px; }
  #stay-in-touch .social-icons {
    text-align: center; }
    #stay-in-touch .social-icons > div {
      margin: 0 5px; }
  #stay-in-touch .handle {
    padding: 0; } }
#support .login-box {
  background: #EEE;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 15px #777;
  -moz-box-shadow: 0px 1px 15px #777;
  box-shadow: 0px 1px 15px #777; }
#support .other-support-options h5 {
  margin: 0 0 .5em 0; }
#support .support-form input, #support .support-form textarea {
  margin-bottom: 10px;
  clear: both;
  display: block; }
#support .support-form p.error {
  color: #cc3b0a; }
#support .support-form.request-form input, #support .support-form.request-form textarea {
  width: 320px; }
#support table.support-offerings {
  border-spacing: 1px;
  border-collapse: separate; }
  #support table.support-offerings th {
    background: #BBB; }
    #support table.support-offerings th .subtitle {
      clear: both;
      display: block;
      font-size: .8em;
      font-weight: normal; }
  #support table.support-offerings tr {
    background: #d9d9d9; }
  #support table.support-offerings tr:nth-child(even) {
    background: #BBB; }
  #support table.support-offerings th, #support table.support-offerings td {
    margin: 0 2px 0 0;
    padding: 14px; }
  #support table.support-offerings p {
    margin: 0; }

@media (max-width: 420px) {
  #support .support-form.request-form input, #support .support-form.request-form textarea {
    width: 90%; } }
#partners p {
  line-height: 1.5em; }
#partners .partner-form {
  background: #FFF;
  padding: 40px 20px;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15); }
  #partners .partner-form form {
    margin: auto; }
  #partners .partner-form input {
    height: 35px; }
  #partners .partner-form label {
    width: 150px; }
  #partners .partner-form p.error {
    color: #cc3b0a; }

.page-not-found {
  background: url(/images/404-background.png) no-repeat center top;
  height: 900px;
  text-align: center; }
  .page-not-found h1, .page-not-found .wordpress #container .entry-title, .wordpress #container .page-not-found .entry-title, .page-not-found .wordpress #container #site-description, .wordpress #container .page-not-found #site-description {
    font-size: 9em;
    margin: 0;
    padding: 30px 0 130px 0;
    color: #cc3b0a; }
  .page-not-found h2 {
    margin-bottom: .6em; }
  .page-not-found p {
    text-align: center; }

#live-demo-friday .top-gray-box {
  background: #F7F7F7;
  padding: 28px 0; }
#live-demo-friday .webinar-links .transparent-button {
  float: left;
  width: 36%;
  margin: 0 4% 2em 0;
  padding: 0 3%; }
  #live-demo-friday .webinar-links .transparent-button .icon {
    float: right;
    line-height: 40px;
    padding-left: 0; }
#live-demo-friday .presenter .name {
  padding-right: 40px;
  text-align: center;
  padding-top: .6em;
  font-size: .9em; }
@media (max-width: 940px) {
  #live-demo-friday .webinar-links .transparent-button {
    width: 94%;
    margin: 0 0 2em 0; } }
@media (max-width: 500px) {
  #live-demo-friday .top-gray-box {
    padding: 20px; }
  #live-demo-friday .presenter .name {
    padding-right: 0; } }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.flash-killed-title {
  margin-left: 30%; }

.architecture-interactive {
  position: relative;
  cursor: pointer;
  margin-bottom: 20px; }
  .architecture-interactive .slide-container {
    position: relative;
    max-width: 640px;
    margin: 20px auto 20px auto; }
  .architecture-interactive img {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    /*@include transition(opacity, 350ms);*/ }
    .architecture-interactive img.active {
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1; }
    .architecture-interactive img.spacer {
      visibility: visible;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      position: relative;
      z-index: 0; }
  .architecture-interactive .description {
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
    background-color: #fce77e;
    -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    max-width: 400px;
    margin-right: 40px;
    -webkit-transition: opacity 350ms ease-in-out;
    -moz-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    -ms-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
    .architecture-interactive .description.active {
      -khtml-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      z-index: 1; }
    .architecture-interactive .description.microarray {
      top: 16%;
      left: 52%; }
    .architecture-interactive .description.switch {
      top: 35%;
      left: 56%; }
    .architecture-interactive .description.chassis {
      top: 25%;
      left: 36%; }
    .architecture-interactive .description.apps {
      top: 25%;
      left: 30%; }
    .architecture-interactive .description h3 {
      font-size: 24px; }
    .architecture-interactive .description p {
      font-size: 16px;
      line-height: 21.3px; }
  @media (max-width: 900px) {
    .architecture-interactive .description.microarray {
      top: 16%;
      left: 52%; }
    .architecture-interactive .description.switch {
      top: 15%;
      left: 56%; }
    .architecture-interactive .description.chassis {
      top: 25%;
      left: 36%; }
    .architecture-interactive .description.apps {
      top: 25%;
      left: 15%; } }
  @media (max-width: 767px) {
    .architecture-interactive .description {
      display: none; } }

@media (max-width: 767px) {
  .architecture-interactive .architecture-diagram {
    height: 240px; }
    .architecture-interactive .architecture-diagram .heading {
      display: none !important; } }
@media (max-width: 480px) {
  .architecture-interactive .architecture-diagram {
    height: 140px; }
    .architecture-interactive .architecture-diagram .heading {
      display: none !important; } }
.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.monolithic-comparison {
  border: 1px solid #515151; }
  .monolithic-comparison .monolithic-array, .monolithic-comparison .coho-system {
    float: left;
    min-height: 320px;
    padding: 30px 0;
    width: 33%;
    text-align: center; }
    .monolithic-comparison .monolithic-array img, .monolithic-comparison .coho-system img {
      max-width: 250px;
      width: 100%; }
    .monolithic-comparison .monolithic-array .name, .monolithic-comparison .coho-system .name {
      font-weight: bold;
      margin-top: 30px;
      padding: 0 10px; }
    .monolithic-comparison .monolithic-array .stat, .monolithic-comparison .coho-system .stat {
      padding: 0 10px; }
  .monolithic-comparison .monolithic-array {
    border-right: 1px solid #515151; }
  .monolithic-comparison .vs {
    float: left;
    width: 70px;
    color: #FFF;
    text-align: center;
    font-style: italic;
    background: #515151;
    line-height: 70px;
    font-family: "proxima-nova", sans-serif;
    font-size: 2em;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 35px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background-clip: padding-box;
    margin: 100px -35px 0 -34px; }
  .monolithic-comparison .details {
    float: right;
    width: 33%;
    border-left: 1px solid #515151;
    background: #515151;
    color: #FFF;
    min-height: 380px; }
    .monolithic-comparison .details .details-inset {
      padding: 30px; }
      .monolithic-comparison .details .details-inset .metric {
        margin-top: 20px;
        font-family: "proxima-nova", sans-serif;
        font-size: 3em;
        line-height: 1em;
        font-weight: 200; }
        .monolithic-comparison .details .details-inset .metric .unit {
          font-size: .35em;
          font-weight: 400;
          font-family: "adelle", "times new roman"; }

@media (max-width: 960px) {
  .monolithic-comparison .details .details-inset .metric {
    font-size: 2em; } }
@media (max-width: 767px) {
  .monolithic-comparison .monolithic-array, .monolithic-comparison .coho-system {
    width: 49.5%;
    min-height: 0; }
  .monolithic-comparison .details {
    clear: both;
    float: none;
    width: 100%;
    border-left: none;
    min-height: 0; } }
@media (max-width: 400px) {
  .monolithic-comparison .vs {
    width: 50px;
    line-height: 50px;
    font-size: 1.5em;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 25px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-clip: padding-box;
    margin: 100px -25px 0 -24px; }
  .monolithic-comparison .details .details-inset .metric {
    margin-top: 0; } }
.datastream-lifecycle {
  margin: 2em 0 0 0; }
  .datastream-lifecycle .leading-arrow-right {
    position: relative; }
    .datastream-lifecycle .leading-arrow-right:before {
      content: url(/images/icons/arrow-right.png);
      position: absolute;
      left: -60px;
      top: 0; }
  .datastream-lifecycle .trailing-arrow-wrap {
    position: relative; }
    .datastream-lifecycle .trailing-arrow-wrap:after {
      content: url(/images/icons/arrow-right-wrap.png);
      position: absolute;
      right: 0px;
      top: -28px; }
  .datastream-lifecycle .storage-cycle-icon {
    max-width: 160px;
    margin-left: -8%; }
  .datastream-lifecycle .relative-wrapper {
    margin-left: -8%; }
    .datastream-lifecycle .relative-wrapper img {
      margin-left: 0; }

@media (max-width: 767px) {
  .datastream-lifecycle .trailing-arrow-wrap:after {
    display: none; }
  .datastream-lifecycle .storage-cycle-icon {
    margin: 0; }
  .datastream-lifecycle .relative-wrapper {
    margin: 0; } }
.full-bleed-photo-section {
  position: relative;
  border-bottom: 1px solid #bfbfbf; }
  .full-bleed-photo-section .background {
    position: relative;
    z-index: 0;
    width: 100%; }
  .full-bleed-photo-section .floated-content {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3em 0; }

.installation-steps {
  padding-bottom: 0; }
  .installation-steps .screenshot.double {
    max-width: 396px;
    width: 100%; }
  .installation-steps .time-remaining .label {
    margin-bottom: -20px; }
  .installation-steps .time-remaining .label, .installation-steps .time-remaining .big-number {
    padding-left: 30px; }

@media (max-width: 767px) {
  .installation-steps .time-remaining .big-number, .installation-steps .time-remaining .label {
    padding-left: 0; } }
.start-storaging {
  background: url(/images/deploy-ui-in-office-1400px.png) center center no-repeat;
  height: 648px; }
  .start-storaging .heading {
    float: left; }
    .start-storaging .heading .step {
      font-size: 4.5em;
      line-height: 1.25em;
      padding-right: 30px; }
    .start-storaging .heading .name {
      font-size: 3em;
      font-weight: 200;
      line-height: 1em; }
  .start-storaging .time-left {
    float: right; }
  .start-storaging .play-overlay {
    top: 58%; }

@media (max-width: 767px) {
  .start-storaging {
    color: #FFF;
    text-shadow: 0px 1px 6px #000; }
    .start-storaging .floated-content {
      padding: 0; }
    .start-storaging .heading {
      float: left; }
    .start-storaging .time-left {
      clear: both;
      float: left;
      text-align: left; } }
/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.ui-widget-overlay {
  background: #000;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6; }

.ui-dialog {
  font-family: "adelle", "times new roman";
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-background-clip: padding-box;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background: #FFF;
  min-width: 700px !important;
  margin: 3em auto 0 -400px;
  position: absolute !important;
  left: 50% !important;
  top: 0 !important;
  border: none;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9; }
  .ui-dialog button {
    background: none; }

html.bs3 .ui-dialog {
  width: 60% !important;
  margin: 3em 20% 0 20% !important;
  left: 0 !important; }

.ui-dialog-titlebar {
  border: none;
  background: none;
  color: #262626;
  border-bottom: 1px solid #262626;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-background-clip: padding-box;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  padding-bottom: .5em;
  margin: 5em 5em 2em 5em; }

.ui-dialog-titlebar-close {
  float: right;
  border: none;
  padding: 0;
  height: auto; }
  .ui-dialog-titlebar-close:after {
    content: 'X';
    color: #262626;
    font-family: verdana;
    font-weight: 600; }

.ui-dialog-content {
  border: none;
  background: none;
  margin: 0 5em 5em 5em; }

@media (max-width: 960px) {
  .ui-dialog, html.bs3 .ui-dialog {
    min-width: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    width: 100% !important; } }
@media (max-width: 580px) {
  .ui-dialog .ui-dialog-titlebar {
    margin: 2em; }
  .ui-dialog .ui-dialog-content {
    margin: 0 2em 2em 2em; } }
@media (max-width: 420px) {
  .ui-dialog .ui-dialog-titlebar {
    margin: 1em; }
  .ui-dialog .ui-dialog-content {
    margin: 0 1em 1em 1em; } }
.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

.wordpress {
  font-weight: 400;
  font-size: 1em; }
  .wordpress .post ul {
    list-style-type: circle; }
  @media (min-width: 998px) {
    .wordpress .wrap {
      max-width: 998px; } }
  .wordpress #container {
    margin-bottom: 2em; }
    .wordpress #container a {
      color: #a63008; }
      .wordpress #container a:hover {
        color: #cc3b0a; }
    .wordpress #container #respond #submit, .wordpress #container .button, .wordpress #container a.button {
      background-color: #a63008; }
      .wordpress #container #respond #submit:hover, .wordpress #container .button:hover, .wordpress #container a.button:hover {
        background-color: #cc3b0a; }
    .wordpress #container .breadcrumb-trail {
      padding: 5px 0;
      margin: -2em 0 4em 0;
      font-family: "proxima-nova", sans-serif;
      font-size: 1em;
      line-height: 1em;
      text-transform: uppercase; }
    .wordpress #container .entry-title, .wordpress #container #site-description {
      text-transform: none; }
      .wordpress #container .entry-title a, .wordpress #container #site-description a {
        color: #262626; }
        .wordpress #container .entry-title a:hover, .wordpress #container #site-description a:hover {
          color: #262626; }
    .wordpress #container #site-description {
      margin: 1em 0 2em 0;
      font-weight: 100;
      width: 100%; }
    .wordpress #container .hentry {
      margin: 0 0 60px 0;
      padding: 0 0 40px 0; }
    .wordpress #container #sidebar-primary {
      font-family: "proxima-nova", sans-serif; }
      .wordpress #container #sidebar-primary ul {
        margin-left: 0; }
        .wordpress #container #sidebar-primary ul li {
          line-height: 1.4em; }
      .wordpress #container #sidebar-primary #twitter-2 ul li {
        margin-bottom: 1em; }

#customers .icon {
  max-width: 100%; }
#customers .icon.tech-accelerator {
  width: 180px; }
#customers .icon.ubc {
  width: 47px; }
#customers .icon.vital {
  width: 144px; }
#customers .icon.colony {
  width: 145px; }
#customers .icon.nyc-health {
  width: 77px; }
#customers .icon.overwatch {
  width: 148px; }
#customers .icon.tiva {
  width: 79px; }
#customers .icon.valparaiso {
  width: 144px; }
#customers .icon.embarcadero {
  width: 171px; }
#customers .icon.florida-atlantic {
  width: 66px; }
#customers .icon.internetworking {
  width: 144px; }
#customers .icon.castle-medical {
  width: 50px; }
#customers .hero-illustration {
  margin: 80px 0 0 0; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

#coho-hardware .slider {
  position: relative; }
  #coho-hardware .slider .line {
    position: absolute;
    top: 27px;
    left: 0;
    z-index: -1;
    height: 5px;
    width: 100%;
    background: #d9d9d9; }
  #coho-hardware .slider .items {
    margin: 0 -45px;
    color: #666; }
    #coho-hardware .slider .items .item {
      width: 20%;
      float: left; }
      #coho-hardware .slider .items .item.active .number {
        background: #d93d0a !important;
        color: #FFF;
        -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15); }
      #coho-hardware .slider .items .item .number {
        width: 60px;
        height: 60px;
        margin: auto;
        -webkit-background-clip: padding-box;
        -webkit-border-radius: 30px;
        -moz-background-clip: padding-box;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background-clip: padding-box;
        background: #d9d9d9;
        line-height: 52px;
        text-align: center;
        font-family: "adelle", "times new roman";
        font-size: 36px;
        font-weight: 700;
        cursor: pointer;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out; }
        #coho-hardware .slider .items .item .number:hover {
          background: #bebebe; }
      #coho-hardware .slider .items .item .label {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        line-height: 1em;
        margin-top: 22px;
        text-transform: none; }
#coho-hardware .interactive-box {
  background: #dedede;
  display: none; }
  #coho-hardware .interactive-box.active {
    display: block; }
  #coho-hardware .interactive-box .details {
    position: relative;
    padding-top: 60px;
    font-size: 16px;
    line-height: 1.3em;
    min-height: 380px; }
    #coho-hardware .interactive-box .details .bottom {
      position: absolute;
      bottom: 0;
      left: 0; }
    #coho-hardware .interactive-box .details .value-prop {
      width: 100px;
      font-size: 14px;
      font-weight: 600;
      color: #666;
      margin: 0 4px 4px 0;
      float: left;
      text-align: left;
      padding: 4px 10px; }
      #coho-hardware .interactive-box .details .value-prop.teal {
        background: #7ad7df; }
      #coho-hardware .interactive-box .details .value-prop.yellow {
        background: #f0d95f; }
@media (max-width: 767px) {
  #coho-hardware .interactive-box {
    margin: 0 -10px;
    padding: 10px; }
    #coho-hardware .interactive-box .details {
      min-height: 0; }
      #coho-hardware .interactive-box .details .bottom {
        position: static;
        margin: 40px 0; } }

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

.red-text {
  color: #cc3b0a; }

.white-text {
  color: #FFF; }

.red-one-bg {
  background: #cc3b0a; }

.green-one-bg {
  background: #bed96c; }

.green-two-bg {
  background: #cdde6f; }

.yellow-green-bg {
  background: #dde371; }

.yellow-one-bg {
  background: #f2ec79; }

.yellow-two-bg {
  background: #fce77e; }

/* Layout utilities ------------------------------------------------ */
.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0 !important; }

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

.nudge-up {
  margin-bottom: 20px !important; }

.nudge-up-2x {
  margin-bottom: 40px !important; }

.nudge-up-3x {
  margin-bottom: 60px !important; }

.nudge-down-less {
  margin-top: 10px !important; }

.nudge-down {
  margin-top: 20px !important; }

.nudge-down-2x {
  margin-top: 40px !important; }

.nudge-down-3x {
  margin-top: 60px !important; }

.nudge-down-2px {
  margin-top: 2px !important; }

.three-ems-bottom {
  margin-bottom: 3em; }

.three-ems-top {
  margin-top: 3em; }

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

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

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

.clear {
  clear: both; }

.clearfix:before, .two-across:before, .three-across:before, .thirds:before, .header:before, .footer .footer-row:before, #homepage .carousel .slide-vmworld .message .heading:before, #homepage .carousel .slide-web-scale .message .heading:before, #homepage .featured-row:before, #homepage .scaling-demo-results:before, .recommendations .recommendation:before, .resource-row:before, .document-unit:before, #stay-in-touch .contact-box:before, .architecture-interactive:before, .monolithic-comparison:before, #coho-hardware .interactive-box:before, #lifecycle .lifecycle-interactive .group:before,
.clearfix:after,
.two-across:after,
.three-across:after,
.thirds:after,
.header:after,
.footer .footer-row:after,
#homepage .carousel .slide-vmworld .message .heading:after,
#homepage .carousel .slide-web-scale .message .heading:after,
#homepage .featured-row:after,
#homepage .scaling-demo-results:after,
.recommendations .recommendation:after,
.resource-row:after,
.document-unit:after,
#stay-in-touch .contact-box:after,
.architecture-interactive:after,
.monolithic-comparison:after,
#coho-hardware .interactive-box:after,
#lifecycle .lifecycle-interactive .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .two-across:after, .three-across:after, .thirds:after, .header:after, .footer .footer-row:after, #homepage .carousel .slide-vmworld .message .heading:after, #homepage .carousel .slide-web-scale .message .heading:after, #homepage .featured-row:after, #homepage .scaling-demo-results:after, .recommendations .recommendation:after, .resource-row:after, .document-unit:after, #stay-in-touch .contact-box:after, .architecture-interactive:after, .monolithic-comparison:after, #coho-hardware .interactive-box:after, #lifecycle .lifecycle-interactive .group:after {
  clear: both; }

.clearfix, .two-across, .three-across, .thirds, .header, .footer .footer-row, #homepage .carousel .slide-vmworld .message .heading, #homepage .carousel .slide-web-scale .message .heading, #homepage .featured-row, #homepage .scaling-demo-results, .recommendations .recommendation, .resource-row, .document-unit, #stay-in-touch .contact-box, .architecture-interactive, .monolithic-comparison, #coho-hardware .interactive-box, #lifecycle .lifecycle-interactive .group {
  *zoom: 1; }

.gutters-30 {
  padding-left: 30px;
  padding-right: 30px; }

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

/* Base font and standard elements --------------------------------- */
body {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1em !important;
  line-height: 1.5em; }

.bs3 h1.inline, .bs3 .wordpress #container .inline.entry-title, .wordpress #container .bs3 .inline.entry-title, .bs3 .wordpress #container .inline#site-description, .wordpress #container .bs3 .inline#site-description {
  margin-bottom: 0; }
.bs3 .content {
  font-size: 1.1em;
  line-height: 1.5em; }

h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2, h3 {
  font-weight: 700;
  font-size: 1.7em;
  line-height: 1em;
  margin: 0 0 1em 0; }

h4 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  font-weight: 400; }

h5 {
  font-size: 1em;
  font-weight: 700; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0; }

p {
  text-align: left;
  margin: 0 0 1.5em 0; }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    cursor: pointer;
    text-decoration: underline; }

strong, h6, .footer .learn-more, .resource-row .title, #lifecycle .comparison-table .heading {
  font-weight: 700; }

@media (max-width: 767px) {
  body {
    font-size: .9em; }

  h1, .wordpress #container .entry-title, .wordpress #container #site-description, h2 {
    font-size: 1.75em;
    margin: 0 0 .5em 0; } }
.font-proxima, .signup-form .email, .footer {
  font-family: "proxima-nova", sans-serif; }

.font-adelle {
  font-family: "adelle", "times new roman"; }

/* Header ---------------------------------------------------------- */
.header {
  font-weight: 700; }
  .header .nav {
    font-size: 0.875em; }
  .header .social li i {
    line-height: 2.5em;
    font-size: 1.25em; }
  .header .header-toggle i {
    font-size: 1.25em;
    line-height: 1.25em;
    vertical-align: middle; }

/* Content --------------------------------------------------------- */
.page-subnav {
  font-family: "proxima-nova", sans-serif; }

.content {
  font-family: "proxima-nova", sans-serif;
  font-size: 1em; }

.slightly-bigger-text {
  font-size: 1.125em;
  line-height: 1.5em; }

.big-text {
  font-size: 22px;
  line-height: 29.3px;
  font-weight: 200;
  margin-bottom: 1.5em; }
  .big-text.no-margin {
    margin-bottom: 0; }

.bigger-text {
  font-size: 1.875em;
  line-height: 1.3333em;
  font-weight: 100; }
  .bigger-text em {
    font-weight: 700; }

.huge-text {
  font-size: 4.5em;
  line-height: 1.5em; }

.medium-text {
  font-size: 1.18em; }

.smaller-text, .wordpress #container #comments-template {
  font-size: .875em; }

.strong {
  font-weight: 700; }

.label {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: .75em;
  font-weight: 600; }

.big-number {
  font-family: "proxima-nova", sans-serif;
  font-size: 3.75em;
  line-height: 1.5em;
  font-weight: 100;
  color: #808080; }

@media (max-width: 767px) {
  .big-text {
    font-size: 1.2em;
    margin-bottom: .5em; } }
/* Footer ---------------------------------------------------------- */
.footer .logo {
  font-weight: 700;
  font-size: 1.125em; }
.footer .contact-info {
  font-size: 1em; }
  .footer .contact-info .social li {
    font-size: 1.4em; }
  .footer .contact-info .signup-form {
    font-size: 1.1em; }
.footer .legal-info {
  font-size: 0.875em; }

/* Text-related widgets -------------------------------------------- */
.underline {
  text-decoration: underline; }

.impact-link {
  color: #cc3b0a;
  font-weight: 700; }
  .impact-link:hover {
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

.big-contact-address {
  font-size: 1.875em;
  line-height: 2em;
  margin: 0 0 1em 0; }

@media (max-width: 767px) {
  .big-contact-address {
    font-size: 1.5em; } }
#lifecycle .comparison-table {
  margin: 30px 0 40px 0;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  color: #4c4c4c;
  font-size: 16px; }
  #lifecycle .comparison-table ul {
    list-style-type: disc; }
  #lifecycle .comparison-table th {
    z-index: 2; }
    #lifecycle .comparison-table th.empty {
      visibility: hidden; }
    #lifecycle .comparison-table th .shadowed {
      -webkit-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0 4px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0 4px 0px rgba(0, 0, 0, 0.08);
      margin: -12px -40px;
      padding: 12px 40px;
      position: relative;
      z-index: 2; }
  #lifecycle .comparison-table th, #lifecycle .comparison-table td {
    padding: 12px 40px;
    border: 1px solid #bfbfbf;
    vertical-align: top;
    line-height: 1.4em; }
  #lifecycle .comparison-table .row {
    margin-top: -1px; }
  #lifecycle .comparison-table th.primary, #lifecycle .comparison-table td.primary {
    background-color: #bf370a;
    color: #FFF;
    border: 1px solid #992c08; }
  #lifecycle .comparison-table .secondary {
    background-color: #e6e6e6; }
  #lifecycle .comparison-table .label {
    font-size: 14px;
    text-align: right;
    width: 28%; }
@media (max-width: 767px) {
  #lifecycle .comparison-table {
    font-size: .9em; }
    #lifecycle .comparison-table th, #lifecycle .comparison-table td {
      padding: 8px 20px 8px 30px; }
      #lifecycle .comparison-table th .shadowed, #lifecycle .comparison-table td .shadowed {
        margin: -8px -20px -8px -30px;
        padding: 8px 20px 8px 30px; }
    #lifecycle .comparison-table .label {
      display: none; } }
@media (max-width: 500px) {
  #lifecycle .comparison-table th .shadowed {
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent; } }
#lifecycle .lifecycle-interactive {
  background-color: #dfdfdf;
  min-height: 500px;
  text-align: center; }
  #lifecycle .lifecycle-interactive img.background {
    margin: 80px auto 80px auto;
    max-width: 400px; }
  #lifecycle .lifecycle-interactive .group {
    position: absolute;
    width: 350px; }
    #lifecycle .lifecycle-interactive .group .text {
      width: 190px;
      padding: 5px 20px 0 0;
      text-align: right;
      float: left;
      font-size: 22px;
      font-weight: 200;
      line-height: 1.1em; }
      #lifecycle .lifecycle-interactive .group .text.right {
        float: right;
        text-align: left;
        padding: 5px 0 0 20px; }
    #lifecycle .lifecycle-interactive .group a {
      display: block;
      width: 160px;
      height: 110px;
      float: left;
      background-color: #fbe77d;
      -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
      margin: -3px 3px 3px -3px;
      -webkit-transition: all 50ms ease-in-out;
      -moz-transition: all 50ms ease-in-out;
      -o-transition: all 50ms ease-in-out;
      -ms-transition: all 50ms ease-in-out;
      transition: all 50ms ease-in-out; }
      #lifecycle .lifecycle-interactive .group a:hover {
        -webkit-box-shadow: 0 0 0 #FFF;
        -moz-box-shadow: 0 0 0 #FFF;
        box-shadow: 0 0 0 #FFF;
        margin: 0;
        background: url(/images/product/lifecycle-interactive/lifecycle-buttons-01-hover.png) #FFF;
        background-size: cover; }
        #lifecycle .lifecycle-interactive .group a:hover img {
          display: none; }
    #lifecycle .lifecycle-interactive .group.scale-out {
      top: 19%;
      left: 6%; }
    #lifecycle .lifecycle-interactive .group.be-ready {
      top: 60%;
      left: 3%; }
    #lifecycle .lifecycle-interactive .group.deploy {
      top: 9%;
      left: 55%; }
    #lifecycle .lifecycle-interactive .group.manage {
      top: 44%;
      left: 64%; }
    #lifecycle .lifecycle-interactive .group.troubleshoot {
      top: 74%;
      left: 47%; }
    @media (max-width: 850px) {
      #lifecycle .lifecycle-interactive .group .text {
        font-size: 18px;
        width: 160px; }
        #lifecycle .lifecycle-interactive .group .text.right {
          margin-right: 30px; } }
@media (max-width: 767px) {
  #lifecycle .lifecycle-interactive {
    padding: 20px 0; }
    #lifecycle .lifecycle-interactive img.background {
      display: none; }
    #lifecycle .lifecycle-interactive .group {
      width: auto;
      position: static;
      padding: 10px 20px; }
      #lifecycle .lifecycle-interactive .group .text {
        margin-bottom: 20px; }
      #lifecycle .lifecycle-interactive .group .text.right {
        float: left;
        padding: 5px 20px 0 0;
        text-align: right;
        margin-right: 0; } }

/*# sourceMappingURL=master.css.map */
