@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
* {
  box-sizing: border-box; }

p, h1, h2, h3, h4 {
  margin: 0;
  font-weight: normal; }

html {
  height: 100%; }

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  min-height: 100vh;
  margin: 0;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased; }

input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

a:link, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover, a:active {
  opacity: 0.75; }

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: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-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-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: ""; }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-Light.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Light.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-Light.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-LightIt.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-LightIt.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-LightIt.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-LightIt.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Regular.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-Regular.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-It.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-It.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-It.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-It.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-Semibold.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Semibold.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-Semibold.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-SemiboldIt.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-SemiboldIt.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-SemiboldIt.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-SemiboldIt.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-Bold.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-Bold.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-Bold.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
  src: url("fonts/source-sans-pro/EOT/SourceSansPro-BoldIt.eot") format("embedded-opentype"), url("fonts/source-sans-pro/WOFF/OTF/SourceSansPro-BoldIt.otf.woff") format("woff"), url("fonts/source-sans-pro/OTF/SourceSansPro-BoldIt.otf") format("opentype"), url("fonts/source-sans-pro/TTF/SourceSansPro-BoldIt.ttf") format("truetype"); }

/****** Scaffolding ******/
.content.shaded-bg {
  background: #eee; }

.row {
  position: relative;
  width: 100%; }
  .row .row-inner {
    position: relative;
    padding: 0 20px;
    margin: auto;
    max-width: 520px; }
    @media (min-width: 620px) {
      .row .row-inner {
        max-width: 620px; } }
    @media (min-width: 820px) {
      .row .row-inner {
        max-width: 820px; } }
    @media (min-width: 1020px) {
      .row .row-inner {
        max-width: 1020px; } }
    @media (min-width: 1220px) {
      .row .row-inner {
        max-width: 1220px; } }
    .row .row-inner.narrow {
      max-width: 800px; }
    .row .row-inner.extra-narrow {
      max-width: 620px; }
  .row .row-header h1.collapser {
    color: #777;
    font-weight: 500;
    font-size: 0.75em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  .row .row-menus .row-menu {
    height: 1.7em;
    display: inline-block;
    vertical-align: middle; }
    .row .row-menus .row-menu.right {
      float: right; }
    .row .row-menus .row-menu .menu-item {
      display: inline;
      color: #333; }
      .row .row-menus .row-menu .menu-item i {
        margin-left: 10px;
        color: #555;
        font-size: 1em; }
      .row .row-menus .row-menu .menu-item .label {
        font-size: 0.8em; }
      .row .row-menus .row-menu .menu-item.selected {
        bottom: 2px solid; }
    @media only screen and (max-width: 1100px) {
      .row .row-menus .row-menu .menu-item .label {
        display: none; } }
    @media only screen and (max-width: 600px) {
      .row .row-menus .row-menu .menu-label {
        display: none; } }

/****** Interaction ******/
.clickable {
  cursor: pointer; }
  .clickable:hover {
    opacity: 0.5; }
  .clickable.selected, .clickable.selected:hover {
    opacity: 1;
    cursor: default; }
  .clickable[disabled] {
    opacity: .5;
    cursor: default; }

.is-touch .clickable:hover {
  opacity: 1; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fa-chevron-down {
  -webkit-text-stroke: 1px white; }

.dropdown {
  height: 40px;
  padding-top: 12px;
  position: relative; }
  .dropdown .dropdown-head {
    padding: 0;
    font-size: 18px; }
    .dropdown .dropdown-head .current {
      font-size: 1em;
      margin: 0 5px;
      cursor: default; }
    .dropdown .dropdown-head .dropdown-chevron {
      font-size: 10px; }
  .dropdown .dropdown-label {
    display: inline-block;
    font-size: 12px;
    padding: 0.6em 0.4em 0.2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle; }
  .dropdown .dropdown-list {
    display: none;
    background: white;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    margin-top: 0;
    margin-bottom: 40px;
    left: 0;
    padding: 0;
    min-width: 100%;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto; }
    .dropdown .dropdown-list .dropdown-category {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      padding: 9px 60px 0 12px;
      color: #222; }
    .dropdown .dropdown-list .dropdown-item {
      display: block;
      cursor: pointer;
      border-bottom: 1px solid #eaeaea;
      white-space: nowrap;
      padding: 12px 60px 12px 12px;
      min-width: 100px;
      font-weight: normal;
      position: relative; }
      .dropdown .dropdown-list .dropdown-item i {
        margin-right: 5px; }
      .dropdown .dropdown-list .dropdown-item.selected, .dropdown .dropdown-list .dropdown-item:not(.dropdown-category):hover {
        background: #eee; }
      .dropdown .dropdown-list .dropdown-item:last-child {
        border-bottom: none; }
      .dropdown .dropdown-list .dropdown-item.current::before {
        font-family: FontAwesome;
        content: "\f058";
        position: absolute;
        right: 11px;
        top: 12px;
        color: #666;
        pointer-events: none; }
      .dropdown .dropdown-list .dropdown-item.upgrade-btn::after {
        top: 12px;
        right: 8px; }
    .dropdown .dropdown-list form.dropdown-item {
      padding: 0; }
      .dropdown .dropdown-list form.dropdown-item button {
        background: transparent;
        font-size: inherit;
        display: block;
        width: 100%;
        border: none;
        cursor: pointer;
        padding: 12px 60px 12px 12px;
        text-align: left; }
      .dropdown .dropdown-list form.dropdown-item:hover button {
        opacity: .75; }
  .dropdown.right-aligned .dropdown-head {
    text-align: right; }
  .dropdown.right-aligned .dropdown-list {
    right: 0;
    left: auto; }
  .dropdown.autocomplete {
    display: none;
    height: 0; }
    .dropdown.autocomplete.open {
      display: block;
      height: auto; }
  .dropdown.autocomplete.open .dropdown-list,
  .dropdown.click-to-open.open:hover .dropdown-list,
  .dropdown:not(.click-to-open):hover .dropdown-list {
    animation: dropdown-out 200ms;
    display: block;
    z-index: 2; }
  @media (min-width: 420px) {
    .dropdown {
      padding-top: 21px; }
      .dropdown.autocomplete {
        padding-top: 0; } }

@keyframes dropdown-out {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.menu {
  overflow: hidden;
  display: inline-block;
  margin-left: 1em; }
  .menu:first-child, .menu:first-of-type {
    margin-left: 0; }
  .menu .menu-label {
    display: inline-block;
    font-size: 0.75em;
    margin-top: 0.25em;
    padding: 18px 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: middle; }
  .menu .menu-item {
    display: inline-block;
    font-size: 1em;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 500;
    margin-right: 40px;
    padding-top: 21px; }
    .menu .menu-item a:hover {
      opacity: 1; }
    .menu .menu-item#sign-in {
      padding-top: 0;
      margin: 0; }
    .menu .menu-item.small {
      font-size: 0.85em;
      font-weight: 400; }
    .menu .menu-item:hover {
      color: #888; }
    .menu .menu-item.selected {
      border-color: #333; }
    .menu .menu-item.selected:hover {
      color: #333; }
    .menu .menu-item.space-right {
      padding-right: 50px; }
    .menu .menu-item.space-left {
      padding-left: 50px; }

#preview-menu {
  float: left;
  margin-top: 7px;
  width: 0; }
  #preview-menu .menu-item {
    padding: 0;
    font-size: 12px;
    margin-right: 5px;
    padding-right: 5px;
    opacity: 0.5; }
    #preview-menu .menu-item.selected {
      opacity: 1; }
      #preview-menu .menu-item.selected .label {
        text-decoration: underline; }
    #preview-menu .menu-item:last-child {
      border-right: none;
      padding-right: 0; }
  #preview-menu #editor-previews {
    display: none; }
  #preview-menu #editor-custom-inputs input {
    width: 44px;
    border: none;
    border-radius: 3px;
    padding-left: 5px;
    background: #fff;
    outline: none; }
    #preview-menu #editor-custom-inputs input:first-child {
      margin-right: -10px;
      position: relative;
      z-index: 2; }
    #preview-menu #editor-custom-inputs input:last-child {
      margin-left: 5px; }
  #preview-menu #editor-preview {
    border-right: none; }
  @media (min-width: 820px) {
    #preview-menu {
      width: 230px; }
      #preview-menu .menu-item {
        display: inline-block; }
        #preview-menu .menu-item#full-preview {
          padding-right: 12px;
          margin-right: 10px;
          border-right: 1px solid rgba(0, 0, 0, 0.2); }
      #preview-menu #editor-previews {
        display: inline-block; } }

button {
  font-family: "Source Sans Pro", sans-serif; }

