@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .btn-menu:before, .search-icon:before, .header-dropdown-link:after, .sidenav-title:after, .collapsible .menu-title:after, .deep-nav .hasSubMenuClosed:before, .content a[href^="http"]:after,
.external-link:after, .note:before, .tip:before, .to-top a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.btn-menu:before, .pull-left.search-icon:before, .pull-left.header-dropdown-link:after, .pull-left.sidenav-title:after, .collapsible .pull-left.menu-title:after, .deep-nav .pull-left.hasSubMenuClosed:before, .content a.pull-left[href^="http"]:after,
.pull-left.external-link:after, .pull-left.note:before, .pull-left.tip:before, .to-top a.pull-left:before {
  margin-right: .3em;
}
.fa.pull-right, .pull-right.btn-menu:before, .pull-right.search-icon:before, .pull-right.header-dropdown-link:after, .pull-right.sidenav-title:after, .collapsible .pull-right.menu-title:after, .deep-nav .pull-right.hasSubMenuClosed:before, .content a.pull-right[href^="http"]:after,
.pull-right.external-link:after, .pull-right.note:before, .pull-right.tip:before, .to-top a.pull-right:before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before, .search-icon:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before, .to-top a:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before, .menu-active .btn-menu:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before,
.btn-menu:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before, .note:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before, .deep-nav .hasSubMenuClosed:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before, .deep-nav .hasSubMenuOpened:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

/*
 * FILE: _vars.scss
======================================================================== */
/*doc
---
title: Colors
name: colors
category: basics
---
<div class="swatch-1">
  $navy: #243640
</div>
<div class="swatch-2">
  $gray1: #424242
</div>
<div class="swatch-3">
  $gray2: #686868
</div>
<div class="swatch-4">
  $gray3: #b5b5b5
</div>
<div class="swatch-5">
  $gray4: #eceae9
</div>
<div class="swatch-6">
  $gray5: #f8f8f8
</div>
<div class="swatch-7">
  $gray6: #fdfdfd
</div>
<div class="swatch-8">
  $blue1: #2185c5
</div>
<div class="swatch-9">
  $blue2: #a7cae1
</div>
<div class="swatch-10">
  $bluegray1: #4b6475
</div>
<div class="swatch-11">
  $teal: #03786D
</div>
<div class="swatch-12">
  $teal2: #00a79d
</div>
*/
/*
 * FILE: _mixins.scss
======================================================================== */
/*
 * FILE: _reset.scss
========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0.3em 0.5em;
}

/*
 * FILE: _default.scss
======================================================================== */
* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 1em;
}

body {
  background-color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1.3em;
}

li p {
  margin: 0;
}

/*doc
---
title: Link Default
name: link_default
category: basics
---
```html_example
<a class="link" href="#">Link</a>
```
*/
a, .link {
  border-bottom: 1px dotted #cddce5;
  color: #2185c5;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
}

/*doc
---
title: Headings
name: headings
category: basics
---
```html_example
<h1>h1. heading level 1</h1>
<h2>h2. heading level 2</h2>
<h3>h3. heading level 3</h3>
<h4>h4. heading level 4</h4>
<div class="h2">this is a div with an h2 class</div>
<h5 class="h3">this is an h5 with an h3 class</h5>
```
*/
h1, .h1 {
  margin-top: 0;
  font-size: 2.441em;
}

h2, .h2 {
  font-size: 1.953em;
}

h3, .h3 {
  font-size: 1.563em;
}

h4, h5, .h4 {
  font-size: 1.25em;
}

small,
.font_small {
  font-size: 0.8em;
}

ul,
ol {
  margin: 0 0 1em;
}

ul {
  padding: 0 0 0 1.2em;
}

ol {
  padding: 0 0 0 1.4em;
}

ul ul,
ol ol {
  margin-top: 1em;
  padding-bottom: 0;
}

ol li {
  margin: 0 0 1.3em;
  padding: 0;
}

ul li {
  margin: 0 0 0.5em;
  padding: 0;
}

li li {
  margin-bottom: 0;
}

ol img,
ul img {
  margin: 0.5em 0;
}

table {
  border: 0;
  margin-top: 1em;
  width: 100%;
}

th {
  line-height: 1.1;
  padding: 0.8em 0.7rem;
  text-align: left;
  text-transform: uppercase;
}

td {
  padding: 0.5em 0.7em;
}

caption {
  padding: 0.5em;
}

/*doc
---
title: Code Example - Default
name: code_example-default
category: basics
---
```html_example
<pre><code class="highlight ruby"><span class="nb">require</span> <span class="s1">'ova_manager'</span>
<span class="nb">require</span> <span class="s1">'vsphere_clients'</span>

<span class="no">OvaManager</span><span class="o">::</span><span class="no">Deployer</span><span class="p">.</span><span class="nf">new</span><span class="p">({</span>
  <span class="ss">host: </span><span class="s2">"172.16.74.3"</span><span class="p">,</span>
  <span class="ss">user: </span><span class="s2">"root"</span><span class="p">,</span>
  <span class="ss">password: </span><span class="s2">"vmware"</span>
<span class="p">})</span>
</code></pre>
```
*/
pre {
  background-color: #f0f0f0;
  border-radius: 3px;
  font-size: 0.8125rem;
  padding: 1em;
  white-space: pre;
  overflow: auto;
}

