@charset "UTF-8";
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                          http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  #testNowHeader,
  #loggedInMenu,
  #logged_in_menu,
  .breadcrumb,
  .bottom-links,
  #myAccountMenu,
  #bcrumb_wrapper,
  .trustedsite-floating-element,
  #loggedInMenu,
  #footer,
  #testNowHeader {
    display: none; }
  #wrapper #page {
    font-size: 90%;
    margin-left: 0; }
  #page {
    margin: 0; } }

/*!
 *  Font Awesome 4.7.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/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -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; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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 {
  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-remove:before,
.fa-close:before,
.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 {
  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 {
  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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: ""; }

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

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

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

.fa-feed:before,
.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 {
  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 {
  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 {
  content: ""; }

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

.fa-angle-down: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,
.fa-gratipay: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-pp: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-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.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: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Lato';
  src: url("../../fonts/lato/Lato-Bold.eot");
  src: local("Lato Bold"), local("Lato-Bold"), url("../../fonts/lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato/Lato-Bold.woff2") format("woff2"), url("../../fonts/lato/Lato-Bold.woff") format("woff"), url("../../fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("../../fonts/lato/Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"), url("../../fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/lato/Lato-Regular.woff2") format("woff2"), url("../../fonts/lato/Lato-Regular.woff") format("woff"), url("../../fonts/lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../../../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Regular.svg#Roboto") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Regular";
  src: url("../../../fonts/roboto/Roboto-Regular.eot");
  src: local("Roboto Regular"), local("Roboto-Regular"), url("../../../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Regular.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../../../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Light.woff") format("woff"), url("../../../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Light.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light";
  src: url("../../../fonts/roboto/Roboto-Light.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../../../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Light.woff") format("woff"), url("../../../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Light.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../../../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../../../fonts/roboto/Roboto-Thin.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Thin.svg#Roboto") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Thin";
  src: url("../../../fonts/roboto/Roboto-Thin.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../../../fonts/roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../../../fonts/roboto/Roboto-Thin.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Thin.svg#Roboto") format("svg"); }

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Bold.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Bold";
  src: url("../../../fonts/roboto/Roboto-Bold.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../../../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../../../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../../../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Bold.svg#Roboto") format("svg"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 200;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-ExtraLight.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLight.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLight.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLight.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 200;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-ExtraLightIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLightIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLightIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-ExtraLightIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Light.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Light.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Light.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Light.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-LightIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-LightIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-LightIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-LightIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-LightIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Regular.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Regular.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Regular.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Regular.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-It.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-It.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-It.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-It.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-It.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Medium.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Medium.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Medium.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Medium.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-MediumIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-MediumIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-MediumIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-MediumIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-MediumIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Semibold.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Semibold.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Semibold.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Semibold.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-SemiboldIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-SemiboldIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-SemiboldIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-SemiboldIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-SemiboldIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Bold.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Bold.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Bold.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Bold.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-BoldIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-BoldIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-BoldIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-BoldIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-BoldIt.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-Black.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-Black.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-Black.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-Black.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
  src: url("../../fonts/source-code-pro/SourceCodePro-BlackIt.eot") format("embedded-opentype"), url("../../fonts/source-code-pro/SourceCodePro-BlackIt.ttf.woff2") format("woff2"), url("../../fonts/source-code-pro/SourceCodePro-BlackIt.otf.woff") format("woff"), url("../../fonts/source-code-pro/SourceCodePro-BlackIt.otf") format("opentype"), url("../../fonts/source-code-pro/SourceCodePro-BlackIt.ttf") format("truetype"); }

body, html {
  font-family: Calibri, Arial, sans-serif;
  font-size: 1.1em; }

div {
  -webkit-font-smoothing: antialiased; }

p {
  line-height: 1.5; }

code pre, pre code {
  font-family: 'Source Code Pro', 'courier new', sans-serif;
  word-wrap: break-word; }

a {
  color: #243659; }

a.anchor {
  padding-top: 60px;
  margin-top: -60px; }

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

a.underline {
  text-decoration: underline; }

h1 {
  /* text-transform: uppercase; */
  color: #666666;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  color: #888888;
  font-weight: 400; }

.capitalize {
  text-transform: capitalize !important; }

.text-danger .icon {
  fill: #EF3706;
  margin-top: -4px;
  width: 18px; }

.text-warning .icon {
  fill: #FF8C00;
  margin-top: -4px;
  width: 18px; }

.text-success .icon {
  fill: #3c763d;
  margin-top: -4px;
  width: 18px; }

