/*!
Theme Name: Narratively
Theme URI: http://underscores.me/
Author: Team Narratively
Author URI: http://narrative.ly
Description: Custom WP Theme for Narratively
Version: 1.0.0
Text Domain: narratively
Tags:

Originally based on Underscores http://underscores.me/
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,700italic,400italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
a, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative; }

html {
  font-size: 100%;
  line-height: 1; }

body {
  line-height: 1; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

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

del {
  text-decoration: line-through; }

abbr[title], dfn[title], acronym[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select {
  vertical-align: middle; }

input {
  -webkit-appearance: none;
  box-sizing: border-box; }

i, em {
  font-style: oblique; }
  i i, i em, em i, em em {
    font-style: normal; }

b, strong {
  font-weight: bold; }

a:focus {
  outline: 1px dotted; }

h1, h2, h3, .pub-date, .topics a, .collections a, [class^="taxonomy-type-"], .mediums a, .topics, .collections, header#masthead .site-nav, header#masthead .mobile-explore, footer#site-footer nav, form.mailing-list label, form.mailing-list input[type="submit"], .more-stories, .archive-lists ul li, .archive-lists ul .count-link, .author-twitter, .author-instagram, .author-website, .pull-quote, body.single article .body-text blockquote.TextBlock[data-role="quote"], body.page article blockquote.TextBlock[data-role="quote"], .social-tools .email-share-button, .search-results-container .gsc-control-cse input.gsc-search-button, .search-results-container .gsc-control-cse .gs-webResult.gs-result .gs-title, .search-results-container .gsc-results .gsc-cursor, .mc-modal, .popular ol li:before, .promo-card.spotlight ul a {
  font-family: "Montserrat", "Helvetica Neue", "Arial", "Helvetica", sans-serif; }

body, .archive-lists ul li .text, .search-results-container .gsc-control-cse .gsc-table-result {
  font-family: "Lora", "Georgia", serif; }

.widescreen {
  display: none; }
  @media screen and (min-width: 28em) {
    .widescreen {
      display: inherit; } }

.narrowscreen {
  display: inherit; }
  @media screen and (min-width: 28em) {
    .narrowscreen {
      display: none; } }

html {
  font-size: 20px;
  margin-top: 0 !important; }

body {
  color: #404041;
  background-color: whitesmoke;
  font-size: 1rem;
  padding: 0; }

#content {
  background: whitesmoke;
  display: block;
  padding: 2em 0;
  overflow: hidden; }
  @media screen and (min-width: 50em) {
    #content {
      padding: 3em 0; } }
  @media screen and (min-width: 56.25em) {
    #content {
      padding: 4em 0; } }

/*

// Bring all this back if we bring the layer-ads back. Commented out on May 31, 2016.

body.home, body.archive, body.single, body.page-id-65601, body.page-id-65601 {
	// change layout for pages with layer ads
	// the ones with ID numbers are the Explore pages on live and staging
	#content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

[class^="layer-ad-"] {
	margin: 0;
	display: block;
	height: 80px;
	width: 100%;
	min-width: 300px;
	@include breakpoint(600) {
		height: 180px;
		min-width: 600px;
	}
}

.layer-ad-top {
	margin-bottom: 1.5rem;
	@include breakpoint(600) {
		margin-bottom: 4rem;
	}
}
.layer-ad-bottom {
	margin-top: 1.5rem;
	@include breakpoint(600) {
		margin-top: 4rem;
	}
}
*/
h1, h2, h3 {
  text-transform: uppercase;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: #c4014b; }
  a:hover, a:active {
    color: #94023d; }

.byline {
  font-style: italic; }

.pub-date {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 0.85em;
  color: #a6a4a4; }

.topics a, .collections a, [class^="taxonomy-type-"], .mediums a {
  background-color: #BFBEBE;
  text-transform: uppercase;
  border-radius: 0.25em;
  padding: 0 0.5em;
  letter-spacing: 0.05em;
  color: white;
  font-size: 0.6rem;
  line-height: 1rem;
  height: 1rem;
  position: relative;
  margin: 0 0.2rem 0.2rem 0;
  display: inline-block;
  vertical-align: top;
  top: 0.25em; }
  @media screen and (min-width: 37.5em) {
    .topics a, .collections a, [class^="taxonomy-type-"], .mediums a {
      margin: 0 0.35rem 0 0; } }

.topics, .collections {
  display: inline-block;
  line-height: 1.6;
  font-size: 0.8em;
  text-align: left; }
  .topics a:hover, .collections a:hover {
    background-color: #cecdcd; }

.collections a {
  background-color: #C73F72; }
  .collections a:hover {
    background-color: #b01550; }

/*

Collection "collection" labels droped June, 2016

.collections {
	@extend .topics;
	a {
		padding-left: 0;
		background-color: $red-dilute;
		&::before {
			margin: 0 0.5em 0 0 ;
			border-radius: 0.25em 0 0 0.25em;
			content: "Collection";
			@extend %tag-bling;
			top: 0;
			background-color: $blue-dilute;
		}
		&:hover {
			background-color: desaturate( $narr-red, 20% );
			&::before {
				background-color: desaturate( $blue-dark, 20% );
			}	
		}
	}
}

*/
/*

Series disabled June, 2016

.series {
	@extend .collections;
	a {
		&::before {
			content: "Series";
			background-color: $orange-dilute;
		}
		&:hover {
			&::before {
				background-color: desaturate( $narr-orange, 20% );
			}
		}
	}
}

*/
[class^="taxonomy-type-"].taxonomy-type-collection {
  background-color: #C73F72; }

/*

Not used

%taxonomy-stacked {
	@extend .collections;
	a {
		padding-left: 0.5em; 
	 	min-width: 5.05rem;
	 	border-radius: 0 0.25em 0.25em 0.25em;
	 	margin-top: 1.25rem;
	 	&::before {
			margin: 0 0.5em 0 0;
		  border-radius: 0.25em 0.25em 0 0;
		  top: -100%;
		  left: 0;
		  position: absolute;
	 	}
	}
}

%collections-stacked {
	@extend .collections;
	@extend %taxonomy-stacked;
} 

%series-stacked {
	@extend .series;
	@extend %taxonomy-stacked;
}

%collections-plain, %series-plain {
	a {
		padding-left: 0.5em;
		&:before {
			content: none;
			padding-left: 0.5em;
		}	
	}
}

*/
.mediums {
  text-align: left; }
  .mediums a {
    background-color: #404041; }
    .mediums a:hover {
      background-color: #59595b; }
    .mediums a::before {
      content: "";
      width: 1.25em;
      height: 1em;
      display: inline-block;
      vertical-align: baseline;
      position: relative;
      top: 0.25em;
      margin-right: 0.35em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .mediums a[href$="/video/"]::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzkyIDM1MnYxMDg4cTAgNDItMzkgNTktMTMgNS0yNSA1LTI3IDAtNDUtMTlsLTQwMy00MDN2MTY2cTAgMTE5LTg0LjUgMjAzLjV0LTIwMy41IDg0LjVoLTcwNHEtMTE5IDAtMjAzLjUtODQuNXQtODQuNS0yMDMuNXYtNzA0cTAtMTE5IDg0LjUtMjAzLjV0MjAzLjUtODQuNWg3MDRxMTE5IDAgMjAzLjUgODQuNXQ4NC41IDIwMy41djE2NWw0MDMtNDAycTE4LTE5IDQ1LTE5IDEyIDAgMjUgNSAzOSAxNyAzOSA1OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }
    .mediums a[href$="/comics/"]::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzkyIDg5NnEwIDE3NC0xMjAgMzIxLjV0LTMyNiAyMzMtNDUwIDg1LjVxLTcwIDAtMTQ1LTgtMTk4IDE3NS00NjAgMjQyLTQ5IDE0LTExNCAyMi0xNyAyLTMwLjUtOXQtMTcuNS0yOXYtMXEtMy00LS41LTEydDItMTAgNC41LTkuNWw2LTkgNy04LjUgOC05cTctOCAzMS0zNC41dDM0LjUtMzggMzEtMzkuNSAzMi41LTUxIDI3LTU5IDI2LTc2cS0xNTctODktMjQ3LjUtMjIwdC05MC41LTI4MXEwLTEzMCA3MS0yNDguNXQxOTEtMjA0LjUgMjg2LTEzNi41IDM0OC01MC41cTI0NCAwIDQ1MCA4NS41dDMyNiAyMzMgMTIwIDMyMS41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }
    .mediums a[href$="/photo/"]::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgNjcycTExOSAwIDIwMy41IDg0LjV0ODQuNSAyMDMuNS04NC41IDIwMy41LTIwMy41IDg0LjUtMjAzLjUtODQuNS04NC41LTIwMy41IDg0LjUtMjAzLjUgMjAzLjUtODQuNXptNzA0LTQxNnExMDYgMCAxODEgNzV0NzUgMTgxdjg5NnEwIDEwNi03NSAxODF0LTE4MSA3NWgtMTQwOHEtMTA2IDAtMTgxLTc1dC03NS0xODF2LTg5NnEwLTEwNiA3NS0xODF0MTgxLTc1aDIyNGw1MS0xMzZxMTktNDkgNjkuNS04NC41dDEwMy41LTM1LjVoNTEycTUzIDAgMTAzLjUgMzUuNXQ2OS41IDg0LjVsNTEgMTM2aDIyNHptLTcwNCAxMTUycTE4NSAwIDMxNi41LTEzMS41dDEzMS41LTMxNi41LTEzMS41LTMxNi41LTMxNi41LTEzMS41LTMxNi41IDEzMS41LTEzMS41IDMxNi41IDEzMS41IDMxNi41IDMxNi41IDEzMS41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }
    .mediums a[href$="/audio/"]::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMzUydjEwODhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTMzMy0zMzNoLTI2MnEtMjYgMC00NS0xOXQtMTktNDV2LTM4NHEwLTI2IDE5LTQ1dDQ1LTE5aDI2MmwzMzMtMzMzcTE5LTE5IDQ1LTE5dDQ1IDE5IDE5IDQ1em0zODQgNTQ0cTAgNzYtNDIuNSAxNDEuNXQtMTEyLjUgOTMuNXEtMTAgNS0yNSA1LTI2IDAtNDUtMTguNXQtMTktNDUuNXEwLTIxIDEyLTM1LjV0MjktMjUgMzQtMjMgMjktMzUuNSAxMi01Ny0xMi01Ny0yOS0zNS41LTM0LTIzLTI5LTI1LTEyLTM1LjVxMC0yNyAxOS00NS41dDQ1LTE4LjVxMTUgMCAyNSA1IDcwIDI3IDExMi41IDkzdDQyLjUgMTQyem0yNTYgMHEwIDE1My04NSAyODIuNXQtMjI1IDE4OC41cS0xMyA1LTI1IDUtMjcgMC00Ni0xOXQtMTktNDVxMC0zOSAzOS01OSA1Ni0yOSA3Ni00NCA3NC01NCAxMTUuNS0xMzUuNXQ0MS41LTE3My41LTQxLjUtMTczLjUtMTE1LjUtMTM1LjVxLTIwLTE1LTc2LTQ0LTM5LTIwLTM5LTU5IDAtMjYgMTktNDV0NDUtMTlxMTMgMCAyNiA1IDE0MCA1OSAyMjUgMTg4LjV0ODUgMjgyLjV6bTI1NiAwcTAgMjMwLTEyNyA0MjIuNXQtMzM4IDI4My41cS0xMyA1LTI2IDUtMjYgMC00NS0xOXQtMTktNDVxMC0zNiAzOS01OSA3LTQgMjIuNS0xMC41dDIyLjUtMTAuNXE0Ni0yNSA4Mi01MSAxMjMtOTEgMTkyLTIyN3Q2OS0yODktNjktMjg5LTE5Mi0yMjdxLTM2LTI2LTgyLTUxLTctNC0yMi41LTEwLjV0LTIyLjUtMTAuNXEtMzktMjMtMzktNTkgMC0yNiAxOS00NXQ0NS0xOXExMyAwIDI2IDUgMjExIDkxIDMzOCAyODMuNXQxMjcgNDIyLjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }
    .mediums a[href$="/writing/"]::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00OTEgMTUzNmw5MS05MS0yMzUtMjM1LTkxIDkxdjEwN2gxMjh2MTI4aDEwN3ptNTIzLTkyOHEwLTIyLTIyLTIyLTEwIDAtMTcgN2wtNTQyIDU0MnEtNyA3LTcgMTcgMCAyMiAyMiAyMiAxMCAwIDE3LTdsNTQyLTU0MnE3LTcgNy0xN3ptLTU0LTE5Mmw0MTYgNDE2LTgzMiA4MzJoLTQxNnYtNDE2em02ODMgOTZxMCA1My0zNyA5MGwtMTY2IDE2Ni00MTYtNDE2IDE2Ni0xNjVxMzYtMzggOTAtMzggNTMgMCA5MSAzOGwyMzUgMjM0cTM3IDM5IDM3IDkxeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }

body.home .mediums a[href$="/writing/"],
body.archive .mediums a[href$="/writing/"],
footer.read-more .mediums a[href$="/writing/"] {
  display: none !important; }

form {
  font-size: 0;
  z-index: 2; }

input[type="submit"] {
  margin: 0;
  background-color: #a9b2b2;
  border-width: 0;
  border-radius: 0;
  height: 1.5rem;
  overflow: hidden;
  position: relative;
  display: inline-block; }
  input[type="submit"]:hover {
    cursor: pointer; }

input[type="search"], input[type="email"] {
  font-size: .75rem;
  border: solid #BFBEBE;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  height: 1.5rem;
  line-height: 1.5;
  padding: 0 0.25em;
  margin: 0; }

header#masthead {
  width: 100%;
  height: 3.25rem;
  background: #DFE2E2;
  text-align: left;
  color: #404041;
  z-index: 3;
  font-size: 0;
  line-height: 1;
  overflow: hidden; }
  @media screen and (min-width: 28em) {
    header#masthead {
      height: 3.75rem; } }
  @media screen and (min-width: 37.5em) {
    header#masthead {
      height: 5.6rem; } }
  @media screen and (min-width: 43.75em) {
    header#masthead {
      height: 6.6rem; } }
  header#masthead h1.site-title {
    display: inline-block;
    z-index: 2;
    width: 8rem;
    height: 2.25rem;
    margin: 0.5rem;
    color: transparent;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    overflow: hidden;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MzIuOTk5IiBoZWlnaHQ9IjIwMSIgdmlld0JveD0iLTE4My4yNzkgLTUwLjIzNiA3MzIuOTk5IDIwMSI+PHBhdGggZmlsbD0iI0M0MDE0QiIgZD0iTS0xODMuMjgtNTAuMjM2SDE3LjgxdjIwMWgtMjAxLjA5eiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0tMzQuOTc2IDI0LjA4M3Y1Mi41MTVoMjEuODQydjEyLjAxNkgtNDcuMzVsLjIxOC0xMi4wMTZ2LTIuNDg0YzAtMi45MTItMy4wNDQtOC4yOTctNS4zOTUtMTAuNjQtOC45ODctOC41NzMtMTkuNDktMTAuMjI4LTMwLjU1LTExLjg5Mi0xMS4xODgtMS42NTYtMjMuOTItMy41ODUtMzUuMjQ4LTEzLjM5MlY3Ni42aDIxLjg0NXYxMi4wMTZoLTU1Ljg1NlY3Ni42aDIxLjg0NFYyNC4wODNoLTIxLjg0NFYxMS45MmgzNy4zMTV2MTIuMTYzaC0uMjczYy42OTYuNjkgMS4zODMgMS42NTYgMi4zNTUgMi40OTYgOS4yNjMgOS42NjggMTkuNzY3IDExLjE3NyAzMS43OSAxMy4xMTggMTAuNzg2IDEuNjYgMjMuMDkyIDMuNDY2IDM0LjAxNiAxMi40NDZ2LTI4LjA2SC02OC45OFYxMS45MThoNTUuODQ3djEyLjE2M2gtMjEuODQzeiIvPjxwYXRoIGZpbGw9IiM0MDQwNDEiIGQ9Ik01Mi45MSA4Ny43NFYxMy4yMTZoNS4zN2wyLjM4NCA0Ljc3YzIuMjM1LTMuODc1IDUuODE0LTYuMjYgMTEuMDMzLTYuMjYgMTAuNTg1IDAgMTQuNDYgNS42NjMgMTQuNDYgMTcuMTR2NTguODdoLTguOTQ0VjI4Ljg2NWMwLTUuNjYyLTEuOTQtOS4zODgtNy40NTYtOS4zODgtNS42NjcgMC03LjkgMy41NzctNy45IDkuNTM4djU4LjcyM0g1Mi45MXpNMTA2LjI5IDYyLjY5NmMwLTExLjQ3MyA1LjUxOC0xNy40MzcgMjQuMzAzLTIzLjF2LTEwLjg4YzAtNS41MTMtMi4yMzYtOS4yMzgtNy4zMDgtOS4yMzgtNS45NiAwLTcuNDU1IDMuNzI2LTcuNDU1IDkuMzg4djMuNDNoLTguNzk1di0zLjU3OGMwLTkuOTgzIDMuNTc4LTE2Ljk5IDE2LjI1LTE2Ljk5IDEyLjgyNCAwIDE2LjI1MyA3LjAwNyAxNi4yNTMgMTYuOTl2NTkuMDJoLTUuMjE3bC0yLjM4My00LjQ3MmMtMS45NCAzLjg3Ny01LjA3IDUuOTYzLTEwLjU4OCA1Ljk2My0xMC41ODcgMC0xNS4wNTgtNS42NjctMTUuMDU4LTE2Ljk5di05LjU0NHptMjQuMzAzLTE2LjM5MmMtMTIuNjc0IDQuMDI0LTE1LjM1OCA4LjQ5NS0xNS4zNTggMTYuMjQ1djkuNjg4YzAgNS44MSAxLjkzOCA5LjI0IDcuNzUzIDkuMjQgNS41MTggMCA3LjYwNS0zLjg3NyA3LjYwNS05LjI0VjQ2LjMwNHpNMTgzLjgyIDIwLjUyMmMtOC4yLS43NDYtMTEuNDggMy44NzYtMTEuNDggMTEuNzc0Vjg3Ljc0aC04Ljk0NVYxMy4yMmg2LjI2M2wyLjIzNiA0LjYyYzIuMjMzLTMuODc1IDUuNTE3LTYuNTU4IDExLjkyOC02LjU1OHY5LjI0ek0yMjQuMzc3IDIwLjUyMmMtOC4yLS43NDYtMTEuNDggMy44NzYtMTEuNDggMTEuNzc0Vjg3Ljc0aC04Ljk0NVYxMy4yMmg2LjI2MmwyLjIzNiA0LjYyYzIuMjM4LTMuODc1IDUuNTE4LTYuNTU4IDExLjkyOC02LjU1OHY5LjI0ek0yMzkuMTQgNjIuNjk2YzAtMTEuNDczIDUuNTE3LTE3LjQzNyAyNC4zMDYtMjMuMXYtMTAuODhjMC01LjUxMy0yLjI0LTkuMjM4LTcuMzEtOS4yMzgtNS45NjQgMC03LjQ1NiAzLjcyNi03LjQ1NiA5LjM4OHYzLjQzaC04Ljc5M3YtMy41NzhjMC05Ljk4MyAzLjU3OC0xNi45OSAxNi4yNS0xNi45OSAxMi44MjQgMCAxNi4yNTIgNy4wMDcgMTYuMjUyIDE2Ljk5djU5LjAyaC01LjIxOGwtMi4zODUtNC40NzJjLTEuOTQgMy44NzctNS4wNyA1Ljk2My0xMC41ODYgNS45NjMtMTAuNTg1IDAtMTUuMDU4LTUuNjY3LTE1LjA1OC0xNi45OXYtOS41NDR6bTI0LjMwNS0xNi4zOTJjLTEyLjY3NCA0LjAyNC0xNS4zNiA4LjQ5NS0xNS4zNiAxNi4yNDV2OS42ODhjMCA1LjgxIDEuOTQgOS4yNCA3Ljc1MyA5LjI0IDUuNTE2IDAgNy42MDctMy44NzcgNy42MDctOS4yNFY0Ni4zMDR6TTI5MS43NzMgMTMuMjE3aDcuMzA1Vi02LjMwOGMzLjEzLS44OTUgNS45NjMtMS40OSA4Ljk0Ny0yLjM4NXYyMS45MUgzMTkuOHY3Ljg5OGgtMTEuNzc1VjcyLjY4YzAgNi4xMTQgMS43OSA4Ljc5NiA2Ljg1NCA4Ljc5NiAyLjIzNyAwIDMuNTc3LS4zIDUuNTE4LTEuMDQzdjcuNmMtMS4zNDMuNi00LjE3NSAxLjE5NS01Ljk2NCAxLjE5NS0xMS45MjggMC0xNS4zNTYtNS42NjYtMTUuMzU2LTE2LjU0NVYyMS4xMTdoLTcuMzAzdi03LjloLS4wMDJ6TTM1My4wNTMtMTAuNDc3Vi41NWgtOS4wOTZ2LTExLjAzaDkuMDk2di4wMDN6bTAgMjMuNjk0djc0LjUyaC04Ljk0NHYtNzQuNTJoOC45NDN6TTM5My4zMTIgODcuNzRoLTkuNTQ4TDM3MC4wNSAxMy4yMTdoOS4yNDRsOS4yNDYgNjAuODEgOS4yNDQtNjAuODFoOS4yNDJsLTEzLjcxNCA3NC41MnpNNDU4LjYyIDYyLjEwMnY5LjgzNmMwIDEwLjQzOC0zLjQzMyAxNy4yOS0xNi40IDE3LjI5LTEzLjEyMiAwLTE2LjY5NS02Ljg1NC0xNi42OTUtMTcuMjlWMjkuMTY0YzAtMTAuNDMgMy43MjUtMTcuNDM3IDE2LjY5NC0xNy40MzcgMTIuOTcyIDAgMTYuNCA3LjAwNiAxNi40IDE3LjQzN3YyMS42MWgtMjQuMTUzdjIxLjE2M2MwIDYuNDEgMi41MzMgOS41NCA3Ljc1MiA5LjU0IDUuNjY1IDAgNy42MDQtMy40MyA3LjYwNC05LjU0VjYyLjFsOC43OTcuMDAyem0tOC43OTYtMzIuNzg3YzAtNi40MDgtMS43OS05LjgzNy03LjYwNS05LjgzNy01LjgxMyAwLTcuNzUzIDMuNDMtNy43NTMgOS42ODdWNDMuNzdoMTUuMzU3VjI5LjMxNXpNNDkxLjQyMi0xOC4wOFY4Ny43NGgtOC45NDdWLTE4LjA4aDguOTQ3ek01MTAuODA3IDExMi4zMjh2LTguMDQ3YzEuNDkuNTk3IDMuNzMgMS4wNDIgNS44MTIgMS4wNDIgNC40NzQgMCA3LjE1Ny0yLjY4MiA4LjM1LTguNjQzbDEuNjQzLTguNzkyTDUxMiAxMy4yMThoOS4yNDRsOS42ODggNTguMjc1IDkuNTQ0LTU4LjI3NWg5LjI0M2wtMTYuMTAzIDgzLjc2Yy0yLjIzOCAxMS4zMy02LjI2NCAxNi4wOTgtMTYuOTk4IDE2LjA5OC0xLjc4OC0uMDAyLTQuNDcyLS4zMDUtNS44MTMtLjc0OHoiLz48L3N2Zz4="); }
    @media screen and (min-width: 28em) {
      header#masthead h1.site-title {
        width: 10rem;
        height: 2.75rem; } }
    @media screen and (min-width: 43.75em) {
      header#masthead h1.site-title {
        margin: 1rem; } }
  header#masthead h2.tagline {
    display: none;
    z-index: 2;
    height: 2.75rem;
    width: 12rem;
    background-size: 10rem 1.4rem;
    margin: 1rem 0;
    color: transparent;
    padding: 0;
    border-left: 1px solid #666;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    overflow: hidden;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjUuMjg5IiBoZWlnaHQ9IjYzLjYiIHZpZXdCb3g9IjAgMCA0NjUuMjg5IDYzLjYiPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDguNGg0NjUuMjl2NDkuNTg3SDBWOC40eiIvPjxnIGZpbGw9IiM0MDQwNDEiPjxwYXRoIGQ9Ik03LjUgNTFIMy43MlY5LjAwMkg3LjV2MTkuMDhoNi43OFY5aDMuNzhWNTFoLTMuNzhWMzEuNTZINy41VjUxek0yOS4wNCA0NC4yMmMwIDIuMjguNjYgNC4wMiAzLjMgNC4wMiAyLjY0IDAgMy4yNC0xLjc0IDMuMjQtNC4wMlY5LjAwM2gzLjc4djM1LjIyYzAgNC4xOTgtMS42MiA3LjM3OC03LjAyIDcuMzc4LTUuNjQgMC03LjA4LTMuMDYtNy4wOC03LjM4VjkuMDAzaDMuNzh2MzUuMjJ6TTUxLjM2IDkuMDAyTDU3LjE4IDQ0LjdsNS44OC0zNS42OThoNC44VjUxaC0zLjZWMzYuNjZjMC00LjI2LjM2LTE1LjQyLjQ4LTIwLjkzOEw1OS4wNCA1MWgtMy42NmwtNS43LTM1LjI3OGMuMTIgNS41OC40OCAxNi42Mi40OCAyMC45MzhWNTFoLTMuNlY5LjAwMmg0Ljh6TTg5LjM5OCA1MWgtMy44NGwtMS4xNC05LjZoLTYuMThsLTEuMTQgOS42aC0zLjg0bDUuNzYtNDEuOTk4aDQuNjhMODkuMzk4IDUxem0tMTAuOC0xMy4wOEg4NGwtMi42NC0yMy4xNTgtMi43NiAyMy4xNnpNOTguNDU4IDM3LjQ0VjUxaC0zLjY2VjkuMDAyaDMuNzJsOC44MiAzMi44MThjLS4xOC02LjYtLjM2LTEyLjYtLjM2LTE5LjJWOS4wMDNoMy42NlY1MWgtMy43MmwtOC44Mi0zMi43NmMuMTggNi40OC4zNiAxMi40OC4zNiAxOS4yek0xMzcuODE2IDM5LjEyYzAtMTIuMjQtMTAuMjYtNy4zOC0xMC4yNi0xOS43NHYtMy42YzAtNC4zMTggMS4zOC03LjM4IDcuMDItNy4zOHM3LjAyIDMuMDYyIDcuMDIgNy4zOHY0LjYyaC0zLjc4di00LjYyYzAtMi4xNi0uNzItMy45Ni0zLjI0LTMuOTYtMi42NCAwLTMuMjQgMS42ODItMy4yNCAzLjk2djMuNTRjMCAxMC4zMiAxMC4yNiA1LjY0IDEwLjI2IDE5Ljc0djUuMTZjMCA0LjMyLTEuMzggNy4zOC03LjAyIDcuMzhzLTcuMDItMy4wNi03LjAyLTcuMzhWMzloMy43OHY1LjIyYzAgMi4yMi43OCA0LjAyIDMuMjQgNC4wMiAyLjY0IDAgMy4yNC0xLjY4IDMuMjQtNC4wMnYtNS4xek0xNTQuNjE2IDUxaC0zLjc4VjEyLjY2aC01LjA0VjkuMDAzaDEzLjh2My42NmgtNC45OFY1MXpNMTc4LjI1NSAxNS43OHYyOC41YzAgNC4zMi0xLjU2IDcuMzItNy4wOCA3LjMycy03LjA4LTMtNy4wOC03LjMydi0yOC41YzAtNC4zMTggMS41Ni03LjM4IDcuMDgtNy4zOCA1LjUyLjAwMiA3LjA4IDMuMDYyIDcuMDggNy4zOHptLTMuNzggMjguNXYtMjguNWMwLTIuMjc4LS43Mi0zLjk2LTMuMy0zLjk2cy0zLjMgMS42ODItMy4zIDMuOTZ2MjguNWMwIDIuMjguNzIgMy45NiAzLjMgMy45NnMzLjMtMS42OCAzLjMtMy45NnpNMTg1LjE1NSA5LjAwMmg2LjljNS43NiAwIDcuMTQgMi45NCA3LjE0IDcuMjZ2OS40OGMwIDMuNTQtMS4yNiA2LjE4LTQuNzQgNi44OThsNi43OCAxOC4zNmgtNC4ybC02LjE4LTE4LjEyaC0xLjkyVjUxaC0zLjc4VjkuMDAyem02LjY2IDIwLjRjMi44MiAwIDMuNi0xLjM4IDMuNi0zLjY2di05LjQ4YzAtMi4yOC0uOTYtMy42LTMuNi0zLjZoLTIuODh2MTYuNzRoMi44OHpNMjA2LjAzNSA5LjAwMmgzLjc4VjUxaC0zLjc4VjkuMDAyek0yMjEuMDk0IDQ3LjRoOC4xNlY1MWgtMTEuOTRWOS4wMDJoMTEuOTR2My42NmgtOC4xNnYxNS40Mmg3LjAydjMuNDc4aC03LjAyVjQ3LjR6TTI0NC43MzQgMzkuMTJjMC0xMi4yNC0xMC4yNi03LjM4LTEwLjI2LTE5Ljc0di0zLjZjMC00LjMxOCAxLjM4LTcuMzggNy4wMi03LjM4czcuMDIgMy4wNjIgNy4wMiA3LjM4djQuNjJoLTMuNzh2LTQuNjJjMC0yLjE2LS43Mi0zLjk2LTMuMjQtMy45Ni0yLjY0IDAtMy4yNCAxLjY4Mi0zLjI0IDMuOTZ2My41NGMwIDEwLjMyIDEwLjI2IDUuNjQgMTAuMjYgMTkuNzR2NS4xNmMwIDQuMzItMS4zOCA3LjM4LTcuMDIgNy4zOHMtNy4wMi0zLjA2LTcuMDItNy4zOFYzOWgzLjc4djUuMjJjMCAyLjIyLjc4IDQuMDIgMy4yNCA0LjAyIDIuNjQgMCAzLjI0LTEuNjggMy4yNC00LjAydi01LjF6TTI1Ny45MzQgNDYuMzhsLTEuOTIgOS45aC0yLjI4di05LjloNC4yeiIvPjwvZz48ZyBmaWxsPSIjQzQwMTRCIj48cGF0aCBkPSJNMjc0LjMxMiA5LjAwMmg2Ljg0YzUuNyAwIDcuMTQgMi4yMiA3LjE0IDYuNTR2OC44MmMwIDIuNzYtLjkgNC41Ni0zLjI0IDUuMzk4IDIuNTguODQgMy41NCAyLjcgMy41NCA1LjUydjguNzZjMCA0LjMyLTEuMzIgNi45Ni03LjA4IDYuOTZoLTcuMlY5LjAwMnptMy43OCAzLjY2djE1LjQyaDIuOTRjMi43IDAgMy41NC0xLjQ0IDMuNTQtMy42di04LjRjMC0yLjI4LS44NC0zLjQyLTMuNDgtMy40MmgtM3ptMy4xOCAzNC43NGMyLjc2IDAgMy41MzgtMS4yIDMuNTM4LTMuNDh2LTguNzZjMC0yLjE2LS44NC0zLjYtMy41NC0zLjZoLTMuMThWNDcuNGgzLjE4ek0zMDkuMDUgMTUuNzh2MjguNWMwIDQuMzItMS41NiA3LjMyLTcuMDggNy4zMnMtNy4wNzgtMy03LjA3OC03LjMydi0yOC41YzAtNC4zMTggMS41Ni03LjM4IDcuMDgtNy4zOHM3LjA4IDMuMDYyIDcuMDggNy4zOHptLTMuNzggMjguNXYtMjguNWMwLTIuMjc4LS43Mi0zLjk2LTMuMy0zLjk2cy0zLjMgMS42ODItMy4zIDMuOTZ2MjguNWMwIDIuMjguNzIgMy45NiAzLjMgMy45NnMzLjMtMS42OCAzLjMtMy45NnpNMzE1Ljk1IDkuMDAyaDMuNzhWNDcuNGg2LjZWNTFoLTEwLjM4VjkuMDAyek0zMzEuNDMgOS4wMDJoNi45NmM1Ljc2IDAgNy4zMiAyLjk0IDcuMzIgNy4yNlY0My43NGMwIDQuMzItMS40NCA3LjI2LTcuMiA3LjI2aC03LjA4VjkuMDAyem02LjkgMzguNGMyLjgyIDAgMy42LTEuMzggMy42LTMuNjZWMTYuMjZjMC0yLjI4LS43OC0zLjYtMy42LTMuNmgtMy4xMlY0Ny40aDMuMTJ6TTM1Mi45MSA5LjAwMmgzLjc4VjQ3LjRoNi42VjUxaC0xMC4zOFY5LjAwMnpNMzcwLjYxIDUxVjMzLjU0bC01LjgyLTI0LjUzOGgzLjk2bDMuNzIgMTkuMDhMMzc2LjI1IDloMy45NmwtNS44MiAyNC41NFY1MWgtMy43OHoiLz48L2c+PGcgZmlsbD0iIzQwNDA0MSI+PHBhdGggZD0iTTQwMy40MjggNTFoLTMuNzhWMTIuNjZoLTUuMDRWOS4wMDNoMTMuOHYzLjY2aC00Ljk4VjUxek00MjcuMDY2IDE1Ljc4djI4LjVjMCA0LjMyLTEuNTYgNy4zMi03LjA4IDcuMzJzLTcuMDgtMy03LjA4LTcuMzJ2LTI4LjVjMC00LjMxOCAxLjU2LTcuMzggNy4wOC03LjM4IDUuNTIuMDAyIDcuMDggMy4wNjIgNy4wOCA3LjM4em0tMy43OCAyOC41di0yOC41YzAtMi4yNzgtLjcyLTMuOTYtMy4zLTMuOTZzLTMuMyAxLjY4Mi0zLjMgMy45NnYyOC41YzAgMi4yOC43MiAzLjk2IDMuMyAzLjk2czMuMy0xLjY4IDMuMy0zLjk2ek00MzMuOTY3IDkuMDAyaDMuNzhWNDcuNGg2LjZWNTFoLTEwLjM4VjkuMDAyek00NDkuNDQ2IDkuMDAyaDYuOTZjNS43NiAwIDcuMzIgMi45NCA3LjMyIDcuMjZWNDMuNzRjMCA0LjMyLTEuNDQgNy4yNi03LjIgNy4yNmgtNy4wOFY5LjAwMnptNi45IDM4LjRjMi44MiAwIDMuNi0xLjM4IDMuNi0zLjY2VjE2LjI2YzAtMi4yOC0uNzgtMy42LTMuNi0zLjZoLTMuMTJWNDcuNGgzLjEyeiIvPjwvZz48L3N2Zz4="); }
    @media screen and (min-width: 50em) {
      header#masthead h2.tagline {
        display: inline-block; } }
  header#masthead .layer {
    width: 100%;
    background-color: #c4caca;
    position: absolute;
    padding: 0;
    bottom: 0;
    display: none; }
    @media screen and (min-width: 37.5em) {
      header#masthead .layer {
        display: block;
        height: 1.85rem; } }
  header#masthead .site-nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 50rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 0;
    height: 100%;
    display: none; }
    header#masthead .site-nav a {
      font-size: 0.8rem;
      line-height: 1rem;
      display: inline-block;
      padding: 0.1em 1.5% 0;
      height: 100%;
      -webkit-flex-basis: auto;
      flex-basis: auto; }
      @media screen and (min-width: 37.5em) {
        header#masthead .site-nav a:first-of-type {
          padding: 0.1em 1.5% 0 0.5rem; } }
      @media screen and (min-width: 43.75em) {
        header#masthead .site-nav a:first-of-type {
          padding-left: 1rem; } }
      @media screen and (min-width: 37.5em) {
        header#masthead .site-nav a.explore {
          background-color: #a9b2b2;
          padding: 0.1em 0.5rem; } }
      @media screen and (min-width: 43.75em) {
        header#masthead .site-nav a.explore {
          padding-left: 1rem;
          padding-right: 1rem; } }
      header#masthead .site-nav a.active {
        color: white;
        background: #c4014b; }
        @media screen and (min-width: 37.5em) {
          header#masthead .site-nav a.active {
            background: #DFE2E2;
            color: #c4014b; } }
      @media screen and (min-width: 37.5em) {
        header#masthead .site-nav a {
          font-size: 0.7rem;
          line-height: 1.75rem; } }
      @media screen and (min-width: 50em) {
        header#masthead .site-nav a {
          font-size: 0.8rem; } }
    @media screen and (min-width: 37.5em) {
      header#masthead .site-nav {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-flex;
        display: flex; } }
  header#masthead .site-search {
    position: absolute;
    top: 1.75rem;
    right: 0.5rem;
    display: none; }
    @media screen and (min-width: 37.5em) {
      header#masthead .site-search {
        display: block; } }
    @media screen and (min-width: 43.75em) {
      header#masthead .site-search {
        top: 2.5rem;
        right: 1rem; } }
    header#masthead .site-search input[type="search"] {
      width: 12rem; }
    header#masthead .site-search input[type="submit"] {
      padding: 0.5rem;
      width: 1.5rem;
      color: transparent;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjE2IDgzMnEwLTE4NS0xMzEuNS0zMTYuNXQtMzE2LjUtMTMxLjUtMzE2LjUgMTMxLjUtMTMxLjUgMzE2LjUgMTMxLjUgMzE2LjUgMzE2LjUgMTMxLjUgMzE2LjUtMTMxLjUgMTMxLjUtMzE2LjV6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNC0xNDMgMC0yNzMuNS01NS41dC0yMjUtMTUwLTE1MC0yMjUtNTUuNS0yNzMuNSA1NS41LTI3My41IDE1MC0yMjUgMjI1LTE1MCAyNzMuNS01NS41IDI3My41IDU1LjUgMjI1IDE1MCAxNTAgMjI1IDU1LjUgMjczLjVxMCAyMjAtMTI0IDM5OWwzNDMgMzQzcTM3IDM3IDM3IDkweiIgZmlsbD0iIzc0NzQ3NCIvPjwvc3ZnPg==");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 68%; }
  header#masthead .mobile-search {
    height: 1rem;
    font-size: 0.8rem;
    color: transparent;
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjE2IDgzMnEwLTE4NS0xMzEuNS0zMTYuNXQtMzE2LjUtMTMxLjUtMzE2LjUgMTMxLjUtMTMxLjUgMzE2LjUgMTMxLjUgMzE2LjUgMzE2LjUgMTMxLjUgMzE2LjUtMTMxLjUgMTMxLjUtMzE2LjV6bTUxMiA4MzJxMCA1Mi0zOCA5MHQtOTAgMzhxLTU0IDAtOTAtMzhsLTM0My0zNDJxLTE3OSAxMjQtMzk5IDEyNC0xNDMgMC0yNzMuNS01NS41dC0yMjUtMTUwLTE1MC0yMjUtNTUuNS0yNzMuNSA1NS41LTI3My41IDE1MC0yMjUgMjI1LTE1MCAyNzMuNS01NS41IDI3My41IDU1LjUgMjI1IDE1MCAxNTAgMjI1IDU1LjUgMjczLjVxMCAyMjAtMTI0IDM5OWwzNDMgMzQzcTM3IDM3IDM3IDkweiIgZmlsbD0iIzc0NzQ3NCIvPjwvc3ZnPg==");
    background-position: right center;
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    padding: 0;
    width: 1rem;
    text-align: right;
    position: absolute;
    top: 1.75rem;
    right: 0.5rem; }
    @media screen and (min-width: 37.5em) {
      header#masthead .mobile-search {
        display: none; } }
  header#masthead .mobile-explore {
    position: absolute;
    top: 1.9rem;
    right: 1.6rem;
    display: inline-block;
    height: 1rem;
    width: 5rem;
    font-size: 0.8rem;
    text-transform: uppercase; }
    header#masthead .mobile-explore.active {
      color: #BFBEBE; }
    @media screen and (min-width: 28em) {
      header#masthead .mobile-explore {
        right: 3.25rem; } }
    @media screen and (min-width: 37.5em) {
      header#masthead .mobile-explore {
        display: none; } }
  header#masthead .site-social {
    position: absolute;
    height: 20px;
    line-height: 1;
    text-align: right;
    margin: 0;
    top: 0.5rem;
    right: 0.5rem; }
    @media screen and (min-width: 43.75em) {
      header#masthead .site-social {
        top: 0.65rem;
        right: 1rem; } }
    header#masthead .site-social .site-tw {
      vertical-align: top;
      position: relative;
      display: inline-block;
      margin-right: 0.25rem; }
    header#masthead .site-social .site-fb {
      vertical-align: top;
      display: inline-block;
      position: relative; }
      header#masthead .site-social .site-fb.site-fb-narrow {
        display: inline-block; }
      header#masthead .site-social .site-fb.site-fb-wide {
        display: none; }
      @media screen and (min-width: 28em) {
        header#masthead .site-social .site-fb.site-fb-wide {
          display: inline-block; }
        header#masthead .site-social .site-fb.site-fb-narrow {
          display: none; } }

