@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Open+Sans:wght@400;700&display=swap');


/** GLOBALS **/

body {
	font-family: 'Open Sans', sans-serif;
	color: #353535;
	font-size: 15px;
}

#right-container {
	padding-left: 310px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Serif Display', serif;
}

.break {
	clear: both;
}

a {
	color: #344e96;
}

h1 a, h2 a, h3 a, h4 a {
	color: #353535;
}

/** MENU **/

#left-menu {
	position: fixed;
	width: 310px;
	left: 0;
	top: 0;
	background-image: linear-gradient(#19284f, #2e3c63);
	height: 100%;
	box-shadow: 2px 0 3px #333;
}

#left-menu-inside {
	padding-top: 50px;
	color: #ffffff;
	font-size: 20px;
	padding-left: 20px;
}

#left-menu-inside i.fas {
	display: block;
	text-align: center;
	margin-bottom: 45px;
	transform: scale(1.5, 1);
	font-size: 30px;
}

#left-menu-inside a {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.3;
}

#left-menu-inside .active a {
	background: #ffffff;
	color: #2e3c63;
}

/** TOP BAR **/

.header {
	padding-left: 130px;
	border-bottom: 1px solid #d1d4db;
	background-color: #ffffff;
}

.top-bar, .top-bar ul {
	background-color: #ffffff;
	padding: 0;
}

.top-bar #logo {
	max-width: 340px;
	margin: 55px 0 30px;
}

.top-bar .menu a {
	padding: 0;
}

.top-bar .screen-reader-text, .top-bar .search-submit, #off-canvas .search-submit {
	display: none;
}

.top-bar .top-bar-right {
	margin-top: 20px;
}

.top-bar .search-form {
	float: right;
}

.top-bar .search-form .search-field, #off-canvas .search-form .search-field {
	border-radius: 20px;
	padding: 25px;
	padding-left: 45px;
	max-width: 340px;
	width: 340px !important;
	margin-top: 5px;
	height: 50px;
	border-radius: 25px;
}

#off-canvas .search-form .search-field {
	width: 94% !important;
	margin: 20px 3%;
	max-width: 94%;
}

.top-bar .search-form label, #off-canvas .search-form label {
	position: relative;
	margin-right: 15px;
}

.top-bar .search-form .fa-search, #off-canvas .search-form .fa-search {
	position: absolute;
	left: 15px;
	top: 14px;
	font-size: 25px;
	color: #eee;
}

#off-canvas .search-form .screen-reader-text {
	display: none;
}	

.top-bar #social-media {
	float: right;
	margin-top: 13px;
	margin-right: 150px;
}

.top-bar #social-media a {
	color: #2b3b66;
	font-size: 22px;
	margin-left: 7px;
}

.top-bar #social-media a i {
	border-radius: 5px;
}

.top-bar #social-media .fa-search {
	display: none;
}

/** FOOTER **/

.footer {
	background-color: #18274f;
	color: #6a779b;
	margin-top: 0;
	padding-top: 100px;
}

.footer h4 {
	margin-bottom: 15px;
}

.footer .menu a {
	color: #ffffff;
	font-family: 'DM Serif Display', serif;
	text-decoration: underline;
	padding: 0;
	padding-bottom: 10px;
	font-size: 15px;
}

.footer .inner-footer {
	padding-left: 130px;
}

.footer .copyright {
	margin-top: 50px;
	border-top: 1px solid #2e3c63;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 11px;
}

.footer .copyright a {
	color: #6a779b;
	text-decoration: underline;
}

.footer .menu .active a {
	background: none !important;
}

.footer-center {
	margin-left: 65px;
}

.footer-left {
	padding-left: 150px !important;
}

.footer-right {
	padding-right: 165px !important;
}

/** HOMEPAGE **/

.home .main {
	padding: 0;
}

#home-featured {
	background-color: #f6f6f7;
	padding: 50px 150px 70px 130px;
}

#featured-article-info {
	padding-left: 62px;
}

#featured-article-info h2 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.article-divider {
	background-color: #d04b4b;
	height: 5px;
	width: 80px;
	border-radius: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#featured-article-info .article-author a, .home-three-featured .article-author a, .home-sub-article .article-author a, .byline .article-author a, #related-articles .article-author a, .archive .article-author a {
	font-style: italic;
	color: #344e96;
	font-size: 14px;
	text-decoration: underline;
	font-family: 'DM Serif Display', serif;
}	

#featured-article-info .article-date, .home-three-featured .article-date, .home-sub-article .article-date, .byline .article-date, #related-articles .article-date, .archive .article-date {
	color: #a5a7aa;
	font-size: 12px;
	margin-bottom: 10px;
}

#featured-article-info .article-excerpt {
	line-height: 1.7;
}

#featured-article-info .article-description, .home-three-featured .article-description {
	font-size: 15px;
}

#featured-article-info .article-read-more {
	padding-top: 10px;
	font-size: 13px;
}

#featured-article-info .article-read-more a, .home-three-featured .article-read-more a, .read-more {
	text-transform: uppercase;
	font-style: italic;
	font-family: 'DM Serif Display', serif;
	text-decoration: underline;
	background: url('../images/bullet.png') no-repeat;
	padding-left: 17px;
	background-position: 3px 5px;
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}

.small-cat {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 10px;
}

.small-cat.forum {
	background-color: #377949;
}

.small-cat.american-classics {
	background-color: #3e579b;
}

.small-cat.classic-works, .small-cat.currently-featured-classics {
	background-color: #963734;
}

.small-cat.essays-reviews {
	background-color: #a28e52;
}

#home-three-featured {
	background-color: #ffffff;
	padding: 65px 150px 50px 130px;
}

#home-three-featured .article-excerpt {
	line-height: 1.65;
}

.home-three-featured .small-cat {
	margin-bottom: 5px;
	display: inline-block;
}

.home-three-featured h2 {
	font-size: 28px;
	margin: 25px 0 10px 0;
	line-height: 1.2;
	height: 120px;
}

#home-about {
	background-color: #f6f6f7;
	padding: 60px 150px 100px 130px;
	border-top: 10px solid #d04b4b;
}

#home-about-info {
	padding-left: 30px;
	padding-right: 60px;
}

#home-about-header {
	color: #d04b4b;
	font-style: italic;
	text-transform: uppercase;
}

#home-about-header span {
	font-weight: 700;
}

#home-about-info h1 {
	font-size: 45px;
	line-height: 1.1;
}

#home-about-info .article-divider {
	margin-bottom: 20px;
	margin-top: 15px;
}

#home-about-info p {
	font-size: 15px;
	line-height: 1.65;
	margin-bottom: 8px;
}


#home-newsletter {
	background-color: #19284f;
	padding: 60px 50px 65px 130px;
	color: #ffffff;
}

#home-newsletter-header {
	font-style: italic;
	text-transform: uppercase;
	font-size: 14px;
}

#home-newsletter h3 {
	font-size: 45px;
}

#home-newsletter-header span {
	font-weight: 700;
}

#home-newsletter-header h3 {
	font-size: 45px;
}

#home-newsletter-content {
	padding: 0 100px;
}

#home-newsletter #newsletter-form {
	max-width: 270px;
	float: right;
	margin-right: 120px;
}

#home-newsletter #newsletter-form label {
	
}

#home-newsletter #newsletter-form input[type=text], #home-newsletter #newsletter-form input[type=email], #newsletter-form2 input[type=text], #newsletter-form2 input[type=email] {
	background-color: #ffffff;
	padding: 25px 15px;
	border-radius: 25px;
	width: 270px;
}

#home-newsletter #newsletter-form input[type=submit], #newsletter-form2 input[type=submit] {
	background-color: #ffffff;
	color: #2e3c63;
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
	width: 100%;
	border: 0;
	padding: 12px;
	border-radius: 25px;
	text-transform: uppercase;
	width: 270px;
}

#newsletter-form2 input[type=submit], #newsletter-form2 input[type=text], #newsletter-form2 input[type=email] {
	width: 100%;
}

#home-sub-articles {
	background-color: #ffffff;
	padding: 50px 90px 70px 130px;
}

#home-sub-articles h2 {
	height: auto;
	margin-top: 0;
}

#home-sub-articles .home-three-featured {
	padding-right: 120px;
}

#home-sub-articles .attachment-big-image {
	margin: 20px 0;
}

#home-sub-articles .article-excerpt {
	font-size: 15px;
	margin-bottom: 15px;
}

#home-sub-articles .home-sub-article .attachment-small-image {
	max-width: 50%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#home-sub-articles .home-sub-article h2 {
	font-size: 26px;
}

#home-sub-articles .home-sub-article .small-cat {
	margin-bottom: 10px;
	display: inline-block;
}

#home-sub-articles .home-sub-article .article-excerpt {
	margin-bottom: 0;
}

#home-sub-articles .home-sub-article:first-child {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #d0d0d1;
}

#home-current-feature {
	border-top: 10px solid #1b284c;
	background-color: #f6f6f7;
}

#home-current-feature h2 {
	font-size: 32px;
}

#home-current-feature .current-left {
	background-color: #f6f6f7;
	padding: 50px 80px 50px 120px;
}

#home-current-feature .current-left img {
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}

