@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;
}

pre {
  max-width: 100%;
  overflow: auto;
}

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

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

table.basic-table {
  margin: 2em 0;
  border-collapse: collapse;
}
table.basic-table th, table.basic-table td {
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 3em;
  max-width: 250px;
  border-bottom: 1px solid #eee;
}
table.basic-table th.invoice-status, table.basic-table td.invoice-status {
  text-transform: capitalize;
}
table.basic-table th a, table.basic-table td a {
  text-decoration: underline;
}

.basic-form {
  margin: 2em 0;
}
.basic-form input[type=text], .basic-form input[type=url], .basic-form textarea {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 0.2em 0.1em 0.2em 0.3em;
  min-height: 30px;
  font-size: 13px;
  outline: none;
  transition: 200ms linear border;
}
.basic-form .dropdown-container {
  width: 20em;
  display: inline-block;
  position: relative;
}
.basic-form .dropdown-container #theme-company {
  width: 100%;
}
.basic-form .dropdown-container input[data-autocomplete] + .fa {
  position: absolute;
  right: 10px;
  margin-top: 8px;
  pointer-events: none;
}

/*!
 *  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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.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: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

.fa-arrow-up:before {
  content: "\f062";
}

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

.fa-angle-right:before {
  content: "\f105";
}

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

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

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

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

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

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

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

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

@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");
}
@font-face {
  font-family: "Canva Sans Variable";
  font-weight: 200 700;
  src: url("fonts/canva-sans-variable/WOFF/CanvaSans-VF.woff") format("woff"), url("fonts/canva-sans-display/TTF/CanvaSans-VF.ttf") format("truetype");
}
@font-face {
  font-family: "Canva Sans Display Variable";
  font-weight: 200 700;
  src: url("fonts/canva-sans-variable/WOFF/CanvaSansDisplay-VF.woff") format("woff"), url("fonts/canva-sans-variable/TTF/CanvaSansDisplay-VF.ttf") format("truetype");
}
/****** Scaffolding ******/
.content.shaded-bg {
  background: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content.full-height {
  height: 100vh;
}

.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;
  }
}

.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-items: flex-start;
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
.page-header h1 {
  display: inline-block;
  font-size: 18px;
  height: 24px;
}
.page-header h2 {
  font-size: 16px;
  font-weight: 100;
  line-height: 1em;
}
@media (min-width: 620px) {
  .page-header h2 {
    font-size: 36px;
  }
}
@media (min-width: 820px) {
  .page-header {
    flex-direction: row;
  }
  .page-header h2 {
    font-size: 42px;
    margin-top: 42px;
  }
}
@media (min-width: 1220px) {
  .page-header h2 {
    font-size: 48px;
  }
}

/****** Interaction ******/
.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.5;
}
.clickable.selected, .clickable.selected:hover {
  opacity: 1;
  cursor: default;
}
.clickable[disabled] {
  opacity: 0.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 9px 6px;
  color: #fff;
  background-color: #777;
}
.dropdown .dropdown-list .dropdown-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #eaeaea;
  padding: 12px 60px 12px 12px;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
}
.dropdown .dropdown-list .dropdown-item i {
  margin-right: 5px;
}
.dropdown .dropdown-list .dropdown-item img {
  margin-right: 5px;
  height: 14px;
  width: auto;
}
.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: 0.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);
    pointer-events: none;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.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;
  }
  #preview-menu #editor-previews.hidden {
    display: none;
  }
}

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: 0.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: "\f005";
  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;
}

.dropdown-btn {
  font-size: 14px;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #eee;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
  z-index: 102;
}
.dropdown-btn:first-child {
  margin-left: 0;
}
.dropdown-btn .btn {
  border-radius: 0;
  height: 100%;
  line-height: 1.75em;
  border: 0;
  border-left: 1px solid #ddd;
  font-size: inherit;
  background: none;
}
.dropdown-btn .arrow {
  padding: 0 0.5em;
}
.dropdown-btn .arrow i {
  margin-right: 0;
}
.dropdown-btn .options {
  position: absolute;
  right: 0;
  top: 2em;
  background: white;
  margin-top: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: initial;
}
.dropdown-btn .options .option {
  position: relative;
  width: 280px;
  border-top: 1px solid #ccc;
  padding: 0.5em 1em 0.5em 3em;
  cursor: pointer;
}
.dropdown-btn .options .option:first-child {
  border-top: none;
}
.dropdown-btn .options .option .option-title {
  font-weight: bold;
}
.dropdown-btn .options .option .option-description {
  font-size: 0.85em;
}
.dropdown-btn .options .option .option-check {
  display: none;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dropdown-btn .options .option.selected .option-check {
  display: block;
}
.dropdown-btn .options .option:hover {
  background-color: lightblue;
}

.btn-group {
  font-size: 14px;
  height: 2em;
  border: 1px solid #ccc;
  border-radius: 3px;
  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%;
  line-height: 1.75em;
  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;
  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;
}

.toggle-single {
  cursor: pointer;
  padding: 0 5px;
}
.toggle-single input[type=checkbox] {
  display: none;
}
.toggle-single input[type=checkbox]:checked + .toggle-label {
  opacity: 1;
}
.toggle-single .toggle-label {
  opacity: 0.4;
}
.toggle-single:hover .toggle-label {
  opacity: 1;
}
.toggle-single:hover input[type=checkbox]:checked + .toggle-label {
  opacity: 1;
}

.slider-container input {
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.slider-container input:focus-visible + .slider:after {
  border: 1px solid #777;
}
.slider-container input:checked:focus-visible + .slider:after {
  border: 1px solid #032a3c;
}
.slider-container .slider {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 33px;
  height: 30px;
  background: transparent;
  padding-left: 0;
  padding-top: 0;
}
.slider-container .slider:hover:after {
  border-color: #bbb;
}
.slider-container .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 33px;
  top: 9px;
  left: 0;
  border-radius: 6px;
  background-color: #ddd;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.slider-container .slider:after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-transition: 200ms;
  transition: 200ms;
}
.slider-container input:checked + .slider:before {
  background: #ccdee6;
}
.slider-container input:checked + .slider:after {
  left: 9px;
  background: #2886b2;
  border-color: #2886b2;
}
.slider-container input:checked + .slider:hover:after {
  background-color: #2886b2;
  border-color: #2886b2;
}
.slider-container.small input:checked + .slider:after {
  left: 9px;
}
.slider-container.small .slider {
  height: 24px;
}
.slider-container.small .slider:before {
  height: 9px;
  width: 27px;
  top: 7px;
  left: 0;
}
.slider-container.small .slider:after {
  height: 18px;
  width: 18px;
  left: 0;
  bottom: 3px;
}

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;
}
.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;
  max-width: calc(100% - 40px);
  max-height: 80vh;
  overflow: auto;
}
.dialog .dialog-inner.loading-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog .dialog-inner textarea {
  resize: vertical;
}
.dialog .dialog-inner .loading-spinner {
  display: flex;
  justify-content: center;
}
.dialog .dialog-inner .btns.loading {
  display: flex;
  justify-content: center;
}
.dialog .dialog-inner img {
  width: 100%;
  margin-top: 12px;
}
.dialog .loading-spinner {
  opacity: 1 !important;
  animation-name: spin;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center center;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dialog:focus {
  outline: none;
}

.dialog, .detailed-settings .settings-block {
  z-index: 113;
}
.dialog .btn, .detailed-settings .settings-block .btn {
  margin-bottom: 5px;
}
.dialog .btn.secondary, .detailed-settings .settings-block .btn.secondary {
  background: none;
  text-decoration: underline;
  font-weight: normal;
}
.dialog .btn.data-magic-primary, .detailed-settings .settings-block .btn.data-magic-primary {
  background: #2886B2;
  color: #ffffff;
}
.dialog .btn.data-magic-secondary, .detailed-settings .settings-block .btn.data-magic-secondary {
  color: #989898;
  background: none;
  font-weight: 400;
}
.dialog .dialog-inner .text, .detailed-settings .settings-block .dialog-inner .text {
  margin-bottom: 30px;
}
.dialog .dialog-inner .text.loading, .detailed-settings .settings-block .dialog-inner .text.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dialog .dialog-inner .text h1, .detailed-settings .settings-block .dialog-inner .text h1 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1rem;
}
.dialog .dialog-inner .text h1 .import-ready, .detailed-settings .settings-block .dialog-inner .text h1 .import-ready {
  margin-right: 10px;
}
.dialog .dialog-inner .text h1 .file-name, .detailed-settings .settings-block .dialog-inner .text h1 .file-name {
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.dialog .dialog-inner .text h2, .detailed-settings .settings-block .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, .detailed-settings .settings-block .dialog-inner .text hr {
  margin: 15px 0;
  opacity: 0.3;
}
.dialog .dialog-inner .text p, .dialog .dialog-inner .text label, .dialog .dialog-inner .text details, .dialog .dialog-inner .text summary, .detailed-settings .settings-block .dialog-inner .text p, .detailed-settings .settings-block .dialog-inner .text label, .detailed-settings .settings-block .dialog-inner .text details, .detailed-settings .settings-block .dialog-inner .text summary {
  font-size: 14px;
  line-height: 1.25em;
  color: #777;
  margin-bottom: 6px;
  position: relative;
}
.dialog .dialog-inner .text p.alert, .dialog .dialog-inner .text label.alert, .dialog .dialog-inner .text details.alert, .dialog .dialog-inner .text summary.alert, .detailed-settings .settings-block .dialog-inner .text p.alert, .detailed-settings .settings-block .dialog-inner .text label.alert, .detailed-settings .settings-block .dialog-inner .text details.alert, .detailed-settings .settings-block .dialog-inner .text summary.alert {
  color: #C64C61;
  margin-top: 0.5em;
}
.dialog .dialog-inner .text p.small, .dialog .dialog-inner .text label.small, .dialog .dialog-inner .text details.small, .dialog .dialog-inner .text summary.small, .detailed-settings .settings-block .dialog-inner .text p.small, .detailed-settings .settings-block .dialog-inner .text label.small, .detailed-settings .settings-block .dialog-inner .text details.small, .detailed-settings .settings-block .dialog-inner .text summary.small {
  font-size: 14px;
  line-height: 21px;
}
.dialog .dialog-inner .text p.big, .dialog .dialog-inner .text label.big, .dialog .dialog-inner .text details.big, .dialog .dialog-inner .text summary.big, .detailed-settings .settings-block .dialog-inner .text p.big, .detailed-settings .settings-block .dialog-inner .text label.big, .detailed-settings .settings-block .dialog-inner .text details.big, .detailed-settings .settings-block .dialog-inner .text summary.big {
  color: #333;
}
.dialog .dialog-inner .text p i.alert, .dialog .dialog-inner .text label i.alert, .dialog .dialog-inner .text details i.alert, .dialog .dialog-inner .text summary i.alert, .detailed-settings .settings-block .dialog-inner .text p i.alert, .detailed-settings .settings-block .dialog-inner .text label i.alert, .detailed-settings .settings-block .dialog-inner .text details i.alert, .detailed-settings .settings-block .dialog-inner .text summary i.alert {
  color: #C64C61;
  margin-right: 5px;
}
.dialog .dialog-inner .text p span.alert, .dialog .dialog-inner .text label span.alert, .dialog .dialog-inner .text details span.alert, .dialog .dialog-inner .text summary span.alert, .detailed-settings .settings-block .dialog-inner .text p span.alert, .detailed-settings .settings-block .dialog-inner .text label span.alert, .detailed-settings .settings-block .dialog-inner .text details span.alert, .detailed-settings .settings-block .dialog-inner .text summary span.alert {
  color: #C64C61;
}
.dialog .dialog-inner .text p span.bold, .dialog .dialog-inner .text label span.bold, .dialog .dialog-inner .text details span.bold, .dialog .dialog-inner .text summary span.bold, .detailed-settings .settings-block .dialog-inner .text p span.bold, .detailed-settings .settings-block .dialog-inner .text label span.bold, .detailed-settings .settings-block .dialog-inner .text details span.bold, .detailed-settings .settings-block .dialog-inner .text summary span.bold {
  font-weight: bold;
}
.dialog .dialog-inner .text .import-settings, .detailed-settings .settings-block .dialog-inner .text .import-settings {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.dialog .dialog-inner .text .import-settings label, .detailed-settings .settings-block .dialog-inner .text .import-settings label {
  display: flex;
  font-size: 0.85em;
  font-weight: 400;
}
.dialog .dialog-inner .text details summary + p, .detailed-settings .settings-block .dialog-inner .text details summary + p {
  margin-top: 0.5em;
}
.dialog .dialog-inner .text a, .detailed-settings .settings-block .dialog-inner .text a {
  text-decoration: underline;
}
.dialog .dialog-inner .text a.canva-link, .detailed-settings .settings-block .dialog-inner .text a.canva-link {
  text-decoration: none;
}
.dialog .dialog-inner .text textarea, .dialog .dialog-inner .text input, .dialog .dialog-inner .text select, .detailed-settings .settings-block .dialog-inner .text textarea, .detailed-settings .settings-block .dialog-inner .text input, .detailed-settings .settings-block .dialog-inner .text select {
  border-radius: 3px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 0.2em 0.1em 0.2em 0.3em;
  min-height: 30px;
  font-size: 13px;
  transition: 200ms linear border;
}
.dialog .dialog-inner .text textarea:focus, .dialog .dialog-inner .text input:focus, .dialog .dialog-inner .text select:focus, .detailed-settings .settings-block .dialog-inner .text textarea:focus, .detailed-settings .settings-block .dialog-inner .text input:focus, .detailed-settings .settings-block .dialog-inner .text select:focus {
  border: 1px solid #777;
}
.dialog .dialog-inner .text textarea.narrow, .dialog .dialog-inner .text input.narrow, .dialog .dialog-inner .text select.narrow, .detailed-settings .settings-block .dialog-inner .text textarea.narrow, .detailed-settings .settings-block .dialog-inner .text input.narrow, .detailed-settings .settings-block .dialog-inner .text select.narrow {
  width: 50px;
  margin-right: 1em;
}
.dialog .dialog-inner .text textarea.medium, .dialog .dialog-inner .text input.medium, .dialog .dialog-inner .text select.medium, .detailed-settings .settings-block .dialog-inner .text textarea.medium, .detailed-settings .settings-block .dialog-inner .text input.medium, .detailed-settings .settings-block .dialog-inner .text select.medium {
  width: 200px;
}
.dialog .dialog-inner .text progress, .detailed-settings .settings-block .dialog-inner .text progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  border: none;
  overflow: hidden;
  border-radius: 10px;
  background: #eee;
}
.dialog .dialog-inner .text progress::-webkit-progress-bar, .detailed-settings .settings-block .dialog-inner .text progress::-webkit-progress-bar {
  border: none;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
.dialog .dialog-inner .text progress::-webkit-progress-value, .detailed-settings .settings-block .dialog-inner .text progress::-webkit-progress-value {
  border: none;
  background-color: #2886B2;
}
.dialog .dialog-inner .text progress::-moz-progress-bar, .detailed-settings .settings-block .dialog-inner .text progress::-moz-progress-bar {
  border: none;
  background-color: #2886B2;
}
.dialog .dialog-inner .text table, .detailed-settings .settings-block .dialog-inner .text table {
  border: 1px solid #ddd;
  width: 100%;
  border-collapse: collapse;
}
.dialog .dialog-inner .text table td, .detailed-settings .settings-block .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, .detailed-settings .settings-block .dialog-inner .text select {
  outline: none;
}
.dialog .dialog-inner .text ul.plain, .detailed-settings .settings-block .dialog-inner .text ul.plain {
  list-style: none;
  padding: 0;
}
.dialog .dialog-inner .text ul.plain li, .detailed-settings .settings-block .dialog-inner .text ul.plain li {
  padding: 0;
}
.dialog .dialog-inner .text label:first-child, .detailed-settings .settings-block .dialog-inner .text label:first-child {
  display: inline-block;
}
.dialog .dialog-inner .text label:first-child:last-child, .detailed-settings .settings-block .dialog-inner .text label:first-child:last-child {
  width: 100%;
}
.dialog .dialog-inner .text input[type=number], .detailed-settings .settings-block .dialog-inner .text input[type=number] {
  width: 90px;
}
.dialog .dialog-inner .text input[type=checkbox],
.dialog .dialog-inner .text input[type=radio], .detailed-settings .settings-block .dialog-inner .text input[type=checkbox],
.detailed-settings .settings-block .dialog-inner .text input[type=radio] {
  width: auto;
  margin-right: 0.4em;
  min-height: auto;
}
.dialog .dialog-inner .text textarea, .detailed-settings .settings-block .dialog-inner .text textarea {
  padding: 0.1em;
  height: 5em;
}
.dialog .dialog-inner .text textarea.code, .detailed-settings .settings-block .dialog-inner .text textarea.code {
  font-family: monospace;
  font-size: 0.8em;
  height: 7em;
}
.dialog .dialog-inner .text input[type=text][disabled], .detailed-settings .settings-block .dialog-inner .text input[type=text][disabled] {
  opacity: 0.5;
}
.dialog .dialog-inner .text label, .detailed-settings .settings-block .dialog-inner .text label {
  display: inline-block;
  font-weight: 600;
  color: #333;
  margin: 0.5em 0.5em 0.25em 0;
}
.dialog .dialog-inner .text label.narrow, .detailed-settings .settings-block .dialog-inner .text label.narrow {
  width: 50px;
}
.dialog .dialog-inner .text label span, .detailed-settings .settings-block .dialog-inner .text label span {
  display: inline-block;
  color: #999;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 22px;
}
.dialog .dialog-inner .text label select, .detailed-settings .settings-block .dialog-inner .text label select {
  width: auto;
}
.dialog .dialog-inner .text label.indented, .detailed-settings .settings-block .dialog-inner .text label.indented {
  display: block;
  padding-left: 22px;
  width: 100%;
  position: relative;
}
.dialog .dialog-inner .text label.indented input:first-child, .detailed-settings .settings-block .dialog-inner .text label.indented input:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.dialog .dialog-inner .text figure, .detailed-settings .settings-block .dialog-inner .text figure {
  max-width: 100%;
  max-height: 120px;
  overflow: hidden;
}
.dialog .dialog-inner .text figure img, .detailed-settings .settings-block .dialog-inner .text figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dialog .dialog-inner .text .collapsed, .detailed-settings .settings-block .dialog-inner .text .collapsed {
  display: none;
}
.dialog .dialog-inner .text button[name=toggle-collapse], .detailed-settings .settings-block .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: 0.5em 0;
}
.dialog .dialog-inner .text .columns, .detailed-settings .settings-block .dialog-inner .text .columns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 16px;
}
.dialog .dialog-inner .text .columns > div, .detailed-settings .settings-block .dialog-inner .text .columns > div {
  width: 50%;
  padding-right: 10px;
  overflow: hidden;
}
.dialog .dialog-inner .text .columns > div > *, .detailed-settings .settings-block .dialog-inner .text .columns > div > * {
  max-width: 100%;
}
.dialog .dialog-inner .text button.upload, .detailed-settings .settings-block .dialog-inner .text button.upload {
  margin-left: -30px;
  height: 25px;
  bottom: 6px;
}
.dialog .dialog-inner .upgrade, .detailed-settings .settings-block .dialog-inner .upgrade {
  margin: 0 -30px -30px;
  padding: 30px 30px 30px;
  background: #EAA22D;
  color: #fff;
}
.dialog .dialog-inner .upgrade p, .detailed-settings .settings-block .dialog-inner .upgrade p {
  color: #fff;
}
.dialog .dialog-inner .upgrade ul, .detailed-settings .settings-block .dialog-inner .upgrade ul {
  padding: 0;
}
.dialog .dialog-inner .upgrade ul li, .detailed-settings .settings-block .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, .detailed-settings .settings-block .dialog-inner .upgrade ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.dialog .dialog-inner .upgrade .btn.convert, .detailed-settings .settings-block .dialog-inner .upgrade .btn.convert {
  background: #fff;
  color: #EAA22D;
}
.dialog .dialog-inner .upgrade.business, .detailed-settings .settings-block .dialog-inner .upgrade.business {
  background-color: #93366E;
}
.dialog .dialog-inner .upgrade.business .btn.convert, .detailed-settings .settings-block .dialog-inner .upgrade.business .btn.convert {
  color: #93366E;
}
.dialog .mini-spreadsheet, .detailed-settings .settings-block .mini-spreadsheet {
  margin-top: 10px;
}

