/*!
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.
 */

.post h1 {
	margin: 0.17em 0;
	margin-top : 28px !important;
	margin-bottom : 12px !important
}

/* 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;
}

.partner__pw__header > [data-pw-mobi], .partner__pw__header > [data-pw-desk] {
		margin-bottom: 0;
		height: 2px; 
		overflow: hidden;
		display: flex !important; 
		align-items: center;
		justify-content: center;
		transition: height 0.2s;
		transition-delay: 0.2s;
		background-color:#F5F1F5;
		background-image:linear-gradient(0deg, rgba(0,0,0,0.18), transparent 20px, transparent);
		height:114px; 
}

@media screen and (min-width : 700px) {
	.partner__pw__header > [data-pw-mobi] {
		display : none !important;
	}
}


@media screen and (max-width : 699px) {
	.partner__pw__header > [data-pw-mobi], .partner__pw__header > [data-pw-desk] {
		display : none !important;
	}
}

.home .entry-title {
	line-height: 24px;
}

.post .entry-title {
	line-height: 1.4;
}

.entry-title > a {
	font-family: ralewayBold, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 10px;
	color: #484848;
}

.popular-entry-title > a {
	font-size: 1.875rem !important;
	line-height: 1.25 !important;
	color : #484848 !important;
}

@media screen and (max-width : 699px) {
	.popular-entry-title > a { 
		font-size: 1.3125rem !important;
	}
}

.custom-popular-header >p {
	color : #484848 !important;
	font-size: 1.125rem !important;
	line-height: 1.6 !important;
	font-weight : 400;
}

.entry-title > a:visited {
	color: #000;
}

.entry-meta-mobile-social {
	display: none;
	float: right;
}

.entry-meta-social {
	float: right;
	display : flex;
}

.facebook-icon:before {
	content: url('https://img.sparknotes.com/blog-icons/FacebookHover.png');
	width:0;
	height:0;
	visibility:hidden;
}

.facebook-icon {
	background: url('https://img.sparknotes.com/blog-icons/Facebook.png') no-repeat;
    display: block;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.facebook-icon:hover {
	background: url('https://img.sparknotes.com/blog-icons/FacebookHover.png') no-repeat;
}

.twitter-icon:before {
	content: url('https://img.sparknotes.com/blog-icons/TwitterHover.png');
	width:0;
	height:0;
	visibility:hidden;
}

.twitter-icon {
	background: url('https://img.sparknotes.com/blog-icons/Twitter.png') no-repeat;
    display: block;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.twitter-icon:hover {
	background: url('https://img.sparknotes.com/blog-icons/TwitterHover.png') no-repeat;
}

@media screen and (max-width: 699px) {

	.facebook-icon:before {
		content: url('https://img.sparknotes.com/blog-icons/FacebookMobileHover.png');
		width:0;
		height:0;
		visibility:hidden;
	}

	.facebook-icon {
		display: block;
    	background-size: contain;
		background: url('https://img.sparknotes.com/blog-icons/FacebookMobile.png') no-repeat;
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.facebook-icon:hover {
		background: url('https://img.sparknotes.com/blog-icons/FacebookMobileHover.png') no-repeat;
	}
	
	.twitter-icon:before {
		content: url('https://img.sparknotes.com/blog-icons/TwitterMobileHover.png');
		width:0;
		height:0;
		visibility:hidden;
	}

	.twitter-icon {
		display: block;
    	background-size: contain;
		background: url('https://img.sparknotes.com/blog-icons/TwitterMobile.png') no-repeat;
		width: 30px;
		height: 30px;
	}

	.twitter-icon:hover {
		background: url('https://img.sparknotes.com/blog-icons/TwitterMobileHover.png') no-repeat;
	}
}

.entry-meta-mobile-social img {
	width: 25px;
}

.entry-meta-mobile-social > a:first-of-type img,
 .entry-meta-social > a:first-of-type img {
	margin-right: 16px;
}

.byline {
	text-transform: capitalize;
	font-family: ralewaySemiBold, sans-serif; 
	color : #8f8f8f;
	font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
}

.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: 16px;
}

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;
	margin-bottom : 32px !important;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

#primary {
	margin-top: 36px !important;
	width: 66%;
}

#primary h1 {
	font-family: ralewaySemiBold, sans-serif;
	text-transform: capitalize;
	font-size: 1.5rem;
	font-weight : 800;
}

#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: 699px) {
	#primary h2{ 
		display: flex;
		justify-content: center;
		font-size: 1.3125rem !important;
	}
}

@media screen and (max-width: 1019px) {
	#primary { 
		width: 90%;
		margin: 45px auto;
		margin-top : 36px !important;
	}
}

@media screen and (max-width: 699px) {
	#primary { 
		width: 90%;
		margin: 45px auto;
		margin-top : 32px !important;
	}
}

.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: 100%;
	}
}

@media screen and (max-width : 699px) {
	.blog-side img {
		width: 100% !important;
	}
}

.blog-posts-section {
	padding-top: 60px;
}

.blog-posts-section--embed {
	display: none;
}

.right-rail-blog {
	border-radius : 12px;
	background-color: #f5f1f5;
	width : auto;
}

@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;
}

.popular-blog article[class*="post-"] {
	display : flex;
}

.popular-blog article[class*="post-"] {
	box-shadow: 0 0 20px #8f8f8f;
	transform: scale(1.00);
	background: #fff;
	border-top: 4px solid #df5a00;
	border-bottom-right-radius : 12px;
	border-bottom-left-radius : 12px;
}

.custom-border-classic article[class*="post-"] {
	border-top: 4px solid #6b2762 !important;
}

.custom-border-shakespeare article[class*="post-"] {
	border-top : 4px solid #5e57ad !important;
}

.custom-border-quiz article[class*="post-"] {
	border-top : 4px solid#007883 !important;
}

@media screen and (max-width : 699px) {
	.popular-blog article[class*="post-"] {
		flex-direction: column-reverse;
	}
}

.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: 1019px) {
	.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;
	border-bottom : unset !important;
	padding-bottom : 0px !important;
}

.blog-side--author article {
	margin: 0em 1em 1em 0em;
}

.blog-side--fun-quizzes {
	grid-template-columns: auto auto auto auto;
	grid-gap: 16px 12px;
}
@media screen and (max-width: 980px) {
	.blog-side--fun-quizzes {
		display: grid !important;
		grid-template-columns: auto auto;
	}
}

@media screen and (max-width: 980px) {
	.blog-side--fun-quizzes img {
		width: auto;
	}
}

.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;
}

.latest-posts-post img {
	border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}


.latest-posts-post:hover {
	box-shadow: 0 0 20px #8f8f8f;
	transform: scale(1.04);
	border-top : 4px solid #e42c90;
	border-bottom-right-radius : 12px;
	border-bottom-left-radius : 12px;
}

.latest-posts-post:hover img {
	border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.custom-border-classic.latest-posts-post:hover {
	border-top : 4px solid #6b2762 !important;
}

.custom-border-shakespeare.latest-posts-post:hover {
	border-top : 4px solid #5e57ad !important;
}

.custom-border-quiz.latest-posts-post:hover {
	border-top : 4px solid#007883 !important;
}


@media screen and (max-width: 980px) {
	.latest-posts-post {
		margin-bottom: 2rem;
	}
	.latest-posts-post h2 {
		font-size: 16px;
	}
}

.latest-post-info {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1.5rem;
}

@media screen and (max-width : 699px) {
	.latest-post-info {
		float : unset;
		margin-bottom: 40px !important;
	}
}

.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: 80%;
}

@media (max-width: 699px) {
	.post-content {
		width: 70%;
	}
}

.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
--------------------------------------------------------------*/