footer#site-footer {
  background: #404041;
  margin: 0;
  font-size: 0.75em;
  clear: both;
  line-height: 1.3;
  color: whitesmoke;
  min-height: 7rem;
  padding: 0.75rem 0.75rem; }
  @media screen and (min-width: 37.5em) {
    footer#site-footer {
      padding: 1rem; } }
  footer#site-footer a {
    color: whitesmoke;
    text-decoration: underline; }
  footer#site-footer h1.site-title {
    float: left;
    display: inline-block;
    z-index: 2;
    width: 4rem;
    height: 5rem;
    color: transparent;
    padding: 0;
    margin: 0 1rem 0.75rem 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: transparent;
    overflow: hidden;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAuNDc5IiBoZWlnaHQ9IjEzNi45MzgiIHZpZXdCb3g9IjAgMCAxMDAuNDc5IDEzNi45MzgiPjxwYXRoIGZpbGw9IiNDNDAxNEIiIGQ9Ik0wIDBoMTAwLjQ4djEwMC40OEgweiIvPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik03NC4xMDQgMzcuMTUydjI2LjI1aDEwLjkxMnY2LjAwNkg2Ny45MmwuMTEtNi4wMDZ2LTEuMjRjMC0xLjQ1Ni0xLjUyLTQuMTUtMi42OTctNS4zMi00LjQ5LTQuMjg2LTkuNzQtNS4xMTMtMTUuMjY0LTUuOTQ1LTUuNTkzLS44My0xMS45NTQtMS43OTItMTcuNjE0LTYuNjk0djE5LjJINDMuMzd2Ni4wMDZIMTUuNDYydi02LjAwN2gxMC45MTR2LTI2LjI1SDE1LjQ2MlYzMS4wN2gxOC42NDZ2Ni4wODJoLS4xMzdjLjM1LjM0NS42OTIuODI4IDEuMTggMS4yNDggNC42MjcgNC44MzQgOS44NzYgNS41ODggMTUuODgyIDYuNTU4IDUuMzkuODMyIDExLjU0IDEuNzMyIDE2Ljk5OCA2LjIyVjM3LjE1Mkg1Ny4xMTJWMzEuMDdoMjcuOTA0djYuMDgySDc0LjEwNHoiLz48ZyBmaWxsPSIjRkZGIj48cGF0aCBkPSJNLjEzNCAxMzEuODIzdi0xNS4wMzdoMS4wOGwuNDgyLjk2Yy40NS0uNzggMS4xNzMtMS4yNjMgMi4yMjUtMS4yNjMgMi4xMzcgMCAyLjkyIDEuMTQ1IDIuOTIgMy40NnYxMS44OEg1LjAzM3YtMTEuODhjMC0xLjE0Mi0uMzktMS44OTUtMS41MDMtMS44OTUtMS4xNDMgMC0xLjU5My43MjUtMS41OTMgMS45MjZ2MTEuODVILjEzNHpNMTAuOSAxMjYuNzdjMC0yLjMxNCAxLjExMi0zLjUxOCA0LjktNC42NnYtMi4xOTdjMC0xLjExLS40NS0xLjg2NS0xLjQ3My0xLjg2NS0xLjIwMyAwLTEuNTA1Ljc1NC0xLjUwNSAxLjg5NnYuNjlIMTEuMDV2LS43MjJjMC0yLjAxNi43MjMtMy40MyAzLjI3OC0zLjQzIDIuNTg3IDAgMy4yOCAxLjQxNCAzLjI4IDMuNDN2MTEuOTFoLTEuMDU1bC0uNDgtLjkwMmMtLjM5Ljc4My0xLjAyMiAxLjIwMy0yLjEzNyAxLjIwMy0yLjEzNCAwLTMuMDM2LTEuMTQzLTMuMDM2LTMuNDI4di0xLjkyNXptNC45MDItMy4zMWMtMi41NTUuODEzLTMuMDk4IDEuNzE2LTMuMDk4IDMuMjh2MS45NTVjMCAxLjE3NC4zOSAxLjg2NSAxLjU2NCAxLjg2NSAxLjExIDAgMS41MzMtLjc4MyAxLjUzMy0xLjg2NXYtNS4yMzR6TTI2LjU0IDExOC4yNThjLTEuNjU0LS4xNS0yLjMxNi43OC0yLjMxNiAyLjM3N3YxMS4xODhIMjIuNDJ2LTE1LjAzN2gxLjI2MmwuNDUuOTMyYy40NTMtLjc4IDEuMTE1LTEuMzIyIDIuNDA4LTEuMzIydjEuODYyek0zNC43MiAxMTguMjU4Yy0xLjY1NC0uMTUtMi4zMTUuNzgtMi4zMTUgMi4zNzd2MTEuMTg4SDMwLjZ2LTE1LjAzN2gxLjI2NGwuNDUyLjkzMmMuNDUtLjc4IDEuMTEtMS4zMjIgMi40MDQtMS4zMjJ2MS44NjJ6TTM3LjY5NyAxMjYuNzdjMC0yLjMxNCAxLjExNC0zLjUxOCA0LjkwMy00LjY2di0yLjE5N2MwLTEuMTEtLjQ1LTEuODY1LTEuNDc1LTEuODY1LTEuMjAyIDAtMS41MDIuNzU0LTEuNTAyIDEuODk2di42OWgtMS43NzV2LS43MjJjMC0yLjAxNi43Mi0zLjQzIDMuMjc3LTMuNDMgMi41ODYgMCAzLjI4IDEuNDE0IDMuMjggMy40M3YxMS45MUg0My4zNWwtLjQ4LS45MDJjLS4zOS43ODMtMS4wMjIgMS4yMDMtMi4xMzUgMS4yMDMtMi4xMzggMC0zLjA0LTEuMTQzLTMuMDQtMy40Mjh2LTEuOTI1em00LjkwNC0zLjMxYy0yLjU1Ni44MTMtMy4wOTcgMS43MTYtMy4wOTcgMy4yOHYxLjk1NWMwIDEuMTc0LjM5IDEuODY1IDEuNTY0IDEuODY1IDEuMTEzIDAgMS41MzMtLjc4MyAxLjUzMy0xLjg2NXYtNS4yMzR6TTQ4LjMxNSAxMTYuNzg2aDEuNDc0di0zLjk0Yy42My0uMTggMS4yLS4zIDEuODA0LS40OHY0LjQyaDIuMzc2djEuNTk0aC0yLjM3NnYxMC40MDZjMCAxLjIzMi4zNiAxLjc3NSAxLjM4NCAxLjc3NS40NSAwIC43Mi0uMDYgMS4xMS0uMjF2MS41MzNjLS4yNy4xMi0uODQuMjQtMS4yMDIuMjQtMi40MDYgMC0zLjA5Ny0xLjE0My0zLjA5Ny0zLjMzOFYxMTguMzhoLTEuNDc1di0xLjU5NHpNNjAuNjc2IDExMi4wMDJ2Mi4yMjdINTguODRWMTEyaDEuODM2em0wIDQuNzg0djE1LjAzN2gtMS44MDR2LTE1LjAzN2gxLjgwNHpNNjguNzk4IDEzMS44MjNoLTEuOTI2bC0yLjc2OC0xNS4wMzdoMS44NjVsMS44NjQgMTIuMjcgMS44NjUtMTIuMjdoMS44NjNsLTIuNzY1IDE1LjAzN3pNODEuOTcyIDEyNi42NXYxLjk4NWMwIDIuMTA1LS42OTIgMy40ODgtMy4zMSAzLjQ4OC0yLjY0NSAwLTMuMzY4LTEuMzgzLTMuMzY4LTMuNDg4di04LjYzM2MwLTIuMTA1Ljc1Mi0zLjUyIDMuMzctMy41MiAyLjYxNSAwIDMuMzA4IDEuNDE0IDMuMzA4IDMuNTJ2NC4zNkg3Ny4xdjQuMjcyYzAgMS4yOTMuNTEgMS45MjYgMS41NjMgMS45MjYgMS4xNDMgMCAxLjUzMy0uNjkgMS41MzMtMS45MjZ2LTEuOTg2aDEuNzc2em0tMS43NzYtNi42MTZjMC0xLjI5My0uMzYtMS45ODYtMS41MzMtMS45ODYtMS4xNzQgMC0xLjU2NC42OTMtMS41NjQgMS45NTV2Mi45NWgzLjA5N3YtMi45MnpNODguNTg3IDExMC40N3YyMS4zNTNoLTEuODAzVjExMC40N2gxLjgwM3pNOTIuNDk3IDEzNi43ODZ2LTEuNjIzYy4zMDMuMTIuNzUyLjIxIDEuMTc0LjIxLjkwMyAwIDEuNDQzLS41NDIgMS42ODUtMS43NDVsLjMzMi0xLjc3My0yLjk1LTE1LjA2OGgxLjg2N2wxLjk1NCAxMS43NiAxLjkyNi0xMS43NmgxLjg2NGwtMy4yNDggMTYuOWMtLjQ1IDIuMjg2LTEuMjYzIDMuMjUtMy40MyAzLjI1LS4zNiAwLS45LS4wNi0xLjE3My0uMTV6Ii8+PC9nPjwvc3ZnPg=="); }
    @media screen and (min-width: 37.5em) {
      footer#site-footer h1.site-title {
        margin-right: 2rem; } }
  footer#site-footer nav {
    text-transform: uppercase; }
    footer#site-footer nav a {
      display: block;
      margin: 0 0 0.5em 0;
      text-decoration: none; }
      @media screen and (min-width: 37.5em) {
        footer#site-footer nav a {
          display: inline-block;
          margin-right: 1.25em; } }
  footer#site-footer p {
    margin: 0.5em 0;
    color: #BFBEBE;
    clear: both; }
    footer#site-footer p a {
      color: #BFBEBE; }
    @media screen and (min-width: 37.5em) {
      footer#site-footer p {
        margin: 1em;
        clear: none; } }

