@charset "UTF-8";
/** Theme **/
/** This file was originally taken from the main **/
/** flourish repo, and cleaned up for the static site **/
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

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

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

input, select, textarea {
  font-family: "Canva Sans Variable", 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;
}

/*!
 *  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;
}

/* 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 **/
/** This file was originally taken from the main **/
/** flourish repo, and cleaned up for the static site **/
.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;
  }
}
@media (min-width: 1600px) {
  .row .row-inner {
    max-width: 1600px;
  }
}
.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;
  padding: 20px 0;
}
.page-header h1 {
  display: inline-block;
}
.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;
  }
}
@media (min-width: 1220px) {
  .page-header h2 {
    font-size: 48px;
  }
}

@media (max-width: 819px) {
  .hide-mobile {
    display: none;
  }
}
/** Interaction **/
/** This file was originally taken from the main **/
/** flourish repo, and cleaned up for the static site **/
.clickable {
  cursor: pointer;
}
.clickable:hover {
  opacity: 0.5;
}
.clickable.selected, .clickable.selected:hover {
  opacity: 1;
  cursor: default;
}
.clickable[disabled] {
  opacity: 0.5;
  cursor: default;
}

button.clickable {
  border: none;
  background: none;
}

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

button {
  font-family: "Canva Sans Variable", sans-serif;
}

.btn {
  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.caution {
  background: orange;
  color: white;
}
.btn.caution:hover {
  background: #e69500;
}
.btn.neutral {
  background: #888;
  color: white;
}
.btn.neutral:not(.disabled):hover {
  background: #7b7b7b;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 520px) {
  .btn {
    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;
}

/** Footer **/
/** This file was originally taken from the main
flourish repo, and cleaned up for the static site **/
.row.footer {
  background: white;
  color: #333;
  border-top: 1px solid #efefef;
}
.row.footer.bottom-rule .row-inner {
  padding-bottom: 0;
}
.row.footer .row-inner:after {
  clear: both;
  display: block;
  content: "";
}

footer {
  padding: 40px 20px;
}

.footer-container {
  font-size: 0.75rem;
  padding-top: 50px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  grid-template-areas: "company explore solutions resources company-info" "stay-in-touch stay-in-touch stay-in-touch stay-in-touch stay-in-touch";
}

.stay-in-touch {
  grid-area: stay-in-touch;
}

.company {
  grid-area: company;
}

.explore {
  grid-area: explore;
}

.solutions {
  grid-area: solutions;
}

.resources {
  grid-area: resources;
}

.company-info {
  grid-area: company-info;
}

.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-section h4 {
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-section ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.footer-section ul li {
  margin-bottom: 6px;
}
.footer-section ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-section ul li a:hover {
  opacity: 0.75;
}
.footer-section p {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.5;
}
.footer-section .footer-btn {
  background: #121212;
  color: #fff;
  border: 1px solid #121212;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.7rem;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  padding: 0.2rem 0.8rem;
  line-height: 1.5rem;
}
.footer-section .social-links {
  display: flex;
  gap: 10px;
}
.footer-section .icon {
  width: 2em;
  height: 2em;
}

.break-text span {
  display: inline;
}

.footer-container-black {
  background: black;
  width: 100%;
  padding-bottom: 40px;
  padding-top: 30px;
}
.footer-container-black .footer-row-items {
  display: flex;
  justify-content: space-between; /* Distributes space between the items */
  align-items: center;
  gap: 100px; /* Optional: adds space between the items */
}
.footer-container-black .btn-social-container {
  display: flex;
  align-items: center;
  gap: 10px; /* Adds space between the social icons */
}
.footer-container-black .btn-social-container a {
  color: white;
}
.footer-container-black .social-links {
  margin-left: 30px;
}
.footer-container-black h4 {
  color: white;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 0.75rem;
}
.footer-container-black .footer-btn {
  background: white;
  color: black;
}
.footer-container-black .footer-credit p {
  color: white;
  font-size: 0.7rem;
}

@media (max-width: 820px) {
  .footer-container {
    padding-top: 20px;
    font-size: 0.85rem;
    line-height: 1.4;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-areas: "company-info company-info" "company explore" "solutions resources";
  }
  .footer-btn {
    font-size: 0.75rem;
  }
  .footer-container-black .footer-row-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px; /* Optional: adds space between the items */
  }
  .footer-container-black .btn-social-container {
    flex-direction: column; /* Stack button and social links vertically */
    align-items: flex-start; /* Align to the left */
    gap: 20px; /* Optional: adds space between the items */
  }
  .footer-container-black h4, .footer-container-black .footer-credit p {
    font-size: 0.85rem;
  }
  .footer-container-black .social-links {
    margin-left: 0;
  }
  .break-text span {
    display: block; /* Forces a line break on mobile */
  }
}
/** Header **/
/** This file was originally taken from the main **/
/** flourish repo, and cleaned up for the static site **/
.is-static .row.header,
.not-logged-in .row.header {
  background: white;
  z-index: 3;
  position: fixed;
  top: 0;
  height: 4rem;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
  z-index: 99999;
}
.is-static .row.header .row-inner,
.not-logged-in .row.header .row-inner {
  height: 100%;
  display: block;
  position: relative;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1px;
}
.is-static .row.header .logo,
.not-logged-in .row.header .logo {
  margin: 0;
  display: block;
  position: relative;
}
.is-static .row.header .logo #logo,
.not-logged-in .row.header .logo #logo {
  height: 18px;
  display: block;
}
@media (min-width: 820px) {
  .is-static .row.header .logo,
.not-logged-in .row.header .logo {
    padding-bottom: 4px;
  }
}
.is-static .row.header .menu-holder,
.not-logged-in .row.header .menu-holder {
  height: 100%;
  display: inline-block;
  width: calc(100% - 150px);
  text-align: right;
  vertical-align: bottom;
}
@media (min-width: 820px) {
  .is-static .row.header .menu-holder,
.not-logged-in .row.header .menu-holder {
    text-align: center;
  }
}
.is-static .row.header .menu-holder .menu,
.not-logged-in .row.header .menu-holder .menu {
  min-width: 150px;
  position: absolute;
  right: 20px;
  top: 36px;
  padding: 10px 20px;
}
.is-static .row.header .menu-holder .menu h1,
.not-logged-in .row.header .menu-holder .menu h1 {
  font-weight: 400;
}
.is-static .row.header .menu-holder .menu .menu-item,
.not-logged-in .row.header .menu-holder .menu .menu-item {
  font-size: 16px;
  vertical-align: middle;
  margin-top: 0.5em;
}
@media (min-width: 820px) {
  .is-static .row.header .menu-holder .menu .menu-item,
.not-logged-in .row.header .menu-holder .menu .menu-item {
    color: black;
    margin: 1em 0.4em;
  }
}
@media (min-width: 1020px) {
  .is-static .row.header .menu-holder .menu .menu-item,
.not-logged-in .row.header .menu-holder .menu .menu-item {
    margin: 1em 0.75em;
  }
}
@media (min-width: 420px) {
  .is-static .row.header .menu-holder .menu,
.not-logged-in .row.header .menu-holder .menu {
    top: 42px;
  }
}
@media (min-width: 1020px) {
  .is-static .row.header .menu-holder .menu.desktop-nav .sub-menu h1,
.not-logged-in .row.header .menu-holder .menu.desktop-nav .sub-menu h1 {
    font-size: 16px;
  }
}
@media (min-width: 820px) {
  .is-static .row.header .row-inner,
.not-logged-in .row.header .row-inner {
    column-gap: 10px;
  }
  .is-static .row.header .menu-holder,
.not-logged-in .row.header .menu-holder {
    width: 100%;
  }
  .is-static .row.header .menu-holder .desktop-nav,
.not-logged-in .row.header .menu-holder .desktop-nav {
    top: auto;
    right: auto;
    left: auto;
    padding: 0 0 0 10px;
    height: 100%;
    column-gap: 10px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }
  .is-static .row.header .menu-holder .desktop-nav .sub-menu h1,
.not-logged-in .row.header .menu-holder .desktop-nav .sub-menu h1 {
    font-size: 14px;
    padding-top: 0;
    margin: 0;
    font-weight: 400;
  }
  .is-static .row.header .menu-holder .desktop-nav .sub-menu h2,
.not-logged-in .row.header .menu-holder .desktop-nav .sub-menu h2 {
    font-size: 11px;
    padding-top: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .is-static .row.header .menu-holder .desktop-nav .sub-menu h2#menu-sign-in,
.not-logged-in .row.header .menu-holder .desktop-nav .sub-menu h2#menu-sign-in {
    font-weight: bold;
  }
}
@media (min-width: 1020px) {
  .is-static .row.header .menu-holder .desktop-nav,
.not-logged-in .row.header .menu-holder .desktop-nav {
    column-gap: 80px;
  }
}
.is-static .row.header .desktop-nav,
.not-logged-in .row.header .desktop-nav {
  padding-top: 0;
}
.is-static .row.header .mobile-nav,
.not-logged-in .row.header .mobile-nav {
  display: none;
  position: relative;
}
.is-static .row.header .mobile-nav .fa,
.not-logged-in .row.header .mobile-nav .fa {
  font-size: 1.25rem;
}
@media (min-width: 420px) {
  .is-static .row.header .logo #logo,
.not-logged-in .row.header .logo #logo {
    height: 21px;
  }
}
@media (min-width: 1200px) {
  .is-static .row.header .row-inner,
.not-logged-in .row.header .row-inner {
    padding: 1px 40px 0;
  }
}
@media screen and (max-width: 819px) {
  .is-static .row.header .mobile-nav,
.not-logged-in .row.header .mobile-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .is-static .row.header .menu-holder,
.not-logged-in .row.header .menu-holder {
    position: relative;
    text-align: right;
  }
  .is-static .row.header .menu-holder .hamburger .fa-close,
.not-logged-in .row.header .menu-holder .hamburger .fa-close {
    display: none;
  }
  .is-static .row.header .menu-holder .menu,
.not-logged-in .row.header .menu-holder .menu {
    display: none;
    position: fixed;
    background: white;
    top: 4em;
    right: 0;
    left: 0;
    padding: 0;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100vh - 48px);
    font-size: 14px;
  }
  .is-static .row.header .menu-holder .menu .menu-item,