.btn {
  font-size: 12px;
  border: none;
  font-weight: bold;
  font-family: inherit;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  height: 24px;
  line-height: 22px;
  cursor: pointer;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #eee; }
  .btn i {
    margin-right: 3px; }
  .btn.fa {
    font-family: FontAwesome; }
  .btn .no-padding {
    padding: 0; }
  .btn.selected, .btn.selected:hover {
    background-color: #DD4141;
    color: white;
    cursor: default; }
  .btn.upgrade {
    background: #EAA22D;
    color: white; }
    .btn.upgrade.business {
      background: #93366E; }
  .btn.upgrade:hover {
    background: #e69717; }
    .btn.upgrade:hover.business {
      background: #802f60; }
  .btn.available {
    background: #5CB85C;
    color: white; }
  .btn.available:hover {
    background: #4cae4c; }
  .btn.danger {
    background: #DD4141;
    color: white; }
  .btn.danger:not(.disabled):hover {
    background: #d92b2b; }
  .btn.primary {
    background: #333;
    color: white; }
  .btn.caution {
    background: orange;
    color: white; }
  .btn.caution:hover {
    background: #e69500; }
  .btn.neutral {
    background: #888;
    color: white; }
  .btn.neutral:not(.disabled):hover {
    background: #7b7b7b; }
  .btn.control-btn {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(230, 230, 230, 0.7);
    width: 34px;
    height: 34px;
    padding: 9px 0 0;
    font-size: 1em;
    margin-right: 0.2em;
    color: white; }
    .btn.control-btn:hover {
      background: #111; }
    .selected.template .btn.control-btn.template-select {
      background: #5CB85C; }
  .btn.disabled {
    pointer-events: none;
    opacity: .5; }
  .btn.create-new, .btn.create, .btn.cta {
    background: #2886B2;
    border: 1px solid #17739D;
    color: #fff; }
  @media (min-width: 520px) {
    .btn {
      font-size: 14px;
      padding: 0 8px;
      line-height: 28px;
      height: 30px; } }
  @media (min-width: 920px) {
    .btn {
      padding: 0 12px;
      line-height: 34px;
      height: 36px; } }

.upgrade-btn {
  position: relative; }
  .upgrade-btn:after {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 9999px;
    background-color: #EAA22D;
    border: 2px solid #fff;
    content: '';
    font-family: "FontAwesome";
    top: -8px;
    right: -8px;
    color: #fff;
    font-size: 9px;
    box-sizing: border-box;
    position: absolute;
    line-height: 16px;
    text-align: center; }
  .upgrade-btn.business::after {
    background-color: #93366E; }

.btn-group {
  font-size: 14px;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px; }
  .btn-group:first-child {
    margin-left: 0; }
  .btn-group .btn {
    border-radius: 0;
    height: 100%;
    border: 0;
    border-left: 1px solid #ddd;
    font-size: inherit; }
  .btn-group .btn:first-child {
    border: none; }
  .btn-group.tabs:not(.can-stack) {
    border: 0;
    border-radius: 0; }
    .btn-group.tabs:not(.can-stack) .btn.tab {
      display: inline-block;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom: none;
      padding-top: 5px;
      line-height: 1; }
      .btn-group.tabs:not(.can-stack) .btn.tab:first-child {
        margin-left: 0; }
  .btn-group.can-stack {
    margin-left: 0;
    height: auto; }
    .btn-group.can-stack .btn {
      width: 100%;
      border: 0;
      padding: 4px 8px 5px;
      height: auto;
      border-top: 1px solid #ddd; }
      .btn-group.can-stack .btn:first-child {
        border: none; }

.tab-buttons {
  white-space: nowrap;
  display: inline-block;
  margin: 5px 0 0; }
  .tab-buttons button {
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0 8px;
    width: 80px;
    height: 20px;
    font-family: "Source Sans Pro";
    color: #777;
    outline: none;
    background: #fff;
    border-radius: 3px 0 0 3px; }
    .tab-buttons button:not([disabled]):hover {
      opacity: 1;
      color: #333; }
    .tab-buttons button.active {
      background-color: #2886B2;
      font-weight: bold;
      color: #fff;
      cursor: default; }
      .tab-buttons button.active:hover {
        opacity: 1;
        color: #fff; }
    .tab-buttons button:last-child {
      border-radius: 0 3px 3px 0; }

.tab-panes {
  position: relative;
  overflow-x: hidden; }

.tab-pane {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 100vw;
  pointer-events: none; }
  .tab-pane.active {
    left: 0;
    pointer-events: auto; }

.check {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  overflow: hidden;
  font-family: helvetica, arial;
  text-align: center;
  margin: 3px 10px;
  background: #428bca; }
  .check:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 3px solid white;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .check:hover::after {
    opacity: 0.3; }
  .check.selected:after {
    opacity: 1; }

input[type=url] {
  padding-right: 30px; }

button.upload {
  width: 30px;
  height: 30px;
  background: #eee;
  position: absolute;
  bottom: 0;
  left: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  border-radius: 0 3px 3px 0;
  font-size: 18px;
  color: #999;
  margin-left: -35px;
  cursor: pointer; }

button.upload:hover {
  color: #777; }

.circle-icon {
  width: 1.2em;
  height: 1.2em;
  font-size: 0.8em;
  border-radius: 50%;
  background: black;
  color: white;
  display: inline-block;
  text-align: center;
  line-height: 1.1em; }
  .circle-icon i {
    font-size: 0.75em; }
  .circle-icon:last-child {
    margin-right: 0; }

.flourish-popup {
  pointer-events: none;
  z-index: 111;
  font-size: 0.8em;
  max-width: 280px; }
  .flourish-popup h1 {
    font-size: 1em;
    font-weight: bold; }
  .flourish-popup p {
    font-size: 0.9em; }

.flourish-popup-svg {
  pointer-events: none; }

.dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 113; }
  .dialog .btn {
    margin-bottom: 5px; }
  .dialog .btn.secondary {
    background: none;
    text-decoration: underline;
    font-weight: normal; }
  .dialog .dialog-inner {
    background: #fff;
    padding: 36px 30px 30px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 20px;
    width: 420px;
    max-width: calc(100% - 40px); }
    .dialog .dialog-inner .text {
      margin-bottom: 30px; }
      .dialog .dialog-inner .text h1 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px; }
      .dialog .dialog-inner .text h2 {
        font-weight: 600;
        font-size: 16px;
        color: #333;
        margin: 10px 0 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .dialog .dialog-inner .text hr {
        margin: 15px 0;
        opacity: .3; }
      .dialog .dialog-inner .text p {
        font-size: 16px;
        line-height: 24px;
        color: #777;
        margin-bottom: 6px;
        position: relative; }
        .dialog .dialog-inner .text p.alert {
          color: #C64C61; }
        .dialog .dialog-inner .text p.small {
          font-size: 14px;
          line-height: 21px; }
      .dialog .dialog-inner .text a {
        text-decoration: underline; }
      .dialog .dialog-inner .text textarea, .dialog .dialog-inner .text input, .dialog .dialog-inner .text select {
        margin: 0.5em 0;
        width: 100%;
        border: 1px solid #999;
        font-size: 0.9em;
        padding: 0.1em 0 0.1em 0.1em; }
        .dialog .dialog-inner .text textarea.narrow, .dialog .dialog-inner .text input.narrow, .dialog .dialog-inner .text select.narrow {
          width: 50px;
          margin-right: 1em; }
      .dialog .dialog-inner .text table {
        border: 1px solid #ddd;
        width: 100%;
        border-collapse: collapse; }
        .dialog .dialog-inner .text table td {
          border: 1px solid #ddd;
          padding: 2px 4px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          height: 26px;
          max-width: 170px; }
      .dialog .dialog-inner .text select {
        font-size: inherit;
        outline: none; }
      .dialog .dialog-inner .text ul.plain {
        list-style: none;
        padding: 0; }
        .dialog .dialog-inner .text ul.plain li {
          padding: 0; }
      .dialog .dialog-inner .text label:first-child {
        display: inline-block;
        width: 70px; }
      .dialog .dialog-inner .text label:first-child:last-child {
        width: 100%; }
      .dialog .dialog-inner .text input[type=number] {
        width: 90px; }
      .dialog .dialog-inner .text input[type=checkbox],
      .dialog .dialog-inner .text input[type=radio] {
        width: auto;
        margin-right: 0.4em; }
      .dialog .dialog-inner .text textarea {
        padding: 0.1em;
        height: 5em; }
        .dialog .dialog-inner .text textarea.code {
          font-family: monospace;
          font-size: .8em;
          height: 7em; }
      .dialog .dialog-inner .text input[type=text][disabled] {
        opacity: .5; }
      .dialog .dialog-inner .text label {
        display: inline-block;
        font-weight: 600;
        color: #333;
        margin-right: 0.5em; }
        .dialog .dialog-inner .text label.narrow {
          width: 50px; }
        .dialog .dialog-inner .text label span {
          display: inline-block;
          color: #999;
          font-size: .85em;
          font-weight: 500;
          line-height: 1.2;
          padding-left: 22px; }
        .dialog .dialog-inner .text label select {
          width: auto; }
        .dialog .dialog-inner .text label.indented {
          display: block;
          padding-left: 22px;
          width: 100%;
          position: relative; }
          .dialog .dialog-inner .text label.indented input:first-child {
            position: absolute;
            top: 0;
            left: 0; }
      .dialog .dialog-inner .text figure {
        max-width: 100%;
        max-height: 120px;
        overflow: hidden; }
        .dialog .dialog-inner .text figure img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .dialog .dialog-inner .text .collapsed {
        display: none; }
      .dialog .dialog-inner .text button[name=toggle-collapse] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        border: none;
        background: transparent;
        outline: none;
        font: inherit;
        padding: .5em 0; }
      .dialog .dialog-inner .text .columns {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start; }
        .dialog .dialog-inner .text .columns > div {
          width: 50%;
          padding-right: 10px;
          overflow: hidden; }
          .dialog .dialog-inner .text .columns > div > * {
            max-width: 100%; }
      .dialog .dialog-inner .text button.upload {
        margin-left: -30px;
        height: 25px;
        bottom: 6px; }
      .dialog .dialog-inner .text .palette {
        max-height: calc(100vh - 210px);
        overflow-y: auto;
        padding: 1px; }
        .dialog .dialog-inner .text .palette input[type=color],
        .dialog .dialog-inner .text .palette button,
        .dialog .dialog-inner .text .palette span {
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          appearance: none;
          display: inline-block;
          width: 28px;
          height: 28px;
          padding: 0;
          margin: 1px;
          border: none;
          outline: none;
          background: transparent; }
          .dialog .dialog-inner .text .palette input[type=color].fa-plus-square::before,
          .dialog .dialog-inner .text .palette button.fa-plus-square::before,
          .dialog .dialog-inner .text .palette span.fa-plus-square::before {
            font-size: 32px;
            color: #ddd;
            margin-left: 1px; }
          .dialog .dialog-inner .text .palette input[type=color].fa-times,
          .dialog .dialog-inner .text .palette button.fa-times,
          .dialog .dialog-inner .text .palette span.fa-times {
            position: absolute;
            right: 0;
            opacity: 0;
            color: #aaa; }
            .dialog .dialog-inner .text .palette input[type=color].fa-times:hover,
            .dialog .dialog-inner .text .palette button.fa-times:hover,
            .dialog .dialog-inner .text .palette span.fa-times:hover {
              color: #888; }
          .dialog .dialog-inner .text .palette input[type=color][draggable],
          .dialog .dialog-inner .text .palette button[draggable],
          .dialog .dialog-inner .text .palette span[draggable] {
            cursor: move;
            cursor: grab;
            cursor: -moz-grab;
            cursor: -webkit-grab; }
            .dialog .dialog-inner .text .palette input[type=color][draggable]:active,
            .dialog .dialog-inner .text .palette button[draggable]:active,
            .dialog .dialog-inner .text .palette span[draggable]:active {
              cursor: grabbing;
              cursor: -moz-grabbing;
              cursor: -webkit-grabbing; }
            .dialog .dialog-inner .text .palette input[type=color][draggable]::before,
            .dialog .dialog-inner .text .palette button[draggable]::before,
            .dialog .dialog-inner .text .palette span[draggable]::before {
              content: ".. .. .. .. ..";
              display: block;
              width: 15px;
              height: 100%;
              color: #ddd;
              position: absolute;
              left: 1px;
              top: 0;
              text-align: center;
              font-size: 18px;
              font-weight: bold;
              line-height: 6.5px;
              letter-spacing: 1px;
              text-shadow: 1px 1px 1px #aaa;
              opacity: 0; }
          .dialog .dialog-inner .text .palette input[type=color]::-webkit-color-swatch-wrapper,
          .dialog .dialog-inner .text .palette button::-webkit-color-swatch-wrapper,
          .dialog .dialog-inner .text .palette span::-webkit-color-swatch-wrapper {
            padding: 0; }
          .dialog .dialog-inner .text .palette input[type=color]::-webkit-color-swatch,
          .dialog .dialog-inner .text .palette button::-webkit-color-swatch,
          .dialog .dialog-inner .text .palette span::-webkit-color-swatch {
            border: none; }
        .dialog .dialog-inner .text .palette input[type=text] {
          width: 120px;
          width: calc(100% - 52px);
          padding: 5px 8px;
          border-width: 0;
          margin: 0; }
        .dialog .dialog-inner .text .palette p {
          position: relative;
          display: flex;
          align-items: center;
          margin: 0;
          padding: 5px 5px 5px 20px; }
          .dialog .dialog-inner .text .palette p:not(:last-child) {
            border: 1px solid #eee; }
            .dialog .dialog-inner .text .palette p:not(:last-child):not(:first-child) {
              border-top-width: 0; }
            .dialog .dialog-inner .text .palette p:not(:last-child):hover {
              outline: 1px solid #ccc;
              border-color: #fff; }
              .dialog .dialog-inner .text .palette p:not(:last-child):hover button.fa-times {
                opacity: .5; }
          .dialog .dialog-inner .text .palette p:hover [draggable]::before {
            opacity: 1; }
    .dialog .dialog-inner .upgrade {
      margin: 0 -30px -30px;
      padding: 30px 30px 30px;
      background: #EAA22D;
      color: #fff; }
      .dialog .dialog-inner .upgrade p {
        color: #fff; }
      .dialog .dialog-inner .upgrade ul {
        padding: 0; }
        .dialog .dialog-inner .upgrade ul li {
          font-weight: bold;
          margin-bottom: 9px;
          list-style: none;
          padding-left: 20px;
          position: relative; }
          .dialog .dialog-inner .upgrade ul li i {
            position: absolute;
            left: 0;
            top: 3px; }
      .dialog .dialog-inner .upgrade .btn.convert {
        background: #fff;
        color: #EAA22D; }
      .dialog .dialog-inner .upgrade.business {
        background-color: #93366E; }
        .dialog .dialog-inner .upgrade.business .btn.convert {
          color: #93366E; }

.hide-unpublished {
  display: none; }

body.published .hide-published {
  display: none; }

body.published .hide-unpublished {
  display: initial; }

.row.footer {
  background: #F8F8F8;
  color: #333; }
  .row.footer.bottom-rule .row-inner {
    padding-bottom: 0; }
  .row.footer .row-inner {
    padding-top: 30px;
    padding-bottom: 30px; }
    .row.footer .row-inner:after {
      clear: both;
      display: block;
      content: ''; }
    .row.footer .row-inner .footer-column {
      font-size: 14px;
      display: inline-block;
      margin: 36px 0 0;
      width: 100%;
      line-height: 1.5em; }
      .row.footer .row-inner .footer-column h2 i {
        margin-right: 5px;
        opacity: 0.5; }
        .row.footer .row-inner .footer-column h2 i:hover {
          opacity: 1; }
      .row.footer .row-inner .footer-column p {
        line-height: 1em;
        margin-bottom: 3px; }
      .row.footer .row-inner .footer-column.footer-contact {
        font-size: 9px; }
        .row.footer .row-inner .footer-column.footer-contact h2 {
          font-size: 20px; }
        .row.footer .row-inner .footer-column.footer-contact h3 {
          font-size: 12px;
          font-weight: bold;
          line-height: 1.2em; }
        .row.footer .row-inner .footer-column.footer-contact p {
          margin: 2px 0 0; }
    .row.footer .row-inner .footer-column.footer-flourish {
      width: 100%;
      margin-top: 0; }
      .row.footer .row-inner .footer-column.footer-flourish h2 {
        font-weight: bold;
        font-size: 24px; }
      .row.footer .row-inner .footer-column.footer-flourish p {
        opacity: 0.4;
        margin: 3px 0 0;
        line-height: 1em;
        font-size: 13px;
        font-weight: 500; }
    .row.footer .row-inner .footer-column.footer-menu {
      column-count: 3;
      font-size: 0; }
      .row.footer .row-inner .footer-column.footer-menu p {
        display: inline-block;
        font-size: 14px;
        width: 100%;
        break-inside: avoid;
        -webkit-column-break-inside: avoid; }
    .row.footer .row-inner .footer-column.footer-blog {
      font-size: 18px;
      font-weight: bold;
      line-height: 1em; }
      .row.footer .row-inner .footer-column.footer-blog a {
        border-top: 1px solid #eee;
        display: block;
        padding-top: 30px; }
      .row.footer .row-inner .footer-column.footer-blog span {
        font-size: 14px;
        font-weight: normal;
        display: block; }
    .row.footer .row-inner .row-contents {
      font-size: 0; }
    @media (min-width: 420px) {
      .row.footer .row-inner .footer-flourish {
        margin-bottom: 30px; }
      .row.footer .row-inner .row-contents:after {
        clear: both;
        display: block;
        content: ''; }
      .row.footer .row-inner .footer-column {
        width: 380px; }
      .row.footer .row-inner .footer-column.footer-menu {
        column-count: 3; }
      .row.footer .row-inner .footer-column.footer-blog {
        clear: both;
        width: 100%; }
      .row.footer .row-inner .footer-early-access h5 {
        font-size: 27px;
        max-width: 280px; }
      .row.footer .row-inner .footer-early-access h6 {
        font-size: 21px;
        max-width: 380px; }
      .row.footer .row-inner .footer-early-access .early-access .early-access-form {
        margin-left: 0; } }
    @media (min-width: 620px) {
      .row.footer .row-inner {
        padding-top: 60px;
        padding-bottom: 60px; }
        .row.footer .row-inner .footer-column {
          margin-top: 30px; }
        .row.footer .row-inner .footer-column.footer-contact {
          width: 200px;
          display: inline-block; }
        .row.footer .row-inner .footer-column.footer-menu {
          column-count: 3;
          width: 280px;
          display: inline-block;
          margin-left: 100px;
          vertical-align: top;
          text-align: right; }
        .row.footer .row-inner .footer-column.footer-blog {
          margin-top: 60px; }
        .row.footer .row-inner h5, .row.footer .row-inner h6 {
          max-width: 280px; }
        .row.footer .row-inner .footer-early-access {
          position: relative;
          padding-bottom: 60px; }
          .row.footer .row-inner .footer-early-access .early-access .early-access-form {
            margin-left: 0;
            width: 220px;
            left: auto;
            right: 6px; }
          .row.footer .row-inner .footer-early-access .early-access-container {
            position: absolute;
            max-width: 280px;
            right: 0;
            top: 0;
            margin-top: 0; } }
    @media (min-width: 820px) {
      .row.footer .row-inner .footer-column.footer-menu {
        width: 280px;
        margin-left: 70px;
        text-align: left; }
      .row.footer .row-inner .footer-column.footer-blog {
        float: right;
        width: 180px;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px; }
        .row.footer .row-inner .footer-column.footer-blog a {
          padding-top: 12px; }
      .row.footer .row-inner .footer-early-access {
        max-width: 980px;
        padding-bottom: 90px; }
        .row.footer .row-inner .footer-early-access h5 {
          font-size: 30px;
          line-height: 1em;
          max-width: 380px; }
        .row.footer .row-inner .footer-early-access h6 {
          font-size: 21px;
          max-width: 380px; }
        .row.footer .row-inner .footer-early-access .early-access-container {
          max-width: 430px; }
        .row.footer .row-inner .footer-early-access .early-access {
          text-align: left; }
        .row.footer .row-inner .footer-early-access .early-access .early-access-form {
          left: 0;
          width: 210px; } }
    @media (min-width: 1020px) {
      .row.footer .row-inner .footer-column.footer-menu {
        width: 280px;
        margin-left: 150px; }
      .row.footer .row-inner .footer-early-access .early-access-container {
        right: 80px;
        max-width: 480px; } }
    @media (min-width: 1220px) {
      .row.footer .row-inner .row-contents {
        margin-left: 120px;
        margin-right: 120px; } }

#sdk-tag,
#beta-tag {
  font-size: 14px;
  margin-top: 23px;
  display: inline-block;
  opacity: 0.2;
  font-weight: bold;
  position: absolute; }
  @media (min-width: 420px) {
    #sdk-tag,
    #beta-tag {
      margin-top: 33px; } }

.row.header {
  position: relative;
  top: 0;
  background: white;
  border-bottom: 1px solid #ccc;
  height: 49px; }
  .row.header #back-to-projects {
    width: 48px;
    height: 100%;
    border-right: 1px solid #eee;
    display: block;
    text-align: center;
    padding-top: 14px; }
    .row.header #back-to-projects.bosh img {
      width: 20px; }
    @media (min-width: 420px) {
      .row.header #back-to-projects {
        width: 60px;
        padding-top: 19px; } }
  .row.header .row-inner {
    height: 100%;
    padding-top: 1px; }
    .row.header .row-inner:after {
      clear: both;
      content: ''; }
  .row.header .menu-holder {
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    float: right; }
  .row.header .hamburger {
    margin-top: 6px; }
  .row.header .logo {
    margin: 6px 0 0;
    display: block;
    float: left;
    width: 100px; }
    .row.header .logo img {
      width: 100px; }
  .row.header .dropdown {
    margin-right: 0;
    max-width: 300px;
    position: absolute;
    right: 20px; }
  .row.header .mobile-nav {
    display: none; }
    .row.header .mobile-nav .fa-bars {
      font-size: 1.5em; }
  .row.header .desktop-nav {
    padding-top: 0; }
  .row.header .user-settings {
    margin-top: 10px;
    padding: 5px 0 5px 40px;
    position: relative; }
  .row.header .unsubscribed .user-settings {
    padding: 0 0 0 40px; }
  @media screen and (max-width: 819px) {
    .row.header .desktop-nav {
      display: none; }
    .row.header .mobile-nav {
      display: block; }
    .row.header .menu-holder:hover {
      text-align: right; }
      .row.header .menu-holder:hover .menu {
        display: block;
        position: fixed;
        padding: 10px;
        background: white;
        top: 40px;
        right: 0;
        box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.1); }
        .row.header .menu-holder:hover .menu .menu-item {
          display: block;
          padding: 6px 0;
          color: #333;
          margin-right: 0;
          font-size: 14px;
          text-align: left; }
        .row.header .menu-holder:hover .menu #sign-in .btn {
          background: #eee;
          font-size: 14px;
          margin-top: 12px; } }
  @media (min-width: 420px) {
    .row.header {
      height: 61px; }
      .row.header .logo {
        margin-top: 10px;
        width: 120px; }
        .row.header .logo img {
          width: 120px; }
      .row.header .hamburger {
        margin-top: 14px; } }
  @media (min-width: 820px) {
    .row.header .menu-holder {
      width: 430px; }
    .row.header.not-logged-in .menu-holder {
      width: 580px; }
    .row.header #sign-in {
      position: absolute;
      right: 20px;
      top: 0; }
      .row.header #sign-in .btn {
        margin-top: 12px;
        background-color: #eee; }
      .row.header #sign-in a {
        display: block; } }
  @media (min-width: 1020px) {
    .row.header.not-logged-in .row-inner {
      max-width: 1220px; } }
  .row.header.app-showcase .sign-in {
    position: absolute;
    top: 8px;
    right: 20px;
    height: 32px;
    font-size: 14px;
    padding-top: 0.3em;
    line-height: 1.4em; }
    @media (min-width: 420px) {
      .row.header.app-showcase .sign-in {
        top: 12px;
        height: 40px;
        font-size: 16px;
        padding-top: 0.45em; } }

.is-static .row.header,
.not-logged-in .row.header {
  background: transparent;
  box-shadow: none;
  z-index: 3;
  border-color: transparent; }
  .is-static .row.header .row-inner,
  .not-logged-in .row.header .row-inner {
    display: block;
    position: relative; }
    .is-static .row.header .row-inner:after,
    .not-logged-in .row.header .row-inner:after {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px; }
  .is-static .row.header .menu-holder, .is-static .row.header .menu-holder:hover,
  .not-logged-in .row.header .menu-holder,
  .not-logged-in .row.header .menu-holder:hover {
    display: inline-block;
    width: calc(100% - 150px);
    text-align: right; }
    .is-static .row.header .menu-holder .menu, .is-static .row.header .menu-holder:hover .menu,
    .not-logged-in .row.header .menu-holder .menu,
    .not-logged-in .row.header .menu-holder:hover .menu {
      min-width: 150px;
      position: absolute;
      right: 20px;
      top: 36px;
      padding: 10px 20px; }
      .is-static .row.header .menu-holder .menu h1, .is-static .row.header .menu-holder:hover .menu h1,
      .not-logged-in .row.header .menu-holder .menu h1,
      .not-logged-in .row.header .menu-holder:hover .menu h1 {
        font-weight: 600; }
      .is-static .row.header .menu-holder .menu .menu-item, .is-static .row.header .menu-holder:hover .menu .menu-item,
      .not-logged-in .row.header .menu-holder .menu .menu-item,
      .not-logged-in .row.header .menu-holder:hover .menu .menu-item {
        font-size: 16px;
        vertical-align: middle;
        border-color: transparent;
        margin-top: 0.5em; }
        @media (min-width: 820px) {
          .is-static .row.header .menu-holder .menu .menu-item, .is-static .row.header .menu-holder:hover .menu .menu-item,
          .not-logged-in .row.header .menu-holder .menu .menu-item,
          .not-logged-in .row.header .menu-holder:hover .menu .menu-item {
            color: white;
            margin: 1em 0.4em; } }
        @media (min-width: 1020px) {
          .is-static .row.header .menu-holder .menu .menu-item, .is-static .row.header .menu-holder:hover .menu .menu-item,
          .not-logged-in .row.header .menu-holder .menu .menu-item,
          .not-logged-in .row.header .menu-holder:hover .menu .menu-item {
            margin: 1em 0.75em; } }
      @media (min-width: 420px) {
        .is-static .row.header .menu-holder .menu, .is-static .row.header .menu-holder:hover .menu,
        .not-logged-in .row.header .menu-holder .menu,
        .not-logged-in .row.header .menu-holder:hover .menu {
          top: 42px; } }
      @media (min-width: 820px) {
        .is-static .row.header .menu-holder .menu, .is-static .row.header .menu-holder:hover .menu,
        .not-logged-in .row.header .menu-holder .menu,
        .not-logged-in .row.header .menu-holder:hover .menu {
          top: 0;
          padding: 0;
          width: calc(100% - 140px); }
          .is-static .row.header .menu-holder .menu .sub-menu, .is-static .row.header .menu-holder:hover .menu .sub-menu,
          .not-logged-in .row.header .menu-holder .menu .sub-menu,
          .not-logged-in .row.header .menu-holder:hover .menu .sub-menu {
            display: inline-block;
            vertical-align: middle;
            padding-top: 6px; }
            .is-static .row.header .menu-holder .menu .sub-menu#main-menu, .is-static .row.header .menu-holder:hover .menu .sub-menu#main-menu,
            .not-logged-in .row.header .menu-holder .menu .sub-menu#main-menu,
            .not-logged-in .row.header .menu-holder:hover .menu .sub-menu#main-menu {
              width: calc(100% - 340px);
              text-align: left; } }
      @media (min-width: 820px) and (min-width: 1020px) {
        .is-static .row.header .menu-holder .menu .sub-menu#main-menu, .is-static .row.header .menu-holder:hover .menu .sub-menu#main-menu,
        .not-logged-in .row.header .menu-holder .menu .sub-menu#main-menu,
        .not-logged-in .row.header .menu-holder:hover .menu .sub-menu#main-menu {
          text-align: center; } }
      @media (min-width: 820px) {
            .is-static .row.header .menu-holder .menu .sub-menu h1, .is-static .row.header .menu-holder:hover .menu .sub-menu h1,
            .not-logged-in .row.header .menu-holder .menu .sub-menu h1,
            .not-logged-in .row.header .menu-holder:hover .menu .sub-menu h1 {
              font-size: 18px;
              padding-top: 4px;
              font-weight: bold; }
            .is-static .row.header .menu-holder .menu .sub-menu h2, .is-static .row.header .menu-holder:hover .menu .sub-menu h2,
            .not-logged-in .row.header .menu-holder .menu .sub-menu h2,
            .not-logged-in .row.header .menu-holder:hover .menu .sub-menu h2 {
              font-size: 11px;
              padding-top: 9px;
              text-transform: uppercase;
              letter-spacing: 1px; } }
      @media (min-width: 1020px) {
        .is-static .row.header .menu-holder .menu .sub-menu#main-menu, .is-static .row.header .menu-holder:hover .menu .sub-menu#main-menu,
        .not-logged-in .row.header .menu-holder .menu .sub-menu#main-menu,
        .not-logged-in .row.header .menu-holder:hover .menu .sub-menu#main-menu {
          width: calc(100% - 450px); } }
  .is-static .row.header .mobile-nav .fa-bars,
  .not-logged-in .row.header .mobile-nav .fa-bars {
    color: #fff;
    font-size: 1em; }

#current-picture {
  width: 32px;
  height: 32px;
  background: #eee;
  border-radius: 16px;
  display: inline-block;
  background-size: cover;
  background-position: center center; }

.show-username #current-picture {
  position: absolute;
  left: 0;
  top: 3px; }

.badge {
  position: relative;
  top: -2px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  padding: 4px 5px;
  min-width: 20px;
  margin-left: 3px;
  color: #666;
  background: #ddd; }
  .badge.reviewer {
    color: white;
    background: #00A4CE; }

#current-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-weight: bold;
  text-align: left; }

#upgrade-link {
  font-size: 12px;
  display: block;
  opacity: .7;
  text-align: left; }

#create-menu i {
  background: #fff;
  color: #FF465D;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  font-size: 12px;
  vertical-align: middle;
  padding-top: 4px;
  margin-right: 5px; }

#create-menu .btn {
  position: relative; }

#create-menu .btn-bg {
  position: absolute;
  right: 0;
  top: 6px;
  opacity: 0.2;
  font-size: 24px; }

@media (min-width: 820px) {
  #create-menu {
    margin-top: 10px; }
    #create-menu .menu-item {
      background: #FF465D;
      transition: background 200ms;
      color: #fff;
      padding: 7px 18px 7px 12px;
      font-size: 16px;
      font-weight: bold;
      height: 36px;
      margin-right: 10px; }
      #create-menu .menu-item:hover {
        background: #9A2D44; } }

#mobile-menu {
  min-width: 180px; }
  #mobile-menu .dropdown-label {
    padding: 0.4em 1.3em;
    font-weight: normal; }

.header-strip {
  height: 2px; }
  .header-strip.header-strip-visualisation {
    background-color: #C64C61; }
  .header-strip.header-strip-story {
    background-color: #ffd26b; }

/****** Landing site ******/
.early-access {
  margin-top: 30px;
  position: relative; }
  @media (max-width: 820px) {
    .early-access.early-access-form-active .early-access-form {
      transform: translateY(-90%);
      opacity: 1;
      z-index: 0;
      animation: moveForm 100ms linear; } }

@-webkit-keyframes moveForm {
  0% {
    opacity: 0.2;
    transform: translateY(-80%);
    z-index: 0; }
  90% {
    transform: translateY(-90%); }
  100% {
    z-index: 0;
    opacity: 1; } }
  .early-access .early-access-form {
    background: #fff;
    position: absolute;
    top: 0;
    width: 80%;
    margin: 0 auto;
    left: 10%;
    padding: 20px 20px 40px;
    color: #333;
    border-radius: 3px;
    transform: translateY(-80%);
    opacity: 0;
    z-index: -99999;
    display: block;
    max-width: 300px; }
    .early-access .early-access-form .early-access-mail, .early-access .early-access-form .early-access-company {
      width: 100%;
      font-size: 16px;
      margin: 0 0 6px;
      border-radius: 3px;
      color: #333;
      font-weight: 500;
      font-family: "Source Sans Pro";
      padding: 9px 9px;
      line-height: 1em;
      border: 1px solid #eee;
      outline: none; }
    .early-access .early-access-form .early-access-company-type {
      font-size: 14px; }
      .early-access .early-access-form .early-access-company-type ul {
        padding: 0;
        margin: 0; }
      .early-access .early-access-form .early-access-company-type li {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        display: inline-block;
        margin-right: 12px; }
        .early-access .early-access-form .early-access-company-type li .check-mark {
          position: absolute;
          border: 1px solid #ccc;
          background: #fff;
          width: 12px;
          height: 12px;
          border-radius: 9999px;
          left: 0;
          top: 5px; }
          .early-access .early-access-form .early-access-company-type li .check-mark:before {
            display: block;
            content: '';
            background: #fff;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 999px; }
        .early-access .early-access-form .early-access-company-type li label {
          padding-left: 18px;
          position: relative;
          z-index: 9; }
        .early-access .early-access-form .early-access-company-type li input[type="radio"] {
          position: absolute;
          visibility: hidden; }
        .early-access .early-access-form .early-access-company-type li input[type=radio]:checked ~ .check-mark {
          border: 1px solid #333; }
          .early-access .early-access-form .early-access-company-type li input[type=radio]:checked ~ .check-mark:before {
            background: #333; }
  .early-access .early-access-developer-desktop {
    display: none; }
  .early-access .early-access-developer-mobile {
    font-family: monospace;
    text-align: center;
    margin-top: 12px;
    opacity: 0.6;
    font-size: 14px; }
    .early-access .early-access-developer-mobile a {
      text-decoration: underline; }
  .early-access .submit-button-container {
    position: relative;
    cursor: pointer; }
    .early-access .submit-button-container:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block; }
  .early-access .submit-button {
    background: #fff;
    border: none;
    border-radius: 3px;
    font-family: "Source Sans Pro";
    font-weight: bold;
    font-size: 16px;
    color: #4c264f;
    padding: 10px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    display: block;
    position: relative;
    outline: none;
    -webkit-appearance: none; }
  .early-access.early-access-form-active .submit-button-container:after {
    display: none; }
  .early-access.early-access-form-active .early-access-developer-desktop {
    opacity: 0; }
  @media (min-width: 420px) {
    .early-access .early-access-form {
      left: 50%;
      margin-left: -150px; } }
  @media (min-width: 620px) {
    .early-access .submit-button {
      height: 48px;
      font-size: 18px; } }
  @media (min-width: 820px) {
    .early-access {
      text-align: center; }
      .early-access .early-access-form {
        position: relative;
        display: inline-block;
        margin: 0;
        transform: none !important;
        width: 280px;
        max-width: none;
        left: auto;
        opacity: 1;
        z-index: 0;
        padding: 0;
        background: 0; }
        .early-access .early-access-form .early-access-mail, .early-access .early-access-form .early-access-company {
          height: 48px;
          font-size: 21px; }
        .early-access .early-access-form .early-access-company {
          opacity: 0;
          transition: opacity 400ms; }
        .early-access .early-access-form .early-access-company-type {
          display: block;
          font-size: 16px;
          color: #fff;
          text-align: left;
          margin-right: -150px;
          opacity: 0;
          transition: opacity 400ms;
          transition-delay: 200ms; }
          .early-access .early-access-form .early-access-company-type label {
            font-size: 18px; }
          .early-access .early-access-form .early-access-company-type li .check-mark {
            border: none !important;
            top: 6px; }
            .early-access .early-access-form .early-access-company-type li .check-mark:before {
              left: 3px;
              top: 3px; }
      .early-access .early-access-developer-mobile {
        display: none; }
      .early-access .early-access-developer-desktop {
        display: block;
        color: #fff;
        text-align: left;
        font-family: monospace;
        width: 430px;
        position: absolute;
        opacity: 0.8;
        margin-top: 6px;
        z-index: 9999; }
        .early-access .early-access-developer-desktop a {
          text-decoration: underline; }
      .early-access .submit-button-container {
        display: inline-block;
        vertical-align: top;
        margin-left: 6px; }
      .early-access.early-access-form-active .early-access-form .early-access-company {
        opacity: 1; }
      .early-access.early-access-form-active .early-access-form .early-access-company-type {
        opacity: 1; } }
  @media (min-width: 1220px) {
    .early-access {
      margin-top: 60px; } }

.footer .early-access-container {
  max-width: 260px; }
  @media (min-width: 620px) {
    .footer .early-access-container {
      max-width: none; } }

.footer .early-access {
  margin-top: 0; }
  .footer .early-access .submit-button {
    color: #333;
    margin-left: 2px; }
  .footer .early-access .early-access-form {
    left: 0;
    max-width: 230px; }
  .footer .early-access .submit-button-container {
    margin-top: 230px; }
  @media (min-width: 280px) {
    .footer .early-access .submit-button {
      margin: 0 auto; }
    .footer .early-access .early-access-form {
      width: 100%;
      max-width: none; } }
  @media (min-width: 420px) {
    .footer .early-access .submit-button-container {
      margin-top: 0; }
    .footer .early-access .early-access-form {
      position: relative;
      display: inline-block;
      margin: 0;
      transform: none !important;
      width: 210px;
      max-width: none;
      left: auto;
      opacity: 1;
      z-index: 0;
      padding: 0;
      background: 0; }
      .footer .early-access .early-access-form .early-access-mail, .footer .early-access .early-access-form .early-access-company {
        height: 42px;
        font-size: 18px; }
      .footer .early-access .early-access-form .early-access-company {
        opacity: 0;
        transition: opacity 400ms; }
      .footer .early-access .early-access-form .early-access-company-type {
        display: block;
        color: #333;
        text-align: left;
        margin-right: -150px;
        opacity: 0;
        transition: opacity 400ms;
        transition-delay: 200ms; }
        .footer .early-access .early-access-form .early-access-company-type label {
          font-size: 16px; }
        .footer .early-access .early-access-form .early-access-company-type li .check-mark {
          border: 1px solid #ddd !important;
          top: 6px; }
          .footer .early-access .early-access-form .early-access-company-type li .check-mark:before {
            left: 2px;
            top: 2px; }
    .footer .early-access .early-access-developer-desktop {
      color: #fff;
      text-align: left;
      font-family: monospace;
      width: 430px;
      position: absolute;
      opacity: 0.8;
      margin-top: 6px; }
      .footer .early-access .early-access-developer-desktop a {
        text-decoration: underline; }
    .footer .early-access .submit-button-container {
      display: inline-block;
      vertical-align: top;
      margin-left: 2px; }
    .footer .early-access.early-access-form-active .early-access-form .early-access-company {
      opacity: 1; }
    .footer .early-access.early-access-form-active .early-access-form .early-access-company-type {
      opacity: 1; } }
  @media (min-width: 470px) {
    .footer .early-access .early-access-form {
      width: 260px; } }

body.is-static section {
  position: relative;
  background-size: cover;
  background-position: 50%; }
  body.is-static section .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

body.is-static h1 {
  font-weight: bold;
  line-height: 1.1em; }

body.is-static h2 {
  font-weight: 300;
  line-height: 1.2em; }

body.is-static h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2em; }

body.is-static .text-highlight {
  color: #FF465D;
  border-bottom: 1px solid;
  cursor: pointer; }

body.is-static .btn {
  font-family: inherit; }

@media (min-width: 620px) {
  body.is-static h3 {
    font-size: 30px; } }

@media (min-width: 820px) {
  body.is-static h3 {
    font-size: 36px; } }

body.is-static .row.header {
  border-bottom: none;
  position: absolute; }

body.is-static .landing-header {
  color: #fff;
  padding: calc(60px + 20vh) 0 20vh;
  position: relative; }
  body.is-static .landing-header h1 {
    font-weight: 300;
    font-size: 8.5vw;
    text-align: center; }
    @media (min-width: 420px) {
      body.is-static .landing-header h1 {
        font-size: 36px; } }
    @media (min-width: 620px) {
      body.is-static .landing-header h1 {
        font-size: 42px; } }
    @media (min-width: 820px) {
      body.is-static .landing-header h1 {
        font-size: 48px; } }
    @media (min-width: 1080px) {
      body.is-static .landing-header h1 {
        font-size: 52px; } }
    @media (min-width: 1280px) {
      body.is-static .landing-header h1 {
        font-size: 60px; } }
  body.is-static .landing-header .landing-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-position: center center; }
    body.is-static .landing-header .landing-bg video {
      min-width: 100%;
      min-height: 100%;
      top: 50%;
      left: 50%;
      position: absolute;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
    body.is-static .landing-header .landing-bg:after {
      background-image: linear-gradient(to right, rgba(23, 69, 109, 0.7), rgba(45, 60, 165, 0.7));
      display: block;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  body.is-static .landing-header .register {
    text-align: center;
    padding-top: 50px; }
    body.is-static .landing-header .register .btn {
      color: black;
      font-size: 18px;
      padding: 0 20px;
      background: white;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
      height: 48px;
      line-height: 48px; }

body.is-static .landing-features {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: 30px; }
  body.is-static .landing-features h3 {
    color: #333; }
    body.is-static .landing-features h3 span {
      color: #FF465D;
      font-style: italic; }
  body.is-static .landing-features ul {
    padding: 0;
    list-style: none;
    margin-top: 60px; }
    body.is-static .landing-features ul li {
      position: relative;
      margin-bottom: 60px;
      padding-right: 120px;
      font-size: 18px;
      min-height: 150px;
      color: #767676; }
      body.is-static .landing-features ul li strong {
        display: block;
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 12px;
        color: #333; }
      body.is-static .landing-features ul li .feature-video-container {
        height: 150px;
        width: 150px;
        border-radius: 9999px;
        background: #eee;
        background-size: cover;
        position: absolute;
        top: 0;
        right: -40px;
        overflow: hidden;
        background-size: auto 100%;
        background-position: center center; }
        body.is-static .landing-features ul li .feature-video-container video {
          height: 100%; }
      body.is-static .landing-features ul li:nth-of-type(2n) {
        padding-left: 120px;
        padding-right: 0; }
        body.is-static .landing-features ul li:nth-of-type(2n) .feature-video-container {
          left: -40px; }
  @media (min-width: 420px) {
    body.is-static .landing-features ul {
      margin-top: 60px; }
      body.is-static .landing-features ul li {
        margin-bottom: 60px;
        padding-right: 160px;
        padding-top: 30px;
        min-height: 180px;
        font-size: 21px; }
        body.is-static .landing-features ul li strong {
          font-size: 27px; }
        body.is-static .landing-features ul li .feature-video-container {
          width: 180px;
          height: 180px; }
        body.is-static .landing-features ul li:nth-of-type(2n) {
          padding-left: 160px; }
          body.is-static .landing-features ul li:nth-of-type(2n) .feature-video-container {
            left: -40px; } }
  @media (min-width: 620px) {
    body.is-static .landing-features h3 {
      font-size: 30px; }
    body.is-static .landing-features ul li {
      font-size: 24px;
      padding-right: 220px;
      min-height: 240px;
      padding-top: 42px; }
      body.is-static .landing-features ul li strong {
        font-size: 30px; }
      body.is-static .landing-features ul li .feature-video-container {
        width: 240px;
        height: 240px; }
      body.is-static .landing-features ul li:nth-of-type(2n) {
        padding-left: 220px; } }
  @media (min-width: 820px) {
    body.is-static .landing-features h3 {
      font-size: 32px;
      max-width: 680px; }
    body.is-static .landing-features ul {
      margin: 90px -10px 0; }
      body.is-static .landing-features ul:after {
        clear: both;
        display: block;
        content: ''; }
      body.is-static .landing-features ul li {
        max-width: 380px;
        float: left;
        padding-top: 0;
        min-height: 150px;
        padding-left: 170px;
        padding-right: 0;
        font-size: 21px; }
        body.is-static .landing-features ul li strong {
          font-size: 27px; }
        body.is-static .landing-features ul li .feature-video-container {
          width: 150px;
          height: 150px;
          left: 0;
          top: 0; }
        body.is-static .landing-features ul li:nth-of-type(2n) {
          padding-left: 170px;
          margin-left: 40px;
          padding-right: 0; }
          body.is-static .landing-features ul li:nth-of-type(2n) .feature-video-container {
            left: 0; } }
  @media (min-width: 920px) {
    body.is-static .landing-features ul {
      margin-left: -40px;
      margin-right: -40px; }
      body.is-static .landing-features ul li {
        max-width: 410px;
        padding-left: 220px; }
        body.is-static .landing-features ul li .feature-video-container {
          width: 200px;
          height: 200px; }
        body.is-static .landing-features ul li:nth-of-type(2n) {
          padding-left: 220px; } }
  @media (min-width: 1020px) {
    body.is-static .landing-features h3 {
      font-size: 34px;
      padding-top: 24px;
      max-width: 580px; }
    body.is-static .landing-features ul {
      margin: 90px 0 0; }
      body.is-static .landing-features ul li {
        max-width: 480px;
        padding-left: 240px;
        padding-top: 12px;
        min-height: 220px; }
        body.is-static .landing-features ul li strong {
          font-size: 30px; }
        body.is-static .landing-features ul li .feature-video-container {
          width: 220px;
          height: 220px; }
        body.is-static .landing-features ul li:nth-of-type(2n) {
          padding-left: 240px;
          margin-left: 20px; } }
  @media (min-width: 1220px) {
    body.is-static .landing-features h3 {
      font-size: 38px;
      margin-left: 120px; }
    body.is-static .landing-features ul li {
      max-width: 580px;
      padding-left: 310px;
      padding-top: 30px;
      min-height: 240px;
      margin-bottom: 90px; }
      body.is-static .landing-features ul li strong {
        font-size: 36px; }
      body.is-static .landing-features ul li .feature-video-container {
        width: 240px;
        height: 240px;
        left: 50px; }
      body.is-static .landing-features ul li:nth-of-type(2n) {
        margin-left: 0;
        padding-left: 310px; }
        body.is-static .landing-features ul li:nth-of-type(2n) .feature-video-container {
          left: 50px; } }

body.is-static .landing-organisations {
  background: #686f9c;
  color: #fff;
  padding: 1px 0 1px;
  margin-top: 30px; }
  body.is-static .landing-organisations h3 {
    font-weight: 300;
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding: 1em 0 0; }

body.is-static .organisations-list {
  list-style: none;
  padding: 0;
  margin-top: 48px;
  margin-bottom: 0; }
  body.is-static .organisations-list br {
    display: none; }
  body.is-static .organisations-list li {
    padding: 1px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    body.is-static .organisations-list li:hover .learn-more {
      text-decoration: underline; }
    body.is-static .organisations-list li h4 {
      font-weight: bold;
      font-size: 18px;
      line-height: 1em;
      margin: 0; }
    body.is-static .organisations-list li p {
      font-size: 18px;
      margin-top: 1em; }
    body.is-static .organisations-list li a {
      padding: 0;
      display: block; }
      body.is-static .organisations-list li a:hover {
        opacity: 0.9; }
    body.is-static .organisations-list li .learn-more {
      font-size: 12px;
      display: block;
      margin-top: 6px; }
      body.is-static .organisations-list li .learn-more:after {
        display: inline-block;
        width: 18px;
        height: 9px;
        background: url(images/arrow_white.svg);
        margin-left: 6px;
        content: ''; }
    body.is-static .organisations-list li:last-child {
      border-bottom: none; }
  @media (min-width: 420px) {
    body.is-static .organisations-list li {
      max-width: 480px; }
      body.is-static .organisations-list li h4 {
        font-size: 21px; } }
  @media (min-width: 620px) {
    body.is-static .organisations-list li {
      position: relative; }
      body.is-static .organisations-list li h4 {
        font-size: 24px; }
      body.is-static .organisations-list li a {
        min-height: 120px; }
      body.is-static .organisations-list li .learn-more {
        position: absolute;
        font-size: 14px;
        bottom: 30px;
        left: 0;
        right: 20px; } }
  @media (min-width: 820px) {
    body.is-static .organisations-list:after {
      display: block;
      content: '';
      clear: both; }
    body.is-static .organisations-list li {
      width: calc(33% - 40px);
      padding-bottom: 0;
      margin-right: 20px;
      padding-right: 20px;
      margin-left: 0;
      float: left;
      position: relative;
      border-bottom: none;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
      min-height: 240px; }
      body.is-static .organisations-list li:last-child {
        border-right: none; } }
  @media (min-width: 1020px) {
    body.is-static .organisations-list li {
      width: 280px;
      margin-right: 20px;
      min-height: 240px; }
      body.is-static .organisations-list li:nth-of-type(2) {
        margin-right: 20px; }
      body.is-static .organisations-list li:nth-of-type(3) {
        margin-right: 0; } }
  @media (min-width: 1220px) {
    body.is-static .organisations-list {
      margin-top: 90px;
      margin-left: 120px;
      margin-right: 120px; }
      body.is-static .organisations-list li {
        width: 280px;
        padding-right: 20px;
        padding-left: 20px;
        min-height: 220px;
        margin-bottom: 90px; }
        body.is-static .organisations-list li .learn-more {
          left: 20px; }
        body.is-static .organisations-list li:first-child {
          padding-left: 0; }
          body.is-static .organisations-list li:first-child .learn-more {
            left: 0; } }

body.is-static .landing-developers {
  background-image: url(/images/features/coding.jpg);
  background-position: 0;
  padding: 70px 0;
  color: white;
  text-align: left; }
  body.is-static .landing-developers .block {
    margin-left: 0; }
  body.is-static .landing-developers .gradient {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.9) 80%); }
  body.is-static .landing-developers h1 {
    font-size: 24px; }
    @media (min-width: 1020px) {
      body.is-static .landing-developers h1 {
        font-size: 34px; } }
  body.is-static .landing-developers h2 {
    font-size: 24px;
    margin-bottom: 40px; }
    @media (min-width: 1020px) {
      body.is-static .landing-developers h2 {
        font-size: 34px; } }
  body.is-static .landing-developers .block {
    margin: 50px 3% 0 0;
    font-size: 20px; }
    @media (min-width: 1020px) {
      body.is-static .landing-developers .block {
        font-size: 26px; } }
    body.is-static .landing-developers .block h3 {
      font-weight: bold;
      font-size: 18px; }
    body.is-static .landing-developers .block p {
      margin: 0;
      font-size: 18px;
      font-weight: 300; }
    body.is-static .landing-developers .block .btn {
      margin-top: 20px; }
  @media (min-width: 620px) {
    body.is-static .landing-developers {
      padding: 90px 0; }
      body.is-static .landing-developers .block {
        display: inline-block;
        width: 40%; } }
  @media (min-width: 820px) {
    body.is-static .landing-developers {
      padding: 120px 0; }
      body.is-static .landing-developers h1, body.is-static .landing-developers h2 {
        font-size: 30px; }
      body.is-static .landing-developers .block {
        margin: 50px 40px 0 0;
        width: 30%; }
        body.is-static .landing-developers .block:last-child {
          margin-left: 0; } }
  @media (min-width: 1220px) {
    body.is-static .landing-developers h1, body.is-static .landing-developers h2 {
      margin-left: 120px; }
    body.is-static .landing-developers .block {
      margin-left: 120px; } }

body.is-static .landing-demo-intro {
  margin-top: 60px; }
  body.is-static .landing-demo-intro h3 {
    font-size: 36px;
    line-height: 39px;
    max-width: 580px; }
  @media (min-width: 620px) {
    body.is-static .landing-demo-intro {
      margin-top: 90px; }
      body.is-static .landing-demo-intro h3 {
        font-size: 48px;
        line-height: 54px;
        max-width: 380px; } }
  @media (min-width: 820px) {
    body.is-static .landing-demo-intro {
      margin-top: 120px; }
      body.is-static .landing-demo-intro h3 {
        font-size: 54px;
        line-height: 60px;
        max-width: 580px; } }
  @media (min-width: 1220px) {
    body.is-static .landing-demo-intro {
      margin-top: 150px; }
      body.is-static .landing-demo-intro h3 {
        font-size: 60px;
        line-height: 66px;
        margin-left: 120px; } }

body.is-static .landing-demo {
  margin-top: 18px;
  position: relative; }
  body.is-static .landing-demo iframe {
    border: none; }
  body.is-static .landing-demo .demo-text-container {
    max-width: 280px;
    padding-bottom: 30vh;
    position: relative;
    z-index: 100; }
    body.is-static .landing-demo .demo-text-container p {
      font-size: 21px;
      margin-bottom: 320px;
      font-weight: bold;
      opacity: 0.1;
      background: white;
      padding: 10px;
      margin-left: -10px;
      margin-right: -10px; }
      body.is-static .landing-demo .demo-text-container p:first-child {
        opacity: 1; }
  body.is-static .landing-demo .demo-viz-container {
    position: absolute;
    top: 180px;
    height: 100vh;
    right: 0;
    width: 100%; }
    body.is-static .landing-demo .demo-viz-container .demo-viz-block {
      width: 100%;
      height: 100vh;
      position: absolute;
      bottom: 0; }
  body.is-static .landing-demo.is-fixed .demo-viz-container {
    position: fixed;
    top: 0; }
  body.is-static .landing-demo.is-bottom .demo-viz-container {
    top: auto;
    bottom: 0;
    position: absolute; }
  @media (min-width: 420px) {
    body.is-static .landing-demo .demo-text-container {
      margin-top: 60px; } }
  @media (min-width: 620px) {
    body.is-static .landing-demo .demo-viz-container {
      top: 80px; }
    body.is-static .landing-demo .demo-text-container {
      padding-bottom: 50vh; } }
  @media (min-width: 820px) {
    body.is-static .landing-demo .demo-text-container {
      margin-top: 120px; } }
  @media (min-width: 1020px) {
    body.is-static .landing-demo .demo-viz-container {
      top: 0;
      width: 680px; }
      body.is-static .landing-demo .demo-viz-container .demo-viz-block {
        height: 100vh;
        bottom: 0; }
    body.is-static .landing-demo .demo-text-container {
      padding-bottom: 30vh;
      max-width: 380px; }
      body.is-static .landing-demo .demo-text-container p {
        font-size: 24px; } }
  @media (min-width: 1220px) {
    body.is-static .landing-demo .demo-text-container {
      margin-left: 120px; }
    body.is-static .landing-demo .demo-viz-container {
      width: 780px;
      right: 0;
      margin-right: 0; } }
  @media (min-width: 1420px) {
    body.is-static .landing-demo .demo-viz-container {
      width: 980px; } }

body.is-static .landing-info {
  background: #fff;
  padding: 60px 0 90px;
  margin-top: 0; }
  body.is-static .landing-info h3 {
    font-size: 22px;
    line-height: 1.25em;
    max-width: 980px;
    opacity: 0.8;
    font-weight: normal; }
  body.is-static .landing-info .clients {
    padding-top: 20px; }
    body.is-static .landing-info .clients img {
      height: 26px;
      margin: 20px 20px 0 0;
      display: inline-block;
      opacity: 0.8; }
      body.is-static .landing-info .clients img:last-child {
        margin-right: 0; }
  body.is-static .landing-info .landing-blog {
    padding: 20px 0 0;
    margin: 60px 0 0;
    border-top: 1px solid #ddd;
    font-size: 20px; }
    body.is-static .landing-info .landing-blog h3 {
      font-weight: 300;
      font-size: inherit;
      margin: 0; }
    body.is-static .landing-info .landing-blog h2 {
      font-weight: bold;
      font-size: inherit; }
    @media (min-width: 820px) {
      body.is-static .landing-info .landing-blog {
        font-size: 24px; } }
    @media (min-width: 820px) {
      body.is-static .landing-info .landing-blog {
        font-size: 28px; } }
    @media (min-width: 1020px) {
      body.is-static .landing-info .landing-blog {
        font-size: 32px; } }
  @media (min-width: 420px) {
    body.is-static .landing-info {
      padding: 90px 0 120px; } }
  @media (min-width: 620px) {
    body.is-static .landing-info h3 {
      font-size: 27px; }
    body.is-static .landing-info .clients img {
      height: 30px; } }
  @media (min-width: 820px) {
    body.is-static .landing-info .clients img {
      height: 40px;
      margin-right: 42px; } }
  @media (min-width: 1020px) {
    body.is-static .landing-info h3 {
      font-size: 28px; }
    body.is-static .landing-info .clients img {
      height: 33px;
      margin-right: 38px; } }
  @media (min-width: 1220px) {
    body.is-static .landing-info {
      padding: 90px 0; }
      body.is-static .landing-info h3 {
        margin: 0 120px; }
      body.is-static .landing-info .landing-blog,
      body.is-static .landing-info .clients {
        max-width: none;
        margin-left: 120px;
        margin-right: 120px; }
        body.is-static .landing-info .landing-blog img,
        body.is-static .landing-info .clients img {
          height: 36px;
          margin-right: 40px; } }

body.is-static .sidebar-navigation > li {
  font-weight: bold; }

.footer-early-access {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee; }
  .footer-early-access h5 {
    font-size: 21px;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 3px;
    max-width: 250px; }
  .footer-early-access h6 {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    opacity: 0.6;
    line-height: 1em;
    max-width: 250px; }
  .footer-early-access .early-access-container {
    height: auto;
    width: 100%;
    margin-top: 18px; }
    .footer-early-access .early-access-container iframe {
      height: 280px;
      margin-top: -230px; }
    @media (min-width: 820px) {
      .footer-early-access .early-access-container iframe {
        height: 150px;
        margin-top: 0; } }
  .footer-early-access .early-access .early-access-form {
    left: -10px; }
  .footer-early-access .early-access .submit-button {
    margin: 0; }

.page {
  overflow: hidden; }
  .page#page-features .page-content .row {
    background-image: cover;
    background-position: 50%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
    color: #333; }
    .page#page-features .page-content .row .row-inner {
      position: relative;
      padding-bottom: 0; }
      .page#page-features .page-content .row .row-inner h1, .page#page-features .page-content .row .row-inner h2 {
        font-size: 21px;
        line-height: 1.2em;
        margin: 0; }
      .page#page-features .page-content .row .row-inner h1 {
        font-weight: bold; }
      .page#page-features .page-content .row .row-inner h2 {
        font-weight: 300; }
    .page#page-features .page-content .row .row-header {
      display: inline-block;
      padding-top: 50px;
      max-width: 270px; }
    .page#page-features .page-content .row .row-visual {
      margin-top: 30px;
      line-height: 0;
      margin-right: -20px; }
      .page#page-features .page-content .row .row-visual.with-shadow {
        margin-left: -20px; }
      .page#page-features .page-content .row .row-visual .placeholder {
        width: 100%;
        display: inline-block;
        height: 0;
        padding-bottom: 70%;
        background: red; }
      .page#page-features .page-content .row .row-visual img {
        width: 100%; }
    .page#page-features .page-content .row:nth-child(even) .row-inner {
      text-align: right; }
    .page#page-features .page-content .row:nth-child(even) .row-visual {
      margin-right: 0;
      margin-left: -20px; }
      .page#page-features .page-content .row:nth-child(even) .row-visual.with-shadow {
        margin-right: -20px; }
    @media (min-width: 420px) {
      .page#page-features .page-content .row .row-inner h1, .page#page-features .page-content .row .row-inner h2 {
        font-size: 24px; }
      .page#page-features .page-content .row .row-header {
        max-width: 380px; }
      .page#page-features .page-content .row .row-visual {
        margin-top: 60px; } }
    @media (min-width: 820px) {
      .page#page-features .page-content .row .row-inner {
        position: relative; } }
    @media (min-width: 1020px) {
      .page#page-features .page-content .row .row-inner {
        min-height: 460px; }
        .page#page-features .page-content .row .row-inner h1, .page#page-features .page-content .row .row-inner h2 {
          font-size: 24px; }
      .page#page-features .page-content .row .row-header {
        width: 280px;
        padding-top: 110px; }
      .page#page-features .page-content .row .row-visual {
        width: 630px;
        position: absolute;
        right: 0;
        bottom: 0;
        margin-right: 0; }
      .page#page-features .page-content .row:nth-child(even) .row-visual {
        right: auto;
        left: 0;
        margin-left: 0; } }
    @media (min-width: 1220px) {
      .page#page-features .page-content .row .row-inner {
        min-height: 600px; }
        .page#page-features .page-content .row .row-inner h1, .page#page-features .page-content .row .row-inner h2 {
          font-size: 28px; }
      .page#page-features .page-content .row .row-header {
        width: 380px;
        padding-top: 150px; }
      .page#page-features .page-content .row .row-visual {
        width: 780px; }
        .page#page-features .page-content .row .row-visual.with-shadow {
          width: 825px; } }
  .page#page-experts .experts-logos img {
    width: 21%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 1%; }
  .page#page-pricing .page-content-paragraphs {
    max-width: 1200px; }
    .page#page-pricing .page-content-paragraphs.discount-live #normal-price {
      text-decoration: line-through; }
    .page#page-pricing .page-content-paragraphs.discount-live #discount-message {
      color: red;
      font-weight: 600;
      font-size: 14px;
      padding: 1.5em 0 0; }
    .page#page-pricing .page-content-paragraphs.discount-live .details #special-price {
      color: black;
      margin: 0 0 0.5em; }
    @media (min-width: 820px) {
      .page#page-pricing .page-content-paragraphs.discount-live .discount {
        height: 85px; } }
  .page#page-pricing .plan {
    vertical-align: top;
    margin-bottom: 60px; }
    .page#page-pricing .plan h3.description {
      color: #aaa;
      font-weight: normal; }
    .page#page-pricing .plan .details {
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #eee; }
      .page#page-pricing .plan .details h4 {
        font-size: 30px;
        font-weight: 100;
        color: #2886B2; }
      .page#page-pricing .plan .details .payment-details {
        font-size: 11px;
        color: #999;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0em 0 2em; }
        @media (min-width: 820px) {
          .page#page-pricing .plan .details .payment-details {
            height: 1em; } }
      .page#page-pricing .plan .details .plan-nav .btn-group, .page#page-pricing .plan .details .plan-nav .btn {
        font-size: 13px;
        background: none;
        border: none;
        color: #aaa;
        text-transform: uppercase; }
      .page#page-pricing .plan .details .plan-nav .btn-group {
        height: 1.75em;
        margin: 0.25em 0 0.75em; }
        .page#page-pricing .plan .details .plan-nav .btn-group:first-child {
          margin-right: 0.8em; }
        .page#page-pricing .plan .details .plan-nav .btn-group .btn {
          padding: 0;
          margin-right: 0.4em;
          line-height: 1.3em; }
          .page#page-pricing .plan .details .plan-nav .btn-group .btn:last-child {
            margin-right: 0; }
          .page#page-pricing .plan .details .plan-nav .btn-group .btn.selected {
            color: #2886B2; }
      @media (min-width: 820px) {
        .page#page-pricing .plan .details .plan-nav {
          height: 2em; }
          .page#page-pricing .plan .details .plan-nav .btn-group, .page#page-pricing .plan .details .plan-nav .btn {
            font-size: 12px; } }
      @media (min-width: 1020px) {
        .page#page-pricing .plan .details .plan-nav .btn-group, .page#page-pricing .plan .details .plan-nav .btn {
          font-size: 13px; }
        .page#page-pricing .plan .details .plan-nav .details h4 {
          font-size: 36px; } }
    .page#page-pricing .plan button {
      font-size: 14px;
      font-family: "Source Sans Pro", sans-serif;
      background-color: #2886B2;
      font-weight: bold;
      color: #fff;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      border: none;
      cursor: pointer; }
      .page#page-pricing .plan button:hover {
        opacity: 0.8; }
      .page#page-pricing .plan button i {
        margin-right: 3px; }
    .page#page-pricing .plan .features {
      margin: 0 0 28px;
      padding: 0; }
      .page#page-pricing .plan .features li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 14px;
        list-style: none;
        padding: 0 0 0 20px;
        position: relative; }
        .page#page-pricing .plan .features li i {
          margin-right: 3px;
          position: absolute;
          left: 0; }
    .page#page-pricing .plan.business .details h4 {
      color: #333; }
    .page#page-pricing .plan.business .details button {
      background-color: #333; }
    .page#page-pricing .plan .newsroom-plan {
      border: 1px solid #eee;
      padding: 15px;
      position: relative;
      left: -20px; }
      @media (max-width: 620px) {
        .page#page-pricing .plan .newsroom-plan {
          left: 0; } }
      .page#page-pricing .plan .newsroom-plan h5 {
        font-size: 16px;
        margin: 0;
        color: #2985b2; }
      .page#page-pricing .plan .newsroom-plan p {
        font-size: 14px;
        color: #777;
        margin: 3px 0; }
      .page#page-pricing .plan .newsroom-plan .desktop-description {
        display: none; }
      .page#page-pricing .plan .newsroom-plan ul {
        margin: 0;
        display: none; }
      .page#page-pricing .plan .newsroom-plan button {
        margin-top: 12px; }
      .page#page-pricing .plan .newsroom-plan .credit {
        font-size: 14px;
        color: #aaa; }
        .page#page-pricing .plan .newsroom-plan .credit img {
          height: 14px;
          vertical-align: top;
          margin-top: 4px; }
      @media (min-width: 820px) {
        .page#page-pricing .plan .newsroom-plan {
          padding: 10px; }
          .page#page-pricing .plan .newsroom-plan .desktop-description {
            display: inline-block; }
          .page#page-pricing .plan .newsroom-plan ul {
            display: inline-block;
            margin: 10px 0; }
          .page#page-pricing .plan .newsroom-plan .mobile-description {
            display: none; } }
      @media (min-width: 1020px) {
        .page#page-pricing .plan .newsroom-plan {
          padding: 20px; } }
    @media (min-width: 820px) {
      .page#page-pricing .plan {
        padding-bottom: 50px;
        width: 33%;
        display: inline-block;
        padding-right: 40px; }
        .page#page-pricing .plan h3.description {
          height: 52px; }
        .page#page-pricing .plan .details {
          margin-bottom: 24px;
          padding-bottom: 24px; } }
  .page.page-terms .page-header h1 {
    font-size: 36px; }
  .page.page-terms .page-content-container p, .page.page-terms .page-content-container li {
    color: #767676;
    font-size: 13px; }
  .page.page-terms .page-content-container h2 {
    font-size: 20px; }
  .page.page-terms .page-content-container h3 {
    font-size: 18px;
    margin: 1.5em 0 0.5em; }
  .page.page-thanks {
    background: #333; }
    .page.page-thanks .content {
      background: #333; }
  .page p a {
    text-decoration: underline; }
  .page img.screenshot {
    width: 100%;
    border: 1px solid #ccc; }
    .page img.screenshot.small {
      max-width: 400px; }
  .page .page-header {
    padding-top: 90px;
    padding-bottom: 60px;
    color: #fff;
    background: #333; }
    .page .page-header h1 {
      text-align: left;
      font-size: 36px;
      font-weight: 200;
      line-height: 1em;
      max-width: 980px; }
    .page .page-header h2 {
      text-align: left;
      font-weight: 300;
      font-size: 24px;
      opacity: 0.6;
      margin-top: 12px;
      line-height: 1.1em;
      max-width: 980px; }
    .page .page-header .header-cta {
      height: 10px;
      margin-top: 20px; }
      .page .page-header .header-cta .btn {
        background: #2886B2;
        color: #fff;
        height: 42px;
        font-size: 16px;
        margin: 0 0 90px; }
  .page .page-content-container {
    margin-top: 30px;
    margin-bottom: 60px; }
    .page .page-content-container h2 {
      font-weight: bold;
      margin-bottom: 0.5em;
      margin-top: 1em; }
    .page .page-content-container h3 {
      font-size: 21px;
      margin-bottom: 0.2em;
      line-height: 1em; }
    .page .page-content-container ul {
      margin-top: 0;
      padding-left: 20px; }
    .page .page-content-container p, .page .page-content-container li {
      font-size: 18px;
      line-height: 1.5em; }
    .page .page-content-container p {
      margin-bottom: 18px; }
    .page .page-content-container li, .page .page-content-container li p {
      margin-bottom: 12px; }
    .page .page-content-container .page-content-paragraphs {
      max-width: 680px; }
    .page .page-content-container .content-examples {
      padding: 0;
      margin: 0; }
      .page .page-content-container .content-examples:after {
        display: block;
        content: "";
        clear: both; }
      .page .page-content-container .content-examples .example-item {
        list-style: none;
        margin: 0;
        background: #333;
        color: #fff;
        height: 160px;
        border-radius: 3px;
        margin-bottom: 20px;
        position: relative;
        background-size: cover;
        background-position: center; }
        .page .page-content-container .content-examples .example-item a {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 80%); }
        .page .page-content-container .content-examples .example-item .example-info {
          position: absolute;
          bottom: 20px;
          left: 10px; }
        .page .page-content-container .content-examples .example-item h3 {
          margin: 0 0 6px;
          font-weight: bold; }
        .page .page-content-container .content-examples .example-item p {
          margin: 0;
          font-weight: normal;
          opacity: 1;
          color: #ccc;
          font-size: 16px;
          line-height: 1em; }
      @media (min-width: 820px) {
        .page .page-content-container .content-examples.campaign-examples {
          margin: 0 -10px; } }
      @media (min-width: 1220px) {
        .page .page-content-container .content-examples.campaign-examples {
          margin: 0 -10px 0 90px; } }
      .page .page-content-container .content-examples .campaign-example-item {
        border-radius: 3px;
        list-style: none;
        margin-bottom: 40px;
        clear: both; }
        .page .page-content-container .content-examples .campaign-example-item .campaign-contents {
          position: relative; }
        .page .page-content-container .content-examples .campaign-example-item .campaign-embed {
          height: 240px;
          padding: 0 0;
          margin-bottom: 20px;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          border-radius: 3px;
          position: relative;
          overflow: hidden; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-embed iframe {
            position: absolute; }
        .page .page-content-container .content-examples .campaign-example-item h3 {
          margin: 0 10px 0 0;
          font-size: 24px;
          font-weight: bold;
          display: inline; }
        .page .page-content-container .content-examples .campaign-example-item .data-credit {
          font-size: 12px;
          display: block; }
        .page .page-content-container .content-examples .campaign-example-item h4.campaign-live {
          color: #ee0000;
          font-weight: bold;
          font-size: 14px;
          display: inline-block;
          line-height: 1em; }
          .page .page-content-container .content-examples .campaign-example-item h4.campaign-live:before {
            width: 8px;
            height: 8px;
            border-radius: 9999px;
            display: inline-block;
            content: '';
            background-color: #ee0000;
            margin-right: 7px;
            animation: live 1s infinite; }
        .page .page-content-container .content-examples .campaign-example-item p {
          font-size: 14px;
          margin-top: 12px;
          line-height: 21px;
          color: #777;
          display: block; }
        .page .page-content-container .content-examples .campaign-example-item .campaign-btn {
          height: 30px;
          padding: 0 10px;
          font-weight: normal;
          font-family: "Source Sans Pro"; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-btn.campaign-embed-btn {
            border: 1px solid;
            color: #F88000;
            background-color: #fff; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-btn.campaign-customise-btn {
            background: #F88000;
            color: #fff; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-btn i {
            font-style: normal;
            margin-right: 5px; }

@keyframes live {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
        @media (min-width: 620px) {
          .page .page-content-container .content-examples .campaign-example-item:after {
            display: block;
            content: '';
            clear: both; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-embed {
            width: 60%;
            float: left;
            margin-bottom: 0;
            height: 340px; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-contents {
            width: 40%;
            float: left;
            padding-left: 20px;
            height: 340px;
            position: relative; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-info {
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
          .page .page-content-container .content-examples .campaign-example-item.coalition-builder .campaign-embed {
            padding-top: 40px; } }
        @media (min-width: 820px) {
          .page .page-content-container .content-examples .campaign-example-item {
            margin-left: 10px;
            margin-right: 10px; }
            .page .page-content-container .content-examples .campaign-example-item .campaign-embed {
              height: 400px; }
            .page .page-content-container .content-examples .campaign-example-item .campaign-contents {
              height: 400px;
              padding-left: 40px; }
            .page .page-content-container .content-examples .campaign-example-item .campaign-info h3 {
              font-size: 30px; }
            .page .page-content-container .content-examples .campaign-example-item .campaign-info p {
              font-size: 16px; }
            .page .page-content-container .content-examples .campaign-example-item .campaign-info .data-credit {
              font-size: 14px;
              line-height: 21px; }
            .page .page-content-container .content-examples .campaign-example-item.coalition-builder .campaign-embed {
              padding-top: 80px;
              padding-left: 20px;
              padding-right: 20px; }
              .page .page-content-container .content-examples .campaign-example-item.coalition-builder .campaign-embed iframe {
                position: relative; } }
        @media (min-width: 1020px) {
          .page .page-content-container .content-examples .campaign-example-item .campaign-embed {
            width: 50%;
            height: 440px; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-contents {
            width: 50%; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-info h3 {
            font-size: 33px; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-info p {
            font-size: 18px; }
          .page .page-content-container .content-examples .campaign-example-item .campaign-btn {
            font-size: 16px;
            height: 36px;
            margin-top: 5px; } }
    .page .page-content-container #campaign-info {
      max-width: 980px;
      margin: 0 auto; }
    @media (min-width: 420px) {
      .page .page-content-container .content-examples .example-item {
        height: 240px; } }
    @media (min-width: 620px) {
      .page .page-content-container .col {
        width: 50%;
        display: inline-block;
        padding-right: 20px;
        vertical-align: top; }
      .page .page-content-container h2 {
        margin-top: 2em; }
      .page .page-content-container .content-examples .example-item {
        height: 250px; }
        .page .page-content-container .content-examples .example-item h3 {
          font-size: 30px; }
        .page .page-content-container .content-examples .example-item p {
          font-size: 21px; }
        .page .page-content-container .content-examples .example-item a {
          background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 50%); }
        .page .page-content-container .content-examples .example-item .example-info {
          bottom: 20px;
          left: 20px;
          right: 20px; } }
    @media (min-width: 1020px) {
      .page .page-content-container .content-examples .example-item {
        width: 49%;
        margin-left: 1%;
        display: inline-block; }
        .page .page-content-container .content-examples .example-item:nth-child(2n+1) {
          margin-right: 1%;
          margin-left: 0; } }
    @media (min-width: 1220px) {
      .page .page-content-container .content-examples .example-item {
        height: 350px; } }
  .page .sidebar-navigation {
    list-style: none;
    padding: 0; }
    .page .sidebar-navigation li {
      margin-right: 20px;
      line-height: 1.25em;
      cursor: pointer;
      font-weight: bold;
      margin: 0.5em 0; }
      .page .sidebar-navigation li.selected {
        color: #FF465D; }
      .page .sidebar-navigation li ul li {
        font-weight: normal; }
    .page .sidebar-navigation i {
      width: 1.25em;
      text-align: center; }
  .page .page-content-paragraphs > table {
    margin-collapse: collapse; }
    .page .page-content-paragraphs > table th {
      text-align: left;
      border-bottom: 1px solid #ccc; }
    .page .page-content-paragraphs > table th, .page .page-content-paragraphs > table td {
      padding: 5px 10px 8px 0;
      vertical-align: top;
      margin: 0; }
    .page .page-content-paragraphs > table td {
      border-bottom: 1px solid #eee; }
  .page code {
    font-size: 15px; }
  @media (min-width: 420px) {
    .page .page-header {
      padding-top: 120px;
      padding-bottom: 90px; }
      .page .page-header h1 {
        font-size: 42px; }
      .page .page-header h2 {
        font-size: 30px; } }
  @media (min-width: 620px) {
    .page .page-header {
      padding-top: 100px;
      padding-bottom: 60px; }
      .page .page-header h1 {
        font-size: 45px; }
      .page .page-header h2 {
        font-size: 28px; }
    .page .page-content-container {
      margin-top: 60px; } }
  @media (min-width: 1020px) {
    .page .page-header {
      padding-top: 120px;
      padding-bottom: 70px; }
      .page .page-header h1 {
        font-size: 55px; }
      .page .page-header h2 {
        margin-top: 0.33em;
        font-size: 32px; } }

.page-sidebar .page-content-paragraphs h1 {
  font-weight: 200;
  margin-bottom: 0.5em; }

.page-sidebar .page-content-paragraphs h2 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: bold; }

.page-sidebar .page-content-paragraphs h3 {
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold; }

.page-sidebar .page-content-paragraphs h4 {
  font-size: 18px;
  font-weight: bold; }

.page-sidebar .page-content-paragraphs ul li {
  margin-bottom: 6px; }
  .page-sidebar .page-content-paragraphs ul li a {
    text-decoration: underline; }

.page-sidebar ul.sidebar-navigation {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 42px; }
  .page-sidebar ul.sidebar-navigation li {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    .page-sidebar ul.sidebar-navigation li a {
      display: block; }
    .page-sidebar ul.sidebar-navigation li ul {
      padding-left: 25px;
      opacity: 0.7;
      display: inline-block; }
  @media (min-width: 420px) {
    .page-sidebar ul.sidebar-navigation {
      column-count: 2; }
      .page-sidebar ul.sidebar-navigation li {
        width: 100%; }
        .page-sidebar ul.sidebar-navigation li ul li {
          width: auto; } }

.page-sidebar li.selected {
  font-weight: bold; }

.page-sidebar .page-header {
  background: #333; }

@media (min-width: 820px) {
  .page-sidebar {
    position: relative; }
    .page-sidebar ul.sidebar-navigation {
      position: absolute;
      top: 0;
      left: 20px;
      width: 180px;
      margin-top: 0;
      column-count: 1; }
      .page-sidebar ul.sidebar-navigation li {
        display: block;
        margin-right: 0; }
        .page-sidebar ul.sidebar-navigation li ul li {
          display: block; }
    .page-sidebar .page-content-paragraphs {
      min-height: 400px;
      margin-left: 220px; } }

@media (min-width: 1220px) {
  .page-sidebar .page-content-paragraphs {
    margin-left: 320px; } }

.page.page-hub, .page.page-campaign {
  font-size: 16px; }
  @media (min-width: 860px) {
    .page.page-hub, .page.page-campaign {
      font-size: 20px; } }
  .page.page-hub p a, .page.page-campaign p a {
    text-decoration: none;
    color: #777; }
  .page.page-hub h3, .page.page-campaign h3 {
    font-size: 24px;
    line-height: 1.16em; }
  .page.page-hub .rule, .page.page-campaign .rule {
    border-top: 1px solid #ddd;
    margin-bottom: 1em; }
  .page.page-hub .row.intro-section .row-inner, .page.page-campaign .row.intro-section .row-inner {
    padding-top: 2em; }
    .page.page-hub .row.intro-section .row-inner p, .page.page-campaign .row.intro-section .row-inner p {
      font-size: 1.5em;
      font-weight: 300;
      line-height: 1.25em;
      max-width: 980px; }
  .page.page-hub .row.embed-section, .page.page-campaign .row.embed-section {
    background: #fafafa; }
    .page.page-hub .row.embed-section .row-inner, .page.page-campaign .row.embed-section .row-inner {
      padding: 2em 20px; }
      @media (min-width: 1020px) {
        .page.page-hub .row.embed-section .row-inner, .page.page-campaign .row.embed-section .row-inner {
          max-width: 1000px; } }
      .page.page-hub .row.embed-section .row-inner h2, .page.page-hub .row.embed-section .row-inner h3, .page.page-hub .row.embed-section .row-inner p, .page.page-campaign .row.embed-section .row-inner h2, .page.page-campaign .row.embed-section .row-inner h3, .page.page-campaign .row.embed-section .row-inner p {
        max-width: 780px; }
      .page.page-hub .row.embed-section .row-inner p.intro, .page.page-campaign .row.embed-section .row-inner p.intro {
        font-size: 1.25em;
        font-weight: 300;
        line-height: 1.25em; }
      .page.page-hub .row.embed-section .row-inner h3, .page.page-campaign .row.embed-section .row-inner h3 {
        font-size: 1.5em;
        font-weight: bold;
        letter-spacing: -0.02em; }
      .page.page-hub .row.embed-section .row-inner p, .page.page-campaign .row.embed-section .row-inner p {
        margin-bottom: 1.25em;
        font-weight: 300; }
        .page.page-hub .row.embed-section .row-inner p a, .page.page-campaign .row.embed-section .row-inner p a {
          text-decoration: none;
          border-bottom: 1px solid inherit; }
  .page.page-hub .row.features-section .row-inner, .page.page-campaign .row.features-section .row-inner {
    padding-top: 3em; }
  .page.page-hub .row.features-section h2, .page.page-campaign .row.features-section h2 {
    margin-bottom: 1.66em; }
  .page.page-hub .row.cta-section, .page.page-campaign .row.cta-section {
    padding: 1em 0 3em; }
    .page.page-hub .row.cta-section .row-inner p, .page.page-campaign .row.cta-section .row-inner p {
      font-weight: 200;
      font-size: 1.25em; }
    .page.page-hub .row.cta-section .rule, .page.page-campaign .row.cta-section .rule {
      margin-top: -2em;
      margin-bottom: 3em; }
  .page.page-hub .organisations-list, .page.page-campaign .organisations-list {
    margin-top: 48px;
    color: #333; }
    .page.page-hub .organisations-list li, .page.page-campaign .organisations-list li {
      background: #7781b4; }
      .page.page-hub .organisations-list li p, .page.page-hub .organisations-list li h4, .page.page-campaign .organisations-list li p, .page.page-campaign .organisations-list li h4 {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.2); }
      .page.page-hub .organisations-list li:hover .learn-more, .page.page-campaign .organisations-list li:hover .learn-more {
        color: #fff;
        border-color: #fff; }
    .page.page-hub .organisations-list br, .page.page-campaign .organisations-list br {
      display: none; }
  .page.page-hub .btn, .page.page-campaign .btn {
    text-decoration: none; }
  .page.page-hub .btn.cta, .page.page-campaign .btn.cta {
    height: 42px;
    background: #2886B2;
    color: #fff;
    font-size: 16px;
    margin: 20px 0; }
    @media (min-width: 820px) {
      .page.page-hub .btn.cta, .page.page-campaign .btn.cta {
        font-size: 18px;
        height: 50px;
        padding: 0 20px; } }
    .page.page-hub .btn.cta p, .page.page-campaign .btn.cta p {
      font-size: 18px;
      margin-bottom: 1em;
      font-weight: 100;
      max-width: 430px; }
      .page.page-hub .btn.cta p a, .page.page-campaign .btn.cta p a {
        text-decoration: none;
        color: #777; }
    .page.page-hub .btn.cta .btn.cta, .page.page-campaign .btn.cta .btn.cta {
      background: #2886B2;
      font-size: 14px;
      height: 36px;
      margin-bottom: 0; }
  .page.page-hub .features-list, .page.page-campaign .features-list {
    padding: 0; }
    .page.page-hub .features-list h2, .page.page-campaign .features-list h2 {
      font-weight: 300;
      font-size: 2em;
      margin-bottom: 2em; }
    .page.page-hub .features-list li, .page.page-campaign .features-list li {
      font-weight: 100;
      font-size: 18px;
      line-height: 1.2em;
      list-style: none;
      position: relative;
      padding-right: 70px;
      color: #6e6e7b;
      margin-bottom: 30px;
      max-width: 530px;
      box-sizing: border-box; }
      .page.page-hub .features-list li strong, .page.page-campaign .features-list li strong {
        display: block; }
      .page.page-hub .features-list li i, .page.page-campaign .features-list li i {
        width: 72px;
        height: 72px;
        border-radius: 9999px;
        position: absolute;
        top: 5px;
        right: -30px;
        display: block;
        content: '';
        background: #eee;
        color: #9e9eb3;
        padding: 18px 0 0;
        text-align: center;
        font-size: 36px; }
  .page.page-hub .row.newsrooms-intro, .page.page-campaign .row.newsrooms-intro {
    padding-top: 3em; }
    .page.page-hub .row.newsrooms-intro p, .page.page-campaign .row.newsrooms-intro p {
      font-size: 1.1em; }
    .page.page-hub .row.newsrooms-intro .newsroom-support, .page.page-campaign .row.newsrooms-intro .newsroom-support {
      display: none;
      position: absolute;
      right: 20px;
      top: 0px;
      background: #eee;
      font-size: 16px;
      width: 280px;
      padding: 20px;
      font-weight: normal; }
      .page.page-hub .row.newsrooms-intro .newsroom-support a, .page.page-campaign .row.newsrooms-intro .newsroom-support a {
        font-weight: bold;
        display: block;
        color: #6e6e7b; }
      @media (min-width: 820px) {
        .page.page-hub .row.newsrooms-intro .newsroom-support, .page.page-campaign .row.newsrooms-intro .newsroom-support {
          display: block; } }
    .page.page-hub .row.newsrooms-intro .rule, .page.page-campaign .row.newsrooms-intro .rule {
      margin-top: 2em; }
  .page.page-hub .newsroom-smallprint, .page.page-campaign .newsroom-smallprint {
    opacity: 0.6; }
  .page.page-hub .row.newslab, .page.page-campaign .row.newslab {
    font-size: 0.9em; }
    .page.page-hub .row.newslab .newsroom-newslab, .page.page-campaign .row.newslab .newsroom-newslab {
      max-width: 530px;
      position: relative;
      padding-top: 2em;
      padding-bottom: 2em; }
      .page.page-hub .row.newslab .newsroom-newslab h3, .page.page-campaign .row.newslab .newsroom-newslab h3 {
        margin-bottom: 1em; }
      .page.page-hub .row.newslab .newsroom-newslab p, .page.page-campaign .row.newslab .newsroom-newslab p {
        line-height: 1.5em; }
    .page.page-hub .row.newslab .newslab-logo, .page.page-campaign .row.newslab .newslab-logo {
      font-weight: bold;
      margin-bottom: 24px;
      font-size: 14px;
      margin-top: 1em; }
      .page.page-hub .row.newslab .newslab-logo img, .page.page-campaign .row.newslab .newslab-logo img {
        margin-top: 6px;
        display: block;
        height: 24px; }
  .page.page-hub .newsroom-gettingstarted, .page.page-campaign .newsroom-gettingstarted {
    border-top: 1px solid #eee;
    margin-top: 60px;
    max-width: 530px; }
    .page.page-hub .newsroom-gettingstarted ul, .page.page-campaign .newsroom-gettingstarted ul {
      padding: 0 0 0 10px;
      list-style: none; }
    .page.page-hub .newsroom-gettingstarted ul li, .page.page-campaign .newsroom-gettingstarted ul li {
      font-weight: 100;
      margin-bottom: 18px;
      font-size: 18px;
      color: #6e6e7b; }
      .page.page-hub .newsroom-gettingstarted ul li a, .page.page-campaign .newsroom-gettingstarted ul li a {
        font-weight: bold; }
  .page.page-hub figure, .page.page-campaign figure {
    width: 100%;
    height: auto;
    position: relative;
    max-width: 480px;
    margin: 30px auto 0;
    border: solid white 0.5em; }
    .page.page-hub figure.wide, .page.page-campaign figure.wide {
      width: 100%;
      max-width: 1000px;
      margin: 30px 0; }
    .page.page-hub figure .video-wrapper, .page.page-campaign figure .video-wrapper {
      height: 0;
      width: 100%;
      padding-bottom: 57.25%;
      position: relative; }
      .page.page-hub figure .video-wrapper iframe, .page.page-campaign figure .video-wrapper iframe {
        height: 100%;
        position: absolute; }
  @media (min-width: 420px) {
    .page.page-hub .features-list li, .page.page-campaign .features-list li {
      font-size: 21px;
      padding-left: 110px;
      margin-bottom: 48px;
      padding-right: 0; }
      .page.page-hub .features-list li i, .page.page-campaign .features-list li i {
        right: auto;
        left: 0;
        width: 90px;
        height: 90px;
        padding-top: 24px;
        font-size: 42px; } }
  @media (min-width: 820px) {
    .page.page-hub .features-list:after, .page.page-campaign .features-list:after {
      clear: both;
      display: block;
      content: ''; }
    .page.page-hub .features-list li, .page.page-campaign .features-list li {
      max-width: 50%;
      float: left;
      padding-right: 50px;
      margin-bottom: 60px;
      min-height: 170px; }
    .page.page-hub .newsroom-smallprint, .page.page-campaign .newsroom-smallprint {
      margin-top: 1em; }
    .page.page-hub .newslab-logo, .page.page-campaign .newslab-logo {
      position: absolute;
      right: -220px;
      top: 7em;
      width: 180px; } }
  @media (min-width: 1020px) {
    .page.page-hub .features-list li, .page.page-campaign .features-list li {
      font-size: 24px;
      padding-right: 0;
      max-width: 480px;
      padding-right: 50px;
      min-height: 120px; } }
  @media (min-width: 1220px) {
    .page.page-hub .features-list li, .page.page-campaign .features-list li {
      max-width: 530px; } }

#page-organisations .page-header, .page-hub .page-header, .page-campaign .page-header {
  background: linear-gradient(to right, #d680b6, #767aaf) !important; }
  #page-organisations .page-header h3, .page-hub .page-header h3, .page-campaign .page-header h3 {
    opacity: 0.5;
    text-align: center; }

#page-landing button {
  background-color: #2886B2 !important; }

#page-newsrooms .page-header {
  background-image: linear-gradient(to right, rgba(214, 128, 182, 0.9), rgba(118, 122, 175, 0.9)), url("/images/newsroom_examples.jpg");
  background-position: top center;
  animation: moveBackground 40s forwards linear; }

@keyframes moveBackground {
  0% {
    background-position-y: top; }
  100% {
    background-position-y: bottom; } }

@media (min-width: 1220px) {
  #page-newsrooms .page-header {
    padding: 160px 0 110px; } }

#page-agencies .page-header, #page-business .page-header {
  background: linear-gradient(to right, #d680b6, #767aaf); }

#page-help .page-header {
  background: linear-gradient(to right, #d680b6, #767aaf); }

#page-help .help-options li {
  margin-bottom: 4px !important; }
  #page-help .help-options li a:link, #page-help .help-options li a:visited {
    text-decoration: underline; }

#page-help #help-footer {
  border-top: 1px dotted #ccc;
  margin-top: 40px;
  padding-top: 20px; }

#page-developers .highlighted-links {
  color: #bbb;
  margin-top: 2em; }
  #page-developers .highlighted-links a {
    display: block;
    margin-top: 0.5em;
    font-weight: bold;
    color: #FF465D;
    text-decoration: none; }

#page-jobs .page-header {
  background: linear-gradient(to right, #80b2d6, #767aaf); }

#page-jobs .page-content-container h3 {
  margin: 0 0 1em; }

#page-jobs a.job {
  margin-top: 1.5em;
  display: inline-block;
  border-radius: 5px;
  background: #eee;
  padding: 10px 20px; }
  #page-jobs a.job h2, #page-jobs a.job h3 {
    margin: 0; }
  #page-jobs a.job h4 {
    margin-top: 1em; }

#page-features .page-header {
  background-image: linear-gradient(to right, #2985b2, #604dab); }

#page-examples .page-header {
  background-image: linear-gradient(to right, #128fcc, #4ebec3); }

#page-pricing .page-header {
  background-image: linear-gradient(to right, #3fb997, #517bb9); }

#page-examples_germanelections .page-header {
  background-image: linear-gradient(to left, #FFC400, #ee2200, #000); }

#page-examples_austrianelections .page-header {
  background-image: linear-gradient(to right, #ff0000, #ff6f6f, #ffbfbf); }

#page-examples_general .page-header {
  background-image: linear-gradient(to right, #2886B2, #84C0DE); }

.page-sidebar .page-header {
  background-image: linear-gradient(to right, #4a1616, #8e3c3c); }

#page-company .page-header {
  background: linear-gradient(to right, rgba(23, 23, 109, 0.7), rgba(165, 45, 45, 0.7)); }

.page p.aside {
  padding: 15px;
  background-image: linear-gradient(to right, #4a1616, #8e3c3c);
  border-radius: 5px;
  color: white; }
  .page p.aside .highlight, .page p.aside code {
    background: transparent; }

.page .highlight, .page code {
  background: #f7f7f7;
  margin-left: 0;
  padding: 0 10px;
  margin-right: 0;
  font-size: 14px;
  line-height: 21px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 3px; }
  .page .highlight pre, .page code pre {
    margin: 0.5em 0; }

.page code {
  padding: 3px; }

#page-developers-help #slack-signup div label span {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 10px; }

#page-developers-help #slack-signup div input[type=text], #page-developers-help #slack-signup div input[type=email] {
  width: 200px; }

#page-developers-help #slack-signup #slack-signup--lists {
  margin: 10px 5px; }
  #page-developers-help #slack-signup #slack-signup--lists input {
    margin-right: 5px; }

#page-company {
  font-size: 18px; }
  #page-company .page-header {
    padding: 0; }
    #page-company .page-header .row-inner {
      display: none; }
  #page-company h2 {
    margin: 1em 0;
    font-weight: bold; }
  #page-company .story .image, #page-company .story .gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #page-company .story .image {
    background-image: url(/images/team-globe.jpg);
    background-size: cover;
    background-position: 50%;
    text-align: left;
    position: relative;
    height: 300px; }
    @media (min-width: 620px) {
      #page-company .story .image {
        position: absolute;
        height: 100%; } }
  #page-company .story .gradient {
    display: none; }
    @media (min-width: 620px) {
      #page-company .story .gradient {
        display: block;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.1) 80%); } }
  #page-company .story .row-inner .text {
    padding: 100px 0 50px;
    max-width: none;
    color: black;
    font-size: 16px; }
    #page-company .story .row-inner .text h2 {
      margin-top: 0;
      font-size: 1.8em; }
    #page-company .story .row-inner .text p {
      margin-top: 0.8em;
      font-size: 1em; }
    @media (min-width: 620px) {
      #page-company .story .row-inner .text {
        width: 300px;
        color: white; } }
    @media (min-width: 820px) {
      #page-company .story .row-inner .text p {
        font-size: 18px; } }
    @media (min-width: 1020px) {
      #page-company .story .row-inner .text {
        width: 400px; }
        #page-company .story .row-inner .text p {
          font-size: 20px; } }
  #page-company .team {
    padding: 30px 0; }
    #page-company .team .person {
      display: inline-block;
      vertical-align: top; }
      #page-company .team .person h3 {
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 0; }
      #page-company .team .person h4 {
        font-weight: 300;
        font-size: 1.2em;
        line-height: 1.2em;
        margin: 0; }
      #page-company .team .person p {
        line-height: 1.3em;
        margin: 0.3em 0 1.5em; }
      @media screen and (min-width: 620px) {
        #page-company .team .person {
          width: 48%;
          padding-right: 3%; } }
      @media screen and (min-width: 820px) {
        #page-company .team .person {
          width: 32%;
          padding-right: 3%; } }
  #page-company .investors h2 {
    margin-bottom: 0.5; }
  #page-company .investors .logos {
    padding: 40px 0; }
    #page-company .investors .logos img {
      margin-right: 20px;
      height: 45px; }
      @media screen and (min-width: 820px) {
        #page-company .investors .logos img {
          margin-right: 30px;
          height: 60px; } }

