/*
Theme Name: KCEP
Theme URI: https://pandpbrands.com/
Description: This is a custom theme created for KCEP using the Genesis Framework.
Author: StudioPress
Author URI: https://pandpbrands.com/

Version: 3.2.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: kcep
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins & Page-specific Styles
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}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;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}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:-.25em}sup{top:-.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}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .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}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: bookmania, serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0071B6;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #00375D;
	text-decoration: none;
}

a.nolink,
.nolink > a {
	cursor: default;
}

a.nolink:hover,
.nolink > a:hover,
a.nolink:focus,
.nolink > a:focus {
	text-decoration: none !important;
}

.site-inner a:focus,
.site-inner a:hover {
	background-image: linear-gradient(180deg, #EDD7AD, #EDD7AD);
	background-position: 0px .75em;
	background-repeat: no-repeat;
	background-size: 100% .5em;
}

a i {
	color: #00375D;
	font-size: 2rem;
}

a:hover i,
a:focus i {
	color: #0071B6;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	font-family: atten-round-new, sans-serif;
	font-size: 2.4rem;
	margin: 30px;
}

.pp-brand-link {
	overflow: hidden;
	position: absolute;
		right: 10px;
		bottom: 30px;
}

.pp-brand-link * {
	text-decoration: none;
	transition: all 250ms ease-in-out;
}

.pp-brand-link a {
	display: flex;
		align-items: flex-end;
}

.pp-brand-link span {
	display: block;
	opacity: 0;
	padding-right: 5px;
	transform: translateX(100%);
}

.pp-brand-link:hover span,
.pp-brand-link:focus span {
	opacity: 1;
	transform: translateX(0);
}

.pp-brand-link svg {
	height: 25px;
	opacity: .2;
	width: 25px;
}

.pp-brand-link:hover svg,
.pp-brand-link:focus svg {
	opacity: .5;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 20px;
}

h1,
h2,
h4 {
	font-weight: 900;
}

h3,
h5 {
	font-weight: 600;
}

h1 {
	font-size: 5.4rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 2.7rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 2rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #0071B6;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: atten-round-new, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding: 10px 45px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #64B0E2;
	background-image: none !important;
	border-width: 0;
	color: #fff;
	text-decoration: none !important;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
	        animation: fadein 1s;
	word-wrap: break-word;
}

@-webkit-keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 30px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

h1.archive-title,
h1.entry-title {
	border-bottom: 1px solid #D0D0D0;
	color: #00375D;
	display: inline-block;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.1;
}

.single-post h1.entry-title {
	border-bottom: 0;
	color: #000;
	font-size: 3.6rem;
	font-weight: 900;
	margin-bottom: 30px;
}

/* .archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
} */

/* .entry-title {
	font-size: 30px;
	margin-bottom: 10px;
} */

/* .entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
} */

/* .entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
} */

.widget-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	color: #A0A0A0;
	font-family: atten-round-new, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-transform: uppercase;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

/* .featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
} */


/* Plugins & Page-specific Styles
---------------------------------------------------------------------------- */

.full-width {
	margin-left: -30px;
	margin-right: -30px;
}

.full-width .wrap {
	padding: 0 30px;
}