.hide-unpublished {
  display: none;
}

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

.svg-defs {
  display: none;
}

.empty-label {
  font-size: 16px;
  font-weight: bold;
  color: #aaa;
  z-index: 1;
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.empty-details {
  margin-top: 0.5em;
  color: #888;
}
.empty-details:empty {
  margin: 0;
}

@media (min-width: 420px) {
  .empty-label {
    font-size: 18px;
  }
}
.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;
  }
}

/****** Header. Duped from flourish app repo and now diverging ******/
.row.header {
  position: fixed;
  top: 0;
  background: white;
  height: 3em;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.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: 90px;
  position: relative;
  top: 3px;
}
.row.header .logo #logo-text {
  width: 90px;
}
.row.header .logo #logo-bosh {
  position: absolute;
  left: 80px;
  width: 13.3333333333px;
}
.row.header .dropdown {
  margin-right: 0;
  max-width: 300px;
  position: absolute;
  right: 20px;
}
.row.header .mobile-nav {
  display: none;
  position: relative;
  top: 0.15em;
}
.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: 3.66em;
  }
  .row.header .logo {
    margin-top: 10px;
    width: 115px;
    top: 2px;
  }
  .row.header .logo #logo-text {
    width: 115px;
  }
  .row.header .logo #logo-bosh {
    position: absolute;
    left: 100px;
    top: 0px;
    width: 18px;
  }
  .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;
  }
}

.is-static .row.header,
.not-logged-in .row.header {
  background: white;
  z-index: 3;
}
.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 {
  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: black;
    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: 600;
  }
}
@media (min-width: 820px) {
  .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;
  }
  .is-static .row.header .menu-holder .menu .sub-menu h2#menu-sign-in, .is-static .row.header .menu-holder:hover .menu .sub-menu h2#menu-sign-in,
.not-logged-in .row.header .menu-holder .menu .sub-menu h2#menu-sign-in,
.not-logged-in .row.header .menu-holder:hover .menu .sub-menu h2#menu-sign-in {
    font-weight: bold;
  }
}
@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 {
  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;
}

#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;
}