.view-more-wrapper {
	position: relative;
	width: 145px;
	margin: 60px auto;
	grid-column: 1 / span 2;
}

.custom-wrapper {
	width: 100% !important;	
}

.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;
}

.custom-more-posts {
	display: flex;
	justify-content: center;
	border : 2px solid #484848 !important;
	color : #484848 !important;
	font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
}

.custom-more-posts:hover, custom-more-posts:focus {
	border : 2px solid #fff !important;
	background-color: #00adef !important;
    color: #fff !important;
}

.vmp-disabled {
	border: solid 1px #e5e5e5;
	color: #b9b9b9;
}

.vmp-disabled:hover {
	color: #b9b9b9;
}

.get-questions-main, .get-slideshow{
	padding: 8px 24px 8px 24px;
	border-radius: 5px;
	color: #fff;
	background-color: #007acd; 
	position: relative; 
	grid-column: 1/ 2;
    display: block;
    grid-row: 1/ 2;
    align-self: center;
    justify-self: center;
	margin-top : -30px;
}


.get-questions-main:hover, .get-questions-main:focus, .get-slideshow:hover, .get-slideshow:focus {
	background-color: #00adef;
	color : #fff;
}

.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;
}

.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: auto;
}

@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: block;
}

#slide-top-section {
	margin-top: 2rem;
	order: -1;
	margin-bottom: -35px;
    z-index: 1;
}	