pre code {
  background-color: transparent;
  border: 0;
  color: #424242;
  direction: ltr;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  overflow: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  word-spacing: normal;
  word-break: normal;
}

/*doc
---
title: Code Example - Inline
name: code_example-inline

category: basics
---
```html_example
<code>"mbus"=&gt;"nats://nats:nats@192.168.86.17:4222"</code>
```
*/
code {
  background-color: #f5f5ff;
  border: 1px solid #e4e4e4;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin: 0.2em 0.1em 0.1em;
  padding: 0 0.4em 0 0.4em;
  vertical-align: text-top;
}

code a {
  color: #fefefe;
}

hr {
  background-color: #eceae9;
  border: 0;
  height: 1px;
  float: left;
  width: 100%;
}

.content pre::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
.content pre::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*
 * FILE: _extends.scss
======================================================================== */
/*
 * FILE: _vars.scss
======================================================================== */
/*doc
---
title: Colors
name: colors
category: basics
---
<div class="swatch-1">
  $navy: #243640
</div>
<div class="swatch-2">
  $gray1: #424242
</div>
<div class="swatch-3">
  $gray2: #686868
</div>
<div class="swatch-4">
  $gray3: #b5b5b5
</div>
<div class="swatch-5">
  $gray4: #eceae9
</div>
<div class="swatch-6">
  $gray5: #f8f8f8
</div>
<div class="swatch-7">
  $gray6: #fdfdfd
</div>
<div class="swatch-8">
  $blue1: #2185c5
</div>
<div class="swatch-9">
  $blue2: #a7cae1
</div>
<div class="swatch-10">
  $bluegray1: #4b6475
</div>
<div class="swatch-11">
  $teal: #03786D
</div>
<div class="swatch-12">
  $teal2: #00a79d
</div>
*/
.title-container {
  font-size: 1.953em;
}

.title-flashy {
  font-size: 1.563em;
}

caption, .prodname, .title-intro, .title-details, .intro {
  font-size: 1.25em;
}

th {
  font-size: 1em;
}

.header-item, .site-footer-links {
  font-size: 0.8em;
}

.nav-content .active,
.nav-content .active:hover, .title-container, .title-emph {
  font-weight: 600;
}

.collapsible .menu-title {
  font-weight: 400;
}

.title-intro, .title-details, .title-deemph {
  font-weight: 300;
}

input {
  background-color: #f1f1f1;
  border: 1px solid #eceae9;
  border-radius: 3px;
  box-shadow: #eceae9 1px 1px 4px -2px inset;
  color: #424242;
  display: block;
  padding: 0.5em 1em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  width: 100%;
}

input:hover {
  border-color: rgba(2, 70, 64, 0.5);
  background-color: #fff;
}

input:focus {
  background-color: #fff;
  border-color: #03786D;
  box-shadow: #eceae9 0 0 4px;
  outline: 0;
}

/*
 * FILE: _syntax-highlight.scss
======================================================================== */
pre .hll {
  background-color: #ffffcc;
}

pre .c {
  color: #666666;
  font-style: italic;
}

pre .err {
  color: #FF0000;
  background-color: #FFAAAA;
}

pre .k {
  color: #228899;
  font-weight: bold;
}

pre .o {
  color: #333333;
}

pre .cm {
  color: #666666;
  font-style: italic;
}

pre .cp {
  color: #557799;
}

pre .c1 {
  color: #666666;
  font-style: italic;
}

pre .cs {
  color: #cc0000;
  font-weight: bold;
  font-style: italic;
}

pre .gd {
  color: #A00000;
}

pre .ge {
  font-style: italic;
}

pre .gr {
  color: #FF0000;
}

pre .gh {
  color: #000080;
  font-weight: bold;
}

pre .gi {
  color: #00A000;
}

pre .go {
  color: #888888;
}

pre .gp {
  color: #c65d09;
  font-weight: bold;
}

pre .gs {
  font-weight: bold;
}

pre .gu {
  color: #800080;
  font-weight: bold;
}

pre .gt {
  color: #0044DD;
}

pre .kc {
  color: #228899;
  font-weight: bold;
}

pre .kd {
  color: #228899;
  font-weight: bold;
}

pre .kn {
  color: #228899;
  font-weight: bold;
}

pre .kp {
  color: #0088ff;
  font-weight: bold;
}

pre .kr {
  color: #228899;
  font-weight: bold;
}

pre .kt {
  color: #6666ff;
  font-weight: bold;
}

pre .m {
  color: #6600EE;
  font-weight: bold;
}

pre .na {
  color: #000077;
}

pre .nb {
  color: #007722;
}

pre .nc {
  color: #ee99ee;
  font-weight: bold;
}

pre .no {
  color: #41AA9E;
  font-weight: bold;
}

pre .nd {
  color: #555555;
  font-weight: bold;
}

pre .ni {
  color: #880000;
}

pre .ne {
  color: #FF0000;
  font-weight: bold;
}

