/*
Theme Name: PJSA
Author: Anna Glukhova
Description: Custom theme for Peace and Justice Studies Association
Version: 1.0
Text Domain: pjsa
*/

/* Normalize
========================================================================== */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box Model
========================================================================== */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Selection Highlight
========================================================================== */

::-moz-selection {
	background: #3a738a;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #3a738a;
	color: #fff;
	text-shadow: none;
}

/* Clearings
========================================================================== */

.cf::before,
.cf::after,
.wrap::before,
.wrap::after,
.nav-links::before,
.nav-links::after {
	content: " ";
	display: table;
}

.cf::after,
.wrap::after,
.nav-links::after {
	clear: both;
}

/* Images
========================================================================== */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Editor
========================================================================== */

embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

.wp-caption,
.gallery-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption-text {
	font-size: 0.875rem;
	line-height: 1.3;
	margin-top: 0.5rem;
	color: #757575;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Typography
========================================================================== */

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

.archive {
	background: #f8f8f8;
}

button,
input,
select,
optgroup,
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin: 0 0 1.5rem;
	padding: 0;
	padding: 1rem 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	padding-top: 0;
}

h1 {
	font-size: 1.5rem;
}

h2 {
	font-size: 1.25rem;
}

h3 {
	font-size: 1.125rem;
}

h4 {
	font-size: 1rem;
}

h5,
h6 {
	font-size: 0.9375rem;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 1.875rem;
	}
	h2 {
		font-size: 1.625rem;
	}
	h3 {
		font-size: 1.375rem;
	}
	h4 {
		font-size: 1.125rem;
	}
	h5,
	h6 {
		font-size: 1rem;
	}
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

a {
	color: #3a738a;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #757575;
	font-style: italic;
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding: 0 0 0 1rem;
}

ul {
	list-style: disc;
}

li > ul,
li > ol {
	padding-left: 2rem;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	margin: 0;
}

.list-spaced li {
	margin-bottom: 1.5em;
}

.group-title {
	margin-bottom: 1em;
}

.not-found {
	text-align: center;
}

.entry-content ul ul {
	list-style: circle;
}

.entry-content ul ul ul {
	list-style: square;
}

.entry-content table {
	border-collapse: collapse;
	border: 1px solid #dadada;
	font-size: 0.9375rem;
	line-height: 1.5;
}

.entry-content table td {
	border: 1px solid #dadada;
	padding: 0.5rem 1rem;
}

.entry-content table tr:nth-child(2n) {
	background: #f8f8f8;
}

/* Forms
========================================================================== */

button,
input[type="button"],
input[type="submit"] {
	display: inline-block;
	padding: 1em 2em;
	background: #3a738a;
	border: 1px solid #3a738a;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #fff;
	color: #3a738a;
}

/* Helper
========================================================================== */

.fade-img img {
	transition: opacity 200ms ease-in-out;
}

.fade-img:hover img {
	opacity: 0.7;
}

.screen-reader-text {
	display: none;
}

.centered {
	text-align: center;
}

/* Layout
========================================================================== */

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 2rem 0;
}

.wrap {
	max-width: 1432px;
	margin: 0 auto;
	padding: 0 1rem;
}

/* Header
========================================================================== */

.site-header {
	background: #fff;
	padding: 0.5rem 0;
	text-align: center;
	color: #757575;
	font-weight: 700;
}

.site-header a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.bird {
	width: 63px;
	margin: 0 auto 0.5rem;
}

.site-name {
	font-size: 1.0625rem;
	text-transform: uppercase;
}

.tagline {
	font-size: 0.875rem;
}

@media only screen and (min-width: 600px) {
	.bird {
		float: left;
		margin: 0;
	}
	.site-title {
		float: left;
		padding-left: 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.bird {
		width: 87px;
	}
	.site-name {
		font-size: 1.5rem;
	}
	.tagline {
		font-size: 1.25rem;
	}
}

/* Site Navigation
========================================================================== */

.site-navigation {
	background: #fff;
	border-bottom: 1px solid #dadada;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99991;
}

@media screen and (min-width: 600px) {
	.admin-bar .site-navigation {
		top: 46px;
	}
}

@media screen and (min-width: 782px) {
	.admin-bar .site-navigation {
		top: 32px;
	}
}

/* Logo
========================================================================== */

.logo {
	width: 48px;
	padding: 0.5rem 0;
	margin: 0 auto;
	position: relative;
}

.logo a {
	display: block;
}

.menu-logo {
	width: 48px;
	display: none;
}

.menu-logo a {
	padding: 0 !important;
}

.menu-logo a::before {
	display: none !important
}

@media only screen and (min-width: 1024px) {
	.logo {
		display: none;
	}
	.menu-logo {
		display: block;
	}
}

/* Menu Toggle
========================================================================== */

.menu-toggle,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
	padding: 0;
	background: none;
	border: 0;
	position: absolute;
	top: 50%;
	left: 1rem;
	margin-top: -1rem;
	font-size: 2rem;
	color: #757575;
}

@media only screen and (min-width: 1024px) {
	.site-navigation .menu-toggle {
		display: none;
	}
}

/* Main Navigation
========================================================================== */

.main-navigation {
	display: none;
	position: relative;
}

@media only screen and (min-width: 1024px) {
	.main-navigation {
		display: block;
	}
}

/* Primary Menu
========================================================================== */

.primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.primary-menu a {
	display: block;
	font-size: 1rem;
	line-height: 4rem;
	padding: 0 0.875rem;
	color: #757575;
	text-decoration: none;
	position: relative;
}

.primary-menu > li > a {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}

.primary-menu > li:first-child > a {
	padding-left: 0;
}

.primary-menu > li:last-child > a {
	padding-right: 0;
}

.primary-menu .menu-home {
	display: none;
}

/* Primary Menu - Current
========================================================================== */

.primary-menu a:hover,
.primary-menu a:active,
.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
	color: #3a738a;
}

.primary-menu > li:not( .menu-item-extra ) > a::before {
	content: '';
	width: 12px;
	height: 8px;
	background-image: url(images/leaf.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s ease-in-out;
	position: absolute;
	left: 100%;
	bottom: 57%;
	margin-left: -1rem;
	opacity: 0;
}

.primary-menu > li:not( .menu-item-extra ):hover > a::before,
.primary-menu > .current-menu-item:not( .menu-item-extra ) > a::before,
.primary-menu > .current_page_item:not( .menu-item-extra ) > a::before,
.primary-menu > .current-menu-ancestor:not( .menu-item-extra ) > a::before {
	width: 30px;
	height: 20px;
	opacity: 1;
}

/* Primary Menu - Submenu
========================================================================== */

.primary-menu .menu-item-has-children > a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f107';
	font-size: 0.65rem;
	line-height: 1;
	margin-top: -0.2rem;
	position: absolute;
	top: 50%;
	right: 0.25rem;
	transition: transform 0.3s ease;
}