#home-current-feature .current-left .article-excerpt {
	margin: 20px 0;
}

#home-current-feature .current-right {
	background-color: #d9d9da;
	padding: 50px;
	padding-left: 90px;
	padding-right: 150px;
}

#home-current-feature .current-right .article-content {
	max-width: 550px;
	padding-top: 15px;
}

#home-current-feature .current-right .join-today {
	max-width: 340px;
	display: block;
	background-color: #2e3c63;
	color: #ffffff;
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
	width: 100%;
	border: 0;
	padding: 12px;
	border-radius: 26px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

/** ARCHIVE PAGES **/

#archive-info {
	background-color: #f6f6f7;
	padding-left: 130px;
	padding-bottom: 50px;
	padding-right: 150px;
}

#archive-info .page-title {
	font-size: 22px;
	margin: 0;
	color: #ffffff;
	padding: 8px 30px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px #999;
}

.category-american-classics #archive-info .page-title {
	background-color: #344e96;
}

.category-classic-works #archive-info .page-title {
	background-color: #963734;
}

.category-essays-reviews #archive-info .page-title {
	background-color: #a28e52;
}

#archive-info-container {
	margin-top: 100px;
}

#archive-info img {
	padding-right: 40px;
	border-right: 1px solid #bbbbbf;
}

#archive-info .category-description {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 15px;
	max-width: 600px;
}

#archive-info .category-description h1 {
	line-height: 1.1;
	margin-bottom: 10px;
}

#archive-info .category-description .article-divider {
	margin-bottom: 25px;
}

.archive article {
	margin-left: 130px;
	margin-top: 35px;
	padding-bottom: 45px;
	border-bottom: 1px solid #bbbbbf;
	padding-right: 140px;
}

.archive article:last-child {
	border-bottom: none;
}

.archive article img {
	margin-left: 15px;
	padding-right: 15px;
}

.archive article h2 {
	line-height: 1.1;
}

.archive article h2 a {
	color: #353535;
	font-size: 32px;
}

.archive article header {
	margin-left: 55px;
}

.archive article .article-divider {
	margin-bottom: 
}

.archive article .article-tag {
	color: #344e96;
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	margin-bottom: 10px;
	font-size: 14px;
}

.archive .archive-tags {
	margin: 80px 20px 100px 130px;
	color: #a9a8a8;
	font-style: italic;
}

.archive .archive-tags span {
	padding-right: 25px;
}

.archive .archive-tags a {
	color: #344e96;
	text-transform: uppercase;
	padding: 15px 50px;
	border: 1px solid #bbbcbd;
	border-radius: 25px;
	margin-right: 10px;
	font-style: normal;
}

.archive article .entry-content a img {
	display: block;
}

/** CURRENTLY FEATURED CLASSICS **/

.category-currently-featured-classics #archive-info-container {
	margin-top: 0;
}

.category-currently-featured-classics #archive-info .category-description {
	padding-left: 0;
	margin-left: 0;
	max-width: 100%;
}

.category-currently-featured-classics #archive-info {
	margin-bottom: 30px;
}

.category-currently-featured-classics #archive-info h1 {
	font-size: 45px;
	margin-top: 65px;
}

.category-currently-featured-classics .small-cat {
	margin-bottom: 5px;
	display: inline-block;
}

.category-currently-featured-classics article img {
	margin-left: 0;
	padding-right: 15px;
}


/** ESSAYS & REVIEWS **/

.category .masonry {
	padding-left: 130px;
}

.category .masonry-item { 
	width: calc(50% - 150px); 
	border: 1px solid #cccccd; 
	box-shadow: 3px 3px 3px #9d9d9d;
	margin-right: 75px;
	margin-bottom: 50px;
}

.category .masonry .post {
	margin: 0 !important;
	padding: 35px 45px;
	font-size: 15px;
}

.category .masonry .post img {
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}

.category .masonry  .post header {
	margin: 0;
}

.category .masonry  .post header h2 {
	margin-bottom: 20px;
}

.category .masonry  .post .article-divider {
	margin-bottom: 10px;
}

.category .masonry  .post .article-author {
	color: #a5a7aa;
	font-size: 11px;
	margin-bottom: 25px;
}

.category .masonry  .post .article-author a {
	color: #344e96;
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 14px;
}

#essays-masonry {
	padding-right: 70px;
}

/** COMMUNITY **/

.page-template-page-community #community-header {
	margin-left: 130px;
	margin-right: 120px;
	padding-top: 40px;
}

.page-template-page-community .content .wp-post-image {
	margin: 25px 0;
}

.page-template-page-community .content .entry-content {
	margin-bottom: 35px;
}

.page-template-page-community #community-submissions {
	border-top: 10px solid #d04b4b;
	padding-left: 130px;
}

.page-template-page-community #community-submissions h2 {
	font-size: 32px;
}

.page-template-page-community .submissions-left {
	padding-top: 90px;
	padding-bottom: 120px;
}

.page-template-page-community #community-submissions .article-divider {
	margin-bottom: 40px;
}

.page-template-page-community .submissions-right {
	background-color: #f6f6f7;
	padding-top: 90px;
}

.page-template-page-community #submissions-right {
	padding-left: 100px;
}

.page-template-page-community #submissions-left {
	padding-right: 100px;
}

/** SCHOLARS **/

#scholars-info {
	background-color: #f6f6f7;
	padding-left: 130px;
	padding-bottom: 50px;
	padding-right: 150px;
}

#scholars-masonry {
	padding-right: 70px;
}

#scholars-info-container {
	padding-top: 100px;
}

#scholars-info img {
	padding-right: 40px;
	border-right: 1px solid #bbbbbf;
}

#scholars-info .category-description {
	margin-left: 20px;
	padding-left: 20px;
	font-size: 15px;
	max-width: 600px;
}

#scholars-info .category-description h1 {
	line-height: 1.1;
	margin-bottom: 10px;
	font-size: 45px;
}

#scholars-info .category-description .article-divider {
	margin-bottom: 25px;
}

.page-template-page-scholars .masonry {
	padding-left: 130px;
	margin-top: 75px;
	padding-bottom: 50px;
}

.page-template-page-scholars .masonry-item { 
	width: calc(50% - 150px); 
	border: 1px solid #cccccd; 
	box-shadow: 3px 3px 3px #9d9d9d;
	margin-right: 75px;
	margin-bottom: 50px;
}

.page-template-page-scholars .masonry .scholar {
	margin: 0 !important;
	padding: 35px 45px;
	font-size: 15px;
}

.page-template-page-scholars .masonry .scholar img {
	float: left;
	margin-right: 15px;
	max-width: 110px;
	height: auto;
}

.page-template-page-scholars .masonry  .scholar  h2 {
	font-size: 22px;
}

.page-template-page-scholars .masonry  .scholar  h2 span {
	font-size: 16px;
}

.page-template-page-scholars .masonry  .scholar .article-divider {
	margin-bottom: 20px;
}

.page-template-page-scholars .masonry  .scholar .scholar-link {
	color: #a9a8a8;
	font-size: 14px;
}

.page-template-page-scholars .masonry  .scholar .scholar-link a {
	color: #344e96;
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 15px;
}

.page-template-page-scholars #scholars-more {
	background-color: #f6f6f7;
	padding: 70px 70px 70px 130px;
}

.page-template-page-scholars #scholars-more h2 {
	font-size: 45px;
	margin-bottom: 0;
}

.page-template-page-scholars #scholars-more .article-divider {
	margin-bottom: 15px;
}

.page-template-page-scholars #scholars-more .past-scholars {
	background-color: #1b284c;
	color: #ffffff;
	font-size: 17px;
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 25px;
	display: block;
	margin-bottom: 8px;
	text-align: center;
	width: 230px;
}

.page-template-page-scholars #scholars-more .apply-today {
	color: #1b284c;
	font-size: 17px;
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 25px;
	display: block;
	margin-bottom: 8px;
	border: 1px solid #1b284c;
	text-align: center;
	width: 230px;
}

.page-template-page-scholars #scholars-more .more-left {
	padding-right: 30px;
}

.page-template-page-scholars #scholars-more .more-right {
	padding-top: 40px;
}

.page-template-page-scholars #scholar-form {
	display: none;
	max-width: 500px;
}

.page-template-page-scholars #scholar-form-interior {
	padding: 20px;
}

.page-template-page-scholars #scholar-form-box {
	padding: 20px;
	border: 2px solid #1b284c;
	box-shadow: 2px 3px 3px #ccc;
	color: #1b284c;
}

.page-template-page-scholars #scholar-form-interior input, .page-template-page-scholars #scholar-form-interior select {
	width: 100%;
	max-width: none;
	border-radius: 25px;
}
.page-template-page-scholars #scholar-form-interior select {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>") !important;
	background-origin: content-box !important;
	background-position: right -1rem center !important;
	background-repeat: no-repeat !important;
	background-size: 9px 6px !important;
	padding-right: 30px !important;
}


.page-template-page-scholars #scholar-form-interior textarea {
	border-radius: 10px;
}