html {
  font-size: 14px;
}
@media (min-width: 420px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 620px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 820px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {
  html {
    font-size: 19px;
  }
}

body {
  font-size: 16px;
}

/****** Landing site ******/
body.is-static .landing-wrapper section {
  position: relative;
  background-size: cover;
  background-position: 50%;
}
body.is-static .landing-wrapper section .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.is-static .landing-wrapper h1 {
  font-weight: bold;
  line-height: 1.1em;
}
body.is-static .landing-wrapper h2 {
  font-weight: 300;
  line-height: 1.2em;
}
body.is-static .landing-wrapper h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2em;
}
body.is-static .landing-wrapper .text-highlight {
  color: #FF465D;
  border-bottom: 1px solid;
  cursor: pointer;
}
body.is-static .landing-wrapper .btn {
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
}
body.is-static .landing-wrapper .btn:hover {
  background: #e5e5e5;
  opacity: 1;
}
body.is-static .landing-wrapper .landing-header {
  color: #fff;
  margin-top: 48px;
  height: calc(100vh - 48px);
  padding: 1px 0 0;
  position: relative;
  text-align: center;
}
body.is-static .landing-wrapper .landing-header h1 {
  font-weight: 300;
  font-size: 8.5vw;
}
body.is-static .landing-wrapper .landing-header h1 b {
  font-weight: 700;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper .landing-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-height: 400px) {
  body.is-static .landing-wrapper .landing-header h1 {
    font-size: 2rem;
  }
}
body.is-static .landing-wrapper .landing-header h2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 1.5rem;
  width: 100%;
  font-weight: normal;
  text-align: center;
}
@media (max-height: 400px) {
  body.is-static .landing-wrapper .landing-header h2 {
    display: none;
  }
}
body.is-static .landing-wrapper .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-wrapper .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-wrapper .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-wrapper .landing-header .register {
  text-align: center;
  padding-top: 1rem;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .landing-header .register {
    font-size: 50px;
  }
}
body.is-static .landing-wrapper .landing-header .register .btn {
  color: black;
  padding: 0 1em;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  height: 2.6em;
  line-height: 2.6em;
  font-size: 1rem;
}
body.is-static .landing-wrapper .landing-header .register .btn:hover {
  background: #f5f5f5;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper .landing-header {
    margin-top: 59px;
    height: calc(100vh - 59px);
  }
}
body.is-static .landing-wrapper .landing-content {
  margin-top: calc(50vh - 30px);
  transform: translateY(-50%);
}
body.is-static .landing-wrapper .landing-features {
  position: relative;
  padding-top: 4rem;
}
body.is-static .landing-wrapper .landing-features h3 {
  color: #333;
  max-width: 30rem;
  font-size: 1.8rem;
}
body.is-static .landing-wrapper .landing-features h3 span {
  color: #FF465D;
  font-style: italic;
}
body.is-static .landing-wrapper .landing-features ul {
  padding: 0;
  list-style: none;
  margin-top: 4rem;
}
body.is-static .landing-wrapper .landing-features ul li {
  position: relative;
  margin-bottom: 4rem;
  padding-right: 120px;
  font-size: 1.25rem;
  min-height: 150px;
  color: #767676;
}
body.is-static .landing-wrapper .landing-features ul li strong {
  display: block;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 12px;
  color: #333;
}
body.is-static .landing-wrapper .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;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
body.is-static .landing-wrapper .landing-features ul li .feature-video-container video {
  height: 100%;
}
body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
  padding-left: 120px;
  padding-right: 0;
}
body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) .feature-video-container {
  left: -40px;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper .landing-features ul {
    margin-top: 60px;
  }
  body.is-static .landing-wrapper .landing-features ul li {
    margin-bottom: 60px;
    padding-right: 160px;
    padding-top: 30px;
    min-height: 180px;
    font-size: 21px;
  }
  body.is-static .landing-wrapper .landing-features ul li strong {
    font-size: 27px;
  }
  body.is-static .landing-wrapper .landing-features ul li .feature-video-container {
    width: 180px;
    height: 180px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
    padding-left: 160px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) .feature-video-container {
    left: -40px;
  }
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper .landing-features ul li {
    font-size: 24px;
    padding-right: 220px;
    min-height: 240px;
    padding-top: 42px;
  }
  body.is-static .landing-wrapper .landing-features ul li strong {
    font-size: 30px;
  }
  body.is-static .landing-wrapper .landing-features ul li .feature-video-container {
    width: 240px;
    height: 240px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
    padding-left: 220px;
  }
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .landing-features ul {
    margin: 90px -10px 0;
  }
  body.is-static .landing-wrapper .landing-features ul:after {
    clear: both;
    display: block;
    content: "";
  }
  body.is-static .landing-wrapper .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-wrapper .landing-features ul li strong {
    font-size: 27px;
  }
  body.is-static .landing-wrapper .landing-features ul li .feature-video-container {
    width: 150px;
    height: 150px;
    left: 0;
    top: 0;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
    padding-left: 170px;
    margin-left: 40px;
    padding-right: 0;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) .feature-video-container {
    left: 0;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper .landing-features h3 {
    margin-left: 8rem;
  }
  body.is-static .landing-wrapper .landing-features ul {
    margin: 90px 0 0;
  }
  body.is-static .landing-wrapper .landing-features ul li {
    max-width: 480px;
    padding-left: 240px;
    padding-top: 12px;
    min-height: 220px;
  }
  body.is-static .landing-wrapper .landing-features ul li strong {
    font-size: 30px;
  }
  body.is-static .landing-wrapper .landing-features ul li .feature-video-container {
    width: 220px;
    height: 220px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
    padding-left: 240px;
    margin-left: 20px;
  }
}
@media (min-width: 1220px) {
  body.is-static .landing-wrapper .landing-features h3 {
    margin-left: 10rem;
  }
  body.is-static .landing-wrapper .landing-features ul li {
    max-width: 580px;
    padding-left: 310px;
    padding-top: 30px;
    min-height: 240px;
    margin-bottom: 90px;
  }
  body.is-static .landing-wrapper .landing-features ul li strong {
    font-size: 36px;
  }
  body.is-static .landing-wrapper .landing-features ul li .feature-video-container {
    width: 240px;
    height: 240px;
    left: 50px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) {
    margin-left: 0;
    padding-left: 310px;
  }
  body.is-static .landing-wrapper .landing-features ul li:nth-of-type(2n) .feature-video-container {
    left: 50px;
  }
}
body.is-static .landing-wrapper .landing-organisations {
  padding: 1rem 0;
}
body.is-static .landing-wrapper .landing-organisations h3 {
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-size: 36px;
  padding: 1em 0 0;
}
body.is-static .landing-wrapper .organisations-list {
  list-style: none;
  padding: 0;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
body.is-static .landing-wrapper .organisations-list br {
  display: none;
}
body.is-static .landing-wrapper .organisations-list li {
  padding: 1px;
  margin: 0 0 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
body.is-static .landing-wrapper .organisations-list li h4 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1em;
  margin: 0;
}
body.is-static .landing-wrapper .organisations-list li p {
  font-size: 1.1rem;
  margin-top: 1em;
}
body.is-static .landing-wrapper .organisations-list li a {
  padding: 0;
  display: block;
}
body.is-static .landing-wrapper .organisations-list li a:hover {
  opacity: 0.9;
}
body.is-static .landing-wrapper .organisations-list li .btn {
  margin-top: 3rem;
}
body.is-static .landing-wrapper .organisations-list li:last-child {
  border-bottom: none;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .organisations-list {
    margin-top: 5rem;
  }
  body.is-static .landing-wrapper .organisations-list:after {
    display: block;
    content: "";
    clear: both;
  }
  body.is-static .landing-wrapper .organisations-list li {
    width: 33%;
    padding-bottom: 0;
    padding: 0 1rem;
    margin-left: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-bottom: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 200px;
    margin-bottom: 5rem;
  }
  body.is-static .landing-wrapper .organisations-list li:last-child {
    border-right: none;
  }
  body.is-static .landing-wrapper .organisations-list li .learn-more {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }
}
body.is-static .landing-wrapper .landing-developers {
  background-image: url(/images/features/coding.jpg);
  background-position: 0;
  padding: 8rem 0;
  color: white;
  text-align: left;
}
body.is-static .landing-wrapper .landing-developers .gradient {
  background-image: linear-gradient(to left, rgba(20, 20, 20, 0.9) 0, rgba(20, 20, 20, 0.95) 100%);
}
body.is-static .landing-wrapper .landing-developers h1 {
  font-size: 1.4rem;
}
body.is-static .landing-wrapper .landing-developers h2 {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  max-width: 40rem;
}
body.is-static .landing-wrapper .landing-developers .block {
  margin: 50px 3% 0 0;
  font-size: 20px;
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper .landing-developers .block {
    font-size: 26px;
  }
}
body.is-static .landing-wrapper .landing-developers .block h3 {
  font-weight: bold;
}
body.is-static .landing-wrapper .landing-developers .block p {
  margin: 0;
  font-weight: 300;
}
body.is-static .landing-wrapper .landing-developers .block h3, body.is-static .landing-wrapper .landing-developers .block p {
  font-size: 1.1rem;
}
body.is-static .landing-wrapper .landing-developers .block .btn {
  margin-top: 1.2rem;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .landing-developers .block {
    display: inline-block;
    width: 35%;
    margin: 2rem 1.8rem 0 0;
  }
  body.is-static .landing-wrapper .landing-developers .block:last-child {
    margin-left: 0;
  }
}
body.is-static .landing-wrapper .landing-clients {
  padding: 3.5rem 0 1.5rem;
  margin-top: 0;
  background: #eeeeee;
}
body.is-static .landing-wrapper .landing-clients h3 {
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: normal;
  text-align: center;
  max-width: 40rem;
  margin: auto;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper .landing-clients h3 {
    font-size: 1.6rem;
  }
}
body.is-static .landing-wrapper .landing-clients .clients {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -1em;
  font-size: 1rem;
}
body.is-static .landing-wrapper .landing-clients .clients .client-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 6em;
  height: 2em;
  margin: 1.5em 1em;
}
body.is-static .landing-wrapper .landing-clients .quotes {
  padding: 2.5rem 0 0;
  margin: 2rem 0;
  border-top: 1px solid #bbb;
}
body.is-static .landing-wrapper .landing-clients .quotes .quote {
  display: inline-block;
  padding-top: 2rem;
  position: relative;
  padding-right: 2%;
  padding-left: 3em;
  vertical-align: top;
}
body.is-static .landing-wrapper .landing-clients .quotes .quote .hide-mobile {
  display: none;
}
body.is-static .landing-wrapper .landing-clients .quotes .quote:last-child {
  padding-right: 0;
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper .landing-clients .quotes .quote {
    width: 49.5%;
  }
  body.is-static .landing-wrapper .landing-clients .quotes .quote .hide-mobile {
    display: inline;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper .landing-clients .quotes .quote {
    width: 24.5%;
  }
}
body.is-static .landing-wrapper .landing-clients .quotes .quote:before {
  content: "“";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 6em;
}
body.is-static .landing-wrapper .landing-clients .quotes .quote blockquote {
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #555;
  font-family: "Source Serif Pro";
  margin: 0;
}
body.is-static .landing-wrapper .landing-clients .quotes .quote p {
  font-size: 0.95rem;
  margin-top: 0.25em;
  font-weight: 600;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper .landing-clients .last-logo {
    display: block;
  }
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper .landing-clients .last-logo {
    display: block;
  }
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .landing-clients .last-logo {
    display: none;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper .landing-clients .clients {
    font-size: 20px;
  }
  body.is-static .landing-wrapper .landing-clients .last-logo {
    display: block;
  }
}
@media (min-width: 1220px) {
  body.is-static .landing-wrapper .landing-clients .last-logo {
    display: none;
  }
}
body.is-static .landing-wrapper .landing-news {
  padding: 1.5rem 0;
  margin: 2rem 0 0;
}
body.is-static .landing-wrapper .landing-news .block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1rem);
  margin: 0 1rem 1rem 0;
}
body.is-static .landing-wrapper .landing-news .block .news-link {
  margin-right: 1rem;
}
body.is-static .landing-wrapper .landing-news .block .news-link i {
  font-size: 0.7em;
  position: relative;
  top: -0.1em;
  color: #999999;
}
body.is-static .landing-wrapper .landing-news .block:nth-child(2) {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}
body.is-static .landing-wrapper .landing-news .block .more-news {
  border-top: 1px solid #ccc;
  margin-top: 2rem;
  padding-top: 2rem;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .landing-news .block {
    width: calc(49% - 1rem);
    margin: 0 0 2rem 0;
  }
  body.is-static .landing-wrapper .landing-news .block:first-child {
    width: calc(49% - 2rem);
  }
  body.is-static .landing-wrapper .landing-news .block:nth-child(2) {
    border-top: none;
    padding-top: 0;
    padding-left: 2rem;
    margin-left: 1rem;
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper .landing-news .block {
    width: calc(38% - 1rem);
  }
  body.is-static .landing-wrapper .landing-news .block:first-child {
    width: calc(61% - 2rem);
  }
}
body.is-static .landing-wrapper .landing-news .block .image {
  width: 100%;
  height: 12rem;
  margin-top: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.is-static .landing-wrapper .landing-news h1 {
  font-weight: 300;
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  opacity: 0.75;
}
body.is-static .landing-wrapper .landing-news h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}
body.is-static .landing-wrapper .landing-news p {
  font-weight: 400;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}
body.is-static .landing-wrapper .landing-news p.bullet {
  margin-top: 0.5em;
  font-weight: 600;
  font-size: 1rem;
}
body.is-static .landing-wrapper .landing-news p.bullet i {
  margin-right: 0.25rem;
  color: #999999;
}
body.is-static .landing-wrapper .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;
}

.row-inner {
  width: 100%;
}

.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.15em;
  margin: 0;
}
.page#page-features .page-content .row .row-inner h1 {
  font-weight: bold;
  font-size: 1.5rem;
}
.page#page-features .page-content .row .row-inner h2 {
  font-weight: 300;
  font-size: 1.25rem;
  margin-top: 0.25rem;
}
.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(odd) .row-inner {
  text-align: right;
}
.page#page-features .page-content .row:nth-child(odd) .row-visual {
  margin-right: 0;
  margin-left: -20px;
}
.page#page-features .page-content .row:nth-child(odd) .row-visual.with-shadow {
  margin-right: -20px;
}
@media (min-width: 420px) {
  .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-header {
    width: 340px;
    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(odd) .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-header {
    width: 360px;
    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;
  text-align: center;
}
.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;
  text-align: left;
}
.page#page-pricing .plan .fa-arrow-right {
  color: #ccc;
}
.page#page-pricing .plan h3.description {
  color: #aaa;
  font-weight: normal;
  line-height: 1.2em;
  font-size: 20px;
}
.page#page-pricing .plan .details {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  max-width: 335px;
}
.page#page-pricing .plan .details h4 {
  font-size: 26px;
  font-weight: 100;
  color: #2886B2;
}
.page#page-pricing .plan .details .payment-details {
  font-size: 12px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0em 0 2em;
}
@media (min-width: 620px) {
  .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 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: 620px) {
  .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 {
  max-width: 335px;
}
.page#page-pricing .plan .features ul, .page#page-pricing .plan .features h2 {
  margin: 0 0 28px;
  padding: 0;
}
.page#page-pricing .plan .features li, .page#page-pricing .plan .features h2 {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.2em;
  list-style: none;
  padding: 0 0 0 20px;
  position: relative;
}
.page#page-pricing .plan .features li i, .page#page-pricing .plan .features h2 i {
  margin-right: 3px;
  position: absolute;
  left: 0;
}
.page#page-pricing .plan .features h2 {
  margin: 1.5em 0 1em;
  font-style: italic;
  font-weight: normal;
  color: #444444;
}
.page#page-pricing .plan.business .details h4, .page#page-pricing .plan.enterprise .details h4 {
  color: #333;
}
.page#page-pricing .plan.business .details button, .page#page-pricing .plan.enterprise .details button {
  background-color: #333;
}
@media (min-width: 620px) {
  .page#page-pricing .plan {
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 48%;
    display: inline-block;
    padding-right: 2%;
  }
  .page#page-pricing .plan h3.description {
    height: 52px;
  }
  .page#page-pricing .plan .details {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 820px) {
  .page#page-pricing .plan {
    width: 33%;
  }
}
.page#page-pricing .special {
  text-align: center;
  display: block;
  max-width: 600px;
  font-size: 0.95em;
  margin-left: auto;
  margin-right: auto;
}
.page#page-pricing .special .google {
  height: 16px;
  position: relative;
  top: 4px;
}
.page.page-terms .page-header h1 {
  font-size: 36px;
}
.page.page-terms .page-content-container .row-inner > * {
  max-width: 750px;
}
.page.page-terms .page-content-container p, .page.page-terms .page-content-container li, .page.page-terms .page-content-container ul li {
  color: #767676;
  font-size: 15px;
}
.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-wide {
  overflow: hidden;
}
.page.page-wide .page-content-container .page-content-paragraphs {
  max-width: none;
}
.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: 110px;
  padding-bottom: 40px;
  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:not(.card-container) {
  margin-top: 0;
  padding-left: 20px;
}
.page .page-content-container p, .page .page-content-container li:not(.card) {
  font-size: 18px;
  line-height: 1.5em;
}
.page .page-content-container p {
  margin-bottom: 18px;
}
.page .page-content-container li:not(.card), .page .page-content-container li p {
  margin-bottom: 12px;
}
.page .page-content-container .flourish-credit {
  display: none;
}
.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, rgba(0, 0, 0, 0) 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.visualisation-guide-examples {
    margin: 0 -10px;
  }
}
@media (min-width: 1220px) {
  .page .page-content-container .content-examples.visualisation-guide-examples {
    margin: 0 -10px 0 90px;
  }
}
.page .page-content-container .content-examples .visualisation-guide-example-item {
  border-radius: 3px;
  list-style: none;
  margin-bottom: 40px;
  clear: both;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-contents {
  position: relative;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-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 .visualisation-guide-example-item .visualisation-guide-embed iframe {
  position: absolute;
}
.page .page-content-container .content-examples .visualisation-guide-example-item h3 {
  margin: 0 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  display: inline;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .data-credit {
  font-size: 12px;
  display: block;
}
.page .page-content-container .content-examples .visualisation-guide-example-item h4.visualisation-guide-live {
  color: #ee0000;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  line-height: 1em;
}
.page .page-content-container .content-examples .visualisation-guide-example-item h4.visualisation-guide-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 .visualisation-guide-example-item p {
  font-size: 14px;
  margin-top: 12px;
  line-height: 21px;
  color: #777;
  display: block;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-btn {
  height: 30px;
  padding: 0 10px;
  font-weight: normal;
  font-family: "Source Sans Pro";
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-btn.visualisation-guide-embed-btn {
  border: 1px solid;
  color: #F88000;
  background-color: #fff;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-btn.visualisation-guide-customise-btn {
  background: #F88000;
  color: #fff;
}
.page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-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 .visualisation-guide-example-item:after {
    display: block;
    content: "";
    clear: both;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-embed {
    width: 60%;
    float: left;
    margin-bottom: 0;
    height: 340px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-contents {
    width: 40%;
    float: left;
    padding-left: 20px;
    height: 340px;
    position: relative;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item.coalition-builder .visualisation-guide-embed {
    padding-top: 40px;
  }
}
@media (min-width: 820px) {
  .page .page-content-container .content-examples .visualisation-guide-example-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-embed {
    height: 400px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-contents {
    height: 400px;
    padding-left: 40px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info h3 {
    font-size: 30px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info p {
    font-size: 16px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info .data-credit {
    font-size: 14px;
    line-height: 21px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item.coalition-builder .visualisation-guide-embed {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item.coalition-builder .visualisation-guide-embed iframe {
    position: relative;
  }
}
@media (min-width: 1020px) {
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-embed {
    width: 50%;
    height: 440px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-contents {
    width: 50%;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info h3 {
    font-size: 33px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-info p {
    font-size: 18px;
  }
  .page .page-content-container .content-examples .visualisation-guide-example-item .visualisation-guide-btn {
    font-size: 16px;
    height: 36px;
    margin-top: 5px;
  }
}
.page .page-content-container #visualisation-guide-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, rgba(0, 0, 0, 0) 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 .page-content-container .sidebar-navigation {
  list-style: none;
  padding: 0;
}
.page .page-content-container .sidebar-navigation li, .page .page-content-container .sidebar-navigation li a {
  margin-right: 20px;
  line-height: 1.25em;
  cursor: pointer;
  font-weight: 600;
  margin: 0.8em 0 0;
}
.page .page-content-container .sidebar-navigation li.selected, .page .page-content-container .sidebar-navigation li a.selected {
  color: #FF465D;
}
.page .page-content-container .sidebar-navigation li ul, .page .page-content-container .sidebar-navigation li a ul {
  list-style: none;
}
.page .page-content-container .sidebar-navigation li ul li, .page .page-content-container .sidebar-navigation li ul li a, .page .page-content-container .sidebar-navigation li a ul li, .page .page-content-container .sidebar-navigation li a ul li a {
  padding-left: 0.33em;
  margin: 0.3em 0 0.1em;
  font-weight: 300;
  font-size: 0.95em;
  display: block;
}
.page .page-content-container .sidebar-navigation li.heading, .page .page-content-container .sidebar-navigation li a.heading {
  font-weight: 800;
  margin: 1.2em 0 0;
}
.page .page-content-container .sidebar-navigation i {
  width: 1.25em;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .page .page-content-container .sidebar-navigation {
    position: absolute;
    top: 0;
    left: 20px;
    width: 190px;
  }
}
.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: 115px;
    padding-bottom: 50px;
  }
  .page .page-header h1 {
    font-size: 42px;
  }
  .page .page-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 620px) {
  .page .page-header {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .page .page-header h1 {
    font-size: 45px;
  }
  .page .page-header h2 {
    font-size: 28px;
  }
  .page .page-content-container {
    margin-top: 30px;
  }
}
@media (min-width: 1020px) {
  .page .page-header {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .page .page-header h1 {
    font-size: 75px;
  }
  .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: 0.5em;
  font-weight: bold;
}
.page-sidebar .page-content-paragraphs h3 {
  margin-top: 1.5em;
  margin-bottom: 0.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 li.selected {
  font-weight: bold;
}
.page-sidebar .page-header {
  background: #333;
}
@media (min-width: 820px) {
  .page-sidebar {
    position: relative;
  }
  .page-sidebar .page-content-paragraphs {
    min-height: 400px;
    margin-left: 220px;
  }
}
@media (min-width: 1220px) {
  .page-sidebar .page-content-paragraphs {
    margin-left: 320px;
  }
}

#visualisation-guides-nav {
  background: #ff6283;
  padding: 50px 0px;
  margin-bottom: 0px;
  margin: 40px 0px 0px 0px;
}
#visualisation-guides-nav h3 {
  width: 100%;
  max-width: none;
  margin: 0px 0px 50px 0px;
}
#visualisation-guides-nav ul {
  padding: 0px;
  margin: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 20px;
  flex: 1 calc((100% - 40px) / 2);
}
#visualisation-guides-nav li {
  list-style: none;
  vertical-align: top;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 0px;
  position: relative;
  width: calc((100% - 40px) / 2);
}
#visualisation-guides-nav i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#visualisation-guides-nav span {
  display: inline-block;
  margin-left: 40px;
}
@media (max-width: 620px) {
  #visualisation-guides-nav li:nth-child(2n+1) {
    margin-left: 0px;
  }
}
@media (min-width: 620px) and (max-width: 860px) {
  #visualisation-guides-nav li {
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
  }
  #visualisation-guides-nav li:nth-child(3n+1) {
    margin-left: 0px;
  }
  #visualisation-guides-nav ul {
    flex: 1 calc((100% - 80px) / 3);
  }
}
@media (min-width: 860px) and (max-width: 1220px) {
  #visualisation-guides-nav li {
    width: calc((100% - 120px) / 4);
    margin-left: 40px;
  }
  #visualisation-guides-nav li:nth-child(4n+1) {
    margin-left: 0px;
  }
  #visualisation-guides-nav ul {
    flex: 1 calc((100% - 120px) / 4);
  }
}
@media (min-width: 1220px) {
  #visualisation-guides-nav li {
    width: calc((100% - 160px) / 5);
    margin-left: 40px;
  }
  #visualisation-guides-nav li:nth-child(5n+1) {
    margin-left: 0px;
  }
  #visualisation-guides-nav ul {
    flex: 1 calc((100% - 160px) / 5);
  }
}

.page.page-hub, .page.page-visualisation-guide {
  font-size: 16px;
}
@media (min-width: 860px) {
  .page.page-hub, .page.page-visualisation-guide {
    font-size: 20px;
  }
}
.page.page-hub p a, .page.page-visualisation-guide p a {
  text-decoration: none;
  color: #777;
}
.page.page-hub h3, .page.page-visualisation-guide h3 {
  font-size: 24px;
  line-height: 1.16em;
}
.page.page-hub .rule, .page.page-visualisation-guide .rule {
  border-top: 1px solid #ddd;
  margin-bottom: 1em;
}
.page.page-hub .row.intro-section .row-inner, .page.page-visualisation-guide .row.intro-section .row-inner {
  padding-top: 2em;
}
.page.page-hub .row.intro-section .row-inner p, .page.page-visualisation-guide .row.intro-section .row-inner p {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.25em;
  max-width: 980px;
}
.page.page-hub .row.full-width .row-inner, .page.page-visualisation-guide .row.full-width .row-inner {
  padding: 2em 0;
  max-width: none;
}
.page.page-hub .row.full-width .row-inner figure, .page.page-visualisation-guide .row.full-width .row-inner figure {
  margin: 0;
  border: 0;
}
.page.page-hub .row.features-section .row-inner, .page.page-visualisation-guide .row.features-section .row-inner {
  padding-top: 3em;
}
.page.page-hub .row.features-section h2, .page.page-visualisation-guide .row.features-section h2 {
  margin-bottom: 1.66em;
}
.page.page-hub .row.cta-section, .page.page-visualisation-guide .row.cta-section {
  padding: 1em 0 3em;
}
.page.page-hub .row.cta-section .row-inner p, .page.page-visualisation-guide .row.cta-section .row-inner p {
  font-weight: 200;
  font-size: 1.25em;
}
.page.page-hub .row.cta-section .rule, .page.page-visualisation-guide .row.cta-section .rule {
  margin-top: -2em;
  margin-bottom: 3em;
}
.page.page-hub .organisations-list, .page.page-visualisation-guide .organisations-list {
  margin-top: 48px;
  color: #333;
}
.page.page-hub .organisations-list li, .page.page-visualisation-guide .organisations-list li {
  background: #7781b4;
}
.page.page-hub .organisations-list li p, .page.page-hub .organisations-list li h4, .page.page-visualisation-guide .organisations-list li p, .page.page-visualisation-guide .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-visualisation-guide .organisations-list li:hover .learn-more {
  color: #fff;
  border-color: #fff;
}
.page.page-hub .organisations-list br, .page.page-visualisation-guide .organisations-list br {
  display: none;
}
.page.page-hub .btn, .page.page-visualisation-guide .btn {
  text-decoration: none;
}
.page.page-hub .btn.cta, .page.page-visualisation-guide .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-visualisation-guide .btn.cta {
    font-size: 18px;
    height: 50px;
    padding: 0 20px;
  }
}
.page.page-hub .btn.cta p, .page.page-visualisation-guide .btn.cta p {
  font-size: 18px;
  margin-bottom: 1em;
  font-weight: 100;
  max-width: 430px;
}
.page.page-hub .btn.cta p a, .page.page-visualisation-guide .btn.cta p a {
  text-decoration: none;
  color: #777;
}
.page.page-hub .features-list, .page.page-visualisation-guide .features-list {
  padding: 0;
}
.page.page-hub .features-list h2, .page.page-visualisation-guide .features-list h2 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 2em;
}
.page.page-hub .features-list li, .page.page-visualisation-guide .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-visualisation-guide .features-list li strong {
  display: block;
}
.page.page-hub .features-list li i, .page.page-visualisation-guide .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-visualisation-guide .row.newsrooms-intro {
  padding-top: 3em;
}
.page.page-hub .row.newsrooms-intro p, .page.page-visualisation-guide .row.newsrooms-intro p {
  font-size: 1.1em;
}
@media screen and (min-width: 820px) {
  .page.page-hub .row.newsrooms-intro p, .page.page-visualisation-guide .row.newsrooms-intro p {
    max-width: calc(100% - 300px);
  }
}
.page.page-hub .row.newsrooms-intro .newsroom-support, .page.page-visualisation-guide .row.newsrooms-intro .newsroom-support {
  display: none;
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 16px;
  width: 280px;
  padding: 20px;
  font-weight: normal;
}
.page.page-hub .row.newsrooms-intro .newsroom-support a, .page.page-visualisation-guide .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-visualisation-guide .row.newsrooms-intro .newsroom-support {
    display: block;
  }
}
.page.page-hub .row.newsrooms-intro .rule, .page.page-visualisation-guide .row.newsrooms-intro .rule {
  margin-top: 2em;
}
.page.page-hub .newsroom-smallprint, .page.page-visualisation-guide .newsroom-smallprint {
  opacity: 0.6;
}
.page.page-hub .row.newslab, .page.page-visualisation-guide .row.newslab {
  background-color: #fafafa;
  font-size: 0.9em;
}
.page.page-hub .row.newslab .newsroom-newslab, .page.page-visualisation-guide .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-visualisation-guide .row.newslab .newsroom-newslab h3 {
  margin-bottom: 1em;
}
.page.page-hub .row.newslab .newsroom-newslab p, .page.page-visualisation-guide .row.newslab .newsroom-newslab p {
  line-height: 1.5em;
}
.page.page-hub .row.newslab ul, .page.page-visualisation-guide .row.newslab ul {
  padding-left: 1.2em;
}
.page.page-hub .row.newslab ul li, .page.page-visualisation-guide .row.newslab ul li {
  margin-top: 0.5em;
}
.page.page-hub .row.newslab .newslab-logo, .page.page-visualisation-guide .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-visualisation-guide .row.newslab .newslab-logo img {
  margin-top: 6px;
  right: 20px !important;
  display: block;
  height: 24px;
}
.page.page-hub .newsroom-gettingstarted, .page.page-visualisation-guide .newsroom-gettingstarted {
  border-top: 1px solid #eee;
  margin-top: 60px;
  max-width: 530px;
}
.page.page-hub .newsroom-gettingstarted ul, .page.page-visualisation-guide .newsroom-gettingstarted ul {
  padding: 0 0 0 10px;
  list-style: none;
}
.page.page-hub .newsroom-gettingstarted ul li, .page.page-visualisation-guide .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-visualisation-guide .newsroom-gettingstarted ul li a {
  font-weight: bold;
}
.page.page-hub figure, .page.page-visualisation-guide figure {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px auto 0;
  border: solid white 0.5em;
  background: white;
}
.page.page-hub figure.wide, .page.page-visualisation-guide figure.wide {
  width: 100%;
  max-width: 1000px;
  margin: 30px 0;
}
.page.page-hub figure .video-wrapper, .page.page-visualisation-guide figure .video-wrapper {
  height: 0;
  width: 100%;
  padding-bottom: 57.25%;
  position: relative;
}
.page.page-hub figure .video-wrapper iframe, .page.page-visualisation-guide figure .video-wrapper iframe {
  height: 100%;
  position: absolute;
}
.page.page-hub figure .flourish-credit, .page.page-visualisation-guide figure .flourish-credit {
  display: none;
}
@media (min-width: 420px) {
  .page.page-hub .features-list li, .page.page-visualisation-guide .features-list li {
    font-size: 21px;
    padding-left: 110px;
    margin-bottom: 48px;
    padding-right: 0;
  }
  .page.page-hub .features-list li i, .page.page-visualisation-guide .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-visualisation-guide .features-list:after {
    clear: both;
    display: block;
    content: "";
  }
  .page.page-hub .features-list li, .page.page-visualisation-guide .features-list li {
    max-width: 50%;
    float: left;
    padding-right: 50px;
    margin-bottom: 60px;
    min-height: 170px;
  }
  .page.page-hub .newsroom-smallprint, .page.page-visualisation-guide .newsroom-smallprint {
    margin-top: 1em;
  }
  .page.page-hub .newslab-logo, .page.page-visualisation-guide .newslab-logo {
    position: absolute;
    right: -220px;
    top: 7em;
    width: 180px;
  }
  .page.page-hub .canva-logo, .page.page-visualisation-guide .canva-logo {
    position: absolute;
    right: -220px;
    top: 5em;
    width: 180px;
  }
}
@media (min-width: 820px) and (min-width: 820px) {
  .page.page-hub .canva-logo, .page.page-visualisation-guide .canva-logo {
    top: 11em;
  }
}
@media (min-width: 1020px) {
  .page.page-hub .features-list li, .page.page-visualisation-guide .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-visualisation-guide .features-list li {
    max-width: 530px;
  }
}

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