pre .nf {
  color: #3E37DA;
  font-weight: bold;
}

pre .nl {
  color: #997700;
  font-weight: bold;
}

pre .nn {
  color: #0e84b5;
  font-weight: bold;
}

pre .nt {
  color: #007700;
}

pre .nv {
  color: #003366;
}

pre .ow {
  color: #000000;
  font-weight: bold;
}

pre .w {
  color: #bbbbbb;
}

pre .mf {
  color: #6600EE;
  font-weight: bold;
}

pre .mh {
  color: #005588;
  font-weight: bold;
}

pre .mi {
  color: #6666ff;
  font-weight: bold;
}

pre .mo {
  color: #4400EE;
  font-weight: bold;
}

pre .sb {
  background-color: #F5F5FF;
}

pre .sc {
  color: #8888FF;
}

pre .sd {
  color: #DD4422;
}

pre .s2 {
  background-color: rgba(211, 211, 211, 0.2);
}

pre .se {
  color: #666666;
  font-weight: bold;
  background-color: #F5F5FF;
}

pre .sh {
  background-color: #F5F5FF;
}

pre .si {
  background-color: #eeeeee;
}

pre .sx {
  color: #ff8888;
  background-color: #F5F5FF;
}

pre .sr {
  color: #000000;
  background-color: #F5F5FF;
}

pre .s1 {
  background-color: rgba(211, 211, 211, 0.2);
}

pre .ss {
  color: #D60F3F;
}

pre .bp {
  color: #007722;
}

pre .vc {
  color: #ccccff;
}

pre .vg {
  color: #ff8844;
}

pre .vi {
  color: #aaaaff;
}

pre .il {
  color: #6666ff;
  font-weight: bold;
}

/*
 * FILE: _3rdparty.scss
======================================================================== */
#docs-search table {
  border: 0;
  margin: 0;
}
#docs-search td {
  padding: 0;
}
#docs-search .gsc-control-cse div {
  text-align: left;
}
#docs-search .gsc-control-cse {
  background: transparent;
  border: 0;
  font-family: "Source Sans Pro", sans-serif;
  text-align: left;
}
#docs-search .cse .gsc-control-cse,
#docs-search .gsc-control-cse {
  padding: 0;
  text-align: left;
}
#docs-search .cse form.gsc-search-box,
#docs-search form.gsc-search-box {
  padding: 0;
  margin-bottom: 0;
}
#docs-search .gsc-selected-option-container {
  min-width: 63px;
}
#docs-search .gsc-orderby {
  text-align: right !important;
}
#docs-search .gs-per-result-labels {
  padding-top: 6px;
}
#docs-search .gs-per-result-labels span {
  color: #333333;
  padding-right: 4px;
}
#docs-search .gs-result a {
  padding: 0;
}
#docs-search .gsc-table-cell-snippet-close {
  padding-left: 10px !important;
}
#docs-search input.gsc-search-button {
  border: 0;
  box-shadow: none;
  background: #00a79d;
  text-transform: uppercase;
}
@media (min-width: 43.75em) {
  #docs-search input.gsc-search-button {
    background: #243640;
  }
}
#docs-search input.gsc-search-button:hover {
  background: #008d85;
}
@media (min-width: 43.75em) {
  #docs-search input.gsc-search-button:hover {
    background: #1b2830;
  }
}
#docs-search td.gsc-search-button {
  width: 4em;
}
#docs-search td.gsc-clear-button {
  position: absolute;
  right: 6em;
  top: 0.6em;
}
#docs-search input.gsc-input {
  background-image: none !important;
}

/*
 * FILE: _header.scss
======================================================================== */
@media (min-width: 43.75em) {
  .header-layout {
    left: 0;
    padding-left: 1.875em;
    padding-right: 1.875em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
  }
}

/*doc
---
title: Header Bar
name: header_bar
category: basics
---
Add <code>.header-layout</code> to header tag to get fixed positioning.

```html_example
<header class="header">
  <h1 class="logo">
    Pivotal CF Documentation
  </h1>
  <div class="header-links js-bar-links">
    <div class="btn-menu" data-behavior="MenuMobile"></div>
    <div class="header-item">
      <a href="/">Docs Home</a>
    </div>
    <div class="header-item">
      <a href="<%=vars.support_url%>" target="_blank">Support</a>
    </div>
    <div class="header-item searchbar js-searchbar">
      <a class="search-icon" data-behavior="Search"></a>
      <div class="search-input">
      </div>
    </div>
  </div>
</header>
```
*/
.header {
  background: #243640;
  border-bottom: 3px solid #00a79d;
  color: #fefefe;
  min-height: 2.375em;
  padding: 0.3125em 1em 0.3125em 1em;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}

.header a {
  color: #fff;
  display: inline-block;
}

.header img {
  height: 1;
  margin-right: 0.5em;
  width: 25px;
  vertical-align: top;
}

.logo {
  float: left;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 0;
}

.logo a {
  border: 0;
}

@media (min-width: 43.75em) {
  .header-links {
    float: right;
    text-align: right;
    width: 50%;
  }
}