.icon {
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  fill: #FFF; }

/**
 * enhance text and icon display
 */
.feature-included {
  color: #333;
  border-left: 3px solid #69B24C;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }
  .feature-included.failing {
    border-left-color: #d50f0f; }
    .feature-included.failing .icon {
      color: #d50f0f;
      fill: #d50f0f;
      width: 18px;
      margin-top: -4px; }
  .feature-included .icon {
    color: #508B39;
    fill: #508B39;
    width: 18px;
    margin-top: -4px; }

/**
 * mutes text
 */
.feature-missing {
  color: #717171;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9; }
  .feature-missing.failing {
    border-left-color: #d50f0f; }
    .feature-missing.failing .icon {
      color: #d50f0f;
      fill: #d50f0f;
      width: 18px;
      margin-top: -4px; }
  .feature-missing .icon {
    color: #aaa;
    fill: #aaa;
    width: 18px;
    margin-top: -4px; }

/**
 * indicate a tagged / related term
 */
.stamp {
  border: 1px solid #DBDBDB;
  background-color: #f5f5f5;
  display: inline;
  padding: 4px;
  color: #777777;
  font-size: 90%;
  margin-right: 4px; }

.dl-horizontal dt, dl-horizontal dd {
  margin-bottom: 5px; }

.alert-danger svg {
  fill: #a94442; }

.alert-warning svg {
  fill: #8a6d3b; }

.alert-info svg {
  fill: #31708f; }

.alert-success svg {
  fill: #3c763d; }

.icon-dark {
  fill: #6D6D6D; }

.breadcrumb {
  padding: 0;
  background-color: transparent;
  text-transform: uppercase;
  margin: 21px 15px 0 0; }

.bookmarkUrl {
  background: #f1f5f7;
  border-radius: 0;
  color: #494949; }
  .bookmarkUrl:hover {
    text-decoration: none;
    color: #494949; }
  .bookmarkUrl .offscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.copy-btn {
  margin-top: -3px;
  padding: 2px 5px 2px 5px;
  margin-left: 1px; }
  .copy-btn:hover {
    background-color: #efefef; }

.sig {
  background: #0c7edd;
  border: 1px solid #0c7edd;
  color: #fff; }

.btn, .btn-lg, .btn-group-lg > .btn {
  border-radius: 0; }

.btn-no-padding {
  padding: 0 0 1px 0; }

.btn-giant {
  padding: 1em 3em;
  text-transform: uppercase;
  border-radius: 4px; }

.btn-yellow {
  background-color: #FFE081;
  color: #333;
  border: 5px #FFC51D solid; }

.btn-white {
  border: 1px solid #FFF;
  color: #FFF; }
  .btn-white:hover, .btn-white:focus {
    border: 1px solid #FFF;
    color: #FFF; }

.btn-link-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #ccc; }
  .btn-link-default:hover, .btn-link-default:focus, .btn-link-default.focus, .btn-link-default:active, .btn-link-default.active,
  .open > .btn-link-default.dropdown-toggle {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-link-default:active, .btn-link-default.active,
  .open > .btn-link-default.dropdown-toggle {
    background-image: none; }
  .btn-link-default.disabled, .btn-link-default.disabled:hover, .btn-link-default.disabled:focus, .btn-link-default.disabled.focus, .btn-link-default.disabled:active, .btn-link-default.disabled.active, .btn-link-default[disabled], .btn-link-default[disabled]:hover, .btn-link-default[disabled]:focus, .btn-link-default[disabled].focus, .btn-link-default[disabled]:active, .btn-link-default[disabled].active,
  fieldset[disabled] .btn-link-default,
  fieldset[disabled] .btn-link-default:hover,
  fieldset[disabled] .btn-link-default:focus,
  fieldset[disabled] .btn-link-default.focus,
  fieldset[disabled] .btn-link-default:active,
  fieldset[disabled] .btn-link-default.active {
    background-color: #FFFFFF;
    border-color: #ccc; }
  .btn-link-default .icon {
    fill: #ccc;
    margin-top: -6px;
    margin-left: 4px; }
  .btn-link-default .badge {
    color: #FFFFFF;
    background-color: #333333; }

.btn-link-success {
  color: #3c763d;
  background-color: #FFFFFF;
  border-color: #4cae4c; }
  .btn-link-success:hover, .btn-link-success:focus, .btn-link-success.focus, .btn-link-success:active, .btn-link-success.active,
  .open > .btn-link-success.dropdown-toggle {
    color: #3c763d;
    background-color: #e6e6e6;
    border-color: #398439; }
  .btn-link-success:active, .btn-link-success.active,
  .open > .btn-link-success.dropdown-toggle {
    background-image: none; }
  .btn-link-success.disabled, .btn-link-success.disabled:hover, .btn-link-success.disabled:focus, .btn-link-success.disabled.focus, .btn-link-success.disabled:active, .btn-link-success.disabled.active, .btn-link-success[disabled], .btn-link-success[disabled]:hover, .btn-link-success[disabled]:focus, .btn-link-success[disabled].focus, .btn-link-success[disabled]:active, .btn-link-success[disabled].active,
  fieldset[disabled] .btn-link-success,
  fieldset[disabled] .btn-link-success:hover,
  fieldset[disabled] .btn-link-success:focus,
  fieldset[disabled] .btn-link-success.focus,
  fieldset[disabled] .btn-link-success:active,
  fieldset[disabled] .btn-link-success.active {
    background-color: #FFFFFF;
    border-color: #4cae4c; }
  .btn-link-success .icon {
    fill: #4cae4c;
    margin-top: -6px;
    margin-left: 4px; }
  .btn-link-success .badge {
    color: #FFFFFF;
    background-color: #3c763d; }

.btn-link-info {
  color: #31708f;
  background-color: #FFFFFF;
  border-color: #46b8da; }
  .btn-link-info:hover, .btn-link-info:focus, .btn-link-info.focus, .btn-link-info:active, .btn-link-info.active,
  .open > .btn-link-info.dropdown-toggle {
    color: #31708f;
    background-color: #e6e6e6;
    border-color: #269abc; }
  .btn-link-info:active, .btn-link-info.active,
  .open > .btn-link-info.dropdown-toggle {
    background-image: none; }
  .btn-link-info.disabled, .btn-link-info.disabled:hover, .btn-link-info.disabled:focus, .btn-link-info.disabled.focus, .btn-link-info.disabled:active, .btn-link-info.disabled.active, .btn-link-info[disabled], .btn-link-info[disabled]:hover, .btn-link-info[disabled]:focus, .btn-link-info[disabled].focus, .btn-link-info[disabled]:active, .btn-link-info[disabled].active,
  fieldset[disabled] .btn-link-info,
  fieldset[disabled] .btn-link-info:hover,
  fieldset[disabled] .btn-link-info:focus,
  fieldset[disabled] .btn-link-info.focus,
  fieldset[disabled] .btn-link-info:active,
  fieldset[disabled] .btn-link-info.active {
    background-color: #FFFFFF;
    border-color: #46b8da; }
  .btn-link-info .icon {
    fill: #46b8da;
    margin-top: -6px;
    margin-left: 4px; }
  .btn-link-info .badge {
    color: #FFFFFF;
    background-color: #31708f; }

.btn-link-warning {
  color: #8a6d3b;
  background-color: #FFFFFF;
  border-color: #eea236; }
  .btn-link-warning:hover, .btn-link-warning:focus, .btn-link-warning.focus, .btn-link-warning:active, .btn-link-warning.active,
  .open > .btn-link-warning.dropdown-toggle {
    color: #8a6d3b;
    background-color: #e6e6e6;
    border-color: #d58512; }
  .btn-link-warning:active, .btn-link-warning.active,
  .open > .btn-link-warning.dropdown-toggle {
    background-image: none; }
  .btn-link-warning.disabled, .btn-link-warning.disabled:hover, .btn-link-warning.disabled:focus, .btn-link-warning.disabled.focus, .btn-link-warning.disabled:active, .btn-link-warning.disabled.active, .btn-link-warning[disabled], .btn-link-warning[disabled]:hover, .btn-link-warning[disabled]:focus, .btn-link-warning[disabled].focus, .btn-link-warning[disabled]:active, .btn-link-warning[disabled].active,
  fieldset[disabled] .btn-link-warning,
  fieldset[disabled] .btn-link-warning:hover,
  fieldset[disabled] .btn-link-warning:focus,
  fieldset[disabled] .btn-link-warning.focus,
  fieldset[disabled] .btn-link-warning:active,
  fieldset[disabled] .btn-link-warning.active {
    background-color: #FFFFFF;
    border-color: #eea236; }
  .btn-link-warning .icon {
    fill: #eea236;
    margin-top: -6px;
    margin-left: 4px; }
  .btn-link-warning .badge {
    color: #FFFFFF;
    background-color: #8a6d3b; }

.btn-link-danger {
  color: #a94442;
  background-color: #FFFFFF;
  border-color: #d43f3a; }
  .btn-link-danger:hover, .btn-link-danger:focus, .btn-link-danger.focus, .btn-link-danger:active, .btn-link-danger.active,
  .open > .btn-link-danger.dropdown-toggle {
    color: #a94442;
    background-color: #e6e6e6;
    border-color: #ac2925; }
  .btn-link-danger:active, .btn-link-danger.active,
  .open > .btn-link-danger.dropdown-toggle {
    background-image: none; }
  .btn-link-danger.disabled, .btn-link-danger.disabled:hover, .btn-link-danger.disabled:focus, .btn-link-danger.disabled.focus, .btn-link-danger.disabled:active, .btn-link-danger.disabled.active, .btn-link-danger[disabled], .btn-link-danger[disabled]:hover, .btn-link-danger[disabled]:focus, .btn-link-danger[disabled].focus, .btn-link-danger[disabled]:active, .btn-link-danger[disabled].active,
  fieldset[disabled] .btn-link-danger,
  fieldset[disabled] .btn-link-danger:hover,
  fieldset[disabled] .btn-link-danger:focus,
  fieldset[disabled] .btn-link-danger.focus,
  fieldset[disabled] .btn-link-danger:active,
  fieldset[disabled] .btn-link-danger.active {
    background-color: #FFFFFF;
    border-color: #d43f3a; }
  .btn-link-danger .icon {
    fill: #d43f3a;
    margin-top: -6px;
    margin-left: 4px; }
  .btn-link-danger .badge {
    color: #FFFFFF;
    background-color: #a94442; }

.btn-light {
  background-color: #FFF;
  border-bottom: 2px solid #CBCDD1;
  color: #333E48; }
  .btn-light:hover, .btn-light:focus, .btn-light.focus {
    color: #333E48;
    background-color: #F3F3F3; }

.btn-dark {
  background-color: #6E6E6E;
  border-bottom: 2px solid #252F37;
  color: #FFF; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    color: #FFF;
    background-color: #838383; }

.btn-outline {
  border: 1px solid #B1B1B1;
  background-color: transparent; }
  .btn-outline .icon {
    fill: #464646; }

.btn-transparent {
  background-color: transparent;
  border-bottom: 0 none; }

.btn-xs .icon {
  width: 10px;
  height: 10px;
  margin-top: -2px; }

.btn-clipboard-link {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #2A648D; }
  .btn-clipboard-link :focus,
  .btn-clipboard-link :hover {
    color: #1b4866;
    text-decoration: underline dotted; }

.tableTruncated td {
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.th-sortable {
  cursor: pointer;
  min-width: 9em; }
  .th-sortable .fa {
    margin-top: 3px;
    min-height: 1.28751em; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

.stripe_cards #card-promote {
  fill: #1D6C0F; }

.stripe_cards .icon {
  fill: #0d3349; }

.stripe_invoices thead > tr > td {
  border-bottom: 2px solid #dddddd; }

#stripehooks-log {
  table-layout: fixed;
  border-collapse: collapse; }
  #stripehooks-log td {
    word-wrap: break-word; }

.actionable {
  cursor: pointer; }
  .actionable :hover {
    background-color: #337ab7;
    color: white; }

.hidden_row {
  display: none; }

.nowrap {
  white-space: nowrap; }

#report-issues table, #results table {
  table-layout: fixed; }

.changelog tr td:nth-child(2) {
  white-space: nowrap; }

.conformance-table thead th:first-of-type {
  width: 45%; }

.conformance-table .sc-title {
  font-weight: bold;
  display: block; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 8px 0 0; }

.cke_chrome {
  height: 20em;
  width: 75% !important; }

fieldset {
  margin-bottom: 1em; }

.bg-gray {
  background: #f4f4f4; }

.toggle-btn {
  zoom: 0.75;
  margin: 0 0.35em;
  vertical-align: sub; }

/**
 *
 *
 * Change the color of all <legend> elements to black
 * because Internet Explorer thinks they should be blue
 *
 */
legend {
  color: #000;
  font-weight: bold;
  margin-bottom: 0; }

/* Basically just the "*" that indicates required fields */
.reqd {
  vertical-align: top;
  color: red;
  font-weight: bold;
  font-size: large;
  margin-left: 4px; }

/* Properties for the warning messages displayed during form validation */
.warn_msg, #warn_box {
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 5px;
  font-weight: bold;
  color: red; }

.warn_img {
  border: 0;
  margin-right: 5px; }

#warn_list {
  list-style-type: square;
  color: #000; }

.error {
  border: 1px solid red; }

.warn {
  color: #a94442;
  font-weight: bold; }

/* Class applied to form elements when an error happens */
.element_error_class {
  border: 1px solid red;
  color: red; }

/* the styling for the side-by-side form elements, i.e. "yes/no" radio buttons */
span.sidexside {
  margin-right: 20px; }

legend a {
  cursor: help; }

.dateSet label, .dateSet select {
  display: inline; }

.dateSet label {
  position: absolute;
  left: -10000px; }

.dateSet {
  margin-bottom: 1em; }

#search label {
  display: inline; }

#content input[type='text'], #content input[type='number'], #content input[type='password'], #content select, #content textarea,
#content .input-lg, #content .form-group-lg .form-control {
  padding: 6px 12px;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  line-height: 1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

#content .form-control.rw-widget {
  height: inherit;
  padding: inherit;
  border: inherit; }

#content select {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  padding-right: 22px;
  background: #fff url("/images/select-box-icon.svg") 100% 50% no-repeat; }

#content input:focus, #content select:focus, #content textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

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

#default-card {
  padding: 0 0 0 7rem; }

textarea.plan-description {
  resize: none;
  overflow: auto;
  height: 88px; }

.boxed-group {
  background: #FFF;
  border: 3px solid #dfdfdf;
  margin-bottom: 42px;
  padding-bottom: 14px; }
  .boxed-group h3, .boxed-group legend {
    background: #f2f2f2;
    font-size: 16px;
    font-weight: bold;
    padding: 14px; }
  .boxed-group h3, .boxed-group fieldset {
    margin: 0px -15px 14px -15px; }
    .boxed-group h3 .form-group, .boxed-group fieldset .form-group {
      margin-left: 14px; }

#content h1 {
  margin-top: 0 !important;
  margin-bottom: 17px;
  font-weight: 300;
  font-size: 200%;
  font-variant: normal;
  text-transform: capitalize; }

#homeGrid {
  display: table;
  margin: 3em auto;
  width: 600px; }

.homeGridRow {
  display: table-row; }
  .homeGridRow div {
    display: table-cell;
    width: 300px;
    height: 250px;
    vertical-align: middle;
    border: 1px solid purple;
    padding: 1em; }
    .homeGridRow div h2 a {
      font-size: 1.2em; }
    .homeGridRow div:focus, .homeGridRow div:hover {
      background-color: #eee; }

#sideNav {
  min-width: 200px;
  width: 15%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 100%;
  font-weight: normal;
  font-size: 1em;
  padding: 5em 0 2em 0;
  background-color: #343233;
  z-index: 0;
  font-family: Calibri, Arial, sans-serif; }
  #sideNav ul {
    padding: 0;
    margin: 0; }
  #sideNav ul li {
    padding: 0; }
    #sideNav ul li.selected {
      background-image: url(../images/icon-menu-arrow-left.svg);
      background-position: center right;
      background-repeat: no-repeat; }
  #sideNav ul li a {
    margin: .25em .5em .5em;
    padding: .35em 1em;
    text-decoration: none;
    display: block;
    border: 1px solid transparent;
    color: #BCBEC0; }
    #sideNav ul li a:hover {
      color: #FFF; }
    #sideNav ul li a:hover, #sideNav ul li a:focus {
      border: 1px dotted #666;
      background: #000;
      color: #FFF; }
    #sideNav ul li a.selected {
      color: #FFF;
      background-color: #242324;
      border-radius: 2px; }

#main {
  padding: 0; }

#pageTitle {
  text-transform: uppercase; }

.bpViewMetadata {
  margin-top: 1em;
  margin-bottom: 1em; }

#headerNav {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #999;
  z-index: 1; }

#headerNav ul {
  list-style-type: none;
  text-align: center;
  margin-top: -12px;
  padding: 0;
  position: relative;
  z-index: 2; }
  #headerNav ul li {
    display: inline;
    text-align: center;
    margin: 0 5px; }
    #headerNav ul li a {
      padding: 1px 7px;
      color: #666;
      background-color: #fff;
      border: 1px solid #ccc;
      text-decoration: none; }
      #headerNav ul li a:hover, #headerNav ul li a:focus {
        color: #000;
        border: 1px solid #666;
        border-top: 2px solid #666;
        border-bottom: 2px solid #666; }
      #headerNav ul li a#current {
        color: #000;
        border: 1px solid #666;
        border-top: 2px solid #666;
        border-bottom: 2px solid #666; }

.accordionButton {
  background: #ddd;
  border-bottom: 1px solid #FFFFFF;
  cursor: pointer;
  padding: .5em .5em .5em 2em; }

.accordionContent {
  background: #222;
  display: none;
  color: #fff;
  padding: 2em; }

.brand {
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Utility, Arial, Tahoma, Verdana, sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-left: .75em; }

footer .icon {
  fill: #73A4D3; }
  footer .icon:hover, footer .icon:focus {
    fill: #BDE3FD; }

footer .footer-fat {
  margin-top: 30px;
  padding: 3em .5em;
  background-color: #243659; }

footer .footer-skinny {
  padding: 1em .5em;
  background-color: #243659; }

footer .support-hours {
  color: #73A4D3; }

footer .support-mail a {
  color: #DDEFFF; }

footer .support-sales a {
  color: #DDEFFF; }

footer .support-online {
  margin-top: 1em; }

footer .support-online a {
  color: #8ECAF7; }

footer .support-number {
  color: #EEF3F7;
  font-size: 230%;
  margin: 0;
  line-height: .95; }
  footer .support-number:hover {
    fill: #EEF3F7;
    text-decoration: none; }

footer h2 {
  font-size: 100%;
  color: #CBE5FC; }

footer li {
  margin: .25em 0; }

footer.bottom-menu-light {
  margin-top: 3em; }
  footer.bottom-menu-light li a {
    color: #243659; }
    footer.bottom-menu-light li a:hover, footer.bottom-menu-light li a:focus {
      color: #2A648D; }

footer li a {
  color: #73A4D3; }
  footer li a:hover, footer li a:focus {
    color: #BDE3FD; }

footer .copyright {
  color: #92ADC3; }

footer .list-inline {
  list-style-type: none; }

footer .list-inline li {
  display: inline; }

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer; }

.button {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 1em;
  padding: 3px;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #ff7d5b;
  display: inline-block;
  /* IE is so silly */
  border: none; }
  .button:hover {
    background: #fe5225;
    cursor: pointer; }

#bread_crumb {
  margin: 1em 0; }
  #bread_crumb ul, #bread_crumb ul li {
    list-style-type: none;
    display: inline; }
  #bread_crumb li {
    margin-right: 1em;
    font-style: oblique;
    color: #666; }
    #bread_crumb li:before {
      content: "> "; }

.hideIt {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.skiplink {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.clear {
  clear: both; }

#skiplink:focus {
  position: absolute;
  left: 0;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
  background-color: #fff;
  border: 2px solid black;
  padding: 3px; }

div.code_sample {
  margin: .5em;
  padding: .5em;
  background-color: #ccc;
  border: 1px solid #999;
  word-wrap: break-word;
  overflow: hidden; }

/* Autocomplete */
input.ui-autocomplete-input {
  width: 70%;
  padding-right: 5%;
  background: no-repeat 98% center; }

.ui-widget {
  font-family: 'arial', 'helvetica', 'Verdana', sans-serif;
  font-size: 0.9em; }

.ui-autocomplete {
  max-width: 400px;
  padding: 0;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #FCFCFC; }
  .ui-autocomplete .ui-menu-item {
    width: 100%; }
    .ui-autocomplete .ui-menu-item a {
      padding: 0.5em 0.75em;
      border-bottom: 1px solid #EEE; }
    .ui-autocomplete .ui-menu-item:last-child a {
      border-bottom: 0;
      -webkit-border-radius: 0 0 7px 7px;
      -moz-border-radius: 0 0 7px 7px;
      border-radius: 0 0 7px 7px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .ui-autocomplete .ui-menu-item .ui-state-focus {
      font-weight: normal;
      border: 0;
      background: #2574B0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      color: #FFF;
      border-bottom: 1px solid #EEE; }

input .open-arrow {
  background-image: url(../images/down.png); }

input .searching {
  background-image: url(../images/searching.gif); }

input .nav-results {
  background-image: url(../images/updown.png); }

#alphabetHeader span {
  margin: 0 .5em;
  font-weight: bold; }

.progress-sm {
  height: 9px;
  width: 30px; }

.progress-inline {
  float: left;
  margin: 6px 6px 0 0; }

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

.contact-us-cta {
  margin: 2em 0 2em 0;
  text-align: center; }

.alert-danger a {
  text-decoration: underline;
  color: #316096; }

.alert-danger a:hover,
.alert-danger a:focus {
  font-weight: bold; }

.login, .login-alert {
  margin-top: 15px; }

.signin-link {
  font-size: 45%;
  margin-top: 4px; }

body, .form-control, .btn {
  font-size: 16px; }

.logo {
  height: auto; }

h1 span {
  margin-top: 7px; }

@media (max-width: 768px -1) {
  #testNow section .form-group:first-child {
    padding: 0;
    margin: 0 -15px; } }

@media (min-width: 768px) {
  #testNow section .form-group:first-child {
    padding: 2em 1em 0 2em; } }

.results-data ul {
  margin-top: 0;
  margin-bottom: 10px;
  position: absolute;
  top: 245px;
  z-index: 1;
  background: #FFF2D5;
  border: 1px #C8B998 solid;
  padding: 1em;
  list-style: none;
  left: 60px; }

#testNow, #testNowHeader {
  margin-top: -1.4em; }
  #testNow .code, #testNowHeader .code {
    padding: 2px 7px;
    font-size: 90%;
    color: #405158;
    background-color: #E8EBEC;
    border-radius: 6px;
    box-shadow: none; }
    #testNow .code .tag, #testNowHeader .code .tag {
      color: #42674D; }

#testNow .btn-cta-green {
  color: #fff;
  background-color: #2A9915;
  border: 5px #61B321 solid; }
  #testNow .btn-cta-green:hover, #testNow .btn-cta-green:focus {
    color: #fff;
    background-color: #1D6C0F;
    border: 5px solid #ffb800; }

#testNow .CodeMirror {
  padding: .25em;
  height: auto; }

#testNow .CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

#testNow .CodeMirror-focused {
  margin-bottom: 8px;
  outline-offset: 0;
  outline: #7AD4FF solid 5px; }

#testNow .CodeMirror:hover, #testNow .CodeMirror:focus, #testNow .CodeMirror-focused {
  outline: 5px solid #8cfaff;
  outline-offset: 0;
  color: #333333;
  text-decoration: none; }

#testNow .CodeMirror:active, #testNow .CodeMirror.active {
  outline: 0;
  background-image: none; }

#testNow .CodeMirror pre.CodeMirror-placeholder {
  color: #999; }

#testNow .CodeMirror pre {
  text-align: left; }

#testNow .CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

.hero {
  text-align: center;
  padding: 2em 0 1em 0;
  background-size: 10% auto;
  background: #295BA9 no-repeat 47px 77px; }

#testNow .form-group {
  position: relative; }

#fragment #analyze-placeholder {
  position: absolute;
  top: auto;
  left: 44px;
  z-index: 1;
  color: #5A5A5A; }

@media (min-width: 768px) {
  #fragment #analyze-placeholder {
    left: 74px; } }

.hero .subtitle, .hero .subtitle h1 {
  color: #FFFFFF;
  /*   font-variant: small-caps;
    text-transform: uppercase; */
  font-weight: normal;
  font-size: 124%;
  line-height: normal; }

.hero .help-block {
  color: #FFFFFF; }

#testFormOptions {
  background-color: #BAD8E4;
  padding: 1em;
  margin: 1em 0;
  text-align: left; }
  #testFormOptions h2 {
    color: #106281; }

.hero .btn-link {
  color: #FFF; }
  .hero .btn-link:focus {
    outline: #fff052 auto 5px; }

.block-title {
  background-color: #eff0f2;
  border-radius: 6px;
  padding: 14px;
  position: relative;
  text-align: center; }

.hero h1 {
  line-height: .7;
  color: #FFFFFF;
  margin: 0; }

.hero h1 .logo {
  text-indent: -9999px;
  width: auto;
  height: 62px;
  background: url(../images/tenon-logo-home.svg) center top no-repeat; }

.hero input :focus {
  border: 2px solid #00D7FF !important; }

.hero #a11yTestUrl {
  width: 444px; }

/* Query Form */
#submitWrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative; }

/* Results */
#results {
  background-color: #FFFFFF;
  transition: background-color 500ms ease-out 1s;
  padding: 0 1em; }

#results-title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: inline-block; }

#results.highlight {
  /* animated yellow bg */
  background-color: #FEFFE0; }

#results h1 {
  outline: 0; }

#results th.desc,
#results td.desc {
  width: 40%; }

#results .best-practice .icon {
  fill: #6A976B;
  margin-top: -6px; }

#results .best-practice a {
  color: #6A976B; }
  #results .best-practice a .recommended-fix {
    position: relative;
    top: -1px; }

#results .spec {
  color: #707070; }

#results .spec ul {
  padding-left: 18px; }

#results .metrics .time-label,
#results .metrics .screen-label,
#results .metrics .filesize-label {
  color: #666666; }

#results .metrics .time-data,
#results .metrics .screen-data,
#results .metrics .filesize-data {
  color: #666666;
  font-weight: bold; }

#results .metrics .thumbnail-screenshot {
  margin-top: 12px;
  text-align: center; }

#results .results-data h2 {
  font-size: 20px; }

#results .results-data .pages {
  overflow: hidden; }

#results .results-data .pages ul {
  padding-left: 18px; }

#results table.table .test-result th,
#results table.table .test-result td {
  padding-top: 2em;
  padding-bottom: 3em;
  vertical-align: top; }

#results table.table .test-result .test-standards th,
#results table.table .test-result .test-standards td {
  padding-top: 0;
  padding-bottom: 0; }

#results table.table th {
  text-align: left; }

#results table.table th.id,
#results table.table td.id {
  width: 30px; }

#results table.table th.err,
#results table.table td.err {
  padding-right: 0.8em;
  overflow: auto;
  width: 60%; }

#results table.table .result-desc-title {
  color: #272727; }

#results table.table th.desc {
  width: 40%; }

#results pre {
  border: none;
  background: #000;
  color: #f8f8f8;
  padding: 1em; }

#results pre code {
  display: block;
  padding: 0.5em; }

#results code {
  white-space: pre-wrap;
  display: block; }

#results .error {
  border: 0 none; }

#results .text-success,
#results .text-danger,
#results .text-warning {
  font-weight: bold; }

#results .text-danger {
  color: #EF3706; }

#results .warning,
#results .text-warning {
  color: #8D6B09; }

#results .category {
  display: inline; }

/* JSON response */
section.logged {
  width: 100%;
  border-radius: 4px;
  padding: 0;
  margin: 0; }

/* BS overrides */
.text-muted {
  color: #757575; }

/* Loading Spinner */
.ajax-loader {
  position: fixed;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -26px;
  margin-top: -16px;
  display: block;
  padding: 12px;
  background-color: #FFF; }

#pageShade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  display: block; }

#results .bg-warning {
  padding: 15px;
  color: #6D5D06; }

#results caption {
  caption-side: top;
  margin-top: 2em; }

#results tr > td {
  padding-top: 17px; }

#results tr > td.issueAction {
  padding-top: 8px; }

#results .issueActionColumn {
  width: 118px; }

#results .issueKeyColumn {
  width: 26px; }

#results .issueTitleColumn {
  width: auto; }

#results .issueCountColumn {
  width: 60px;
  text-align: center; }

#results .issuePercentColumn {
  width: 60px; }

#results #history .row-fluid.clearfix {
  margin-bottom: 1em; }

pre {
  border: none;
  background: #111;
  color: #A7A7A7;
  padding: 1em;
  border-radius: 0; }

code {
  color: #333;
  background-color: #F3F3F3;
  border-radius: 0; }

pre > code {
  display: block;
  padding: 0.5em;
  background-color: transparent;
  white-space: pre-wrap;
  box-shadow: none;
  color: #eee; }

.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  width: auto;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;
  color: #000; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.react-tabs [role=tablist] {
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 0; }

.react-tabs [role=tab] {
  display: inline-block;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  position: relative; }

.react-tabs [role=tab][aria-selected=true] {
  background: #fff;
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0; }
  .react-tabs [role=tab][aria-selected=true]:hover {
    border-bottom: 1px solid #fff;
    background-color: #fff; }

.react-tabs [role=tab]:hover {
  background-color: #efefef;
  border-bottom: 1px solid #ccc; }

.react-tabs [role=tab]:focus {
  box-shadow: 0 0 5px #0188fe;
  border-color: #0188fe;
  outline: none; }

.react-tabs [role=tab]:focus:after {
  content: '';
  position: absolute;
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff; }

@media (min-width: 970px) {
  .tooltip {
    display: none; } }

.tooltip {
  white-space: nowrap !important; }

.tooltip.right {
  margin-left: 8px; }

.tooltip-inner {
  font-size: 113%; }

.http-status-badge {
  margin: 12px 15px 15px 0; }
  .http-status-badge.pass {
    background-color: #2FA821; }
  .http-status-badge.fail {
    border: 1px solid #E4635E;
    background-color: #FFF;
    color: #D21C15; }

@media (max-width: 767px) {
  .http-status-badge {
    margin: 4px 8px 54px -21px; } }

#myAccountButton .email {
  margin: 0 5px 0 4px; }

#myAccountButton img {
  margin-right: 3px;
  margin-left: -11px; }

header #topNav .icon {
  fill: #fff;
  width: 16px;
  margin-top: -4px; }

header #topNav li.test-now-link {
  margin-top: 0;
  margin-bottom: 0; }
  header #topNav li.test-now-link a {
    background: #208fc4;
    color: #fff;
    border: 0 none;
    padding: 10px 19px;
    margin: 5px; }

header #topNav .navbar-nav.navbar-right:last-child {
  margin-right: -10px; }

header #topNav button {
  text-transform: uppercase;
  background: transparent;
  border: transparent;
  color: #fff; }
  header #topNav button .email {
    position: relative;
    top: -2px;
    font-size: 80%;
    text-transform: lowercase; }
  header #topNav button .avatar {
    vertical-align: middle;
    margin-top: -11px;
    position: relative;
    top: 3px;
    right: -3px;
    background-color: #e6e6e6; }
  header #topNav button .caret {
    margin-top: -4px; }
  header #topNav button:focus {
    outline-color: #5b9dd9;
    outline-offset: 1px;
    outline-style: auto;
    outline-width: 5px; }