.not-logged-in .row.header .menu-holder .menu .menu-item {
    display: block;
    padding: 6px 0 12px 0;
    color: #333;
    margin-right: 0;
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
  .is-static .row.header .menu-holder.expanded .fa-bars,
.not-logged-in .row.header .menu-holder.expanded .fa-bars {
    display: none;
  }
  .is-static .row.header .menu-holder.expanded .fa-close,
.not-logged-in .row.header .menu-holder.expanded .fa-close {
    display: inline-block;
  }
  .is-static .row.header .menu-holder.expanded .menu,
.not-logged-in .row.header .menu-holder.expanded .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 820px) {
  .is-static .row.header.not-logged-in .row-inner,
.not-logged-in .row.header.not-logged-in .row-inner {
    max-width: 100%;
  }
}

.dropdown-menu {
  display: flex;
  column-gap: 8px;
  height: 100%;
  align-items: center;
}
.dropdown-menu .dropdown-menu-item-wrapper {
  position: relative;
  display: inline-block;
  display: flex;
  height: 100%;
  align-items: center;
}
.dropdown-menu .dropdown-menu-item-wrapper.expanded .dropdown-menu-item,
.dropdown-menu .dropdown-menu-item-wrapper .dropdown-menu-item:hover {
  background: #efefef;
}
.dropdown-menu .dropdown-menu-item-wrapper h1.menu-item {
  position: relative;
}
.dropdown-menu .dropdown-menu-item-wrapper .has-dropdown h1.menu-item {
  cursor: default;
}
.dropdown-menu .dropdown-menu-item {
  padding: 6px;
  border: none;
  background: none;
}
@media (min-width: 819px) {
  .dropdown-menu .dropdown-menu-item {
    border-radius: 3px;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu .dropdown-menu-item {
    padding: 8px 10px;
  }
}
.dropdown-menu .dropdown-menu-contents {
  position: absolute;
  opacity: 0;
  display: flex;
  border: 1px solid #e5e5e5;
  background: white;
  top: calc(100% - 6px);
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  max-width: calc(100vw - 16px);
  overflow-x: scroll;
}
.dropdown-menu .dropdown-menu-contents a {
  padding: 5px;
  white-space: nowrap;
}
.dropdown-menu .dropdown-menu-contents a:hover {
  background: #efefef;
  border-radius: 3px;
}
.dropdown-menu .dropdown-menu-contents a, .dropdown-menu .dropdown-menu-contents img {
  display: block;
}
@media (max-width: 819px) {
  .dropdown-menu .dropdown-menu-contents {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 819px) {
  .dropdown-menu .dropdown-menu-contents {
    padding: 5px;
    border-radius: 3px;
  }
}
.dropdown-menu .dropdown-menu-contents .dropdown-menu-section {
  min-width: min-content;
  padding: 17px 30px 17px 17px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.dropdown-menu .dropdown-menu-contents .dropdown-menu-section:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}
.dropdown-menu .dropdown-menu-item-wrapper.expanded .dropdown-menu-contents {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-in, visibility 1ms, height 250ms ease-in;
  z-index: 9999;
}
.dropdown-menu .dropdown-menu-item-wrapper .dropdown-menu-item.has-dropdown h1::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
@media (min-width: 819px) {
  .dropdown-menu .dropdown-menu-item-wrapper:hover .dropdown-menu-item.has-dropdown h1::after {
    content: "\f106";
  }
}
@media (max-width: 819px) {
  .dropdown-menu {
    height: auto;
    flex-direction: column;
    overflow: scroll;
  }
  .dropdown-menu .dropdown-menu-contents {
    position: static;
    flex-direction: column;
    width: 100%;
    row-gap: 6px;
    border: none;
    box-shadow: none;
    height: 0px;
    transition: all 250ms;
    visibility: visible;
  }
  .dropdown-menu .dropdown-menu-contents a {
    padding: 5px 13px;
  }
  .dropdown-menu .dropdown-menu-contents a img {
    display: none;
  }
  .dropdown-menu .dropdown-menu-contents .dropdown-menu-section {
    width: 100%;
    padding: 0;
  }
  .dropdown-menu .dropdown-menu-contents .dropdown-menu-section:not(:first-child) {
    border: none;
  }
  .dropdown-menu .dropdown-menu-item-wrapper {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .dropdown-menu .dropdown-menu-item-wrapper .dropdown-menu-item {
    width: 100%;
    padding: 8px 20px 0 20px;
  }
  .dropdown-menu .dropdown-menu-item-wrapper.expanded .dropdown-menu-item,
.dropdown-menu .dropdown-menu-item-wrapper .dropdown-menu-item:hover {
    padding-top: 9px;
    margin-top: -1px;
  }
  .dropdown-menu .dropdown-menu-item-wrapper h1 {
    padding-bottom: 12px;
  }
  .dropdown-menu .dropdown-menu-item-wrapper:not(:last-child) h1, .dropdown-menu .dropdown-menu-item-wrapper:not(:last-child).expanded .dropdown-menu-section:last-child {
    border-bottom: 1px solid #efefef;
    padding-bottom: 6px;
  }
  .dropdown-menu .dropdown-menu-item-wrapper .dropdown-menu-item.has-dropdown h1::after {
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 9px;
    transform: rotate(0deg);
    transition: transform 250ms;
  }
  .dropdown-menu .dropdown-menu-item-wrapper.expanded .dropdown-menu-item.has-dropdown h1::after {
    content: "\f107";
  }
  .dropdown-menu .dropdown-menu-contents .menu-section-header {
    border-bottom: 1px solid #efefef;
    max-width: 80%;
    font-size: 15px;
    padding: 0 0 4px 0;
    margin: 16px 13px 0 13px;
  }
}

#account-menu .btn {
  text-align: center;
}
#account-menu .btn.sign-up-link {
  background: black;
  color: white;
  font-weight: 400;
  margin-left: 12px;
}
#account-menu .btn.log-in-link {
  background: white;
  border: 1px solid black;
  font-weight: 400;
}
#account-menu .btn.log-in-link:hover {
  background-color: #eeeeee;
}
@media (max-width: 819px) {
  #account-menu {
    position: -webkit-sticky;
    position: sticky;
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #efefef;
    text-align: center;
  }
  #account-menu .btn {
    width: 100%;
    border-radius: 0;
    margin: 6px 0;
    height: auto;
    padding: 6px 0;
  }
  #account-menu .btn.sign-up-link {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 520px) {
  #main-menu .dropdown-menu-item h1 {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  #main-menu .dropdown-menu-section,
#main-menu .menu-section-header {
    padding-left: 10px;
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main-menu .dropdown-menu-contents a {
    padding: 7.5px 10px;
  }
  #account-menu .btn {
    max-width: 480px;
  }
}
@media (min-width: 620px) {
  #main-menu .dropdown-menu-item h1 {
    max-width: 580px;
  }
  #main-menu .dropdown-menu-section,
#main-menu .menu-section-header {
    max-width: 580px;
  }
  #account-menu .btn {
    max-width: 570px;
  }
}
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: 1020px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1220px) {
  html {
    font-size: 19px;
  }
}