.page-visualisation-guide p a {
  text-decoration: none;
  color: #777;
}
.page-visualisation-guide h1 {
  margin-bottom: 0.6em !important;
}
.page-visualisation-guide h3 {
  font-size: 24px;
  line-height: 1.16em;
}
.page-visualisation-guide h6 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 0.8em;
  margin: 0px auto;
  color: #ff6283;
  z-index: 3;
}
.page-visualisation-guide .header-container {
  margin: auto;
}
.page-visualisation-guide .guide-header-container {
  position: relative;
  z-index: -1;
}
.page-visualisation-guide .guide-header-container i {
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  margin: 0px 40px 0px 0.25em;
}
@media (min-width: 1200px) {
  .page-visualisation-guide .guide-header-container i {
    right: 100%;
    top: 0px;
  }
}
.page-visualisation-guide button {
  background: #000 !important;
  border: 1px solid #000 !important;
}
.page-visualisation-guide hr {
  border: 1px solid #fff;
}
.page-visualisation-guide .page-header .row-inner {
  display: flex;
  max-width: 780px;
  padding: 0px 0px 2em 0px;
}
@media (max-width: 820px) {
  .page-visualisation-guide .page-header .row-inner {
    max-width: 620px;
    padding: 0px 20px 2em 20px;
  }
}
@media (max-width: 620px) {
  .page-visualisation-guide .page-header .row-inner {
    max-width: 520px;
  }
}
.page-visualisation-guide .row-inner > ul {
  max-width: 780px;
  margin: auto;
  margin-bottom: 1.5em;
  font-weight: 100;
}
.page-visualisation-guide .row-inner > ul li {
  font-size: 20px !important;
}
.page-visualisation-guide .embed-section .row-inner {
  padding: 0;
}
.page-visualisation-guide .row-inner {
  padding: 0px 20px 2em 20px;
}
@media (min-width: 1020px) and (max-width: 1220px) {
  .page-visualisation-guide .row-inner {
    max-width: none !important;
  }
}
.page-visualisation-guide .row-inner h2, .page-visualisation-guide .row-inner h3, .page-visualisation-guide .row-inner p, .page-visualisation-guide .row-inner h6 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.page-visualisation-guide .row-inner figure {
  margin: 0 auto 1.5em;
}
.page-visualisation-guide .row-inner figure .flourish-embed.flourish-example {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.page-visualisation-guide .row-inner p.intro {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
}
.page-visualisation-guide .row-inner h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.02em;
  margin-bottom: 1em;
  margin-top: 2em;
}
@media (min-width: 1220px) {
  .page-visualisation-guide .row-inner h3 {
    margin-top: 0px;
    float: left;
    max-width: calc((100% - 780px) / 2 - 40px);
  }
}
.page-visualisation-guide .row-inner p {
  font-size: 20px;
  margin-bottom: 1.5em;
  font-weight: 300;
}
.page-visualisation-guide .row-inner p a {
  text-decoration: none;
  border-bottom: 1px solid inherit;
}
.page-visualisation-guide .row, .page-visualisation-guide .page-header {
  padding-bottom: 0px;
  background: none;
  color: #000;
  border-bottom: none;
}
.page-visualisation-guide .row .row-inner, .page-visualisation-guide .page-header .row-inner {
  padding-top: 2em;
}
.page-visualisation-guide .row p, .page-visualisation-guide .page-header p {
  margin: 0px auto 1.25em auto !important;
}
.page-visualisation-guide .row h1, .page-visualisation-guide .page-header h1 {
  font-weight: bold;
  margin: 0px auto;
  max-width: 780px;
  display: block;
  height: auto;
}
.page-visualisation-guide .row h2, .page-visualisation-guide .page-header h2 {
  margin: 60px auto 0px auto;
  max-width: 780px;
}
.page-visualisation-guide .row .header-cta, .page-visualisation-guide .page-header .header-cta {
  margin: 60px auto 0px auto;
  max-width: 780px;
}
.page-visualisation-guide .flourish-data-binding {
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  padding: 0px 10px;
  border-width: 1px;
  border-style: solid;
  min-width: 50px;
  height: 24px;
  margin: 0px 2px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  vertical-align: text-bottom;
  text-transform: uppercase;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table {
  display: table;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row {
  font-weight: 400;
  display: table-row;
  margin-top: -1px;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row .cell {
  min-height: 40px;
  display: table-cell;
  background: #fff;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row .cell .cell-inner {
  display: flex;
  flex-direction: column;
  height: 2rem;
  align-items: flex-start;
  justify-content: center;
  text-align: start;
  padding: 0rem;
  height: 100%;
  box-sizing: border-box;
  border-color: #ccc;
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  padding: 8px 7px;
  margin-top: -1px;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row .cell:last-of-type .cell-inner {
  border-right-width: 1px;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row p {
  font-size: 16px;
  display: inline-block;
  padding: 0px;
  margin: 0px !important;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(1), .page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(2) {
  z-index: 1;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner, .page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(2) .cell-inner {
  border-width: 1px 0px 1px 1px;
  border-color: inherit;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner p, .page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(2) .cell-inner p {
  font-weight: 500;
}
.page-visualisation-guide .flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner {
  align-items: center;
  max-height: 28px;
}
.page-visualisation-guide .flourish-grid {
  clear: both;
  margin: 40px 0px;
}
.page-visualisation-guide .flourish-grid .grid-container {
  display: grid;
  width: 100%;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 820px) {
  .page-visualisation-guide .flourish-grid .grid-container.col-820-1 {
    grid-template-columns: 1fr !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-820-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}
@media (max-width: 420px) {
  .page-visualisation-guide .flourish-grid .grid-container.col-420-1 {
    grid-template-columns: 1fr !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-420-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-420-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .page-visualisation-guide .flourish-grid .grid-container.col-420-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-grid.auto .grid-container {
    max-width: 780px;
    margin: auto;
  }
}
.page-visualisation-guide .flourish-grid .flourish-embed-container {
  margin: 0 !important;
}
.page-visualisation-guide .flourish-grid figcaption {
  width: 100% !important;
  order: 1 !important;
  margin: 20px 0px 0px 0px !important;
}
.page-visualisation-guide .flourish-grid a button {
  position: absolute !important;
  bottom: calc(100% - 15px) !important;
  right: -7px !important;
}
.page-visualisation-guide .flourish-embed-container, .page-visualisation-guide .flourish-data-table-container {
  max-width: none !important;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  position: relative;
  border: none !important;
}
.page-visualisation-guide .flourish-embed-container a, .page-visualisation-guide .flourish-data-table-container a {
  position: relative;
}
.page-visualisation-guide .flourish-embed-container a button, .page-visualisation-guide .flourish-data-table-container a button {
  color: #fff;
  position: absolute;
  bottom: calc(100% - 15px);
  right: -7px;
}
.page-visualisation-guide .flourish-embed-container figcaption, .page-visualisation-guide .flourish-data-table-container figcaption {
  width: 100%;
  order: 1;
  margin: 20px 0px 0px 0px;
  color: #666;
}
.page-visualisation-guide .flourish-embed-container .flourish-embed, .page-visualisation-guide .flourish-embed-container .flourish-data-table, .page-visualisation-guide .flourish-data-table-container .flourish-embed, .page-visualisation-guide .flourish-data-table-container .flourish-data-table {
  width: 100%;
  margin: 0px;
}
.page-visualisation-guide .flourish-embed-container.auto a, .page-visualisation-guide .flourish-data-table-container.auto a {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.page-visualisation-guide .flourish-embed-container.auto a button, .page-visualisation-guide .flourish-data-table-container.auto a button {
  margin: 0px !important;
  position: absolute;
  white-space: nowrap;
  bottom: 10px;
  right: calc(100% - 10px);
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-embed-container.auto a button, .page-visualisation-guide .flourish-data-table-container.auto a button {
    right: 100%;
  }
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-embed-container.auto a, .page-visualisation-guide .flourish-data-table-container.auto a {
    margin: 0px 0px 0px 40px;
  }
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-embed-container.auto, .page-visualisation-guide .flourish-data-table-container.auto {
    flex-direction: row;
  }
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-embed-container.auto figcaption, .page-visualisation-guide .flourish-data-table-container.auto figcaption {
    width: calc((100% - 780px) / 2 - 40px);
    margin: 0px 40px 0px 0px;
    order: -1;
  }
}
@media (min-width: 1020px) {
  .page-visualisation-guide .flourish-embed-container.auto .flourish-embed, .page-visualisation-guide .flourish-embed-container.auto .flourish-data-table, .page-visualisation-guide .flourish-data-table-container.auto .flourish-embed, .page-visualisation-guide .flourish-data-table-container.auto .flourish-data-table {
    max-width: 780px;
  }
}

#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;
}
@media (min-width: 920px) {
  #page-help .page-content-container {
    min-height: 550px;
  }
}

#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 .page-content-container .row-inner > * {
  max-width: 780px;
}
#page-jobs .team-montage {
  width: 100%;
  height: 20em;
}
#page-jobs .team-montage .image-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(217, 216, 239, 0.8), rgba(236, 209, 209, 0.8));
  margin: 5px 15px 5px 0;
  box-shadow: 3px 3px 0 rgb(235, 229, 229);
  border-radius: 3px;
  overflow: hidden;
}
#page-jobs .team-montage .image {
  height: 20em;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  mix-blend-mode: multiply;
  float: left;
}
#page-jobs .team-montage p {
  font-size: 14px;
  margin-bottom: 2em;
  font-family: "Source Sans Pro";
}
#page-jobs .jobs {
  font-size: 0;
}
#page-jobs a.job {
  margin-bottom: 1.5em;
  display: inline-block;
  min-height: 200px;
  width: 48%;
  margin-right: 3%;
  border-radius: 5px;
  vertical-align: top;
  padding: 1em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #80b2d6;
  color: white;
  font-size: 1rem;
}
#page-jobs a.job:nth-child(2n) {
  margin-right: 0;
}
#page-jobs a.job h2 {
  margin: 0 0 2em;
  line-height: 1em;
  min-height: 2em;
}
#page-jobs a.job h3 {
  line-height: 1.25em;
  margin: 0;
}
#page-jobs a.job h3 b {
  font-weight: 600;
}

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

