/* Colours */

:root {
  --orange: #e24d28;
  --green: #3eac49;
  --blue: #009bb6;
  --pink: #dd2c5a;
  --violet: #9c0c5d;
}

/* Helpers */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}


/* Typography */
@font-face {
  font-family: 'fontello';
  src: url('/_assets/fonts/iconfont/fontello.eot');
  src: url('/_assets/fonts/iconfont/fontello.eot#iefix') format('embedded-opentype'), url('/_assets/fonts/iconfont/fontello.woff') format('woff'), url('/_assets/fonts/iconfont/fontello.ttf') format('truetype'), url('/_assets/fonts/iconfont/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
}

.icon-twitter-1:before {
  content: '\f309';
}

/* '' */
.icon-facebook-1:before {
  content: '\f30c';
}

/* '' */
.icon-gplus:before {
  content: '\f30f';
}

/* '' */
.icon-linkedin:before {
  content: '\f318';
}

/* '' */
.icon-search:before {
  content: '🔍';
  color: #000;
}

/* '\1f50d' */
html {
  background-color: #000;
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

body {
  background-color: #fff;
  color: #000;
}

h1,
h2,
h3 {
  text-rendering: optimizeLegibility;
  line-height: 135%;
}

h1 {
  font-size: 2.75em;
  line-height: 130%;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: var(--green);
}

p a {
  border-bottom: 0.1em solid var(--green);
}

.label-heading {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
}

.main-menu+* {
  margin-top: 88px;
}

.box-shadow-menu {
  position: relative;
  padding-left: 2.25em;
}

.box-shadow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.75em;
  height: 0.25em;
  background: white;
  box-shadow: 0 0.5em 0 0 white,
    0 1em 0 0 white;
}

.masthead {
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 28px;
}

.masthead .site-name,
.masthead .site-byline {
  display: none;
}

.masthead.show {
  background-color: #000 !important;
}

.site-logo {
  width: auto;
  height: 28px;
}

.site-logo.show {
  display: inline-block !important;
}

.nav-bar-trigger {
  position: fixed;
  top: 18.66666667px;
  left: 14px;
  height: 28px;
  line-height: 28px;
  z-index: 850;
  border: none;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  border: 0.75em solid #000;
  border-bottom-width: 0.6em;
}

.nav-bar-trigger:hover {
  color: #fff;
}

.nav-bar-trigger:focus {
  outline: none;
}

.nav-search {
  display: none;
}

#main-nav {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#main-nav:target {
  display: block;
  opacity: 1;
}

.nav-bar-trigger.is-open + #main-nav {
  display: block;
  opacity: 1;
}

.main-menu {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 825;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.main-menu::-webkit-scrollbar {
  background: #fff;
}

.main-menu::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  /* should match background, can't be transparent */
  background-color: rgba(50, 50, 50, 0.3);
}

.main-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}

.main-menu a {
  color: #fff;
}

.main-menu h2 {
  font-size: 2em;
  font-weight: bold;
}