body.is-static .row.header.blog {
  position: relative;
  background: white;
  position: absolute;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.15); }
  body.is-static .row.header.blog .row-inner {
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    max-width: 1030px;
    padding: 0 15px; }
  body.is-static .row.header.blog .logo {
    display: inline-block;
    float: left; }
  body.is-static .row.header.blog h2 {
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-top: 32px;
    color: #aaa;
    width: 250px;
    float: left;
    display: none; }
    @media screen and (min-width: 500px) {
      body.is-static .row.header.blog h2 {
        display: inline-block; } }
  body.is-static .row.header.blog .btn {
    margin-top: 13px;
    float: right;
    display: inline-block;
    vertical-align: bottom;
    color: white; }
    @media screen and (min-width: 420px) {
      body.is-static .row.header.blog .btn {
        font-size: 14px;
        padding: 0 8px;
        height: 34px;
        line-height: 32px; } }

body.is-static #page-blog-home .blog-title,
body.is-static #page-blog .blog-title {
  color: #aaa;
  margin: 2em auto 0; }

body.is-static #page-blog-home .social-buttons .social-button,
body.is-static #page-blog .social-buttons .social-button {
  color: #DD4141; }
  body.is-static #page-blog-home .social-buttons .social-button.round,
  body.is-static #page-blog .social-buttons .social-button.round {
    width: 2.2em;
    height: 2.2em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0.2em 0;
    background: #f7f7f7;
    cursor: pointer;
    line-height: 1em; }
    body.is-static #page-blog-home .social-buttons .social-button.round i,
    body.is-static #page-blog .social-buttons .social-button.round i {
      padding-top: 0.6em; }
    body.is-static #page-blog-home .social-buttons .social-button.round:hover,
    body.is-static #page-blog .social-buttons .social-button.round:hover {
      background: #f4f4f4; }