.page-template-page-scholars #scholar-form-interior .wpforms-submit  { 
	background-color: #1b284c;
	color: #ffffff;
	font-size: 17px;
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	padding: 15px 15px;
	border-radius: 25px;
	display: block;
	margin-bottom: 8px;
	text-align: center;
	width: 230px;
	border: none;
	margin: 0 auto;
}

/** SINGLE ARTICLE **/

.single .content {
	padding-left: 130px;
	padding-right: 150px;
	padding-top: 30px;
}	

.single .content p {
	text-align: justify;
}

.single .article-author {
	margin-top: 5px;
}

.single .byline {
	margin-bottom: 40px;
}

.single .big-header {
	margin-bottom: 50px;
}

.single .entry-content img {
	padding-right: 10px;
}

/*.single #article-content p:first-child::first-letter{
	font-size: 40px;
	font-family: 'DM Serif Display', serif;
}*/

.single #article-content {
	padding-bottom: 40px;
}

#single-related {
	border-top: 10px solid #1b284c;
	padding: 60px 150px 100px 130px;
}

#single-related h3 {
	color: #2e3c63;
	font-size: 32px;
}

#single-related .article-divider {
	margin-bottom: 55px;
}

#single-related img {
	max-width: 35%;
	float: left;
	padding-right: 10px;
	padding-bottom: 25px;
}

#related-articles .related-info h4 {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 0;
}

#related-articles .article-author {
	margin-top: 0;
}

#related-articles .related-info {
	border-right: 1px solid #000000;
	padding-right: 50px;
	margin-right: 50px;
	min-height: 100px;
}

#related-articles div:last-child .related-info {
	padding-right: 0;
	margin-right: 0;
	border-right: none;
}

/** SINGLE PAGE **/

.page-template-template-full-width .content, .page-template-default .content {
	padding: 30px 130px 50px 120px;
}

.author .page-title {
	background-color: #344e96;
}

.author #archive-info-container .attachment-full {
	float: left;
	margin-right: 20px;
	border-right: none;
}

.author #archive-info .category-description {
	max-width: none;
}


/** RESOURCES **/

.resources-top {
	text-align: center;
}

.resources-top ul {
	display: inline-block;
	list-style: none;
	border: 1px solid #b2b3b4;
}

.resources-top ul li {
	float: left;
	text-align: center;
	background-color: #ffffff;
}

.resources-top ul li:nth-child(2) {
	border-left: 1px solid #b2b3b4;
	border-right: 1px solid #b2b3b4;
}

.resources-top ul li a {
	text-transform: uppercase;
	font-weight: 400;
	padding: 10px 30px;
	display: inline-block;
	color: #2e3c63;
}

.resources-top ul li.active a {
	background-color: #2e3c63;
	color: #ffffff;
	box-shadow: 3px 3px 3px #ccc;
}


/** NOTABLE BOOKS **/

#books-info {
	background-color: #f6f6f7;
	padding-left: 130px;
	padding-bottom: 50px;
	padding-right: 150px;
}

#books-info h1 {
	font-size: 45px;
	margin-top: 30px;
}

#books-info .article-divider {
	margin-bottom: 20px;
}

#books-masonry {
	padding-right: 70px;
}

#books-info-container {
	padding-top: 40px;
}


.page-template-page-books .masonry {
	padding-left: 130px;
	margin-top: 75px;
	padding-bottom: 50px;
}

.page-template-page-books .masonry-item { 
	width: calc(50% - 150px); 
	border: 1px solid #cccccd; 
	box-shadow: 3px 3px 3px #9d9d9d;
	margin-right: 75px;
	margin-bottom: 50px;
}

.page-template-page-books .masonry .books {
	margin: 0 !important;
	padding: 35px 45px;
	font-size: 15px;
}

.page-template-page-books .masonry .books img {
	float: left;
	margin-right: 15px;
	max-width: 110px;
	height: auto;
}

.page-template-page-books .masonry  .books  h2 {
	font-size: 22px;
}

.page-template-page-books .masonry  .books  h2 span {
	font-size: 16px;
}

.page-template-page-books .masonry  .books .book-author {
	color: #344e96;
	font-family: 'DM Serif Display', serif;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

#books-jump {
	padding: 50px 170px 0 130px;
}

.books-jump {
	float: right;
}

.books-jump span {
	float: right;
	color: #a9a8a8;
	font-style: italic;
	margin-right: 20px;
	display: block;
	padding-top: 15px;
}

.books-jump #author-jump {
	float: right;
	position: relative;
}

.books-jump #author-jump-container {
	border: 1px solid #bbbcbd;
	color: #344e96;
	border-radius: 25px;
	padding-left: 20px;
	cursor: pointer;
}

.books-jump #author-jump-container i {
	border-left: 1px solid #bbbcbd;
	font-size: 30px;
	padding: 8px 20px 8px 10px;
}

.books-jump #author-jump-container div {
	padding-right: 60px;
	display: inline-block;
	vertical-align: super;
}

.books-jump #author-jump-authors ul {
	list-style: none;
	padding: 30px;
	margin: 0;
}

.books-jump #author-jump-authors ul li {
	white-space: nowrap;
}

.books-jump #author-jump-authors {
	display: none;
	border: 1px solid #bbbcbd;
	box-shadow: 3px 3px 3px #ccc;
	position: absolute;
	top: 47px;
	background-color: #ffffff;
	min-width: 200px;
	z-index: 2;
}

/** READING LISTS **/

#reading-list-info {
	padding-top: 45px;
}

#books-jump.reading-header {
	padding-bottom: 60px;
}

.reading-header h1 {
	float: left;
}

#reading-list .reading-item {
	padding-left: 130px;
	padding-right: 130px;
}

#reading-list .reading-item article {
	padding: 60px 35px 30px 35px;
	border: 1px solid #cccccd;
	margin-bottom: 50px;
	box-shadow: 3px 3px 3px #ccc;
}

#reading-list .reading-item-info {
	padding-left: 20px;
}

#reading-list .reading-item-info h2 {
	font-size: 22px;
}

#reading-list .reading-item-info h2 span {
	font-size: 16px;
}

#reading-list .reading-item-info .article-divider {
	margin-bottom: 15px;
}

/** SYLLABI **/

.syllabi-header {
	font-weight: bold;
	text-transform: uppercase;
}

.syllabi-divider {
	height: 10px;
}

.syllabi-link {
	font-size: 14px;
}

/** ABOUT US **/

.page-template-page-about #about-header {
	margin-left: 130px;
	margin-right: 120px;
}

.page-template-page-about #about-header  h1 {
	font-size: 45px;
	margin-top: 80px;
}

.page-template-page-about .content .wp-post-image {
	margin: 25px 0;
}

.page-template-page-about .content .entry-content {
	margin-bottom: 35px;
}

.page-template-page-about #about-contributors {
	border-top: 10px solid #d04b4b;
}

.page-template-page-about #about-contributors h2 {
	font-size: 32px;
}

.page-template-page-about .about-left {
	padding-top: 90px;
	padding-bottom: 120px;
}

.page-template-page-about #community-submissions .article-divider {
	margin-bottom: 40px;
}

.page-template-page-about .about-right {
	background-color: #f6f6f7;
	padding-top: 90px;
	padding-bottom: 50px;
}

.page-template-page-about #about-right {
	padding-left: 100px;
}

.page-template-page-about #about-right .read-more {
	margin-top: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.page-template-page-about #about-left {
	padding: 0 80px 50px 120px;
}

.masthead {
	list-style: none;
	margin-left: 0;
	padding-top: 30px;
}

.masthead img {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #ccc;
	margin-right: 10px;
}

.masthead li {
	margin-bottom: 5px;
}

.masthead a, .contributors a {
	text-decoration: underline;
	font-size: 20px;
}

.contributors  {
	list-style: none;
	margin-left: 0;
	padding-top: 30px;
}

.contributors li {
	width: 35%;
	float: left;
	padding-bottom: 10px;
}

.page-template-page-about #home-current-feature .current-left {
	background-color: #d9d9da;
}

.page-template-page-about #home-current-feature .current-right {
	background-color: #ffffff;
}

.page-template-page-about .about-us-left {
	width: 48%;
	padding-right: 2%;
	float: left;
	padding-bottom: 40px;
}

.page-template-page-about .about-us-right {
	width: 48%;
	padding-left: 2%;
	float: right;
	padding-bottom: 40px;
}

.page-template-page-about .upcoming-event {
	max-width: 500px;
}

.page-template-page-about .upcoming-event .article-divider {
	margin-bottom: 0;
}

.page-template-page-about .upcoming-event .event-summary {
	height: auto;
	overflow: auto;
	margin-top: 0;
}

.page-template-page-about #newsletter-form input[type=text], .page-template-page-about #newsletter-form input[type=email] {
	background-color: #ffffff;
	padding: 25px 15px;
	border-radius: 25px;
	width: 100%;
}

.page-template-page-about #newsletter-form input[type=submit] {
	background-color: #2e3c63;
	color: #ffffff;
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
	width: 100%;
	border: 0;
	padding: 15px;
	border-radius: 30px;
	text-transform: uppercase;
	width: 100%;
}

/** EVENTS **/

#events-info {
	background-color: #f6f6f7;
	padding-left: 130px;
	padding-bottom: 50px;
	padding-right: 150px;
}