/****** Landing site ******/
body.is-static .landing-wrapper {
  margin-top: 4rem;
  /* Generic elements */
  /* Header section */
  /* Demo section */
  /* Value prop and examples section */
  /* USP section */
  /* Industries section */
  /* Scrolly section */
  /* Client quotes section */
  /* Let's connect section */
  /* FAQ section */
}
body.is-static .landing-wrapper h1 {
  font-weight: bold;
  line-height: 1.2em;
  font-size: 2rem;
}
body.is-static .landing-wrapper h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2em;
  text-align: center;
  padding: 1em 0px 1em 0px;
  text-wrap: balance;
}
body.is-static .landing-wrapper h3 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2em;
  margin: 2em 0 1em;
  text-wrap: balance;
}
body.is-static .landing-wrapper p {
  font-size: 1rem;
  line-height: 1.5em;
  text-align: center;
}
body.is-static .landing-wrapper .cta-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  transition: background-color 0.1s ease, border-color 0.1s ease;
  white-space: nowrap;
}
body.is-static .landing-wrapper .cta-button.secondary {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
body.is-static .landing-wrapper .cta-button:hover {
  background-color: #333;
}
body.is-static .landing-wrapper .cta-button:hover.secondary {
  background-color: transparent;
  border-color: #333;
}
body.is-static .landing-wrapper #header-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #f5f5f5;
  padding: 0 20px;
  justify-content: center;
  min-height: calc(60vh + 3rem);
  padding-bottom: 3rem;
}
body.is-static .landing-wrapper #header-section h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
body.is-static .landing-wrapper #header-section p {
  font-size: 1rem;
  margin: 1em 0 2em;
  color: #000;
  max-width: 16rem;
}
body.is-static .landing-wrapper #header-section .call-to-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
body.is-static .landing-wrapper #header-section .cta-button:not(.secondary) {
  background-color: #1364e2;
}
@media (min-width: 420px) {
  body.is-static .landing-wrapper #header-section h1 {
    font-size: 2.25rem;
    max-width: 24rem;
  }
  body.is-static .landing-wrapper #header-section p {
    font-size: 1.125rem;
    max-width: 17rem;
  }
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper #header-section {
    padding: 20px;
  }
  body.is-static .landing-wrapper #header-section h1 {
    font-size: 2.5rem;
    max-width: none;
  }
  body.is-static .landing-wrapper #header-section p {
    font-size: 1.25rem;
    max-width: 34rem;
  }
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper #header-section {
    min-height: calc(60vh + 6rem);
    padding-bottom: 6rem;
  }
  body.is-static .landing-wrapper #header-section h1 {
    max-width: none;
    margin-top: 2vh;
  }
  body.is-static .landing-wrapper #header-section p {
    max-width: 36rem;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper #header-section h1 {
    font-size: 3rem;
  }
  body.is-static .landing-wrapper #header-section p {
    font-size: 1.5rem;
    max-width: 40rem;
  }
}
body.is-static .landing-wrapper #demo {
  background: black;
  padding: 0;
  position: relative;
  padding-top: 1px;
  color: #CFCFCF;
}
body.is-static .landing-wrapper #demo-video {
  margin: -3rem -10px 3rem;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 6px solid #fff;
  background: #efefef;
  height: auto;
}
body.is-static .landing-wrapper #demo-video video {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper #demo-video {
    margin-top: -6rem;
  }
}
body.is-static .landing-wrapper .logo-container-label {
  margin: 0 20px;
  text-wrap: balance;
}
body.is-static .landing-wrapper .logo-container-holder {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
}
body.is-static .landing-wrapper .logo-container-holder:before, body.is-static .landing-wrapper .logo-container-holder:after {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  z-index: 10;
}
body.is-static .landing-wrapper .logo-container-holder:before {
  left: 0;
  background: linear-gradient(to right, black, transparent);
}
body.is-static .landing-wrapper .logo-container-holder:after {
  right: 0;
  background: linear-gradient(to left, black, transparent);
}
body.is-static .landing-wrapper .logo-container {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: start;
  column-gap: 1.5rem;
  padding: 1.5rem 20px 3rem;
  transform: translateX(0);
  animation: slide-infinite 60s linear infinite;
}
@keyframes slide-infinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 0.75rem + 20px));
  }
}
body.is-static .landing-wrapper .client-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-width: 4em;
  height: 1.5em;
  opacity: 0.5;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .client-logo {
    min-width: 6em;
    height: 2em;
  }
}
body.is-static .landing-wrapper #value-prop {
  padding: 3rem 0;
}
body.is-static .landing-wrapper #value-prop .row-inner > p {
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
body.is-static .landing-wrapper .examples-gallery {
  margin: 2rem auto 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  max-width: 1400px;
}
body.is-static .landing-wrapper .examples-gallery:before, body.is-static .landing-wrapper .examples-gallery:after {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  z-index: 10;
}
body.is-static .landing-wrapper .examples-gallery:before {
  left: 0;
  background: linear-gradient(to right, white, transparent);
}
body.is-static .landing-wrapper .examples-gallery:after {
  right: 0;
  background: linear-gradient(to left, white, transparent);
}
body.is-static .landing-wrapper .examples-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
body.is-static .landing-wrapper .examples-gallery ul:nth-child(odd) {
  transform: translate3d(calc(100vw - 100%), 0, 0);
  animation: slide-to-the-left 40s linear infinite;
}
body.is-static .landing-wrapper .examples-gallery ul:nth-child(even) {
  transform: translate3d(0, 0, 0);
  animation: slide-to-the-right 40s linear infinite;
}
body.is-static .landing-wrapper .examples-gallery ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 10rem;
  width: auto;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px;
}
body.is-static .landing-wrapper .examples-gallery ul li img {
  width: auto;
  height: 100%;
  border-radius: 10px;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .examples-gallery ul {
    column-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
  body.is-static .landing-wrapper .examples-gallery ul li {
    height: 15rem;
  }
}
@media (min-width: 1400px) {
  body.is-static .landing-wrapper .examples-gallery ul:nth-child(odd) {
    transform: translate3d(calc(1400px - 100%));
    animation: slide-to-the-left-desktop 60s linear infinite;
  }
  body.is-static .landing-wrapper .examples-gallery ul:nth-child(even) {
    transform: translate3d(0, 0, 0);
    animation: slide-to-the-right-desktop 60s linear infinite;
  }
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper .examples-gallery:before, body.is-static .landing-wrapper .examples-gallery:after {
    width: 60px;
  }
}
@keyframes slide-to-the-right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(calc(100vw - 100%), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-to-the-left {
  0% {
    transform: translate3d(calc(100vw - 100%), 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(100vw - 100%), 0, 0);
  }
}
@keyframes slide-to-the-right-desktop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(calc(1400px - 100%), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-to-the-left-desktop {
  0% {
    transform: translate3d(calc(1400px - 100%), 0, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(1400px - 100%), 0, 0);
  }
}
body.is-static .landing-wrapper #usps {
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  padding-top: 2rem;
  overflow: hidden;
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper #usps {
    padding-top: 6rem;
    margin-top: 4rem;
  }
}
body.is-static .landing-wrapper .feature-section {
  margin-top: 1rem;
}
body.is-static .landing-wrapper .feature-section .row-header p {
  text-align: left;
  text-wrap: balance;
}
body.is-static .landing-wrapper .feature-section .row-visual {
  margin: 0 -50px;
}
@media (min-width: 1019px) {
  body.is-static .landing-wrapper .feature-section {
    margin-bottom: 2rem;
  }
  body.is-static .landing-wrapper .feature-section .row-visual {
    margin: 0;
    flex-shrink: 0;
    width: 36rem;
  }
  body.is-static .landing-wrapper .feature-section .row-visual video {
    width: 100%;
    height: auto;
    max-width: none;
  }
  body.is-static .landing-wrapper .feature-section .row-header {
    padding-top: 0px;
  }
  body.is-static .landing-wrapper .feature-section .row-header h3 {
    margin-top: 0;
  }
}
body.is-static .landing-wrapper #industries {
  background: #000;
  color: #fff;
  padding: 1rem 0 4rem;
}
body.is-static .landing-wrapper #industries h2 {
  text-align: left;
}
body.is-static .landing-wrapper #industries h2 select {
  background-color: black;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  font-family: "Canva Sans Variable", Helvetica, Arial, sans-serif;
  padding: 0 2rem 0 0;
  font-size: inherit;
  width: auto;
  border-radius: 0;
  -webkit-appearance: none;
  background-image: url(/images/icons/icon-chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 1.2em;
  background-position: right center;
}
body.is-static .landing-wrapper #industries h2 select option {
  font-size: 16px;
}
body.is-static .landing-wrapper #industries .industry-description {
  font-size: 1.25rem;
  text-wrap: balance;
  min-height: 7rem;
}
body.is-static .landing-wrapper #industries p {
  text-align: left;
}
body.is-static .landing-wrapper #industries ul.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.5rem 0;
}
body.is-static .landing-wrapper #industries ul.checklist li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0.5rem;
}
body.is-static .landing-wrapper #industries ul.checklist li:last-child {
  margin-bottom: 0;
}
body.is-static .landing-wrapper #industries ul.checklist li .checklist-icon {
  width: 30px;
  height: 30px;
  padding: 6px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
body.is-static .landing-wrapper #industries ul.checklist li .checklist-icon img {
  width: 100%;
  height: 100%;
}
body.is-static .landing-wrapper #industries ul.checklist li p {
  font-weight: bold;
  text-align: left;
  line-height: 1.25em;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper #industries ul.checklist {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0;
  }
  body.is-static .landing-wrapper #industries ul.checklist li {
    column-gap: 15px;
    margin-bottom: 1rem;
  }
  body.is-static .landing-wrapper #industries ul.checklist li .checklist-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  body.is-static .landing-wrapper #industries ul.checklist li p {
    font-size: 0.9rem;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper #industries ul.checklist {
    width: 24rem;
    padding: 2rem;
  }
}
body.is-static .landing-wrapper #industries .industry-logo-label {
  color: #CFCFCF;
  margin-top: 1em;
}
body.is-static .landing-wrapper #industries .industry-logo-container {
  display: flex;
  column-gap: 1.5rem;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