.btn-menu {
  float: right;
  position: relative;
  right: -1em;
  padding: 0 1em;
}
.btn-menu:before {
  padding-right: 0.4em;
  padding-top: 0.4em;
}
.btn-menu:hover {
  cursor: pointer;
}
@media (min-width: 43.75em) {
  .btn-menu {
    display: none;
  }
}

.menu-active .btn-menu {
  margin-bottom: 0.5em;
}
.menu-active .btn-menu:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0.4em 0.7em;
  -moz-transform-origin: 0.4em 0.7em;
  -ms-transform-origin: 0.4em 0.7em;
  -o-transform-origin: 0.4em 0.7em;
  transform-origin: 0.4em 0.7em;
}

.header-item {
  clear: both;
  display: none;
  -webkit-transition: opacity;
  -moz-transition: opacity;
  transition: opacity;
  line-height: 1;
}
@media (min-width: 43.75em) {
  .header-item {
    clear: none;
    display: inline-block;
    padding-top: 0.55em;
  }
}

@media (max-width: 43.75em) {
  .menu-active .header-item {
    display: block;
  }
}

@media (min-width: 43.75em) {
  .header-item:after {
    content: "|";
  }
}

@media (min-width: 43.75em) {
  .header-item:last-child:after {
    content: "";
  }
}

/*doc
---
title: Link Header
name: link header
category: basics
---
```html_example
<div style="background: black">
  <div class="header-item">
    <a href="#">Link</a>
  </div>
  <div class="header-item">
    <a href="#">Link</a>
  </div>
  <div class="header-item">
    <a href="#">Link</a>
  </div>
</div>
```
*/
.header-item a {
  border-bottom-color: #686868;
  border-style: dotted;
  border-width: 0 0 1px;
  color: #fff;
  display: block;
  padding: 0.5em 0;
}
@media (min-width: 43.75em) {
  .header-item a {
    display: inline;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0;
  }
}

@media (min-width: 43.75em) {
  .header-item a:hover {
    background-color: transparent;
    border-bottom: 0;
  }
}

.header-home {
  border-top: 5px solid #00a79d;
  background: #243640;
  color: #fff;
  padding: 0 1.5em 4em 1.5em;
  text-align: center;
  margin-bottom: 3em;
}

.home-links {
  padding-top: .5rem;
  margin-bottom: 3em;
  text-align: left;
}
@media (min-width: 43.75em) {
  .home-links {
    text-align: right;
    margin-bottom: 0;
  }
}

.searchbar {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #eee;
  margin-bottom: 1em;
  margin-top: 1.3em;
  padding-top: 0;
}
@media (min-width: 43.75em) {
  .searchbar {
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
}

.searchbar:hover {
  cursor: pointer;
}

.searchbar a {
  margin: 0;
  padding: 0.55em 1em;
}

.searchbar a,
.searchbar a:hover {
  border-bottom: 0;
}

@media (min-width: 43.75em) {
  .searchbar:hover,
  .active.searchbar {
    background-color: #00a79d;
    color: #fff;
  }
}

.search-input-inner {
  position: relative;
}

.search-icon:before {
  color: #c7c7c7;
}

.header-item .search-icon {
  display: none;
}
@media (min-width: 43.75em) {
  .header-item .search-icon {
    display: block;
  }
}

.search-input {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
}
@media (min-width: 43.75em) {
  .search-input {
    background-color: #00a79d;
    color: #fff;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 100%;
    width: 30em;
  }
}

.active .search-input {
  display: block;
}

@media (max-width: 43.75em) {
  .menu-active .search-input {
    display: block;
  }
}

#search-dropdown-box {
  display: none;
}

/*doc
---
title: Version Menu
name: version menu
category: basics
---
```html_example
<div class="header-dropdown">
  <a class="subnav-link" href="#">
    v1.2.0.0
  </a>
  <div class="header-dropdown-content">
    <ul>
      <li><a href="">v1.2.0.0</a></li>
    </ul>
  </div>
</div>
```
*/
.header-dropdown {
  border-radius: 0.5em;
  float: left;
  font-size: 0.9em;
  line-height: 1.5625rem;
  margin-left: 0.5em;
  position: relative;
}

.header-dropdown:hover .header-dropdown-content {
  display: block;
}

.header-dropdown-link {
  border: 0;
  display: block;
  line-height: 1.4;
  padding: 0 0.5em;
}

.header-dropdown-link:after {
  color: #4b6475;
  content: "";
  font-size: 0.8em;
  padding-left: 0.2em;
}

.header-dropdown:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.header-dropdown-content {
  background: #fdfdfd;
  box-shadow: 2px 1px 5px rgba(153, 153, 153, 0.2);
  border: 1px solid #eceae9;
  display: none;
  left: -0.875rem;
  min-width: 6.25em;
  padding: 0.5em;
  position: absolute;
  top: 100%;
  z-index: 11;
}

.header-dropdown-content a {
  border: 0;
  color: #424242;
  display: block;
  padding-left: 0.9em;
}
.header-dropdown-content a:hover {
  background-color: #00a79d;
  color: #fff;
}

.header-dropdown-content ol,
.header-dropdown-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-dropdown-content li {
  display: block;
  margin: 0;
}