#events-info-container {
	padding-top: 100px;
}

#events-info-container img {
	margin-bottom: 40px;
}

#current-events {
	border-bottom: 1px solid #c1c1c4;
	padding: 65px 150px 55px 130px;
}

#current-event {
	background-color: #f1f2f5;
	margin-top: 10px;
}

#current-event img {
	width: 33%;
	float: left;
	object-fit: cover;
	height: 350px;
}

#current-event-info {
	padding: 30px 2%;
	padding-left: 3%;
	width: 66%;
	float: left;
}

#current-event-info.event-header {
	font-size: 17px;
}

#current-event-info h2 {
	margin: 0;
	line-height: 1.0;
}

#current-event-info .event-date {
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
}

#current-event-info .event-date span {
	font-size: 15px;
	color: #787777;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#current-event-info .article-divider {
	margin-bottom: 10px;
}

#current-event-info .event-register {
	font-size: 18px;
	font-family: 'DM Serif Display', serif;
	display: inline-block;
	padding: 15px 50px;
	background-color: #ffffff;
	color: #2e3c63;
	border: 1px solid #2e3c63;
	text-transform: uppercase;
	border-radius: 30px;
	margin-right: 15px;
}

#upcoming-events {
	padding: 65px 150px 55px 130px;
}

#upcoming-events-container {
	padding: 20px 60px;
}

#upcoming-events-container .upcoming-event {
	border: 1px solid #cccccd;
	box-shadow: 3px 3px 3px #9d9d9d;
	padding: 25px;
}

#upcoming-events-container .upcoming-event-box:nth-child(odd) {
	margin-right: 2%;
	margin-bottom: 35px;
	width: 48%;
}

#upcoming-events-container .upcoming-event-box:nth-child(even) {
	margin-left: 2%;
	margin-bottom: 35px;
	width: 48%;
}

.upcoming-event h2 {
	margin: 0;
	line-height: 1.0;
	font-size: 32px;
}

.upcoming-event .event-date {
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
}

.upcoming-event .event-date span {
	font-size: 15px;
	color: #787777;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

.upcoming-event .article-divider {
	margin-bottom: 25px;
}

.upcoming-event .event-register {
	font-size: 18px;
	font-family: 'DM Serif Display', serif;
	display: inline-block;
	padding: 15px 50px;
	background-color: #2e3c63;
	color: #ffffff;
	border: 1px solid #2e3c63;
	text-transform: uppercase;
	border-radius: 30px;
	margin-right: 15px;
	text-decoration: none !important;
}


.upcoming-event .links-holder {
	text-align: center;
	height: 70px;
}

.upcoming-event .event-summary {
	margin-top: 10px;
	height: 180px;
	overflow: hidden;
}

.page-template-page-events #events-more {
	background-color: #f6f6f7;
	padding: 70px 70px 70px 130px;
}

.page-template-page-events #events-more h2 {
	font-size: 45px;
	margin-bottom: 0;
}

.page-template-page-events #events-more .article-divider {
	margin-bottom: 15px;
}

.page-template-page-events #events-more .past-scholars {
	background-color: #1b284c;
	color: #ffffff;
	font-size: 17px;
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 25px;
	display: block;
	margin-bottom: 8px;
	text-align: center;
	width: 230px;
}

.page-template-page-events #events-more .apply-today {
	color: #1b284c;
	font-size: 17px;
	font-family: 'DM Serif Display', serif;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 25px;
	display: block;
	margin-bottom: 8px;
	border: 1px solid #1b284c;
	text-align: center;
	width: 230px;
}

.page-template-page-events #events-more .more-left {
	padding-right: 30px;
	padding-left: 60px;
}

.page-template-page-events #events-more .more-right {

}

.page-template-page-events #newsletter-form {
	max-width: 270px;
	float: right;
	margin-right: 120px;
}

.page-template-page-events #newsletter-form input[type=text], .page-template-page-events #newsletter-form input[type=email] {
	background-color: #ffffff;
	padding: 25px 15px;
	border-radius: 25px;
	width: 270px;
}

.page-template-page-events #newsletter-form input[type=submit] {
	background-color: #2e3c63;
	color: #ffffff;
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
	width: 100%;
	border: 0;
	padding: 12px;
	border-radius: 25px;
	text-transform: uppercase;
	width: 270px;
}

#upcoming-events-container .event-image {
	position: relative;
}

#upcoming-events-container .coming-soon {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #ffffff;
	font-family: 'DM Serif Display', serif;
	font-size: 16px;
	background-color: #d04b4b;
	display: inline-block;
	padding: 5px 10px;
	font-style: italic;
}


/** FORUM **/

#forum-featured .page-title {
	font-size: 22px;
	margin: 0;
	color: #ffffff;
	padding: 8px 30px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px #999;
	background-color: #48764d;
	margin-bottom: 90px;
}


#forum-featured {
	background-color: #f6f6f7;
	padding: 0 150px 70px 130px;
}

#forum-featured #featured-article-info {
	padding-left: 62px;
}

#forum-featured #featured-article-info h2 {
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}

#forum-featured .show-for-large img {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #c1c1c4;
}

#forum-main-article {
	padding: 70px 150px 70px 130px;
}

.article-divider {
	background-color: #d04b4b;
	height: 5px;
	width: 80px;
	border-radius: 5px;
	margin-bottom: 5px;
}

#featured-article-info .article-author a, .forum-three-featured .article-author a, .forum-sub-article .article-author a, .byline .article-author a, #forum-main-article .article-author a {
	font-style: italic;
	color: #344e96;
	font-size: 14px;
	text-decoration: underline;
	font-family: 'DM Serif Display', serif;
}	

#featured-article-info .article-date, .forum-three-featured .article-date, .forum-sub-article .article-date, .byline .article-date, #forum-main-article .article-date {
	color: #a5a7aa;
	font-size: 12px;
	margin-bottom: 10px;
}

#featured-article-info .article-excerpt {
	line-height: 1.7;
}

#featured-article-info .article-description, .forum-three-featured .article-description {
	font-size: 15px;
}

#featured-article-info .article-read-more {
	padding-top: 10px;
	font-size: 13px;
}

#featured-article-info .article-read-more a, .forum-three-featured .article-read-more a, .read-more {
	text-transform: uppercase;
	font-style: italic;
	font-family: 'DM Serif Display', serif;
	text-decoration: underline;
	background: url('../images/bullet.png') no-repeat;
	padding-left: 17px;
	background-position: 3px 5px;
	display: inline-block;
	margin-top: 10px;
	font-size: 13px;
}

.small-cat {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 11px;
	padding: 3px 10px;
}

#forum-three-featured {
	background-color: #f6f6f7;
	padding: 65px 150px 50px 130px;
}

#forum-three-featured .article-excerpt {
	line-height: 1.65;
}

#forum-three-featured .related-header {
	margin-left: .9375rem;
	margin-bottom: 30px;
	color: #2e3c63;
}

.forum-three-featured .small-cat {
	margin-bottom: 5px;
	display: inline-block;
}

.forum-three-featured h2 {
	font-size: 32px;
	margin: 25px 0 10px 0;
	line-height: 1.2;
	height: 120px;
}

#forum-sub-articles {
	background-color: #ffffff;
	padding: 50px 90px 70px 130px;
}

#forum-sub-articles h2 {
	height: auto;
	margin-top: 0;
}

#forum-sub-articles .related-header {
	margin-bottom: 30px;
	color: #2e3c63;
}

#forum-sub-articles .forum-three-featured {
	padding-right: 120px;
}

#forum-sub-articles .forum-three-featured img {
	margin-bottom: 15px;
}

#forum-sub-articles .attachment-big-image {
	margin: 20px 0;
}

#forum-sub-articles .article-excerpt {
	font-size: 15px;
	margin-bottom: 15px;
}


#forum-sub-articles .forum-sub-article img {
	max-width: 33%;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

#forum-sub-articles .forum-sub-article {
	clear: both;
}

#forum-sub-articles .forum-sub-article h2 {
	font-size: 26px;
}


#forum-sub-articles .forum-sub-article .article-excerpt {
	margin-bottom: 0;
}

#forum-current-feature {
	border-top: 10px solid #1b284c;
	background-color: #f6f6f7;
}


#forum-current-feature h2 {
	font-size: 32px;
}

#forum-current-feature .article-divider {
	margin-bottom: 25px;
}

#forum-current-feature .current-left {
	background-color: #f6f6f7;
	padding: 50px 80px 50px 120px;
}

#forum-current-feature .current-left a {
	text-decoration: underline;
}

#forum-current-feature .current-left img {
	margin-right: 2%;
	max-width: 30%;
}

#forum-current-feature .current-left .article-excerpt {
	margin: 20px 0;
}

#forum-current-feature .current-right {
	background-color: #ffffff;
	padding: 50px;
	padding-left: 90px;
	padding-right: 150px;
}

#forum-current-feature .current-right .article-content {
	max-width: 550px;
	padding-top: 15px;
}

#forum-current-feature .current-right .join-today {
	max-width: 340px;
	display: block;
	background-color: #2e3c63;
	color: #ffffff;
	font-size: 22px;
	font-family: 'DM Serif Display', serif;
	width: 100%;
	border: 0;
	padding: 12px;
	border-radius: 26px;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