header #topNav #myAccountMenu li > a {
  text-transform: none; }

header #topNav #myAccountMenu button {
  padding-top: 15px;
  padding-bottom: 11px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0; }

header #topNav #myAccountMenu #myAccountMenuLinks .icon {
  fill: #fff;
  width: 16px;
  margin-top: -4px; }

header #topNav #myAccountMenu:hover, header #topNav #myAccountMenu:focus {
  color: #333; }
  header #topNav #myAccountMenu:hover button .avatar, header #topNav #myAccountMenu:focus button .avatar {
    background-color: #dfeff5; }

header #topNav.navbar-purple {
  background-color: #295ba9;
  border-color: #295ba9;
  color: #fff; }
  header #topNav.navbar-purple .navbar-nav > li > a {
    padding: 15px;
    line-height: 20px;
    display: block;
    color: #B0E0F1;
    text-decoration: none; }
    header #topNav.navbar-purple .navbar-nav > li > a:hover, header #topNav.navbar-purple .navbar-nav > li > a:focus {
      color: #333;
      background-color: #B0E0F1; }
      header #topNav.navbar-purple .navbar-nav > li > a:hover .icon, header #topNav.navbar-purple .navbar-nav > li > a:focus .icon {
        fill: #333; }
  header #topNav.navbar-purple #myAccountButton .myaccount-link, header #topNav.navbar-purple #myAccountButton button,
  header #topNav.navbar-purple #myAccountMenu .myaccount-link,
  header #topNav.navbar-purple #myAccountMenu button {
    color: #B0E0F1; }
    header #topNav.navbar-purple #myAccountButton .myaccount-link:hover, header #topNav.navbar-purple #myAccountButton .myaccount-link:focus, header #topNav.navbar-purple #myAccountButton button:hover, header #topNav.navbar-purple #myAccountButton button:focus,
    header #topNav.navbar-purple #myAccountMenu .myaccount-link:hover,
    header #topNav.navbar-purple #myAccountMenu .myaccount-link:focus,
    header #topNav.navbar-purple #myAccountMenu button:hover,
    header #topNav.navbar-purple #myAccountMenu button:focus {
      color: #333;
      background-color: #B0E0F1; }
      header #topNav.navbar-purple #myAccountButton .myaccount-link:hover .icon, header #topNav.navbar-purple #myAccountButton .myaccount-link:focus .icon, header #topNav.navbar-purple #myAccountButton button:hover .icon, header #topNav.navbar-purple #myAccountButton button:focus .icon,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:hover .icon,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:focus .icon,
      header #topNav.navbar-purple #myAccountMenu button:hover .icon,
      header #topNav.navbar-purple #myAccountMenu button:focus .icon {
        fill: #333; }
      header #topNav.navbar-purple #myAccountButton .myaccount-link:hover a, header #topNav.navbar-purple #myAccountButton .myaccount-link:focus a, header #topNav.navbar-purple #myAccountButton button:hover a, header #topNav.navbar-purple #myAccountButton button:focus a,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:hover a,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:focus a,
      header #topNav.navbar-purple #myAccountMenu button:hover a,
      header #topNav.navbar-purple #myAccountMenu button:focus a {
        color: #333;
        text-decoration: none; }
      header #topNav.navbar-purple #myAccountButton .myaccount-link:hover button .avatar, header #topNav.navbar-purple #myAccountButton .myaccount-link:focus button .avatar, header #topNav.navbar-purple #myAccountButton button:hover button .avatar, header #topNav.navbar-purple #myAccountButton button:focus button .avatar,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:hover button .avatar,
      header #topNav.navbar-purple #myAccountMenu .myaccount-link:focus button .avatar,
      header #topNav.navbar-purple #myAccountMenu button:hover button .avatar,
      header #topNav.navbar-purple #myAccountMenu button:focus button .avatar {
        background-color: #dfeff5; }
    header #topNav.navbar-purple #myAccountButton .myaccount-link .icon, header #topNav.navbar-purple #myAccountButton button .icon,
    header #topNav.navbar-purple #myAccountMenu .myaccount-link .icon,
    header #topNav.navbar-purple #myAccountMenu button .icon {
      fill: #333; }
  header #topNav.navbar-purple .icon {
    fill: #B0E0F1;
    width: 20px;
    margin-top: -4px; }