/*
 * FILE: _footer.scss
======================================================================== */
.site-footer-links {
  clear: both;
  padding: 1em 30px 4em 30px;
}
.site-footer-links a {
  color: #424242;
}

@media (min-width: 43.75em) {
  .copyright {
    float: left;
  }
}

@media (min-width: 43.75em) {
  .support {
    float: right;
  }
}

/*
 * FILE: _sidenav.scss
======================================================================== */
/*doc
---
title: Nav - Side Nav Default
name: nav-side_nav_default
category: basics
---
```html_example
<a class="sidenav-title" data-behavior="SubMenuMobile">
  Doc Index
</a>
<div class="nav-content">
  <ul class="menu">
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Title 1
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Title 2
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Item 3
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <div class="menu-subtitle">
          Side Nav Subtitle
        </div>
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
        <div class="menu-subtitle">
          Side Nav Subtitle
        </div>
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
  </ul>
</div>
```
*/
.sidenav-title {
  border: 0;
  color: #424242;
  display: block;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 43.75em) {
  .sidenav-title {
    display: none;
  }
}

.sidenav-title:after {
  content: "";
  padding-left: 1.5em;
}

.sidenav-title:hover,
.active .sidenav-title {
  background-color: #00a79d;
  color: #fff;
  cursor: pointer;
}

.active .sidenav-title:after {
  content: "";
}

.nav-container {
  background: #f8f8f8;
}
@media (min-width: 43.75em) {
  .nav-container {
    padding: 1.9em 0 1.9em 1em;
  }
}

.nav-content {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  padding-left: 1em;
}
@media (min-width: 43.75em) {
  .nav-content {
    height: auto;
    display: block;
    opacity: 1;
    padding-left: 0;
  }
}
@media (min-width: 56.25em) {
  .nav-content {
    padding-left: 0.875em;
  }
}

.active .nav-content {
  border-top: 1px solid #ededed;
  height: auto;
  opacity: 1;
  padding-bottom: 1.9em;
  padding-top: 1em;
}

.nav-content ul,
.nav-content ol {
  clear: both;
  display: block;
  margin: 0.5em 0;
  padding: 0;
}

.nav-content li {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.nav-content a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: transparent;
  color: #686868;
  font-size: 0.9rem;
  display: block;
  float: left;
  padding: .75em 30px .75em 1em;
  text-decoration: none;
  width: 100%;
}

.nav-content a:hover,
.nav-content a:focus,
.nav-content a:active {
  border-color: #EEE;
  background-color: #fff;
  color: #424242;
}

.nav-content .active,
.nav-content .active:hover {
  background-color: #fff;
  color: #00a79d;
  border-color: #EEE;
  border-width: 1px 0 3px 1px;
  border-style: solid;
  border-bottom-color: #eceae9;
}