#forum-main-article .forum-main-image {
	max-width: 50%;
	padding-right: 20px;
	margin-right: 20px;
	float: left;
	border-right: 1px solid #c1c1c4;
}

#forum-main-article .article-content img {
	padding: 5px;
}

#forum-main-article img.alignright {
	float: right;
	max-width: 50%;
	padding-left: 15px;
}

#forum-main-article img.alignleft {
	float: left;
	max-width: 50%;
	padding-right: 15px;
}

/** RECENT ARTICLES **/

.blog .main {
	padding-right: 0;
}

.blog .page-title {
	font-size: 22px;
	margin: 0;
	color: #ffffff;
	padding: 8px 30px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px #999;
	background-color: #1b284c;
	margin-left: 130px;
}

.blog .archive-tags {
	margin: 80px 20px 20px 130px;
	color: #a9a8a8;
	font-style: italic;
}

.blog .archive-tags span {
	padding-right: 25px;
}

.blog .archive-tags a {
	color: #344e96;
	text-transform: uppercase;
	padding: 15px 50px;
	border: 1px solid #bbbcbd;
	border-radius: 25px;
	margin-right: 10px;
	font-style: normal;
	display: inline-block;
	margin-bottom: 10px;
}

.blog .main article:nth-child(odd) {
	background-color: #ffffff;
	padding: 50px 150px 50px 145px;
}

.blog .main article:nth-child(even) {
	background-color: #f6f6f7;
	padding: 50px 150px 50px 145px;
}

.blog .small-cat {
	margin-bottom: 10px;
	display: inline-block;
}

.blog .image-left img {
	padding-right: 25px;
}

.blog .image-left .article-header {
	padding-left: 30px;
	margin-top: -15px;
}

.blog .image-right img {
	padding-left: 45px;
}

.blog .image-right .article-header {
	padding-right: 30px;
	margin-top: -15px;
}

.blog .article-header h2 {
	line-height: 1.1;
}

.blog h2 a {
	color: #353535;
	font-size: 32px;
}

.blog .article-author a {
	font-style: italic;
	color: #344e96;
	font-size: 14px;
	text-decoration: underline;
	font-family: 'DM Serif Display', serif;
}	

.blog .article-date {
	color: #a5a7aa;
	font-size: 12px;
	margin-bottom: 10px;
}

.blog .wp-pagenavi {
	display: none;
}


/** CONTACT US **/

.page-template-page-contact #community-header {
	margin-left: 130px;
	margin-right: 120px;
	padding-top: 90px;
	padding-bottom: 50px;
}


.page-template-page-contact .content .entry-content {
	margin-bottom: 35px;
}

.page-template-page-contact #community-submissions {
	padding-left: 130px;
	background-color: #fafafb;
}

.page-template-page-contact #community-submissions h2 {
	font-size: 32px;
}

.page-template-page-contact .submissions-left {
	padding-top: 90px;
	padding-bottom: 120px;
}

.page-template-page-contact #community-submissions .article-divider {
	margin-bottom: 40px;
}

.page-template-page-contact .submissions-right, .page-template-page-community .submissions-right {
	background-color: #f6f6f7;
	padding-top: 90px;
	padding-right: 150px;
}

.page-template-page-contact #submissions-right {
	padding-left: 100px;
}

.page-template-page-contact #submissions-left {
	padding-right: 100px;
}

.page-template-page-contact #community-submissions input[type=text], .page-template-page-contact #community-submissions input[type=email], .page-template-page-contact #community-submissions select, 
.page-template-page-community #community-submissions input[type=text], .page-template-page-community #community-submissions input[type=email], .page-template-page-community #community-submissions select {
	border-radius: 20px;
	max-width: 250px;
}

#community-submissions textarea {
	border-radius: 12px;
}

.page-template-page-contact #community-submissions .wpforms-submit, .page-template-page-community #community-submissions .wpforms-submit  {
	background-color: #1b284c;
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 20px;
	font-family: 'DM Serif Display', serif;
	border: 0;
	padding: 10px 30px;
	float: right;
}

.page-template-page-contact #community-submissions select {
	background:#f2f4f7 url('../images/arrow-down.png');
	background-repeat: no-repeat;
	background-size: 35px 35px;
	background-position: right 0;
}


/** ODDS & ENDS **/

.content-not-found, .post-not-found {
	padding-left: 120px;
}

.wp-pagenavi {
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	border: none;
	color: #1d294a;
}

.wp-pagenavi .current {
	color: #d04b4b;
	font-weight: normal;
}

.wp-pagenavi .current, .wp-pagenavi a.page {
	border-right: 1px solid #000000;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	padding-right: 10px;
}

.wp-pagenavi a.nextpostslink{
	margin-left: -10px;
	padding-left: 5px;
	background-color: #ffffff;
}

.search .content {
	padding: 50px 150px 50px 130px;
}

.search .entry-content img {
	padding-right: 50px;
}

.search article {
	margin-bottom: 50px;
}

.search .archive-title {
	margin-left: -10px;
	font-size: 36px;
	margin-bottom: 20px;
}

@media screen and (max-width: 1800px) {

	#top-bar-menu {
		max-width: 1200px;
	}

	.top-bar #social-media {
		margin-right: 0;
	}

	#home-featured {
		background-color: #f6f6f7;
		padding: 50px 110px 70px 130px;
	}

	#home-about {
		background-color: #f6f6f7;
		padding: 50px 40px 100px 130px;
	}

	#scholars-masonry {
		padding-right: 0;
	}

	#essays-masonry {
		padding-right: 0;
	}

}

@media screen and (max-width: 1650px) {

	.header {
		padding-left: 50px;
		padding-right: 50px;
	}

	#home-featured {
		padding: 40px 50px 50px 50px;
	}

	#home-three-featured {
		padding: 40px 50px 50px 50px;
	}

	#home-about {
		padding: 40px 50px 50px 50px;
	}

	#home-newsletter {
		padding: 40px 0 50px 60px;
	}

	#home-sub-articles {
		padding: 40px 20px 50px 65px;
	}

	#home-current-feature .current-left {
		padding: 40px 30px 50px 50px;
	}

	#home-current-feature .current-right {
		padding: 40px 20px 50px 30px;
	}

	#home-sub-articles .home-three-featured {
		padding-right: 30px;
	}

	.footer .inner-footer {
		padding-left: 0;
	}

	.footer-left {
		padding-left: 50px !important;
		padding-right: 0 !important;
	}

	.footer-right {
		padding-right: 50px !important;
	}

	.footer-center {
		margin-left: 30px;
	}

	#archive-info {
		padding-left: 50px;
		padding-right: 50px;
	}

	.archive .archive-tags {
		margin: 80px 50px 100px 50px;
	}

	.archive article {
		margin-left: 50px;
		padding-right: 50px;
	}

	.category .masonry {
		padding-left: 50px;
	}

	.category .masonry-item {
		margin-right: 30px;
		width: calc(50% - 60px);
	}

	.single .content  {
		padding-left: 50px;
		padding-right: 50px;
	}

	#single-related {
		padding: 50px 50px 60px 50px;
	}

	#single-related img {
		max-width: 100%;
		float: none;
	}

	#related-articles .related-info {
		border: none;
	}

	#related-articles .small-12 {
		width: 28%;
		margin: 0 2.5%;
	}

	#related-articles .small-12:first-child {
		margin-left: 0;
	}

	#related-articles .related-info {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		min-height: auto;
	}

	#single-related .article-divider {
		margin-bottom: 20px;
	}

	#scholars-info {
		padding-left: 50px;
		padding-right: 50px;
	}

	.page-template-page-scholars .masonry {
		padding-left: 50px;
	}

	.page-template-page-scholars .masonry-item {
		margin-right: 30px;
		width: calc(50% - 60px);
	}

	.page-template-page-scholars #scholars-more {
		padding-left: 50px;
		padding-right: 50px;
	}

	#books-info {
		padding-left: 50px;
		padding-right: 50px;
	}

	#books-jump {
		padding: 30px 30px 0 50px;
	}

	#books-masonry {
		padding-right: 0;
	}

	#reading-list-info {
		padding-left: 15px;
		padding-right: 15px;
	}

	#reading-list-jump {
		padding: 50px 50px 0 50px;
	}

	#reading-list .reading-item {
		padding-left: 50px;
		padding-right: 50px;
	}

	#books-jump.reading-header {
		padding-bottom: 30px;
	}

	.page-template-page-books .masonry {
		padding-left: 50px;
		margin-top: 25px;
		padding-bottom: 50px;
	}

	.page-template-page-books .masonry-item {
		width: 88%;
		margin-right: 30px;
	}

	.page-template-page-community #community-header, .page-template-page-contact #community-header {
		margin-left: 50px;
		margin-right: 50px;
		padding-top: 40px;
	}

	.page-template-page-community #community-submissions, .page-template-page-contact #community-submissions {
		padding-left: 50px;
	}

	.page-template-page-community #community-submissions .submissions-left, .page-template-page-community #community-submissions .submissions-right, .page-template-page-contact #community-submissions .submissions-left, .page-template-page-contact #community-submissions .submissions-right {
		padding-top: 45px;
	}

	.page-template-page-community #community-submissions .submissions-right {
		margin-right: 0;
		padding-right: 0;
		float: right;
		padding-right: 50px;
	}

	.page-template-page-contact #community-submissions .submissions-right {
		padding-right: 50px;
	}

	.page-template-page-about #about-header {
		margin-left: 50px;
		margin-right: 50px;
	}

	.page-template-page-about #about-contributors {
		padding-left: 50px;
	}

	.page-template-page-about .about-left {
		padding-right: 50px;
	}

	.page-template-page-about #about-left {
		padding: 0;
	}

	.home-three-featured h2 {
		font-size: 30px;
		height: 140px;
		overflow: hidden;
	}

	.archive .archive-tags a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.top-bar .search-form .search-field {
		width: 250px !important;
	}

	.page-template-page-events #events-info, .page-template-page-events #current-events, .page-template-page-events #upcoming-events, .page-template-page-events #events-more {
		padding-left: 50px;
		padding-right: 50px;
	}

	#archive-info-container {
		margin-top: 50px;
	}

	#forum-featured {
		padding: 0 50px 70px 50px;
	}

	#forum-main-article {
		padding: 70px 50px 70px 50px;
	}

	#forum-three-featured {
		padding: 65px 50px 50px 50px;
	}

	#forum-sub-articles {
		padding: 50px 50px 70px 70px;
	}

	#forum-sub-articles .forum-three-featured {
		padding-right: 40px;
	}

	#forum-sub-articles .forum-sub-article h2 {
		margin-bottom: 0;
		line-height: 1;
	}

	#forum-sub-articles .forum-sub-article .article-excerpt {
		height: 90px;
		overflow: hidden;
	}

	#forum-current-feature .current-left {
		padding: 50px 80px 50px 50px;
	}

	#forum-current-feature .current-right {
		padding: 50px;
	}

	.blog .page-title {
		margin-left: 50px;
	}

	.blog .archive-tags {
		margin: 80px 50px 20px 50px;
	}

	.blog .main article:nth-child(odd) {
		padding: 50px 50px 50px 65px;
	}

	.blog .main article:nth-child(even) {
		padding: 50px 50px 50px 65px;
	}

	.contributors li {
		width: 100%;
		float: none;
		padding-bottom: 10px;
	}

	.page-template-page-events #newsletter-form {
		margin-right: 0;
	}

	#upcoming-events-container {
		padding: 20px 0;
	}

	.page-template-page-events #events-more .more-left {
		padding-right: 30px;
		padding-left: 0;
	}

}

