/*
Theme Name: Fatherhood Global
Theme URI: http://fatherhood.global
Description: Blog theme for Fatherhood Global
Author: Proper Design
Author URI: http://properdesign.rs
Version: 1.0
Tags:

*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
.proper_contact_form_wrap textarea,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
html .proper_contact_form_wrap textarea[type="button"],
.proper_contact_form_wrap html textarea[type="button"],
input[type="reset"],
.proper_contact_form_wrap textarea[type="reset"],
input[type="submit"],
.proper_contact_form_wrap textarea[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
html .proper_contact_form_wrap textarea[disabled],
.proper_contact_form_wrap html textarea[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner,
.proper_contact_form_wrap textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input, .proper_contact_form_wrap textarea {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], .proper_contact_form_wrap textarea[type="checkbox"],
input[type="radio"],
.proper_contact_form_wrap textarea[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, .proper_contact_form_wrap textarea[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
.proper_contact_form_wrap textarea[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"], .proper_contact_form_wrap textarea[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, .proper_contact_form_wrap textarea[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
.proper_contact_form_wrap textarea[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Fixes */
.chromeframe {
  position: absolute;
  top: 0;
}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder, .proper_contact_form_wrap textarea:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.group:after, .grid:after, .hero-wrapper:after, .teaser-content:after, .cat-nav-wrapper:after, .cat-nav-list:after, .sharing-links-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.balance-text, .big-title, .page-title, .article-title, .profile-header .author-name {
  text-wrap: balanced;
}

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font-family: "Roboto", sans-serif;
  font-size: 0.8em;
  line-height: 1.4;
  color: #405d64;
}
@media screen and (min-width: 42em) {
  body {
    font-size: 1.2em;
  }
}

h1, h2, h3 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

svg {
  fill: currentColor;
  vertical-align: text-bottom;
}

.svg-link, .site-header h1 a, .social-link,
.social-link:visited,
.licence,
.licence:visited, .sharing-link,
.sharing-link:visited {
  display: block;
  position: relative;
  border-radius: 2em;
}
.svg-link:before, .site-header h1 a:before, .social-link:before,
.social-link:visited:before,
.licence:before,
.licence:visited:before, .sharing-link:before,
.sharing-link:visited:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a {
  color: #3781c3;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #8237c3;
}

a > svg {
  pointer-events: none;
}