.primary-menu .menu-item-has-children > a:hover::after {
	color: #3a738a;
}

.primary-menu .sub-menu .menu-item-has-children > a::after {
	content: '\f105';
	right: 1.75rem;
}

.primary-menu li {
	position: relative;
}

.primary-menu .sub-menu {
	display: none;
	min-width: 230px;
	background: #fff;
	border: 1px solid #dadada;
	padding: 1rem 0;
	position: absolute;
	left: 0;
	top: 100%;
}

.primary-menu li:hover > .sub-menu {
	display: block;
}

.primary-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	margin-top: -1.0625rem;
}

.primary-menu .sub-menu a {
	padding: 0.5rem 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-transform: none;
	white-space: nowrap;
}

/* Menu Item Extra
========================================================================== */

.menu-item-extra a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '';
}

.menu-logout a::after {
	content: '\f2f5';
	padding-left: 0.25rem;
}

.menu-login a::after {
	content: '\f2f6';
	padding-left: 0.25rem;
}

.menu-cart a::after {
	content: '\f291';
}

.menu-cart .cart-count {
	display: block;
	font-size: 0.75rem;
	height: 1rem;
	width: 1rem;
	line-height: 1rem;
	background: #3a738a;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 2rem;
	margin-top: -1rem;
}

@media only screen and (min-width: 1024px) {
	.menu-cart .cart-count {
		left: 1.75rem;
	}
}

.menu-search {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.menu-search {
		display: block;
	}
	.menu-search a::after {
		display: block;
		content: '\f002';
		width: 1rem;
	}
	.search-on .menu-search a::after {
		content: '\f00d';
	}
}

/* Off-Canvas
========================================================================== */

.off-canvas {
	position: fixed;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 300px;
	background: #fff;
	border-right: 1px solid #dadada;
	transform: translateX(-300px);
	transition: transform 0.5s ease;
	overflow-y: auto;
}

.toggled-on .off-canvas {
	transform: translate(0, 0);
}