.item-type {
	font-family: atten-round-new, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.item-type a {
	text-decoration: none;
}

.item-type a:focus,
.item-type a:hover {
	background-image: linear-gradient(180deg, #D0D0D0, #D0D0D0);
}

.research,
.research a {
	color: #64B0E2;
}

.news,
.news a {
	color: #0071B6;
}

.op-ed,
.op-ed a {
	color: #E3A60D;
}

.home .entry-header {
	display: none;
}

/* Featured Topic
--------------------------------------------- */

.featured-topic--item {
	margin-bottom: 45px;
}

.featured-topic--headline {
	background-color: #00375D;
	color: #fff;
	font-family: atten-round-new, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 7px 30px;
	text-align: center;
	text-transform: uppercase;
}

.featured-topic--image-caption {
	color: #A0A0A0;
	font-family: atten-round-new, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 3px;
	text-align: right;
	text-transform: uppercase;
}

.featured-topic--item-type {
	margin-bottom: 5px;
}

.featured-topic--item-headline {
	font-size: 1.8rem;
	margin-bottom: 10px;
}

.featured-topic--item-1 .featured-topic--item-headline {
	font-size: 2.7rem;
}

.featured-topic--item-headline a {
	color: #000;
	font-weight: 900;
	text-decoration: none;
}

.featured-topic--item-excerpt {
	margin-bottom: 0;
}

.featured-topic--item-excerpt a {
	color: #000;
	text-decoration: none;
}

.featured-topic--item-meta,
.featured-topic--item-meta a {
	color: #A0A0A0;
	font-family: atten-round-new, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
}

.featured-topic--item-meta .item-author a {
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.featured-topic--author-image {
	float: left;
	margin-right: 15px;
	max-width: 65px;
}

/* .featured-topic--item.item-type--op-ed .featured-topic--item-headline,
.featured-topic--item.item-type--op-ed .featured-topic--item-meta {
	margin-left: 80px;
}

.featured-topic--item.item-type--op-ed .featured-topic--item-headline,
.featured-topic--item.item-type--op-ed .featured-topic--item-headline a {
	font-family: atten-round-new, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.featured-topic--item.item-type--op-ed .item-author,
.featured-topic--item.item-type--op-ed .item-author a {
	font-family: bookmania, serif;
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
} */

/* Featured Posts
--------------------------------------------- */

.featured-posts {
	margin-bottom: 60px;
}

.featured-posts--headline {
	color: #0071B6;
	font-weight: 700;
}

.featured-posts--item {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 15px;
}

.featured-posts--item-headline {
	display: flex;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}

.featured-posts--item-number {
	color: #0071B6;
	flex-shrink: 0;
	font-family: atten-round-new, sans-serif;
	font-size: 2.1rem;
	font-weight: 700;
	width: 30px;
}

.featured-posts--item-headline a {
	color: #000;
	font-size: 1.8rem;
	text-decoration: none;
}

.featured-posts--image-link {
	display: inline-block;
	margin: 0 0 15px 30px;
}

/* Opt-in Bar
--------------------------------------------- */

.opt-in-bar {
	background-color: #D9E2E9;
	margin-bottom: 60px;
	padding: 30px;
	text-align: center;
}

.opt-in-bar h3 {
	font-weight: 900;
}

.opt-in-bar-button {
	margin-bottom: 0;
}

/* Topic Sections
--------------------------------------------- */

.topic-section {
	margin-bottom: 45px;
}

.topic-section--item {
	margin-bottom: 30px;
}
.topic-section--item-image-link {
	display: inline-block;
	margin-bottom: 15px;
}

.topic-section--item-type {
	margin-bottom: 5px;
}

.topic-section--headline {
	color: #00375D;
	font-size: 2.8rem;
	font-weight: 700;
}

.topic-section--headline::before {
	background-color: #00375D;
	content: '';
	display: block;
	height: 6px;
	margin-bottom: 15px;
	width: 175px;
}

.topic-section--item-title {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.topic-section--first-item .topic-section--item-title {
	font-size: 2.4rem;
	font-weight: 900;
}

.topic-section--item-title a {
	color: #000;
	text-decoration: none;
}

.topic-section--item-excerpt a {
	color: #000;
	text-decoration: none;
}

/* Research Section
--------------------------------------------- */

.research-section,
.perspectives-section,
.home .experts-section {
	border-top: 1px solid #D0D0D0;
	padding-top: 30px;
}

.research-section--headline {
	color: #64B0E2;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 45px;
	text-align: center;
}

.research-section--item {
	margin-bottom: 45px;
}

.research-section--item-image-link {
	display: inline-block;
	margin-bottom: 15px;
}

.research-section--item-type {
	margin-bottom: 5px;
}

.research-section--item-title {
	font-size: 1.8rem;
}

.research-section--item-title a {
	color: #000;
	font-weight: 900;
	text-decoration: none;
}

/* Perspectives Section
--------------------------------------------- */

.perspectives-section {
	margin-bottom: 60px;
}

.perspectives-section--headline {
	color: #BA851C;
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 45px;
}

.perspectives-section--item {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 21px;
	padding-bottom: 5px;
}

.perspectives-section--item:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.perspectives-section--item-title {
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 10px;
}

/* .home .perspectives-section--item:first-of-type .perspectives-section--item-title {
	font-size: 18px;
	font-weight: 900;
} */

.perspectives-section--item-title a {
	color: #000;
	text-decoration: none;
}

.sidebar .perspectives-section {
	border-top: 0;
	padding-top: 0;
}

.sidebar .perspectives-section--item {
	border-bottom: 0;
	padding-bottom: 0;
}

.full-width-content .sidebar-single-post {
	display: none;
}

/* Experts Section
--------------------------------------------- */

.experts-section {
	display: flex;
		flex-direction: column;
}

.experts-section--headline {
	font-family: atten-round-new, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.experts-section--item {
	clear: both;
	margin-bottom: 30px;
}

.archive.tax-type .experts-section--item {
	display: flex;
		align-items: center;
}

.experts-section--item img {
	float: left;
	margin-right: 15px;
	width: 75px;
}

.archove.tax-type .experts-sction--item img {
	flex-basis: 96px;
}

.experts-section--item-title,
.experts-section--item-author {
	margin-left: 90px;
}

.experts-section--item-title {
	font-family: atten-round-new, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 5px;
}

.archive.tax-type .experts-section--item-title {
	display: none;
}

.experts-section--item-title a {
	color: #000;
	text-decoration: none;
}

.experts-section--item-author,
.experts-section--item-author a {
	color: #A0A0A0;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 0;
	text-decoration: none;
}

.archive.tax-type .experts-section--item-author,
.archive.tax-type .experts-section--item-author a {
	color: #000;
	font-size: 1.8rem;
	margin: 10px 0;
}

/* Archives
--------------------------------------------- */

.archive-template .entry-image-link {
	display: block;
	margin-bottom: 30px;
}

.archive-template .entry-title,
.archive-template .entry-title-link {
	color: #000;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.1;
	text-decoration: none;
}

.archive-template .entry-author,
.archive-template .entry-author a {
	color: #A0A0A0;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

/* Topic News
--------------------------------------------- */

.topic-news--headline {
	color: #0071B6;
	font-size: 2.1rem;
	font-weight: 700;
}

.topic-news--item {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 15px;
}

.topic-news--item-headline {
	display: flex;
	margin-bottom: 15px;
}

.topic-news--item-number {
	color: #0071B6;
	flex-shrink: 0;
	font-family: atten-round-new, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	width: 30px;
}

.topic-news--item-headline,
.topic-news--item-headline a {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
}

.topic-news--image-link {
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
}

.topic-news--view-all {
	font-family: atten-round-new, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	padding: 0 30px 30px;
	text-align: center;
	text-transform: uppercase;
}

.topic-news--view-all a {
	text-decoration: none;
}

/* Single Post
--------------------------------------------- */

.single-post .attachment-post-image {
	margin-bottom: 30px;
}

.single-post .subhead {
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 30px;
}

.single-post .entry-meta {
	font-family: atten-round-new, sans-serif;
	margin-bottom: 30px;
}

.single-post .entry-meta a {
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

/* Related Item Insert
--------------------------------------------- */

.inserted-related-item {
	margin: 30px 0;
}

.inserted-related-item::before,
.inserted-related-item::after {
	background-color: #D0D0D0;
	content: '';
	display: block;
	height: 1px;
	max-width: 255px;
}

.inserted-related-item h4 {
	color: #BA851C;
	font-family: atten-round-new, sans-serif;
	font-weight: 700;
	margin: 30px 0;
}

.inserted-related-item h4 a {
	color: #000;
	text-decoration: none;
}

/* Shared Counts Buttons
--------------------------------------------- */

.entry-footer .shared-counts-wrap {
	display: flex;
		flex-wrap: wrap;
		justify-content: center;
	margin-top: 60px;
}

.entry-footer .shared-counts-wrap::before {
	color: #A0A0A0;
	content: 'Share';
	display: block;
	font-family: atten-round-new, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.entry-footer .shared-counts-wrap a:focus,
.entry-footer .shared-counts-wrap a:hover {
	background-image: none;
}

.entry-footer .shared-counts-wrap.style-icon .shared-counts-button {
	float: none;
	padding: 5px;
}

.entry-footer .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
	height: 30px;
	width: 30px;
}

/* Related Stories
--------------------------------------------- */

.related-stories--headline {
	color: #64B0E2;
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
}

.related-stories--item {
	margin-bottom: 45px;
}

.related-stories--image-link {
	display: block;
	margin-bottom: 15px;
}

.related-stories--type {
	margin-bottom: 15px;
}

.related-stories--title {
	font-size: 1.9rem;
	font-weight: 900;
}
.related-stories--title a {
	color: #000;
	text-decoration: none;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	margin: 0 30px;
}

.site-header > .wrap {
	border-bottom: 1px solid #D0D0D0;
	position: relative;
}

.site-header .widget-area {
	position: absolute;
		top: 10px;
		right: 0;
	z-index: 2;
}

.site-header.hidden-panel-active .widget-area {
	z-index: 0;
}

.site-header .widget-area .widget_nav_menu {
	display: none;
	visibility: hidden;
}

/* Title Area
--------------------------------------------- */

.title-area {
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 65px;
	width: 75%;
		max-width: 450px;
}

.title-area svg {
	height: 100%;
	width: 100%;
}

.site-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Header Right Widget Area
--------------------------------------------- */

.header-widget-area .widget {
	margin-bottom: 0;
}

.header-widget-area .social-icons {
	text-align: right;
}

.header-widget-area .social-icons .textwidget {
	display: flex;
		justify-content: space-between;
	margin-bottom: 10px;
}

.header-widget-area .social-icons select,
.header-right-widgets .textwidget select {
	font-size: 1.4rem;
	line-height: 1;
	margin-top: -10px;
	margin-right: 10px;
	padding: 0 3px;
	width: auto;
}

.header-right-widgets .textwidget select {
	margin-bottom: 15px;
}


/* Header Left
---------------------------------------------------------------------------- */

.header-left {
	background-color: #fff;
	position: fixed;
		top: 0;
		left: 0;
		right: 0;
	z-index: 10;
}

.header-left .controls {
	border-bottom: 1px solid #D0D0D0;
	display: flex;
	margin: 0 30px;
}

.header-left:focus-within {
	z-index: 10;
}

.admin-bar .header-left {
	top: 45px;
}

.site-header.hidden-panel-active .header-left,
.site-header .header-left:focus-within {
	background-color: transparent;
}

.site-header.hidden-panel-active .header-left .controls,
.site-header .header-left:focus-within .controls {
	border-bottom: 0;
}

.header-left .panel-toggle {
	background-color: transparent;
	color: #00375D;
	font-size: 0;
	padding: 0;
}

.header-left .panel-toggle::before {
	content: '\f329';
	font-family: dashicons;
	font-size: 4.5rem;
	font-weight: 400;
	height: 45px;
	position: relative;
	text-rendering: auto;
	top: 1px;
	width: 45px;
}

.site-header.hidden-panel-active .header-left .panel-toggle::before,
.site-header .header-left:focus-within .panel-toggle::before {
	color: #fff;
	content: '\f335';
}

.site-header .header-left .panel-toggle:focus::before {
	color: #A0A0A0;
}

/* Hidden Panel
--------------------------------------------- */

.site-header .hidden-panel {
	background-color: #00375D;
	background-color: rgba(0,55,93,.98);
	box-shadow: 10px 3px 10px rgba(0,0,0,.16);
	height: 100vh;
	opacity: 0;
	padding-top: 90px;
	padding-left: 30px;
	position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
	transform: translateX(-100%);
	transition: all 250ms ease-in-out;
	width: 100%;
		max-width: 465px;
}

.site-header.hidden-panel-active .hidden-panel,
.site-header .hidden-panel:focus-within {
	opacity: 1;
	transform: translateX(0);
}

.hidden-panel .panel-container {
	height: 100%;
	overflow-y: scroll;
	padding: 0 30px 60px 0;
	position: static;
}

/* width */
.hidden-panel .panel-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.hidden-panel .panel-container::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Handle */
.hidden-panel .panel-container::-webkit-scrollbar-thumb {
  background: #002742;
	border-radius: 5px;
}

/* Handle on hover */
.hidden-panel .panel-container::-webkit-scrollbar-thumb:hover {
  background: #0071B6;
}

.site-header .hidden-panel .site-description {
	clip: unset;
	color: #E3A60D;
	font-family: atten-round-new, sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	height: auto;
	line-height: 1.01;
	overflow: visible;
	position: relative !important;
	text-transform: uppercase;
	width: auto;
}


/* Search Form
--------------------------------------------- */

.site-header .search-form {
	margin-top: 4px;
	overflow: hidden;
	position: relative;
}

.site-header .search-form::before {
	color: #A0A0A0;
	content: '\f179';
	display: block;
	font-family: dashicons;
	font-size: 3rem;
	position: absolute;
		top: 16px;
		left: 30px;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	transition: all .2s ease-in-out;
}

.site-header .search-form input[type="search"] {
	position: relative;
	width: 1px;
	padding: 10px 30px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: width 500ms ease, background 400ms ease;
}

.site-header .search-form input[type="search"]:focus {
	width: 250px;
	outline: 0;
	background-color: #fff;
	cursor: text;
}

.site-header .search-form input[type="submit"] {
	clip: rect(0, 0, 0, 0);
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

/* Header Navigation
--------------------------------------------- */

.site-header .hidden-panel .nav-primary li {
	margin-bottom: 45px;
}

.site-header .hidden-panel .sub-menu {
	margin-top: 10px;
}

.site-header .hidden-panel .nav-secondary li,
.site-header .hidden-panel .sub-menu li {
	margin-bottom: 10px;
}

.site-header .hidden-panel .menu a {
	color: #E3A60D;
	font-family: atten-round-new, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.site-header .hidden-panel .menu a:focus,
.site-header .hidden-panel .menu a:hover,
.site-header .hidden-panel .menu .current-menu-item a {
	text-decoration: underline;
}

.site-header .hidden-panel .sub-menu a {
	color: #fff;
	text-transform: none;
}

/* Header Right Widgets
--------------------------------------------- */

.site-header .hidden-panel .header-right-widgets {
	display: flex;
		flex-direction: column-reverse;
}

.site-header .hidden-panel a i {
	color: #fff;
}

.site-header .hidden-panel a:hover i,
.site-header .hidden-panel a:focus i {
	color: #0071B6;
}

/* Panel Footer
--------------------------------------------- */

.site-header .hidden-panel .panel-footer {
	color: #E3A60D;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 60px;
}

.site-header .hidden-panel .panel-footer a {
	color: #fff;
	display: block;
	font-weight: 400;
	text-decoration: none;
}

/* The Events Calendar
--------------------------------------------- */

.tribe-events-c-view-selector {
	display: none;
}

.tribe-common * {
	font-family: bookmania, serif !important;
}

.tribe-common button,
.tribe-common button * {
	font-family: atten-round-new, sans-serif !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 0 !important;
	font-size: 2rem;
	line-height: 1;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border, .tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border {
	padding: 6px 15px 3px;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border-color: transparent !important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
	background: #0071B6;
}

.tribe-events .tribe-events-c-ical__link {
	color: #0071B6;
	border-color: #0071B6;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	background: #0071B6;
	border-color: #0071B6;
	color: #fff;
}

.tribe-events .tribe-events-c-ical__link:before {
	color: #0071B6;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 45px;
	padding-bottom: 45px;
}

.entry:last-of-type {
	border-bottom: 0;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.entry-header .entry-meta {
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
	color: #848484;
	font-family: atten-round-new, sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	color: #A0A0A0;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	color: #0071B6;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget,
.sidebar > div {
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 40px;
	margin-bottom: 30px;
}

.sidebar:last-of-type .widget:last-of-type {
	border-bottom: 0;
}

.sidebar p {
	margin-bottom: 20px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #00375D;
	color: #E3A60D;
	font-size: 1.6rem;
	font-weight: 700;
}

.site-footer > .wrap > p {
	margin-bottom: 0;
	padding: 30px;
}

.site-footer a {
	color: #fff;
	font-weight: 400;
	margin: 0 5px;
	text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
	text-decoration: underline;
}

/* Footer Logo
---------------------------------------------------------------------------- */

.kcep-logo,
.footer-widgets-2,
.footer-widgets-3 {
	color: #fff;
}

.kcep-logo {
	padding: 30px;
	text-align: center;
}

.kcep-logo img {
	max-width: 165px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {

}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 0;
	padding: 30px;
}

.footer-widgets .contact-info {
	background-color: #fff;
	color: #00375D;
	font-size: 1.6rem;
	font-weight: 600;
}

.footer-widgets .contact-info .widget-title {
	color: #E3A60D;
	font-family: atten-round-new, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.footer-widgets .contact-info p {
	margin-bottom: 15px;
}

.footer-widgets .contact-info p:last-child {
	margin-bottom: 0;
}

.footer-widgets .contact-info a {
	color: #00375D;
}

.footer-widgtes .contact-info svg:focus,
.footer-widgtes .contact-info svg:hover {
	opacity: .75;
}

.footer-widgets .donate-bar {
	background-color: #AFD7F1;
	color: #0071B6;
	font-size: 2rem;
	font-weight: 700;
}

.footer-widgets .donate-bar strong {
	color: #00375D;
}

.footer-widgets .donate-bar .button {
	font-family: bookmania, serif;
	font-size: 2.3rem;
	font-weight: 700;
	margin: 0;
	padding: 15px 45px 5px 45px;
	width: 100%;
}

.footer-widgets .menu a {
	color: #E3A60D;
	font-family: atten-round-new, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.footer-widgets .menu a:focus,
.footer-widgets .menu a:hover {
	text-decoration: underline;
}

.footer-widgets .sub-menu .menu-item {
	margin-left: 0;
}

.footer-widgets .sub-menu a {
	color: #fff;
	text-transform: none;
}

.footer-widgets .opt-in .widget-title {
	font-size: 2.4rem;
	font-weight: 900;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	body {
		font-size: 2rem;
	}

	h1 {
		font-size: 7.2rem;
	}

	h2 {
		font-size: 4.8rem;
	}

	h3 {
		font-size: 3.6rem;
	}

	h4 {
		font-size: 2.4rem;
	}

	h5 {
		font-size: 2.2rem;
	}

	h6 {
		font-size: 2rem;
		font-weight: 700;
	}

	/* Site Header
	--------------------------------------------- */

	.site-header {
		margin: 0;
		/* position: -webkit-sticky;
		position: sticky; */
		padding: 0 30px;
		position: relative;
		/* top: 0; */
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	.site-header > .wrap {
		display: flex;
		margin: 0 auto;
		max-width: 1200px;
	}

	.title-area {
		order: 2;
		padding-top: 50px;
		padding-bottom: 20px;
	}

	.site-header .widget-area {
		width: 20%;
	}

	.site-header .widget-area {
		margin-bottom: 15px;
		order: 3;
		position: relative;
		max-width: 275px;
	}

	.site-header .widget-area .widget_nav_menu {
		display: block;
		visibility: visible;
		width: 70%;
	}

	.site-header .nav-header .menu-item {
		border-bottom: 1px solid #D0D0D0;
		margin-bottom: 3px;
	}

	.site-header .nav-header .menu-item:last-of-type {
		border-bottom: 0;
	}

	.site-header .nav-header a {
		color: #000;
		font-family: atten-round-new, sans-serif;
		font-size: 1.4rem;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
	}

	.site-header .nav-header a:focus,
	.site-header .nav-header a:hover,
	.site-header .nav-header .current-menu-item a {
		text-decoration: underline;
	}

	.site-header .nav-header .is-color-yellow a {
		color: #E3A60D;
	}

	.header-left {
		align-items: center;
		background-color: transparent;
		order: 1;
		margin: 0;
		position: relative;
			top: 0 !important;
			left: auto;
			right: auto;
	}

	.header-left .controls {
		border: 0;
		margin: 0;
	}

	.site-header .hidden-panel {
		padding-top: 150px;
	}

	.site-header .hidden-panel .site-description {
		font-size: 2.8rem;
	}

	.site-header .hidden-panel .nav-primary li {
		margin-bottom: 60px;
	}

	.site-header .hidden-panel .sub-menu {
		margin-top: 20px;
	}

	.site-header .hidden-panel .menu a {
		font-size: 2.4rem;
	}

	.site-header .hidden-panel .sub-menu li {
		margin-bottom: 20px;
	}

	.site-header .hidden-panel .widget_nav_menu {
		display: none;
	}

	.is-scrolled .site-header {
    -webkit-animation: dropHeader 1s forwards;
            animation: dropHeader 1s forwards;
		position: fixed;
		transform: translateY(0);
		width: 100%;
	}

	@-webkit-keyframes dropHeader {
		0% {
			position: fixed;
			transform: translateY(-100%);
			width: 100%;
		}
		100% {
			position: fixed;
			transform: translateY(0);
			width: 100%;
		}
	}

	@keyframes dropHeader {
		0% {
			position: fixed;
			transform: translateY(-100%);
			width: 100%;
		}
		100% {
			position: fixed;
			transform: translateY(0);
			width: 100%;
		}
	}

	.is-scrolled .site-header > .wrap {
		align-items: center;
	}

	.is-scrolled .title-area {
		margin: 0 0 0 60px;
		max-width: unset;
		padding: 15px 0 5px;
	}

	.is-scrolled .title-area a {
		display: block;
		max-width: 205px;
	}

	.is-scrolled .title-area svg .name {
		display: none;
	}

	.is-scrolled  .header-left {
		width: auto;
	}

	.is-scrolled .site-header .widget-area {
		display: flex;
			flex-direction: row-reverse;
		width: auto;
		max-width: unset;
	}

	.is-scrolled .nav-header .menu {
		display: flex;
	}

	.is-scrolled .nav-header .menu-item {
		border-bottom: 0;
		margin: 0 10px;
		white-space: nowrap;
	}

	.is-scrolled .header-widget-area .social-icons {
		display: none;
	}

	.is-scrolled .header-widget-area .widget_nav_menu {
		width: auto;
	}

	.is-scrolled .site-inner {
    padding-top: 200px;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		max-width: 1260px;
	}

	/* Content
	--------------------------------------------- */

	.content-sidebar .content {
		border-right: 1px solid #D0D0D0;
		float: left;
		padding-right: 4%;
		width: 73%;
	}

	.full-width-content .content {
		float: none;
		max-width: 900px;
	}

	.home.full-width-content .content {
		max-width: none;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		clear: right;
		float: right;
		width: 23%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 15px;
	}

	h1.archive-title,
	h1.entry-title {
		font-size: 5.5rem;
	}

	.single-post h1.entry-title {
		font-size: 7.2rem;
	}


	/* Plugins & Page-specific Styles
	--------------------------------------------- */

	.full-width {
		margin-left: calc( 50% - 50vw );
		margin-right: calc( 50% - 50vw );
	}

	.full-width .wrap {
		margin: 0 auto;
		max-width: 1260px;
	}

	@supports (display:grid) {

		.featured-section {
			display: grid;
				grid-template-columns: 3fr 1fr;
		}

		.featured-topic {
			border-right: 1px solid #D0D0D0;
			display: grid;
				grid-template-rows: -webkit-min-content;
				grid-template-rows: min-content;
				grid-template-columns: 1fr 1fr 1fr;
				grid-template-areas:
					'headline headline headline'
					'item1 item1 item1'
					'item2 item3 item4';
				grid-column-gap: 30px;
			margin-bottom: 30px;
			padding-right: 30px;
		}

		.featured-topic--item-1 .featured-topic--image {
			margin-bottom: 0 !important;
		}

		.featured-topic--image-caption {
			text-align: right !important;
		}

	}

	.featured-topic--headline {
		grid-area: headline;
		margin-bottom: 30px;
		padding: 10px 30px;
	}

	.featured-topic--item {
		margin-bottom: 0;
	}

	.featured-topic--item-1 {
		display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 30px;
			grid-template-areas: 'content image';
		grid-area: item1;
	}

	.featured-topic--item-headline {
		font-size: 2.4rem;
	}

	.featured-topic--item-1 .featured-topic--item-headline {
		font-size: 3.6rem;
	}

	.featured-topic--item-1 .featured-topic--item-excerpt {
		font-size: 2.4rem;
	}

	.featured-topic--item-1 .featured-topic--image {
		grid-area: image;
		margin-bottom: 15px;
	}

	.featured-topic--image-caption {
		margin-bottom: 0;
		text-align: left;
	}

	.featured-topic--item-1 .featured-topic--content {
		grid-area: content;
	}

	.featured-posts {
		padding-left: 30px;
	}

	.featured-posts--headline {
		font-size: 2.8rem;
	}

	.featured-posts--item {
		margin-bottom: 30px;
	}

	.featured-posts--image-link,
	.featured-posts--item-headline {
		margin-bottom: 30px;
	}

	.featured-posts--item-headline a {
		font-size: 2rem;
	}

	.featured-posts--item-1 .featured-posts--item-headline {
		margin-bottom: 15px;
	}

	.opt-in-bar h3 {
		font-size: 2.4rem;
	}

	.topic-sections {
		display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 60px;
	}

	.topic-section {
		display: grid;
			align-content: start;
			grid-template-rows: -webkit-min-content;
			grid-template-rows: min-content;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 30px;
			grid-template-areas:
				'headline headline'
				'item1 item2'
				'item1 item3'
				'item1 item4';
	}

	.topic-section--headline {
		grid-area: headline;
	}

	.topic-section--item {
		margin-bottom: 10px;
	}

	.topic-section--first-item {
		grid-area: item1;
	}

	.topic-section--item-type {
		font-size: 1.4rem;
	}

	.topic-section--first-item .topic-section--item-type {
		font-size: 1.6rem;
	}

	.topic-section--item-excerpt {
		font-size: 1.6rem;
	}

	.topic-section--first-item .topic-section--item-excerpt {
		font-size: 1.8rem;
	}

	.research-section {
		display: grid;
			grid-template-columns: 1fr 1fr 1fr;
			grid-column-gap: 30px;
			grid-template-areas:
				'border border border'
				'headline headline headline'
				'item1 item2 item3';
		position: relative;
	}

	.research-section,
	.perspectives-section,
	.experts-section,
	.home .experts-section {
		border-top: 0;
	}

	.research-section::before,
	.writers-section::before,
	.related-stories::before {
		background-color: #D0D0D0;
		content: '';
		display: block;
		grid-area: border;
		height: 1px;
		margin: 0 auto 30px;
		width: 100%;
			max-width: 786px;
	}

	.research-section--headline {
		grid-area: headline;
	}

	.research-section--item-title {
		font-size: 2.4rem;
	}

	.writers-section {
		display: grid;
			grid-template-columns: 1fr 1fr;
			grid-template-areas:
				'border border'
				'perspectives experts';
	}

	@supports( display: grid ) {

		.home .perspectives-section {
			border-right: 1px solid #D0D0D0;
			padding-right: 30px;
		}

		.experts-section {
			padding-left: 30px;
		}

	}

	.perspectives-section--item-title {
		font-size: 2.2rem;
	}

	/* .home .perspectives-section--item:first-of-type .perspectives-section--item-title {
		font-size: 24px;
	} */

	.sidebar .perspectives-section--headline,
	.sidebar .perspectives-section--item-title {
		margin-bottom: 30px;
	}

	.sidebar .experts-section {
		padding: 0;
	}

	.archive-template .entry-title,
	.archive-template .entry-title-link {
		font-size: 2.6rem;
	}

	.archive-template .entry:first-of-type .entry-title,
	.archive-template .entry:first-of-type .entry-title-link {
		font-weight: 900;
	}

	.archive-template .entry-content {
		font-size: 1.6rem;
	}

	.archive-template .entry:first-of-type .entry-content {
		font-size: 2rem;
	}

	.entry-footer .entry-meta {
		font-size: 1.2rem;
	}

	/* .archive-template .has-post-thumbnail {
		display: grid;
			-webkit-box-align: start;
			        align-items: start;
			grid-template-columns: 3fr 2fr;
			grid-column-gap: 30px;
			grid-template-areas:
				'meta image'
				'header image'
				'content image'
				'footer image';
	} */

	.archive-template .post {
		clear: both;
		margin-bottom: 30px;
		padding-bottom: 15px;
	}

	/* .archive-template .has-post-thumbnail:first-of-type {
		grid-template-areas:
			'image meta'
			'image header'
			'image content'
			'image footer';
	} */

	.search .has-post-thumbnail {
		display: block !important;
	}

	.archive-template .has-post-thumbnail .entry-image-link {
		/* grid-area: image; */
		float: right;
		/* margin-top: 40px; */
		width: 37%;
	}

	.archive-template .has-post-thumbnail:first-of-type .entry-image-link {
		float: left;
		margin-top: 0;
		width: 57%;
	}

	.archive-template .has-post-thumbnail .entry-meta,
	.archive-template .has-post-thumbnail .entry-header,
	.archive-template .has-post-thumbnail .entry-content,
	.archive-template .has-post-thumbnail .entry-footer {
		float: left;
		width: 57%;
	}

	.archive-template .has-post-thumbnail:first-of-type .entry-meta,
	.archive-template .has-post-thumbnail:first-of-type .entry-header,
	.archive-template .has-post-thumbnail:first-of-type .entry-content,
	.archive-template .has-post-thumbnail:first-of-type .entry-footer {
		float: right;
		text-align: left;
		width: 37%;
	}

	.archive-template .has-post-thumbnail .entry-footer .entry-meta {
		float: none;
		width: unset;
	}

	/* .archive-template .has-post-thumbnail .entry-meta {
		grid-area: meta;
	}

	.archive-template .has-post-thumbnail .entry-header {
		grid-area: header;
	}

	.archive-template .has-post-thumbnail .entry-content {
		grid-area: content;
	}

	.archive-template .has-post-thumbnail .entry-footer {
		grid-area: footer;
	} */

	.topic-news--headline {
		font-size: 2.8rem;
	}

	.topic-news--item {
		margin-bottom: 30px;
	}

	.topic-news--item-headline,
	.topic-news--item-headline a {
		font-size: 2rem;
	}

	.topic-news--item-headline {
		margin-bottom: 30px;
	}

	.topic-news--item-1 .topic-news--item-headline {
		margin-bottom: 15px;
	}

	.topic-news--image-link {
		margin-bottom: 30px;
	}

	.single-post .subhead {
		font-size: 4.8rem;
	}

	.related-stories {
		clear: both;
		display: flex;
			flex-wrap: wrap;
			justify-content: center;
		padding-top: 60px;
	}

	.related-stories--headline {
		width: 100%;
	}

	.related-stories--item {
		padding: 0 15px;
		width: calc( 100% / 3 - 30px );
	}

	/* .opt-in-bar .wrap {
		display: flex;
			justify-content: space-around;
	}

	.opt-in-bar .wrap::before,
	.opt-in-bar .wrap::after {
		display: none;
	} */


	/* Footer
	--------------------------------------------- */

	.footer-widgets .wrap {
		display: flex;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

	.site-footer .menu > li:nth-child(1),
	.site-footer .menu > li:nth-child(2) {
		float: left;
		margin-right: 15px;
		width: calc( 100% / 3 - 15px );
	}

	@supports (display:grid) {

		.site-footer > .wrap {
			display: grid;
				grid-template-areas:
					'logo widgets'
					'logo widgets'
					'logo footer';
				grid-template-columns: 1fr 4fr;
		}

		.site-footer .kcep-logo {
			grid-area: logo;
			text-align: right;
		}

		.footer-widgets {
			grid-area: widgets;
		}

		.footer-widgets > .wrap {
			display: grid;
				grid-template-areas:
					'footer1 footer1'
					'footer2 footer3';
				grid-template-columns: 3fr 2fr;
		}

		.footer-widget-area {
			float: none;
			width: 100%;
		}

		.footer-widgets .footer-widgets-1 {
			grid-area: footer1;
		}

		.footer-widgets .footer-widgets-2 {
			grid-area: footer2;
		}

		.footer-widgets .footer-widgets-3 {
			grid-area: footer3;
		}

		.footer-widgets-2 .widget,
		.footer-widgets-3 .widget {
			padding: 30px 30px 30px 0;
		}

		.footer-widgets .contact-info p {
			display: inline-block;
			margin-right: 30px;
			margin-bottom: 5px;
		}

		.footer-widgets .contact-info img.alignnone {
			margin-bottom: 0;
		}

		.footer-widgets .donate-bar {
			padding: 0 0 0 30px;
		}

		.footer-widgets .donate-bar .textwidget {
			display: flex;
				align-content: stretch;
				justify-content: space-between;
		}

		.footer-widgets .donate-bar p {
			align-self: center;
			margin: 0;
			padding: 5px 0;
		}

		.footer-widgets .donate-bar p:last-child {
			align-self: unset;
			padding: 0;
		}

		.footer-widgets .donate-bar .button {
			display: flex;
				align-items: center;
				justify-content: center;
			height: 100%;
			margin-left: 15px;
			text-align: center;
			width: 20vw;
		}

		.site-footer .footer-widgets .menu-item a {
			display: block;
			margin-bottom: 7px;
		}

		.site-footer > .wrap > p {
			grid-area: footer;
			padding: 30px 30px 30px 0;
		}

	}

}

@media only screen and (min-width: 1260px) {

	.site-header .hidden-panel {
		max-width: calc(50vw - 600px + 350px);
		padding-left: calc(50vw - 600px);
	}

	.site-header .hidden-panel .panel-container {
		padding-right: 60px;
	}

}

@media only screen and (min-width:1500px) {

	.site-footer > .wrap {
		grid-template-columns: 1fr 3fr;
	}

	.footer-widgets > .wrap {
		grid-template-columns: 1fr 1fr;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
