/*!
Theme Name: Sparknotes
Theme URI: http://community.sparknotes.com/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sparknotes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Sparknotes is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Fun Quiz
# Plugin Overrides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

html,body
{
    margin: 0;
    padding: 0;
    position: relative;
    line-height: 1;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	position: relative;
}

@media (max-width: 980px) {
	body {
    	overflow-x: hidden;
	}
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

.post h1 {
	margin: 0.17em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

[data-pw-desk] {margin-bottom: 2rem;}
[data-pw-mobi] {margin-bottom: 2rem;}

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

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

.header-space {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.header-space > [data-pw-mobi], [data-pw-desk] {
	margin-bottom: 0;
}

.home .entry-title {
	line-height: 24px;
}

.post .entry-title {
	line-height: 30px;
}

.entry-title > a {
	font-family: ralewayBold, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.entry-title > a:visited {
	color: #000;
}

.entry-meta-mobile-social {
	display: none;
	float: right;
}

.entry-meta-mobile-social img {
	width: 25px;
}

.entry-meta-mobile-social > a:first-of-type img {
	margin-right: 20px;
}

.byline {
	text-transform: capitalize;
	font-family: ralewaySemiBold, sans-serif; 
}

.byline .author.vcard {
	text-transform: capitalize;
	font-family: ralewayRegular, sans-serif; 
}

@media screen and (max-width: 980px) {
	.entry-meta-mobile-social {
		display: inline;
	}
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.tag-fun-quizzes .entry-title {
	margin: 0;
}

[data-category="quizzes"] {
  max-width: 1160px !important;
}

[data-category="Quizzes"] {
  max-width: 1160px !important;
}

/* mobile social unit hidden on quizzes only... */
@media screen and (max-width: 980px) {
	.tag-fun-quizzes + .social-unit--mobile {
		display: none;
	}
}

.main-header {
	font-size: 2em;
    margin: 0.67em 0;
    font-family: ralewayBlack, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.main-header--light {
	font-family: ralewayLight, sans-serif;
}

.main-header a {
	color: #484848;
}

.main-header a:hover {
	color: #484848;
}

.byline--by {
	font-family: ralewaySemiBold, sans-serif;
}

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

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

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

/*@media (max-width: 980px) {
	body {
		overflow-x: visible !important;
	}
}*/

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

#primary {
	margin-top: 47px;
	width: 70%;
}

#primary h1 {
	padding-bottom: 0.2em;
	font-family: ralewaySemiBold, sans-serif;
	text-transform: capitalize;
	font-size: 25px;
}

#primary h2 {
	padding-bottom: 0.2em;
	text-transform: capitalize;
	font-size: 25px;
}

@media screen and (max-width: 1164px) {
	#primary { 
		width: 55.5555%;
		margin-left: 2rem;
	}
}


@media screen and (max-width: 980px) {
	#primary { 
		width: 90%;
		margin: 45px auto;
	}
}

.blog-side {
	width: 100%;
	padding: 1.5em 0 1.5em;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	display: grid;
}

@media screen and (max-width: 980px) {
	.blog-side img {
		width: 50%;
	}
}

.blog-posts-section {
	padding-top: 2rem;
}

.blog-posts-section--embed {
	display: none;
}

@media screen and (max-width: 980px) {
	.site-main .blog-posts-section--embed {
		display: block !important;
	}
	.site-main #morelikethis-slider {
		display: block !important;
	}
}

.blog-side--2col {
	grid-template-columns: 1fr 1fr;
}

.blog-side--2col article[class*="post-"] {
    margin: 0em 1em 40px 0em;
}

.blog-side--3col {
	grid-template-columns: 1fr 1fr 1fr;
}

.blog-side--3col article[class*="post-"] {
    margin: 0em 1em 2.2em 0em;
}

.blog-side--3col .entry-title {
	line-height: 24px;
}

@media screen and (max-width: 980px) {
	.blog-side--2col {
		grid-template-columns: auto;
	}
	.blog-side--3col {
		display: block;
	}
	.blog-side--3col .post {
		display: flex;
		border-bottom: 1px solid #e5e5e5;
    	margin-bottom: 2rem;
	}
	.blog-side--3col .post img {
		width: 100%;
	}
	.blog-side--3col .post .entry-header {
    	padding-left: 1.5rem;
    	margin-bottom: 1.5rem;
	}
	.blog-side--3col .post .entry-title {
		font-size: 18px !important;
	}
}

.blog-side--author {
	border-top: none;
}

.blog-side--author article {
	margin: 0em 1em 1em 0em;
}