#page-training h3, #page-webinar h3, #page-datasets h3, #page-resources h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1em;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}
#page-training p, #page-webinar p, #page-datasets p, #page-resources p {
  font-size: 1rem;
}
#page-training h3, #page-training p, #page-webinar h3, #page-webinar p, #page-datasets h3, #page-datasets p, #page-resources h3, #page-resources p {
  max-width: 700px;
}
#page-training #training-features, #page-webinar #training-features, #page-datasets #training-features, #page-resources #training-features {
  padding-top: 0;
}
#page-training .hide-mobile, #page-webinar .hide-mobile, #page-datasets .hide-mobile, #page-resources .hide-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  #page-training .hide-mobile, #page-webinar .hide-mobile, #page-datasets .hide-mobile, #page-resources .hide-mobile {
    display: block;
  }
}
#page-training .hide-desktop, #page-webinar .hide-desktop, #page-datasets .hide-desktop, #page-resources .hide-desktop {
  display: block;
}
@media screen and (min-width: 900px) {
  #page-training .hide-desktop, #page-webinar .hide-desktop, #page-datasets .hide-desktop, #page-resources .hide-desktop {
    display: none;
  }
}

#page-security h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 0.2em;
  line-height: 1.1rem;
}
#page-security h3, #page-security p {
  max-width: 800px;
  margin-bottom: 18px;
}
#page-security .faq {
  margin-bottom: 20px;
}