@media (max-width: 767px) {
  header #myAccountMenu button {
    width: 100%;
    text-align: left; }
  header #myAccountMenu.navbar-purple button {
    color: #B0E0F1; }
    header #myAccountMenu.navbar-purple button #myAccountMenuLinks .icon {
      fill: #fff; }
  header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
  header .navbar-purple .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }

#admin_menu, #profileMenu, #logged_in_menu {
  padding: 9px 0;
  background-color: #243659;
  color: #fff;
  height: 100%;
  position: fixed;
  width: 240px; }
  #admin_menu .tray-menu, #profileMenu .tray-menu, #logged_in_menu .tray-menu {
    height: auto;
    position: absolute;
    top: 0px;
    z-index: 10000; }
  #admin_menu .logo, #profileMenu .logo, #logged_in_menu .logo {
    margin: -9px 0px;
    padding: 9px 12px 12px 13px;
    background: #152035;
    height: auto;
    display: block;
    margin-bottom: 24px; }
  #admin_menu li.active .icon, #profileMenu li.active .icon, #logged_in_menu li.active .icon {
    fill: #FFF; }
  #admin_menu .icon, #profileMenu .icon, #logged_in_menu .icon {
    fill: #b4d6da;
    margin-left: -4px;
    margin-right: 15px;
    margin-top: -4px; }
  #admin_menu .fa-fw, #profileMenu .fa-fw, #logged_in_menu .fa-fw {
    text-align: center;
    margin-right: 20px;
    width: 20px;
    font-size: 20px; }
  #admin_menu ul, #profileMenu ul, #logged_in_menu ul {
    margin-top: 15px;
    margin-left: 7px;
    margin-right: 7px; }
  #admin_menu li, #profileMenu li, #logged_in_menu li {
    text-shadow: #204171 0px 0px 1px;
    margin-right: 12px; }
  #admin_menu #myAccountMenuLinks li, #profileMenu #myAccountMenuLinks li, #logged_in_menu #myAccountMenuLinks li {
    text-shadow: none; }
  #admin_menu li .ico-24, #profileMenu li .ico-24, #logged_in_menu li .ico-24 {
    opacity: 0.5; }
  #admin_menu li:hover .ico-24,
  #admin_menu li.active .ico-24, #profileMenu li:hover .ico-24,
  #profileMenu li.active .ico-24, #logged_in_menu li:hover .ico-24,
  #logged_in_menu li.active .ico-24 {
    opacity: 1; }
  #admin_menu li.active, #profileMenu li.active, #logged_in_menu li.active {
    position: relative;
    display: block;
    padding: 0 0 0 6px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #3678B2;
    margin-left: -6px; }
    #admin_menu li.active a, #profileMenu li.active a, #logged_in_menu li.active a {
      color: #FFF; }
  #admin_menu #loggedInMenu ul > li a:hover, #admin_menu #loggedInMenu ul > li a:focus, #profileMenu #loggedInMenu ul > li a:hover, #profileMenu #loggedInMenu ul > li a:focus, #logged_in_menu #loggedInMenu ul > li a:hover, #logged_in_menu #loggedInMenu ul > li a:focus {
    position: relative;
    display: block;
    padding: 10px 15px 10px 22px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #093051;
    margin-left: -7px; }
  #admin_menu li a, #profileMenu li a, #logged_in_menu li a {
    color: #AFC5D8;
    color: #b4d6da;
    position: relative;
    display: block; }
    #admin_menu li a:hover, #admin_menu li a:focus, #profileMenu li a:hover, #profileMenu li a:focus, #logged_in_menu li a:hover, #logged_in_menu li a:focus {
      position: relative;
      display: block;
      padding: 10px 15px 10px 22px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-color: #093051;
      margin-left: -7px; }
    #admin_menu li a:after, #profileMenu li a:after, #logged_in_menu li a:after {
      position: absolute;
      margin-top: -2px;
      right: 12px;
      font-family: FontAwesome;
      font-size: 16px;
      font-weight: 300;
      height: auto;
      text-shadow: none;
      -webkit-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s; }

#myAccountMenuLinks.dropdown-menu {
  top: 64% !important; }
  #myAccountMenuLinks.dropdown-menu .icon {
    fill: #333;
    width: 16px;
    margin-top: -2px; }

#adminMenu li.active {
  padding: 10px 20px; }

.left-nav .nav {
  border: 1px solid #DCDCDC;
  border-top: 0 none; }