body.is-static #page-blog-home .social-buttons.side,
body.is-static #page-blog .social-buttons.side {
  position: fixed;
  top: calc(50% + 30px - 18px);
  left: calc(50% - 500px);
  transform: translate(0, -50%);
  display: none;
  point-events: none;
  opacity: 0; }
  body.is-static #page-blog-home .social-buttons.side .social-button,
  body.is-static #page-blog .social-buttons.side .social-button {
    font-size: 20px; }
  @media screen and (min-width: 1000px) {
    body.is-static #page-blog-home .social-buttons.side,
    body.is-static #page-blog .social-buttons.side {
      display: block;
      left: 15px; } }
  @media screen and (min-width: 1030px) {
    body.is-static #page-blog-home .social-buttons.side,
    body.is-static #page-blog .social-buttons.side {
      left: calc(50% - 500px); } }

body.is-static #page-blog-home .social-buttons.top,
body.is-static #page-blog .social-buttons.top {
  margin-top: 1em;
  display: block; }
  body.is-static #page-blog-home .social-buttons.top .social-button,
  body.is-static #page-blog .social-buttons.top .social-button {
    display: inline-block;
    font-size: 16px; }
  @media screen and (min-width: 1000px) {
    body.is-static #page-blog-home .social-buttons.top,
    body.is-static #page-blog .social-buttons.top {
      display: none; } }