form.mailing-list {
  margin: 1rem  auto;
  padding: 0.5rem;
  background-color: #DFE2E2;
  max-width: 800px;
  width: 100%;
  text-align: left; }
  @media screen and (min-width: 37.5em) {
    form.mailing-list {
      text-align: center; } }
  form.mailing-list label {
    line-height: 1.2;
    font-size: 0.75rem;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  form.mailing-list input[type="email"] {
    min-width: 9rem;
    width: calc( 100% - 6rem );
    max-width: 16.2rem; }
  form.mailing-list input[type="submit"] {
    text-transform: uppercase;
    padding: 0 0.5em;
    letter-spacing: 0.05em;
    color: white;
    font-size: 0.8rem;
    width: 6rem;
    color: #C73F72; }
  @media screen and (min-width: 28em) {
    form.mailing-list {
      padding: 1rem; } }

.more-stories {
  text-transform: uppercase;
  display: block;
  padding: 0.5rem;
  background-color: #d4d4d4;
  max-width: 33rem;
  margin: 0 auto;
  color: #C73F72; }
  .more-stories:hover {
    color: #c4014b; }

.archive-lists {
  clear: both;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 15.5rem; }
  @media screen and (min-width: 30em) {
    .archive-lists {
      width: 23.25rem; } }
  @media screen and (min-width: 37.5em) {
    .archive-lists {
      width: 26rem;
      max-width: calc(100% - 1rem); } }
  @media screen and (min-width: 50em) {
    .archive-lists {
      width: 39rem; } }
  @media screen and (min-width: 67.5em) {
    .archive-lists {
      width: 52rem; } }
  @media screen and (min-width: 86.25em) {
    .archive-lists {
      width: 65rem; } }
  .archive-lists h2 {
    font-size: 1.2rem;
    padding: 1.5rem 0 0.75rem 0.5rem; }
    @media screen and (min-width: 50em) {
      .archive-lists h2 {
        margin-top: 3rem; } }
  .archive-lists ul {
    font-size: 0.9rem;
    line-height: 1.2;
    max-width: 100%;
    padding: 0;
    clear: both;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start; }
    .archive-lists ul li {
      font-size: 0.8rem;
      display: inline-block;
      line-height: 0;
      width: 145px;
      margin: 0.25rem; }
      @media screen and (min-width: 37.5em) {
        .archive-lists ul li {
          width: 12rem;
          max-width: 12rem;
          min-width: 12rem;
          -webkit-flex-basis: 12rem;
          flex-basis: 12rem;
          margin: 0.5rem; } }
      .archive-lists ul li img {
        object-fit: cover;
        background-color: white;
        width: 145px;
        height: 81.5px; }
        @media screen and (min-width: 37.5em) {
          .archive-lists ul li img {
            width: 240px;
            height: 135px; } }
      .archive-lists ul li .overlay {
        background-color: rgba(0, 0, 0, 0.45);
        position: absolute;
        color: whitesmoke;
        padding: 0.5em;
        width: 100%;
        bottom: 100%;
        z-index: 2;
        font-size: 0.6rem; }
        @media screen and (min-width: 37.5em) {
          .archive-lists ul li .overlay {
            font-size: 0.8rem; } }
      .archive-lists ul li h1 {
        display: inline-block;
        width: 100%;
        line-height: 1.2; }
      .archive-lists ul li .text {
        line-height: 1.3;
        padding: 0.5rem 0;
        font-size: 0.6rem; }
        @media screen and (min-width: 37.5em) {
          .archive-lists ul li .text {
            font-size: 0.75rem; } }
    .archive-lists ul .count-link {
      background-color: #c4014b;
      border-radius: 0.25em;
      padding: 0 0.5em;
      letter-spacing: 0.05em;
      color: white;
      font-size: 0.6rem;
      line-height: 0.8rem;
      height: 0.8rem;
      margin: 0 0 0 0.5em;
      display: inline-block;
      z-index: 2;
      float: right;
      vertical-align: bottom; }
      @media screen and (min-width: 37.5em) {
        .archive-lists ul .count-link {
          line-height: 0.9rem;
          height: 0.9rem; } }

.mediums-archive-list li a h1::before {
  content: "";
  font-size: 0.6rem;
  width: 1.25em;
  height: 1em;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  margin-right: 0.25em;
  top: 0.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (min-width: 37.5em) {
    .mediums-archive-list li a h1::before {
      font-size: 0.75rem; } }
.mediums-archive-list li a[href$="/video/"] h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzkyIDM1MnYxMDg4cTAgNDItMzkgNTktMTMgNS0yNSA1LTI3IDAtNDUtMTlsLTQwMy00MDN2MTY2cTAgMTE5LTg0LjUgMjAzLjV0LTIwMy41IDg0LjVoLTcwNHEtMTE5IDAtMjAzLjUtODQuNXQtODQuNS0yMDMuNXYtNzA0cTAtMTE5IDg0LjUtMjAzLjV0MjAzLjUtODQuNWg3MDRxMTE5IDAgMjAzLjUgODQuNXQ4NC41IDIwMy41djE2NWw0MDMtNDAycTE4LTE5IDQ1LTE5IDEyIDAgMjUgNSAzOSAxNyAzOSA1OXoiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }
.mediums-archive-list li a[href$="/comics/"] h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzkyIDg5NnEwIDE3NC0xMjAgMzIxLjV0LTMyNiAyMzMtNDUwIDg1LjVxLTcwIDAtMTQ1LTgtMTk4IDE3NS00NjAgMjQyLTQ5IDE0LTExNCAyMi0xNyAyLTMwLjUtOXQtMTcuNS0yOXYtMXEtMy00LS41LTEydDItMTAgNC41LTkuNWw2LTkgNy04LjUgOC05cTctOCAzMS0zNC41dDM0LjUtMzggMzEtMzkuNSAzMi41LTUxIDI3LTU5IDI2LTc2cS0xNTctODktMjQ3LjUtMjIwdC05MC41LTI4MXEwLTEzMCA3MS0yNDguNXQxOTEtMjA0LjUgMjg2LTEzNi41IDM0OC01MC41cTI0NCAwIDQ1MCA4NS41dDMyNiAyMzMgMTIwIDMyMS41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }
.mediums-archive-list li a[href$="/audio/"] h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04MzIgMzUydjEwODhxMCAyNi0xOSA0NXQtNDUgMTktNDUtMTlsLTMzMy0zMzNoLTI2MnEtMjYgMC00NS0xOXQtMTktNDV2LTM4NHEwLTI2IDE5LTQ1dDQ1LTE5aDI2MmwzMzMtMzMzcTE5LTE5IDQ1LTE5dDQ1IDE5IDE5IDQ1em0zODQgNTQ0cTAgNzYtNDIuNSAxNDEuNXQtMTEyLjUgOTMuNXEtMTAgNS0yNSA1LTI2IDAtNDUtMTguNXQtMTktNDUuNXEwLTIxIDEyLTM1LjV0MjktMjUgMzQtMjMgMjktMzUuNSAxMi01Ny0xMi01Ny0yOS0zNS41LTM0LTIzLTI5LTI1LTEyLTM1LjVxMC0yNyAxOS00NS41dDQ1LTE4LjVxMTUgMCAyNSA1IDcwIDI3IDExMi41IDkzdDQyLjUgMTQyem0yNTYgMHEwIDE1My04NSAyODIuNXQtMjI1IDE4OC41cS0xMyA1LTI1IDUtMjcgMC00Ni0xOXQtMTktNDVxMC0zOSAzOS01OSA1Ni0yOSA3Ni00NCA3NC01NCAxMTUuNS0xMzUuNXQ0MS41LTE3My41LTQxLjUtMTczLjUtMTE1LjUtMTM1LjVxLTIwLTE1LTc2LTQ0LTM5LTIwLTM5LTU5IDAtMjYgMTktNDV0NDUtMTlxMTMgMCAyNiA1IDE0MCA1OSAyMjUgMTg4LjV0ODUgMjgyLjV6bTI1NiAwcTAgMjMwLTEyNyA0MjIuNXQtMzM4IDI4My41cS0xMyA1LTI2IDUtMjYgMC00NS0xOXQtMTktNDVxMC0zNiAzOS01OSA3LTQgMjIuNS0xMC41dDIyLjUtMTAuNXE0Ni0yNSA4Mi01MSAxMjMtOTEgMTkyLTIyN3Q2OS0yODktNjktMjg5LTE5Mi0yMjdxLTM2LTI2LTgyLTUxLTctNC0yMi41LTEwLjV0LTIyLjUtMTAuNXEtMzktMjMtMzktNTkgMC0yNiAxOS00NXQ0NS0xOXExMyAwIDI2IDUgMjExIDkxIDMzOCAyODMuNXQxMjcgNDIyLjV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }
.mediums-archive-list li a[href$="/writing/"] h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik00OTEgMTUzNmw5MS05MS0yMzUtMjM1LTkxIDkxdjEwN2gxMjh2MTI4aDEwN3ptNTIzLTkyOHEwLTIyLTIyLTIyLTEwIDAtMTcgN2wtNTQyIDU0MnEtNyA3LTcgMTcgMCAyMiAyMiAyMiAxMCAwIDE3LTdsNTQyLTU0MnE3LTcgNy0xN3ptLTU0LTE5Mmw0MTYgNDE2LTgzMiA4MzJoLTQxNnYtNDE2em02ODMgOTZxMCA1My0zNyA5MGwtMTY2IDE2Ni00MTYtNDE2IDE2Ni0xNjVxMzYtMzggOTAtMzggNTMgMCA5MSAzOGwyMzUgMjM0cTM3IDM5IDM3IDkxeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }
.mediums-archive-list li a[href$="/photo/"] h1::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik04OTYgNjcycTExOSAwIDIwMy41IDg0LjV0ODQuNSAyMDMuNS04NC41IDIwMy41LTIwMy41IDg0LjUtMjAzLjUtODQuNS04NC41LTIwMy41IDg0LjUtMjAzLjUgMjAzLjUtODQuNXptNzA0LTQxNnExMDYgMCAxODEgNzV0NzUgMTgxdjg5NnEwIDEwNi03NSAxODF0LTE4MSA3NWgtMTQwOHEtMTA2IDAtMTgxLTc1dC03NS0xODF2LTg5NnEwLTEwNiA3NS0xODF0MTgxLTc1aDIyNGw1MS0xMzZxMTktNDkgNjkuNS04NC41dDEwMy41LTM1LjVoNTEycTUzIDAgMTAzLjUgMzUuNXQ2OS41IDg0LjVsNTEgMTM2aDIyNHptLTcwNCAxMTUycTE4NSAwIDMxNi41LTEzMS41dDEzMS41LTMxNi41LTEzMS41LTMxNi41LTMxNi41LTEzMS41LTMxNi41IDEzMS41LTEzMS41IDMxNi41IDEzMS41IDMxNi41IDMxNi41IDEzMS41eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg=="); }
.mediums-archive-list li a[href$="/photo/"] h1 span.name {
  display: none; }
.mediums-archive-list li a[href$="/photo/"] h1::after {
  content: "photo";
  display: inline-block;
  color: white; }
@media screen and (min-width: 37.5em) {
  .mediums-archive-list li a[href$="/photo/"] h1 span.name {
    display: inline-block; }
  .mediums-archive-list li a[href$="/photo/"] h1::after {
    content: ""; } }

.stories {
  max-width: 35rem;
  padding: 0 0.5rem 1rem 0.5rem;
  clear: both;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }
  @media screen and (min-width: 65em) {
    .stories {
      max-width: 52rem; } }
  @media screen and (min-width: 86.25em) {
    .stories {
      max-width: 69rem; } }

.each-story {
  max-width: 100%;
  width: 75%;
  min-width: 15rem;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  margin: 1em auto 0;
  display: inline-block;
  background: white;
  text-align: center;
  line-height: 0;
  overflow: hidden; }
  @media screen and (min-width: 43.75em) {
    .each-story {
      max-width: 16rem;
      min-width: 16rem;
      width: 16rem;
      -webkit-flex-basis: 16rem;
      flex-basis: 16rem;
      margin: 1em 0.5em; } }
  .each-story img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 286px;
    display: block;
    object-fit: cover; }
    @media screen and (min-width: 43.75em) {
      .each-story img {
        height: 180px; } }
  .each-story .text {
    line-height: 1.3;
    padding: 0.5em 0.5em 0.35em;
    width: 100%;
    border: solid #d4d4d4;
    border-width: 0 1px 1px 1px; }
    .each-story .text .mediums {
      position: absolute;
      bottom: calc(100% + .15rem);
      left: 0.25rem; }
  .each-story h1 {
    display: block;
    font-size: 0.9em;
    margin: 0;
    width: 100%;
    line-height: 1.3; }
  .each-story .who-when {
    margin: 0.35em 0;
    font-size: 0.75em;
    width: 100%;
    line-height: 1.4; }
  .each-story .byline {
    color: #747474; }
    .each-story .byline a {
      color: #747474; }
  .each-story .pub-date {
    margin-left: 0.25em; }
  .each-story .taxonomies {
    text-align: left;
    margin: 0;
    width: 100%; }
  .each-story .series, .each-story .collections, .each-story .topics, .each-story .collections {
    display: block;
    margin-left: 0; }
  .each-story .series {
    margin-bottom: 0.25em; }
  .each-story .collections {
    margin-bottom: 0.25em; }
  .each-story .dek {
    display: block;
    margin: 0.35em 0;
    font-size: 0.75em;
    width: 100%;
    line-height: 1.4;
    text-align: left;
    color: #404041; }

body.archive header.page-header, .explore-page header.page-header {
  max-width: 35rem;
  width: 100%;
  text-align: left;
  padding: 0 1rem;
  margin: 0 auto 1rem;
  display: inline-block; }
  body.archive header.page-header p, .explore-page header.page-header p {
    line-height: 1.3;
    font-size: 0.75rem;
    margin-top: 0.25em;
    margin-bottom: 1em;
    text-align: center; }
  @media screen and (min-width: 37.5em) {
    body.archive header.page-header .social-tools a.email-share-button, .explore-page header.page-header .social-tools a.email-share-button {
      margin-left: 1rem; } }
  @media screen and (min-width: 37.5em) {
    body.archive header.page-header, .explore-page header.page-header {
      text-align: left;
      margin-bottom: 1rem; }
      body.archive header.page-header p, .explore-page header.page-header p {
        font-size: 1rem; } }
  @media screen and (min-width: 50em) {
    body.archive header.page-header, .explore-page header.page-header {
      margin-bottom: 2rem; } }

body.archive {
  padding-top: 0; }
  body.archive header.page-header hgroup {
    text-align: left;
    margin: 0 auto 1.5rem;
    display: table; }
    body.archive header.page-header hgroup h1 {
      text-align: center;
      padding: 0; }
    body.archive header.page-header hgroup h2 {
      text-align: left;
      margin: 0; }

.author-twitter {
  line-height: 1rem;
  font-size: 0.8em;
  height: 1rem;
  margin: 0 0 0.5rem; }
  .author-twitter a {
    color: #747474; }
  .author-twitter:last-child {
    margin-bottom: 0; }

.author-instagram {
  height: 24px;
  line-height: 24px;
  margin: 0; }
  .author-instagram a {
    vertical-align: top;
    color: #747474; }
  .author-instagram:last-child {
    margin-bottom: 0; }
  .author-instagram .instagram-text-name {
    font-size: 0.8em;
    vertical-align: top; }
  .author-instagram .ig-b- {
    font-size: 1rem;
    display: inline; }
  .author-instagram .ig-b- img {
    visibility: hidden; }
  .author-instagram .ig-b-:hover {
    background-position: 0 -60px; }
  .author-instagram .ig-b-:active {
    background-position: 0 -120px; }
  .author-instagram .ig-b-24 {
    width: 24px;
    height: 24px;
    background: url(//badges.instagram.com/static/images/ig-badge-sprite-24.png) no-repeat 0 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .author-instagram .ig-b-24 {
      background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-24@2x.png);
      background-size: 60px 178px; } }

.author-website {
  line-height: 1;
  margin: 0 0 0.5rem;
  font-size: 0.8em; }
  .author-website a {
    color: #747474; }
  .author-website:last-child {
    margin-bottom: 0; }

.author-bio {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 0.5rem; }
  .author-bio a {
    color: #747474;
    text-decoration: underline; }
  .author-bio:last-child {
    margin-bottom: 0; }

.author-meta {
  border-bottom: 1px solid #BFBEBE;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  font-size: 0.8rem; }
  @media screen and (min-width: 37.5em) {
    .author-meta {
      font-size: 1rem; } }

.credits {
  border-top: 1px solid #BFBEBE;
  padding-top: 1rem;
  width: calc(100% - 0.8rem);
  max-width: calc(40rem);
  margin: 2rem auto;
  text-align: left;
  font-size: 0.8rem;
  color: #747474; }
  .credits .co-author-display-name {
    margin: 0 0 0.5rem; }
  .credits .co-author-wrap {
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #BFBEBE;
    padding-bottom: 1rem; }
  .credits .extra-credits {
    margin: 1rem 0 0 0;
    line-height: 1.3;
    font-size: 1em;
    border-bottom: 1px solid #BFBEBE;
    padding-bottom: 1rem; }
    .credits .extra-credits a {
      color: #747474;
      text-decoration: underline; }

body.archive.author .author-bio {
  margin-bottom: 1rem; }
body.archive.author .author-website {
  margin-bottom: 1rem; }
body.archive.author .author-twitter {
  margin-bottom: 1rem; }

.explore-page header.page-header {
  margin-bottom: 0; }
  .explore-page header.page-header h1 {
    margin-bottom: 1.5rem;
    text-align: center; }

body.home {
  padding-top: 0; }

body.home .stories {
  margin-top: -0.5rem; }

.stories .each-story.primary-story {
  max-width: 33rem;
  -webkit-flex-basis: 33rem;
  flex-basis: 33rem; }
  .stories .each-story.primary-story img {
    width: 100%;
    height: auto;
    max-height: 371px; }
    @media screen and (min-width: 43.75em) {
      .stories .each-story.primary-story img {
        width: 660px;
        height: 371px; } }
  .stories .each-story.primary-story .overlay {
    background-color: transparent;
    width: 100%;
    bottom: 100%;
    position: relative;
    color: #404041;
    z-index: 2;
    width: calc(100% + 2px);
    left: -1px;
    padding: 0 0.5em; }
    @media screen and (min-width: 28em) {
      .stories .each-story.primary-story .overlay {
        background-color: rgba(0, 0, 0, 0.45);
        position: absolute;
        color: whitesmoke;
        padding: 0.5em; } }
  .stories .each-story.primary-story h1 {
    font-size: 1.2em;
    color: #c4014b;
    top: 0;
    line-height: 1.1; }
    .stories .each-story.primary-story h1 a {
      color: #c4014b; }
    @media screen and (min-width: 28em) {
      .stories .each-story.primary-story h1 {
        color: whitesmoke;
        font-size: 1.5em; }
        .stories .each-story.primary-story h1 a {
          color: whitesmoke; } }
  .stories .each-story.primary-story .who-when {
    top: 0;
    margin-bottom: 0; }
    .stories .each-story.primary-story .who-when a, .stories .each-story.primary-story .who-when .byline {
      color: #747474; }
      @media screen and (min-width: 28em) {
        .stories .each-story.primary-story .who-when a, .stories .each-story.primary-story .who-when .byline {
          color: whitesmoke; } }
    .stories .each-story.primary-story .who-when .pub-date {
      color: #a6a4a4; }
      @media screen and (min-width: 28em) {
        .stories .each-story.primary-story .who-when .pub-date {
          color: whitesmoke; } }
  .stories .each-story.primary-story .taxonomies {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0.25rem;
    line-height: 1;
    font-size: 0; }
    @media screen and (min-width: 28em) {
      .stories .each-story.primary-story .taxonomies {
        position: absolute;
        top: 0.25rem; } }
    .stories .each-story.primary-story .taxonomies .mediums, .stories .each-story.primary-story .taxonomies .topics, .stories .each-story.primary-story .taxonomies .collections {
      display: inline-block;
      position: relative;
      left: inherit;
      bottom: inherit;
      line-height: 1;
      vertical-align: top; }
    .stories .each-story.primary-story .taxonomies .topics a, .stories .each-story.primary-story .taxonomies .collections a {
      background-color: #8c8b8b; }
      .stories .each-story.primary-story .taxonomies .topics a:hover, .stories .each-story.primary-story .taxonomies .collections a:hover {
        background-color: #a6a4a4; }
    .stories .each-story.primary-story .taxonomies .series a {
      background-color: #C73F72; }
      .stories .each-story.primary-story .taxonomies .series a:hover {
        background-color: #b01550; }
  .stories .each-story.primary-story .text {
    padding-left: 0;
    padding-right: 0; }
    .stories .each-story.primary-story .text .dek {
      margin: 0;
      padding: 0.25em 0.5em; }
      @media screen and (min-width: 28em) {
        .stories .each-story.primary-story .text .dek {
          padding: 0.25em 1.5em; } }

footer.read-more {
  margin: 6rem auto 0;
  text-align: center;
  width: 100%;
  padding: 0;
  max-width: 35rem;
  clear: both; }
  @media screen and (min-width: 65em) {
    footer.read-more {
      max-width: 52rem; } }
  footer.read-more .stories {
    -webkit-justify-content: center;
    justify-content: center; }
  footer.read-more .wp-post-image {
    height: 180px !important; }
  footer.read-more h1.teaser-hed {
    text-align: left;
    padding-left: 1rem; }
  footer.read-more .taxonomies {
    position: absolute;
    bottom: calc(100% + .15rem);
    overflow: hidden;
    left: 0.25rem;
    font-size: 0; }
    footer.read-more .taxonomies .mediums, footer.read-more .taxonomies .topics, footer.read-more .taxonomies .collections, footer.read-more .taxonomies .series {
      vertical-align: bottom;
      line-height: 1.25rem;
      position: relative;
      left: auto;
      bottom: auto;
      top: auto;
      right: auto;
      margin: 0;
      display: inline-block;
      height: 1.25rem; }
      footer.read-more .taxonomies .mediums a, footer.read-more .taxonomies .topics a, footer.read-more .taxonomies .collections a, footer.read-more .taxonomies .series a {
        margin: 0 0.35rem 0 0; }
    footer.read-more .taxonomies .topics a, footer.read-more .taxonomies .collections a {
      background-color: #8c8b8b; }
      footer.read-more .taxonomies .topics a:hover, footer.read-more .taxonomies .collections a:hover {
        background-color: #a6a4a4; }
    footer.read-more .taxonomies .series a {
      background-color: #C73F72; }
      footer.read-more .taxonomies .series a:hover {
        background-color: #b01550; }

body.archive .stories {
  -webkit-justify-content: center;
  justify-content: center; }

.pull-quote, body.single article .body-text blockquote.TextBlock[data-role="quote"], body.page article blockquote.TextBlock[data-role="quote"] {
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0.5em;
  margin: 1em auto;
  color: #c60352;
  display: block;
  max-width: calc( 800px + 10em );
  text-align: left; }
  .pull-quote p:last-of-type, body.single article .body-text blockquote.TextBlock[data-role="quote"] p:last-of-type, body.page article blockquote.TextBlock[data-role="quote"] p:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 37.5em) {
    .pull-quote, body.single article .body-text blockquote.TextBlock[data-role="quote"], body.page article blockquote.TextBlock[data-role="quote"] {
      padding: 1em 2em;
      font-size: 1.3rem; } }

.caption {
  font-size: 0.75em;
  padding: 0.5em 1em 1em;
  font-style: italic;
  text-align: left;
  line-height: 1.3; }

.dropcap, [data-effect="dropcaps"]::first-letter {
  float: left;
  font-size: 350%;
  height: .7em;
  line-height: .85em;
  margin: 2px 0 -5px;
  padding: 0 0.1em 0 0; }

.alignright, figure[data-size="small"][data-position="right"] {
  display: block;
  margin: 0.5em auto 0.5em;
  max-width: 100%;
  height: auto;
  float: none;
  clear: both; }
  @media screen and (min-width: 37.5em) {
    .alignright, figure[data-size="small"][data-position="right"] {
      margin: 0.5em 0 0.5em 1em;
      max-width: 65%;
      float: right; } }
  @media screen and (min-width: 50em) {
    .alignright, figure[data-size="small"][data-position="right"] {
      margin: 0.5em 1em 1em 1em; } }
  @media screen and (min-width: 56.25em) {
    .alignright, figure[data-size="small"][data-position="right"] {
      max-width: 640px; } }

.alignleft, figure[data-size="small"][data-position="left"] {
  display: block;
  float: none;
  clear: both;
  margin: 0.5em auto 0.5em;
  max-width: 100%;
  height: auto; }
  @media screen and (min-width: 37.5em) {
    .alignleft, figure[data-size="small"][data-position="left"] {
      margin: 0.5em 1em 0.5em 0;
      max-width: 65%;
      float: left; } }
  @media screen and (min-width: 50em) {
    .alignleft, figure[data-size="small"][data-position="left"] {
      margin: 0.5em 1em 1em 1em; } }
  @media screen and (min-width: 56.25em) {
    .alignleft, figure[data-size="small"][data-position="left"] {
      max-width: 640px; } }

.aligncenter, [data-position="center"],
[data-position="right"],
[data-position="left"] {
  display: block;
  float: none;
  clear: both;
  text-align: center;
  margin: 0.5em auto 1em;
  max-width: 100%;
  height: auto; }

#main {
  text-align: center; }

header.page-header {
  margin: 0 auto 0.5em auto; }
  header.page-header h1 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0 auto;
    padding: 0 1em;
    letter-spacing: 0.04em; }
  @media screen and (min-width: 37.5em) {
    header.page-header {
      margin-bottom: 1em; }
      header.page-header h1 {
        font-size: 1.8rem; } }

body.single header.page-header .byline {
  display: block;
  margin: 1em auto;
  padding: 0 0.4rem;
  font-size: 0.8rem;
  line-height: 1.2; }
  @media screen and (min-width: 37.5em) {
    body.single header.page-header .byline {
      font-size: 1rem; } }
body.single header.page-header .pub-date {
  font-size: 0.7rem; }
  @media screen and (min-width: 37.5em) {
    body.single header.page-header .pub-date {
      font-size: inherit; } }
body.single header.page-header .taxonomies {
  line-height: 1.2;
  margin-bottom: 1rem;
  text-align: center;
  padding: 0 0.2rem;
  font-size: 0; }
  @media screen and (min-width: 37.5em) {
    body.single header.page-header .taxonomies {
      font-size: 1rem;
      padding: 0 1rem;
      margin-bottom: 2rem; } }
  body.single header.page-header .taxonomies .mediums, body.single header.page-header .taxonomies .topics, body.single header.page-header .taxonomies .collections, body.single header.page-header .taxonomies .collections, body.single header.page-header .taxonomies .series {
    display: inline-block;
    line-height: 1.6;
    font-size: 0.8em;
    text-align: center; }
body.single header.page-header .dek {
  margin: 1em auto 1.5em;
  max-width: 44em;
  padding: 0 0.4rem;
  font-size: 0.8rem;
  line-height: 1.3; }
  @media screen and (min-width: 37.5em) {
    body.single header.page-header .dek {
      font-size: 1rem;
      line-height: 1.4; } }
body.single .wp-post-image {
  width: 100%;
  height: auto; }

.body-text {
  margin: 1.5em auto 2em;
  font-size: 0.85em;
  line-height: 1.4;
  text-align: left;
  padding: 0 0.4rem; }
  @media screen and (min-width: 37.5em) {
    .body-text {
      margin-top: 2.25rem;
      font-size: 0.95em;
      line-height: 1.6; } }
  @media screen and (min-width: 50em) {
    .body-text {
      margin-top: 3rem; } }
  .body-text p, .body-text ul, .body-text ol, .body-text h2, .body-text h3, .body-text iframe {
    margin: 0 auto 1em;
    display: block;
    max-width: 800px; }
    .body-text p .alignright, .body-text p figure[data-size="small"][data-position="right"], .body-text ul .alignright, .body-text ul figure[data-size="small"][data-position="right"], .body-text ol .alignright, .body-text ol figure[data-size="small"][data-position="right"], .body-text h2 .alignright, .body-text h2 figure[data-size="small"][data-position="right"], .body-text h3 .alignright, .body-text h3 figure[data-size="small"][data-position="right"], .body-text iframe .alignright, .body-text iframe figure[data-size="small"][data-position="right"] {
      margin-top: .25em;
      margin-right: auto; }
    .body-text p .alignleft, .body-text p figure[data-size="small"][data-position="left"], .body-text ul .alignleft, .body-text ul figure[data-size="small"][data-position="left"], .body-text ol .alignleft, .body-text ol figure[data-size="small"][data-position="left"], .body-text h2 .alignleft, .body-text h2 figure[data-size="small"][data-position="left"], .body-text h3 .alignleft, .body-text h3 figure[data-size="small"][data-position="left"], .body-text iframe .alignleft, .body-text iframe figure[data-size="small"][data-position="left"] {
      margin-top: .25em;
      margin-left: auto; }
  .body-text h2, .body-text h3 {
    letter-spacing: 0.165em; }
  .body-text h3 {
    font-size: 1em; }
  .body-text .embed-container {
    width: 100%;
    max-width: 800px;
    z-index: 2;
    margin: 0 auto 0.25em; }
  .body-text .responsive-embed-wrapper {
    margin: 0 auto 1em;
    display: block;
    width: 100%;
    clear: both;
    height: auto;
    max-width: 800px;
    max-height: 600px;
    z-index: 2;
    overflow: hidden; }
  .body-text ul {
    list-style: disc; }
  .body-text li {
    margin: 0.25em; }
  .body-text img {
    display: block;
    z-index: 2; }
    .body-text img .aligncenter.size-full, .body-text img .size-full[data-position="center"],
    .body-text img .size-full[data-position="right"],
    .body-text img .size-full[data-position="left"] {
      text-align: center;
      max-width: 100%;
      height: auto;
      display: block; }
  .body-text blockquote {
    padding: 1em 2em;
    max-width: 56%;
    color: #666;
    background-color: white;
    font-size: .9em;
    font-style: italic;
    max-width: calc(800px - 4em);
    margin: 0 auto 1em; }
    .body-text blockquote p:last-of-type {
      margin-bottom: 0; }
  .body-text figure {
    line-height: 1;
    display: block;
    z-index: 2; }
    .body-text figure img {
      max-width: 100%;
      height: auto; }
    .body-text figure figcaption {
      font-size: 0.75em;
      padding: 0.5em 1em;
      background: white;
      border: solid #d4d4d4;
      border-width: 0 1px 1px;
      line-height: 1.3em; }
    .body-text figure p:empty {
      display: none; }
    .body-text figure .responsive-embed-wrapper {
      margin-bottom: 0; }
    .body-text figure iframe {
      margin-bottom: 0; }
    .body-text figure.aligncenter, .body-text figure[data-position="center"],
    .body-text figure[data-position="right"],
    .body-text figure[data-position="left"] {
      text-align: center;
      max-width: 100%; }
      .body-text figure.aligncenter img.size-full, .body-text figure[data-position="center"] img.size-full,
      .body-text figure[data-position="right"] img.size-full,
      .body-text figure[data-position="left"] img.size-full {
        max-width: 100%;
        height: auto; }

.social-tools {
  clear: both;
  font-size: 0;
  text-align: center; }
  @media screen and (min-width: 37.5em) {
    .social-tools {
      margin-left: -0.9rem; } }
  .social-tools .fb-share-button, .social-tools .twitter-share-button, .social-tools .pinterest-share-button-wrapper, .social-tools .tumblr-share-button-wrapper {
    vertical-align: top;
    margin: 0 0.1rem 0.3rem;
    display: inline-block;
    line-height: 1rem;
    max-height: 1rem; }
    @media screen and (min-width: 37.5em) {
      .social-tools .fb-share-button, .social-tools .twitter-share-button, .social-tools .pinterest-share-button-wrapper, .social-tools .tumblr-share-button-wrapper {
        margin: 0 1rem; } }
  .social-tools .email-share-button {
    vertical-align: top;
    border-radius: 0.15rem;
    margin: 0 0.1rem;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.4rem 0 1.4rem;
    display: inline-block;
    color: white;
    font-size: 0.6rem;
    background-color: #747474;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjY0IDE1MDR2LTc2OHEtMzIgMzYtNjkgNjYtMjY4IDIwNi00MjYgMzM4LTUxIDQzLTgzIDY3dC04Ni41IDQ4LjUtMTAyLjUgMjQuNWgtMnEtNDggMC0xMDIuNS0yNC41dC04Ni41LTQ4LjUtODMtNjdxLTE1OC0xMzItNDI2LTMzOC0zNy0zMC02OS02NnY3NjhxMCAxMyA5LjUgMjIuNXQyMi41IDkuNWgxNDcycTEzIDAgMjIuNS05LjV0OS41LTIyLjV6bTAtMTA1MXYtMjQuNWwtLjUtMTMtMy0xMi41LTUuNS05LTktNy41LTE0LTIuNWgtMTQ3MnEtMTMgMC0yMi41IDkuNXQtOS41IDIyLjVxMCAxNjggMTQ3IDI4NCAxOTMgMTUyIDQwMSAzMTcgNiA1IDM1IDI5LjV0NDYgMzcuNSA0NC41IDMxLjUgNTAuNSAyNy41IDQzIDloMnEyMCAwIDQzLTl0NTAuNS0yNy41IDQ0LjUtMzEuNSA0Ni0zNy41IDM1LTI5LjVxMjA4LTE2NSA0MDEtMzE3IDU0LTQzIDEwMC41LTExNS41dDQ2LjUtMTMxLjV6bTEyOC0zN3YxMDg4cTAgNjYtNDcgMTEzdC0xMTMgNDdoLTE0NzJxLTY2IDAtMTEzLTQ3dC00Ny0xMTN2LTEwODhxMC02NiA0Ny0xMTN0MTEzLTQ3aDE0NzJxNjYgMCAxMTMgNDd0NDcgMTEzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
    background-size: .85rem;
    background-position: 0.25rem 0.05rem;
    background-repeat: no-repeat; }
    .social-tools .email-share-button:hover {
      background-color: #666; }

body.error404 .body-text img, body.error404 .body-text .caption {
  margin: 0 auto;
  width: 100%;
  max-width: 40rem;
  height: auto; }

header.page-header.illustrated {
  max-width: 100%;
  position: relative;
  line-height: 1;
  font-size: 0;
  display: block; }
  header.page-header.illustrated h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1rem 0.1em;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2;
    text-align: center; }
  header.page-header.illustrated img {
    max-width: 100%;
    height: auto;
    z-index: 1; }
  header.page-header.illustrated .caption {
    position: absolute;
    font-size: 0.5rem;
    padding-left: 0.5em 1em; }
    @media screen and (min-width: 50em) {
      header.page-header.illustrated .caption {
        padding: 0.5em 0;
        font-size: 0.75rem; } }
  @media screen and (min-width: 37.5em) {
    header.page-header.illustrated h1 {
      font-size: 2rem;
      padding: 2em 1em; } }
  @media screen and (min-width: 50em) {
    header.page-header.illustrated {
      max-width: 800px; }
      header.page-header.illustrated h1 {
        font-size: 2.5rem;
        line-height: 1.6; } }

.search-results-container {
  max-width: 40rem;
  margin: 0 auto; }
  .search-results-container .gsc-control-cse {
    width: 100%;
    border: none;
    background-color: transparent; }
    .search-results-container .gsc-control-cse table.gsc-search-box td.gsc-input {
      padding-right: 0; }
    .search-results-container .gsc-control-cse input.gsc-input {
      height: 1.5rem;
      -webkit-border-radius: 0;
      border-radius: 0; }
    .search-results-container .gsc-control-cse input.gsc-search-button {
      -webkit-border-radius: 0;
      border-radius: 0;
      border: none;
      margin-left: -2px;
      height: 1.5rem;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 0.8rem;
      letter-spacing: 0.05em; }
    .search-results-container .gsc-control-cse .gsc-table-result {
      line-height: 1.3; }
    .search-results-container .gsc-control-cse .gsc-webResult.gsc-result:hover, .search-results-container .gsc-control-cse .gsc-imageResult:hover {
      border: 0 !important; }
    .search-results-container .gsc-control-cse .gs-webResult.gs-result {
      margin: 1rem 0;
      padding: 0;
      border: 0 !important; }
      .search-results-container .gsc-control-cse .gs-webResult.gs-result .gs-title {
        text-align: left;
        text-transform: uppercase;
        font-size: 0.9rem;
        text-decoration: none; }
        .search-results-container .gsc-control-cse .gs-webResult.gs-result .gs-title a.gs-title:link {
          color: #c4014b !important; }
          .search-results-container .gsc-control-cse .gs-webResult.gs-result .gs-title a.gs-title:link b {
            color: #c4014b;
            font-weight: normal;
            font-size: inherit;
            text-decoration: underline; }
      .search-results-container .gsc-control-cse .gs-webResult.gs-result div.gs-visibleUrl, .search-results-container .gsc-control-cse .gs-webResult.gs-result div.gs-visibleUrl {
        font-size: 0.8rem;
        font-weight: normal;
        color: #747474; }
      .search-results-container .gsc-control-cse .gs-webResult.gs-result .gs-snippet, .search-results-container .gsc-control-cse .gs-webResult.gs-result .gsc-url-bottom {
        font-size: 0.8rem; }
      @media screen and (min-width: 37.5em) {
        .search-results-container .gsc-control-cse .gs-webResult.gs-result {
          margin: 2rem 0; } }
  .search-results-container .gsc-webResult.gsc-result {
    padding: 0;
    border: 0 !important; }
  .search-results-container .gs-web-image-box {
    width: 6rem;
    text-align: right;
    max-width: 12rem;
    padding: 0 1rem 0 0px; }
    .search-results-container .gs-web-image-box img.gs-image {
      max-width: 100%; }
    @media screen and (min-width: 37.5em) {
      .search-results-container .gs-web-image-box {
        width: 12rem; } }
  .search-results-container .gsc-table-cell-thumbnail, .search-results-container .gs-promotion-image-cell {
    padding: 0; }
  .search-results-container .gsc-selected-option-container {
    min-width: 80px; }
  .search-results-container .gsc-results .gsc-cursor-box .gsc-cursor-page {
    background-color: #BFBEBE;
    margin: 0 0.5rem 0.5rem;
    padding: 0 .25rem;
    line-height: 2;
    display: inline-block;
    min-width: 2rem;
    text-align: center;
    text-decoration: none; }
  .search-results-container .gsc-results .gsc-cursor {
    font-size: 1rem;
    border: none;
    background-color: transparent; }
    .search-results-container .gsc-results .gsc-cursor .gsc-cursor-box .gsc-cursor-current-page {
      border: none; }
    .search-results-container .gsc-results .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
      text-shadow: none;
      font-weight: normal;
      background-color: #c4014b;
      color: whitesmoke; }

.shortlist, .popular ol, .promo-card ul, .promo-card ol, aside.readmore.sidebar ul {
  text-align: left;
  line-height: 1.2;
  font-size: 0.75rem; }
  .shortlist li, .popular ol li, .promo-card ul li, .promo-card ol li, aside.readmore.sidebar ul li {
    clear: both;
    margin: 0;
    position: relative;
    list-style: none;
    border-bottom: 1px solid #d4d4d4;
    float: left;
    width: 100%;
    padding: 0.5em 0 0.5em 0.5em; }
    .shortlist li img, .popular ol li img, .promo-card ul li img, .promo-card ol li img, aside.readmore.sidebar ul li img {
      float: right;
      margin: 0 0 0 0.5em;
      width: 80px;
      height: 45px;
      object-fit: cover; }
    .shortlist li:first-of-type, .popular ol li:first-of-type, .promo-card ul li:first-of-type, .promo-card ol li:first-of-type, aside.readmore.sidebar ul li:first-of-type {
      border-top: 1px solid #d4d4d4; }

.popular ol {
  counter-reset: li; }
  .popular ol li {
    padding-left: 1.5em; }
    .popular ol li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      left: 0;
      text-align: right; }
.popular img.wpp-thumbnail.wpp_def_noPath {
  display: none; }

.promo-card {
  max-width: 100%;
  width: 75%;
  min-width: 15rem;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  margin: 1em auto 0;
  display: inline-block;
  background: white;
  text-align: left;
  overflow: hidden;
  line-height: 0;
  padding: 0; }
  @media screen and (min-width: 43.75em) {
    .promo-card {
      max-width: 16rem;
      min-width: 16rem;
      width: 16rem;
      -webkit-flex-basis: 16rem;
      flex-basis: 16rem;
      margin: 1em 0.5em; } }
  .promo-card h1, .promo-card h1.list-title {
    width: 100%;
    background-color: #c4014b;
    color: white;
    line-height: 1;
    padding: 0.5rem 0.5rem;
    margin: 0;
    font-size: 0.9rem;
    text-align: center;
    letter-spacing: 0.05em; }
  .promo-card ul, .promo-card ol {
    border: solid #d4d4d4;
    border-width: 0 1px 1px;
    width: 100%;
    float: left; }
    .promo-card ul li:first-of-type, .promo-card ol li:first-of-type {
      border-top: none !important;
      padding-top: 0 !important; }
    .promo-card ul li:last-of-type, .promo-card ol li:last-of-type {
      border-bottom: none !important;
      padding-bottom: 0 !important; }

.promo-card.popular ol {
  padding: 0.5rem; }

.promo-card.spotlight h1 {
  background-color: #666; }
.promo-card.spotlight ul {
  padding: 0.75rem 0.5rem 0.75rem;
  border-bottom: none; }
  .promo-card.spotlight ul p {
    margin-bottom: 0.5em;
    color: #747474; }
  .promo-card.spotlight ul li {
    font-size: 0.8rem;
    padding: 0.75rem 0 0.75rem 0.5em; }
    .promo-card.spotlight ul li img {
      width: 100px;
      height: 56px; }

.promo-card form.mailing-list, .sidebar form.mailing-list {
  clear: both;
  margin: 0;
  padding: 0.5rem;
  border: solid #d4d4d4;
  -webkit-text-size-adjust: 100%;
  /*					width: 7rem;
  		}
  		@include breakpoint(448) {
  			input[type="email"] {
  								min-width: auto;
  			}			
  		} */ }
  .promo-card form.mailing-list input[type="email"], .sidebar form.mailing-list input[type="email"] {
    min-width: 7rem; }

.sidebar form.mailing-list {
  border-width: 0; }

.promo-card form.mailing-list {
  border-width: 0 1px 1px; }
  .promo-card form.mailing-list label {
    -webkit-text-size-adjust: 100%;
    font-size: 0.65rem; }

h1.list-title {
  font-size: 0.85rem;
  margin: 0.25em auto 0.5em;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  color: #747474; }

.sidebar {
  width: 15.2rem;
  max-width: 15.2rem;
  overflow: hidden;
  z-index: 5; }
  @media screen and (min-width: 37.5em) {
    .sidebar {
      width: 16rem;
      max-width: 16rem; } }
  .sidebar.alignleft, figure.sidebar[data-size="small"][data-position="left"] {
    clear: left; }
  .sidebar.alignright, figure.sidebar[data-size="small"][data-position="right"] {
    clear: right; }

aside.readmore.sidebar {
  border: 1px solid #d4d4d4;
  background-color: white;
  line-height: 1.3;
  padding: 0.5rem; }
  aside.readmore.sidebar .list-title a {
    display: block;
    font-size: 1rem; }

aside.popular.sidebar {
  border: 1px solid #d4d4d4;
  background-color: white;
  line-height: 1.3;
  padding: 0 0; }
  aside.popular.sidebar h1.list-title {
    padding-top: 0.5rem; }
  aside.popular.sidebar ol {
    padding: 0 0.5rem; }
    aside.popular.sidebar ol li:last-of-type {
      border-bottom: 0; }

twitterwidget.twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

.partner-row {
  line-height: 1;
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 1em auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: space-around; }
  @media screen and (min-width: 50em) {
    .partner-row {
      justify-content: space-between;
      align-content: space-between; } }
  .partner-row a {
    display: flex;
    background: white;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    margin: 0.5rem;
    height: 180px;
    width: auto; }
  .partner-row:first-of-type a {
    margin: 0.25rem;
    width: 100%;
    height: auto; }
    .partner-row:first-of-type a img {
      width: 200px;
      height: auto; }
    @media screen and (min-width: 37.5em) {
      .partner-row:first-of-type a {
        height: 180px;
        width: auto; } }
  .partner-row:last-of-type a {
    padding: 0.5rem;
    height: 130px; }
    .partner-row:last-of-type a img {
      width: 112px; }
    @media screen and (min-width: 28em) {
      .partner-row:last-of-type a {
        height: 180px;
        width: auto;
        padding: 1rem; }
        .partner-row:last-of-type a img {
          width: 140px; } }
  .partner-row a img {
    width: 140px;
    height: auto; }

body.single article .body-text blockquote.TextBlock[data-role="quote"], body.page article blockquote.TextBlock[data-role="quote"] {
  font-style: inherit;
  background-color: transparent; }

.EmbeddedStory_Cover {
  width: 100% !important; }
  @media screen and (min-width: 37.5em) {
    .EmbeddedStory_Cover {
      max-width: 240px !important;
      float: left !important;
      margin-right: 19px !important; } }

figure.ImageBlock br {
  display: none; }

p.Caption, p.caption {
  font-style: italic; }

._Credit {
  font-style: italic; }
  ._Credit::before {
    content: " "; }

[data-position="center"] img, [data-position="center"] figcaption,
[data-position="right"] img,
[data-position="right"] figcaption,
[data-position="left"] img,
[data-position="left"] figcaption {
  margin-left: auto;
  margin-right: auto; }

figure[data-size="small"] {
  max-width: 340px !important; }

figure[data-size="medium"] {
  max-width: 720px !important;
  clear: both;
  float: none; }

figure[data-size="large"],
figure[data-size="full"] {
  max-width: 1000px !important; }

[data-align="left"] {
  text-align: left; }

[data-align="right"] {
  text-align: right; }

[data-align="center"],
figure[data-size="medium"][data-align="left"],
figure[data-size="medium"][data-align="right"],
figure[data-size="large"][data-align="left"],
figure[data-size="large"][data-align="right"],
figure[data-size="full"][data-align="left"],
figure[data-size="full"][data-align="right"] {
  text-align: center; }

body.admin-bar #wpadminbar {
  display: none; }
@media screen and (min-width: 50em) {
  body.admin-bar {
    margin-top: 32px !important; }
    body.admin-bar #wpadminbar {
      display: block; } }

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