.left-nav .nav-stacked > li {
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
  border-top: 1px solid #DCDCDC; }

.left-nav .nav > li > a, .left-nav .nav-stacked > li.active {
  padding: 6px 15px; }

.left-nav .nav-stacked > li.active {
  border-left: 3px solid #b65959; }
  .left-nav .nav-stacked > li.active span {
    font-weight: 600;
    margin-left: -3px; }

#page {
  margin-left: 240px; }

@media (max-width: 969px) {
  #page {
    margin-left: 66px; }
  #adminMenu, #profileMenu, #loggedInMenu {
    width: 66px;
    z-index: 1; }
    #adminMenu .logo, #profileMenu .logo, #loggedInMenu .logo {
      height: 53px;
      position: relative; }
      #adminMenu .logo > img, #profileMenu .logo > img, #loggedInMenu .logo > img {
        position: absolute;
        clip: rect(0 34px 34px 0px);
        top: auto;
        left: 12px; }
    #adminMenu .menu-label, #profileMenu .menu-label, #loggedInMenu .menu-label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
    #adminMenu ul, #profileMenu ul, #loggedInMenu ul {
      margin-left: 7px;
      margin-top: 15px;
      margin-right: 7px; }
    #adminMenu li, #profileMenu li, #loggedInMenu li {
      margin-right: 0px; } }

#docs_menu ul {
  position: static;
  top: 90px;
  margin-top: 15px; }

#docs_menu .nav-stacked > li {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem; }

#docs_menu .nav > li > a, #docs_menu .nav-stacked > li.active {
  padding: 6px 15px; }

#training_menu ul {
  position: static;
  top: 90px;
  margin-top: 15px; }

#training_menu .nav-stacked > li {
  margin: 0;
  font-weight: 600;
  font-size: 1.5rem; }

#training_menu .nav > li > a, #training_menu .nav-stacked > li.active {
  padding: 6px 15px; }

#history {
  padding-top: 15px; }
  #history h1 {
    margin: 0; }
  #history hr {
    margin-bottom: 18px; }
  #history .btn-delete-results {
    margin: 0 5px 0 0; }
  #history .history-details .btn-close {
    margin-top: 18px;
    margin-bottom: 10px; }
  #history .history-details .gauge-wrapper {
    padding-top: 10px; }
    #history .history-details .gauge-wrapper figcaption {
      padding-top: 150px; }
  #history .projects-list {
    margin-top: 2em; }
  #history .history-wrapper {
    padding: 6px 0; }
    #history .history-wrapper .panel {
      list-style: none;
      border-radius: 0 !important;
      margin-bottom: 0;
      box-shadow: none;
      position: relative;
      background: url("../images/icon-commit.svg") no-repeat -2px -26px;
      background-size: 22px 110px; }
    #history .history-wrapper .project-test-id {
      padding-left: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #history .history-wrapper .project-stats {
      margin-top: -4px;
      margin-bottom: 18px; }
    #history .history-wrapper ul.projects-list {
      padding: 0 6px; }
    #history .history-wrapper select {
      width: 350px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    #history .history-wrapper .project hr {
      margin-bottom: 6px; }
    #history .history-wrapper .project .project-icon,
    #history .history-wrapper .project .project-title,
    #history .history-wrapper .project .project-url,
    #history .history-wrapper .project .project-tests-count,
    #history .history-wrapper .project .project-tests-errors,
    #history .history-wrapper .project .project-tests-warnings,
    #history .history-wrapper .project .project-last-run {
      font-size: 100%;
      margin: 0;
      margin-right: 12px; }
      #history .history-wrapper .project .project-icon .count,
      #history .history-wrapper .project .project-title .count,
      #history .history-wrapper .project .project-url .count,
      #history .history-wrapper .project .project-tests-count .count,
      #history .history-wrapper .project .project-tests-errors .count,
      #history .history-wrapper .project .project-tests-warnings .count,
      #history .history-wrapper .project .project-last-run .count {
        display: inline-block;
        text-align: left;
        margin-right: 4px; }
    #history .history-wrapper .project .project-last-run {
      margin-right: 0;
      font-size: 90%; }
    #history .history-wrapper .project .project-tests-count,
    #history .history-wrapper .project .project-tests-errors,
    #history .history-wrapper .project .project-tests-warnings {
      line-height: 18px; }
    #history .history-wrapper .project .project-tests-count,
    #history .history-wrapper .project .project-tests-errors,
    #history .history-wrapper .project .project-tests-warnings,
    #history .history-wrapper .project .project-last-run {
      font-size: 90%; }
    #history .history-wrapper .project .project-title {
      font-size: 120%;
      font-weight: 600;
      position: relative;
      top: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #history .history-wrapper .project .project-name {
      font-size: 58%;
      position: relative;
      top: -8px;
      color: #939393; }
    #history .history-wrapper .project .project-tests-err-message {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      margin-top: 0px; }
    #history .history-wrapper .project .project-url > a {
      color: #666; }
    #history .history-wrapper .project .project-icon {
      background-color: #666;
      color: #ffffff;
      font-size: 2em;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      margin-right: 8px; }
    #history .history-wrapper .project .project-page-title {
      font-size: .75em;
      font-weight: bold;
      color: #666; }

@media (max-width: 767px) {
  .history-details .gauge-wrapper {
    padding-top: 0px !important; }
    .history-details .gauge-wrapper figcaption {
      padding-top: 0px !important; }
  .history-wrapper .panel {
    background-size: 18px 100px;
    background-position: 0px -30px !important; } }

#messages-list h2 {
  margin: 0;
  padding: .5em;
  font-size: 1.1em;
  color: #eee;
  background-color: #243659;
  border-bottom: 3px solid #ccc; }

#messages-list button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent; }

#messages-list .message-content {
  display: none;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #ccc; }

#testNowHeader {
  margin: 0 -7.5px; }
  #testNowHeader .form-group {
    margin-bottom: 0; }
  #testNowHeader .input-group {
    display: flex;
    flex-direction: column;
    width: 100%; }
  #testNowHeader .input-group-btn {
    display: block;
    width: 100%; }
  #testNowHeader .btn btn-primary btn-lg {
    float: right;
    padding-left: 2em;
    padding-right: 2em; }
  #testNowHeader .hero {
    padding: 10px 15px 10px;
    background-color: #EFEFEF;
    color: #666;
    text-align: left; }
    #testNowHeader .hero .CodeMirror {
      margin-top: auto;
      width: 100%;
      border: 1px solid #93A6C5 !important;
      padding: 0px 0px 4px;
      border: 0 none; }
    #testNowHeader .hero .CodeMirror-code, #testNowHeader .hero .CodeMirror-cursors {
      top: 3px;
      position: relative; }
    #testNowHeader .hero input[type='submit'] {
      padding: 5px 16px;
      width: 25%;
      margin-top: .5em;
      float: right; }
    #testNowHeader .hero .btn__expand, #testNowHeader .hero .btn__collapse {
      padding: 3px 5px;
      margin-left: 4px; }
    #testNowHeader .hero .input-group-btn {
      vertical-align: bottom; }
  #testNowHeader .hero__expand {
    height: 100%;
    position: fixed;
    z-index: 1; }
  #testNowHeader .hero__collapse {
    height: auto;
    position: relative;
    z-index: 0; }
  #testNowHeader #showOptions {
    color: #7D7D7D;
    position: absolute;
    background-color: transparent;
    font-size: 80%;
    z-index: 0;
    right: 150px;
    top: 14px;
    padding: 2px; }
    #testNowHeader #showOptions .icon {
      fill: #ABABAB; }
  @media (min-width: 768px) {
    #testNowHeader #fragment #analyze-placeholder {
      left: 43px; } }

.xpath {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  white-space: nowrap;
  width: 60%; }

.xpath-label {
  order: 1;
  flex-basis: 11%; }

.xpath-xpath {
  order: 2;
  flex-basis: 89%;
  overflow: hidden;
  text-overflow: ellipsis; }

.xpath-xpath:hover,
.xpath-xpath:focus {
  overflow: visible;
  outline: 1px dotted #666;
  outline-offset: 3px;
  flex-grow: 1; }

#love {
  background-color: #fff;
  color: #000;
  padding: 2em; }

/**
*
*   Desktop Stuff
*
*/
@media screen and (min-width: 600px) {
  *[role="grid"] {
    margin: 2em; }
  *[role="row"] {
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 .3em; }
  *[role="columnheader"], *[role="rowheader"], *[role="gridcell"] {
    border: 1px solid #ddd;
    flex-grow: 1;
    padding: .3em;
    width: 100px; }
  *[role="columnheader"] {
    background-color: #eee; }
  *[role="columnheader"] {
    font-weight: bold; }
  .tbody *[role="row"]:nth-child(even)
*[role="columnheader"],
  .tbody *[role="row"]:nth-child(even)
*[role="rowheader"],
  .tbody *[role="row"]:nth-child(even)
*[role="gridcell"] {
    background-color: #eee; } }

/**
*
*   Small Stuff
*
*/
@media screen and (max-width: 599px) {
  *[role="grid"] {
    display: block; }
  *[role="row"] {
    display: block;
    margin: 1em;
    border: 1px solid #ddd;
    padding: .5em; }
  *[role="row"]:first-of-type {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  *[role="columnheader"],
  *[role="rowheader"],
  *[role="gridcell"] {
    display: block;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    padding: 3px; }
  *[role="columnheader"]:last-of-type,
  *[role="rowheader"]:last-of-type,
  *[role="gridcell"]:last-of-type {
    border: none; }
  *[role="columnheader"]:before,
  *[role="rowheader"]:before,
  *[role="gridcell"]:before {
    color: #000;
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    text-transform: capitalize;
    vertical-align: top;
    width: 50%; }
  .tbody *[role="row"]:nth-child(odd) {
    background-color: #eee; } }

#adminContainer .admin-dashboard-filters {
  background-color: #f0f0f0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 0.6em;
  margin-bottom: 0.6em; }
  #adminContainer .admin-dashboard-filters .form-control.rw-widget {
    margin: auto .6em; }
  #adminContainer .admin-dashboard-filters .project-filter-button {
    width: 252px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #adminContainer .admin-dashboard-filters ul li .project {
    width: 252px;
    text-overflow: ellipsis;
    overflow: hidden; }
  #adminContainer .admin-dashboard-filters input {
    padding-right: 2em; }

#adminContainer .date-range {
  margin-left: 10px; }

#adminContainer .rw-datetimepicker table {
  margin: 0; }

#adminContainer .rw-datetimepicker table tr {
  display: table-row; }

@media (min-width: 768px) {
  #adminContainer .form-group {
    margin-bottom: 15px; } }

/* Small devices (below 768px) */
@media (max-width: 767px) {
  #adminContainer .admin-dashboard-filters {
    padding-bottom: 0.6em; }
    #adminContainer .admin-dashboard-filters .form-control.rw-widget {
      margin: auto 0; }
  #adminContainer .project-icon.favicon {
    margin-left: -11px;
    margin-right: 7px; }
  #adminContainer .date-range {
    margin-left: auto; } }

#homepage {
  background-color: #243659; }
  #homepage #app {
    background-color: #FFF; }

.navbar-brand {
  position: absolute;
  top: -7px;
  left: 15px; }

.home-video {
  margin-bottom: 2em; }

.calltoaction {
  min-height: 5em; }
  .calltoaction h2 {
    font-size: 113%; }

.quotes {
  margin-top: 2em; }

.quote {
  margin-top: 2em;
  background-image: url(../images/stars.png);
  background-position: top center;
  background-repeat: no-repeat;
  border-left: none;
  background-size: 190px;
  padding: 56px 18px;
  text-align: center;
  font-size: 110%;
  font-weight: 600; }
  .quote .by {
    font-weight: 500;
    font-size: 90%; }