.main-menu h3 {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 2em;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.main-menu>ul {
  padding-bottom: 3em;
}

.main-menu>ul>li>ul>li {
  font-size: 2em;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 0.25em;
}

.main-menu .nav-jumbo {
  background-color: #fff;
  color: #000;
  padding: 1em;
}

.main-menu .nav-jumbo a {
  color: #000;
}

.main-menu-blog-img {
  max-width: 300px;
}

@media (min-width: 600px) {
  .main-menu+* {
    margin-top: 102px;
  }

  body.body-homepage .main-menu+div {
    margin-top: 0;
  }

  body.body-homepage .masthead {
    background-color: transparent;
  }

  body.body-homepage .site-logo {
    display: none;
  }

  .site-logo {
    height: 42px;
  }

  .nav-bar-trigger {
    top: 25.45454545px;
  }

  .main-menu-free-thinking-img {
    max-width: 300px;
  }
}

.main-menu+.l-banner .image-overlap img {
  margin-top: -1.5em;
}

.l-banner .image-overlap img {
  margin: -5em auto;
  pointer-events: none;
  max-height: 300px;
}

.l-banner .image-big {
  max-width: 60em;
}

.l-banner .heading-label {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1rem;
}

.l-banner .heading-main {
  margin: 0em auto;
  padding: 0em;
  max-width: 16em;
}

.l-banner .content-text {
  padding: 1em 0 2em 0;
  font-size: 1.2em;
  text-align: left;
  line-height: 150%;
}

.l-banner .call-to-action-container {
  padding-bottom: 2em;
}

.l-banner .content-quote {
  padding-bottom: 2em;
}

.l-banner .content-quote blockquote {
  font-size: 1.5em;
  text-align: left;
  line-height: 150%;
  padding: 1em 0;
  margin: 1em 0;
  position: relative;
}

.l-banner .content-quote blockquote:before {
  content: '“';
  position: absolute;
  font-size: 4em;
  opacity: 0.5;
  top: 0.2em;
  left: 0;
}

.l-banner .content-quote blockquote:after {
  content: '”';
  position: absolute;
  font-size: 4em;
  opacity: 0.5;
  bottom: -0.35em;
  left: 0;
}

.intro-splash {
  display: block;
  padding-bottom: 50%;
  background: #ffffff url('/_assets/img/home/diorama-1800x800.png') center center no-repeat;
  background-size: cover;
}

.home-intro .intro-text {
  font-size: 1.2em;
  line-height: 150%;
  padding-bottom: 2em;
}

.home-intro .call-to-action {
  margin-bottom: 2em;
}

.home-blog-img {
  max-width: 200px;
}

div.home-cta-set {
  max-width: 80em;
}

div.home-cta-set ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

div.home-cta-set ul li {
  width: 28%;
  min-width: 15em;
  display: inline-block;
  text-align: center;
  margin: 2em 1em;
}

div.home-cta-set ul li a {
  display: block;
}

div.home-cta-set ul li a h3 {
  display: inline;
  border-bottom: 0.1em solid var(--green);
}

.intro p:first-child {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 140%;
}

.about-the-author h3 {
  border-bottom: 1px solid;
  padding-bottom: 1em;
}

.home-blog-posts .paging {
  display: none;
}

.post-count {
  font-size: 1.2em;
  font-style: italic;
}

.post-count .number {
  font-style: normal;
  font-weight: bold;
}

.blog-category-filter ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.blog-category-filter ul li {
  display: inline-block;
}

.blog-category-filter ul li .post-count {
  display: none;
}

.blog-category-filter ul li a {
  margin: 0.2em;
}

.blog-category-filter ul li a.category-link-all {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #222222;
  font-weight: bold;
  color: #222222;
}

.blog-category-filter ul li a.category-link-all:hover {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.blog-category-filter ul li a.category-link-articles {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid var(--pink);
  font-weight: bold;
  color: var(--pink);
}

.blog-category-filter ul li a.category-link-articles:hover {
  background-color: var(--pink);
  border-color: var(--pink);
  color: #ffffff;
}

.blog-category-filter ul li a.category-link-notes {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid var(--blue);
  font-weight: bold;
  color: var(--blue);
}

.blog-category-filter ul li a.category-link-notes:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: #ffffff;
}

.blog-category-filter ul li a.category-link-reviews {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid var(--orange);
  font-weight: bold;
  color: var(--orange);
}

.blog-category-filter ul li a.category-link-reviews:hover {
  background-color: var(--orange);
  border-color: var(--orange);
  color: #ffffff;
}

.blog-category-filter ul li a.category-link-street-dreams {
  display: none;
}

ul.hfeed.listing {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /* This aligns items to the end line on main-axis */
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1px solid #fff;
}

ul.hfeed.listing>li {
  position: relative;
  margin: 0;
  padding: 1em 1em 5em;
  text-align: left;
  border-bottom: 1px solid;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20em;
  border: 1px solid #fff;
}

ul.hfeed.listing>li a.read-more {
  position: absolute;
  bottom: 1.5em;
}

ul.hfeed.listing>li a.entry-title:hover {
  border-bottom: 1px solid #fff;
}

ul.hfeed.listing>li .entry-published {
  position: absolute;
  margin: 0;
  top: 1em;
  right: 1em;
  opacity: 0.5;
}

ul.hfeed.listing>li .entry-summary {
  display: none;
}

ul.hfeed.listing>li .post-image {
  display: none;
}

ul.hfeed.listing>li.articles {
  background-color: var(--pink);
  color: #ffffff;
  width: 40em;
}

ul.hfeed.listing>li.articles a {
  color: #ffffff;
}

ul.hfeed.listing>li.articles a.entry-title:visited {
  color: #eeb4c3;
}

ul.hfeed.listing>li.articles a.entry-title:visited:hover {
  color: #ffffff;
}

ul.hfeed.listing>li.articles a.read-more {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
}

ul.hfeed.listing>li.articles a.read-more:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--pink);
}