body.is-static #page-blog-home .social-buttons.bottom,
body.is-static #page-blog .social-buttons.bottom {
  float: right; }
  body.is-static #page-blog-home .social-buttons.bottom .social-button,
  body.is-static #page-blog .social-buttons.bottom .social-button {
    display: inline-block;
    margin: 0.2em 0.4em;
    font-size: 16px; }
    body.is-static #page-blog-home .social-buttons.bottom .social-button:last-child,
    body.is-static #page-blog .social-buttons.bottom .social-button:last-child {
      margin-right: 0; }

body.is-static #page-blog-home .bottom-bar,
body.is-static #page-blog .bottom-bar {
  position: fixed;
  background: white;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #eee;
  font-size: 20px;
  text-align: right; }
  body.is-static #page-blog-home .bottom-bar .bottom-bar-inner,
  body.is-static #page-blog .bottom-bar .bottom-bar-inner {
    position: relative;
    margin: auto; }
    body.is-static #page-blog-home .bottom-bar .bottom-bar-inner .blog-home,
    body.is-static #page-blog .bottom-bar .bottom-bar-inner .blog-home {
      float: left;
      font-size: 15px;
      color: #aaa;
      padding-top: 0.2em;
      font-weight: bold; }

body.is-static #page-blog-home .row-inner,
body.is-static #page-blog .row-inner {
  max-width: none !important;
  padding: 0; }