@media screen and (max-width: 1300px) {

	.top-bar .search-form  {
		display: none;
	}

	.top-bar #social-media .fa-search {
		display: inline;
		font-size: 18px;
		cursor: pointer;
	}

	.top-bar-right.show-for-medium {
		position: relative;
	}

	.top-bar .search-form {
		position: absolute;
		right: 50px;
		top: 54px;
		box-shadow: 3px 3px 3px #ccc;
		background-color: #fff;
		padding-left: 20px;
		padding-top: 20px;
		border: 1px solid #ccc;
	}

	#upcoming-events-container .upcoming-event-box:nth-child(even), #upcoming-events-container .upcoming-event-box:nth-child(odd) {
		margin-right: 0;
		margin-bottom: 35px;
		width: 100%;
		margin-left: 0;
	}

	.page-template-page-events #events-more-container .more-left, .page-template-page-events #events-more-container .more-right {
		width: 100%;
		padding: 0;
	}

	.page-template-page-events #newsletter-form {
		float: none;
		max-width: none;
		margin-right: 0;
	}

	.page-template-page-events #newsletter-form input[type="text"], .page-template-page-events #newsletter-form input[type="submit"], .page-template-page-events #newsletter-form input[type="email"] {
		width: 90%;
	}

	.forum-three-featured h2 {
		font-size: 26px;
		overflow: hidden;
	}

	.page-template-page-community #submissions-left, .page-template-page-contact #submissions-left {
		padding-right: 20px;
	}

	.page-template-page-community #submissions-right, .page-template-page-contact #submissions-right {
		padding-left: 45px;
	}

	.contributors li {
		width: 100%;
	}
	
	#home-about .show-for-large {
		width: 100%;
	}
	
	#home-about #home-about-info {
		padding: 0;
		padding-top: 30px;
	}

	#home-newsletter-content {
		padding: 0;
	}

	#home-newsletter #newsletter-form {
	max-width: 270px;
		float: right;
		margin-right: 0;
	}

	#upcoming-events img {
		width: 100%;
	}

	.upcoming-event .event-summary {
		height: auto;
	}

}

@media screen and (max-width: 1024px) {

	.show-for-large {
		display: none;
	}

	.show-for-medium-only, .show-for-medium {
		display: block !important;
	}

	#home-sub-articles .show-for-medium.medium-12 {
		width: 96%;
	}

	.show-for-medium.medium-12 {
		width: 100%;
	}

	#left-menu {
		width: 24%;
	}

	#right-container {
		padding-left: 24%;
	}

	.header {
		padding-left: 50px;
	}

	.search-form {
		display: none;
	}


	#home-featured {
		padding: 40px 50px 50px 50px;
	}

	#home-featured h2 {
		font-size: 32px;
		line-height: 1.2;
	}

	#home-featured .attachment-featured-image {
		float: left;
		max-width: 50%;
		padding-right: 20px;
	}

	#home-featured .article-divider {
		margin-bottom: 20px;
	}

	#home-featured #featured-article-info {
		padding-left: 0;
	}

	#home-three-featured {
		padding: 40px 50px 50px 50px;
	}

	.home-three-featured h2 {
		font-size: 25px;
	}

	#home-about {
		padding: 40px 50px 50px 50px;
	}

	#home-about img {
		float: left; 
		max-width: 50%;
		padding-right: 20px;
	}

	#home-about h1 {
		font-size: 31px;
	}

	#home-about #home-about-info {
		padding: 0;
	}

	#home-newsletter {
		padding: 40px 0 50px 60px;
	}

	#home-newsletter-content {
		padding: 0;
		padding-right: 15px;
	}

	#home-newsletter h3 {
		font-size: 35px;
	}

	#home-newsletter #newsletter-form {
		margin-right: 0;
		max-width: 100%;
	}

	#home-newsletter #newsletter-form input[type=text], #home-newsletter #newsletter-form input[type=submit], #home-newsletter #newsletter-form input[type=email] {
		width: 100%;
	}

	#home-newsletter  .medium-4 {
		width: calc(35.333% - 1.875rem);
	}

	#home-sub-articles {
		padding: 40px 20px 50px 50px;
	}

	#home-sub-articles .home-three-featured {
		padding-right: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid #d0d0d1;
		margin-bottom: 30px;
	}

	#home-sub-articles .attachment-big-image {
		max-width: 50%;
		float: left;
		margin: 0 10px 0 0;
	}

	#home-sub-articles .home-sub-article {
		width: 48%;
		float: left;
	}

	#home-sub-articles .sub-articles {
		width: 100%;
	}

	#home-sub-articles .home-sub-article.article-0 {
		padding-right: 2%;
	}

	#home-sub-articles .home-sub-article.article-1 {
		padding-left: 2%;
		padding-right: 2%;
	}

	#home-sub-articles .home-sub-article .attachment-small-image {
		max-width: 100%;
	}

	#home-sub-articles .home-sub-article .article-divider {
		margin-left: 0;
	}

	#home-sub-articles .home-sub-article:first-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	#home-current-feature .current-left {
		padding: 40px 30px 50px 35px;
	}

	#home-current-feature .current-right {
		padding: 40px 20px 50px 30px;
	}

	.footer .inner-footer {
		padding-left: 0;
	}

	.footer-left {
		padding-left: 35px !important;
	}

	.footer-center {
		margin-left: 0;
	}

	.footer-right {
		padding-right: 15px !important;
	}

	.footer h4 {
		font-size: 20px;
	}

	.footer {
		padding-top: 70px;
	}

	#archive-info img {
		padding-right: 0;
		border-right: none;
	}

	#archive-info-container {
		margin-top: 50px;
	}

	#archive-info .article-divider {
		margin-bottom: 20px;
	}

	.archive .archive-tags {
		margin: 40px 50px 60px 50px;
	}

	.archive .archive-tags span, .blog .archive-tags span {
		display: block;
		margin-bottom: 30px;
	}

	.archive article header {
		margin-left: 0;
	}

	.archive .archive-tags a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.category .masonry-item {
		margin-right: 0;
		width: 88%;
	}

	#scholars-info-container {
		padding-top: 50px;
	}

	#scholars-info img {
		padding-right: 0;
	}

	#scholars-info .category-description {
		padding-left: 0;
		margin-left: 0;
		padding-top: 15px;
		max-width: none;
	}

	.page-template-page-scholars .masonry-item {
		width: 88%;
	}

	.page-template-page-community #community-submissions, .page-template-page-contact #community-submissions {
		padding-left: 0;
	}

	.page-template-page-community #community-submissions .submissions-left, .page-template-page-community #community-submissions .submissions-right, .page-template-page-contact #community-submissions .submissions-left, .page-template-page-contact #community-submissions .submissions-right {
		padding-top: 45px;
		padding-left: 50px;
		padding-bottom: 50px;
	}

	.page-template-page-contact #community-submissions .submissions-right, .page-template-page-community #community-submissions .submissions-right {
		padding-left: 0;
	}

	.page-template-page-about .about-right, .page-template-page-about .about-left {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.page-template-page-about #about-right, .page-template-page-about #about-left {
		padding-left: 50px;
	}

	.contributors li {
		width: 50%;

	}

	.page-template-page-about #about-contributors {
		padding-left: 0;
	}

	.top-bar .search-form {
		display: none;
	}

	.wp-pagenavi {
		margin: 0 auto;
		padding: 50px 0;
	}

	#archive-info img {
		margin-bottom: 15px;
	}

	#archive-info .category-description {
		margin-left: 0;
		padding-left: 0;
	}

	#forum-featured #featured-article-info {
		padding-left: 0;
	}

	#forum-featured img {
		margin-bottom: 15px;
	}

	#forum-main-article h2 {
		font-size: 32px;
	}

	#forum-featured .page-title {
		margin-bottom: 45px;
	}
	
	.upcoming-event .event-register {
		padding: 15px 25px;
		margin-top: 20px;
	}

	.blog .image-left .article-header {
		padding-left: 0;
		margin-top: 15px;
	}

	.blog .image-right .article-header {
		padding-right: 0;
		margin-bottom: 15px;
	}

	.blog .image-right img {
		padding-left: 0;
	}

	#community-header h1 {
		font-size: 36px;
	}

	.resources-top ul li {
		float: none;
	}

	.resources-top ul li a {
		width: 100%;
	}

	.resources-top ul li:nth-child(2) {
		border-left: none;
		border-right: none;
		border-top: 1px solid #b2b3b4;
		border-bottom: 1px solid #b2b3b4;
	}

	#books-info h1 {
		font-size: 36px;
	}

	#books-info {
		padding-left: 50px;
		padding-right: 50px;
	}

	#books-info {
		padding-left: 50px;
		padding-right: 50px;
	}

	.page-template-page-books .masonry {
		padding-left: 50px;
	}

	.page-template-page-about #about-header h1 {
		margin-top: 50px;
		font-size: 36px;
	}

	#archive-info .category-description h1 {
		font-size: 32px;
	}

	#archive-info img {
		padding-right: 15px;
	}	

}