.menu-subtitle {
  font-weight: 600;
  font-size: 0.9rem;
  font-style: italic;
  padding-right: 25px;
  padding-top: 2em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.menu-title {
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  border-top: 2px solid rgba(0, 167, 157, 0.3);
  margin-top: 2em;
  padding-right: 1em;
  padding-top: 1em;
  text-transform: uppercase;
}

.menu-item:first-child .menu-title {
  border-top-width: 0;
  margin-top: 0;
  padding-top: 0;
}

.nav-content .menu {
  margin-top: 0;
}

.js-sidenav select {
  display: none;
}

/*doc

---
title: Nav - Side Nav Collapsible
name: nav-side_nav_collapsible
category: basics
---

Add <code>.nav-container</code> to get fixed positioning.

```html_example
<div id="sub-nav" class="js-sidenav collapsible" role="navigation" data-behavior="Collapsible">
<a class="sidenav-title" data-behavior="SubMenuMobile">
  Doc Index
</a>
<div class="nav-content">
  <ul class="menu">
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Title 1
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Title 2
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
    <li class="menu-item js-menu-item">
      <div class="menu-title js-menu-title">
        Side Nav Item 3
      </div>
      <div class="menu-content js-menu-content" aria-hidden="true">
        <div class="menu-subtitle">
          Side Nav Subtitle
        </div>
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
        <div class="menu-subtitle">
          Side Nav Subtitle
        </div>
        <ul>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
          <li class="menu-link">
            <a href="#">
              Item
            </a>
          </li>
        </ul>
      </div>
    </li>
  </ul>
</div>
</div>
```
*/
.collapsible .menu-content {
  display: none;
  margin-left: 1em;
}

.collapsible .menu-title:hover,
.collapsible .is-clicked {
  background: #fefefe;
}

.collapsible .menu-title,
.collapsible .menu-subtitle {
  padding-left: 1rem;
}

.collapsible .menu-item:first-child .menu-title {
  padding-top: 0.5em;
}

.collapsible .menu-title {
  border-top: 1px solid #eceae9;
  display: block;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-top: 0;
  text-transform: inherit;
}

.collapsible .menu-title:hover {
  cursor: pointer;
}

.collapsible .menu-title:after {
  content: "";
  color: #b5b5b5;
  float: right;
  font-size: 1.4em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.collapsible .is-clicked .menu-title:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.collapsible .is-clicked .menu-content {
  background: #fefefe;
}

/*doc
---
title: Nav - Side Nav Deep
name: nav-side_nav_deep
category: basics
---

Add <code>.nav-container</code> to get fixed positioning.

```html_example
<div id="sub-nav" class="deep-nav js-deep-nav js-sidenav">
<a class="sidenav-title" data-behavior="SubMenuMobile">
  Doc Index
</a>
<div class="nav-content">
  <ul class="menu">
    <li><span class="topic"><a href="common/topics/pivotal-copyright.html">Copyright</a></span></li>
    <li><span class="topic"><a href="common/topics/pivotal-contact.html">Contacting Pivotal</a></span></li>
    <li><span class="topic"><a href="about_users_guide.html">About the Pivotal GemFire XD User's Guide</a></span></li>
    <li>
      <span class="hasSubMenuClosed" data-behavior="HasSubMenu"><a href="getting_started/topics/system_requirements.html">Supported Configurations and System Requirements</a></span>
      <ul>
        <li><span class="topic"><a href="getting_started/topics/pulse-requirements.html">GemFire XD Pulse System Requirements</a></span></li>
      </ul>
    </li>
    <li>
      <span class="hasSubMenuClosed" data-behavior="HasSubMenu"><a href="getting_started/topics/system_requirements.html">Supported Configurations and System Requirements</a></span>
      <ul>
        <li>
        <span class="topic"><a href="getting_started/topics/pulse-requirements.html">GemFire XD Pulse System Requirements</a></span>
        <ul>
          <li>
            <span class="hasSubMenuClosed"><a href="getting_started/topics/system_requirements.html">Supported Configurations and System Requirements</a></span>
            <ul>
              <li><span class="topic"><a href="getting_started/topics/pulse-requirements.html">GemFire XD Pulse System Requirements</a></span></li>
            </ul>
          </li>
        </ul>
        </li>
      </ul>
    </li>
  </ul>
</div>
</div>
```
*/
.deep-nav .hasSubMenuClosed {
  display: block;
  overflow: hidden;
}

.deep-nav li li {
  padding-left: 1em;
}

.deep-nav .hasSubMenuClosed:before {
  float: left;
  width: 1rem;
  margin-top: 1em;
}

.deep-nav .hasSubMenuOpened:hover,
.deep-nav .hasSubMenuClosed:hover {
  cursor: pointer;
}

.deep-nav .hasSubMenuClosed a,
.deep-nav .hasSubMenuClosed > .active {
  margin-left: 1em;
  float: none;
  width: inherit;
}

.deep-nav a {
  overflow-wrap: break-word;
  word-break: break-word;
}

.container {
  background: #fff;
  clear: both;
  margin: 0 auto;
  max-width: 1024px;
}

.content-layout {
  padding: 2em 1.5em 2em 1.5em;
}
@media (min-width: 43.75em) {
  .content-layout {
    padding-top: 4.2em;
  }
}

.has-subnav .container {
  max-width: auto;
}
@media (min-width: 43.75em) {
  .has-subnav .container {
    margin-left: 17.375em;
  }
}
@media (min-width: 56.25em) {
  .has-subnav .container {
    margin-left: 22.9375em;
  }
}

@media (min-width: 43.75em) {
  .has-subnav .content-layout {
    max-width: 45em;
    padding: 4.2em 2em 2em;
  }
}

@media (min-width: 43.75em) {
  .nav-container {
    position: fixed;
    z-index: 10;
    top: 38px;
    left: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 17.375em;
  }
}
@media (min-width: 56.25em) {
  .nav-container {
    width: 22.9375em;
  }
}

.has-sidenav table {
  border-color: #eceae9;
  border: 1px solid #eceae9;
}

.has-sidenav th {
  background-color: rgba(3, 120, 109, 0.05);
}

.has-sidenav table tr:nth-child(2n+1) {
  background: none;
}

.has-sidenav .content tr:nth-child(2n+1) {
  background-color: #f8f8f8;
}

.span3 {
  display: block;
}
@media (min-width: 43.75em) {
  .span3 {
    float: left;
    margin-right: 2%;
    width: 48%;
  }
}
@media (min-width: 56.25em) {
  .span3 {
    width: 32%;
  }
}

@media (min-width: 43.75em) and (max-width: 56.25em) {
  .span3:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 43.75em) and (max-width: 56.25em) {
  .span3:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 56.25em) {
  .span3:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 56.25em) {
  .span3:nth-child(3n) {
    margin-right: 0;
  }
}

.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: none;
  margin: 0;
}
.breadcrumbs li:first-child {
  display: block;
}

.index .content {
  padding-bottom: 0;
  padding-top: 0;
}

.panel-wrapper {
  border: 2px solid #edefef;
  border-radius: 10px;
  margin: 3em 0 0;
  padding: 0 1.25rem;
}

.panels {
  display: block;
  padding: 0;
}
.panels:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 43.75em) {
  .panels {
    margin-top: 1.5em;
  }
}

.panel .title-deemph {
  display: block;
}