/*
@media (max-width: 980px) {
	#slide-top-section {
		order: -1;
	}	

	.slide-top-section {
		display: block;
	}
}*/

@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 {
	max-width: 1164px;
    margin: 0 auto;
}

@media screen and (min-width: 1020px) {
	.site-content {
		display: flex;
		max-width: 1164px;
		margin: 0 auto;
	}
}

.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: 1164px;
    margin: 0 auto;
}

.four0four-area {
	margin: 0 auto;
}

@media screen and (max-width: 1019px) {
	.blog-post-content {
		display: block;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 980px) {
	.widget-area p {
		display: none;
	}
}

@media (max-width: 1164px) {
	.post-page-sidebar {
    	display: none !important;
	}
}


.alignleft {
	display: inline;
	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 0em 1em 0em;
}

.page-template-default #primary {
	max-width: 1164px;
	margin: 0 auto;
}

#related-tags h3 {
	font-size: 1.3125rem;
    color: #484848;
    font-weight: 800;
    line-height: 1.4;
	padding-bottom: 16px;
	padding-top: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content: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-footer:after {
	clear: both;
}

.entry-content {
	display: grid;
	position: relative;
	font-family: raleway, sans-serif
}

.entry-content img {
	width: 100%;
	margin-bottom: 32px !important;
}



/*--------------------------------------------------------------
# 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;
	margin-top : 24px !important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-date.published {
	font-family: ralewaySemiBold,sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 400;
    color: #8f8f8f;
}

.right_rail {
	margin-left: auto;
	margin-right: auto;
	width : 90%;
	margin-top: 3.2rem;
}

.right_rail .ds_cpp {
	float : unset !important;
}

@media screen and (min-width: 1020px) {
	.right_rail {
		float: right;
		margin-left: 3rem;
		margin-top: 3.2rem;
		max-width: 405px;
	}
}

@media screen and (min-width: 1020px) {
	.right_rail {
		float: right;
		margin-left: 3rem;
		margin-top: 3.2rem;
		max-width: 405px;
	}
}

.right_rail .sidebar-image .blog-image, .author-section-block .sidebar-image .blog-image {
	width: 76px;
    overflow: hidden;
    border-radius: 50%;
    flex: none;
}

.right_rail img, .author-section-block .sidebar-image img {
	display: block;
	width: auto;
    height: 76px;
    transform: translate(-50%);
    margin-left: 38px;
	max-width: initial;
}

/*Spinner animation*/

.lds-ring {
  display: none;
  position: absolute;
  left: 45%;
  top: -50px;
  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: 0px;
    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: 0px;
    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__tags {
	list-style-type: none;
	margin-left: 0;
	margin-bottom : 0px !important;
}

.related-tags__tags li {
	display: inline-block;
	padding: 1px 12px !important;
	height : 30px;
	margin: 0.3rem;
	border: 1px solid #00adef;
	border-radius: 4px;
	margin-right: 12px;
}

.related-tags__tags li:hover {
	border: 1px solid #217cb5;
}

.related-tags__tags li a {
	font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #00adef;
	font-family: ralewayRegular, sans-serif;
}

#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;
}