.blog-side--fun-quizzes {
	grid-template-columns: auto auto auto auto;
}
@media screen and (max-width: 980px) {
	.blog-side--fun-quizzes {
		display: grid !important;
		grid-template-columns: auto auto;
	}
}

.blog-side--fun-quizzes img {
	width: 175px;
	height: 90px;
}

@media screen and (max-width: 980px) {
	.blog-side--fun-quizzes img {
		width: auto;
	}
}

.blog-side--fun-quizzes h3 {
	padding-bottom: 15px;
	width: 80%;
}

.blog-side--latest-posts {
	display: inline-block;
}

.blog-side--most-popular {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 980px) {
	.blog-side--most-popular {
		display: block;
	}
}

.latest-posts-post {
	display: inherit;
	padding-bottom: 40px;
}

.latest-posts-post img {
	width: 48%;
}

@media screen and (max-width: 980px) {
	.latest-posts-post {
		   border-bottom: 1px solid #e5e5e5;
		margin-bottom: 2rem;
	}
	.latest-posts-post h2 {
		font-size: 16px;
	}
}

.latest-post-info {
	width: 51%;
	float: right;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.widget-area {
	margin-top: 3rem;
}

.widget-header-link h2 {
	display: inline-block;
}

.widget-header-link a {
	vertical-align: text-bottom;
	padding-left: 9px;
	font-size: 12px;
	font-family: ralewaySemiBold, sans-serif;
	color: #217cb5;
}

.post-content {
	width: 60%;
}

.owl-prev {
    position: absolute;
    left: 0;
    border: none;
    top: 45%;
    width: 25px;
    height: 30px;
    background-color: transparent!important;
    background-image: url(/images/sprites.png);
    background-position: 411px 520px;
}

.owl-prev.disabled {
    background-position: 348px 520px;
    width: 23px;
    background-color: transparent!important;
    cursor: default!important;
}

.owl-next {
    position: absolute;
    right: 0;
    border: none;
    top: 45%;
    width: 25px;
    height: 30px;
    background-color: transparent!important;
    background-image: url(/images/sprites.png);
    background-position: 322px 520px;
}

.owl-next.disabled {
    background-position: 260px 520px;
    width: 25px;
    background-color: transparent!important;
    cursor: default!important;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

.view-more-wrapper {
	position: relative;
	width: 145px;
	margin: 60px auto;
	grid-column: 1 / span 2;
}

.view-more-posts {
	font-family: ralewayLight,sans-serif;
    font-size: 15px;
    padding: 7px 15px;
    background: 0 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: #217cb5;
    text-align: center;
}

.vmp-disabled {
	border: solid 1px #e5e5e5;
	color: #b9b9b9;
}

.vmp-disabled:hover {
	color: #b9b9b9;
}

.get-questions-main, .get-slideshow {
	padding: 15px 12px 15px 45px;
	border-radius: 5px; 
	border: solid 2px white;
	color: #fff;
	background-color: #00000087; 
	position: relative; 
	grid-column: 1/ 2;
    display: block;
    grid-row: 1/ 2;
    align-self: center;
    justify-self: center;
}

.get-questions-main:hover, .get-slideshow:hover {
	color: #fff;
}

.get-slideshow a {
	color: #fff;
}

/* keep get slideshow button centered always - doesn't matter whats after it */
.get-slideshow + * {
	grid-column: 1/ 2;
    display: block;
    grid-row: 1/ 2;
}
.get-questions-main + * {
	grid-column: 1/ 2;
    display: block;
    grid-row: 1/ 2;
}

@media (max-width: 980px) {
	.get-questions-main, .get-slideshow {
		grid-row: auto;
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
		background-color: transparent;
		border: solid 1px #ccc;
		color: #217cb5;
	}
	.get-questions-main:hover, .get-slideshow:hover {
		color: #217cb5;
	}
	.get-slideshow a {
		color: #217cb5;
	}
}


.get-questions.take-the-quiz {
	font-family: ralewayBold,sans-serif;
	border: 1px solid #ccc;
	padding: 1em 1.5em;
	margin: 30px 0 40px;
	border-radius: 10px;
	font-size: 14px;
	justify-self: start;
}

.get-slideshow {
	max-width: 26.4%;
}

@media (max-width: 1164px) {
	.get-questions.take-the-quiz {
		display: none;
	}
	.get-slideshow {
		max-width: 100%;
		text-align: center;
	}
}

#slide-top-section h3 {
	font-size: 18px;
	margin-top: 20px;
}

.slide-top-section {
	display: flex;
}

#slide-top-section {
	margin-top: 2rem;
}	

@media (max-width: 980px) {
	#slide-top-section {
		order: -1;
	}	

	.slide-top-section {
		display: block;
	}
}