.overlay {
	position: fixed;
	z-index: 99992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.toggled-on .overlay {
	visibility: visible;
	opacity: 0.5;
	cursor: pointer;
}

/* Aside Menu
========================================================================== */

.aside-menu a {
	display: block;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #757575;
	text-decoration: none;
	transition: padding .1s linear;
	position: relative;
}

.aside-menu a:hover {
	background: #f2f2f2;
	padding-left: 1.25em;
	color: #3a738a;
}

.aside-menu > li > a {
	color: #333;
	font-weight: 700;
}

.aside-menu .sub-menu a {
	font-size: 0.875rem;
	padding-left: 1.625rem;
}

.aside-menu .sub-menu a:hover {
	padding-left: 1.875rem;
}

.aside-menu .sub-menu .sub-menu a {
	padding-left: 2.25rem;
}

.aside-menu .sub-menu .sub-menu a:hover {
	padding-left: 2.5rem;
}

.aside-close,
.aside-close:hover,
.aside-close:active,
.aside-close:focus {
	display: block;
	width: 100%;
	background: #dadada;
	padding: 0.5rem 1rem;
	border: 0;
	text-transform: uppercase;
	font-size: 0.875rem;
	color: #3a738a;
	margin-bottom: 1rem;
}

.aside-close .fas {
	font-size: 1rem;
	padding-left: 0.25rem;
}

.aside-navigation .nav-search {
	padding: 1rem;
}

/* Navigation Search
========================================================================== */

.nav-search {
	padding: 0.5rem 1.5rem 1rem 0;
}

.search-form {
	position: relative;
}

.search-field {
	width: 100%;
	padding: 0.25rem 0.5rem 0.25rem 2rem;
	border: 1px solid #dadada;
}

.search-submit {
	position: absolute;
	top: 50%;
	left: 0.5rem;
	padding: 0;
	margin: -0.5rem 0 0;
	background: none;
	border: 0;
	box-shadow: none;
	color: #757575;
	line-height: 1;
	cursor: pointer;
}

.search-submit:hover,
.search-submit:focus {
	color: #3a738a;
	background: none;
}

@media only screen and (min-width: 1024px) {
	.nav-search {
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		width: 300px;
		padding: 0;
	}
	.search-field {
		padding: 1rem 1rem 1rem 3rem;
	}
	.search-submit {
		left: 1rem;
	}
}

/* Sidebar
========================================================================== */

.sidebar-section {
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	line-height: 1;
	margin: 0 0 1.5rem;
}

.sidebar-section a {
	display: block;
	padding: 1rem;
	text-decoration: none;
	transition: opacity 200ms ease-in-out;
}

.sidebar-section .sidebar-custom {
	padding: 0;
}

.sidebar-section a:hover {
	opacity: 0.7;
}

.sidebar-section span {
	display: block;
	margin-bottom: 0.5rem;
}

.sidebar-section span:last-child {
	margin: 0;
}

/* Sidebar World
========================================================================== */

.sidebar-world {
	background: #4f8b95;
	color: #f6f4df;
}

.sidebar-world span:first-child {
	font-size: 1.75rem;
}

.sidebar-world span:nth-child(2) {
	font-size: 1.8125rem;
}

.sidebar-world span:nth-child(3) {
	font-size: 1.5625rem;
}

.sidebar-world span:nth-child(4) {
	font-size: 2.75rem;
}

.sidebar-world span:nth-child(5) {
	font-size: 3.4375rem;
}

/* Sidebar Chronicle
========================================================================== */

.sidebar-chronicle {
	background: #886f55;
	color: #b4c5aa;
}

.sidebar-chronicle span:first-child {
	font-size: 1.5625rem;
}

.sidebar-chronicle span:nth-child(2) {
	font-size: 1.8125rem;
}

.sidebar-chronicle span:nth-child(3) {
	font-size: 2.375rem;
}

.sidebar-chronicle span:nth-child(4) {
	font-size: 3.0625rem;
}

/* Sidebar Conference
========================================================================== */

.sidebar-conference {
	background: #778c63;
	color: #ebe1e0;
}

.sidebar-conference span:first-child {
	font-size: 2.75rem;
}

.sidebar-conference span:nth-child(2) {
	font-size: 3.875rem;
}

.sidebar-conference span:nth-child(3) {
	font-size: 3.875rem;
}

.sidebar-conference span:nth-child(4) {
	font-size: 2.25rem;
}

/* Sidebar Sponsor
========================================================================== */

.sidebar-sponsor {
	background: #344952;
	color: #d8a19c;
}

.sidebar-sponsor span:first-child {
	font-size: 3.375rem;
}

.sidebar-sponsor span:nth-child(2) {
	font-size: 7.375rem;
}

/* Sidebar Join
========================================================================== */

.sidebar-join {
	background: #3a738a;
	color: #f7f7f2;
}

.sidebar-join span:first-child {
	font-size: 7.125rem;
}

.sidebar-join span:nth-child(2) {
	font-size: 1.5625rem;
}

.sidebar-join span:nth-child(3) {
	font-size: 1.5625rem;
}

/* Sidebar Donate
========================================================================== */

.sidebar-donate {
	background: #c87670;
	color: #f7f7f2;
	font-size: 4rem;
}

/* Sidebar Housed
========================================================================== */

.sidebar-housed {
	background: #dfe2c5;
	color: #506757;
}

.sidebar-housed span:first-child {
	font-size: 2.875rem;
}

.sidebar-housed span:nth-child(2) {
	font-size: 2.1875rem;
}

.sidebar-housed span:nth-child(3) {
	font-size: 2.6875rem;
}

/* Feed
========================================================================== */

.feed {
	min-height: 400px;
	border: 1px solid #dadada;
}

/* Footer
========================================================================== */

.site-footer {
	background: #f3f3f3;
}

.footer-navigation {
	border-top: 1px solid #dadada;
	text-align: center;
	padding: 2rem 0;
}

.footer-navigation a {
	color: #757575;
	text-decoration: none;
}

/* Footer - Main
========================================================================== */

.footer-main {
	padding-bottom: 0.5rem;
}

.footer-main li {
	float: left;
	width: 33.3333333%;
	padding: 0 0.5rem;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.footer-main li {
		float: none;
		width: auto;
		padding: 0 1rem;
		display: inline-block;
	}
}

.footer-main a {
	font-size: 0.75rem;
	text-transform: uppercase;
}

.footer-main a:hover {
	color: #3a738a;
}

.footer-main a::before {
	display: block;
	content: '';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 2.5rem;
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 50%;
}

.footer-main li:first-child a::before {
	content: '\f2bb';
}

.footer-main li:nth-child(2) a::before {
	content: '\f0c0';
}

.footer-main li:nth-child(3) a::before {
	content: '\f303';
}

.footer-main li:nth-child(4) a::before {
	content: '\f508';
}

.footer-main li:nth-child(5) a::before {
	content: '\f518';
}

.footer-main li:nth-child(6) a::before {
	content: '\f085';
}

/* Footer - Bottom
========================================================================== */

.footer-bottom li {
	display: inline-block;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.footer-bottom a::before {
	content: '|';
	display: inline-block;
	padding: 0 0.5rem;
}

.footer-bottom li:first-child a::before {
	display: none;
}

/* Social Menu
========================================================================== */

.footer-social {
	margin-bottom: 1rem;
}

.social-menu li {
	display: inline-block;
	padding: 0 0.5rem;
}

.social-menu a span {
	display: none;
}

.social-menu a::before {
	display: block;
	content: '';
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 1rem;
	line-height: 2rem;
	width: 2rem;
	height: 2rem;
	background: #757575;
	color: #fff;
	border-radius: 50%;
}

.social-menu a:hover::before {
	background: #3a738a;
}

.social-menu a[href*="facebook.com"]::before {
	content: '\f39e';
}

.social-menu a[href*="twitter.com"]::before {
	content: '\f099';
}

.social-menu a[href*="instagram.com"]::before {
	content: '\f16d';
}

.social-menu a[href*="pinterest.com"]::before {
	content: '\f231';
}

.social-menu a[href*="linkedin.com"]::before {
	content: '\f0e1';
}

.social-menu a[href*="youtube.com"]::before {
	content: '\f167';
}

/* Page
========================================================================== */

.main-page {
	max-width: 700px;
	margin: 0 auto;
}

.wide-page {
	max-width: 1024px;
	margin: 0 auto;
}

.single-memberpressproduct .main-page {
	max-width: 600px;
}

@media only screen and (min-width: 768px) {
	.main-page {
		font-size: 1.125rem;
	}
}

/* Membership
========================================================================== */

.mp_wrapper .mepr_price {
	font-size: 1.125rem;
	margin-bottom: 1.25em;
}

@media only screen and (min-width: 768px) {
	.mp_wrapper .mepr_price {
		font-size: 1.25rem;
	}
}

/* Post
========================================================================== */

.page-title {
	text-align: center;
}

.entry-meta {
	font-size: 0.875rem;
	font-weight: 700;
	color: #757575;
	margin-bottom: 2rem;
}

.entry-meta a {
	color: #757575;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #3a738a;
}

.entry-meta .fas {
	padding-right: 0.5rem;
}

.posted-on {
	margin-right: 1rem;
}

.cat {
	text-align: center;
}

.cat a {
	display: inline-block;
	text-decoration: none;
	background: #3a738a;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.25rem 0.625rem;
}

.cat a:hover {
	background: #757575;
}

.meta-website {
	margin-bottom: 1.5rem;
}

/* Archive
========================================================================== */

.archive-title {
	text-align: center;
	margin-bottom: 2rem;
}

.submit-resource {
	text-align: center;
	margin-bottom: 2rem;
}

.link-button {
	display: inline-block;
	text-decoration: none;
	background: #3a738a;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.5rem 1rem;
}

.link-button:hover {
	background: #757575;
}

.archive-post-title {
	padding: 0;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	font-weight: 400;
}

.search-title {
	font-size: 1.5rem;
	font-weight: 400;
	color: #757575;
	margin-bottom: 0;
}

.search-query {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
}

/* Pagination
========================================================================== */

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 calc(.5 * 1rem);
	font-size: 1rem;
	font-weight: 700;
}

.pagination .nav-prev-text {
	padding-left: 0.5rem;
}

.pagination .nav-next-text {
	padding-right: 0.5rem;
}

.pagination a {
	text-decoration: none;
}

.pagination a:hover {
	color: #757575;
}

.pagination .nav-links > * {
	padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
	padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
	padding-right: 0;
}

.pagination .nav-links a:focus {
	text-decoration: underline;
	outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
	text-decoration: none;
}

.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
	text-decoration: underline;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
	display: none;
}