#morelikethis-slider {
	padding: 20px 0 20px 0;
}

.homepage-slider {
	display: block;
    overflow: visible;
    padding: 20px 41px 20px 40px;
}

.custom-slider {
    padding: 0px 0px 20px 0px !important;
}


.custom-slider .owl-stage {
	display: flex;
	flex-wrap : wrap;
	width : 100% !important;
	padding-right : 0px !important;
}

.custom-slider .owl-stage .owl-item {
	width : 210px !important;
	margin-top: 32px;
	margin-right : 16px;
}

@media (max-width:699px) {
	.custom-slider .owl-stage .owl-item {
		width : 100% !important;
		margin-top: 32px;
		display: flex;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 980px) { 
	.homepage-slider {
		padding: 0px 0 20px 0 !important;
	}
	.owl-carousel .owl-stage {
		padding-left: 0 !important;
	}
}

#blog-slider .post-content {
	padding: 0;
	width: 100%;
    padding-bottom: 10px;
}

#blog-slider .post-author {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 10px;
}

#blog-slider .post-title {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	font-family: ralewayBold, sans-serif;
	font-size: .875rem;
}

@media (max-width: 699px) {
	#blog-slider .post-title {
		font-size: 1.3125rem;
		line-height: 1.4;
	}
}

@media screen and (max-width : 1019px) {
	.author-content {	
		display: flex;
		flex-flow: column;
	}
}

.author-section-block {
	order: 2;
	margin-top: 3.5rem;
	max-width : 405px;
	margin-left: 3rem;
}

@media screen and (max-width: 1019px) {
	.author-section-block {
		max-width : unset;
	}
}

@media (max-width: 1019px) {
	.author-section-block {
		width: 90%;
		margin: 0 auto;
	}
	.author-section-block h3 {
		font-size: 18px;
	}
}

.author-section {
	margin-top: 20px;
    margin-bottom: 60px;
}

.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;
	}
}

.author-section p {
	clear: both;
	font-size : 1rem;
	font-weight : 400;
	line-height : 1.6;
	color : #484848;
}

.homepage-slider--side.blog-posts-section {
	padding-top: 24px;
	margin: 0;
}

.category .homepage-slider--side.blog-posts-section {
	padding-top: 24px;
	margin: 0;
}

.homepage-slider--side {
	margin-top: 5rem;
}

.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 {
  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 {
			width : 230px;
			display: flex;
			align-items: center;
			position: relative;
			padding-right: 16px;
			padding-top: 4px;
		}
	}
  @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 {
    display : flex; }
    @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 {
	  line-height: 1.4;
	  display: flex;
   	}
	.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 {
		color: #484848;;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		padding: 8px 16px 0;
 	}

	.global-header .nav-link:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 6px;
		background-color: #00adef;
		width: 100%;
		opacity: 0;
	}

	.global-header .nav-link:hover{
		color: #00adef;
	}

	.global-header .nav-link:hover path{
		fill: #00adef;
	}

	.global-header .nav-link:hover:after {
		opacity: 1;
	}

	.global-header .nav-link--button {
		background: none;
		border: none;
		border-radius: 0;
		cursor: pointer;
		font: inherit;
		margin: 0;
	}

  
	.global-header .nav-link--icon-and-text>*+*{
		margin-left:8px
	}

	.global-header .nav-link__icon{
		display: flex;
		align-items: center;
	}

	.nav-main+.nav-main {
		margin-left: auto;
	}

    @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;
		left:0;
		bottom:-1px;
		height:6px;
		background-color:#00adef;
		width:100%;
		opacity:0
	 }
    .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 {
  background: #007acd !important;
  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: 120px;
		background: #007acd !important;
	 } 
	}
  #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;
	height: 30px;
	font-weight: 400;
    justify-content: center;
    border-radius: 30px;
	font-size: 1rem;
    padding: 3px 16px 0px 16px;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.homepage-slider__interior.post-tag {
    font-family: ralewayLight,sans-serif;	
}