ul.hfeed.listing>li.articles .entry-summary {
  display: block;
  color: #222;
  max-width: 40em;
}

ul.hfeed.listing>li.articles .post-image {
  display: block;
  height: 12em;
  position: relative;
}

ul.hfeed.listing>li.articles .post-image img {
  max-height: 12em;
  max-width: 12em;
  position: absolute;
  bottom: 0;
}

ul.hfeed.listing>li.notes {
  background-color: var(--blue);
  color: #ffffff;
}

ul.hfeed.listing>li.notes a {
  color: #ffffff;
}

ul.hfeed.listing>li.notes a.entry-title:visited {
  color: #59dff6;
}

ul.hfeed.listing>li.notes a.entry-title:visited:hover {
  color: #ffffff;
}

ul.hfeed.listing>li.notes a.read-more {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
}

ul.hfeed.listing>li.notes a.read-more:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--blue);
}

ul.hfeed.listing>li.notes h2 {
  font-size: 2.5em;
  line-height: 135%;
  margin-top: 0;
}

ul.hfeed.listing>li.reviews {
  background-color: var(--orange);
  color: #ffffff;
}

ul.hfeed.listing>li.reviews a {
  color: #ffffff;
}

ul.hfeed.listing>li.reviews a.entry-title:visited {
  color: #f0bfb3;
}

ul.hfeed.listing>li.reviews a.entry-title:visited:hover {
  color: #ffffff;
}

ul.hfeed.listing>li.reviews a.read-more {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
}

ul.hfeed.listing>li.reviews a.read-more:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--orange);
}

ul.hfeed.listing>li.reviews .post-image {
  display: none;
}

ul.hfeed.listing>li .category-name {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.75em;
  margin-top: 0;
}

ul.hfeed.listing>li .category-name a {
  display: inline-block;
  color: #222;
  border-bottom: 1px solid #fff;
}

ul.hfeed.listing>li .category-name a:hover {
  color: #fff;
}

/* ! POST */
.post .post-heading {
  color: #fff;
  margin-bottom: 6em;
}

.post .post-heading .entry-published {
  margin: 1.5em auto 1em;
}

.post .post-heading .post-title {
  padding: 0.25em 0 1em;
}

.post.articles a {
  color: #000000;
  display: inline-block;
  border-bottom: 1px solid var(--pink);
}

.post.articles a:hover {
  color: var(--pink);
}

.post.articles .post-heading {
  background-color: var(--pink);
}

.post.notes a {
  color: #000000;
  display: inline-block;
  border-bottom: 1px solid var(--blue);
}

.post.notes a:hover {
  color: var(--blue);
}

.post.notes .post-heading {
  background-color: var(--blue);
}