@media only screen and (min-width: 768px) {
	.pagination .nav-links {
		padding: 0;
	}
	.pagination .nav-links .prev > *,
	.pagination .nav-links .next > * {
		display: inline-block;
	}
	.pagination .nav-links > * {
		padding: 1rem;
	}
}

/* Speakers
========================================================================== */

.speakers-container {
	background: #f8f8f8;
	padding: 3rem 1rem;
	text-align: center;
	margin-top: 3rem;
}

.speakers-inner {
	max-width: 700px;
	margin: 0 auto;
}

.speakers-title {
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 3rem;
}

@media only screen and (min-width: 768px) {
	.speakers-title {
		font-size: 1.5rem;
	}
}

@media only screen and (min-width: 600px) {
	.speakers {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.speaker {
		width: 31.85185185%;
		margin-right: 2.2222222%;
	}
	.speaker:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	.speaker {
		width: 23.3333333%;
	}
	.speaker:nth-child(3n) {
		margin-right: 2.2222222%;
	}
	.speaker:nth-child(4n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.speakers-inner {
		max-width: 1024px;
	}
	.speaker {
		width: 14.8148148%;
	}
	.speaker:nth-child(4n) {
		margin-right: 2.2222222%;
	}
	.speaker:nth-child(6n) {
		margin-right: 0;
	}
}

.speaker {
	text-align: center;
	margin-bottom: 2rem;
}

.speaker-img {
	text-align: center;
}

.speaker-img img {
	width: 150px;
	border-radius: 50%;
}

.speaker-title {
	font-size: 0.875rem;
	font-weight: 700;
	margin-top: 0.25rem;
}

.speaker a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: color 0.2s;
}

.speaker a:hover {
	color: #3a738a;
}

.single-speaker .speaker-img {
	max-width: 200px;
	margin: 0 auto 2rem;
}

/* Journals
========================================================================== */

.journal {
	margin-bottom: 1.5rem;
	padding: 1rem;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(53, 53, 53, 0.1);
}

@media only screen and (min-width: 768px) {
	.journal-img {
		width: 150px;
		float: left;
	}
	.journal-content {
		width: calc(100% - 150px);
		float: left;
		padding-left: 1rem;
	}
}

.journal-img {
	text-align: center;
	margin-bottom: 1.5rem;
}

.journal-title,
.journal-meta {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.journal-img {
		margin-bottom: 0;
	}
	.journal-title,
	.journal-meta {
		text-align: left;
	}
}

.journal-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.journal-title a {
	text-decoration: none;
}

.journal-title a:hover {
	text-decoration: underline;
}

.journal-meta {
	font-size: 0.875rem;
	font-weight: 700;
	color: #757575;
	margin-bottom: 0.5rem;
}

.journal-desc p:last-child {
	margin-bottom: 0;
}

.journal-meta span {
	display: inline-block;
}

.journal-meta .duration {
	margin-right: 1rem;
}

.edit-link {
	font-weight: 400;
}

.edit-link .fas {
	padding-right: 0.5rem;
}

.edit-link a {
	text-decoration: none;
	color: #757575;
}

.edit-link a:hover {
	color: #3a738a;
}

/* Chronicle - Tagline
========================================================================== */

.tax-issue .site-content,
.page-template-peace_chronicle .site-content,
.single-chronicle .site-content,
.page-template-chronicle .site-content,
.page-template-past_issues .site-content {
	padding-top: 0;
}

.chronicle-tagline {
	background: #fff;
	color: #757575;
	font-weight: 700;
	padding: 1rem 0;
	border-bottom: 1px solid #dadada;
	text-align: center;
}

.chronicle-tagline a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: opacity 200ms ease-in-out;
}

.chronicle-tagline a:hover {
	opacity: 0.8;
}

.chronicle-title {
	font-size: 1.0625rem;
	line-height: 1;
	text-transform: uppercase;
}

.chronicle-subtitle {
	font-size: 0.875rem;
	line-height: 1.3;
	margin-top: 0.75rem;
}

@media only screen and (min-width: 768px) {
	.chronicle-title {
		font-size: 1.5rem;
	}
	.chronicle-subtitle {
		font-size: 1.25rem;
	}
}

/* Issue - Top
========================================================================== */

.issue-top {
	max-width: 1024px;
	margin: 0 auto 2rem;
	position: relative;
}

.issue-top .desc {
	max-width: 700px;
	margin: 0.5rem auto 0;
	color: #757575;
	text-align: center;
}

.issue-top .desc p:last-child {
	margin-bottom: 0;
}

.issue-top .issue-title {
	text-align: center;
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.issue-top .issue-title span {
	display: inline-block;
	background: rgba(58, 115, 138, 0.6);
	margin: 1rem auto 0;
	padding: 1rem;
}

/* Chronicle - Top
========================================================================== */

.chronicle-header {
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 1.5rem;
	text-align: center;
}

.chronicle-header .page-title {
	padding: 0;
	margin: 1.5rem 0;
}

.chronicle-header .by {
	color: #757575;
}

.chronicle-featured {
	max-width: 1024px;
	margin: 0 auto 1.5rem;
}

.chronicle-featured .caption {
	font-size: 0.875rem;
	padding-top: 0.5rem;
	color: #757575;
	text-align: center;
}

/* Chronicle - Bio
========================================================================== */

.chronicle-bios {
	margin-top: 2.5rem;
}

.chronicle-bio-title {
	text-transform: uppercase;
	border-bottom: 1px solid #dadada;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.chronicle-bio {
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
	margin-bottom: 2rem;
}

.chronicle-bio:last-child {
	margin: 0;
	border: 0;
	padding: 0;
}

.bio-content {
	font-size: 1rem;
}

.bio-content p:last-child {
	margin-bottom: 0;
}

.bio-img img {
	border-radius: 50%;
}

.bio-img {
	text-align: center;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
	.bio-img {
		width: 150px;
		float: left;
		margin: 0;
	}
	.bio-content {
		width: calc(100% - 150px);
		float: left;
		padding-left: 1rem;
	}
}

/* Share Buttons
========================================================================== */

.social-share {
	margin-bottom: 1.5rem;
}

.share-buttons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.share-buttons li {
	display: inline-block;
	margin-right: 0.25rem;
}

.share-buttons a {
	display: block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	background: #757575;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
}

.share-buttons a:hover {
	background: #3a738a;
}

.share-buttons li {
	margin-bottom: 0.25rem;
}

/* Chronicle Nav
========================================================================== */

.chronicle-nav {
	padding: 0 1rem;
	background: #f8f8f8;
	border-bottom: 1px solid #dadada;
	margin-bottom: 2rem;
}

.tax-issue .chronicle-nav,
.page-template-peace_chronicle .chronicle-nav {
	border-bottom: 0;
	margin-bottom: 0;
}

.page-template-peace_chronicle {
	background: #f8f8f8;
}

.chronicle-menu {
	max-width: 700px;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
}

.chronicle-menu li {
	margin-bottom: 0.5rem;
}

.chronicle-menu li:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.chronicle-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: left;
	}
	.chronicle-menu li {
		margin-bottom: 0;
	}
}