@media (min-width: 700px) {
	.homepage-slider__interior.more-like-sidebar-title {
		height : 100px !important;
	}
}


.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 {
    width: 50px;
    text-align: center;
    margin: 0 15px 5px 0;
    padding: 10px;
    line-height: 22px;
    font-family: ralewayLight,sans-serif;
    font-size: 34px;
}

.slide-number {
    width: 67px;
    text-align: center;
    line-height: 22px;
    font-family: ralewayLight,sans-serif;
    border: 1px solid #ccc;
	float: none;
    margin: 0 auto;
    padding: 0;
    font-size: inherit;
	background: white;
	padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 24px;
    box-shadow: 0 0 6px #8f8f8f;
}

.slide-total {
	font-weight : 900;
}

.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;
	}
	.footer-copyright {
		padding: 0;
		text-align: center;
		float: none;
	}
}


.hub-header {
	background-color : #E42C90;
	overflow         : hidden;
	max-width        : 100vw;
}

.hub-header__container {
	width           : 100%;
	display         : flex;
	justify-content : space-between;
	align-items     : center
}

@media screen and (max-width:699px) {
	.hub-header__container {
		flex-direction : column
	}
}

.hub-header__text {
	color         :#fff;
	font-size     : 1.875rem;
	line-height   : 1.4;
	margin-top    : 36px;
	margin-bottom : 60px;
}

@media screen and (max-width:699px){
	.hub-header__text {
		text-align    : center;
		margin-bottom : 0px !important;
	}
}

.hub-header__title {
	font-weight : 800;
	color       : inherit;
	font-size   : inherit;
	font-family: ralewayBlack, sans-serif;
	margin-bottom : 2px !important;
}

.hub-header__slogan {
	color       : inherit;
	font-size   : inherit;
	line-height : inherit;
	padding-left: 15px;
}

@media screen and (max-width:699px){
	.hub-header__slogan {
		padding-left : unset;
	}
}

.hub-header__slogan--small {
	font-size   : 1rem;
	line-height : 1.6
}

.hub-header__image {
	display    : block;
	align-self : flex-end;
	flex       : 0 1 auto;
	position   : relative;
}

.hub-home-text {
	color : #ffffff;
}

.hub-text {
	position : absolute;
	top : 30%;
	text-align : center;
	width: 100%;
	color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
}

@media screen and (min-width:700px) and (max-width:980px){
	.hub-text {
		position : absolute;
		top : 35%;
		text-align : center;
		width: 100%;
		color: #fff;
		font-size: 1.25rem !important;
		line-height: 1.4;
	}
}

@media screen and (max-width : 699px) {
	.hub-text {
		top : 15%;
	}
}

@media screen and (max-width:699px){
	.hub-header__image {
		overflow   : hidden;
		display    : flex;
		align-self : normal
	}
}

.hub-header__image__img {
	display : block;
	width   : 100%;
    height: 100%;
    object-fit: cover;
}

.hub-header__image__mobileimg {
	display : none;
}


@media screen and (max-width:699px) {
	.hub-header__image__img {
		display : none;
	}
	.hub-header__image__mobileimg {
		display : block;
		width   : 100%;
		height: 100%;
		object-fit: cover;
	}
}

.hub-header--other-subjects .hub-header__text {
	flex : 1 1 60%
}

@media screen and (max-width:800px) {
	.hub-header--other-subjects .hub-header__text{
		flex : 1 1 100%
	}
}

@media screen and (max-width:600px) {
	.hub-header--other-subjects .hub-header__image {
		max-height : 240px
	}
}

@media screen and (max-width:600px) {
	.hub-header--other-subjects .hub-header__image__img {
		-o-object-fit      : cover;
		object-fit         : cover;
		-o-object-position : top;
		object-position    : top
	}
}