@media screen and (max-width: 768px) {

	#left-menu-inside {
		padding-left: 0;
	}

	#left-menu-inside a {
		font-size: 16px;
	}

	.header {
		padding-left: 30px;
		padding-right: 30px;
	}

	#home-featured {
		padding: 40px 30px 50px 30px;
	}

	#home-three-featured {
		padding: 40px 30px 50px 30px;
	}

	#home-about {
		padding: 40px 30px 50px 30px;
	}

	#home-newsletter {
		padding: 40px 0 50px 40px;
	}

	#home-sub-articles {
		padding: 40px 0 50px 45px;
	}

	#home-current-feature .current-left {
		padding: 40px 30px 50px 30px;
	}

	#home-current-feature .current-right {
		padding: 40px 30px 50px 30px;
	}

	#home-sub-articles .home-three-featured {
		padding-right: 10px;
	}

	#home-three-featured .medium-4 {
		float: none;
		width: 96%;
	}

	.home-three-featured h2 {
		height: auto;
	}

	.home-three-featured .small-cat {
		margin-top: 40px;
	}

	#home-current-feature .medium-6 {
		float: none;
		width: 100%;
	}

	#archive-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	.archive .archive-tags {
		margin: 40px 30px 30px 30px;
	}

	.archive .archive-tags a {
		display: inline-block;
		margin-bottom: 10px;
	}

	.archive article {
		margin-left: 0;
		padding-right: 30px;
		padding-left: 30px;
	}

	#archive-info .category-description {
		padding-left: 0;
		margin-left: 0;
	}

	.category .masonry {
		padding-left: 30px;
	}

	.single .content {
		padding-left: 30px;
		padding-right: 30px;
	}

	#single-related {
		padding: 30px 30px 40px 30px;
	}

	.page-template-page-community #community-header, .page-template-page-contact #community-header {
		margin-left: 0;
		margin-right: 0;
		padding-top: 30px;
	}

	.page-template-page-community #community-submissions .submissions-left, .page-template-page-community #community-submissions .submissions-right, .page-template-page-contact #community-submissions .submissions-left, .page-template-page-contact #community-submissions .submissions-right {
		padding-top: 35px;
		padding-left: 30px;
		padding-bottom: 20px;
	}

	.page-template-page-community #community-submissions .submissions-right, .page-template-page-contact #community-submissions .submissions-right {
		padding-left: 0;
	}

	.contributors li {
		width: 100%;
	}

	.page-template-page-community #community-header, .page-template-page-contact #community-header {
		margin-left: 30px;
		margin-right: 30px;
	}

	.page-template-page-about .about-us-left, .page-template-page-about .about-us-right {
		width: 100%;
		padding: 0;
		float: none;
	}

	.top-bar #logo {
		max-width: 80%;
	}

	.top-bar #social-media {
		width: 120px;
	}

	#forum-featured {
		padding: 0 30px 30px 30px;
	}

	#forum-main-article {
		padding: 30px 30px 30px 30px;
	}

	#forum-three-featured {
		padding: 30px;
	}

	#forum-sub-articles {
		padding: 30px 30px 30px 50px;
	}

	#forum-sub-articles .forum-three-featured {
		padding-right: 40px;
	}

	#forum-sub-articles .forum-sub-article h2 {
		margin-bottom: 0;
		line-height: 1;
	}

	#forum-sub-articles .forum-sub-article .article-excerpt {
		height: 90px;
		overflow: hidden;
	}

	#forum-current-feature .current-left {
		padding: 50px 80px 50px 50px;
	}

	#forum-current-feature .current-right {
		padding: 50px;
	}

	.blog .page-title {
		margin-left: 30px;
	}

	.blog .archive-tags {
		margin: 40px 25px 20px 25px;
	}

	.blog .main article:nth-child(odd) {
		padding: 50px 30px 50px 45px;
	}

	.blog .main article:nth-child(even) {
		padding: 50px 30px 50px 45px;
	}

	#books-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	#books-info {
		padding-left: 30px;
		padding-right: 30px;
	}

	.page-template-page-books .masonry {
		padding-left: 30px;
	}

	#books-jump.reading-header {
		padding-left: 30px;
		padding-bottom: 20px;
	}

	#reading-list .reading-item {
		padding-left: 30px;
		padding-right: 30px;
	}

	#events-info-container {
		padding-top: 50px;
	}

	#current-event-info h2 {
		font-size: 32px;
	}

	#current-event img {
		max-width: 100%;
		float: none;
	}

	#current-event-info {
		width: 100%;
		float: none;
		padding: 30px;
	}

	#upcoming-events-container {
		padding: 20px 0;
	}

	.upcoming-event .event-summary {
		margin-top: 10px;
		height: auto;
		overflow: hidden;
	}

	#upcoming-events-container .upcoming-event {
		padding-bottom: 50px;
	}

	.page-template-page-about #about-header {
		margin-left: 30px;
		margin-right: 30px;
	}

	.page-template-page-about #about-right, .page-template-page-about #about-left {
		padding-left: 30px;
	}

	#left-menu {
		display: none;
	}

	#right-container {
		padding-left: 0;
		width: 100%;
	}

	.top-bar-right.show-for-medium {
		display: none !important;
	}

	.top-bar .top-bar-right.show-for-small-only {
		display: block !important;
	}

	#home-current-feature .current-right .article-content {
		max-width: 100%;
	}

	.page-template-page-scholars #scholars-more .more-right {
		text-align: center;
	}

	.page-template-page-scholars #scholars-more .more-right a {
		display: inline-block;
	}

	.page-template-page-about .upcoming-event {
		max-width: 100%;
	}

	.search-form {
		display: block;
	}

	.search .content {
		padding: 50px;
	}

	.archive article header {
		margin-left: 15px;
	}

	.category-currently-featured-classics article img {
		margin-left: 15px;
		padding-right: 15px;
	}

	.category-currently-featured-classics.archive .small-cat {
		margin-left: 15px;
	}

	.reading-item img {
		padding-right: 15px;
	}

}