#page-webinar .page-header {
  background-color: #4328e7;
  background-image: url(/images/training/webinar-page-banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media screen and (max-width: 1200px) {
  #page-webinar .page-header {
    background-image: url(/images/training/mobile-banner.png);
    background-size: cover;
  }
}

#page-examples {
  background-color: #fafafa;
}
#page-examples .page-header {
  background-image: linear-gradient(to right, #128fcc, #4ebec3);
}
#page-examples .slideshow-thumbnails-outer:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
}
#page-examples .scroll-note {
  text-align: right;
}
#page-examples .scroll-note .scroll-note-inner {
  cursor: pointer;
  font-weight: 600;
}
#page-examples .scroll-note .scroll-note-inner.fully-scrolled {
  cursor: default;
  opacity: 0.33;
}

#page-pricing .page-header {
  background-image: linear-gradient(to right, #3fb997, #517bb9);
}
@media screen and (max-width: 1220px) {
  #page-pricing .page-content-container .row-inner {
    max-width: 100% !important;
  }
}

#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-newsletters .page-header {
  background-image: linear-gradient(to right, #2886B2, #84C0DE);
}
#page-newsletters form {
  padding: 10px;
  background: #eee;
  display: inline-block;
  border-radius: 5px;
}
#page-newsletters form input {
  font-size: 16px;
  vertical-align: middle;
}
#page-newsletters a {
  text-decoration: underline;
}
#page-newsletters .smallprint {
  font-size: 0.75em;
}

.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));
  margin: 0;
  border: 0;
}

.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-workshop ul {
  list-style: none;
}
#page-workshop ul li {
  padding: none;
}
#page-workshop ul li a {
  font-weight: bold;
}

#page-company {
  font-size: 18px;
}
#page-company p {
  max-width: 740px;
}
#page-company .story {
  background: #f4f4f4;
}
#page-company .story h2 {
  margin: 1em 0;
  font-weight: bold;
}
#page-company .story .image-desktop, #page-company .story .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#page-company .story .image-desktop, #page-company .story .image-mobile {
  background-image: url(/images/team-globe.jpg);
  background-size: cover;
  background-position: 50%;
  text-align: left;
  position: relative;
}
#page-company .story .image-mobile {
  display: block;
  height: 300px;
}
@media (min-width: 620px) {
  #page-company .story .image-mobile {
    display: none;
  }
}
#page-company .story .image-desktop {
  display: none;
}
@media (min-width: 620px) {
  #page-company .story .image-desktop {
    display: block;
    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: 10px 0 30px;
  max-width: none;
  color: black;
  font-size: 16px;
}
#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;
    padding: 100px 0 50px;
  }
}
@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 h2 {
  margin: 1em 0;
  font-weight: bold;
}
#page-company .team .person {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}
#page-company .team .person .image-container {
  background: linear-gradient(-45deg, rgba(217, 216, 239, 0.8), rgba(236, 209, 209, 0.8));
  float: left;
  margin: 5px 15px 20px 0;
  box-shadow: 3px 3px 0 rgb(235, 229, 229);
  border-radius: 3px;
  overflow: hidden;
}
#page-company .team .person .image {
  width: 120px;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-filter: grayscale(100%) contrast(1.1) brightness(1.1); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) contrast(1.1) brightness(1.1);
  mix-blend-mode: multiply;
}
#page-company .team .person h3 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
  color: #5F5F96;
}
#page-company .team .person h3 .twitter-link {
  color: #aaaaaa;
  font-size: 0.9em;
}
#page-company .team .person h4 {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0 0 0.5em;
}
#page-company .team .person p {
  line-height: 1.3em;
  margin: 0.3em 0 1.5em;
  font-size: 15px;
  width: calc(100% - 140px);
  float: right;
}
#page-company .team .person.no-pic p {
  width: auto;
}
@media screen and (min-width: 820px) {
  #page-company .team .person {
    width: 48%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1020px) {
  #page-company .team .person {
    width: 32%;
    padding-right: 3%;
  }
}
#page-company .about {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #f4f4f4;
}
#page-company .about .half-desktop {
  width: 100%;
}
@media screen and (min-width: 920px) {
  #page-company .about .half-desktop {
    width: 44%;
    display: inline-block;
    vertical-align: middle;
  }
  #page-company .about .half-desktop:first-child {
    margin-right: 4%;
  }
  #page-company .about .half-desktop:last-child {
    margin-left: 4%;
  }
}
#page-company .about h2 {
  margin: 1em 0;
}
#page-company .about h2 a {
  border-bottom: 1px rgba(0, 0, 0, 0.6) solid;
}
#page-company .about .logos {
  padding: 20px 0;
}
#page-company .about .logos img {
  margin-right: 20px;
  height: 35px;
}
@media screen and (min-width: 820px) {
  #page-company .about .logos img {
    height: 45px;
  }
}

#get-started-cta {
  background: #fbfbfb;
  margin-bottom: 0px !important;
}
#get-started-cta .get-started-cta-container {
  display: flex;
  flex-direction: column;
  padding: 1rem 0px;
}
#get-started-cta .get-started-cta-container .cta-video {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 40px);
}
#get-started-cta .get-started-cta-container .cta-video video {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  width: 110%;
  max-width: 800px;
  margin: 40px 0px;
  margin-left: -10%;
  align-self: center;
}
#get-started-cta .get-started-cta-container .cta-content {
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  margin-right: 40px;
  margin-left: 40px;
}
#get-started-cta .get-started-cta-container h1 {
  line-height: 1;
  font-weight: bold;
  font-size: 36px;
}
#get-started-cta .get-started-cta-container a {
  margin-right: auto;
  cursor: pointer;
}
@media (min-width: 420px) {
  #get-started-cta .get-started-cta-container h1 {
    font-size: 42px;
  }
}
@media (min-width: 620px) {
  #get-started-cta .get-started-cta-container {
    flex-direction: row;
  }
  #get-started-cta .get-started-cta-container h1 {
    font-size: 45px;
  }
  #get-started-cta .get-started-cta-container .cta-content {
    width: calc(50% - 80px);
    max-width: 350px;
  }
  #get-started-cta .get-started-cta-container .cta-video {
    width: 50%;
    margin-bottom: 0px;
  }
}
@media (min-width: 1240px) {
  #get-started-cta .get-started-cta-container h1 {
    font-size: 75px;
  }
  #get-started-cta .get-started-cta-container .cta-content {
    width: 50%;
    margin-left: auto;
    max-width: 450px;
    margin-right: calc((100% - 1180px) / 2);
  }
}
#get-started-cta .get-started-cta-container h2 {
  font-weight: 100 !important;
  margin-top: 0px !important;
}

#cookie-bar {
  display: none;
  position: fixed;
  min-height: 50px;
  padding: 10px 100px 10px 20px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: left;
  background: #fff;
  font-size: 14px;
  transition: 0.8s;
  animation: slideIn 0.8s;
  animation-delay: 0.8s;
  border-top: 1px solid #b3b3b3;
}
#cookie-bar p {
  display: inline-block;
  vertical-align: middle;
}
#cookie-bar p a {
  text-decoration: underline;
  opacity: 0.5;
}
#cookie-bar .separator {
  opacity: 0.75;
}

.accept {
  display: block;
  width: 100%;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
  margin: 10px 0 10px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  height: 30px;
  font-weight: normal;
}
.accept:hover {
  background: #ddd;
}

.checkbox-cb {
  display: none;
}
.checkbox-cb:checked + #cookie-bar {
  transform: translateY(100px);
}