/*doc
---
title: Panel
name: panel
category: basics
---
```html_example
<li class="panel">
  <a href="#">
    <div class="prodname">
      <span class="title-deemph">Pivotal</span> <span class="title-emph">Product</span><span class='tmr'>&trade;</span> for <span class="title-emph">Pivotal CF</span><span class='tmr'>&trade;</span>
    </div>
  </a>
</li>
```
*/
.panel {
  display: block;
  margin-bottom: 2em;
  position: relative;
}

.panel img {
  display: block;
  margin: 0 auto;
  height: 4rem;
}

.panel a {
  color: #424242;
  padding: 1em;
  display: block;
  overflow: hidden;
  padding-top: 1.5em;
  min-height: 7rem;
  border-radius: 6px;
  border-width: 2px;
  border-style: solid;
  border-color: #F3F3F3;
  border-bottom-color: #E0E0E0;
  text-align: center;
}
.panel a[href^="http"]:after {
  display: none;
}

.content .panel a:hover {
  background: #f8f8f8;
  border-bottom-color: #dee3e3;
}
.content .panel a:hover .action {
  color: #424242;
}

.prodname {
  line-height: 1.1;
}

.action {
  color: #9c9c9c;
  margin-top: 0.8em;
}

.version {
  color: #9c9c9c;
  font-style: italic;
  margin-top: 0.5em;
  display: none;
}

.title-panel {
  margin-top: 1.5rem;
}

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

/*doc
---
title: Title Flashy
name: title_flashy
category: basics
---
```html_example
<h1 class="title-flashy">
  <span class="title-deemph">Pivotal</span> Documentation
</h1>
```
*/
.title-flashy {
  display: inline-block;
  font-weight: 600;
  text-align: left;
  margin-left: 1rem;
}
.title-flashy img {
  height: 3.8125rem;
  vertical-align: middle;
  padding-right: .5rem;
  float: left;
}
@media (min-width: 43.75em) {
  .title-flashy img {
    height: 2.8125rem;
    float: none;
  }
}
@media (min-width: 43.75em) {
  .title-flashy {
    font-size: 2.441em;
    margin-left: 0;
    padding-left: 1.8em;
    padding-top: 2rem;
    text-align: center;
  }
}

/*doc
---
title: Title Intro
name: title_intro
category: basics
---
```html_example
<h2 class="title-intro">
  Everything you need to know about Pivotal Software.
</h2>
```
*/
.title-intro {
  margin: 0 auto 0.5em;
  max-width: 30em;
  text-align: center;
}
@media (min-width: 43.75em) {
  .title-intro {
    font-size: 1.563em;
  }
}

/*doc
---
title: Title Details
name: title_details
category: basics
---
```html_example
<h3 class="title-details">
  Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</h3>
```
*/
.title-details {
  margin: 0 auto;
  max-width: 30em;
  padding-bottom: 2em;
  text-align: center;
}
@media (min-width: 43.75em) {
  .title-details {
    font-size: 1.25em;
  }
}

/*doc
---
title: Title Container
name: title_container
category: basics
---
```html_example
<h1 class="title-container">
  Lorem Ipsum Dolor
</h1>
```
*/
.title-container {
  line-height: 1.1;
  margin-top: 0;
}
@media (min-width: 43.75em) {
  .title-container {
    font-size: 2.441em;
  }
}

/*doc
---
title: Title Modifiers
name: title_modifiers
category: basics
---
```html_example
<div class="prodname">
  <span class="title-deemph">Pivotal</span> <span class="title-emph">CF</span>
</div>
```
*/
/*doc
---
title: Nav - Quick Links
name: nav-quick_links
category: basics
---
```html_example
<div class="quick-links">
  <ul>
  <li><a href="#">quick link</a></li>
  <li><a href="#">quick link</a></li>
  <li><a href="#">quick link</a></li>
  </ul>
</div>
```
*/
.quick-links {
  background-color: #fdfdfd;
  border-radius: 3px;
  border: 1px solid #eceae9;
  display: inline-block;
  padding: 1em 1.5em;
}

.quick-links ol,
.quick-links ul,
.quick-links li {
  margin: 0;
}

.quick-links > ul {
  list-style-type: lower-roman;
}

.quick-links > ul:before {
  content: "On this page:";
  display: block;
  font-style: italic;
  padding-bottom: 0.25em;
}

.quick-links ul ul {
  padding-left: 1.8em;
}

/*doc
---
title: Link External
name: link_external
category: basics
---
```html_example
<a class="external-link" href="#">Link</a>
```
*/
.content a[href^="http"]:after,
.external-link:after {
  content: "";
  font-size: 0.75em;
  padding-left: 0.5em;
}

.content a:hover,
.content a:focus,
.content a:active,
.link:hover,
.link:focus,
.link:active {
  background-color: rgba(0, 167, 157, 0.08);
  border-bottom-style: solid;
}

/*doc
---
title: Content Helper - Intro
name: content_helper-intro
category: basics
---
```html_example
<p class="intro">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus totam libero facilis voluptatem aliquam incidunt ipsa officiis, dicta nihil expedita, molestiae delectus impedit hic quidem deserunt laudantium, sint debitis tenetur.</p>
```
*/
.intro {
  font-weight: 300;
}