.post.reviews a {
  color: #000000;
  display: inline-block;
  border-bottom: 1px solid var(--orange);
}

.post.reviews a:hover {
  color: var(--orange);
}

.post.reviews .post-heading {
  background-color: var(--orange);
}

.post .post-image {
  margin: 0 auto;
  max-width: 35em;
}

.post .post-image img {
  margin-bottom: -6em;
  max-height: 24em;
}

.post .post-cats {
  font-size: 1em;
  letter-spacing: 0.25em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.post .entry-content {
  text-align: left;
  font-size: 1.2em;
  line-height: 150%;
  color: #333;
}

.post .share-menu {
  margin-top: 5em;
  padding-top: 2em;
  border-top: 1px solid;
}

.post .share-menu ul {
  list-style: none;
  padding-left: 0;
}

.post .share-menu ul li {
  display: inline-block;
  margin: 0.25em 0.5em;
}

.search-blog ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  max-width: 40rem;
}

.search-blog ul li {
  padding: 1em;
  text-align: left;
}

.search-blog ul li .keyword {
  background-color: #a5deaa;
}

.search-form {
  color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
}

.search-form label {
  display: block;
  font-weight: bold;
  width: 90%;
  margin: 0.25em auto 0.05em;
  text-align: left;
  display: none;
}

.search-form input[type=search] {
  border: 6px solid #fff;
  padding: 0.4em 0.2em;
  margin: 0.05em auto 0.75em;
  width: 90%;
  max-width: 35em;
}

.search-form input[type=submit] {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid var(--green);
  font-weight: bold;
  color: var(--green);
  background-color: var(--green);
  color: #fff;
  width: auto;
  margin-top: 1em;
}

.search-form input[type=submit]:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
}

.search-form .is-hidden {
  display: none;
}

.tweet-home .tweet {
  position: relative;
  padding: 0.5em 6em 0.5em 1em;
  background-color: #fff;
  color: #000;
  background: #ffffff url('../img/home/Tweet-Bird.png') 95% 100% no-repeat;
}

.tweet-home .tweet a {
  color: var(--green);
}

.tweet-home .tweet .timestamp {
  display: none;
}

.tweet-home .tweet i.tail {
  position: absolute;
  bottom: -1.35em;
  height: 0px;
  width: 0px;
  border: 10px solid transparent;
  border-top-color: #fff;
}

.tweet-home .tweet-user {
  margin-top: 1em;
}

.tweet-feed .tweet {
  border-top: 1px solid;
}

.tweet-feed .tweet p {
  margin-bottom: 0;
}

.tweet-feed .tweet .timestamp {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 0.75em;
}

body {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  word-wrap: break-word;
}

.l-banner {
  padding: 2em 1em;
}

.l-banner>* {
  margin: 0 auto;
  text-align: center;
  max-width: 36em;
}

.l-banner>*.full-width {
  max-width: none;
  margin: -2em -1em;
}

.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #222222;
  font-weight: bold;
  color: #222222;
}

.call-to-action:hover {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.banner-black {
  background: #000000;
  color: #ffffff;
}

.banner-black a {
  color: #ffffff;
}

.banner-black a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-black a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.banner-orange {
  background: var(--orange);
  color: #ffffff;
}

.banner-orange a {
  color: #ffffff;
}

.banner-orange a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-orange a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--orange);
}

.banner-blue {
  background: var(--blue);
  color: #ffffff;
}

.banner-blue a {
  color: #ffffff;
}

.banner-blue a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-blue a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--blue);
}

.banner-pink {
  background: var(--pink);
  color: #ffffff;
}

.banner-pink a {
  color: #ffffff;
}

.banner-pink a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-pink a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--pink);
}

.banner-green {
  background: var(--green);
  color: #ffffff;
}

.banner-green a {
  color: #ffffff;
}

.banner-green a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-green a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--green);
}