@media screen and (min-width:601px) {
	.hub-header--other-subjects .hub-header__image__img {
		transform          : scale(1.1);
		max-height         : 270px;
		-o-object-fit      : cover;
		object-fit         : cover;
		-o-object-position : bottom;
		object-position    : bottom;
	}
}

@media screen and (min-width:601px) and (max-width:800px) {
	.hub-header--other-subjects .hub-header__image__img {
		transform        : scale(1.5);
		transform-origin : bottom left;
	}
}

.hub-header--lit {
	background-image : linear-gradient(to right,#007acd 64%,#002869 64%)
}

@media screen and (max-width:600px) {
	.hub-header--lit{background:#002869}
}

.hub-header--lit .hub-header__text {
	flex : 1 1 50%
}

.hub-header--lit .hub-header__image {
	flex         : 1 1 75%;
	align-self   : stretch;
	margin-right : -12px
}

@media screen and (max-width:600px) {
	.hub-header--lit .hub-header__image {
		height      : 240px;
		margin-left : -12px
	}
}

.hub-header--lit .hub-header__image__img {
	height             : 100%;
	-o-object-fit      : cover;
	object-fit         : cover;
	-o-object-position : left;
	object-position    : left
}

.global-header__logo:hover::before{
	position   : absolute;
	display    : block;
	content    : "";
	bottom     : -1px;
	left       : 0;
	right      : 0;
	height     : 6px;
	background :#00adef
}

.blog-header {
	font-size: 1.3125rem;
    color: #484848;
    font-weight: 800;
	padding-right: 0px;
	padding-right: 16px;
	line-height: 1.4;
	font-family: ralewaySemiBold, sans-serif;
	padding-left: 16px;
}

.view-more-quiz {
	display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
	font-family: ralewayLight,sans-serif;
    font-size: 15px;
	padding: 7px 15px;
	margin-top: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #007acd;
    color: #fff;
    text-align: center;
}

.view-more-quiz:hover, .view-more-quiz:focus {
	background-color: #00adef;
	color : #fff;
}

#searchbar--a11yMessage {
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	white-space:nowrap;
	width:1px
}
.searchbar {
	max-width:1164px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border-radius:4px;
	box-shadow:0 4px 24px rgba(0,0,0,.2);
	position:relative;z-index:4
}
.searchbar__wrapper {
	padding-left:12px;
	padding-right:12px
}
.searchbar__wrapper--searchResults{
	padding-left:0;
	padding-right:0;
	margin-bottom:24px
}
#search-overlay .searchbar,.searchbar--open{
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.searchbar--belowHero{
	margin-top:-26px;
	padding-top : 0px;
	padding-bottom : 0px;
}
.searchbar--searching{
	overflow:hidden
}

@keyframes loader-animation{
	0%{transform:scaleX(0) translateX(0)}50%{transform:scaleX(.5) translateX(50%)}100%{transform:scaleX(1) translateX(100%)}
}

.searchbar--searching:before{
	-webkit-animation:loader-animation 2s infinite;
	animation:loader-animation 2s infinite;
	transform-origin:left;
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:4px;
	background:#00adef;
	top:0;
	left:0
}
.searchbar__form{
	display:flex;
	font-family: ralewayMedium, sans-serif;
}
.searchbar__label{
	border:0;clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	white-space:nowrap;
	width:1px
}
.searchbar__input{
	background:0 0;
	border:none !important;
	border-radius:0;
	font:inherit;
	margin:0;
	padding:0;
	outline:0;
	flex:1;
	padding:16px !important;
	font-weight:600;
	color:#484848 !important
}
.searchbar__button{
	background:0 0;
	border:none;
	border-radius:0;
	cursor:pointer;
	font:inherit;
	margin:0;
	padding:0;
	width:52px;
	min-height:52px
}
.searchbar__button__text{
	border:0;
	clip:rect(0 0 0 0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	white-space:nowrap;
	width:1px
}
.searchbar__button path{
	fill:#484848
}
.searchbar__button:focus path,.searchbar__button:hover path{
	fill:#00adef
}

.searchbar__suggestions{
	display:none;
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background-color:#f5f1f5;
	border-radius:0 0 4px 4px;
	flex-direction:column;
	transition:height .2s;overflow:hidden;
	box-shadow:0 16px 24px rgba(0,0,0,.3)
}

#search-overlay .searchbar__suggestions:not([hidden]),.searchbar--open .searchbar__suggestions:not([hidden]){
	display:flex
}

.searchbar__suggestions__list{
	flex-wrap:wrap
}
.searchbar__suggestions__list:not([hidden]){
	display:flex;
	padding-left:16px;
	margin : 0 !important;
}
.searchbar__suggestions__title{
	padding:16px;color:#484848;font-size:.875rem;
	font-weight:600;
	line-height:1;
	margin-bottom : 0px !important;
}

.searchbar__suggestions__item{
	background:0 0;
	border:none;
	border-radius:0;
	cursor:pointer;
	font:inherit;
	margin:0;
	outline:0;
	border-radius:500px;
	background-color:#fff;
	color:#484848;
	padding:12px 16px;
	font-weight:600;
	margin-bottom:16px;
	margin-right:16px
}

.searchbar__suggestions__item:focus,.searchbar__suggestions__item:hover{
	background-color:#00adef;color:#fff
}

.modal-button {
	position : absolute;
	top : 10px;
	right : 10px;
	background : 0 0 !important;
	border : none !important;
}

.custom-search-wrapper {
	padding-left : 0px !important;
	padding-right : 0px !important;
}

.classic.lit {
	background : #6b2762 !important;
}

.classic.lit:hover {
	background : #3a1635 !important;
}

.shakespeare, .SHAKESPEARE {
	background : #5e57ad !important;
}

.shakespeare:hover {
	background : #37335c !important;
}

.quiz, .Quiz {
	background : #007883 !important;
}

.quiz:hover {
	background : #00444a!important;
}

.custom-color {
	color : #00adef !important;
}

.more-like-tag {
	position: absolute;
	left: 10px;
	bottom: -15px;
}

.more-like-sidebar-image {
	position : relative;
}

.more-like-sidebar-image .thumbnail {
	border-top-left-radius : 12px;
	border-top-right-radius : 12px;
}

.custom-blog-header {
	padding-left : 0px !important;
	padding-right : 0px !important;
}

@media screen and (max-width: 699px) {
	.custom-blog-header {	
		display: flex;
		justify-content: center;
	}
}

.popular-blog {
	max-width: 1164px;
    margin-left: auto;
	margin-right: auto;
    margin-top: -120px;
    background: #fff;
}

@media screen and (max-width : 699px) {
	.popular-blog {
		width : 90%;
		margin-top: -310px;
	}
}

.popular-blog-header {
	max-width: 1164px;
    margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
    padding-top: 72px;
	padding-bottom: 160px;
}

@media screen and (max-width : 699px) {
	.popular-blog-header {
		width : 90%;
		padding-top: 60px;
		padding-bottom: 320px;
		padding-left: unset;
		padding-right: unset;
		display: flex;
		justify-content: center;
		font-size: 1.3125rem !important;
	}
}

.blog-recent-post {
	grid-column-gap: 24px;
	grid-row-gap: 36px;
	border-top : unset;
	grid-template-columns: 1fr 1fr !important;
}

@media screen and (max-width: 699px) {
	.blog-recent-post {
		display : block !important;
	}
}

.recent-post-title {
	height: 110px !important;
    border-bottom: 1px solid #e5e5e5;
}

.recent-post-info {
	margin-top : -25px;
}

.recent-entry-meta {
	margin-top : 10px;
}

.custom-popular-header {
	padding: 0px 48px;
	padding-bottom: 20px;
}

@media screen and (min-width:700px) {
	.custom-post-thumbnail {
		align-items: center;
		display: flex;
	}
}

@media screen and (max-width :699px) {
	.custom-popular-header {
		margin-top: -25px;
		z-index: 1;
		margin-left: 10px;
		padding: 0px;
	}
}

@media screen and (min-width :700px) {
	.custom-popular-image {
		height: 242px !important;
		width: 410px !important;
		max-width : unset;
	}
}

.custom-popular-tag {
	padding: 32px 0px 12px 0px;
}

@media screen and (max-width :699px) {
	.custom-popular-tag {
		padding-top : 0px !important;
	}
}

.popular-blog-container {
	background-color : #f5f1f5;
	padding-left: 12px;
    padding-right: 12px;
}

.landing-site-main {
	padding-left  : 12px;
	padding-right : 12px;
	margin-bottom: 48px;
}

@media screen and (max-width :699px) {
	.landing-site-main {
		padding-left : unset;
		padding-right: unset;	
		margin-top    : 16px;
		margin-bottom : unset;
	}
}

.continue-icon {
	padding-top : 6px;
	padding-left : 5px;
}

.continue-text {
	color: #007acd;
	font-weight: 600;
}

@media screen and (max-width : 699px) {
	.continue-container {	
		display: flex;
		flex-direction: column;
	}
}

.excerpt-text {
	color : #292c2e;
}

.no-tag-cat {	
	visibility: hidden;
	margin-top : -4px;
}

.tag-title {
	background-color : #00a8b8;
	margin-top: -30px;
	padding-left: 12px;
    padding-right: 12px;
}

.author-title {
	background-color : #f5f1f5;
	margin-top: -30px;
	padding-left: 12px;
    padding-right: 12px;
}

.author-section-heading {
	font-size: 1.3125rem;
	font-weight: 800;
	color: #292c2e;	
	font-family: ralewayBold, sans-serif !important;
}

@media screen and (max-width : 1019px) {
	.author-content .content-area {
		margin-bottom: 0px !important;
	}
}


.author-heading {
	display: flex;
    align-items: center;
	margin-bottom : 0px !important;
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
	font-size: 1.875rem;
    font-weight: 800;
	line-height: 1.4;
    color: #292c2e;
    font-family: ralewayBold, sans-serif;
}

.tag-heading {
	display: flex;
    align-items: center;
	margin-bottom : 0px !important;
    max-width: 1164px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
	font-size: 1.875rem;
    font-weight: 800;
	line-height: 1.4;
    color: #fff;
    font-family: ralewayBold, sans-serif;
}

@media screen and (max-width : 699px) {
	.tag-heading, .author-heading {
		justify-content: center;
		font-size: 1.5rem;
	}
}

.tag-color-classic-lit {
	background-color: #6b2762 !important;
}

.tag-color-shakespeare {
	background-color: #5e57ad !important;
}

.tag-color-quiz {
	background-color : #007883 !important;
}

.tag-post {
	margin-top : 24px;
}

@media screen and (min-width : 1020px) {	
	#latest-posts {
		margin-top : -16px;
	}
}

.blog-header-desktop-image {
	position : relative;
	height: 260px;
    width: 100%;
}

.blog-header-mobile-image {
	display : none;
}


@media screen and (max-width:699px) {
	.blog-header-desktop-image {
		display : none;
	}
	.blog-header-mobile-image {
		display : block;
		width : 100%;
		height: 360px;
	}
}

.blog-subimage {
	position : absolute;
	top : 0px;
}


.mobile-content {
	display : block !important;
}

.custom-slider-content {
	display : flex !important;
	flex-direction : column;
}

.custom-slider-content img {
	margin-bottom: 0px !important;
}
.custom-more-like-this:hover {
	background : #f5f1f5;
	transform: scale(1.00);
	border-top : 4px solid #e42c90;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.custom-more-like-this:hover .thumbnail {
	border-top-right-radius : unset;
	border-top-left-radius : unset;
}

.custom-border-classic.custom-more-like-this:hover {
	border-top : 4px solid #6b2762 !important;
}

.custom-border-shakespeare.custom-more-like-this:hover {
	border-top : 4px solid #5e57ad !important;
}

.custom-border-quiz.custom-more-like-this:hover {
	border-top : 4px solid#007883 !important;
}

.hide-loading {
	display : none !important;
}