.chronicle-menu a {
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #757575;
}

.chronicle-menu a:hover,
.chronicle-menu a:active,
.chronicle-menu .current-menu-item > a,
.chronicle-menu .current_page_item > a,
.chronicle-menu .current-menu-ancestor > a {
	color: #3a738a;
}

/* Chronicle Items
========================================================================== */

.chronicle-item {
	max-width: 338px;
	margin: 0 auto 1.5rem;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(53, 53, 53, 0.1);
	transition: box-shadow 200ms ease-in-out;
}

@media only screen and (min-width: 656px) {
	.chronicle-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 700px;
		margin: 0 auto;
	}
	.chronicle-item {
		max-width: none;
		width: calc(50% - 12px);
		margin: 0 24px 24px 0;
	}
	.chronicle-item:nth-child(2n) {
		margin-right: 0;
	}
	.chronicle-item .img {
		padding: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.chronicle-items {
		max-width: 1024px;
	}
	.chronicle-item {
		width: calc(33.3333333% - 11px);
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.chronicle-item:nth-child(2n) {
		margin-right: 16px;
	}
	.chronicle-item:nth-child(3n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1280px) {
	.chronicle-items {
		max-width: none;
		margin: 0;
	}
	.chronicle-item {
		width: calc(25% - 12px);
		margin-right: 16px;
	}
	.chronicle-item:nth-child(3n) {
		margin-right: 16px;
	}
	.chronicle-item:nth-child(4n) {
		margin-right: 0;
	}
}

.chronicle-item a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.chronicle-item-content {
	padding: 1rem;
}

.chronicle-item-title {
	font-size: 1.125rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	transition: color 200ms ease-in-out;
}

@media only screen and (min-width: 768px) {
	.chronicle-item-title {
		font-size: 1.25rem;
	}
}

.chronicle-item .by {
	color: #757575;
	margin: 0.5rem 0;
}

.chronicle-item .by .fas {
	padding-right: 0.25rem;
}

.chronicle-item .excerpt {
	font-size: 1rem;
}

.chronicle-item .excerpt p {
	margin: 0;
}

.chronicle-item img {
	transition: opacity 200ms ease-in-out;
}

.chronicle-item:hover {
	box-shadow: 0 2px 7px 0 rgba(53,53,53,.1);
}

.chronicle-item:hover .chronicle-item-title {
	color: #3a738a;
}

.chronicle-item:hover img {
	opacity: 0.8;
}

/* Past Issues
========================================================================== */

.past-issues {
	max-width: 700px;
	margin: 0 auto;
}

.pdf-issues {
	border-top: 1px solid #dadada;
	margin-top: 2rem;
	padding-top: 2rem;
}

.issue-item {
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.3;
	color: #757575;
}

.issue-item-title {
	padding-top: 0.25rem;
	color: #333;
}

.issue-item-pdf {
	padding-top: 0.25rem;
}

.issue-item a {
	text-decoration: none;
	color: inherit;
	transition: color 200ms ease-in-out;
}

.issue-item a:hover {
	color: #3a738a;
}

@media only screen and (min-width: 400px) {
	.issue-items {
		max-width: 316px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.issue-item {
		width: calc(50% - 8px);
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.issue-item:nth-child(2n) {
		margin-right: 0;
	}
	.pdf-issues {
		margin-top: 1rem;
	}
}

@media only screen and (min-width: 600px) {
	.issue-items {
		max-width: none;
		margin: 0;
	}
	.issue-item {
		width: calc(25% - 25px);
		margin-right: 33px;
		margin-bottom: 33px;
	}
	.issue-item:nth-child(2n) {
		margin-right: 33px;
	}
	.issue-item:nth-child(4n) {
		margin-right: 0;
	}
	.pdf-issues {
		margin-top: 0;
	}
}

/* Footer Sponsor
========================================================================== */

.footer-sponsor {
	margin-top: 2rem;
	padding: 0 1rem;
	text-align: center;
}

.home .footer-sponsor {
	padding: 0;
}

.sponsor-default {
	padding: 1rem 0;
	background: #3a738a;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.sponsor-link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: opacity 200ms ease-in-out;
}

.sponsor-link-default {
	display: block;
}

.sponsor-link:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 768px) {
	.sponsor-default {
		font-size: 5rem;
	}
}

@media only screen and (min-width: 1280px) {
	.sponsor-default {
		font-size: 7.5rem;
	}
}

/* Home
========================================================================== */

.sidebar {
	width: 300px;
	margin: 2rem auto 0;
}

@media only screen and (min-width: 768px) {
	.home-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-main {
		width: calc(100% - 320px);
		max-width: 1024px;
	}
	.sidebar {
		margin: 0 0 0 auto;
	}
}

.home-stats {
	margin-top: 2rem;
}

/* Home - Desc
========================================================================== */

.home-desc {
	max-width: 700px;
	margin: 0 auto 2rem;
	text-align: center;
	color: #757575;
}

.home-desc h1 {
	padding: 0;
	margin: 0 0 0.5em;
	font-size: 1.1875rem;
}

@media only screen and (min-width: 1024px) {
	.home-desc {
		font-size: 1.125rem;
	}
	.home-desc h1 {
		font-size: 1.5rem;
		text-transform: uppercase;
	}
}

.home-desc p:last-child {
	margin-bottom: 0;
}

/* Home - Hero
========================================================================== */

.home-hero a {
	display: block;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.home-hero-title {
	padding: 1rem;
	background: rgba(58, 115, 138, 0.7);
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	max-height: 100%;
	max-width: 100%;
}

@media only screen and (min-width: 1024px) {
	.home-hero-title {
		font-size: 1.125rem;
		left: 1.5rem;
		bottom: 1.5rem;
		max-height: calc(100% - 3rem);
		max-width: calc(100% - 3rem);
	}
}

/* Home - Features
========================================================================== */

.home-features-title {
	margin: 2rem 0 0;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	color: #3a738a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-features-title .fas {
	padding-right: 0.5rem;
}

.home-features-title span {
	display: block;
	margin: 0 1rem;
}

.home-features-title::before,
.home-features-title::after {
	content: '';
	display: block;
	border-top: 1px solid #dadada;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media only screen and (min-width: 1024px) {
	.home-features-title {
		font-size: 1.125rem;
	}
}

.home-features-note {
	text-align: center;
	color: #757575;
	margin-top: 1rem;
}

@media only screen and (min-width: 1024px) {
	.home-features-note {
		font-size: 1.125rem;
	}
}

.home-feature-title {
	margin: 2rem 0 1rem;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #757575;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.home-feature-title {
		font-size: 1rem;
	}
}

/* More
========================================================================== */

.more {
	text-align: center;
}

.more a {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #3a738a;
	border: 1px solid #3a738a;
	text-decoration: none;
	padding: 0.5rem 1.5rem;
}

.more a:hover {
	background: #3a738a;
	color: #fff;
}

/* Items
========================================================================== */

.item {
	margin-bottom: 16px;
	position: relative;
	word-wrap: break-word;
}

.item a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: inherit;
	padding: 1rem;
	border: 1px solid transparent;
	transition: all 200ms ease-in-out;
}

.item a:hover {
	border-color: #757575;
	background: transparent;
}

.item-title {
	color: #3a738a;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.item-desc {
	line-height: 1.4;
	color: #757575;
}

.item-desc p {
	margin: 0;
}

.item.exclusive::after,
.gridnav li.exclusive::after {
	content: '\f084';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1rem;
	line-height: 1;
	color: #3a738a;
	position: absolute;
	top: -5px;
	right: -5px;
}

/* Home - Items
========================================================================== */

@media only screen and (min-width: 1280px) {
	.home-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.home-items .item {
		width: calc(33.3333333% - 11px);
		margin-right: 16px;
	}
	.home-items .item:nth-child(3n) {
		margin-right: 0;
	}
}

/* Category - Items
========================================================================== */

@media only screen and (min-width: 768px) {
	.cat-items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cat-items .item {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	.cat-items .item:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.cat-items .item {
		width: calc(25% - 12px);
	}
	.cat-items .item:nth-child(2n) {
		margin-right: 16px;
	}
	.cat-items .item:nth-child(4n) {
		margin-right: 0;
	}
}

/* Gridnav
========================================================================== */

.gridnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gridnav li {
	margin-bottom: 16px;
	font-size: 1rem;
	line-height: 1.3;
	position: relative;
}

.gridnav a {
	display: block;
	height: 100%;
	background: #e3e9eb;
	text-decoration: none;
	color: inherit;
	padding: 1rem;
	text-align: center;
	border: 1px solid transparent;
	transition: all 200ms ease-in-out;
}

nav .gridnav li a:hover {
	border-color: #757575;
	background: transparent;
}

@media only screen and (min-width: 500px) {
	.gridnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gridnav li {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	.gridnav li:nth-child(2n) {
		margin-right: 0;
	}
	.gridnav a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	.gridnav li {
		width: calc(25% - 12px);
		min-height: 120px;
	}
	.gridnav li:nth-child(2n) {
		margin-right: 16px;
	}
	.gridnav li:nth-child(4n) {
		margin-right: 0;
	}
}

/* Items - Color Code
========================================================================== */

.item a {
	background: #e2e6ec;
}

.item-job-listings a {
	background: #cfd0c8;
}

.item-career-educational-opportunities a {
	background: #cbd6a7;
}

.item-calls-for-papers a {
	background: #c8cccb;
}

.item-organizational-statements a {
	background: #e8e5d7;
}

.item-speakers a {
	background: #b1bdac;
}

.item-external-review a {
	background: #dadedf;
}

.item-journals a {
	background: #dde7c4;
}

.item-guides a {
	background: #d4dbd7;
}

.items-teaching a {
	background: #ccd9cf;
}

.item-summit a {
	background: #b7c2c9;
}

.item-digest a {
	background: #bbbfbe;
}

.item-news a {
	background: #ccd7a8;
}

.item-peace-chronicle a {
	background: #e1d6bf;
}

.item-affiliation a {
	background: #cec5b1;
}

.item-books a {
	background: #e4d4c5;
}

.item-videos a {
	background: #b2c89f;
}

.item-member-directory a {
	background: #c5d1bc;
}

.item-films a {
	background: #b3beb8;
}

.item-schools a {
	background: #d3dcdb;
}

.item-syllabi a {
	background: #bfcccd;
}

/* Conference Items Color Code
========================================================================== */

.gridnav-conference li:nth-child(12n) a {
	background: #b9dde3;
}

.gridnav-conference li:nth-child(12n+1) a {
	background: #bbdce2;
}

.gridnav-conference li:nth-child(12n+2) a {
	background: #abc9d4;
}

.gridnav-conference li:nth-child(12n+3) a {
	background: #c2dce0;
}

.gridnav-conference li:nth-child(12n+4) a {
	background: #8db2be;
}

.gridnav-conference li:nth-child(12n+5) a {
	background: #b9cbd2;
}

.gridnav-conference li:nth-child(12n+6) a {
	background: #9ae1ec;
}

.gridnav-conference li:nth-child(12n+7) a {
	background: #b4f0ef;
}

.gridnav-conference li:nth-child(12n+8) a {
	background: #b9dde3;
}

.gridnav-conference li:nth-child(12n+9) a {
	background: #aad5dd;
}

.gridnav-conference li:nth-child(12n+10) a {
	background: #b9e7ee;
}

.gridnav-conference li:nth-child(12n+11) a {
	background: #7ed9e8;
}

.gridnav-conference li a:hover {
	border-color: #757575;
	background: transparent;
}

/* Shop Items Color Code
========================================================================== */

.gridnav-shop li:nth-child(7n) a {
	background: #fabec4;
}

.gridnav-shop li:nth-child(7n+1) a {
	background: #eda4b3;
}

.gridnav-shop li:nth-child(7n+2) a {
	background: #f0aca7;
}

.gridnav-shop li:nth-child(7n+3) a {
	background: #f3c9c5;
}

.gridnav-shop li:nth-child(7n+4) a {
	background: #d1b1b7;
}

.gridnav-shop li:nth-child(7n+5) a {
	background: #f4d3c6;
}

.gridnav-shop li:nth-child(7n+6) a {
	background: #e5bacc;
}

.gridnav-shop li a:hover {
	border-color: #757575;
	background: transparent;
}

/* Single Conference
========================================================================== */

.conference-img {
	max-width: 1024px;
	margin: 2rem auto 1.5rem;
	text-align: center;
}

.single-conference .page-title {
	padding: 0;
	margin: 1.5rem 0;
}

.conf-bios {
	max-width: 1060px;
	margin: 0 auto;
}

.bio {
	padding-bottom: 2rem;
	border-bottom: 1px solid #dadada;
	margin-bottom: 2rem;
}

.bio:last-child {
	margin: 0;
	border: 0;
	padding: 0;
}

.bio .info p:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
	.bio {
		font-size: 1.125rem;
	}
}

.bio img {
	border-radius: 50%;
}

.bio .img {
	text-align: center;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
	.conf-bios .bio {
		max-width: 880px;
	}
	.bio .img {
		width: 150px;
		min-height: 1px;
		float: left;
		margin: 0 30px 0 0;
	}
	.bio .info {
		width: calc(100% - 180px);
		float: left;
	}
}

/* Postnav
========================================================================== */

.postnav-container {
	margin-top: 3rem;
	border-top: 1px solid #dadada;
	padding-top: 2rem;
}

.postnav {
	position: relative;
	min-height: 2.5rem;
	font-size: 2.5rem;
	line-height: 1;
}

.postnav .nav-previous {
	float: left;
}

.postnav .nav-next {
	float: right;
}

.postnav a {
	text-decoration: none;
	color: #757575;
}

.postnav a:hover,
.postnav a:active {
	color: #3a738a;
}

.postnav-mid {
	position: absolute;
	top: 0;
	left: calc(50% - 20px);
}

/* People
========================================================================== */

.people {
	max-width: 880px;
	margin: 0 auto;
}

@media only screen and (min-width: 600px) {
	.people .entry-content {
		margin-left: 180px;
	}
}

@media only screen and (min-width: 768px) {
	.people .entry-content {
		font-size: 1.125rem;
	}
}

/* Partners
========================================================================== */

.partners {
	max-width: 1060px;
	margin: 2.5rem auto 0;
}

.partner {
	margin-bottom: 1.5rem;
}

.partner:last-child {
	margin-bottom: 0;
}

.partner .img {
	text-align: center;
}

.partner .img img {
	border: 1px solid #dadada;
}

.partner .img a {
	text-decoration: none;
	display: block;
}

.partner-title {
	padding: 0;
	margin: 1rem 0;
	text-align: center;
}

.partner-title a {
	text-decoration: none;
	color: #3a738a;
}

.partner-title a:hover,
.partner-title a:active {
	color: #757575;
}

@media only screen and (min-width: 600px) {
	.partners .img {
		width: 150px;
		float: left;
	}
	.partners .content {
		width: calc(100% - 150px);
		max-width: 700px;
		padding-left: 30px;
		float: left;
	}
	.partner-title {
		margin-top: 0;
		text-align: left;
	}
}

@media only screen and (min-width: 768px) {
	.partner .content {
		font-size: 1.125rem;
	}
}

/* Book Series
========================================================================== */

.books {
	max-width: 1160px;
	margin: 2rem auto 0;
}

.book {
	margin-bottom: 1.5rem;
}

.book:last-child {
	margin-bottom: 0;
}

.book .img a {
	text-decoration: none;
	display: block;
}

.book-title {
	padding: 0;
	margin: 1rem 0;
}

.book-title a {
	text-decoration: none;
	color: #3a738a;
}

.book-title a:hover,
.book-title a:active {
	color: #757575;
}

@media only screen and (min-width: 768px) {
	.books .img {
		width: 200px;
		float: left;
	}
	.book .content {
		width: calc(100% - 200px);
		max-width: 700px;
		padding-left: 30px;
		float: left;
		font-size: 1.125rem;
	}
	.book-title {
		margin-top: 0;
	}
}

/* Video Single
========================================================================== */

.youtube-responsive {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.youtube-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.video-venue {
	font-size: 1rem;
	font-style: italic;
	color: #757575;
}

/* Video Archive
========================================================================== */

.video {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(53, 53, 53, 0.1);
	margin-bottom: 1.5rem;
	padding: 1rem;
	text-align: center;
}

.video-img {
	margin-bottom: 1rem;
}

.video .entry-meta {
	margin: 0 0 0.5rem;
}

.video-info-title {
	padding: 0;
	margin: 0;
}

.video-info-title a {
	text-decoration: none;
}

.video-info-title a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 600px) {
	.video {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
	.video-img {
		width: 120px;
		margin: 0 1rem 0 0;
	}
	.video-info {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.video .entry-meta {
		margin: 0 0 0.75rem;
	}
}

/* Member Directory
========================================================================== */

.member-directory {
	font-size: 1rem;
}

.amember {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
}

.amember-name {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.amember .table-data,
.amember-bio {
	margin-bottom: 1rem;
}

.amember .table-data {
	width: 100%;
}

.amember .table-data td:first-child {
	font-weight: 400;
	width: 140px;
}

.amember .table-data td:last-child {
	width: calc(100% - 140px);
	word-break: break-word;
}

/* Film
========================================================================== */

.film {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(53, 53, 53, 0.1);
	margin-bottom: 1.5rem;
	padding: 1rem;
	text-align: center;
	font-size: 1rem;
}

.film:last-child {
	margin: 0;
}

.film-img {
	margin-bottom: 1rem;
}

.film p {
	margin: 0;
}

.film a {
	text-decoration: none;
}

.film-title {
	padding: 0;
	margin: 0;
}

.film-title a:hover {
	text-decoration: underline;
}

.film-meta {
	color: #757575;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 1rem 0;
}

.film-meta a {
	color: inherit;
}

.film-meta a:hover {
	color: #3a738a;
}

.film-meta .fas {
	padding-right: 0.25rem;
}

.film-meta span {
	display: inline-block;
	padding-left: 1rem;
}

.film-meta span:first-child {
	padding-left: 0;
}

.film-link {
	font-weight: 700;
}

.film-link a:hover {
	text-decoration: underline;
}

.film-link .fas {
	color: #3a738a;
	padding-left: 0.25rem;	
}

.film-desc {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 700px) {
	.film {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
	.film-img {
		width: 150px;
		margin: 0 1rem 0 0;
	}
	.film-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

/* Alpha Index
========================================================================== */

.alpha-index {
	margin-bottom: 1rem;
}

.alpha-index span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9375rem;
	color: #757575;
	padding-right: 1rem;
}

.alpha-index span:last-child {
	padding-right: 0;
}

.alpha-index a {
	text-decoration: none;
	font-weight: 700;
}

/* Directory
========================================================================== */

.directory-main {
	margin-bottom: 3rem;
}

@media only screen and (min-width: 1024px) {
	.directory {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 2rem;
	}
	.directory-sidebar {
		width: 300px;
		order: 1;
	}
	.directory-main {
		width: calc(100% - 300px);
		padding-left: 2rem;
		margin: 0;
		order: 2;
	}
}

.directory-search-container {
	position: relative;
}

.directory-search-container .search-submit {
	left: auto;
	right: 1rem;
}

.directory-search {
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	border: 1px solid #bebebe;
}

.filter-content {
	list-style: none;
	padding: 0 0 1rem;
	margin: 0 0 1rem;
	border-bottom: 1px solid #dadada;
	max-height: 300px;
	overflow-y: auto;
}

.filter-content label {
	padding-left: 0.25rem;
}

.directory-form-title {
	font-size: 0.9375rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #757575;
	padding: 0 0 1rem;
	margin: 2rem 0 1rem;
	border-bottom: 1px solid #dadada;
}

.filter-title {
	font-size: 1rem;
	color: #3a738a;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 1rem;
}

.filter-count {
	color: #3a738a;
}

.directory-info {
	margin-bottom: 2rem;
	border-bottom: 1px solid #dadada;
}

@media only screen and (min-width: 768px) {
	.directory-info {
		font-size: 1.125rem;
	}
}

.directory-pagination {
	border-top: 1px solid #dadada;
	padding-top: 1.5rem;
	margin-top: 2rem;
}

.directory-pagination .next {
	float: right;
}

.directory-pagination .prev {
	float: left;
}

.directory-pagination-button {
	background: transparent;
	color: #3a738a;
	border: 2px solid #3a738a;
	padding: 0.5rem 1.5rem;
	border-radius: 3px;
}

.directory-pagination-button:hover {
	background: #3a738a;
	color: #fff;
}

/* Bouncing Loader
========================================================================== */

.directory-loading .directory-main > div {
	display: none;
}

.bouncing-loader {
	display: none;
}

.directory-loading .directory-main .bouncing-loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@keyframes bouncing-loader {
	to {
		opacity: 0.1;
		transform: translate3d(0, -1rem, 0);
	}
}

.bouncing-loader div {
	width: 1rem;
	height: 1rem;
	margin: 3rem 0.2rem;
	background: #8385aa;
	border-radius: 50%;
	animation: bouncing-loader 0.6s infinite alternate;
}

.bouncing-loader div:nth-child(2) {
	animation-delay: 0.2s;
}

.bouncing-loader div:nth-child(3) {
	animation-delay: 0.4s;
}

/* Schools
========================================================================== */

.school {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
	text-align: center;
}

.school:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.school-img {
	margin-bottom: 1rem;
}

.school-img img {
	border: 1px solid #dadada;
}

@media only screen and (min-width: 600px) {
	.school {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
	}
	.school-img {
		width: 150px;
		margin: 0 1rem 0 0;
	}
	.school-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.school a {
	text-decoration: none;
}

.school-title {
	padding: 0;
	margin: 0;
}

.school-title a:hover {
	text-decoration: underline;
}

.school-meta {
	color: #757575;
	font-size: 0.875rem;
	font-weight: 700;
	margin: 0.75rem 0 0.625rem;
}

.school-meta i {
	padding-right: 0.25rem;
}

.school-meta span {
	display: inline-block;
	padding-left: 1rem;
}

.school-meta span:first-child {
	padding-left: 0;
}

.school-desc p {
	margin: 0;
}

.school-view {
	margin-top: 1rem;
}

.school-view a {
	display: inline-block;
	border: 2px solid #3a738a;
	padding: 0.25rem 1rem;
	border-radius: 3px;
}

.school-view a:hover {
	background: #3a738a;
	color: #fff;
}

/* Single School
========================================================================== */

.school-program {
	text-align: center;
	padding: 0;
	margin: 0 0 1.5rem;
}

.school-program a {
	text-decoration: none;
}

.school-program a:hover {
	color: #666;
}

.school-top {
	margin-bottom: 1.5rem;
}

.school-logo {
	text-align: center;
	margin-bottom: 1.5rem;
}

.school-logo img {
	border: 1px solid #dadada;
}

@media only screen and (min-width: 768px) {
	.school-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.school-logo {
		margin: 0 1.5rem 0 0;
	}
}

.table-data {
	border-collapse: collapse;
	border: 1px solid #dadada;
	font-size: 1rem;
	line-height: 1;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.table-data {
		margin: 0;
	}
}

.table-data td {
	border: 1px solid #dadada;
	padding: 0.5rem 1rem;
}

.table-data tr:nth-child(2n) {
	background: #f8f8f8;
}

.table-data td:first-child {
	font-weight: 700;
}

.dir-main {
	text-align: center;
	margin-top: 2rem;
}

.dir-main a {
	display: inline-block;
	border: 2px solid #3a738a;
	padding: 0.25rem 1rem;
	border-radius: 3px;
	text-decoration: none;
	font-weight: 700;
}

.dir-main a:hover {
	background: #3a738a;
	color: #fff;
}

/* Syllabus Item
========================================================================== */

.syllabus-title {
	padding: 0;
	margin: 0 0 1rem;
}

.syllabus-title a {
	text-decoration: none;
}

.syllabus-title a:hover {
	text-decoration: underline;
}

.syllabus .table-data {
	margin: 0;
}

.syllabus-view {
	margin-top: 1rem;
}

.syllabus-view a {
	display: inline-block;
	border: 2px solid #3a738a;
	padding: 0.25rem 1rem;
	border-radius: 3px;
	text-decoration: none;
}

.syllabus-view a:hover {
	background: #3a738a;
	color: #fff;
}

.syllabus-tags {
	color: #757575;
	margin-top: 1rem;
	font-size: 1rem;
}

.syllabus-tags span {
	color: #333;
}

.syllabus {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
}

.syllabus:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

@media only screen and (min-width: 768px) {
	.syllabus-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.syllabus-info .syllabus-view {
		margin: auto 0;
	}
	.syllabus-info .table-data {
		width: calc(100% - 200px);
	}
	.syllabus-info .table-data td:first-child {
		width: 40%;
	}
}

.syllabus-data {
	text-align: center;
	font-size: 1rem;
}

.syllabus-data .table-data {
	margin: 0 auto 1.5rem;
	text-align: left;
}