body.is-static .landing-wrapper #industries .cta-button {
  margin-top: 1rem;
  background-color: #fff;
  color: #000;
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper #industries {
    padding: 3rem 0 6rem;
  }
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper #industries .industry-container {
    margin-top: 1.5rem;
    padding-right: 20rem;
    position: relative;
  }
  body.is-static .landing-wrapper #industries .industry-description {
    padding-top: 0.5em;
    min-height: 10rem;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper #industries .industry-container {
    padding-right: 28rem;
  }
  body.is-static .landing-wrapper #industries .industry-description {
    font-size: 1.5rem;
    min-height: 13rem;
  }
}
@media (min-width: 1220px) {
  body.is-static .landing-wrapper #industries .industry-description {
    min-height: 10rem;
  }
}
body.is-static .landing-wrapper #scrolly-section .flourish-embed iframe {
  height: calc(100vh - 4rem) !important;
  top: 4rem !important;
  pointer-events: none;
  touch-action: none;
  z-index: -1000;
}
body.is-static .landing-wrapper .fl-scrolly-caption {
  margin: 0 auto 0 !important;
  padding: 0 0 100vh;
}
body.is-static .landing-wrapper .fl-scrolly-caption div {
  padding: 2rem 2rem 1.75rem !important;
  border-radius: 3 !important;
  margin: 0 20px !important;
  box-shadow: 1px !important;
  background-color: #f4f4f4 !important;
  opacity: 95%;
}
body.is-static .landing-wrapper .fl-scrolly-caption p {
  font-size: 1.1rem;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  display: inline;
  color: black;
}
body.is-static .landing-wrapper #testimonials {
  margin-top: 3rem;
  padding: 3rem 0;
  background: #EFEFEF;
  color: #000;
}
body.is-static .landing-wrapper #testimonials .quotes {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
body.is-static .landing-wrapper #testimonials .quotes .quote {
  position: relative;
  padding-left: 3.5rem;
  vertical-align: top;
}
body.is-static .landing-wrapper #testimonials .quotes .quote:before {
  content: "";
  position: absolute;
  left: 0.3em;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url(https://public.flourish.studio/uploads/654906/f0e89673-2ec4-42b7-8808-9d58b1e33b4b.png);
  background-size: cover;
  background-repeat: no-repeat;
}
body.is-static .landing-wrapper #testimonials .quotes .quote blockquote {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  text-wrap: balance;
}
body.is-static .landing-wrapper #testimonials .quotes .quote p {
  font-size: 1rem;
  opacity: 0.9;
  margin-top: 0.25em;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 620px) {
  body.is-static .landing-wrapper #testimonials .quotes {
    flex-direction: row;
  }
}
@media (min-width: 1020px) {
  body.is-static .landing-wrapper #testimonials {
    padding: 6rem 0;
  }
}
body.is-static .landing-wrapper #end-screen {
  background: #000;
  padding: 3rem 0;
  color: #fff;
  margin-top: 0;
  margin-bottom: 3rem;
}
body.is-static .landing-wrapper #end-screen .end-screen-visual {
  margin: 0;
}
body.is-static .landing-wrapper #end-screen .end-screen-visual img {
  width: 100%;
  border-radius: 3px;
}
body.is-static .landing-wrapper #end-screen .end-screen-content h2, body.is-static .landing-wrapper #end-screen .end-screen-content p {
  text-align: left;
}
body.is-static .landing-wrapper #end-screen .end-screen-content .cta-button {
  background: #fff;
  color: #000;
  margin-top: 2rem;
}
@media (min-width: 820px) {
  body.is-static .landing-wrapper #end-screen .row-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  body.is-static .landing-wrapper #end-screen .row-inner .end-screen-visual, body.is-static .landing-wrapper #end-screen .row-inner .end-screen-content {
    width: 45%;
  }
  body.is-static .landing-wrapper #end-screen .row-inner .end-screen-visual h2, body.is-static .landing-wrapper #end-screen .row-inner .end-screen-content h2 {
    padding-top: 0;
  }
}
body.is-static .landing-wrapper #faq {
  max-width: 720px;
  margin: 4rem auto;
}
body.is-static .landing-wrapper .collapsible-content {
  overflow: hidden;
  background-color: white;
  opacity: 0.7;
}

/* Default: Extra-small devices such as small phones (less than 640px) */
/* Small devices such as large phones (640px and up) */
/* Medium devices such as tablets (768px and up) */
/* Large devices such as laptops (1024px and up) */
/* Largest devices such as desktops (1280px and up) */
.row .row-inner {
  width: 100%;
}
@media (min-width: 1600px) {
  .row .row-inner {
    max-width: 1220px;
  }
}

.page p a {
  text-decoration: underline;
}
.page a:link {
  text-decoration: underline;
}
.page .btn {
  font-size: 0.9rem;
  background: #121212;
  border: 1px solid #121212;
  color: white;
  height: 36px;
  line-height: 34px;
  margin-bottom: 8px;
}
.page .btn a {
  text-decoration: none;
}
.page .page-header {
  padding-top: 100px;
  color: black;
}
.page .page-header h1 {
  text-align: left;
  font-weight: 700;
  line-height: 1.2;
}
.page .page-header h2 {
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.6rem;
}
.page .page-header .hero-visual-bottom {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.page .page-header .hero-visual-bottom img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover; /* Ensures the image covers the entire container */
  object-position: center; /* Center the image within the container */
  border-radius: 3px;
}
.page .page-header .hero-visual-cover {
  position: relative; /* The background image container */
  width: 100%;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0; /* Ensure the text appears above it */
  margin-top: 0px;
}
.page .page-content-container h2 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.2;
}
.page .page-content-container h3 {
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.page .page-content-container ul:not(.card-container) {
  margin-top: 0;
  padding-left: 20px;
}
.page .page-content-container p {
  margin-bottom: 18px;
  opacity: 0.9;
  line-height: 1.7;
}
.page .page-content-container .page-content-paragraphs {
  max-width: 680px;
}
.page .btn-secondary {
  background: white;
  border: 1px solid rgb(189, 189, 189);
  color: rgba(0, 0, 0, 0.9);
  padding: 0 12px;
  line-height: 34px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: 700;
  font-size: 0.9rem;
}
.page .btn-secondary a {
  text-decoration: none;
}
.page .btn-secondary:hover {
  background-color: #eeeeee;
}
@media only screen and (min-width: 1024px) {
  .page .page-header {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .page .page-header h1 {
    max-width: 980px;
    font-size: 3rem;
  }
  .page .page-header h2 {
    max-width: 980px;
    font-size: 1rem;
  }
  .page .page-content-container {
    padding-bottom: 40px;
  }
  .page .page-content-container h2 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    margin-top: 1em;
    line-height: 1.2;
    font-weight: 700;
  }
  .page .page-content-container h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .page .page-content-container ul:not(.card-container) {
    margin-top: 0;
    padding-left: 20px;
  }
  .page .page-content-container p {
    margin-bottom: 18px;
    font-size: 0.9rem;
  }
  .page .page-content-container .page-content-paragraphs {
    max-width: 680px;
  }
  .page .btn-secondary {
    padding: 0 12px;
    line-height: 34px;
    height: 36px;
  }
}
@media (min-width: 620px) {
  .page .page-header {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .page .page-header h1 {
    font-size: 3rem;
  }
  .page .page-header h2 {
    font-size: 1rem;
  }
  .page .col {
    width: 50%;
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
  }
}
.page code {
  font-size: 15px;
  padding: 3px;
}
.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-guide h3 {
  font-weight: 700;
}
.page-guide .header-container {
  margin: auto;
  width: 100%;
}
.page-guide .header-cta {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  margin: 20px 0px 20px 0px;
  text-align: center;
}
.page-guide .header-cta .btn {
  display: inline-block;
  line-height: 43px;
  height: 46px;
  font-size: 0.8rem;
  font-weight: 700;
}
.page-guide .guide-header-container {
  position: relative;
}
.page-guide .page-header .row-inner {
  display: flex;
  max-width: 620px;
}
@media (max-width: 820px) {
  .page-guide .page-header .row-inner {
    max-width: 820px;
    padding: 0px 20px 2em 20px;
  }
}
.page-guide .page-content-container {
  padding-bottom: 0px;
}
.page-guide .row-inner > ul {
  max-width: 1220px;
  margin: auto;
  margin-bottom: 1.5em;
  font-weight: 100;
}
.page-guide .row-inner > ul li {
  font-size: 0.9rem;
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 18px;
}
@media (max-width: 1024px) {
  .page-guide .row-inner > ul li {
    font-size: 1em;
  }
}
.page-guide .embed-section .row-inner {
  padding: 0;
}
.page-guide .row-inner {
  padding: 0px 20px 0px 20px;
}
.page-guide .row-inner h2, .page-guide .row-inner h3, .page-guide .row-inner p, .page-guide .row-inner h6 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.page-guide .row-inner .flourish-embed-container {
  margin: 2rem auto 1rem;
}
.page-guide .row-inner .flourish-embed-container:first-of-type {
  margin: 0 auto 3rem;
}
.page-guide .row-inner p.intro {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25em;
}
.page-guide .row-inner h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 30px;
  margin-bottom: 18px;
}
.page-guide .row-inner .row-header h3 {
  margin-top: 0px;
}
.page-guide .row, .page-guide .page-header {
  padding-bottom: 0px;
  background: none;
  color: #000;
  border-bottom: none;
}
.page-guide .row p, .page-guide .page-header p {
  margin: 0px auto 1.25em auto !important;
}
.page-guide .row h1, .page-guide .page-header h1 {
  font-weight: 700;
  margin: 0px auto;
  display: block;
  height: auto;
  text-align: center;
}
.page-guide .row h2, .page-guide .page-header h2 {
  margin: 20px auto;
  max-width: 780px;
  text-align: center;
}
.page-guide .full {
  width: 100%;
  margin: 30px 0px 18px 0px;
  max-width: none;
}
.page-guide .text-width {
  width: calc(100% - 30px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-guide .text-width {
    width: 100%;
    max-width: 700px;
  }
}
.page-guide .viz-desktop {
  display: none;
  margin: 30px 0px 30px 0px;
}
@media only screen and (min-width: 1024px) {
  .page-guide h3 {
    font-size: 1.125rem;
  }
  .page-guide .page-header .row-inner {
    max-width: 1024px;
  }
}
@media only screen and (min-width: 820px) {
  .page-guide .page-header .row-inner {
    padding: 0px 20px 2em 20px;
  }
  .page-guide .viz-mobile {
    display: none;
    margin: 30px 0px 30px 0px;
  }
  .page-guide .viz-desktop {
    display: block;
    margin: 30px 0px 30px 0px;
  }
}
.page-guide .fl-usecase-block h3 {
  color: #2a2a2a;
}

#get-started-cta .get-started-cta-container {
  background: #efefef;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#get-started-cta .get-started-cta-container .cta-video {
  display: flex;
  justify-content: flex-end;
  margin-left: 50px;
  margin-right: 10px;
}
#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: 1300px;
  margin: 60px 0px;
  margin-left: -10%;
  align-self: center;
}
#get-started-cta .get-started-cta-container .cta-content {
  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.2;
  font-weight: bold;
  font-size: 1.8rem;
}
#get-started-cta .get-started-cta-container h2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400 !important;
}
#get-started-cta .get-started-cta-container button {
  font-size: 0.8rem;
}
@media (min-width: 620px) {
  #get-started-cta .get-started-cta-container {
    flex-direction: row;
  }
  #get-started-cta .get-started-cta-container .cta-content {
    width: 75%;
    max-width: 400px;
  }
  #get-started-cta .get-started-cta-container .cta-video {
    margin-bottom: 0px;
    margin-left: 80px;
  }
  #get-started-cta .get-started-cta-container h1 {
    margin-top: 1rem;
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  #get-started-cta .get-started-cta-container h1 {
    font-size: 1.8rem;
  }
  #get-started-cta .get-started-cta-container .cta-content {
    width: 50%;
    margin-left: auto;
    max-width: 450px;
    margin-right: calc((100% - 1180px) / 2);
    margin-left: 40px;
  }
  #get-started-cta .get-started-cta-container .cta-video {
    margin-left: 170px;
  }
}
@media (min-width: 1600px) {
  #get-started-cta .get-started-cta-container .cta-video {
    margin-left: 280px;
  }
}
@media (min-width: 1800px) {
  #get-started-cta .get-started-cta-container .cta-video {
    margin-left: 410px;
  }
}
#get-started-cta .btn.cta {
  height: 42px;
  background: #121212;
  color: #fff;
  margin: 20px 0;
}
@media (min-width: 820px) {
  #get-started-cta .btn.cta {
    height: 46px;
    line-height: 43px;
    padding: 0 20px;
  }
}

