/*!
Theme Name: Leonard Cheshire Disability 100 Stories
Theme URI: http://underscores.me/
Author: Ross Wintle/Oikos Digital
Author URI: https://oikos.digital/
Description: Custom theme: Leonard Cheshire Disability 100 Stories, developed by Ross Wintle/Oikos Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onehundredstories
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Leonard Cheshire Disability 100 Stories is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Responsive mixins */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: Khula, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.banner-title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #009A93;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: normal;
  margin: 0 0 1.5rem 0; }

.banner-text {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  color: #009A93;
  font-size: 2rem;
  line-height: 2.3rem;
  font-weight: normal;
  margin: 0 0 6rem 0; }

@media (min-width: 768px) {
  .banner-title {
    font-size: 6rem;
    line-height: 1; }

  .banner-text {
    max-width: 66.666666667%;
    font-size: 3rem;
    line-height: 3.5rem; } }
span.onehundred {
  display: inline-block;
  width: auto;
  height: 100%;
  color: transparent;
  background: url(images/100-mono.svg) no-repeat center;
  background-size: contain; }

.small-blue-title {
  margin: 0.5rem 0;
  color: #0080C9;
  font-weight: normal; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.clearfix:after {
  display: block;
  content: "";
  clear: both; }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#banner {
  max-height: 500px;
  transition: opacity 0.3s, max-height 0.3s 0.3s; }
  #banner.collapsed {
    opacity: 0;
    max-height: 0; }

#page {
  padding: 30px 20px 0 20px; }

#content {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 95px; }

.home #main-container, .archive #main-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ede0ce+26,efbb6e+53,d17f95+78,d21a4d+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, white 0%, #ede0ce 26%, #efbb6e 53%, #d17f95 78%, #d21a4d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, white 0%, #ede0ce 26%, #efbb6e 53%, #d17f95 78%, #d21a4d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, #ede0ce 26%, #efbb6e 53%, #d17f95 78%, #d21a4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d21a4d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }
.home #page, .archive #page {
  background: url(images/hatching-trans.png) center repeat; }
.home #content, .archive #content {
  padding-top: 188px; }

#content {
  opacity: 1;
  transition: opacity 0.5s; }

#main-container {
  transition: background 0.5s; }

#footer-container {
  opacity: 1;
  transition: opacity 0.5s; }

.turbolinks-loading #content {
  opacity: 0; }
.turbolinks-loading #main-container {
  background: white;
  /* Old browsers */ }
.turbolinks-loading #footer-container {
  opacity: 0; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s; }

.site-header-inner {
  max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1100px) {
    .site-header-inner {
      padding-left: 0;
      padding-right: 0; } }

body:not(.home):not(.archive) .site-header {
  background-color: #FFF; }
body:not(.home):not(.archive) .fix-nav .site-branding {
  padding-bottom: 0;
  border-bottom: 0 none; }

.site-title {
  display: block;
  width: 183px;
  height: 76px;
  background: center no-repeat;
  background-image: url(images/logo.png);
  background-image: url(images/logo.svg);
  background-size: 100%;
  margin: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  .site-title a {
    display: block;
    width: 100%;
    height: 100%; }

.fix-nav, .white-nav {
  background-color: white;
  transition-delay: 0s; }
  .fix-nav #category-navigation, .white-nav #category-navigation {
    background-color: transparent; }
  .fix-nav .mobile-navigation, .white-nav .mobile-navigation {
    background-color: transparent; }

#footer-container {
  background-color: #595959;
  margin-left: -20px;
  margin-right: -20px;
  color: #FFF;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  #footer-container a {
    color: #FFF;
    text-decoration: underline; }
    #footer-container a:hover, #footer-container a:focus, #footer-container a:active {
      color: #FFF;
      text-decoration: none; }

#colophon {
  max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #595959;
  padding: 1rem 0; }

.footer-column {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 2rem; }