/*  j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #3781c3;
}

.button, .cat-link-wrapper a,
.button:visited,
.cat-link-wrapper a:visited,
a.button,
.cat-link-wrapper a,
a.button:visited,
.cat-link-wrapper a:visited {
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.75em;
  background: rgba(64, 93, 100, 0.7);
  border: solid thin;
  color: white;
  text-decoration: none;
}
.button:hover, .cat-link-wrapper a:hover,
.button:visited:hover,
.cat-link-wrapper a:visited:hover,
a.button:hover,
.cat-link-wrapper a:hover,
a.button:visited:hover,
.cat-link-wrapper a:visited:hover {
  background: #405d64;
  text-decoration: none;
}

.proper_contact_form_wrap input, .proper_contact_form_wrap textarea {
  width: 100%;
}
.proper_contact_form_wrap textarea {
  border-color: #C1C1C1;
}
.proper_contact_form_wrap .form_field_wrap {
  margin-bottom: 1em;
}
.proper_contact_form_wrap input[type=submit], .proper_contact_form_wrap textarea[type=submit] {
  padding: 0.5em;
  border: 0;
  width: 100% !important;
  background: #405d64;
  color: white;
  padding: 1em 2em;
  text-transform: uppercase;
  letter-spacing: 1em;
}

.main-column, .page-content, .team-profiles, .entry-content, .author-card, .article-references, .article-pubdate, #disqus_thread {
  padding: 1rem 2rem;
  margin: 0 auto 2rem;
  width: 100%;
  max-width: 40em;
  background: white;
}

.site-wrapper {
  margin: 0 auto;
}

.grid-wrapper {
  max-width: 80rem;
  margin: 0 auto;
}

.grid-header {
  padding: 1rem;
}

.grid, .hero-wrapper {
  margin: 0.5em;
}

.grid > *, .hero-wrapper > * {
  float: left;
  padding: 0.5em;
  width: 100%;
}
@media screen and (min-width: 68em) {
  .grid > *, .hero-wrapper > * {
    width: 33.33333%;
  }
  .grid > *:nth-child(3n+1), .hero-wrapper > *:nth-child(3n+1) {
    clear: left;
  }
}

.grid .thumbnail, .hero-wrapper .thumbnail {
  width: 100%;
  height: auto;
  display: block;
}

.flexbox .grid, .flexbox .hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.big-head, .article-header, .profile-header {
  position: relative;
  z-index: 1;
}

.entry-content {
  position: relative;
  z-index: 2;
}

.site-nav {
  z-index: 3;
}

.modal-wrapper {
  z-index: 4;
}

.site-header-wrapper {
  background: #405d64;
}

.site-header {
  position: relative;
  padding: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 42em) {
  .site-header {
    text-align: left;
  }
}

.site-header h1 {
  font-size: 1rem;
  margin: 0;
}
.site-header h1 a {
  display: inline-block;
  color: white;
}

.tagline {
  color: white;
  font-style: italic;
  font-size: 0.9em;
  margin-top: 1em;
}

#header-logo {
  display: block;
  fill: white;
  width: 10.5em;
}
@media screen and (min-width: 42em) {
  #header-logo {
    width: 16em;
  }
}

.site-footer-wrapper {
  text-align: center;
  margin-top: 2em;
}

.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logos a {
  padding: 1em;
}
@media screen and (min-width: 42em) {
  .footer-logos a {
    padding: 1.5em;
  }
}
@media screen and (min-width: 68em) {
  .footer-logos a {
    padding: 2em;
  }
}
.footer-logos img {
  max-width: 100%;
  height: auto;
}

.footer-subscribe-wrapper {
  background: #bac8cd;
}

.subscribe-form-wrapper {
  max-width: 80rem;
  padding: 2em;
  margin: 0 auto;
  text-align: center;
}

.site-nav-wrapper {
  background: #62757a;
  text-align: center;
  font-size: 1em;
}
@media screen and (min-width: 42em) {
  .site-nav-wrapper {
    font-size: 0.8em;
    text-align: right;
  }
}

.menu-link, .menu-item a, .menu-toggle {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding: 0.5em;
}
.menu-link:hover, .menu-item a:hover, .menu-toggle:hover {
  background: #405d64;
}

.site-nav ul {
  list-style: none;
  margin: 0 auto;
  max-width: 80rem;
  padding: 0;
  display: block;
}

.menu-item {
  display: inline-block;
  flex-shrink: 0;
}
.menu-item + .menu-item {
  margin-left: 0.5em;
}

.current-menu-item a {
  background: #405d64;
}

.menu-toggle {
  cursor: pointer;
  display: none;
}

.squish-ready.too-small .menu-toggle {
  background: transparent;
  display: block;
}

.squish-ready.too-small .site-nav {
  position: relative;
}

.squish-ready.too-small ul {
  width: 100%;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  background: #62757a;
  position: absolute;
}

.squish-ready.too-small .menu-item {
  display: block;
  margin: 0;
}
.squish-ready.too-small .menu-item a {
  display: block;
}

.squish-ready.too-small.is-open ul {
  max-height: 60em;
  transition: 1s;
}

.social-links {
  vertical-align: middle;
}

.social-link,
.social-link:visited,
.licence,
.licence:visited {
  display: inline-block;
  background: #7a9299;
  color: white;
  border-radius: 50%;
  margin-left: 0.2em;
}
.social-link svg,
.social-link:visited svg,
.licence svg,
.licence:visited svg {
  padding: 0.4em;
  height: 2em;
  width: 2em;
}

a.subscribe:hover {
  background-color: #c63710;
}

a.twitter:hover {
  background-color: #52B1FF;
}

a.facebook:hover {
  background-color: #3F5AA6;
}

a.licence:hover {
  background-color: #c63710;
}

.header-social-links-wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 42em) {
  .header-social-links-wrapper {
    position: absolute;
    padding: 0.5rem;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.footer-social-links {
  background: #405d64;
  padding: 1em;
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0.5em 0.5em -0.5em 0.5em;
}
.hero-wrapper main {
  padding: 0.5em;
  width: 100%;
}
.hero-wrapper article {
  width: 100%;
}
@media screen and (min-width: 68em) {
  .hero-wrapper {
    flex-direction: row-reverse;
  }
  .hero-wrapper main {
    float: right;
    width: 33.33333%;
    padding: 0 1.5em 0.5em 1em;
  }
  .hero-wrapper article {
    width: 66.66667%;
  }
}
.hero-wrapper a:hover {
  text-decoration: none;
}

.hero-teaser {
  position: relative;
  background-size: cover;
  padding: 1em 1em 12em 1em;
}
@media screen and (min-width: 68em) {
  .hero-teaser {
    padding: 1em;
  }
}

.hero-teaser-content {
  color: white;
  background: rgba(98, 117, 122, 0.5);
  padding: 1em;
}
@media screen and (min-width: 68em) {
  .hero-teaser-content {
    max-width: 30em;
  }
}

.hero-teaser-title {
  text-transform: uppercase;
  font-size: 2em;
  margin: 0;
}

.teaser-wrapper {
  background-clip: content-box;
  color: white;
  background-color: #bac8cd;
}
.teaser-wrapper.article {
  background-color: #405d64;
}

.teaser a {
  color: currentColor;
  text-decoration: none;
}
.teaser img {
  display: block;
}

.teaser-content {
  padding: 1em;
}

.teaser-title {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}

.teaser-author,
.teaser-date {
  font-size: 0.8em;
  font-style: italic;
}

.cat-nav-wrapper {
  background: #62757a;
  padding: 0.5rem;
  border-bottom: solid thin white;
}
@media screen and (min-width: 42em) {
  .cat-nav-wrapper {
    padding: 0.5rem 0.5rem 0;
  }
}

.cat-nav {
  max-width: 80rem;
  margin: 0 auto;
}

.cat-nav-list {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 42em) {
  .cat-nav-list {
    display: flex;
  }
}

.cat-nav-list-item {
  display: block;
  font-size: 0.8em;
}
.cat-nav-list-item a {
  display: block;
  width: 100%;
  background: #62757a;
  color: white;
  padding: 0.5rem;
}
.cat-nav-list-item a:hover {
  background-color: #7a9299;
  text-decoration: none;
}
@media screen and (min-width: 42em) {
  .cat-nav-list-item {
    padding: 0.5rem 0.5rem 0;
    width: 33.33333%;
    display: flex;
  }
  .cat-nav-list-item a {
    padding: 1rem 1rem;
  }
}

.cat-nav-list-item.current a {
  background: white;
  color: #405d64;
  font-weight: bold;
}

.cat-link-wrapper {
  display: flex;
}
.cat-link-wrapper a {
  padding: 0;
}

.cat-link-image {
  display: block;
  width: 100%;
  height: auto;
}

.cat-link-title {
  padding: 0.5em 0.75em;
  margin: 0;
  color: white;
  text-transform: uppercase;
}

.modal-wrapper {
  display: none;
}

.modal-wrapper.is-open {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  padding: 2em 2em 4em;
}

.modal {
  position: relative;
  width: 40em;
  max-width: 100%;
  padding: 1em 1em 4em;
  margin: 0 auto;
  border: solid thin white;
  color: #405d64;
  background: white;
}
.modal h1 {
  margin-top: 0;
}

.modal-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}

.related-articles-title {
  text-align: center;
}

.blackbox, .byline-wrapper, .article-title, .profile-header .author-name, .profile-header .author-job {
  padding: 1rem;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  flex-grow: 1;
}
.blackbox a, .byline-wrapper a, .article-title a, .profile-header .author-name a, .profile-header .author-job a {
  color: white;
  text-decoration: none;
}

.big-head, .article-header, .profile-header {
  position: relative;
  text-align: center;
  background: #bac8cd;
  background-position: center top;
  background-size: cover;
  padding: 1em;
  overflow: hidden;
  color: white;
}
.big-head a, .article-header a, .profile-header a {
  text-decoration: none;
  color: white;
}

.big-title, .page-title, .article-title, .profile-header .author-name {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 42em) {
  .big-title, .page-title, .article-title, .profile-header .author-name {
    font-size: 2em;
    max-width: 40rem;
    margin: auto;
  }
}
@media screen and (min-width: 68em) {
  .big-title, .page-title, .article-title, .profile-header .author-name {
    font-size: 2.5em;
  }
}

.nav-links {
  text-align: center;
}
.nav-links * {
  display: inline-block;
}
.nav-links a {
  padding: 0.5em;
}

.page-header {
  text-align: center;
  border-bottom: solid thin;
  color: white;
  background-color: #405d64;
  overflow: hidden;
}

.page-title {
  padding: 0.5em;
}

.page-content p:first-child {
  font-weight: bold;
  font-size: 1.2em;
}

.partners .partner img {
  max-height: 4em;
  width: auto;
}

.team-profiles {
  padding-right: 1em;
  padding-left: 1em;
  display: flex;
  flex-wrap: wrap;
}

.team-profile {
  width: 50%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.team-profile img {
  width: 100%;
  height: auto;
}
.team-profile .team-name {
  margin: 0;
}
.team-profile p {
  font-size: 0.9em;
  margin: 0;
}
@media screen and (min-width: 42em) {
  .team-profile {
    width: 33.33%;
  }
}

@media screen and (min-width: 42em) {
  .article-header {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}

.byline-wrapper {
  border-top: solid thin;
  max-width: 40rem;
}

.byline {
  display: inline-block;
  padding: 0 0.5em;
}

.byline-image {
  display: block;
  border-radius: 50%;
  border: solid thin;
  vertical-align: middle;
  margin: 0 auto 0.5em;
}

.strapline {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-transform: none;
  padding-bottom: 1rem;
  margin: 1rem 0;
}
@media screen and (min-width: 42em) {
  .strapline {
    font-size: 1.4em;
  }
}

@media screen and (min-width: 42em) {
  .entry-content {
    margin-top: -3rem;
  }
}

.pullquote {
  font-size: 1.1em;
  font-weight: bold;
  padding-left: 1em;
  border-left: solid;
  margin: 0;
}
@media screen and (min-width: 42em) {
  .pullquote {
    float: right;
    width: 50%;
    margin: 1em -2em 1em 1em;
  }
}
@media screen and (min-width: 68em) {
  .pullquote {
    font-size: 1.2em;
    margin: 1em -4em 1em 1em;
  }
}

.pullquote:nth-of-type(even) {
  text-align: right;
  font-weight: bold;
  padding-right: 1em;
  border-left: none;
  border-right: solid;
  margin: 0;
}
@media screen and (min-width: 42em) {
  .pullquote:nth-of-type(even) {
    float: left;
    margin: 1em 1em 1em -2em;
  }
}
@media screen and (min-width: 68em) {
  .pullquote:nth-of-type(even) {
    margin: 1em 1em 1em -4em;
  }
}

.author-card {
  font-size: 0.8em;
  background-color: #bac8cd;
  display: flex;
  justify-content: space-between;
}
.author-card h2 {
  margin: 0;
}
.author-card .author-biog {
  width: 75%;
}
.author-card .author-image {
  padding-right: 2rem;
}

.article-pubdate {
  margin-bottom: 0;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 1em;
  margin-bottom: 1em;
}
.tags a {
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  color: white;
  background: #95a0a4;
  line-height: 2em;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
.tags .tag {
  position: relative;
  margin-left: 2.2em;
}
.tags .tag:before {
  position: absolute;
  right: 100%;
  color: #fff;
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  content: "\2219";
  border: solid 1em transparent;
  border-right: solid 1.2em #95a0a4;
  vertical-align: middle;
  text-indent: 0.6em;
  z-index: 2;
}

.epilogue, .partners, .implications, .further-reading {
  padding: 2rem;
  border-top: solid medium;
  border-bottom: solid medium;
  margin-bottom: 2em;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 68em) {
  .epilogue, .partners, .implications, .further-reading {
    flex-direction: row;
    justify-content: center;
  }
}
.epilogue img, .partners img, .implications img, .further-reading img {
  max-width: 100%;
  height: auto;
}

.epilogue-child, .partners .partner, .implications-policy,
.implications-practical, .profile-articles,
.profile-references {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: solid thin;
  margin: 1em 0;
}
.epilogue-child:last-child, .partners .partner:last-child, .implications-policy:last-child,
.implications-practical:last-child, .profile-articles:last-child,
.profile-references:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 68em) {
  .epilogue-child, .partners .partner, .implications-policy,
  .implications-practical, .profile-articles,
  .profile-references {
    flex-grow: 1;
    max-width: 40em;
    padding: 2rem;
    border-bottom: none;
    margin: 0;
  }
}
@media screen and (min-width: 68em) {
  .epilogue-child ol, .partners .partner ol, .implications-policy ol,
  .implications-practical ol, .profile-articles ol,
  .profile-references ol, .epilogue-child ul, .partners .partner ul, .implications-policy ul,
  .implications-practical ul, .profile-articles ul,
  .profile-references ul {
    padding: 0;
  }
}

.epilogue-child-header, .implications-header {
  margin: 0;
}

.image-caption {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7em;
  padding: 0.5rem;
  opacity: 0.5;
  font-style: italic;
}

.author-image img {
  border-radius: 50%;
  border: solid thick white;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 42em) {
  .profile-header {
    padding-bottom: 6rem;
  }
}
.profile-header .author-job {
  border-top: solid thin;
  max-width: 40rem;
}

.question {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}

.question + p {
  margin-top: 0;
}

.reference .author {
  font-weight: bold;
}

.sharing-links-wrapper {
  font-size: 1rem;
  margin: -1rem -2rem 1rem;
  text-align: center;
  position: relative;
  z-index: 10;
}

.strapline + .sharing-links {
  margin-top: 0;
}

.sharing-title {
  font-style: italic;
  background: #405d64;
  color: #bac8cd;
  line-height: 1;
  padding: 1rem 2rem;
}

.sharing-links {
  background: #bac8cd;
  padding: 1em;
}

.sharing-link,
.sharing-link:visited {
  display: inline-block;
  width: 4em;
  height: 4em;
  color: white;
  border-radius: 50%;
  padding: 0.8em;
  font-size: 0.5em;
}
.sharing-link.twitter,
.sharing-link:visited.twitter {
  background: #52B1FF;
}
.sharing-link.facebook,
.sharing-link:visited.facebook {
  background: #3F5AA6;
}
.sharing-link.subscribe,
.sharing-link:visited.subscribe {
  background: #c63710;
}

.subscribe-form-wrapper {
  padding: 2em;
}

.subscribe-form-wrapper input, .subscribe-form-wrapper .proper_contact_form_wrap textarea, .proper_contact_form_wrap .subscribe-form-wrapper textarea {
  padding: 1em;
  border: 0;
  width: 100% !important;
}
.subscribe-form-wrapper input[type=email], .subscribe-form-wrapper .proper_contact_form_wrap textarea[type=email], .proper_contact_form_wrap .subscribe-form-wrapper textarea[type=email] {
  font-family: Arial, sans-serif;
  text-align: center;
}
.subscribe-form-wrapper input[type=submit], .subscribe-form-wrapper .proper_contact_form_wrap textarea[type=submit], .proper_contact_form_wrap .subscribe-form-wrapper textarea[type=submit] {
  font-family: Oswald;
  background: #405d64;
  color: white;
  padding: 1em 2em;
  text-transform: uppercase;
  letter-spacing: 1em;
}

@media screen and (min-width: 42em) {
  .wrapper-footer .subscribe-form-wrapper input, .wrapper-footer .subscribe-form-wrapper .proper_contact_form_wrap textarea, .proper_contact_form_wrap .wrapper-footer .subscribe-form-wrapper textarea {
    width: 75% !important;
  }
}
@media screen and (min-width: 68em) {
  .wrapper-footer .subscribe-form-wrapper input, .wrapper-footer .subscribe-form-wrapper .proper_contact_form_wrap textarea, .proper_contact_form_wrap .wrapper-footer .subscribe-form-wrapper textarea {
    width: 50% !important;
  }
}

#mc_embed_signup div.mce_inline_error {
  margin: 0 auto !important;
  width: 100%;
}
@media screen and (min-width: 42em) {
  #mc_embed_signup div.mce_inline_error {
    width: 75% !important;
  }
}
@media screen and (min-width: 68em) {
  #mc_embed_signup div.mce_inline_error {
    width: 50% !important;
  }
}

.subscribe-heart {
  height: 6em;
  width: 7.5em;
  fill: white;
  margin-bottom: 1em;
  transition: 1s;
}
#subscribe:hover .subscribe-heart {
  fill: #c63710;
}