.get-questions-main:before, .get-slideshow:before {
	content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 20px;
    width: 23px;
    height: 23px;
    background-image: url("./icon_new_window.png");
    background-repeat: no-repeat;
}

@media (max-width: 980px) {
	.get-questions-main:before, .get-slideshow:before {
		 background-image: url("./icon_nw_mobile.png");
		 left: 25%;
	}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

/*.site-main {
	width: 1164px;
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.site-main {
		display: block;
	}
}*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.sub-menu {
	display: none;
	position: absolute;
	top: 33px;
	left: -20px;
	width: 200px;
	padding: 15px;
	font-family: ralewayBold, sans-serif;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.sub-menu li {
	line-height: 2.5em;
}

.title-nav__item:hover .sub-menu {
	display: block;
}

@media screen and (max-width: 980px) {
	#n2-ss-2-arrow-next, #n2-ss-2-arrow-previous {
		top: -80px !important;
	}
	#n2-ss-2-arrow-next {
		right: 0 !important;
	}
	#n2-ss-2-arrow-previous {
		left: 0 !important;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

/* Don't show the featured tag on quizzes */
#content[data-featured-tag="fun quizzes"] .cat-links:first-of-type {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.site-content {
	display: flex;
	max-width: 1164px;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.blog-post-content-area {
	width: 70%;
}

/* Blog Post Header */
.blog-post-content-area .entry-title > a {
	font-size: 22px;
}

@media screen and (max-width: 980px) {
	.blog-post-content-area {
		width: 90%;
		margin: 0 auto;
	}
}

.blog-post-content {
	display: flex;
	max-width: 970px;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.four0four-area {
	margin: 0 auto;
}

@media screen and (max-width: 980px) {
	.blog-post-content {
		display: block;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 980px) {
	.site-content {
		float: none;
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 980px) {
	.right_rail {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	.widget-area p {
		display: none;
	}
}

@media (max-width: 1164px) {
	.post-page-sidebar {
    	display: none !important;
	}
}


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

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

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

article[class*="post-"] {
	margin: 0em 1em 1em 0em;
}

.page-template-default #primary {
	max-width: 1164px;
	margin: 0 auto;
}

#related-tags h3 {
	padding-bottom: .5rem;
}

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

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

.entry-content {
	display: grid;
	position: relative;
	font-family: raleway, sans-serif
}

.entry-content img {
	width: 100%;
}



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

.widget select {
	max-width: 100%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-date.published {
	font-family: ralewaySemiBold,sans-serif;
    font-size: 12px;
    color: #8f8f8f;
}

.right_rail {
	float: right;
	margin-left: 3rem;
	margin-top: 3.2rem;
}

.right_rail img {
	display: block;
}

/*Spinner animation*/

.lds-ring {
  display: none;
  position: absolute;
  left: -43px;
  top: -6px;
  width: 40px;
  height: 23px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  margin: 6px;
  border: 2px solid #217cb5;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #217cb5 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

.entry-content blockquote {
	position: relative;
    width: 360px;
    margin: 0 auto;
    font-family: ralewayMedium,sans-serif;
    line-height: 30px;
}

@media screen and (max-width: 980px) {
	.entry-content blockquote {
		width: 200px;
	}
}

.entry-content blockquote:before {
	    display: table;
    content: "";
    position: absolute;
    left: -74px;
    width: 60px;
    height: 51px;
    background-image: url(https://sparknotes.com/images/character-quote.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.entry-content blockquote:after {
    display: table;
    content: "";
    position: absolute;
    left: 382px;
    bottom: 10px;
    width: 60px;
    height: 51px;
    background-image: url(https://sparknotes.com/images/character-quote.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -59px;
}

@media (max-width: 980px) {
	.entry-content-slideshow {
		display: flex;
		flex-direction: column;
	}	
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.post-page-sidebar {
	display: flex;
	flex-direction: column;
}

.related-tags-box {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.related-tags__tags {
	list-style-type: none; 
	margin-top: 1.1rem;
	margin-left: 0;
}

.related-tags__tags li {
	display: inline-block;
	padding: 0.2rem 0.8rem !important;
	margin: 0.3rem;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.related-tags__tags li:hover {
	border: 1px solid #217cb5;
}

.related-tags__tags li a {
	    color: #217cb5;
	font-size: 13px;
	font-family: ralewayRegular, sans-serif;
}

@media (max-width: 980px) {
	#morelikethis-slider {
		display: none;
	}
}

#morelikethis-slider .owl-nav {
	position: relative: ;
}

.social-unit {
    position: absolute;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem;
    width: 60px;
    float: left;
    margin-left: 0;
    margin-top: 83px;
}

.social-unit--interior {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    margin-left: -99px;
}

.social-unit--desktop {
    display: block;
    position: sticky;
    top: 70px;
}

.social-unit--mobile {
	display: none;
}
@media (max-width: 1164px) {
	.social-unit--desktop {
		display: none;
	}

	.social-unit {
    	position: relative;
    	width: 100%;
    	padding: 5px;
    	margin: 0 0 5rem;
	}
	.social-unit--mobile {
		display: block;
		margin-top: 3rem;
		margin-bottom: 4rem;
		padding: 0.8rem;
	}

	.social-unit--mobile img {
		width: 25px;
	}
	.social-unit--mobile .social-unit li {
		padding: 1rem 0 1rem !important;
	}
	/* hide the double on quizzes */
	
	.social-unit ul {
    	text-align: center;
    	padding-left: 3rem;
	}
	.social-unit li {
    	display: inline-block!important;
    	margin-right: 2rem;
    	padding-top: 0.5rem !important;
	}
	.social-unit li:first-of-type {
    	border-right: 1px solid #ccc;
    	padding-right: 2rem !important;
	}
}
.social-unit ul {
	margin: 0;
}

.social-unit li {
    display: block;
    padding-bottom: 0;
}

.social-unit li:first-child {
    padding-bottom: 1rem !important;
}

.social-unit img {
	max-width: initial;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Plugin Overrides
--------------------------------------------------------------*/

#blog-slider, #fq-slider {
	display: inline-flex !important;
	margin-top: 10px;
}

#morelikethis-slider {
	padding: 20px 0 20px 0;
}

.homepage-slider {
	display: block;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px 41px 20px 40px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 980px) { 
	.homepage-slider {
		padding: 20px 0 20px 0 !important;
	}
	.owl-carousel .owl-stage {
		padding-left: 0 !important;
	}
}

#blog-slider .post-content {
	padding: 0;
	width: 100%;
}

#blog-slider .post-author {
	font-size: 14px;
}

#blog-slider .post-title {
	padding-top: 10px;
}

.author-section-block {
	order: 2;
	margin-top: 3.5rem;
	width: 30%;
	margin-left: 3rem;
}
@media (max-width: 980px) {
	.author-section-block {
		width: 90%;
		margin: 0 auto;
		padding-top: 2.5rem;
	}
	.author-section-block h3 {
		font-size: 18px;
	}
}

.author-section {
	margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px 0 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
	.author-section-block {
		width: 260px;
		margin-top: 2rem;
		margin: 0 auto;
	}

	.author-imginfo img {
		width: 35%;
	}
}

.author-section img {
	border-radius: 50%;
	width: 25%;
}

@media (min-width: 767px) and (max-width: 980px) {
	.author-section img {
		position: absolute;
		width: auto;
		float: left;
	}
}

.author-links {
	list-style-type: none;
	margin-left: 20px;
}

.author-links__link {
	position: relative;
}

.author-links__link a {
	font-size: 14px;
}

.author-links--twitter:before {
	content: '';
	position: absolute;
	left: -20px;
    top: 5px;
	width: 14px;
	height: 14px;
	background-image: url("https://sparknotes.com/images/social_twitter.png");
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

.author-links--website:before {
	content: '';
	position: absolute;
	left: -20px;
    top: 5px;
	width: 14px;
	height: 14px;
	background-image: url("./icon_website.png");
	background-repeat: no-repeat;
	filter: grayscale(100%);
}

.author-info {
	float: right;
	margin-right: 95px;
}

@media (max-width: 1164px) {
	.author-info {
		margin-right: 35px;
	}
}

@media (min-width: 767px) and (max-width: 980px) {
	.author-info {
		float: left;
		margin-left: 10rem;
	}
}

@media (max-width: 980px) {
	.author-content, .blog-side--author {
		display: block;
		width: 100%;
	}
}

.author-section p {
	clear: both;
}

@media (min-width: 767px) and (max-width: 980px) { 
	.author-section p {
		margin-left: 10rem;
	}
}

.homepage-slider--side.blog-posts-section {
	padding-top: 0;
	margin: 0;
}

.category .homepage-slider--side.blog-posts-section {
	padding-top: 0;
	margin: 0;
}

.homepage-slider--side {
	margin-top: 5rem;
}

@media (max-width: 1164px) { 
	.homepage-slider--side {
		display: none !important;
	}
}

.blog-side--3col .view-more-wrapper {
	grid-column: 1 / span 3;
}

.post-date {
    font-family: ralewaySemiBold,sans-serif;
    font-size: 11px;
    color: #8f8f8f;
}

.pt-cv-thumbnail {
	width: 100% !important;
}

.pt-cv-content {
	display: none !important;
}

.menu-toggle {
	display: none !important;
}

.pt-cv-wrapper {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.n2-ss-slider [data-mode=blurfit] .n2-ss-slide-background-image, .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
	background-size: contain !important;
}

div.n2-ss-slide-backgrounds {
	background-color: #000 !important;
}

/*--------------------------------------------------------------
## Sparknotes Styles from Node Site
--------------------------------------------------------------*/

@font-face {
  font-family: ralewayBlack;
  src: url("/fonts/raleway/Raleway-Black.ttf"); }
@font-face {
  font-family: ralewayBlackItalic;
  src: url("/fonts/raleway/Raleway-BlackItalic.ttf"); }
@font-face {
  font-family: ralewayBold;
  src: url("/fonts/raleway/Raleway-Bold.ttf"); }
@font-face {
  font-family: ralewayBoldItalic;
  src: url("/fonts/raleway/Raleway-BoldItalic.ttf"); }
@font-face {
  font-family: ralewayExtraBold;
  src: url("/fonts/raleway/Raleway-ExtraBold.ttf"); }
@font-face {
  font-family: ralewayExtraBoldItalic;
  src: url("/fonts/raleway/Raleway-ExtraBoldItalic.ttf"); }
@font-face {
  font-family: ralewayExtraLight;
  src: url("/fonts/raleway/Raleway-ExtraLight.ttf"); }
@font-face {
  font-family: ralewayExtraLightItalic;
  src: url("/fonts/raleway/Raleway-ExtraLightItalic.ttf"); }
@font-face {
  font-family: ralewayItalic;
  src: url("/fonts/raleway/Raleway-Italic.ttf"); }
@font-face {
  font-family: ralewayLight;
  src: url("/fonts/raleway/Raleway-Light.ttf"); }
@font-face {
  font-family: ralewayLightItalic;
  src: url("/fonts/raleway/Raleway-LightItalic.ttf"); }
@font-face {
  font-family: ralewayMedium;
  src: url("/fonts/raleway/Raleway-Medium.ttf"); }
@font-face {
  font-family: ralewayMediumItalic;
  src: url("/fonts/raleway/Raleway-MediumItalic.ttf"); }
@font-face {
  font-family: ralewayRegular;
  src: url("/fonts/raleway/Raleway-Regular.ttf"); }
@font-face {
  font-family: ralewaySemiBold;
  src: url("/fonts/raleway/Raleway-SemiBold.ttf"); }
@font-face {
  font-family: ralewaySemiBoldItalic;
  src: url("/fonts/raleway/Raleway-SemiBoldItalic.ttf"); }
@font-face {
  font-family: ralewayThin;
  src: url("/fonts/raleway/Raleway-Thin.ttf"); }
@font-face {
  font-family: ralewayThinItalic;
  src: url("/fonts/raleway/Raleway-ThinItalic.ttf"); }
.global-header,
.global-nav-mobile-panel {
  font-family: ralewayMedium, sans-serif;
  font-size: 1rem; }

.global-header {
  border-bottom: 1px solid #cccccc;
  position: relative;
  color: #217cb5; }
  @media (min-width: 981px) {
    .global-header {
      padding-left: 12px;
      padding-right: 12px;
      padding-top: 6px;
      background-color: #fff; } }
  .global-header__container {
    max-width: 1164px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    @media (max-width: 980px) {
      .global-header__container {
        justify-content: space-between;
        align-items: center; } }
  @media (min-width: 981px) {
    .global-header__logo {
      display: flex;
      align-items: center;
      flex: 0 1 230px; } }
  @media (max-width: 980px) {
    .global-header__logo {
      flex: 0 1 200px; } }
  @media (min-width: 981px) {
    .global-header__logo__img {
      margin-bottom: 16px;
      width: 100%; } }
  .global-header .nav-main {
    padding: 10px 16px; }
    @media (max-width: 980px) {
      .global-header .nav-main {
        display: none; } }
    .global-header .nav-main > ul {
      display: flex; 
          margin: 0;
  }
  .global-header .nav-secondary {
    padding: 10px 16px;
    margin-left: auto;
    font-size: 0.8125rem; }
    @media (max-width: 980px) {
      .global-header .nav-secondary {
        display: none; } }
    .global-header .nav-secondary > ul {
      display: flex; 
       margin: 0 0 0 3em;
  }
  .global-header .nav-item {
    display: block;
    line-height: 1.2; }
    .global-header .nav-item--secondary {
      display: flex;
      align-items: center; }
      .global-header .nav-item--secondary:not(:first-child):before {
        content: "";
        display: block;
        height: 20px;
        width: 1px;
        background-color: #8f8f8f; }
  .global-header .nav-link {
    display: block;
    position: relative; 
    color: #217cb5;
}
    @media (min-width: 1165px) {
      .global-header .nav-link {
        padding: 14px 16px;
        display: flex;
        align-items: center; }
        .global-header .nav-link:after {
          left: 16px;
          right: 16px; } }
    @media (min-width: 981px) and (max-width: 1164px) {
      .global-header .nav-link {
        padding: 14px 8px;
        display: flex;
        align-items: center; }
        .global-header .nav-link:after {
          left: 8px;
          right: 8px; } }
    .global-header .nav-link--secondary {
      align-self: stretch; }
    .global-header .nav-link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      height: 3px;
      background-color: #217cb5;
      transform: scaleX(0);
      opacity: 0;
      transition: all 0.2s; }
    .global-header .nav-link:hover:after {
      transform: scaleX(1);
      opacity: 1; }
    .global-header .nav-link--button {
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      cursor: pointer; }
  .global-header .username-wrap {
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .global-header .mobile-menu-reveal {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    padding: 16px; }
    @media (min-width: 981px) {
      .global-header .mobile-menu-reveal {
        display: none; } }
    @media (max-width: 980px) {
      .global-header .mobile-menu-reveal {
        display: block; } }
  .global-header .mobile-search-reveal {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    padding: 16px; }
    @media (min-width: 981px) {
      .global-header .mobile-search-reveal {
        display: none; } }

.global-nav-mobile-panel {
  flex-direction: column;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .global-nav-mobile-panel.-show {
    display: flex;
    animation: slideLeft 0.3s; }
  .global-nav-mobile-panel:not(.-show) {
    display: none; }
  .global-nav-mobile-panel__close {
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    align-self: flex-end;
    padding: 16px; }
  .global-nav-mobile-panel .mobile-search {
    border: 1px solid #e5e5e5;
    font-family: ralewayLight, sans-serif;
    font-size: 1.125rem;
    margin-left: 16px;
    margin-right: 16px;
    display: flex; }
    .global-nav-mobile-panel .mobile-search__input {
      padding: 16px;
      font: inherit;
      border: none;
      flex: 1;
      color: #292c2e; }
      .global-nav-mobile-panel .mobile-search__input::placeholder {
        color: #8f8f8f; }
    .global-nav-mobile-panel .mobile-search__button {
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      cursor: pointer;
      padding: 0 12px;
      flex: none; }
      .global-nav-mobile-panel .mobile-search__button__label {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px; }
  .global-nav-mobile-panel .nav-main {
    font-family: ralewayBold, sans-serif;
    font-size: 1.125rem;
    padding: 16px 16px 8px; }
    .global-nav-mobile-panel .nav-main > ul {
    	list-style-type: none;
    	margin-left: 5px;
    }
  .global-nav-mobile-panel .nav-secondary {
    padding: 16px 16px 8px; }
    .global-nav-mobile-panel .nav-secondary ul {
      display: flex;
      justify-content: stretch; 
      margin-left: 5px;
  }
  .global-nav-mobile-panel .nav-item--secondary {
    flex: 1;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center; }
    .global-nav-mobile-panel .nav-item--secondary:not(:first-child):before {
      content: "";
      display: block;
      height: 30px;
      width: 1px;
      background-color: #e5e5e5; }
  .global-nav-mobile-panel .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block; }
    .global-nav-mobile-panel .nav-link--secondary {
      width: 100%;
      text-align: center;
      padding-right: 8px;
      padding-left: 8px; }

#search-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.98); }
  #search-overlay .search-overlay__wrapper {
    max-width: 752px;
    margin: 0 auto;
    margin-top: 160px;
    background-color: #fff; }
    @media (max-width: 980px) {
      #search-overlay .search-overlay__wrapper {
        padding: 15px;
        margin-top: 30px; } }
  #search-overlay .search-overlay__search-bar {
    width: 720px;
    margin: 0 auto;
    font-size: 35px;
    font-family: ralewayLight;
    color: #292c2e;
    padding: 15px 0 15px 50px;
    border: none;
    border-left: 25px solid #fff;
    border-bottom: 1px solid #cccccc; }
    @media (max-width: 980px) {
      #search-overlay .search-overlay__search-bar {
        width: 100%;
        margin: 0 auto; } }
  #search-overlay .search-overlay__close {
    display: inline;
    vertical-align: middle; }
    #search-overlay .search-overlay__close img {
      padding-left: 10px; }
    @media (max-width: 980px) {
      #search-overlay .search-overlay__close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 24px; } }


/*dont underline on last breadcrumb item*/
#site-breadcrumbs li:last-child:hover {
    text-decoration: none;
}

#global-nav {
	max-width: 1165px;
	padding-bottom: 0.6em !important;
}

.global-nav__items {
	list-style-type: none;
}

#mobile-search-query {
    border: 1px solid #ccc;
    padding: 20px;
    font-family: ralewayLight;
    font-size: 18px;
    padding: 12px 0 12px 12px;
    width: 100%;
}

#login-signup--mobile li {
    display: inline;
    height: 30px;
    padding-right: 0.8rem !important;
    padding-left: 1rem !important;
}

.cat-links {
	display: inline-block;
    font-family: ralewayLight,sans-serif;
    background-color: #df5a00;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.homepage-slider__interior.post-tag {
    font-family: ralewayLight,sans-serif;	
}

.tags-links {
	display: inline-block;
    font-family: ralewayLight,sans-serif;
    background-color: #df5a00;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.tags-links a {
	color: #fff;
}

.cat-links a {
	color: #fff;
}

.question-number, .slide-number {
    width: 50px;
    text-align: center;
    margin: 0 15px 5px 0;
    padding: 10px;
    line-height: 22px;
    font-family: ralewayLight,sans-serif;
    font-size: 34px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.question-total--small, .slide-total--small {
    display: inline-block;
    font-family: ralewayMedium,sans-serif;
    font-size: 12px;
}

@media (max-width: 980px) {
	.question-total--small, .slide-total--small { padding: 0 !important; }
}

@media (max-width: 1164px) {
	.question-number, .slide-number {
		float: none;
		margin: 0 auto;
		padding: 0;
		font-size: inherit;
	}
}

.title-nav {
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  @media (max-width: 980px) {
    .title-nav {
      position: inherit;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch; 
      } 
  }
  .title-nav ul .title-nav__item {
    position: relative;
    display: inline;
    padding-right: 13px;
    font-family: ralewayMedium, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    z-index: 300; }
    .title-nav ul .title-nav__item:first-of-type {
      padding-left: 3.2rem; }
    .title-nav ul .title-nav__item:hover .title-nav__subitem {
      display: grid;
      display: -ms-grid;
      -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
      /*-webkit-overflow-scrolling: touch; */
  }
    @media (max-width: 980px) {
      .title-nav ul .title-nav__item {
        position: inherit; }
        /*Dont show the submenu on hover mobile*/
        #title-nav--items .title-nav__item:hover .sub-menu {
          display: none; 
      	} 
      }
    .title-nav ul .title-nav__item:hover #sonnets-menu {
      display: block !important; }
    @media (max-width: 980px) {
      .title-nav ul .title-nav__item {
        position: inherit; }
        .title-nav ul .title-nav__item:hover #sonnets-menu {
          display: none !important; } }


  .title-nav ul .title-nav__item > a {
    color: #43474a;
    padding: 20px 13px 19px; 
}
    .title-nav ul .title-nav__item:hover > a {
      background-color: #FF7803;
      color: #fff; 
  }

  .title-nav ul .title-nav__item:hover > .arrow-nav-item:after {
    border-top: 4px solid #fff;
  }

.subnav-active {
	background-color: #FF7803;
    color: #fff !important;
}

.title-nav--show {
  display: grid !important;
  display: -ms-grid !important;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto; }

.subitem__header:nth-child(n+2) {
  grid-column: 3/5; }

.list-grid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto; }
  .list-grid li:nth-child(odd) {
    border-right: 1px solid #cccccc; }
    @media (max-width: 980px) {
      .list-grid li:nth-child(odd) {
        border-right: none; } }
  .list-grid li:only-child {
    border-right: none; }

.title-nav__subitem--header li {
  list-style-type: none; }

.active-item {
  background-color: #FF7803;
  color: #fff !important; }

#title-nav--items {
  padding: 14px;
  width: 1220px;
  margin: 0 auto; }
  #title-nav--items ul > li {
    text-align: left;
    display: flex;
    align-items: center; }
  @media (max-width: 980px) {
    #title-nav--items {
      width: 600px; } }

.arrow-nav-item:after {
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #5a5a5a;
  clear: both;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em; }
.arrow-nav-item:hover:after {
  border-top: 4px solid #fff; }

.arrow-nav-item.subnav-active:after, .title-nav__subitem li a.arrow-nav-item:not([href]):after {
  border-top: 4px solid #fff; }

.title-nav__subitem {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 18px;
  padding: 20px;
  z-index: -1;
  text-transform: capitalize;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1); }

@media (max-width: 980px) {
    .title-nav__subitem {
      top: 0;
      left: 0 !important;
      margin-top: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      overflow-y: scroll; 
  	} 
  	.sub-menu {
      top: 0;
      margin-top: 0;
      position: fixed;
      width: 100%;
      height: 100%;
      overflow-y: scroll; 
  	} 
  	.sub-menu li {
  		line-height: 30px;
    	font-family: ralewaySemiBold,sans-serif;
    	font-size: 18px;
    	padding-left: 30px !important;
    	padding-right: 10px;
    	list-style-position: inside;
    	width: 230px;
    	text-transform: none;
  	}
}

.title-nav-mobileHeader {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    text-transform: capitalize;
}

.title-nav-mobileHeader:after {
    background: url(https://sparknotes.com/images/sprites.png) !important;
        background-position: -140px 395px !important;
}

.title-nav__subitem li {
    line-height: 30px;
    font-family: ralewaySemiBold, sans-serif;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
    list-style-position: inside;
    width: 230px;
    text-transform: none; 
}
.title-nav__subitem li a {
	color: #217cb5 !important; 
}
.title-nav__subitem li a:hover {
    text-decoration: underline; 
}
    

.tns--mobile-show {
  display: block!important;
  z-index: 50 !important;
  -webkit-overflow-scrolling: unset !important;
}

.tns--mobile-show .sub-list {
	border: none;
}

.tns--mobile-show .list-grid, .sub-list {
	display: block;
    border: none;
}

.tns--mobile-show .list-grid, .sub-list li {
	border: none;
    list-style-type: disc;
}

.tns--mobile-show .list-grid, .sub-list li a {
	font-size: 18px;
    text-decoration: underline;
}

@media (max-width: 980px) {
  .title-nav {
    overflow-x: scroll;
    overflow-y: hidden; 
	} 
}

.title-nav-mobileHeader {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px; }
  .title-nav-mobileHeader:after {
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    content: '';
    width: 20px;
    height: 20px;
    background: url("/images/sprites.png");
    background-position: -140px 395px; }

.blog-nav, .short-stories, .poetry, .drama {
  border-top: 5px solid #FF7803; 
}

/*Fix thing where menu doesnt overlap content*/
.title-nav-overlay-fix {
	-webkit-overflow-scrolling: unset !important;
}
  .blog .subnav-active, .blog .title-nav__subitem li a:not([href]), .title-nav__subitem li .blog a:not([href]), .short-stories .subnav-active, .short-stories .title-nav__subitem li a:not([href]), .title-nav__subitem li .short-stories a:not([href]), .poetry .subnav-active, .poetry .title-nav__subitem li a:not([href]), .title-nav__subitem li .poetry a:not([href]), .drama .subnav-active, .drama .title-nav__subitem li a:not([href]), .title-nav__subitem li .drama a:not([href]) {
    background-color: #FF7803 !important;
    color: #fff !important; }

.blog .arrow-nav-item:hover {
  background-color: #FF7803 !important;
  color: #fff; }

.sub-list {
  border-right: 1px solid #cccccc; }

.sub-list:last-of-type {
  border-right: none; }

.sub-list:only-child {
  border-right: none; }

.sub-list > li > a.subnav-active, .title-nav__subitem .sub-list > li > a:not([href]) {
  background: none !important;
  color: #292c2e !important;
  text-decoration: none !important;
  cursor: text; }

.list-grid > li > a.subnav-active, .title-nav__subitem .list-grid > li > a:not([href]) {
  background: none !important;
  color: #292c2e !important;
  text-decoration: none !important;
  cursor: text; }

.mobile-nav-open, .mobile-search {
	padding-top: 0;
}


#primary .error-page {
    width: 558px;
    margin: 0 auto;
    text-align: center;
    padding: 160px 0 160px;
}

#primary .error-page h2 {
    font-family: ralewayRegular,sans-serif;
    font-size: 35px;
    color: #484848;
    padding-bottom: 15px;
}

#primary .error-page p {
    font-family: ralewayLight,sans-serif;
    line-height: 40px;
    font-size: 25px;
    color: #292c2e;
}

@media (max-width: 980px) {
	#primary .error-page {
    	width: 290px;
    	margin: 0 auto;
	}
}

@media (max-width: 1164px) {
	#primary .error-page h2 {
    	font-size: 28px;
	}
}

@media (max-width: 980px) {
	#primary .error-page p {
    	font-size: 18px;
    	line-height: 28px;
	}
}