@media (min-width: 768px) {
  .footer-column {
    width: 33.3333333333%;
    float: left;
    overflow: hidden; } }
.footer-logo {
  height: 150px; }
  .footer-logo a {
    display: block;
    width: 50%;
    max-width: 200px;
    height: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url(images/logo-full-white.svg) left top no-repeat;
    background-size: contain; }

#footer-menu {
  font-size: 1.25rem;
  line-height: 1; }
  #footer-menu ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer-menu ul li {
      display: block;
      padding: 0;
      margin: 0; }
    #footer-menu ul a {
      display: block;
      padding: 0.2rem 0;
      border-top: 1px solid #FFF;
      text-decoration: none;
      color: #FFF; }
    #footer-menu ul li:last-child a {
      border-bottom: 1px solid #FFF; }

#footer-info-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  #footer-info-menu ul li {
    display: inline-block;
    padding: 0 0.5em 0 0;
    margin: 0 0.5em 0 0;
    border-right: 1px solid #FFF;
    line-height: 1; }
    #footer-info-menu ul li:last-child {
      border-right: 0 none;
      margin-right: 0;
      padding-right: 0; }
  #footer-info-menu ul a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    line-height: 1; }
    #footer-info-menu ul a:hover, #footer-info-menu ul a:active, #footer-info-menu ul a:focus {
      color: #FFF;
      text-decoration: underline; }

.site-info {
  font-size: 0.8rem; }
  .site-info p {
    margin: 0 0 1rem 0; }

.home .site-header, .archive .site-header {
  margin-bottom: 4rem; }
.home #article-wrapper > article > a, .archive #article-wrapper > article > a {
  display: block;
  text-decoration: none; }
  .home #article-wrapper > article > a:hover, .home #article-wrapper > article > a:active, .home #article-wrapper > article > a:focus, .archive #article-wrapper > article > a:hover, .archive #article-wrapper > article > a:active, .archive #article-wrapper > article > a:focus {
    cursor: pointer;
    text-decoration: none; }
.home .article-block, .archive .article-block {
  float: left; }
.home article, .archive article {
  color: #FFF;
  position: relative;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  margin-top: 2em;
  margin-bottom: 2em; }
  .home article .number, .archive article .number {
    display: block;
    position: absolute;
    top: -17px;
    left: 17px;
    font-family: Khula, sans-serif;
    font-size: 0.8rem;
    transform: rotate(-45deg);
    transform-origin: center;
    font-weight: bold;
    z-index: 2000; }
  .home article .entry-header, .archive article .entry-header {
    padding: 0 20px 20px 20px; }
  .home article .entry-title, .archive article .entry-title {
    margin-top: 0.7rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.2; }
    .home article .entry-title p, .archive article .entry-title p {
      margin: 0; }
  .home article .entry-footer, .archive article .entry-footer {
    margin: 0 20px;
    margin-bottom: 0.5rem;
    border-top: 1px solid #FFF;
    font-style: italic; }
  .home article a, .archive article a {
    color: #FFF;
    text-decoration: none;
    background-color: #D21A4D;
    transition: background-color 0.3s; }
    .home article a:hover, .home article a:active, .home article a:focus, .archive article a:hover, .archive article a:active, .archive article a:focus {
      color: #FFF;
      text-decoration: none; }
  .home article > a:before, .archive article > a:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    border-width: 0 0 2rem 2rem;
    border-style: solid;
    border-color: #a5143c transparent;
    transition: border-color 0.3s;
    z-index: 1000; }
  .home article > a:after, .archive article > a:after {
    content: "";
    position: absolute;
    border-width: 1rem;
    border-color: #D21A4D;
    border-style: solid;
    top: -2em;
    right: 0;
    left: 2em;
    transition: border-color 0.3s; }
  .home article .article-image img, .archive article .article-image img {
    display: block; }
.home .story-layout-top .article-image, .archive .story-layout-top .article-image {
  width: 100%; }