.companies {
  padding: 1%;
  background-color: #EFEFEF; }
  .companies h2 {
    font-size: 84%;
    margin: .5em 0 1.8em 0; }
  .companies .microsoft {
    background: url("../images/logo-microsoft.png") top left no-repeat;
    background-position: center;
    background-size: 75%;
    min-width: 20%;
    min-height: 50px; }
  .companies .tpg {
    background: url("../images/logo-tpg.png") top left no-repeat;
    background-position: center;
    background-size: 75%;
    min-width: 20%;
    min-height: 50px; }
  .companies .kaplan {
    background: url("../images/logo-kaplan.png") top left no-repeat;
    background-position: center;
    background-size: 55%;
    min-width: 20%;
    min-height: 50px; }

.cta {
  background-color: #307EC3;
  color: white;
  padding: 1.6em 0; }
  .cta h4 {
    font-size: 200%;
    line-height: 1.5; }

#about .about-hero-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background: url("/images/tenon-hero-img.jpg") no-repeat fixed center top; }
  @media (max-width: 575px) {
    #about .about-hero-image {
      background: none;
      height: auto; } }
  @media (min-width: 576px) {
    #about .about-hero-image {
      height: 530px; } }
  @media (min-width: 768px) {
    #about .about-hero-image {
      height: 400px; } }
  @media (min-width: 992px) {
    #about .about-hero-image {
      height: 300px; } }

#about blockquote {
  font-weight: bold;
  font-size: 1.5em;
  vertical-align: middle;
  text-shadow: #fff 0 0 8px; }
  #about blockquote a {
    font-weight: normal; }

@media (min-width: 768px) {
  #about .team .row div p {
    margin-top: 3em; } }

@media (max-width: 768px) {
  #about .team .row div:first-child img {
    float: right;
    margin-left: 15px;
    display: inline-block; } }

#dashboard .dashboard-filters {
  background-color: #f0f0f0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  padding-top: 0.6em;
  margin-bottom: 0.6em; }
  #dashboard .dashboard-filters .form-control.rw-widget {
    margin: auto .6em; }
  #dashboard .dashboard-filters .project-filter-button {
    width: 252px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #dashboard .dashboard-filters ul li .project {
    width: 252px;
    text-overflow: ellipsis;
    overflow: hidden; }
  #dashboard .dashboard-filters input {
    padding-right: 2em; }

#dashboard .date-range {
  margin-left: 10px; }

#dashboard .dashboard-filters .rw-datetimepicker table {
  margin: 0; }

#dashboard .dashboard-filters .rw-datetimepicker table tr {
  display: table-row;
  padding: 0; }

@media (min-width: 768px) {
  #dashboard .form-group {
    margin-bottom: 15px; } }

/* Small devices (below 768px) */
@media (max-width: 767px) {
  #dashboard .dashboard-filters {
    padding-bottom: 0.6em; }
    #dashboard .dashboard-filters .form-control.rw-widget {
      margin: auto 0; }
  #dashboard .project-icon.favicon {
    margin-left: -11px;
    margin-right: 7px; }
  #dashboard .date-range {
    margin-left: auto; } }

#project-api-settings-button {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: .5em; }

#projects h1 small {
  font-size: 36%; }

#projects .project__name {
  margin-top: 14px;
  display: inline-block; }

#projects .projects-wrapper {
  background-color: #f2f2f2;
  padding: 6px 0;
  clear: both; }
  #projects .projects-wrapper .panel {
    height: 280px;
    width: 280px;
    list-style: none;
    border-radius: 0 !important;
    margin: 6px !important;
    padding: 8px;
    position: relative; }
  #projects .projects-wrapper ul.projects-list {
    padding: 0 6px;
    margin-bottom: 2px; }
  #projects .projects-wrapper .project hr {
    margin-bottom: 6px; }
  #projects .projects-wrapper .project .project-title {
    font-size: 120%;
    position: relative;
    top: 8px; }
  #projects .projects-wrapper .project .project-url {
    margin-top: 6px;
    color: #a9a9a9; }
  #projects .projects-wrapper .project .project-url > a {
    color: #666; }
  #projects .projects-wrapper .project .project-toolbar {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center; }
    #projects .projects-wrapper .project .project-toolbar a.btn {
      margin-right: 4px;
      padding: 10px; }

#projects .project-edit-wrapper .project-title {
  color: #999;
  font-size: 2em;
  font-size: 700;
  clear: right;
  padding-top: 0.23em; }

#projects .project hr {
  margin-bottom: 6px; }

#projects .project .project-icon,
#projects .project .project-title,
#projects .project .project-url,
#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings,
#projects .project .project-last-run {
  font-size: 100%;
  margin: 0; }
  #projects .project .project-icon .count,
  #projects .project .project-title .count,
  #projects .project .project-url .count,
  #projects .project .project-last-run .count,
  #projects .project .project-tests-queued .count,
  #projects .project .project-tests-failed .count,
  #projects .project .project-tests-count .count,
  #projects .project .project-tests-errors .count,
  #projects .project .project-tests-warnings .count,
  #projects .project .project-last-run .count {
    min-width: 60px;
    display: inline-block;
    text-align: right;
    margin-right: 4px; }

#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings {
  line-height: 18px; }

#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings,
#projects .project .project-last-run {
  font-size: 90%; }

#projects .project .project-title {
  font-size: 120%;
  position: relative;
  top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#projects .project .project-url {
  margin-top: 6px;
  min-height: 22px;
  color: #a9a9a9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#projects .project .project-icon {
  background-color: #339;
  color: #fff;
  font-size: 44.76px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 8px; }

#projects .project .project-toolbar {
  position: absolute;
  bottom: 8px; }
  #projects .project .project-toolbar .icon {
    fill: #333;
    width: 20px;
    margin-right: 4px;
    margin-top: -3px; }

#projects-edit .project-title {
  color: #999;
  font-size: 2em;
  font-size: 700;
  clear: right;
  padding-top: 0.23em; }

#projects-edit h2 {
  margin-top: 22px; }

#projects-edit h3 {
  border-bottom: 4px solid #e0e0e0;
  margin: 50px 0 14px;
  padding: 0 0 6px; }

#projects-edit fieldset,
#projects-edit .row {
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0;
  padding-bottom: 15px; }

#projects-edit legend {
  font-size: 110%;
  color: #333;
  border: 0;
  margin: 3px 0 0;
  padding: 0;
  border: 0; }

#projects-edit .bg-gray {
  padding: 0.1em 0 0.4em 0.8em;
  background: #f4f4f4;
  border-radius: 20px;
  margin: 0 0 0 -7px;
  display: inline-block; }

#projects-edit label {
  margin-right: 1.73rem;
  font-weight: normal; }

#projects-edit .radio-inline + .radio-inline,
#projects-edit .checkbox-inline + .checkbox-inline {
  margin-left: 0; }

#projects-edit #urls {
  height: 200px; }

#projects-edit .btn-edit {
  font-size: 50%;
  text-transform: lowercase; }

#projects-edit .projects-list > li {
  min-width: 250px; }

#projects-edit #projects-edit legend {
  border: 0 none; }

#projects-edit .project-icon {
  color: #fff; }
  #projects-edit .project-icon.favicon {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 20px;
    display: block;
    text-align: center; }

.edit-profile > div {
  margin-bottom: 12px; }

#editApiKey {
  background: #F5F5F5;
  padding: 12px; }
  #editApiKey .btn-link-info {
    margin-top: 0.5em; }

.subscription-status h3 {
  background: #F6EED8;
  font-size: 100%;
  padding: 6px 12px;
  text-align: center;
  color: #807632; }

.subscription-status .progress {
  border-radius: 0; }

#register-form {
  margin-bottom: 3em; }

#docs h2 {
  border-bottom: 1px solid #ccc;
  margin-top: 1em; }

.rest-header {
  background: #f1f5f7;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #ACD0E2;
  margin: 2em 0 1em 0; }

.rest-method {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: #0c7edd;
  padding: 6px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  width: auto;
  margin: 0; }

.rest-url {
  color: #494949;
  position: relative;
  left: 0px;
  top: 0px;
  display: inline;
  padding: 4px 6px 2px;
  vertical-align: middle;
  font-size: 83%;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

#bestPractices h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
  color: #BEBEBE; }

#bestPractices h2 {
  padding-top: 22px;
  text-transform: none; }

#bestPractices h3 {
  font-size: 16px;
  font-weight: bold; }

#bestPractices .prioritization {
  background-color: #f5f5f5;
  padding: 1em; }
  #bestPractices .prioritization strong {
    display: inline-block;
    width: 190px;
    text-align: right;
    padding-right: 6px;
    color: #7c7c7c; }

#ccEntry .boxed-group,
#ccAddress .boxed-group,
#member .boxed-group,
#subscription .boxed-group {
  background: #FFF;
  padding-top: 0; }

#ccEntry .form-group,
#ccAddress .form-group,
#member .form-group,
#subscription .form-group {
  max-width: 600px; }

#ccEntry .enter-new-card, #ccEntry .cancel-enter-new-card,
#ccAddress .enter-new-card,
#ccAddress .cancel-enter-new-card,
#member .enter-new-card,
#member .cancel-enter-new-card,
#subscription .enter-new-card,
#subscription .cancel-enter-new-card {
  border: none; }

#ccEntry .cards-select,
#ccAddress .cards-select,
#member .cards-select,
#subscription .cards-select {
  margin-top: 6px;
  text-align: center; }

#ccEntry .ccTypeSet legend,
#ccAddress .ccTypeSet legend,
#member .ccTypeSet legend,
#subscription .ccTypeSet legend {
  background: none; }

#ccEntry #exp_month,
#ccAddress #exp_month,
#member #exp_month,
#subscription #exp_month {
  clear: left;
  margin-right: 4px;
  float: left; }

#ccEntry #exp_year,
#ccAddress #exp_year,
#member #exp_year,
#subscription #exp_year {
  float: left; }

#ccEntry .form-cards > .cards > li.text,
#ccAddress .form-cards > .cards > li.text,
#member .form-cards > .cards > li.text,
#subscription .form-cards > .cards > li.text {
  font-size: 11px;
  line-height: 31px;
  color: #999; }

#ccEntry .cancel-enter-new-card,
#ccAddress .cancel-enter-new-card,
#member .cancel-enter-new-card,
#subscription .cancel-enter-new-card {
  font-size: 13px;
  margin-left: 6px; }

#ccEntry .cards,
#ccAddress .cards,
#member .cards,
#subscription .cards {
  padding: 0; }
  #ccEntry .cards li,
  #ccAddress .cards li,
  #member .cards li,
  #subscription .cards li {
    list-style-type: none;
    margin: 0 6px 0 0;
    display: inline; }
    #ccEntry .cards li.text,
    #ccAddress .cards li.text,
    #member .cards li.text,
    #subscription .cards li.text {
      display: block;
      padding: 0 15%;
      text-align: left; }
  #ccEntry .cards .card.disabled,
  #ccAddress .cards .card.disabled,
  #member .cards .card.disabled,
  #subscription .cards .card.disabled {
    opacity: 0.2; }
  #ccEntry .cards .card.enabled,
  #ccAddress .cards .card.enabled,
  #member .cards .card.enabled,
  #subscription .cards .card.enabled {
    opacity: 1; }
  #ccEntry .cards .card .icon,
  #ccAddress .cards .card .icon,
  #member .cards .card .icon,
  #subscription .cards .card .icon {
    width: 2.5em;
    height: 2.5em; }