body.is-static #page-blog-home .page-content-paragraphs,
body.is-static #page-blog .page-content-paragraphs {
  max-width: none; }

body.is-static #page-blog-home p, body.is-static #page-blog-home ul, body.is-static #page-blog-home ol, body.is-static #page-blog-home h1, body.is-static #page-blog-home h2, body.is-static #page-blog-home h3, body.is-static #page-blog-home h4, body.is-static #page-blog-home h5, body.is-static #page-blog-home table, body.is-static #page-blog-home blockquote, body.is-static #page-blog-home .text-width, body.is-static #page-blog-home .article-footer,
body.is-static #page-blog-home .article-entry > iframe, body.is-static #page-blog-home .article-entry > img,
body.is-static #page-blog-home .article-entry > figure, body.is-static #page-blog-home .article-entry > .flourish-embed, body.is-static #page-blog-home div.visualisation-wrapper,
body.is-static #page-blog p,
body.is-static #page-blog ul,
body.is-static #page-blog ol,
body.is-static #page-blog h1,
body.is-static #page-blog h2,
body.is-static #page-blog h3,
body.is-static #page-blog h4,
body.is-static #page-blog h5,
body.is-static #page-blog table,
body.is-static #page-blog blockquote,
body.is-static #page-blog .text-width,
body.is-static #page-blog .article-footer,
body.is-static #page-blog .article-entry > iframe,
body.is-static #page-blog .article-entry > img,
body.is-static #page-blog .article-entry > figure,
body.is-static #page-blog .article-entry > .flourish-embed,
body.is-static #page-blog div.visualisation-wrapper {
  width: calc(100% - 30px);
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    body.is-static #page-blog-home p, body.is-static #page-blog-home ul, body.is-static #page-blog-home ol, body.is-static #page-blog-home h1, body.is-static #page-blog-home h2, body.is-static #page-blog-home h3, body.is-static #page-blog-home h4, body.is-static #page-blog-home h5, body.is-static #page-blog-home table, body.is-static #page-blog-home blockquote, body.is-static #page-blog-home .text-width, body.is-static #page-blog-home .article-footer,
    body.is-static #page-blog-home .article-entry > iframe, body.is-static #page-blog-home .article-entry > img,
    body.is-static #page-blog-home .article-entry > figure, body.is-static #page-blog-home .article-entry > .flourish-embed, body.is-static #page-blog-home div.visualisation-wrapper,
    body.is-static #page-blog p,
    body.is-static #page-blog ul,
    body.is-static #page-blog ol,
    body.is-static #page-blog h1,
    body.is-static #page-blog h2,
    body.is-static #page-blog h3,
    body.is-static #page-blog h4,
    body.is-static #page-blog h5,
    body.is-static #page-blog table,
    body.is-static #page-blog blockquote,
    body.is-static #page-blog .text-width,
    body.is-static #page-blog .article-footer,
    body.is-static #page-blog .article-entry > iframe,
    body.is-static #page-blog .article-entry > img,
    body.is-static #page-blog .article-entry > figure,
    body.is-static #page-blog .article-entry > .flourish-embed,
    body.is-static #page-blog div.visualisation-wrapper {
      width: 100%;
      max-width: 700px; } }