.page-landing {
  overflow: hidden;
}
.page-landing .page-content-container .page-content-paragraphs {
  max-width: none;
}
.page-landing p, .page-landing li {
  font-size: 1rem;
  opacity: 0.9;
  line-height: 1.7;
}
.page-landing .hide-mobile {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-landing .hide-mobile {
    display: block;
  }
}
.page-landing .hide-desktop {
  display: block;
}
@media screen and (min-width: 900px) {
  .page-landing .hide-desktop {
    display: none;
  }
}
.page-landing .page-content {
  margin-top: 30px;
  padding-bottom: 40px;
}
.page-landing .page-content p {
  margin-bottom: 18px;
}
.page-landing .page-content h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
}
.page-landing .page-content h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
}
.page-landing .row-inner {
  width: 100%;
  max-width: 1220px;
  position: relative;
  padding: 0 20px;
  margin: auto;
}
.page-landing .row-inner li {
  margin-bottom: 12px;
  line-height: 1.7;
}
@media only screen and (min-width: 1024px) {
  .page-landing p, .page-landing li {
    font-size: 0.9rem;
  }
  .page-landing .landing-clients .quotes {
    margin: 0rem 2rem 2rem 2rem;
  }
}
.page-landing .landing-clients {
  padding: 25px 0px;
  background: #EDEEEF;
}
.page-landing .landing-clients .clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 0 -1em;
}
.page-landing .landing-clients .clients .client-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 6.5em;
  height: 3.5em;
  margin: 1rem 1rem 1.5rem 1rem;
}
.page-landing .landing-clients .quotes {
  padding-bottom: 2rem;
  border-bottom: 1px solid #bbb;
}
.page-landing .landing-clients .quotes .quote {
  display: inline-block;
  margin-top: 1.5rem;
  position: relative;
  padding-right: 2%;
  padding-left: 3em;
  vertical-align: top;
}
@media (min-width: 1020px) {
  .page-landing .landing-clients .quotes .quote {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-landing .landing-clients .quotes .quote:before {
  content: "";
  position: absolute;
  left: 0.6em;
  width: 35px;
  height: 35px;
  background-image: url("https://public.flourish.studio/uploads/654906/f0e89673-2ec4-42b7-8808-9d58b1e33b4b.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-landing .landing-clients .quotes .quote blockquote {
  font-size: 1rem;
  padding-bottom: 0.5em;
  color: #555;
  margin: 0;
}
@media screen and (min-width: 820px) {
  .page-landing .landing-clients .quotes .quote blockquote {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.page-landing .landing-clients .quotes .quote p {
  margin-top: 0.25em;
  line-height: 1.1em;
}
.page-landing .landing-clients .quotes .quote blockquote, .page-landing .landing-clients .quotes .quote p {
  margin-left: 3px;
}
.page-landing .three-beats-section {
  background-color: #efefef;
  padding: 40px 0 15px 0;
}
.page-landing #get-started-cta .get-started-cta-container {
  background: white;
}

#page-solutions, #page-chart-guides, #page-scrollytelling {
  /* Responsive Styles for Mobile */
}
@media only screen and (min-width: 1024px) {
  #page-solutions .row.intro-section .introduction, #page-chart-guides .row.intro-section .introduction, #page-scrollytelling .row.intro-section .introduction {
    max-width: 60vw;
  }
  #page-solutions .row.intro-section .row-inner h2, #page-chart-guides .row.intro-section .row-inner h2, #page-scrollytelling .row.intro-section .row-inner h2 {
    text-align: center;
  }
  #page-solutions .row.intro-section .row-inner p, #page-chart-guides .row.intro-section .row-inner p, #page-scrollytelling .row.intro-section .row-inner p {
    font-size: 0.9rem;
  }
  #page-solutions .feature-section .row-visual video, #page-solutions .feature-section .row-visual img, #page-chart-guides .feature-section .row-visual video, #page-chart-guides .feature-section .row-visual img, #page-scrollytelling .feature-section .row-visual video, #page-scrollytelling .feature-section .row-visual img {
    width: 600px;
    height: 420px;
  }
  #page-solutions .feature-section .row-header, #page-chart-guides .feature-section .row-header, #page-scrollytelling .feature-section .row-header {
    padding-top: 0px;
  }
  #page-solutions .feature-section .row-header h2, #page-chart-guides .feature-section .row-header h2, #page-scrollytelling .feature-section .row-header h2 {
    margin-left: 0px;
  }
}
#page-solutions .content-image, #page-chart-guides .content-image, #page-scrollytelling .content-image {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
  border-radius: 3px;
}
#page-solutions .page-header .btn.cta, #page-chart-guides .page-header .btn.cta, #page-scrollytelling .page-header .btn.cta {
  height: 46px;
  line-height: 43px;
  margin: 20px 0px 20px 0px;
}
#page-solutions .page-header .row-inner, #page-chart-guides .page-header .row-inner, #page-scrollytelling .page-header .row-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#page-solutions .text-block, #page-chart-guides .text-block, #page-scrollytelling .text-block {
  flex: 1 1 50%; /* occupy 50% of the space on larger screens */
}
#page-solutions .image-block, #page-chart-guides .image-block, #page-scrollytelling .image-block {
  flex: 1 1 40%; /* occupy the remaining 40% */
  text-align: right; /* aligns the image to the right */
}
#page-solutions .image-block img, #page-chart-guides .image-block img, #page-scrollytelling .image-block img {
  width: 100%;
  max-width: 540px; /* limits image size */
  height: auto;
}
#page-solutions #visible-mobile, #page-chart-guides #visible-mobile, #page-scrollytelling #visible-mobile {
  display: none;
}
@media screen and (min-width: 820px) {
  #page-solutions .row.intro-section .introduction, #page-chart-guides .row.intro-section .introduction, #page-scrollytelling .row.intro-section .introduction {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#page-solutions .row.intro-section .introduction p, #page-chart-guides .row.intro-section .introduction p, #page-scrollytelling .row.intro-section .introduction p {
  padding-top: 0.5rem;
}
#page-solutions .row.intro-section .introduction h3, #page-chart-guides .row.intro-section .introduction h3, #page-scrollytelling .row.intro-section .introduction h3 {
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}
#page-solutions .row.intro-section .row-inner h2, #page-chart-guides .row.intro-section .row-inner h2, #page-scrollytelling .row.intro-section .row-inner h2 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
#page-solutions .row.intro-section .row-inner p, #page-chart-guides .row.intro-section .row-inner p, #page-scrollytelling .row.intro-section .row-inner p {
  opacity: 0.9;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
#page-solutions .feature-section .row-header h2, #page-chart-guides .feature-section .row-header h2, #page-scrollytelling .feature-section .row-header h2 {
  text-align: left !important;
}
#page-solutions .viz-wide, #page-chart-guides .viz-wide, #page-scrollytelling .viz-wide {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#page-solutions .viz-wide .img, #page-chart-guides .viz-wide .img, #page-scrollytelling .viz-wide .img {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#page-solutions .shadow, #page-chart-guides .shadow, #page-scrollytelling .shadow {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1000px) {
  #page-solutions .page-header .row-inner, #page-chart-guides .page-header .row-inner, #page-scrollytelling .page-header .row-inner {
    display: block;
  }
  #page-solutions .row.intro-section .introduction h2, #page-solutions .row.intro-section .introduction h3, #page-solutions .row.intro-section .introduction p, #page-chart-guides .row.intro-section .introduction h2, #page-chart-guides .row.intro-section .introduction h3, #page-chart-guides .row.intro-section .introduction p, #page-scrollytelling .row.intro-section .introduction h2, #page-scrollytelling .row.intro-section .introduction h3, #page-scrollytelling .row.intro-section .introduction p {
    text-align: left;
  }
  #page-solutions #hidden-mobile, #page-chart-guides #hidden-mobile, #page-scrollytelling #hidden-mobile {
    display: none;
  }
  #page-solutions #visible-mobile, #page-chart-guides #visible-mobile, #page-scrollytelling #visible-mobile {
    display: block;
  }
}

#page-examples .slideshow-thumbnails-outer:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
}
#page-examples .scroll-note .scroll-note-inner {
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 10px;
}
#page-examples .scroll-note .scroll-note-inner.fully-scrolled {
  cursor: default;
  opacity: 0.33;
}
#page-examples .scroll-note .scroll-note-inner h3 {
  font-size: 1rem;
}
#page-examples ul li a {
  text-decoration: none;
}