@media screen and (max-width: 640px) {

	body, #home-about-info p, p {
		font-size: 17px;
	}

	.article-divider {
		width: 150px;
		height: 8px;
	}

	.show-for-medium, .show-for-medium-only {
		display: none !important;
	}

	.show-for-small-only, .show-for-small {
		display: block !important;
	}

	.top-bar #social-media {
		display: none;
	}

	#featured-article-info .article-read-more a, .home-three-featured .article-read-more a, .read-more {
		font-size: 18px;
		background-position: 0px 9px;
		background-size: 9%;
	}

	

	.top-bar .top-bar-right {
		margin-top: 0;
	}

	.top-bar #logo {
		max-width: 75%;
		margin: 40px 0 40px;
	}

	.top-bar-right .menu {
		position: absolute;
		right: 6%;
		top: 45px;
		width: 16%;
	}


	.header {
		padding-left: 6%;
		border-bottom: 4px solid #2b3c66;
	}

	.small-cat {
		font-size: 17px;
		display: inline-block;
		margin-bottom: 5px;
	}

	#featured-article-info .article-author a, .home-three-featured .article-author a, .home-sub-article .article-author a, .byline .article-author a, #related-articles .article-author a {
		font-size: 17px;
	}

	#home-featured {
		padding: 40px 6% 50px 6%;
	}

	.home-three-featured h2 {
		margin-top: 15px;
	}

	#home-featured h2, .home-three-featured h2, #home-about h1, #home-sub-articles .home-sub-article h2 {
		font-size: 30px;
	}

	#home-three-featured {
		padding: 10px 0 10px 0;
	}

	#home-three-featured .small-12 {
		padding-left: 6%;
		padding-right: 6%;
		border-bottom: 1px solid #000;
		margin-bottom: 10px;
		padding-bottom: 40px;
	}

	#home-three-featured .small-12:last-child {
		border-bottom: 0;
	}

	#home-about {
		padding: 40px 6% 50px 6%;
	}

	#home-about-header {
		font-size: 27px;
	}

	#home-about img {
		float: none;
		max-width: 100%;
		padding: 10px 0;
	}

	#home-newsletter {
		padding: 40px 6% 50px 10%;
	}

	#home-newsletter-header {
		font-size: 26px;
	}

	#home-newsletter .medium-4, #home-newsletter .medium-8 {
		width: calc(100% - 1.25rem);
	}

	#home-newsletter #newsletter-form {
		float: none;
	}

	#home-newsletter h3 {
		font-size: 42px;
	}

	#home-sub-articles {
		padding: 40px 6% 50px 6%;
		position: relative;
	}

	#home-current-feature h2 {
		font-size: 30px;
		margin-bottom: 0;
	}

	#home-current-feature .current-left .article-divider {
		display: none;
	}

	#home-current-feature .current-left {
		padding: 40px 6% 50px 6%;
	}

	#home-current-feature .current-right {
		padding: 40px 6% 50px 6%;
	}

	#home-sub-articles .home-three-featured {
		padding-right: 6%;
	}


	#home-featured .attachment-featured-image {
		float: none;
		max-width: 100%;
		margin-top: 8px;
		margin-bottom: 15px;
		padding-right: 0;
	}

	.footer .small-12 {
		padding-left: 8% !important;
		margin-bottom: 20px;
		width: 100%;
	}

	.footer h4 {
		font-size: 42px;
	}

	.footer .menu a {
		font-size: 17px;
	}

	.footer-links #footer-logo {
		float: left;
		margin-right: 30px;
		margin-left: 10px;
	}

	.footer-links #social-media {
		padding-top: 18px;
	}

	.footer-links #social-media a {
		color: #ffffff;
		font-size: 32px;
		padding-right: 10px;
	}

	.footer .copyright {
		border-top: 2px solid #ffffff;
		font-size: 18px;
		margin-bottom: 0;
		padding-right: 6%;
	}

	.home-slider-top, .home-slider-bottom {
		max-width: 98%;
	}

	#home-sub-articles .attachment-big-image {
		float: none;
		max-width: 100%;
		width: 100%;
		padding-top: 10px;
	}


	#home-sub-articles .home-slider-buttons {
		color: #b2b2b2;
		margin: 10px;
		text-align: center;
		font-size: 50px;
	}

	#home-sub-articles .home-slider-buttons i {
		margin: 0 15px;
	}

	#home-sub-articles .article-excerpt {
		font-size: 17px;
	}

	#archive-info {
		padding-left: 0;
		padding-right: 0;
	}

	#archive-info-container {
		padding-left: 6%;
		padding-right: 6%;
		margin-top: 40px;
	}

	#archive-info .page-title {
		width: 100%;
		text-align: center;
		box-shadow: none;
		padding: 30px 0;
		font-size: 36px;
	}

	.archive article h2 {
		font-size: 36px;
		margin-top: 20px;
	}

	.category .header {
		border-bottom: none;
	}

	.category-essays-reviews #archive-info-container {
		padding: 0;
		margin: 0;
	}

	.category-essays-reviews #archive-info .category-description {
		padding-left: 6%;
		padding-right: 6%;
	}

	.category-essays-reviews #archive-info .category-description h1 {
		margin-top: 20px;
		font-size: 36px;
		margin-bottom: 20px;
	}

	.category .masonry .post {
		padding: 0;
	}

	.category .masonry .post img {
		padding-right: 0;
	}

	.category .masonry .post .entry-content {
		padding: 35px;
	}

	.category-essays-reviews.archive article h2 {
		margin-top: 0;
	}

	.single h1, .archive h1 {
		margin-top: 10px;
		font-size: 36px;
	}

	#scholars-info {
		padding-left: 0;
		padding-right: 0;
	} 

	#scholars-info-container {
		padding-top: 0;
	}

	#scholars-info-container .category-description {
		padding-left: 6%;
		padding-right: 6%;
	}

	.page-template-page-scholars .masonry {
		padding-left: 30px;
	}

	.page-template-page-scholars #scholars-more {
		padding-left: 6%;
		padding-right: 6%;
	}


	.page-template-page-scholars #scholars-more .article-divider {
		margin: 10px auto 6%;
	}

	.page-template-page-scholars #scholars-more .past-scholars, .page-template-page-scholars #scholars-more .apply-today {
		margin: 10px auto;
	}

	.page-template-page-scholars .masonry .scholar {
		padding: 35px 15px;
	}

	.page-template-page-scholars .header-title {
		width: 100%;
		text-align: center;
		box-shadow: none;
		padding: 30px;
		font-size: 36px;
		color: #ffffff;
		background-color: #6d6d6d;
		text-transform: uppercase;
	}

	.page-template-page-community #community-header h1 {
		font-size: 42px;
	}
	.page-template-page-community #community-header {
		margin-left: 6%;
		margin-right: 6%;
		padding-top: 40px;
	}

	.page-template-page-about .content h3 {
		font-size: 36px;
	}

	.page-template-page-about #about-header h1 {
		margin-top: 40px;
	}

	.menu .active > a {
		background-color: #2e3c63;
	}

	#off-canvas .search-form {
		display: block;
	}

	.archive .archive-tags a {
		padding: 10px 40px;
	}

	#forum-sub-articles h2 {
		font-size: 32px;
	}

	.forum-three-featured h2 {
		height: auto;
	}

	.blog .page-title {
		width: 100%;
		text-align: center;
		box-shadow: none;
		padding: 30px 0;
		font-size: 36px;
		margin-left: 0;
	}

	.blog .image-right h2 {
		margin-top: 10px;
	}

	#reading-list .reading-item-info {
		padding-left: 0;
		padding-top: 15px;
	}

	.reading-item img {
		width: 100%;
	}

	#events-info .header-title {
		width: 100%;
		text-align: center;
		box-shadow: none;
		padding: 30px 0;
		font-size: 36px;
		margin-left: 0;
		background-color: #1b284c;
		color: #ffffff;
		text-transform: uppercase;
	}

	.page-template-page-events #events-info {
		padding: 0;
	}

	#events-info-container {
		padding: 0;
	}

	#events-info-container p {
		padding: 0 25px;
	}

	#events-more h3 {
		font-size: 36px;
	}


	.category-currently-featured-classics #archive-info-container {
		padding: 0;
	}

	.category-currently-featured-classics #archive-info h1 {
		margin: 0;
		width: 100%;
		text-align: center;
		box-shadow: none;
		padding: 30px 0;
		font-size: 36px;
		margin: 0;
		color: #ffffff;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		text-transform: uppercase;
		background-color: #963734;
	}

	#archive-info .category-description .article-divider {
		display: none;
	}

	.category-currently-featured-classics #archive-info .category-description p {
		padding: 25px;
	}

	.page-template-page-events #current-events, .page-template-page-events #upcoming-events, .page-template-page-events #events-more {
		padding-left: 25px;
		padding-right: 25px;
	}

	.page-template-page-community #submissions-right, .page-template-page-contact #submissions-right {
		padding-left: 25px;
	}

	#current-event img {
		width: 100%;
	}

	#forum-main-article .forum-main-image {
		max-width: 100%;
		padding-right: 0;
		margin-right: 0;
		float: none;
		border-right: none;
	}

	#forum-three-featured .forum-three-featured {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ccc;
	}

	#forum-three-featured .forum-three-featured:last-child {
		border-bottom: none;
	}

	#forum-current-feature .current-left {
		padding: 50px 25px 50px 25px;
	}

	#forum-sub-articles {
		padding: 30px 25px 30px 35px;
	}

	#forum-current-feature .current-right {
		padding: 25px;
	}

	.upcoming-event .links-holder {
		text-align: center;
		height: auto;
	}

	.resources-top ul {
		margin-left: 0;
	}

	.page-template-page-books .masonry .books {
		margin: 0 !important;
		padding: 25px 25px;
		font-size: 15px;
	}

	#reading-list .reading-item article {
		padding: 40px 15px 30px 15px;
	}

	.page-template-page-contact #community-submissions .submissions-right {
		padding-right: 25px;
	}

}