body.is-static #page-blog-home .flourish-embed,
body.is-static #page-blog .flourish-embed {
  margin: 2em 0; }

body.is-static #page-blog-home table,
body.is-static #page-blog table {
  word-wrap: break-word;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 0.8em; }
  body.is-static #page-blog-home table tr,
  body.is-static #page-blog table tr {
    border-top: 1px solid #c6cbd1; }
    body.is-static #page-blog-home table tr th, body.is-static #page-blog-home table tr td,
    body.is-static #page-blog table tr th,
    body.is-static #page-blog table tr td {
      padding: 0.05em 0.66em;
      border: 1px solid #dfe2e5; }

body.is-static #page-blog-home .page-content-container,
body.is-static #page-blog .page-content-container {
  margin-top: 6em;
  line-height: 1.4em;
  font-size: 16px; }
  body.is-static #page-blog-home .page-content-container .article-line,
  body.is-static #page-blog .page-content-container .article-line {
    height: 1px;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em; }
  body.is-static #page-blog-home .page-content-container article:first-of-type .article-line,
  body.is-static #page-blog .page-content-container article:first-of-type .article-line {
    display: none; }
  @media (min-width: 768px) {
    body.is-static #page-blog-home .page-content-container,
    body.is-static #page-blog .page-content-container {
      font-size: 20px;
      margin-top: 8em; } }
  body.is-static #page-blog-home .page-content-container h1, body.is-static #page-blog-home .page-content-container h2, body.is-static #page-blog-home .page-content-container h3, body.is-static #page-blog-home .page-content-container h4,
  body.is-static #page-blog .page-content-container h1,
  body.is-static #page-blog .page-content-container h2,
  body.is-static #page-blog .page-content-container h3,
  body.is-static #page-blog .page-content-container h4 {
    font-weight: bold;
    line-height: 1.12em;
    letter-spacing: -0.02em;
    margin-top: 1.66em;
    clear: both; }
  body.is-static #page-blog-home .page-content-container h1,
  body.is-static #page-blog .page-content-container h1 {
    color: black;
    font-size: 2em;
    margin-top: 0.5em; }
    body.is-static #page-blog-home .page-content-container h1.blog-home-link,
    body.is-static #page-blog .page-content-container h1.blog-home-link {
      font-weight: 300;
      color: #aaa; }
    body.is-static #page-blog-home .page-content-container h1.subtitle,
    body.is-static #page-blog .page-content-container h1.subtitle {
      font-size: 1.25em;
      line-height: 1.2em;
      margin-top: 0.5em;
      color: #888;
      font-weight: 400;
      letter-spacing: -0.01em; }
    body.is-static #page-blog-home .page-content-container h1.blog-title,
    body.is-static #page-blog .page-content-container h1.blog-title {
      color: #aaa;
      font-weight: 300;
      margin-top: 0;
      margin-bottom: 2em; }
      body.is-static #page-blog-home .page-content-container h1.blog-title .thin,
      body.is-static #page-blog .page-content-container h1.blog-title .thin {
        font-weight: 300; }
  body.is-static #page-blog-home .page-content-container h2,
  body.is-static #page-blog .page-content-container h2 {
    font-size: 1.5em; }
  body.is-static #page-blog-home .page-content-container h3,
  body.is-static #page-blog .page-content-container h3 {
    font-size: 1.2em; }
  body.is-static #page-blog-home .page-content-container h4,
  body.is-static #page-blog .page-content-container h4 {
    font-size: 1em; }
  body.is-static #page-blog-home .page-content-container p, body.is-static #page-blog-home .page-content-container ul, body.is-static #page-blog-home .page-content-container li,
  body.is-static #page-blog .page-content-container p,
  body.is-static #page-blog .page-content-container ul,
  body.is-static #page-blog .page-content-container li {
    font-family: "Source Serif Pro";
    font-size: 1em;
    margin-top: 0.5em; }
    body.is-static #page-blog-home .page-content-container p em, body.is-static #page-blog-home .page-content-container ul em, body.is-static #page-blog-home .page-content-container li em,
    body.is-static #page-blog .page-content-container p em,
    body.is-static #page-blog .page-content-container ul em,
    body.is-static #page-blog .page-content-container li em {
      font-family: Georgia; }
  body.is-static #page-blog-home .page-content-container code,
  body.is-static #page-blog .page-content-container code {
    font-size: 0.9em; }
  body.is-static #page-blog-home .page-content-container blockquote,
  body.is-static #page-blog .page-content-container blockquote {
    border-left: 4px solid #eee;
    padding-left: 1em;
    font-size: 0.95em;
    color: #777; }
  body.is-static #page-blog-home .page-content-container .article-meta,
  body.is-static #page-blog .page-content-container .article-meta {
    margin-top: 0.3em;
    font-size: 14px;
    color: #aaa;
    font-weight: 400;
    letter-spacing: -0.02em; }
    body.is-static #page-blog-home .page-content-container .article-meta strong,
    body.is-static #page-blog .page-content-container .article-meta strong {
      color: #222;
      font-weight: 400; }
    @media screen and (min-width: 768px) {
      body.is-static #page-blog-home .page-content-container .article-meta,
      body.is-static #page-blog .page-content-container .article-meta {
        font-size: 16px; } }
  body.is-static #page-blog-home .page-content-container .article-inner .article-header,
  body.is-static #page-blog .page-content-container .article-inner .article-header {
    margin-top: 2em;
    margin-bottom: 4em; }
    @media screen and (min-width: 768px) {
      body.is-static #page-blog-home .page-content-container .article-inner .article-header,
      body.is-static #page-blog .page-content-container .article-inner .article-header {
        margin-top: 2em; } }
    body.is-static #page-blog-home .page-content-container .article-inner .article-header .index-post-link .index-post-image,
    body.is-static #page-blog .page-content-container .article-inner .article-header .index-post-link .index-post-image {
      height: 10em;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-header .index-post-link:hover .index-post-image,
    body.is-static #page-blog .page-content-container .article-inner .article-header .index-post-link:hover .index-post-image {
      opacity: 0.9; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-header .index-post-link:hover .article-title,
    body.is-static #page-blog .page-content-container .article-inner .article-header .index-post-link:hover .article-title {
      opacity: 0.8; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-header a.article-title,
    body.is-static #page-blog .page-content-container .article-inner .article-header a.article-title {
      border: none; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-header a.article-title:hover,
      body.is-static #page-blog .page-content-container .article-inner .article-header a.article-title:hover {
        opacity: 0.75;
        border: none; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-header .article-meta .article-date,
    body.is-static #page-blog-home .page-content-container .article-inner .article-header .article-meta a.article-date,
    body.is-static #page-blog .page-content-container .article-inner .article-header .article-meta .article-date,
    body.is-static #page-blog .page-content-container .article-inner .article-header .article-meta a.article-date {
      color: #aaa; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry a,
  body.is-static #page-blog .page-content-container .article-inner .article-entry a {
    text-decoration: none;
    border-bottom: 1px solid #888; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry > p:first-of-type,
  body.is-static #page-blog .page-content-container .article-inner .article-entry > p:first-of-type {
    margin-top: 2em; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-entry > p:first-of-type::first-letter,
    body.is-static #page-blog .page-content-container .article-inner .article-entry > p:first-of-type::first-letter {
      font-size: 3.5em;
      font-family: "Source Sans Pro";
      font-weight: 500;
      float: left;
      padding: 0.2em 0.04em 0 0;
      margin-left: -0.05em; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .flourish-credit,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .flourish-credit {
    border-bottom: none; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry iframe,
  body.is-static #page-blog .page-content-container .article-inner .article-entry iframe {
    display: block;
    border: 0; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure, body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure > p,
  body.is-static #page-blog .page-content-container .article-inner .article-entry figure,
  body.is-static #page-blog .page-content-container .article-inner .article-entry figure > p {
    font-size: 14px;
    line-height: 1.2em;
    margin-top: 0.2em;
    font-family: "Source Sans Pro"; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure:first-of-type::first-letter, body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure > p:first-of-type::first-letter,
    body.is-static #page-blog .page-content-container .article-inner .article-entry figure:first-of-type::first-letter,
    body.is-static #page-blog .page-content-container .article-inner .article-entry figure > p:first-of-type::first-letter {
      float: none;
      padding: 0;
      font-size: 1em; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure iframe, body.is-static #page-blog-home .page-content-container .article-inner .article-entry figure > p iframe,
    body.is-static #page-blog .page-content-container .article-inner .article-entry figure iframe,
    body.is-static #page-blog .page-content-container .article-inner .article-entry figure > p iframe {
      width: 100%; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .right, body.is-static #page-blog-home .page-content-container .article-inner .article-entry .left,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .right,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .left {
    width: 100%;
    max-width: 700px;
    margin: auto; }
    @media screen and (min-width: 992px) {
      body.is-static #page-blog-home .page-content-container .article-inner .article-entry .right, body.is-static #page-blog-home .page-content-container .article-inner .article-entry .left,
      body.is-static #page-blog .page-content-container .article-inner .article-entry .right,
      body.is-static #page-blog .page-content-container .article-inner .article-entry .left {
        width: 525px; } }
  @media screen and (min-width: 992px) {
    body.is-static #page-blog-home .page-content-container .article-inner .article-entry .left,
    body.is-static #page-blog .page-content-container .article-inner .article-entry .left {
      margin-right: 25px;
      margin-left: calc(50% - 500px);
      float: left; } }
  @media screen and (min-width: 992px) {
    body.is-static #page-blog-home .page-content-container .article-inner .article-entry .right,
    body.is-static #page-blog .page-content-container .article-inner .article-entry .right {
      margin-left: 25px;
      margin-right: calc(50% - 500px);
      float: right; } }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .wide,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .wide {
    width: 100%;
    max-width: 1000px;
    margin: auto; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .full,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .full {
    width: 100%;
    margin: auto;
    max-width: none; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .shadow,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .shadow {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry img,
  body.is-static #page-blog .page-content-container .article-inner .article-entry img {
    width: 100%; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry .twitter-tweet,
  body.is-static #page-blog .page-content-container .article-inner .article-entry .twitter-tweet {
    margin: 1em auto !important; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry.single-par > *,
  body.is-static #page-blog .page-content-container .article-inner .article-entry.single-par > * {
    display: none !important; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry.single-par > *:first-child,
  body.is-static #page-blog-home .page-content-container .article-inner .article-entry.single-par .article-more-link,
  body.is-static #page-blog .page-content-container .article-inner .article-entry.single-par > *:first-child,
  body.is-static #page-blog .page-content-container .article-inner .article-entry.single-par .article-more-link {
    display: block !important; }
  body.is-static #page-blog-home .page-content-container .article-inner .article-footer,
  body.is-static #page-blog .page-content-container .article-inner .article-footer {
    background: white; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-footer .article-tag-list,
    body.is-static #page-blog .page-content-container .article-inner .article-footer .article-tag-list {
      padding-left: 0; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer .article-tag-list li,
      body.is-static #page-blog .page-content-container .article-inner .article-footer .article-tag-list li {
        display: inline-block;
        padding: 0.1em 0.4em;
        background: #DD4141;
        margin: 0.1em;
        font-size: 0.8em;
        border-radius: 0.3em;
        line-height: 1.4em; }
        body.is-static #page-blog-home .page-content-container .article-inner .article-footer .article-tag-list li:hover,
        body.is-static #page-blog .page-content-container .article-inner .article-footer .article-tag-list li:hover {
          opacity: 0.8; }
        body.is-static #page-blog-home .page-content-container .article-inner .article-footer .article-tag-list li a,
        body.is-static #page-blog .page-content-container .article-inner .article-footer .article-tag-list li a {
          color: white !important;
          border: 0 !important; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav,
    body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav {
      margin-top: 3em;
      margin-bottom: 4em;
      line-height: 1.1em;
      font-weight: bold;
      border-top: 1px solid #eee;
      padding: 10px; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav #article-nav-newer,
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav #article-nav-older,
      body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav #article-nav-newer,
      body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav #article-nav-older {
        display: inline-block;
        font-size: 18px;
        max-width: 40%; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav #article-nav-newer,
      body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav #article-nav-newer {
        float: right;
        text-align: right; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav .article-nav-caption,
      body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav .article-nav-caption {
        font-weight: 400; }
      body.is-static #page-blog-home .page-content-container .article-inner .article-footer #article-nav .article-nav-title,
      body.is-static #page-blog .page-content-container .article-inner .article-footer #article-nav .article-nav-title {
        font-weight: bold;
        letter-spacing: -0.02em; }
    body.is-static #page-blog-home .page-content-container .article-inner .article-footer #comments,
    body.is-static #page-blog .page-content-container .article-inner .article-footer #comments {
      margin-top: 1.5em; }

body.is-static #page-nav {
  text-align: center;
  margin-top: 1em; }
  body.is-static #page-nav > * {
    margin: 0 0.25em; }

body.is-static .archives .article-type-post .article-inner .article-entry > * {
  display: none !important; }

body.is-static .archives .article-type-post .article-inner .article-entry > *:first-child,
body.is-static .archives .article-type-post .article-inner .article-entry .article-more-link {
  display: block !important; }