@media (min-width: 620px) {
  #cookie-bar {
    text-align: center;
    padding: 10px;
  }
  .accept {
    margin: 0 10px;
    display: inline-block;
    width: auto;
  }
}
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 .logo img {
  width: 100%;
}
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 .blog-archive,
body.is-static #page-blog-home,
body.is-static #page-blog {
  line-height: 1.4em;
  font-size: 16px;
  margin-top: 6em;
}
@media (min-width: 768px) {
  body.is-static .blog-archive,
body.is-static #page-blog-home,
body.is-static #page-blog {
    font-size: 20px;
    margin-top: 8em;
  }
}
body.is-static .blog-archive .blog-title,
body.is-static #page-blog-home .blog-title,
body.is-static #page-blog .blog-title {
  font-size: 2em;
  margin: 1.5em auto 0.5em;
  color: #aaa;
  font-weight: 300;
  line-height: 1.12em;
}
body.is-static .blog-archive .blog-title .thin,
body.is-static #page-blog-home .blog-title .thin,
body.is-static #page-blog .blog-title .thin {
  font-weight: 300;
}
body.is-static .blog-archive .customer-logo,
body.is-static #page-blog-home .customer-logo,
body.is-static #page-blog .customer-logo {
  height: 50px;
  width: 157px;
  background: cover;
}
body.is-static .blog-archive .categories-menu,
body.is-static #page-blog-home .categories-menu,
body.is-static #page-blog .categories-menu {
  text-align: left;
  padding-inline-start: 0;
  margin-top: 0;
}
body.is-static .blog-archive .categories-menu li,
body.is-static #page-blog-home .categories-menu li,
body.is-static #page-blog .categories-menu li {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0 0.35em;
}
body.is-static .blog-archive .categories-menu li.selected,
body.is-static #page-blog-home .categories-menu li.selected,
body.is-static #page-blog .categories-menu li.selected {
  font-weight: 700;
}
body.is-static .blog-archive .categories-menu li:first-child,
body.is-static #page-blog-home .categories-menu li:first-child,
body.is-static #page-blog .categories-menu li:first-child {
  margin-right: 0.33em;
  font-size: 0.66em;
  text-transform: uppercase;
  color: #777;
  margin: 0 0.35em;
}
body.is-static .blog-archive .social-buttons .social-button,
body.is-static #page-blog-home .social-buttons .social-button,
body.is-static #page-blog .social-buttons .social-button {
  color: #DD4141;
}
body.is-static .blog-archive .social-buttons .social-button.round,
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 .blog-archive .social-buttons .social-button.round i,
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 .blog-archive .social-buttons .social-button.round:hover,
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 .blog-archive .social-buttons.side,
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 .blog-archive .social-buttons.side .social-button,
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 .blog-archive .social-buttons.side,
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 .blog-archive .social-buttons.side,
body.is-static #page-blog-home .social-buttons.side,
body.is-static #page-blog .social-buttons.side {
    left: calc(50% - 500px);
  }
}
body.is-static .blog-archive .social-buttons.top,
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 .blog-archive .social-buttons.top .social-button,
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 .blog-archive .social-buttons.top,
body.is-static #page-blog-home .social-buttons.top,
body.is-static #page-blog .social-buttons.top {
    display: none;
  }
}
body.is-static .blog-archive .social-buttons.bottom,
body.is-static #page-blog-home .social-buttons.bottom,
body.is-static #page-blog .social-buttons.bottom {
  float: right;
}
body.is-static .blog-archive .social-buttons.bottom .social-button,
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 .blog-archive .social-buttons.bottom .social-button:last-child,
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 .blog-archive .bottom-bar,
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 .blog-archive .bottom-bar .bottom-bar-inner,
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 .blog-archive .bottom-bar .bottom-bar-inner .blog-home,
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 .blog-archive .row-inner,
body.is-static #page-blog-home .row-inner,
body.is-static #page-blog .row-inner {
  max-width: none !important;
  padding: 0;
}
body.is-static .blog-archive .page-content-paragraphs,
body.is-static #page-blog-home .page-content-paragraphs,
body.is-static #page-blog .page-content-paragraphs {
  max-width: none;
}
body.is-static .blog-archive p, body.is-static .blog-archive ul, body.is-static .blog-archive ol, body.is-static .blog-archive h1, body.is-static .blog-archive h2, body.is-static .blog-archive h3, body.is-static .blog-archive h4, body.is-static .blog-archive h5, body.is-static .blog-archive table, body.is-static .blog-archive blockquote, body.is-static .blog-archive textarea, body.is-static .blog-archive .text-width, body.is-static .blog-archive .article-footer,
body.is-static .blog-archive .article-entry > iframe, body.is-static .blog-archive .article-entry > img,
body.is-static .blog-archive .article-entry > figure, body.is-static .blog-archive .article-entry > .flourish-embed, body.is-static .blog-archive div.visualisation-wrapper,
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 textarea,
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 textarea,
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 .blog-archive p, body.is-static .blog-archive ul, body.is-static .blog-archive ol, body.is-static .blog-archive h1, body.is-static .blog-archive h2, body.is-static .blog-archive h3, body.is-static .blog-archive h4, body.is-static .blog-archive h5, body.is-static .blog-archive table, body.is-static .blog-archive blockquote, body.is-static .blog-archive textarea, body.is-static .blog-archive .text-width, body.is-static .blog-archive .article-footer,
body.is-static .blog-archive .article-entry > iframe, body.is-static .blog-archive .article-entry > img,
body.is-static .blog-archive .article-entry > figure, body.is-static .blog-archive .article-entry > .flourish-embed, body.is-static .blog-archive div.visualisation-wrapper,
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 textarea,
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 textarea,
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 .blog-archive .figure,
body.is-static #page-blog-home .figure,
body.is-static #page-blog .figure {
  border: 10px pink solid;
  margin: 3em 0 2em;
}
body.is-static .blog-archive table,
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 .blog-archive table tr,
body.is-static #page-blog-home table tr,
body.is-static #page-blog table tr {
  border-top: 1px solid #c6cbd1;
}
body.is-static .blog-archive table tr th, body.is-static .blog-archive table tr td,
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 .blog-archive textarea,
body.is-static #page-blog-home textarea,
body.is-static #page-blog textarea {
  font-family: courier;
  color: #333;
  font-size: 12px;
  border: #777 solid 1px;
  margin: 0 0 1em;
}
body.is-static .blog-archive .article .article-line,
body.is-static #page-blog-home .article .article-line,
body.is-static #page-blog .article .article-line {
  height: 1px;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
}
body.is-static .blog-archive .article article:first-of-type .article-line,
body.is-static #page-blog-home .article article:first-of-type .article-line,
body.is-static #page-blog .article article:first-of-type .article-line {
  display: none;
}
body.is-static .blog-archive .article h1, body.is-static .blog-archive .article h2, body.is-static .blog-archive .article h3, body.is-static .blog-archive .article h4,
body.is-static #page-blog-home .article h1,
body.is-static #page-blog-home .article h2,
body.is-static #page-blog-home .article h3,
body.is-static #page-blog-home .article h4,
body.is-static #page-blog .article h1,
body.is-static #page-blog .article h2,
body.is-static #page-blog .article h3,
body.is-static #page-blog .article h4 {
  font-weight: bold;
  line-height: 1.12em;
  letter-spacing: -0.02em;
  margin-top: 1.66em;
  clear: both;
}
body.is-static .blog-archive .article h1.no-clear, body.is-static .blog-archive .article h2.no-clear, body.is-static .blog-archive .article h3.no-clear, body.is-static .blog-archive .article h4.no-clear,
body.is-static #page-blog-home .article h1.no-clear,
body.is-static #page-blog-home .article h2.no-clear,
body.is-static #page-blog-home .article h3.no-clear,
body.is-static #page-blog-home .article h4.no-clear,
body.is-static #page-blog .article h1.no-clear,
body.is-static #page-blog .article h2.no-clear,
body.is-static #page-blog .article h3.no-clear,
body.is-static #page-blog .article h4.no-clear {
  clear: none;
}
body.is-static .blog-archive .article h1,
body.is-static #page-blog-home .article h1,
body.is-static #page-blog .article h1 {
  color: black;
  font-size: 2em;
  margin-top: 0.5em;
}
body.is-static .blog-archive .article h1.blog-home-link,
body.is-static #page-blog-home .article h1.blog-home-link,
body.is-static #page-blog .article h1.blog-home-link {
  font-weight: 300;
  color: #aaa;
}
body.is-static .blog-archive .article h2,
body.is-static #page-blog-home .article h2,
body.is-static #page-blog .article h2 {
  font-size: 1.5em;
}
body.is-static .blog-archive .article h2.subtitle,
body.is-static #page-blog-home .article h2.subtitle,
body.is-static #page-blog .article h2.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 .blog-archive .article h3,
body.is-static #page-blog-home .article h3,
body.is-static #page-blog .article h3 {
  font-size: 1.2em;
}
body.is-static .blog-archive .article h4,
body.is-static #page-blog-home .article h4,
body.is-static #page-blog .article h4 {
  font-size: 1em;
}
body.is-static .blog-archive .article p, body.is-static .blog-archive .article ul, body.is-static .blog-archive .article li,
body.is-static #page-blog-home .article p,
body.is-static #page-blog-home .article ul,
body.is-static #page-blog-home .article li,
body.is-static #page-blog .article p,
body.is-static #page-blog .article ul,
body.is-static #page-blog .article li {
  font-family: "Source Serif Pro";
  font-size: 1em;
  margin-top: 0.5em;
}
body.is-static .blog-archive .article p em, body.is-static .blog-archive .article ul em, body.is-static .blog-archive .article li em,
body.is-static #page-blog-home .article p em,
body.is-static #page-blog-home .article ul em,
body.is-static #page-blog-home .article li em,
body.is-static #page-blog .article p em,
body.is-static #page-blog .article ul em,
body.is-static #page-blog .article li em {
  font-family: Georgia;
}
body.is-static .blog-archive .article code,
body.is-static #page-blog-home .article code,
body.is-static #page-blog .article code {
  font-size: 0.9em;
}
body.is-static .blog-archive .article blockquote,
body.is-static #page-blog-home .article blockquote,
body.is-static #page-blog .article blockquote {
  border-left: 4px solid #eee;
  padding-left: 1em;
  font-size: 0.95em;
  color: #777;
}
body.is-static .blog-archive .article .article-meta,
body.is-static #page-blog-home .article .article-meta,
body.is-static #page-blog .article .article-meta {
  margin-top: 0.3em;
  font-size: 14px;
  color: #aaa;
  font-weight: 400;
  letter-spacing: -0.02em;
}
body.is-static .blog-archive .article .article-meta strong,
body.is-static #page-blog-home .article .article-meta strong,
body.is-static #page-blog .article .article-meta strong {
  color: #222;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body.is-static .blog-archive .article .article-meta,
body.is-static #page-blog-home .article .article-meta,
body.is-static #page-blog .article .article-meta {
    font-size: 16px;
  }
}
body.is-static .blog-archive .article .article-inner .article-header,
body.is-static #page-blog-home .article .article-inner .article-header,
body.is-static #page-blog .article .article-inner .article-header {
  margin-top: 2em;
  margin-bottom: 4em;
}
@media screen and (min-width: 768px) {
  body.is-static .blog-archive .article .article-inner .article-header,
body.is-static #page-blog-home .article .article-inner .article-header,
body.is-static #page-blog .article .article-inner .article-header {
    margin-top: 2em;
  }
}
body.is-static .blog-archive .article .article-inner .article-header .index-post-link .index-post-image,
body.is-static #page-blog-home .article .article-inner .article-header .index-post-link .index-post-image,
body.is-static #page-blog .article .article-inner .article-header .index-post-link .index-post-image {
  height: 10em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #eee;
}
body.is-static .blog-archive .article .article-inner .article-header .index-post-link:hover .index-post-image,
body.is-static #page-blog-home .article .article-inner .article-header .index-post-link:hover .index-post-image,
body.is-static #page-blog .article .article-inner .article-header .index-post-link:hover .index-post-image {
  opacity: 0.9;
}
body.is-static .blog-archive .article .article-inner .article-header .index-post-link:hover .article-title,
body.is-static #page-blog-home .article .article-inner .article-header .index-post-link:hover .article-title,
body.is-static #page-blog .article .article-inner .article-header .index-post-link:hover .article-title {
  opacity: 0.8;
}
body.is-static .blog-archive .article .article-inner .article-header a.article-title,
body.is-static #page-blog-home .article .article-inner .article-header a.article-title,
body.is-static #page-blog .article .article-inner .article-header a.article-title {
  border: none;
}
body.is-static .blog-archive .article .article-inner .article-header a.article-title:hover,
body.is-static #page-blog-home .article .article-inner .article-header a.article-title:hover,
body.is-static #page-blog .article .article-inner .article-header a.article-title:hover {
  opacity: 0.75;
  border: none;
}
body.is-static .blog-archive .article .article-inner .article-header .article-meta .article-date,
body.is-static .blog-archive .article .article-inner .article-header .article-meta a.article-date,
body.is-static #page-blog-home .article .article-inner .article-header .article-meta .article-date,
body.is-static #page-blog-home .article .article-inner .article-header .article-meta a.article-date,
body.is-static #page-blog .article .article-inner .article-header .article-meta .article-date,
body.is-static #page-blog .article .article-inner .article-header .article-meta a.article-date {
  color: #aaa;
}
body.is-static .blog-archive .article .article-inner .article-entry a,
body.is-static #page-blog-home .article .article-inner .article-entry a,
body.is-static #page-blog .article .article-inner .article-entry a {
  text-decoration: none;
  border-bottom: 1px solid #888;
}
body.is-static .blog-archive .article .article-inner .article-entry > p:first-of-type,
body.is-static #page-blog-home .article .article-inner .article-entry > p:first-of-type,
body.is-static #page-blog .article .article-inner .article-entry > p:first-of-type {
  margin-top: 2em;
}
body.is-static .blog-archive .article .article-inner .article-entry > p:first-of-type::first-letter,
body.is-static #page-blog-home .article .article-inner .article-entry > p:first-of-type::first-letter,
body.is-static #page-blog .article .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 .blog-archive .article .article-inner .article-entry .flourish-credit,
body.is-static #page-blog-home .article .article-inner .article-entry .flourish-credit,
body.is-static #page-blog .article .article-inner .article-entry .flourish-credit {
  border-bottom: none;
}
body.is-static .blog-archive .article .article-inner .article-entry iframe,
body.is-static #page-blog-home .article .article-inner .article-entry iframe,
body.is-static #page-blog .article .article-inner .article-entry iframe {
  display: block;
  border: 0;
}
body.is-static .blog-archive .article .article-inner .article-entry figure, body.is-static .blog-archive .article .article-inner .article-entry figure > p,
body.is-static #page-blog-home .article .article-inner .article-entry figure,
body.is-static #page-blog-home .article .article-inner .article-entry figure > p,
body.is-static #page-blog .article .article-inner .article-entry figure,
body.is-static #page-blog .article .article-inner .article-entry figure > p {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 0.2em;
  margin-bottom: 2em;
  font-family: "Source Sans Pro";
}
body.is-static .blog-archive .article .article-inner .article-entry figure:first-of-type::first-letter, body.is-static .blog-archive .article .article-inner .article-entry figure > p:first-of-type::first-letter,
body.is-static #page-blog-home .article .article-inner .article-entry figure:first-of-type::first-letter,
body.is-static #page-blog-home .article .article-inner .article-entry figure > p:first-of-type::first-letter,
body.is-static #page-blog .article .article-inner .article-entry figure:first-of-type::first-letter,
body.is-static #page-blog .article .article-inner .article-entry figure > p:first-of-type::first-letter {
  float: none;
  padding: 0;
  font-size: 1em;
}
body.is-static .blog-archive .article .article-inner .article-entry figure iframe, body.is-static .blog-archive .article .article-inner .article-entry figure > p iframe,
body.is-static #page-blog-home .article .article-inner .article-entry figure iframe,
body.is-static #page-blog-home .article .article-inner .article-entry figure > p iframe,
body.is-static #page-blog .article .article-inner .article-entry figure iframe,
body.is-static #page-blog .article .article-inner .article-entry figure > p iframe {
  width: 100%;
}
body.is-static .blog-archive .article .article-inner .article-entry figure .btn.cta,
body.is-static #page-blog-home .article .article-inner .article-entry figure .btn.cta,
body.is-static #page-blog .article .article-inner .article-entry figure .btn.cta {
  margin-top: 0.4em;
}
body.is-static .blog-archive .article .article-inner .article-entry figure > p.center,
body.is-static #page-blog-home .article .article-inner .article-entry figure > p.center,
body.is-static #page-blog .article .article-inner .article-entry figure > p.center {
  text-align: center;
}
body.is-static .blog-archive .article .article-inner .article-entry .right, body.is-static .blog-archive .article .article-inner .article-entry .left,
body.is-static #page-blog-home .article .article-inner .article-entry .right,
body.is-static #page-blog-home .article .article-inner .article-entry .left,
body.is-static #page-blog .article .article-inner .article-entry .right,
body.is-static #page-blog .article .article-inner .article-entry .left {
  width: 100%;
  max-width: 700px;
  margin: auto;
}
body.is-static .blog-archive .article .article-inner .article-entry .right.small, body.is-static .blog-archive .article .article-inner .article-entry .left.small,
body.is-static #page-blog-home .article .article-inner .article-entry .right.small,
body.is-static #page-blog-home .article .article-inner .article-entry .left.small,
body.is-static #page-blog .article .article-inner .article-entry .right.small,
body.is-static #page-blog .article .article-inner .article-entry .left.small {
  width: 330px;
}
body.is-static .blog-archive .article .article-inner .article-entry .right.very-small, body.is-static .blog-archive .article .article-inner .article-entry .left.very-small,
body.is-static #page-blog-home .article .article-inner .article-entry .right.very-small,
body.is-static #page-blog-home .article .article-inner .article-entry .left.very-small,
body.is-static #page-blog .article .article-inner .article-entry .right.very-small,
body.is-static #page-blog .article .article-inner .article-entry .left.very-small {
  width: 250px;
}
@media screen and (min-width: 992px) {
  body.is-static .blog-archive .article .article-inner .article-entry .right, body.is-static .blog-archive .article .article-inner .article-entry .left,
body.is-static #page-blog-home .article .article-inner .article-entry .right,
body.is-static #page-blog-home .article .article-inner .article-entry .left,
body.is-static #page-blog .article .article-inner .article-entry .right,
body.is-static #page-blog .article .article-inner .article-entry .left {
    width: 525px;
  }
}
@media screen and (min-width: 992px) {
  body.is-static .blog-archive .article .article-inner .article-entry .left,
body.is-static #page-blog-home .article .article-inner .article-entry .left,
body.is-static #page-blog .article .article-inner .article-entry .left {
    margin-right: 25px;
    margin-left: calc(50% - 500px);
    float: left;
  }
}
@media screen and (min-width: 992px) {
  body.is-static .blog-archive .article .article-inner .article-entry .right,
body.is-static #page-blog-home .article .article-inner .article-entry .right,
body.is-static #page-blog .article .article-inner .article-entry .right {
    margin-left: 25px;
    margin-right: calc(50% - 500px);
    float: right;
  }
}
body.is-static .blog-archive .article .article-inner .article-entry .wide,
body.is-static #page-blog-home .article .article-inner .article-entry .wide,
body.is-static #page-blog .article .article-inner .article-entry .wide {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
body.is-static .blog-archive .article .article-inner .article-entry .half,
body.is-static #page-blog-home .article .article-inner .article-entry .half,
body.is-static #page-blog .article .article-inner .article-entry .half {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (min-width: 700px) {
  body.is-static .blog-archive .article .article-inner .article-entry .half,