/*doc
---
title: Content Helper - Note
name: content_helper-note
category: basics
---
```html_example
<p class="note">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus totam libero facilis voluptatem aliquam incidunt ipsa officiis, dicta nihil expedita, molestiae delectus impedit hic quidem deserunt laudantium, sint debitis tenetur.</p>
```
*/
.note {
  background: #ffffed;
  border-color: #ebebd3;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin: 1em 0;
  padding: 0.7em 1em 0.7em 2.3em;
  position: relative;
}
.note:before {
  color: #b9b781;
  font-size: 1.5em;
  left: 0.6em;
  position: absolute;
  top: 0.45em;
}

/*doc
---
title: Content Helper - New User Tip
name: content_helper-tip
category: basics
---
```html_example
<p class="tip">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Necessitatibus totam libero facilis voluptatem aliquam incidunt ipsa officiis, dicta nihil expedita, molestiae delectus impedit hic quidem deserunt laudantium, sint debitis tenetur.</p>
```
*/
.tip {
  background: #ffffff;
  border-color: #a7cae1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin: 1em 0;
  padding: 1.7em 2em;
  position: relative;
  text-align: left;
}
.tip:before {
  color: #7C7C7C;
  font-size: 1.953em;
  left: 0.5em;
  position: absolute;
  top: 0.8em;
}

/*doc
---
title: Content Helper - Centering
name: content_helper-centering
category: basics
---

Use this div to center table cells.

```html_example
<table border="1" class="nice">
<tr>
	  <th><div class="centered"><strong>CLI</strong></div></th>
	  <th colspan='3'><div class="centered"><strong>Developer Console</strong></div></th>
</tr>
<tr>
  <td>lorem ipsum</td>
  <td>dolor sit amet</td>
</tr>
</table>
```

*/
.centered {
  margin: 0 auto;
  vertical-align: middle;
  width: 50%;
}

/*doc
---
title: Content Helper - List Steps
name: content_helper-list_steps
category: basics
---

```html_example
<ol class="list-steps">
  <li>Item 1</li>
  <li>Item 2</li>
  <li>Item 3</li>
  <li>Item 4</li>
</ol>
```
*/
.list-steps {
  counter-reset: list-steps;
  list-style: none;
  margin-left: 1.55em;
  padding: 0;
}

.list-steps > li {
  clear: both;
  min-height: 5.2em;
  padding: 0.75em 0 1.5em 3em;
  border-left: 1px dotted #ccc;
  position: relative;
  margin: 0;
}

.list-steps > li:last-child {
  border: 0;
}

.list-steps > li:before {
  background: #fff;
  border: 2px solid #eceae9;
  border-radius: 100%;
  color: #b5b5b5;
  font-weight: 600;
  content: counter(list-steps);
  counter-increment: list-steps;
  float: left;
  font-size: 1.2em;
  margin-right: 0.3em;
  height: 3rem;
  left: -1.3em;
  line-height: 3rem;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 3rem;
}

/*doc
---
title: Content Helper - Outline list
name: content_helper-outline_list
category: basics
---

```html_example
<ol class="list">
  <li>Item 1
    <ol>
      <li>Item 1
        <ol>
          <li>Item 1</li>
          <li>Item 2</li>
          <li>Item 3</li>
          <li>Item 4</li>
        </ol>
      </li>
      <li>Item 2</li>
      <li>Item 3</li>
      <li>Item 4</li>
    </ol>
  </li>
  <li>Item 2</li>
  <li>Item 3</li>
  <li>Item 4</li>
</ol>
```
*/
.list > li > ol,
.content ol > li > ol {
  list-style-type: lower-alpha;
}

.list > li > ol > li > ol,
.content ol > li > ol > li > ol {
  list-style-type: lower-roman;
}

.pivotalcf .logo {
  background-image: url(../images/icon_cf_green@2x.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1.5625rem auto;
  padding-left: 2.2em;
}

.pivotalcf_index .title-container {
  background-image: url(../images/icon_cf_green@2x.png);
  background-repeat: no-repeat;
  background-size: 2.8125rem auto;
  padding-left: 1.5em;
  background-position: left center;
  display: inline-block;
}

/*doc
---
title: Code Example - Terminal
name: code_example-terminal
category: basics
---
```html_example
<pre class="terminal">$ keytool -import -alias ops-metrics-ssl -file ops-metrics.cer -keystore localhost.truststore</pre>
```
*/
.terminal {
  background-color: #3a3a3a;
  border: 0;
  color: #fefefe;
}

.to-top {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.to-top a {
  border: 0;
  bottom: 4em;
  position: fixed;
  right: 4em;
}
.to-top a:hover {
  background: none;
}
.to-top a:before {
  background: #00a79d;
  box-shadow: 0 0 9px rgba(153, 153, 153, 0.8);
  color: #fff;
  line-height: 2.5em;
  height: 2.5em;
  text-align: center;
  width: 2.5em;
}
.to-top.sticky {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 43.75em) {
  .to-top {
    display: none;
  }
}

.index .to-top {
  display: none;
}

.hidden {
  display: none !important;
}