#page-company .story .gradient {
  position: absolute;
  width: 100vw; /* Make the gradient extend the full width of the viewport */
  height: 100%;
  top: 0;
  left: 50%; /* Center the gradient */
  transform: translateX(-50%); /* Adjust it to start from the left edge */
}
@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 .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-desktop {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 620px) {
  #page-company .story .image-desktop {
    display: block;
    position: absolute;
    height: 100%;
  }
}
#page-company .story .image-mobile {
  display: block;
  height: 300px;
  margin-bottom: 20px;
}
@media (min-width: 620px) {
  #page-company .story .image-mobile {
    display: none;
  }
}
#page-company .story .row-inner .text {
  padding: 10px 20px 30px 20px;
  max-width: none;
  color: black;
}
#page-company .story .row-inner .text p {
  font-size: 0.9rem;
}
@media (min-width: 620px) {
  #page-company .story .row-inner .text {
    width: 300px;
    color: white;
    padding: 100px 0 50px;
  }
}
@media (min-width: 1020px) {
  #page-company .story .row-inner .text {
    width: 400px;
  }
  #page-company .story .row-inner .text p {
    font-size: 0.9rem;
  }
}
#page-company .team {
  padding: 30px 0;
}
#page-company .team .person {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
}
#page-company .team .person .image-container {
  float: left;
  margin: 5px 15px 20px 0;
  box-shadow: 3px 3px 0 rgb(226, 226, 226);
  border-radius: 3px;
  overflow: hidden;
}
#page-company .team .person .image {
  width: 120px;
  height: 180px;
  background-size: cover;
  background-position: 50% 50%;
}
#page-company .team .person h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.1em;
  margin: 0 0 0.2em;
}
#page-company .team .person h3 .twitter-link {
  color: #aaaaaa;
  font-size: 0.9em;
}
#page-company .team .person h4 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.1;
  margin: 0 0 0.5em;
  opacity: 0.7;
}
#page-company .team .person p {
  line-height: 1.7;
  margin: 0.3em 0 1.5em;
  font-size: 0.9rem;
  width: calc(100% - 140px);
  float: right;
}
@media screen and (min-width: 1020px) {
  #page-company .team .person p {
    font-size: 0.7rem;
    line-height: 1.3;
  }
}
#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 .grey-area {
  background: #efefef;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
}
#page-company .about {
  margin: 0 auto;
}
#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 .summary {
  margin: 1em 0;
}
#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;
  }
}

.page-terms .page-header h1 {
  font-size: 3rem;
}
.page-terms .page-header h2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.page-terms .page-content-container .row-inner > * {
  max-width: 850px;
}
.page-terms .page-content-container p, .page-terms .page-content-container li, .page-terms .page-content-container ul li {
  color: #767676;
  font-size: 0.8rem;
}
.page-terms .page-content-container h2 {
  font-size: 1.3rem;
  font-weight: 700;
}
.page-terms .page-content-container h3 {
  font-size: 1rem;
  font-weight: 700;
}
.page-terms .page-content-paragraphs h1 {
  font-weight: 200;
  margin-bottom: 0.5em;
}
.page-terms .page-content-paragraphs h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.page-terms .page-content-paragraphs h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}
.page-terms .page-content-paragraphs h4 {
  font-size: 18px;
  font-weight: bold;
}
.page-terms .page-content-paragraphs ul li {
  margin-bottom: 6px;
}
@media (min-width: 820px) {
  .page-terms .page-content-paragraphs {
    min-height: 400px;
    margin-left: 220px;
  }
}
@media (min-width: 1220px) {
  .page-terms .page-content-paragraphs {
    margin-left: 320px;
  }
}
.page-terms .page-content-paragraphs > table {
  margin-collapse: collapse;
}
.page-terms .page-content-paragraphs > table th {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.page-terms .page-content-paragraphs > table th, .page-terms .page-content-paragraphs > table td {
  padding: 5px 10px 8px 0;
  vertical-align: top;
  margin: 0;
}
.page-terms .page-content-paragraphs > table td {
  border-bottom: 1px solid #eee;
}

#page-security .header-cta {
  display: flex;
  align-items: center; /* Centers vertically */
  margin: 20px 0px 20px 0px;
  text-align: center;
}
#page-security .header-cta .btn {
  display: inline-block;
  line-height: 43px;
  height: 46px;
  font-size: 0.8rem;
  font-weight: 700;
}
#page-security .features-list {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
#page-security .features-list .security-features {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #fff;
  margin-right: 30px;
}
#page-security .features-list .security-features h3 {
  font-weight: 600;
  font-size: 1rem;
}
#page-security .features-list .security-icon img {
  height: 70px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #page-security .features-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #page-security .features-list .security-features {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    padding: 0;
    margin-right: 0;
  }
  #page-security .features-list .security-icon img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

#page-talk-to-us .flourish-grid .grid-item, #page-newsletters .flourish-grid .grid-item {
  border-right: none;
}
#page-talk-to-us .flourish-grid .grid-container a, #page-newsletters .flourish-grid .grid-container a {
  display: inline;
  flex-direction: unset;
  justify-content: unset;
  text-decoration: underline;
}
#page-talk-to-us .grid-container, #page-newsletters .grid-container {
  grid-template-areas: "left right"; /* Define desktop layout */
}
#page-talk-to-us .grid-item:nth-child(1), #page-newsletters .grid-item:nth-child(1) {
  grid-area: left;
}
#page-talk-to-us .grid-item:nth-child(2), #page-newsletters .grid-item:nth-child(2) {
  grid-area: right;
}
@media (max-width: 620px) {
  #page-talk-to-us .grid-container, #page-newsletters .grid-container {
    grid-template-areas: "right" "left"; /* Left column comes second */
  }
  #page-talk-to-us #mc_embed_signup form, #page-newsletters #mc_embed_signup form {
    margin: 0 !important;
  }
  #page-talk-to-us .page-landing .page-content, #page-newsletters .page-landing .page-content {
    padding-bottom: 0px;
  }
}
#page-talk-to-us p, #page-talk-to-us li, #page-talk-to-us ul li, #page-talk-to-us h3, #page-newsletters p, #page-newsletters li, #page-newsletters ul li, #page-newsletters h3 {
  font-size: 0.9rem;
  line-height: 1.7;
  list-style-type: none;
  opacity: 0.9;
}
#page-talk-to-us .landing-clients, #page-newsletters .landing-clients {
  background: none;
}
#page-talk-to-us .clients, #page-newsletters .clients {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  font-size: 1rem;
}
#page-talk-to-us .clients .client-logo, #page-newsletters .clients .client-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 6em;
  height: 2em;
  margin: 1.5em 1em;
}
@media screen and (min-width: 830px) {
  #page-talk-to-us .pipedriveWebForms, #page-talk-to-us #mc_embed_signup, #page-newsletters .pipedriveWebForms, #page-newsletters #mc_embed_signup {
    box-shadow: 5px 5px 10px 0px rgba(192, 192, 192, 0.5);
    float: right;
    padding: 1rem;
  }
}

.flourish-data-binding {
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  padding: 0px 10px;
  border-width: 1px;
  border-style: solid;
  min-width: 50px;
  margin: 0px 2px;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

@media only screen and (min-width: 1024px) {
  .flourish-data-binding {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}
.flourish-data-table-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.flourish-data-table-container .flourish-data-table {
  display: table;
  white-space: nowrap;
}
.flourish-data-table-container .flourish-data-table .row {
  font-weight: 400;
  display: table-row;
  margin-top: -1px;
}
.flourish-data-table-container .flourish-data-table .row .cell {
  min-height: 40px;
  display: table-cell;
  background: #fff;
}
.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;
}
.flourish-data-table-container .flourish-data-table .row .cell:last-of-type .cell-inner {
  border-right-width: 1px;
}
.flourish-data-table-container .flourish-data-table .row p {
  font-size: 0.8rem;
  display: inline-block;
  padding: 0px;
  margin: 0px !important;
}
.flourish-data-table-container .flourish-data-table .row:nth-child(1), .flourish-data-table-container .flourish-data-table .row:nth-child(2) {
  z-index: 1;
}
.flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner, .flourish-data-table-container .flourish-data-table .row:nth-child(2) .cell-inner {
  border-width: 1px 0px 1px 1px;
  border-color: inherit;
}
.flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner p, .flourish-data-table-container .flourish-data-table .row:nth-child(2) .cell-inner p {
  font-weight: 500;
}
.flourish-data-table-container .flourish-data-table .row:nth-child(1) .cell-inner {
  align-items: center;
  max-height: 28px;
}

.flourish-data-table-container {
  max-width: none !important;
  font-size: 16px;
  position: relative;
  border: none !important;
}
.flourish-data-table-container a {
  display: flex;
  justify-content: end;
}
.flourish-data-table-container figcaption {
  width: 100%;
  order: 1;
  margin: 20px 0px 0px 0px;
  color: #666;
}
.flourish-data-table-container .flourish-embed, .flourish-data-table-container .flourish-data-table {
  width: 100%;
  margin: 1px 0px 0px 0px;
}

@media only screen and (min-width: 1024px) {
  .flourish-data-table-container .flourish-data-table .row p {
    font-size: 0.85rem;
  }
  .flourish-embed-container, .flourish-data-table-container {
    display: flex;
    flex-direction: column;
  }
  .flourish-embed-container a, .flourish-data-table-container a {
    position: relative;
    display: inline-block;
  }
  .flourish-embed-container a button, .flourish-data-table-container a button {
    margin-top: 10px;
  }
  .flourish-embed-container.auto, .flourish-data-table-container.auto {
    flex-direction: row;
  }
  .flourish-embed-container.auto a, .flourish-data-table-container.auto a {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin: 0px 10px 0px 40px;
  }
  .flourish-embed-container.auto a button, .flourish-data-table-container.auto a button {
    margin: 0px !important;
    position: absolute;
    white-space: nowrap;
    right: calc(100% - 10px);
    bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1020px) {
  .flourish-embed-container.auto a button, .flourish-data-table-container.auto a button {
    right: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .flourish-embed-container.auto figcaption, .flourish-data-table-container.auto figcaption {
    width: calc((100% - 780px) / 2 - 40px);
    margin: 0px 40px 0px 0px;
    order: -1;
  }
}
@media only screen and (min-width: 1024px) {
  .flourish-embed-container.auto .flourish-embed, .flourish-embed-container.auto .flourish-data-table, .flourish-data-table-container.auto .flourish-embed, .flourish-data-table-container.auto .flourish-data-table {
    max-width: 780px;
  }
}
/* Style the inner buttons */
.collapsible {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid black;
  text-align: left;
  outline: none;
  font-size: 0.9rem;
}

.active, .collapsible:hover {
  background-color: #121212;
  color: white;
}

.collapsible-content {
  padding: 18px 18px;
  display: none;
  overflow: hidden;
  background-color: white;
  border: 1px solid black;
}

.collapsible:after {
  content: "+";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "−";
  color: white;
}

.collapsible.active + .collapsible-content {
  display: block;
}

.feature-section {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 65px;
}
.feature-section .row-header {
  display: inline-block;
}
.feature-section .row-header h2 {
  text-align: left;
}
.feature-section .row-visual {
  line-height: 0;
  margin-right: -20px;
}
.feature-section .row-visual.with-shadow {
  margin-left: -20px;
}
.feature-section .row-visual img {
  width: 100%;
}
@media (max-width: 1020px) {
  .feature-section .row-visual video, .feature-section .row-visual img {
    max-width: 110%;
    margin: 0 -40px;
  }
}
.feature-section.text-right {
  text-align: left;
}
.feature-section.text-right .row-visual {
  margin-right: 0;
  margin-left: -20px;
}
.feature-section.text-right .row-visual.with-shadow {
  margin-right: -20px;
}
@media (max-width: 1020px) {
  .feature-section.text-right .row-visual video, .feature-section.text-right .row-visual img {
    max-width: 110%;
    margin: 0px;
  }
}
@media (min-width: 1020px) {
  .feature-section {
    flex-direction: row;
    margin-bottom: 150px;
  }
  .feature-section .row-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
  }
  .feature-section .row-header h2 {
    margin-bottom: 0.5rem;
    font-size: 1.8rem;
    line-height: 1.1;
  }
  .feature-section .row-visual {
    width: 630px;
    margin-right: 0;
  }
  .feature-section.text-right {
    flex-direction: row-reverse;
  }
  .feature-section.text-right .row-visual {
    margin-left: 0;
  }
}

@media (max-width: 1020px) {
  .row.feature-section:last-child {
    padding-bottom: 50px;
  }
}
.row.features-section .row-inner {
  padding-top: 3em;
}
.row.features-section h2 {
  margin-bottom: 1.66em;
}
.row.features-section .features-list {
  padding: 0;
}
.row.features-section .features-list h2 {
  font-weight: 300;
  font-size: 2em;
  margin-bottom: 2em;
}
.row.features-section .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;
}
.row.features-section .features-list li strong {
  display: block;
}
.row.features-section .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;
}
@media (min-width: 420px) {
  .row.features-section .features-list li {
    font-size: 21px;
    padding-left: 110px;
    margin-bottom: 48px;
    padding-right: 0;
  }
  .row.features-section .features-list li i {
    right: auto;
    left: 0;
    width: 90px;
    height: 90px;
    padding-top: 24px;
    font-size: 42px;
  }
}
@media (min-width: 820px) {
  .row.features-section .features-list:after {
    clear: both;
    display: block;
    content: "";
  }
  .row.features-section .features-list li {
    max-width: 50%;
    float: left;
    padding-right: 50px;
    margin-bottom: 60px;
    min-height: 170px;
  }
}
@media (min-width: 1020px) {
  .row.features-section .features-list li {
    font-size: 24px;
    padding-right: 0;
    max-width: 480px;
    padding-right: 50px;
    min-height: 120px;
  }
}
@media (min-width: 1220px) {
  .row.features-section .features-list li {
    max-width: 530px;
  }
}

figure .flourish-embed.flourish-example {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.flourish-embed-container .cta-container {
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  .flourish-embed-container {
    max-width: none !important;
    font-size: 16px;
    position: relative;
    border: none !important;
  }
  .flourish-embed-container .cta-container {
    margin-top: 20px;
  }
  .flourish-embed-container figcaption {
    width: 100%;
    order: 1;
    margin: 20px 0px 0px 0px;
    color: #666;
  }
  .flourish-embed-container .flourish-embed, .flourish-embed-container .flourish-data-table {
    width: 100%;
    margin: 1px 0px 0px 0px;
  }
}
.flourish-grid {
  clear: both;
  margin: 40px 0px;
}
.flourish-grid .grid-container {
  display: grid;
  width: 100%;
  row-gap: 30px;
}
.flourish-grid .grid-container a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}
.flourish-grid .grid-container .btn-secondary {
  margin-top: auto;
  text-align: center;
  align-self: flex-start;
  white-space: nowrap; /* Prevent text from wrapping */
  font-size: 0.9rem;
}
.flourish-grid .grid-item h4 {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1024px) {
  .flourish-grid .grid-item h4 {
    font-size: 1.1em;
  }
}
.flourish-grid .grid-item p {
  margin-bottom: 1rem;
  opacity: 0.7;
}
.flourish-grid .btn {
  margin-top: 1rem;
}
.flourish-grid .grid-container.col-420-1 {
  grid-template-columns: 1fr !important;
}
.flourish-grid .grid-container.col-420-2 {
  grid-template-columns: repeat(2, 1fr) !important;
}
.flourish-grid .grid-container.col-420-3 {
  grid-template-columns: repeat(3, 1fr) !important;
}
.flourish-grid .grid-container.col-420-4 {
  grid-template-columns: repeat(4, 1fr) !important;
}
.flourish-grid .flourish-embed-container {
  margin: 0 !important;
}
.flourish-grid figcaption {
  width: 100% !important;
  order: 1 !important;
  margin: 20px 0px 0px 0px !important;
}
.flourish-grid a button {
  position: absolute !important;
  bottom: calc(100% - 15px) !important;
  right: -7px !important;
}

@media only screen and (min-width: 500px) {
  .flourish-grid .grid-container.col-820-1 {
    grid-template-columns: 1fr !important;
  }
  .flourish-grid .grid-container.col-820-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-5 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-7 {
    grid-template-columns: repeat(7, 1fr) !important;
  }
  .flourish-grid .grid-container.col-820-8 {
    grid-template-columns: repeat(8, 1fr) !important;
  }
}
@media only screen and (min-width: 1024px) {
  .flourish-grid .grid-container {
    column-gap: 40px;
    row-gap: 40px;
  }
  .flourish-grid .grid-item {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .flourish-grid .grid-item:last-child {
    border-right: none;
  }
}
.page .page-content-container .fl-table-of-contents li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page .page-content-container .fl-table-of-contents ul {
    padding-left: 0;
  }
  .page .page-content-container .fl-table-of-contents li {
    background: rgba(239, 239, 239, 0.8);
    border: none;
    margin-right: 20px;
    display: inline-block;
    border-radius: 0.25rem;
  }
  .page .page-content-container .fl-table-of-contents li a {
    text-decoration: none;
    padding: 0 12px;
    display: inline-block;
    line-height: 34px;
    height: 36px;
    font-weight: 400;
  }
  .page .page-content-container .fl-table-of-contents li:hover {
    background: rgb(239, 239, 239);
  }
}

.flourish-3-beats {
  flex-direction: column;
  clear: both;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.flourish-3-beats .grid-item {
  flex-direction: row;
  flex: 1;
  display: flex;
  align-items: flex-start; /* Align items at the start of the flex container */
  text-align: left;
  margin: 20px 0px 0px 0px;
}
.flourish-3-beats .grid-item h4 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-align: center;
  padding-top: 0.5rem;
  text-align: left;
}
.flourish-3-beats .grid-item p {
  margin-top: 0.5em !important;
  margin-bottom: 1em;
  text-align: left;
  font-size: 1rem;
}
.flourish-3-beats .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flourish-3-beats iframe {
  width: 100% !important;
}
.flourish-3-beats .three-beats-icon {
  width: 200px;
  height: 100px;
  overflow: hidden;
  display: block;
  margin-right: 10px; /* Space between icon and text */
  margin-bottom: 0; /* Remove bottom margin in mobile view */
}
.flourish-3-beats .grid-container {
  display: grid;
  width: 100%;
  column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 1024px) {
  .flourish-3-beats {
    margin: 40px 20px 40px 20px;
    flex-direction: row;
  }
  .flourish-3-beats .grid-item {
    margin: 0 60px 0px 0px;
    text-align: center;
    flex-direction: column;
  }
  .flourish-3-beats .grid-item h4 {
    text-align: center;
  }
  .flourish-3-beats .grid-item p {
    margin-top: 0.5rem;
    text-align: center;
  }
  .flourish-3-beats .three-beats-icon {
    margin-left: auto;
    margin-right: auto;
  }
}

.page .page-content-container .fl-usecase-block {
  padding: 0px 0px 20px 0px;
}
.page .page-content-container .fl-usecase-block .feature-section {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.page .page-content-container .fl-usecase-block .feature-section .row-header {
  padding-top: 0;
  max-width: none;
}
.page .page-content-container .fl-usecase-block .feature-section .row-visual {
  position: relative;
  width: 100%;
}
.page .page-content-container .fl-usecase-block .row {
  background: none;
  color: #000;
  border-bottom: none;
  position: relative;
  width: 100%;
}
.page .page-content-container .fl-usecase-block .row-inner .text-right {
  text-align: left !important;
}
.page .page-content-container .fl-usecase-block .row-inner .row-header {
  display: inline-block;
}
.page .page-content-container .fl-usecase-block .row-inner .row-visual {
  margin-top: 30px;
  line-height: 0;
  margin-right: -20px;
}
.page .page-content-container .fl-usecase-block .text-right .row-visual {
  right: auto;
  left: 0;
  margin-left: 0;
}
.page .page-content-container .fl-usecase-block .row-visual {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  height: fit-content;
}

@media only screen and (min-width: 1024px) {
  .page .page-content-container .fl-usecase-block {
    padding: 10px 0px 0px 0px;
  }
  .page .page-content-container .fl-usecase-block .feature-section {
    flex-direction: row;
    margin-bottom: 60px;
  }
  .page .page-content-container .fl-usecase-block .feature-section .row-header {
    display: block;
    flex-direction: column;
    justify-content: top;
    align-items: flex-start;
    max-width: 50%;
    text-align: left;
    padding-right: 20px;
  }
  .page .page-content-container .fl-usecase-block .feature-section .row-header h2 {
    font-size: 1.3rem !important;
    text-align: left !important;
    margin-top: 0;
  }
  .page .page-content-container .fl-usecase-block .feature-section.text-right {
    flex-direction: row-reverse;
  }
  .page .page-content-container .fl-usecase-block .feature-section.text-right .row-header {
    align-items: flex-end;
    padding-left: 20px;
  }
  .page .page-content-container .fl-usecase-block .row-inner .text-right {
    text-align: right;
  }
  .page .page-content-container .fl-usecase-block .row-inner .row-header {
    width: 340px;
  }
  .page .page-content-container .fl-usecase-block .row-inner .row-visual {
    width: 630px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
    margin-top: 60px;
  }
}
body.is-static .dropdown-menu .dropdown-menu-item-wrapper #blog-menu-item:hover {
  background: none;
}
body.is-static #account-menu-blog .btn {
  text-align: center;
}
body.is-static #account-menu-blog .btn.sign-up-link {
  background: black;
  color: white;
  font-weight: 400;
  margin-left: 12px;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
}
body.is-static #account-menu-blog .btn.log-in-link {
  background: white;
  border: 1px solid black;
  font-weight: 400;
}
body.is-static #account-menu-blog .btn.log-in-link:hover {
  background-color: #eeeeee;
}
body.is-static .blog-archive,
body.is-static #page-blog-home,
body.is-static #page-blog {
  line-height: 1.7;
  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 a:link,
body.is-static #page-blog-home a:link,
body.is-static #page-blog a:link {
  text-decoration: none;
}
body.is-static .blog-archive .blog-title,
body.is-static #page-blog-home .blog-title,
body.is-static #page-blog .blog-title {
  font-size: 2rem;
  margin: 1.5em auto 0.5em;
  font-weight: 700;
  line-height: 1.1;
}
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 .blog-filter-container .blog-filter-inner,
body.is-static #page-blog-home .blog-filter-container .blog-filter-inner,
body.is-static #page-blog .blog-filter-container .blog-filter-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.is-static .blog-archive .blog-filter-container .blog-filter-inner,
body.is-static #page-blog-home .blog-filter-container .blog-filter-inner,
body.is-static #page-blog .blog-filter-container .blog-filter-inner {
    flex-direction: row;
  }
}
body.is-static .blog-archive .blog-filter-container .blog-filter-section,
body.is-static #page-blog-home .blog-filter-container .blog-filter-section,
body.is-static #page-blog .blog-filter-container .blog-filter-section {
  position: relative;
}
body.is-static .blog-archive .blog-filter-container p,
body.is-static #page-blog-home .blog-filter-container p,
body.is-static #page-blog .blog-filter-container p {
  width: 100%;
}
body.is-static .blog-archive .blog-filter-container .categories-menu,
body.is-static #page-blog-home .blog-filter-container .categories-menu,
body.is-static #page-blog .blog-filter-container .categories-menu {
  padding-right: 40px;
  margin-left: 0;
}
body.is-static .blog-archive .blog-filter-container .search-section,
body.is-static #page-blog-home .blog-filter-container .search-section,
body.is-static #page-blog .blog-filter-container .search-section {
  position: absolute;
  right: 0;
}
body.is-static .blog-archive .blog-filter-container .search-icon,
body.is-static #page-blog-home .blog-filter-container .search-icon,
body.is-static #page-blog .blog-filter-container .search-icon {
  font-size: 13px;
  position: absolute;
  left: 15px;
  margin-top: 5px;
  pointer-events: none;
}
body.is-static .blog-archive .blog-filter-container #blog-search,
body.is-static #page-blog-home .blog-filter-container #blog-search,
body.is-static #page-blog .blog-filter-container #blog-search {
  height: 24px;
  padding-left: 35px;
  width: 30px;
  border-color: transparent;
  cursor: pointer;
}
body.is-static .blog-archive .blog-filter-container #blog-search:focus,
body.is-static #page-blog-home .blog-filter-container #blog-search:focus,
body.is-static #page-blog .blog-filter-container #blog-search:focus {
  width: 260px;
  border-color: #e1e1e1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 40px;
  margin-top: -18px;
  cursor: default;
}
@media screen and (min-width: 768px) {
  body.is-static .blog-archive .blog-filter-container #blog-search,
body.is-static #page-blog-home .blog-filter-container #blog-search,
body.is-static #page-blog .blog-filter-container #blog-search {
    height: 30px;
  }
  body.is-static .blog-archive .blog-filter-container #blog-search:focus,
body.is-static #page-blog-home .blog-filter-container #blog-search:focus,
body.is-static #page-blog .blog-filter-container #blog-search:focus {
    width: 300px;
    height: 50px;
    margin-top: -10px;
  }
  body.is-static .blog-archive .blog-filter-container .search-icon,
body.is-static #page-blog-home .blog-filter-container .search-icon,
body.is-static #page-blog .blog-filter-container .search-icon {
    margin-top: 10px;
  }
}
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;
  font-size: 0.7rem;
  border: 1px solid #ddd;
  margin: 0 0.05em 0.25em 0;
  padding: 0 10px;
  border-radius: 3px;
}
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 .social-buttons .social-button,
body.is-static #page-blog-home .social-buttons .social-button,
body.is-static #page-blog .social-buttons .social-button {
  color: #121212;
}
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 #121212;
  margin: 0.2em 0;
  background: white;
  cursor: pointer;
  line-height: 1em;
}
body.is-static .blog-archive .social-buttons .social-button.round img,
body.is-static #page-blog-home .social-buttons .social-button.round img,
body.is-static #page-blog .social-buttons .social-button.round img {
  padding-top: 0.55em;
  height: 1.5em;
  width: 1.5em;
}
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 .social-buttons.bottom .social-icon,
body.is-static #page-blog-home .social-buttons.bottom .social-icon,
body.is-static #page-blog .social-buttons.bottom .social-icon {
  height: 1em;
  width: 1em;
}
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;
  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 .row-inner div.btn.cta,
body.is-static #page-blog-home .row-inner div.btn.cta,
body.is-static #page-blog .row-inner div.btn.cta {
  background: #121212 !important;
  border: 1px solid #121212 !important;
  color: white;
}
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 .blog-filter-container,
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 .blog-filter-container,
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 .blog-filter-container,
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 .blog-filter-container,
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 .blog-filter-container,
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 .blog-filter-container,
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.filtered,
body.is-static #page-blog-home .article.filtered,
body.is-static #page-blog .article.filtered {
  display: none;
}
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;
  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: 2rem;
  margin-top: 1em;
}
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.5rem;
}
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: 1rem;
  line-height: 1.5;
  margin-top: 0.5em;
  font-weight: 400;
}
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.125rem;
}
body.is-static .blog-archive .article h4,
body.is-static #page-blog-home .article h4,
body.is-static #page-blog .article h4 {
  font-size: 1rem;
}
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: "Canva Sans Variable";
  font-size: 0.9rem;
  margin-top: 0.5em;
}
@media (max-width: 500px) {
  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-size: 1rem;
  }
}
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 blockquote.vis-econ,
body.is-static #page-blog-home .article blockquote.vis-econ,
body.is-static #page-blog .article blockquote.vis-econ {
  padding: 1.5em 0;
  border-left: none;
}
body.is-static .blog-archive .article blockquote.vis-econ p,
body.is-static #page-blog-home .article blockquote.vis-econ p,
body.is-static #page-blog .article blockquote.vis-econ p {
  font-size: 1.5em;
}
body.is-static .blog-archive .article blockquote.vis-econ .from,
body.is-static #page-blog-home .article blockquote.vis-econ .from,
body.is-static #page-blog .article blockquote.vis-econ .from {
  font-size: 1em;
}
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: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
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: rgb(0, 0, 0);
  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: 0.8rem;
  }
}
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;
  overflow: hidden;
}
body.is-static .blog-archive .article .article-inner .article-header .index-post-link .index-post-image img,
body.is-static #page-blog-home .article .article-inner .article-header .index-post-link .index-post-image img,
body.is-static #page-blog .article .article-inner .article-header .index-post-link .index-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
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: "Canva Sans Variable";
  font-weight: 500;
  float: left;
  padding: 0.1em 0.04em 0 0;
  margin-left: -0.05em;
  line-height: 0.8;
}
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 .info-box,
body.is-static #page-blog-home .article .article-inner .article-entry .info-box,
body.is-static #page-blog .article .article-inner .article-entry .info-box {
  padding: 1em;
  font-size: 1em;
  background: #f4f4f4;
}
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: "Canva Sans Variable";
}
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;
}
@media (max-width: 500px) {
  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 {
    height: 36px;
    line-height: 34px;
  }
}
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.7;
}
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: #efefef;
  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%;
  font-size: 1rem;
}
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;
  background-color: #121212;
  color: white;
}
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: 3em;
  margin-top: 1em;
  line-height: 1.1em;
  font-weight: 700;
  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: 0.9rem;
  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;
}
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;
}
.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-title {
  font-size: 0.9rem;
}
.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 {
  background-color: #121212;
  color: white;
}

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

@media only screen and (min-width: 800px) {
  .slideshow-thumbnails li {
    min-width: 300px !important;
  }
}
.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: 200px;
  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;
}