@media (min-width: 768px) {
  .home article, .archive article {
    width: 30.333333333%;
    margin-left: 1.5%;
    margin-right: 1.5%; }
  .home .story-layout-wide, .archive .story-layout-wide {
    width: 63.6666666667%; }
  .home .story-layout-right, .archive .story-layout-right {
    width: 63.6666666667%; }
    .home .story-layout-right .entry-header, .archive .story-layout-right .entry-header {
      display: inline-block;
      width: 50%; }
    .home .story-layout-right .entry-footer, .archive .story-layout-right .entry-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: calc(100% - 20px); }
    .home .story-layout-right .article-image, .archive .story-layout-right .article-image {
      display: inline-block;
      width: 50%;
      float: right;
      position: relative; }
  .home .story-layout-onehundredth a, .archive .story-layout-onehundredth a {
    background-color: #FFF !important;
    color: #009A93;
    transition: color 0.3s; }
    .home .story-layout-onehundredth a .number, .archive .story-layout-onehundredth a .number {
      display: block;
      width: 42.4px;
      height: 24.2px;
      top: -20px;
      left: 20px;
      background: url(images/100.svg) center no-repeat;
      background-size: contain;
      transform: none;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      transition: opacity 0.3s; }
    .home .story-layout-onehundredth a .entry-footer, .archive .story-layout-onehundredth a .entry-footer {
      border-top: 1px solid #009A93;
      transition: border-top 0.3s; }
    .home .story-layout-onehundredth a:hover, .home .story-layout-onehundredth a:active, .home .story-layout-onehundredth a:focus, .archive .story-layout-onehundredth a:hover, .archive .story-layout-onehundredth a:active, .archive .story-layout-onehundredth a:focus {
      background-color: #FFF;
      color: #80CCC9; }
      .home .story-layout-onehundredth a:hover .entry-footer, .home .story-layout-onehundredth a:active .entry-footer, .home .story-layout-onehundredth a:focus .entry-footer, .archive .story-layout-onehundredth a:hover .entry-footer, .archive .story-layout-onehundredth a:active .entry-footer, .archive .story-layout-onehundredth a:focus .entry-footer {
        border-top: 1px solid #80CCC9; }
      .home .story-layout-onehundredth a:hover .number, .home .story-layout-onehundredth a:active .number, .home .story-layout-onehundredth a:focus .number, .archive .story-layout-onehundredth a:hover .number, .archive .story-layout-onehundredth a:active .number, .archive .story-layout-onehundredth a:focus .number {
        opacity: 0.5; }
    .home .story-layout-onehundredth a:before, .archive .story-layout-onehundredth a:before {
      border-color: #FFF !important; }
    .home .story-layout-onehundredth a:after, .archive .story-layout-onehundredth a:after {
      border-color: #FFF !important; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-navigation {
  display: none; }

.category-navigation {
  display: block;
  max-height: 0;
  transition: max-height 0.1s;
  overflow: hidden; }

.mobile-navigation {
  max-height: 0;
  transition: max-height 1s;
  transition-delay: 0;
  overflow: hidden; }
  .mobile-navigation.toggled {
    max-height: 400px; }

.menu-toggle {
  display: block; }

@media (min-width: 768px) {
  .top-navigation {
    display: block; }

  .category-navigation.toggled {
    max-height: 200px;
    transition-delay: 0.1s; }

  .mobile-navigation,
  .menu-toggle {
    display: none; } }
.top-navigation {
  position: absolute;
  top: 30px;
  right: 20px;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  font-size: 1.3rem; }
  @media (min-width: 1100px) {
    .top-navigation {
      right: 0; } }
  .top-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .top-navigation ul li:hover > ul,
    .top-navigation ul li.focus > ul {
      left: auto; }
  .top-navigation li {
    display: inline-block;
    position: relative; }
  .top-navigation a {
    display: inline-block;
    text-decoration: none;
    color: #009A93;
    padding: 0.5rem 0.7rem;
    line-height: 1; }
  .top-navigation .highlighted > a {
    background-color: #009A93;
    color: #FFF; }

#category-navigation {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  font-size: 1.3rem; }
  #category-navigation ul {
    display: block;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    #category-navigation ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #category-navigation ul li a {
        display: inline-block;
        color: #595959;
        text-decoration: none;
        padding: 0.8rem 1.5rem; }

.mobile-navigation {
  background: #FFF;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif; }
  .mobile-navigation ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mobile-navigation ul li {
      display: block;
      margin: 0;
      padding: 0; }
      .mobile-navigation ul li a {
        display: block;
        padding: 0.5rem 1.5rem;
        text-decoration: none;
        color: #404040; }
        .mobile-navigation ul li a:active, .mobile-navigation ul li a:hover, .mobile-navigation ul li a:focus {
          text-decoration: none; }

.menu-toggle {
  height: 28px;
  width: 38px;
  position: absolute;
  top: 30px;
  right: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  padding: 20px 0;
  background: url(images/menu-toggle.svg) center no-repeat;
  background-size: 100%;
  border: 0 none;
  -webkit-appearance: none; }
  .menu-toggle:focus, .menu-toggle:hover, .menu-toggle:active {
    outline: none; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Social icons
--------------------------------------------------------------*/
/*
 * Styles for social icons - note that icons themselves are defined in Grunticons in /icons
 */
.social-icons ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .social-icons ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 0.7rem 0 0; }
  .social-icons ul a {
    display: block;
    float: left;
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.entry-header {
  overflow: hidden;
  position: relative; }

.entry-title {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.05;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .entry-title {
      font-size: 3rem; } }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }
  @media (min-width: 768px) {
    .page-content,
    .entry-content,
    .entry-summary {
      font-size: 1.2rem; } }

.pullquote {
  margin-top: 2.5rem;
  color: #0080C9;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 24px 0;
  position: relative; }
  .pullquote:before, .pullquote:after {
    display: block;
    content: '';
    width: 32px;
    height: 24px;
    background-size: 100%;
    background-image: url(images/blue-quote.svg);
    position: absolute;
    top: 0;
    left: 0; }
  .pullquote:after {
    top: auto;
    bottom: 0;
    transform: rotate(180deg); }

@media (min-width: 768px) {
  .entry-content {
    width: 60%;
    padding-right: 1rem;
    float: left; }

  .pullquote {
    width: 40%;
    padding-left: 1rem;
    float: left; }
    .pullquote:before, .pullquote:after {
      left: 1rem; } }
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.post-nav {
  overflow: hidden;
  margin-bottom: 2.5rem; }

.post-nav a,
.story-close {
  display: block;
  line-height: 2.8rem;
  font-size: 1rem;
  color: #595959;
  position: relative;
  text-decoration: none; }
  .post-nav a:hover, .post-nav a:active, .post-nav a:focus, .post-nav a:visited,
  .story-close:hover,
  .story-close:active,
  .story-close:focus,
  .story-close:visited {
    color: #595959;
    text-decoration: underline; }
  @media (max-width: 767px) {
    .post-nav a,
    .story-close {
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      width: 2.5rem;
      height: 2.5rem; } }
  .post-nav a:before,
  .story-close:before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(images/next-prev-arrow.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .post-nav a[rel="prev"],
  .story-close[rel="prev"] {
    float: left;
    padding-left: 3rem; }
  .post-nav a[rel="next"],
  .story-close[rel="next"] {
    float: right;
    padding-right: 3rem; }
    .post-nav a[rel="next"]:before,
    .story-close[rel="next"]:before {
      left: auto;
      right: 0;
      transform: rotate(180deg); }

.story-close {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2.3rem;
  padding-right: 3rem; }
  .story-close:before {
    width: 2rem;
    height: 2rem;
    background-image: url(images/cross.svg);
    left: auto;
    right: 0; }

@media (min-width: 768px) {
  .post-title-wrapper {
    width: 60%;
    padding-right: 1rem;
    float: left;
    position: relative; } }

@media (min-width: 768px) {
  .post-meta-wrapper {
    width: 40%;
    padding-left: 1rem;
    float: left; } }

.entry-standfirst {
  color: #595959;
  font-size: 1rem;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  line-height: 1.3; }
  @media (min-width: 768px) {
    .entry-standfirst {
      font-size: 1.5rem; } }

@media (min-width: 768px) {
  .entry-meta {
    width: 40%;
    position: absolute;
    bottom: 0; } }

.entry-meta-item {
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
  padding: 0.1rem 0 0.6rem 0;
  border-top: 1px solid #404040; }
  .entry-meta-item p {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  .entry-meta-item .social-icons {
    margin-top: 0.5rem; }

.entry-meta-item:last-child {
  border-bottom: 1px solid #404040; }

.post-categories {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-categories li {
    display: inline-block;
    margin: 0;
    padding: 0 0.5rem 0 0; }
  .post-categories a, .post-categories a:focus, .post-categories a:active, .post-categories a:hover {
    display: block;
    padding: 0.2rem;
    line-height: 1;
    color: #FFF;
    text-decoration: none;
    background-color: #009A93; }

.entry-image {
  margin-top: 1em; }

.related-stories {
  margin-bottom: 2.5rem;
  border-top: 1px solid #595959; }
  .related-stories .related-stories-inner {
    margin-left: -1.5%;
    margin-right: -1.5%; }
  .related-stories article {
    color: #FFF;
    position: relative;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", serif;
    margin-top: 2.5rem; }
    .related-stories article .number {
      display: block;
      position: absolute;
      top: -17px;
      left: 17px;
      font-family: Khula, sans-serif;
      font-size: 0.8rem;
      transform: rotate(-45deg);
      transform-origin: center;
      font-weight: bold;
      z-index: 2000; }
    .related-stories article .entry-header {
      padding: 0 20px 20px 20px; }
    .related-stories article .entry-title {
      margin-top: 0.7rem;
      font-size: 1.5rem;
      font-weight: normal;
      line-height: 1.2; }
      .related-stories article .entry-title p {
        margin: 0; }
    .related-stories article .entry-footer {
      margin: 0 20px;
      margin-bottom: 0.5rem;
      border-top: 1px solid #FFF;
      font-style: italic; }
    .related-stories article a {
      color: #FFF;
      text-decoration: none;
      background-color: #D21A4D;
      transition: background-color 0.3s; }
      .related-stories article a:hover, .related-stories article a:active, .related-stories article a:focus {
        color: #FFF;
        text-decoration: none; }
    .related-stories article > a:before {
      content: "";
      position: absolute;
      top: -2rem;
      left: 0;
      border-width: 0 0 2rem 2rem;
      border-style: solid;
      border-color: #a5143c transparent;
      transition: border-color 0.3s;
      z-index: 1000; }
    .related-stories article > a:after {
      content: "";
      position: absolute;
      border-width: 1rem;
      border-color: #D21A4D;
      border-style: solid;
      top: -2em;
      right: 0;
      left: 2em;
      transition: border-color 0.3s; }
    .related-stories article > a {
      display: block;
      background-color: #0080C9; }
      .related-stories article > a:before {
        border-color: #339BD4 transparent; }
      .related-stories article > a:after {
        border-color: #0080C9; }
      .related-stories article > a:hover, .related-stories article > a:active, .related-stories article > a:focus {
        background-color: #80C1E4; }
        .related-stories article > a:hover:before, .related-stories article > a:active:before, .related-stories article > a:focus:before {
          border-color: #0080C9 transparent; }
        .related-stories article > a:hover:after, .related-stories article > a:active:after, .related-stories article > a:focus:after {
          border-color: #80C1E4; }
    @media (min-width: 768px) {
      .related-stories article {
        width: 30.3333333333%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        float: left; } }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