@media (min-width: 768px) {
  #ccEntry #member .dl-horizontal dt,
  #ccAddress #member .dl-horizontal dt,
  #member #member .dl-horizontal dt,
  #subscription #member .dl-horizontal dt {
    width: 140px; }
  #ccEntry #member .dl-horizontal dd,
  #ccAddress #member .dl-horizontal dd,
  #member #member .dl-horizontal dd,
  #subscription #member .dl-horizontal dd {
    margin-left: 152px; } }

#ccEntry #member .login-link,
#ccAddress #member .login-link,
#member #member .login-link,
#subscription #member .login-link {
  margin-bottom: 13px; }

#subscription span {
  max-width: 100%;
  font-weight: bold; }

#subscription .col-xs-8 p {
  padding: 6px 12px;
  color: #000000;
  background: #f2f2f2;
  line-height: 1; }

#pricing,
#pricing_b {
  background: #F6F6F6; }
  #pricing .col-lg-1,
  #pricing .col-lg-10,
  #pricing .col-lg-11,
  #pricing .col-lg-12,
  #pricing .col-lg-2,
  #pricing .col-lg-3,
  #pricing .col-lg-4,
  #pricing .col-lg-5,
  #pricing .col-lg-6,
  #pricing .col-lg-7,
  #pricing .col-lg-8,
  #pricing .col-lg-9,
  #pricing .col-md-1,
  #pricing .col-md-10,
  #pricing .col-md-11,
  #pricing .col-md-12,
  #pricing .col-md-2,
  #pricing .col-md-3,
  #pricing .col-md-4,
  #pricing .col-md-5,
  #pricing .col-md-6,
  #pricing .col-md-7,
  #pricing .col-md-8,
  #pricing .col-md-9,
  #pricing .col-sm-1,
  #pricing .col-sm-10,
  #pricing .col-sm-11,
  #pricing .col-sm-12,
  #pricing .col-sm-2,
  #pricing .col-sm-3,
  #pricing .col-sm-4,
  #pricing .col-sm-5,
  #pricing .col-sm-6,
  #pricing .col-sm-7,
  #pricing .col-sm-8,
  #pricing .col-sm-9,
  #pricing .col-xs-1,
  #pricing .col-xs-10,
  #pricing .col-xs-11,
  #pricing .col-xs-12,
  #pricing .col-xs-2,
  #pricing .col-xs-3,
  #pricing .col-xs-4,
  #pricing .col-xs-5,
  #pricing .col-xs-6,
  #pricing .col-xs-7,
  #pricing .col-xs-8,
  #pricing .col-xs-9,
  #pricing_b .col-lg-1,
  #pricing_b .col-lg-10,
  #pricing_b .col-lg-11,
  #pricing_b .col-lg-12,
  #pricing_b .col-lg-2,
  #pricing_b .col-lg-3,
  #pricing_b .col-lg-4,
  #pricing_b .col-lg-5,
  #pricing_b .col-lg-6,
  #pricing_b .col-lg-7,
  #pricing_b .col-lg-8,
  #pricing_b .col-lg-9,
  #pricing_b .col-md-1,
  #pricing_b .col-md-10,
  #pricing_b .col-md-11,
  #pricing_b .col-md-12,
  #pricing_b .col-md-2,
  #pricing_b .col-md-3,
  #pricing_b .col-md-4,
  #pricing_b .col-md-5,
  #pricing_b .col-md-6,
  #pricing_b .col-md-7,
  #pricing_b .col-md-8,
  #pricing_b .col-md-9,
  #pricing_b .col-sm-1,
  #pricing_b .col-sm-10,
  #pricing_b .col-sm-11,
  #pricing_b .col-sm-12,
  #pricing_b .col-sm-2,
  #pricing_b .col-sm-3,
  #pricing_b .col-sm-4,
  #pricing_b .col-sm-5,
  #pricing_b .col-sm-6,
  #pricing_b .col-sm-7,
  #pricing_b .col-sm-8,
  #pricing_b .col-sm-9,
  #pricing_b .col-xs-1,
  #pricing_b .col-xs-10,
  #pricing_b .col-xs-11,
  #pricing_b .col-xs-12,
  #pricing_b .col-xs-2,
  #pricing_b .col-xs-3,
  #pricing_b .col-xs-4,
  #pricing_b .col-xs-5,
  #pricing_b .col-xs-6,
  #pricing_b .col-xs-7,
  #pricing_b .col-xs-8,
  #pricing_b .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px; }
  #pricing .plan-box,
  #pricing_b .plan-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #pricing .plan,
  #pricing_b .plan {
    flex-grow: 0;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0.2em 0.2em 1em 0.2em;
    border-radius: 10px;
    padding: 1em;
    width: 11em;
    height: 19em; }
    #pricing .plan .btn,
    #pricing_b .plan .btn {
      width: 88%; }
    #pricing .plan .plan-action,
    #pricing_b .plan .plan-action {
      width: inherit;
      text-align: center; }
    #pricing .plan h3, #pricing .plan .plan-name,
    #pricing_b .plan h3,
    #pricing_b .plan .plan-name {
      margin-top: 0;
      font-size: 1.8em;
      font-weight: 300; }
    #pricing .plan dl,
    #pricing_b .plan dl {
      text-align: center; }
    #pricing .plan .plan-deet,
    #pricing_b .plan .plan-deet {
      font-size: 1.2em;
      font-weight: 300; }
    #pricing .plan .plan-price,
    #pricing_b .plan .plan-price {
      font-size: 1.5em;
      font-weight: 300;
      text-align: center; }
      #pricing .plan .plan-price small,
      #pricing_b .plan .plan-price small {
        font-size: 0.6em;
        font-weight: normal;
        text-align: center;
        color: #7C7C7C;
        display: inherit; }
    #pricing .plan .plan-text,
    #pricing_b .plan .plan-text {
      text-align: left; }
    #pricing .plan .plan-body,
    #pricing_b .plan .plan-body {
      height: 13em;
      min-height: 13em; }
      #pricing .plan .plan-body dl,
      #pricing_b .plan .plan-body dl {
        margin-bottom: 0; }
    #pricing .plan .plan-footer,
    #pricing_b .plan .plan-footer {
      display: inherit; }
  #pricing .recommend,
  #pricing_b .recommend {
    border: 3px solid #666; }
  #pricing .plan-selection,
  #pricing_b .plan-selection {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 13px; }
    #pricing .plan-selection .plan-between,
    #pricing_b .plan-selection .plan-between {
      font-size: 0.8em;
      margin: 26px; }
      @media screen and (max-width: 590px) {
        #pricing .plan-selection .plan-between,
        #pricing_b .plan-selection .plan-between {
          display: block;
          margin-top: 1em;
          margin-bottom: 1em; } }
    #pricing .plan-selection .monthly,
    #pricing .plan-selection .yearly,
    #pricing_b .plan-selection .monthly,
    #pricing_b .plan-selection .yearly {
      padding-left: 42px;
      padding-right: 42px; }
    #pricing .plan-selection p,
    #pricing_b .plan-selection p {
      margin-top: 1em; }
  #pricing .plan-recommendation,
  #pricing_b .plan-recommendation {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 5px; }
  #pricing .plan-title,
  #pricing_b .plan-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 10px;
    margin-top: 0;
    margin-right: -15px;
    margin-left: -15px;
    background: #4488C2;
    color: #fff; }
  #pricing .plan-slug,
  #pricing_b .plan-slug {
    text-align: center;
    min-height: 54px;
    font-size: 0.87em; }
  #pricing .plan-plus,
  #pricing_b .plan-plus {
    text-align: center;
    background-color: #DDE5F0;
    color: #254D70;
    border-color: #16325c;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 1em;
    padding: 1em;
    min-height: 76px; }
    #pricing .plan-plus em,
    #pricing_b .plan-plus em {
      font-weight: bold;
      font-style: normal; }
  #pricing .plan-desc,
  #pricing_b .plan-desc {
    margin-bottom: 2em;
    margin-left: 0;
    padding-left: 0.5em; }
    #pricing .plan-desc li,
    #pricing_b .plan-desc li {
      margin-bottom: 0.71em;
      list-style: none;
      margin-left: 0;
      padding: 0; }
  #pricing .plan-action,
  #pricing_b .plan-action {
    text-align: center;
    margin-bottom: 15px; }

#pricing_b .signup-plans-actions {
  margin: -10px 0 20px; }

#pricing_b .button.plans-signup-button {
  padding: 12px 50px;
  font-size: 16px; }

#pricing_b .signup-plans-or {
  margin: 0 5px 0 8px; }

#pricing_b .signup-plans-collabocat {
  float: right;
  width: 300px;
  margin-left: 30px; }

.footnote {
  padding: 1em;
  margin: 0 -15px;
  background: #FFF; }

#special-programs {
  padding: 0 10em; }

#switcher-snippet {
  margin: unset; }

#switcher-snippet legend {
  font-size: smaller;
  text-transform: uppercase;
  font-weight: lighter;
  color: #666;
  border: none; }

#switcher-snippet > label:not(:first-of-type) {
  border-left: 0.1rem solid #666;
  line-height: 1.5rem; }

#switcher-snippet input[type="radio"] {
  position: fixed;
  opacity: 0; }

#switcher-snippet label {
  font-weight: 400;
  padding: 0 0.5rem; }

#switcher-snippet input[type="radio"]:focus + label > span,
#switcher-snippet input[type="radio"]:hover + label > span {
  outline: 1px dotted #666;
  outline-offset: 1px; }

.current_currency {
  color: #286090;
  font-weight: bold !important;
  text-decoration: underline; }

#price-comparison caption {
  font-size: 1.5em; }

#price-comparison th, #price-comparison td {
  margin: 0;
  text-align: left;
  padding: 1em; }

#price-comparison tr {
  border-bottom: 1px solid #666; }

#project-api-settings-button {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: .5em; }

#projects h1 small {
  font-size: 36%; }

#projects .project__name {
  margin-top: 14px;
  display: inline-block; }

#projects .projects-wrapper {
  background-color: #f2f2f2;
  padding: 6px 0;
  clear: both; }
  #projects .projects-wrapper .panel {
    height: 280px;
    width: 280px;
    list-style: none;
    border-radius: 0 !important;
    margin: 6px !important;
    padding: 8px;
    position: relative; }
  #projects .projects-wrapper ul.projects-list {
    padding: 0 6px;
    margin-bottom: 2px; }
  #projects .projects-wrapper .project hr {
    margin-bottom: 6px; }
  #projects .projects-wrapper .project .project-title {
    font-size: 120%;
    position: relative;
    top: 8px; }
  #projects .projects-wrapper .project .project-url {
    margin-top: 6px;
    color: #a9a9a9; }
  #projects .projects-wrapper .project .project-url > a {
    color: #666; }
  #projects .projects-wrapper .project .project-toolbar {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center; }
    #projects .projects-wrapper .project .project-toolbar a.btn {
      margin-right: 4px;
      padding: 10px; }

#projects .project-edit-wrapper .project-title {
  color: #999;
  font-size: 2em;
  font-size: 700;
  clear: right;
  padding-top: 0.23em; }

#projects .project hr {
  margin-bottom: 6px; }

#projects .project .project-icon,
#projects .project .project-title,
#projects .project .project-url,
#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings,
#projects .project .project-last-run {
  font-size: 100%;
  margin: 0; }
  #projects .project .project-icon .count,
  #projects .project .project-title .count,
  #projects .project .project-url .count,
  #projects .project .project-last-run .count,
  #projects .project .project-tests-queued .count,
  #projects .project .project-tests-failed .count,
  #projects .project .project-tests-count .count,
  #projects .project .project-tests-errors .count,
  #projects .project .project-tests-warnings .count,
  #projects .project .project-last-run .count {
    min-width: 60px;
    display: inline-block;
    text-align: right;
    margin-right: 4px; }