.banner-violet {
  background: var(--violet);
  color: #ffffff;
}

.banner-violet a {
  color: #ffffff;
}

.banner-violet a.call-to-action {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  z-index: 20;
}

.banner-violet a.call-to-action:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: var(--violet);
}

.banner-overlap {
  margin-top: 15%;
}

.banner-overlap .section-image {
  margin-top: -20%;
}

.section-heading {
  font-size: 2em;
}

@media (min-width: 30rem) {
  .section-heading {
    font-size: 3em;
  }
}

.persistent-kath-heart-img {
  max-width: 200px;
}

.persistent-newsletter-signup-img {
  max-width: 200px;
}

.site-footer {
  padding: 2em 1em;
}

.site-footer a {
  color: #000;
}

ul.social-links {
  list-style: none;
  padding: 1em;
}

ul.social-links li {
  display: inline;
}

ul.social-links li a {
  display: inline-block;
  padding: 0.33em 0.5em;
}

ul.social-links li a:hover {
  color: var(--green);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.site-credit {
  color: #ccc;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.site-credit a {
  color: #ccc;
  border: none;
}

.footer-logo {
  padding-bottom: 4em;
  margin-bottom: 0;
  background: transparent url("/_assets/img/brand/sign-post.png") 50% 0 no-repeat;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4 {
  line-height: 130%;
  font-weight: bold;
}

.rte h1 {
  font-size: 2.5em;
}

.rte h2 {
  font-size: 2em;
}

.rte h3 {
  font-size: 1.75em;
}

.rte h4 {
  font-size: 1.25em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.rte h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.rte ul,
.rte ol {
  padding-left: 1em;
}

.rte li {
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.rte ol {
  counter-reset: counter;
  list-style: none;
  position: relative;
}

.rte ol li:before {
  content: counter(counter, decimal-leading-zero) '.';
  counter-increment: counter;
  position: absolute;
  width: 1.5em;
  left: 0em;
  text-align: right;
  font-weight: bold;
  opacity: 0.5;
}

.rte ul>li {
  list-style: none;
  position: relative;
}

.rte ul>li:before {
  content: '•';
  font-size: 2em;
  position: absolute;
  left: -0.25em;
  top: -0.075em;
  opacity: 0.5;
}

.rte ul>li ul {
  list-style: circle;
}

.rte blockquote {
  position: relative;
  margin: 2.5em 0;
  font-style: italic;
}

.rte blockquote:before {
  content: '“';
  position: absolute;
  left: -0.1em;
  top: -0.15em;
  font-size: 4em;
  opacity: 0.5;
}

.rte blockquote:after {
  content: '”';
  position: absolute;
  left: -0.1em;
  bottom: -0.6em;
  font-size: 4em;
  opacity: 0.5;
}

.newsletter-signup a.btn {
  margin-top: 1em;
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid var(--green);
  font-weight: bold;
  color: var(--green);
  background-color: var(--green);
  color: #fff;
  width: auto;
  margin-top: 1em;
}

.newsletter-signup a.button:hover {
  background-color: var(--green);
  border-color: var(--green);
  color: #ffffff;
}

.paging {
  padding: 1em;
  text-align: center;
}

.paging span {
  display: block;
  padding: 0.5em 1em 1em;
}

.paging a {
  display: inline-block;
  padding: 0.75em 1em;
  border: 2px solid #222222;
  font-weight: bold;
  color: #222222;
  color: #222;
  border-color: #222;
  min-width: 100px;
}

.paging a:hover {
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
}

.paging a:hover {
  color: #fff;
  background-color: #222;
}

.tweet-light .tweet-content {
  font-size: 1.5em;
  line-height: 140%;
}

.tweet-light .tweet-content:before {
  content: "“";
}

.tweet-light .tweet-content:after {
  content: "”";
}

.tweet-light .meta {
  font-size: 0.9em;
}

.tweet-light .meta a {
  color: #222;
}