body.is-static #page-blog-home .article .article-inner .article-entry .half,
body.is-static #page-blog .article .article-inner .article-entry .half {
    width: 48%;
    padding-left: 1%;
    padding-right: 1%;
    max-width: 500px;
    display: inline-block;
    vertical-align: top;
  }
}
body.is-static .blog-archive .article .article-inner .article-entry .hide-mobile,
body.is-static #page-blog-home .article .article-inner .article-entry .hide-mobile,
body.is-static #page-blog .article .article-inner .article-entry .hide-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  body.is-static .blog-archive .article .article-inner .article-entry .hide-mobile,
body.is-static #page-blog-home .article .article-inner .article-entry .hide-mobile,
body.is-static #page-blog .article .article-inner .article-entry .hide-mobile {
    display: block;
  }
}
body.is-static .blog-archive .article .article-inner .article-entry .hide-desktop,
body.is-static #page-blog-home .article .article-inner .article-entry .hide-desktop,
body.is-static #page-blog .article .article-inner .article-entry .hide-desktop {
  display: block;
}
@media screen and (min-width: 900px) {
  body.is-static .blog-archive .article .article-inner .article-entry .hide-desktop,
body.is-static #page-blog-home .article .article-inner .article-entry .hide-desktop,
body.is-static #page-blog .article .article-inner .article-entry .hide-desktop {
    display: none;
  }
}
body.is-static .blog-archive .article .article-inner .article-entry .full,
body.is-static #page-blog-home .article .article-inner .article-entry .full,
body.is-static #page-blog .article .article-inner .article-entry .full {
  width: 100%;
  margin: auto;
  max-width: none;
}
body.is-static .blog-archive .article .article-inner .article-entry .shadow,
body.is-static #page-blog-home .article .article-inner .article-entry .shadow,
body.is-static #page-blog .article .article-inner .article-entry .shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
body.is-static .blog-archive .article .article-inner .article-entry img,
body.is-static #page-blog-home .article .article-inner .article-entry img,
body.is-static #page-blog .article .article-inner .article-entry img {
  width: 100%;
}
body.is-static .blog-archive .article .article-inner .article-entry .twitter-tweet,
body.is-static #page-blog-home .article .article-inner .article-entry .twitter-tweet,
body.is-static #page-blog .article .article-inner .article-entry .twitter-tweet {
  margin: 1.5em auto !important;
}
body.is-static .blog-archive .article .article-inner .article-entry.single-par > *,
body.is-static #page-blog-home .article .article-inner .article-entry.single-par > *,
body.is-static #page-blog .article .article-inner .article-entry.single-par > * {
  display: none !important;
}
body.is-static .blog-archive .article .article-inner .article-entry.single-par > *:first-child,
body.is-static .blog-archive .article .article-inner .article-entry.single-par .article-more-link,
body.is-static #page-blog-home .article .article-inner .article-entry.single-par > *:first-child,
body.is-static #page-blog-home .article .article-inner .article-entry.single-par .article-more-link,
body.is-static #page-blog .article .article-inner .article-entry.single-par > *:first-child,
body.is-static #page-blog .article .article-inner .article-entry.single-par .article-more-link {
  display: block !important;
}
body.is-static .blog-archive .article .article-inner .article-entry .side-image,
body.is-static #page-blog-home .article .article-inner .article-entry .side-image,
body.is-static #page-blog .article .article-inner .article-entry .side-image {
  width: 20vw !important;
  padding-bottom: 20vw;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 1vw;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
body.is-static .blog-archive .article .article-inner .article-entry figure.right.thin,
body.is-static #page-blog-home .article .article-inner .article-entry figure.right.thin,
body.is-static #page-blog .article .article-inner .article-entry figure.right.thin {
  width: 20vw !important;
}
@media (max-width: 1000px) {
  body.is-static .blog-archive .article .article-inner .article-entry figure.right.thin,
body.is-static #page-blog-home .article .article-inner .article-entry figure.right.thin,
body.is-static #page-blog .article .article-inner .article-entry figure.right.thin {
    width: 100% !important;
  }
  body.is-static .blog-archive .article .article-inner .article-entry figure.right.thin .side-image,
body.is-static #page-blog-home .article .article-inner .article-entry figure.right.thin .side-image,
body.is-static #page-blog .article .article-inner .article-entry figure.right.thin .side-image {
    display: inline-block;
    width: 50% !important;
  }
}
body.is-static .blog-archive .article .article-inner .article-footer,
body.is-static #page-blog-home .article .article-inner .article-footer,
body.is-static #page-blog .article .article-inner .article-footer {
  background: white;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-tag-list,
body.is-static #page-blog-home .article .article-inner .article-footer .article-tag-list,
body.is-static #page-blog .article .article-inner .article-footer .article-tag-list {
  padding-left: 0;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-tag-list li,
body.is-static #page-blog-home .article .article-inner .article-footer .article-tag-list li,
body.is-static #page-blog .article .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 .blog-archive .article .article-inner .article-footer .article-tag-list li:hover,
body.is-static #page-blog-home .article .article-inner .article-footer .article-tag-list li:hover,
body.is-static #page-blog .article .article-inner .article-footer .article-tag-list li:hover {
  opacity: 0.8;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-tag-list li a,
body.is-static #page-blog-home .article .article-inner .article-footer .article-tag-list li a,
body.is-static #page-blog .article .article-inner .article-footer .article-tag-list li a {
  color: white !important;
  border: 0 !important;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter {
  width: 100%;
  background: #f6f6f6;
  color: #333;
  padding: 1em 0.5em 0em;
  margin-top: 5em;
  border-bottom: 1px dashed #cccccc;
  border-radius: 3px 3px 0 0;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter h3,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter h3,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter h3 {
  margin-top: 0em;
  width: 100%;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter h3 .enjoyed,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter h3 .enjoyed,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter h3 .enjoyed {
  font-weight: 300;
  color: black;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter form input,
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter form input,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter form input,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe {
  font-size: 16px;
  height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0.2em;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter form input.btn,
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe.btn,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter form input.btn,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe.btn,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter form input.btn,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter form #mc-embedded-subscribe.btn {
  cursor: pointer;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter .smallprint,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter .smallprint,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter .smallprint {
  margin-top: 1.5em;
  font-size: 12px;
}
body.is-static .blog-archive .article .article-inner .article-footer .article-newsletter .smallprint a,
body.is-static #page-blog-home .article .article-inner .article-footer .article-newsletter .smallprint a,
body.is-static #page-blog .article .article-inner .article-footer .article-newsletter .smallprint a {
  text-decoration: underline;
}
body.is-static .blog-archive .article .article-inner .article-footer #article-nav,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav,
body.is-static #page-blog .article .article-inner .article-footer #article-nav {
  margin-bottom: 4em;
  line-height: 1.1em;
  font-weight: bold;
  padding: 10px;
}
body.is-static .blog-archive .article .article-inner .article-footer #article-nav #article-nav-newer,
body.is-static .blog-archive .article .article-inner .article-footer #article-nav #article-nav-older,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav #article-nav-newer,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav #article-nav-older,
body.is-static #page-blog .article .article-inner .article-footer #article-nav #article-nav-newer,
body.is-static #page-blog .article .article-inner .article-footer #article-nav #article-nav-older {
  display: inline-block;
  font-size: 18px;
  max-width: 40%;
}
body.is-static .blog-archive .article .article-inner .article-footer #article-nav #article-nav-newer,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav #article-nav-newer,
body.is-static #page-blog .article .article-inner .article-footer #article-nav #article-nav-newer {
  float: right;
  text-align: right;
}
body.is-static .blog-archive .article .article-inner .article-footer #article-nav .article-nav-caption,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav .article-nav-caption,
body.is-static #page-blog .article .article-inner .article-footer #article-nav .article-nav-caption {
  font-weight: 400;
}
body.is-static .blog-archive .article .article-inner .article-footer #article-nav .article-nav-title,
body.is-static #page-blog-home .article .article-inner .article-footer #article-nav .article-nav-title,
body.is-static #page-blog .article .article-inner .article-footer #article-nav .article-nav-title {
  font-weight: bold;
  letter-spacing: -0.02em;
}
body.is-static .blog-archive .article .article-inner .article-footer #comments,
body.is-static #page-blog-home .article .article-inner .article-footer #comments,
body.is-static #page-blog .article .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;
}

.page .card-container {
  margin: 0;
  padding: 0;
}
.page .card-container.masonry .card {
  display: inline-block;
  width: 100%;
}
@media (min-width: 480px) {
  .page .card-container.masonry {
    column-count: 2;
  }
}
@media (min-width: 1020px) {
  .page .card-container.masonry {
    column-count: 3;
  }
}
.page .card {
  display: inline-block;
  font-size: 12px;
  margin: 1em 0 1em 0;
  position: relative;
  vertical-align: middle;
}
@media (min-width: 620px) {
  .page .card {
    font-size: 14px;
  }
}
.page .card .card-photo {
  width: 100%;
  background: #eee;
  height: 12em;
  background-position: center center;
  background-size: cover;
  position: relative;
  border: 1px solid #eee;
}
.page .card .card-body {
  padding: 1.5em 1em;
  background-color: #fff;
  position: relative;
  border: 1px solid #eee;
  border-top: none;
}
.page .card .card-title {
  font-size: 1.5em;
  margin-bottom: 0;
  line-height: 1.25em;
}
.page .card .card-subtitle {
  font-size: 1.1em;
  font-weight: normal;
  line-height: 1.25em;
  margin-bottom: 0;
  color: #777;
}
.page .card .card-text {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0;
}
.page .card .card-actions {
  margin-top: 1em;
  position: relative;
}
.page .card .card-title + .card-subtitle {
  margin-top: 0.25em;
}
.page .card.small .card-body {
  padding: 0.75em;
}
.page .card.small .card-photo {
  height: 7em;
}
.page .card.small .card-title {
  font-size: 1em;
}
.page .card:hover .hover-hidden {
  opacity: 1;
}
.page .hover-hidden {
  opacity: 0;
  transition: opacity 200ms;
}
.page .card.clickable:hover {
  opacity: 1;
  transition: 200ms border-color;
  border-color: #ccc;
}
.page .btn.small {
  height: 2em;
  line-height: 2em;
}

.text-bold {
  font-weight: bold;
}

.slideshow {
  position: relative;
}
.slideshow .slideshow-thumbnails-outer {
  position: relative;
}
.slideshow .slideshow-thumbnails-outer:after {
  position: absolute;
  right: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, transparent, #fff);
  content: "";
  display: block;
  top: 0;
}
.slideshow .slideshow-thumbnails {
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  width: 100%;
  max-width: none;
  overflow: auto;
  padding-left: 10px;
  position: relative;
}
.slideshow .slideshow-thumbnails li {
  cursor: pointer;
  min-width: 180px;
  margin-right: 20px;
  vertical-align: top;
}
.slideshow .slideshow-thumbnails li .card-actions {
  display: none;
}
.slideshow .slideshow-thumbnails li:before {
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  content: "";
  border-radius: 3px;
  display: none;
}
.slideshow .slideshow-thumbnails li:hover:before {
  background: rgba(0, 0, 0, 0.05);
  display: block;
}
.slideshow .slideshow-thumbnails li.selected {
  cursor: default;
}
.slideshow .slideshow-thumbnails li.selected .card-actions {
  display: block;
}
.slideshow .slideshow-thumbnails li.selected:before {
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
.slideshow .slideshow-preview {
  background: #fff;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.slideshow .slideshow-preview .flourish-embed {
  margin: 0 !important;
}
.slideshow .preview-action {
  margin: 2em 0;
}
.slideshow .preview-action:empty {
  margin: 0;
}