#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings {
  line-height: 18px; }

#projects .project .project-last-run,
#projects .project .project-tests-queued,
#projects .project .project-tests-failed,
#projects .project .project-tests-count,
#projects .project .project-tests-errors,
#projects .project .project-tests-warnings,
#projects .project .project-last-run {
  font-size: 90%; }

#projects .project .project-title {
  font-size: 120%;
  position: relative;
  top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#projects .project .project-url {
  margin-top: 6px;
  min-height: 22px;
  color: #a9a9a9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#projects .project .project-icon {
  background-color: #339;
  color: #fff;
  font-size: 44.76px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 8px; }

#projects .project .project-toolbar {
  position: absolute;
  bottom: 8px; }
  #projects .project .project-toolbar .icon {
    fill: #333;
    width: 20px;
    margin-right: 4px;
    margin-top: -3px; }

#projects-edit .project-title {
  color: #999;
  font-size: 2em;
  font-size: 700;
  clear: right;
  padding-top: 0.23em; }

#projects-edit h2 {
  margin-top: 22px; }

#projects-edit h3 {
  border-bottom: 4px solid #e0e0e0;
  margin: 50px 0 14px;
  padding: 0 0 6px; }

#projects-edit fieldset,
#projects-edit .row {
  margin-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0;
  padding-bottom: 15px; }

#projects-edit legend {
  font-size: 110%;
  color: #333;
  border: 0;
  margin: 3px 0 0;
  padding: 0;
  border: 0; }

#projects-edit .bg-gray {
  padding: 0.1em 0 0.4em 0.8em;
  background: #f4f4f4;
  border-radius: 20px;
  margin: 0 0 0 -7px;
  display: inline-block; }

#projects-edit label {
  margin-right: 1.73rem;
  font-weight: normal; }

#projects-edit .radio-inline + .radio-inline,
#projects-edit .checkbox-inline + .checkbox-inline {
  margin-left: 0; }

#projects-edit #urls {
  height: 200px; }

#projects-edit .btn-edit {
  font-size: 50%;
  text-transform: lowercase; }

#projects-edit .projects-list > li {
  min-width: 250px; }

#projects-edit #projects-edit legend {
  border: 0 none; }

#projects-edit .project-icon {
  color: #fff; }
  #projects-edit .project-icon.favicon {
    padding-left: 4px;
    padding-right: 4px;
    margin-left: 3px;
    margin-right: 3px;
    min-width: 20px;
    display: block;
    text-align: center; }

#videos h2 {
  border-bottom: 1px solid #ccc;
  margin-top: 2em; }

#videos .vid-time {
  color: #666;
  font-size: .87em; }

.vid-transcript {
  list-style-type: none;
  padding: 0; }
  .vid-transcript li {
    line-height: 150%;
    margin-bottom: 1em; }

#settings-menu {
  margin-bottom: 1em; }
  #settings-menu ul, #settings-menu li {
    margin: 0;
    padding: 0; }
  #settings-menu li {
    display: inline;
    list-style-type: none;
    margin-right: 1em; }
  #settings-menu li a {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #3879B1; }
  #settings-menu li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #3879B1; }

#research {
  /*CSS3 multiple columns.*/
  /* Get em size for colums: 184/16 */
  /*remove standard list and bullet formatting from ul*/
  /* correct webkit/chrome uneven margin on the first column*/ }
  #research .multicols {
    -moz-column-width: 15.5em;
    /* Firefox */
    -webkit-column-width: 15.5em;
    /* webkit, Safari, Chrome */
    column-width: 15.5em; }
  #research .multicols ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #research .multicols ul li:first-child {
    margin-top: 0px; }
  #research .multicols ul li {
    margin-bottom: 1em; }

#api-call-estimator .hint, #api-call-estimator #recommendation-call-us {
  display: none; }

#api-call-estimator #recommendation {
  font-size: 1.5em; }

#reports {
  background-color: #FFFFFF;
  transition: background-color 500ms ease-out 1s;
  padding: 0 1em; }
  #reports .report-filters {
    background-color: #f0f0f0;
    padding: 0.6em 15px 0;
    margin-bottom: 0.6em; }
    #reports .report-filters .form-control.rw-widget {
      margin: auto .6em; }
    #reports .report-filters .project-filter-button {
      width: 252px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #reports .report-filters ul li .project {
      width: 252px;
      text-overflow: ellipsis;
      overflow: hidden; }
  #reports .url-text {
    word-break: break-all; }
  #reports #shared-url {
    white-space: nowrap; }
    #reports #shared-url label {
      float: left;
      margin-right: .8em; }
  #reports .issue-heading {
    text-transform: none; }
  #reports .err {
    padding-right: 0.8em;
    overflow: auto;
    width: 60%; }
  #reports #report-issues table .table,
  #reports #shared-report-issues table .table {
    table-layout: fixed;
    width: 100%; }
    #reports #report-issues table .table th, #reports #report-issues table .table td,
    #reports #shared-report-issues table .table th,
    #reports #shared-report-issues table .table td {
      padding: 0 .8em 0 0;
      overflow: auto; }
      #reports #report-issues table .table th .id, #reports #report-issues table .table td .id,
      #reports #shared-report-issues table .table th .id,
      #reports #shared-report-issues table .table td .id {
        width: 30px; }
    #reports #report-issues table .table th,
    #reports #shared-report-issues table .table th {
      text-align: left; }
    #reports #report-issues table .table .err, #reports #report-issues table .table .desc,
    #reports #shared-report-issues table .table .err,
    #reports #shared-report-issues table .table .desc {
      width: 50%; }
    #reports #report-issues table .table .test-result th, #reports #report-issues table .table .test-result td,
    #reports #shared-report-issues table .table .test-result th,
    #reports #shared-report-issues table .table .test-result td {
      padding-top: 2em;
      padding-bottom: 3em;
      vertical-align: top; }
    #reports #report-issues table .table .test-result .test-standards th, #reports #report-issues table .table .test-result .test-standards td,
    #reports #shared-report-issues table .table .test-result .test-standards th,
    #reports #shared-report-issues table .table .test-result .test-standards td {
      padding-top: 0;
      padding-bottom: 0; }
    #reports #report-issues table .table .result-desc-title,
    #reports #shared-report-issues table .table .result-desc-title {
      color: #272727; }
  #reports #results-title a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: inline-block; }
  #reports .category {
    display: inline; }
  #reports .highlight {
    /* animated yellow bg */
    background-color: #FEFFE0; }
  #reports .best-practice .icon {
    fill: #6A976B;
    margin-top: -6px; }
  #reports .best-practice a {
    color: #6A976B; }
    #reports .best-practice a .recommended-fix {
      position: relative;
      top: -1px; }
  #reports .wcag span:before {
    content: ' '; }
  #reports .spec {
    color: #707070; }
    #reports .spec ul {
      padding-left: 18px; }
  #reports .metrics .time-label,
  #reports .metrics .screen-label,
  #reports .metrics .filesize-label {
    color: #666666; }
  #reports .metrics .time-data,
  #reports .metrics .screen-data,
  #reports .metrics .filesize-data {
    color: #666666;
    font-weight: bold; }
  #reports .metrics .thumbnail-screenshot {
    margin-top: 12px;
    text-align: center; }
  #reports .results-data h2 {
    font-size: 20px; }
  #reports .results-data .pages {
    overflow: hidden; }
    #reports .results-data .pages ul {
      padding-left: 18px; }
  #reports pre {
    border: none;
    background: #000;
    color: #f8f8f8;
    padding: 1em; }
    #reports pre code {
      display: block;
      padding: 0.5em; }
  #reports code {
    white-space: pre-wrap;
    display: block; }
  #reports .error {
    border: 0 none; }
  #reports .text-success,
  #reports .text-danger,
  #reports .text-warning {
    font-weight: bold; }
  #reports .text-danger {
    color: #EF3706; }
  #reports .text-danger,
  #reports .text-warning {
    color: #8D6B09; }

@media (min-width: 768px) {
  #reports .form-group {
    margin-bottom: 15px; } }

/* Small devices (below 768px) */
@media (max-width: 767px) {
  #reports .report-filters {
    padding-bottom: 0.6em; }
    #reports .report-filters .form-control.rw-widget {
      margin: auto 0; }
  #reports .project-icon.favicon {
    margin-left: -11px;
    margin-right: 7px; } }

#sharedReport .header {
  background-color: #243659;
  padding: 1em; }

#sharedReport .logo {
  height: auto;
  padding: 1rem 1rem; }

#report-buttons #share-button {
  display: inline-block; }

#report-buttons #share-button + #export-button {
  display: inline-block;
  margin-left: 1em; }

.stripe-subscriptions .disable-link,
.stripe-invoices .disable-link {
  pointer-events: none;
  cursor: default; }

#report-generator .dropdown-menu {
  overflow: scroll;
  height: 300px; }

#report-generator .rw-datetimepicker table {
  margin: 0;
  overflow: visible; }

#report-generator .rw-datetimepicker tr {
  display: table-row;
  width: 100%;
  padding: 0; }

#report-generator .date-filter .form-group {
  display: inline-grid;
  margin-bottom: 10px; }

#report-generator .date-filter .form-group label {
  padding: 5px 0 0 0;
  margin: 0 5px 0 0; }

#report-generator .date-filter .date-end {
  margin-left: 50px; }

#topNav {
  background-color: #243659;
  color: #B0E0F1; }
  #topNav .navbar-default {
    background-color: #243659;
    border-color: #152035; }
    #topNav .navbar-default .navbar-brand {
      color: #B0E0F1; }
    #topNav .navbar-default .navbar-brand:hover,
    #topNav .navbar-default .navbar-brand:focus {
      color: #94d5ec;
      background-color: transparent; }
  #topNav .navbar-header img {
    float: left; }

#main-menu svg.icon {
  fill: #B0E0F1; }

#main-menu .navbar-nav > li > a {
  color: #B0E0F1; }

#main-menu .navbar-nav > li > a:hover,
#main-menu .navbar-nav > li > a:focus {
  color: #59bee2;
  background-color: transparent; }

#main-menu .navbar-nav > .active > a,
#main-menu .navbar-nav > .active > a:hover,
#main-menu .navbar-nav > .active > a:focus {
  color: #73c8e6;
  background-color: #152035; }

.terminal-item .terminal {
  position: relative;
  background-color: #858585;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.terminal-item header {
  text-align: center;
  padding: 8px; }
  .terminal-item header h4 {
    margin: 0;
    padding: 0;
    font-size: 85%;
    color: #222222;
    font-weight: 800;
    font-kerning: none;
    letter-spacing: 0.22em; }

.terminal-item code {
  padding: 1em; }

.terminal-item .shell-dots {
  position: absolute;
  left: 12px;
  top: 6px;
  padding: 0; }
  .terminal-item .shell-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #555;
    margin-left: 6px; }

.terminal-item .terminal-window {
  text-align: left;
  background-color: #2f2f2f; }
  .terminal-item .terminal-window .terminal-content code {
    color: #f2f2f2;
    background-color: inherit;
    box-shadow: none; }
  .terminal-item .terminal-window .terminal-content pre {
    background-color: inherit;
    padding: 0; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }
