<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/***  less/main  ***/

/*!
 * Copyright 2013 Go Squared Ltd.
 */
a {
  color: #5b656d;
}
body {
  font: 14px/1.5 Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #5b656d;
  -webkit-font-smoothing: antialiased;
}
.btn {
  padding: 6px 15px;
  border-radius: 5px;
  color: white;
  line-height: 1.5em;
  text-decoration: none;
  /*text-shadow: 0px -1px 0px rgba(0,0,0,0.2);*/

  font-weight: 500;
  background-color: #86a6bd;
  /*.gradient-img(rgba(255,255,255,0.25), rgba(255,255,255,0));*/

  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.btn a {
  color: white;
}
.btn:hover,
.btn:focus {
  color: white;
  background-color: #64849b;
}
.btn:active {
  color: white;
  background-color: #5a7283;
  background-image: none;
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.btn:disabled,
.btn[disabled],
.btn.disabled {
  color: white;
  text-shadow: none;
  cursor: not-allowed;
  background: #969696;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled:hover,
.btn[disabled]:hover,
.btn.disabled:hover {
  background: #969696;
}
.btn:disabled.btn-error,
.btn[disabled].btn-error,
.btn.disabled.btn-error {
  background: #bb2626;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled.btn-error:hover,
.btn[disabled].btn-error:hover,
.btn.disabled.btn-error:hover {
  background: #bb2626;
}
.btn-outline {
  -webkit-box-shadow: inset 0 0 0 1px #286d9f;
  box-shadow: inset 0 0 0 1px #286d9f;
  background: none;
  color: #286d9f;
  text-shadow: none;
}
.btn-large {
  font-size: 16px;
  padding: 10px 26px 8px;
}
.btn-success {
  background-color: #6ec50c;
  /*box-shadow: 0px 1px 0px rgb(95,161,18);*/

}
.btn-success:hover,
.btn-success:focus {
  background-color: #5ead06;
  border-color: #5ead06;
}
.btn-success:active {
  background-color: #539b02;
}
.btn-primary {
  background-color: #286d9f;
  /*box-shadow: 0px 1px 0px rgb(24,77,114);*/

}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1b5a88;
}
.btn-primary:active {
  background-color: #16517b;
}
.btn-error {
  background-color: #bb2626;
  -webkit-box-shadow: 0 1px 0 #661515;
  box-shadow: 0 1px 0 #661515;
}
.btn-error:hover,
.btn-error:focus {
  background-color: #a62222;
}
.btn-error:active {
  background-color: #911d1d;
}
.btn-lighter {
  background-color: #a6c1d6;
}
.btn-darker {
  background-color: #286d9f;
}
.btn-group ul li:first-child .btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  text-align: right;
}
.btn-group ul li:last-child .btn {
  margin-left: -4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  /*background-color: rgb(134, 166,189);*/

  text-align: right;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
table {
  width: 100%;
  margin: 15px 0 30px;
  border-collapse: collapse;
  border-spacing: 0;
}
tr {
  border-bottom: 1px solid #e7eaee;
}
tr:nth-child(even) {
  background: #fafbfc;
}
td,
th {
  vertical-align: top;
  padding: 8px 12px;
}


nav {
  background: white;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px 0;
  /* Navigation Buttons */

}
nav.nav-plain {
  border-bottom: none;
}
nav.nav-plain li {
  display: none;
}
nav.nav-plain .logo {
  display: inline-block;
}
nav .nav-primary {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
nav li {
  list-style: none;
  display: inline;
  line-height: 32px;
  position: relative;
  top: 2px;
  vertical-align: middle;
}
nav .logo {
  display: inline-block;
  width: 154px;
  height: 32px;
  top: 0;
}
nav .logo a {
  display: inline-block;
  background-image: url('logo.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  color: transparent;
  width: 134px;
  height: 32px;
  opacity: 0.9;
  padding: 0 0 0 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  nav .logo a {
    background-image: url("logo@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  nav .logo a {
    background-image: url("logo@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
nav .logo a:hover {
  opacity: 1;
}
nav .account-buttons {
  float: right;
  margin-right: 10px;
  top: 0;
}
nav .account-buttons li {
  top: 0;
}
nav .account-buttons ul {
  margin: 0;
  padding: 0;
}
nav a {
  padding: 0 20px;
  text-decoration: none;
  color: #808b95;
}
nav a:hover {
  color: #5b656d;
}
nav a:active,
nav a:focus {
  color: #444b51;
}
nav a.btn {
  text-align: right;
  padding: 7px 16px;
}


body,
html {
  width: 100%;
  overflow-x: hidden;
}
.hide {
  display: none;
}
#no-js {
  text-align: center;
  background: #fcf8d4;
  padding: 0.5em;
  border-bottom: 1px solid #a3bccd;
}
/* General Layout */
.hero {
  height: 400px;
  overflow: hidden;
  min-width: 960px;
  text-align: center;
}
.hero h3 {
  font-weight: normal;
}
.hero .main-link {
  display: inline-block;
  margin-top: 1em;
}
h1 {
  font-size: 32px;
}
h2 {
  color: #5b656d;
}
.content {
  clear: both;
  width: 960px;
  margin: 0 auto;
  padding: 20px;
}
.feature-row {
  min-height: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
  clear: both;
}
.feature-row h2 {
  margin-bottom: 5px;
}
.feature-row h3 {
  font-weight: 100;
  padding-top: 5px;
  margin-top: 0px;
}
h4.newbadge {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  color: white;
  background-color: #fba617;
  border-radius: 20px;
  display: inline;
  padding: 6px 18px 5px;
}
abbr[title] {
  cursor: help;
}
.sideline {
  display: inline;
  float: left;
  width: 380px;
  margin: 0 10px;
}

.circular-page {
  april: #ff0015;
}
.circular-page nav li.logo a {
  background-image: url('logo_gocircled_02.png');
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .circular-page nav li.logo a {
    background-image: url("logo_gocircled_02@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .circular-page nav li.logo a {
    background-image: url("logo_gocircled_02@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
.circular-page nav &gt; ul &gt; li {
  display: none;
}
.circular-page nav li.logo,
.circular-page nav li.btn-group {
  display: inline;
}
.circular-page nav li.logo.hide,
.circular-page nav li.btn-group.hide {
  display: none;
}
.circular-page section {
  padding-bottom: 50px;
  width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 50px 0;
}
.circular-page section h1,
.circular-page section h2,
.circular-page section h3 {
  text-align: center;
}
.circular-page section h2 {
  font-size: 36px;
  color: #1A1B1C;
  font-weight: 300;
}
.circular-page section h3 {
  font-size: 24px;
  color: #45525C;
  font-weight: 400;
}
.circular-page section h4 {
  font-size: 18px;
  font-weight: 500;
}
.circular-page section p {
  width: 800px;
  margin: 25px auto;
  text-align: left;
}
.circular-page section.a-parody-of-ills {
  margin-top: 80px;
}
.circular-page section.a-parody-of-ills h1 {
  font-size: 48px;
  font-weight: 100;
  color: #415665;
  margin: 0px;
}
.circular-page section.a-parody-of-ills h3 {
  font-size: 24px;
  font-weight: 300;
}
.circular-page section.a-parody-of-ills p {
  width: 600px;
  font-size: 16px;
}
.circular-page .a-floor-display {
  text-align: center;
}
.circular-page .lairds-of-a-ploy ul {
  display: inline-block;
  vertical-align: top;
  width: 390px;
  text-align: center;
  list-style: none;
  padding: 0;
}
.circular-page .lairds-of-a-ploy ul li {
  font-size: 1.8em;
}
.circular-page .dairy-all-of-ops ul,
.circular-page .parasol-of-idyl ul {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  text-align: center;
  list-style: none;
  padding: 0;
}
.circular-page .apiary-of-dolls ul {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  text-align: center;
  list-style: none;
  padding: 0 50px;
}
.circular-page .yo-pillar-of-sad {
  padding-bottom: 100px;
}
footer.foot {
  background-color: #e5ecf1;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  color: #7f8e99;
  /* Story */

  /* Talk to me */

  /* Sitemap */

}
footer.foot .create-account {
  display: inline-block;
  margin-top: 20px;
  color: white;
}
footer.foot .create-account :hover {
  color: white;
}
footer.foot .storysquared {
  width: 556px;
  float: left;
  padding-bottom: 30px;
  padding-right: 96px;
}
footer.foot .talktome {
  width: 218px;
  float: left;
  text-align: left;
  padding-top: 50px;
  padding-left: 70px;
  overflow: hidden;
}
footer.foot .talktome ul {
  list-style: none;
  padding-left: 0;
}
footer.foot .talktome li {
  line-height: 30px;
}
footer.foot .talktome h5 {
  display: inline-block;
}
footer.foot .directemail {
  color: #5396c6;
  font-size: 16px;
  font-weight: 400;
}
footer.foot .button-social {
  width: 120px;
  display: inline-block;
}
footer.foot .sitemap {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid rgba(151, 151, 151, 0.2);
}
footer.foot .sitemap ul {
  vertical-align: top;
  list-style: none;
  display: inline-block;
  padding: 0px;
  width: 196px;
}
footer.foot .sitemap ul:last-child {
  width: 160px;
}
footer.foot a {
  color: #7f8e99;
  text-decoration: none;
}
footer.foot a:hover {
  color: #0d9aff;
}
footer.foot .breadcrumbs {
  float: left;
}
footer.foot .signoff {
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding-top: 50px;
}
footer.foot .signoff .logo {
  display: inline-block;
  background-image: url('logo.png');
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 134px;
  height: 32px;
  opacity: 0.9;
  padding-bottom: 20px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.foot .signoff .logo {
    background-image: url("logo@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.foot .signoff .logo {
    background-image: url("logo@2x.png");
    -webkit-background-size: 134px 32px;
    background-size: 134px 32px;
  }
}
footer.foot .signoff .logo:hover {
  opacity: 1;
}
footer.foot .signoff .copy {
  font-size: 12px;
}
.fb_iframe_widget span {
  vertical-align: baseline !important;
}
</pre></body></html>