/* # Genesis Sample Child Theme  
Theme Name: Kathy Hirsh-Pasek Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the website theme for Kathy Hirsh-Pasek.   
Author: Lisa Laczo  
Author URI: http://www.starvingartistwebdesign.com/  
Template: genesis
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.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;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## 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 {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	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: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.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;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		//max-width: 960px;
		max-width: 100%;
		width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.sidebar-primary {
		width: 360px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

	.site-inner,
	.wrap {
		//max-width: 800px;
		max-width: 100%;
		width: 100%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		//padding-left: 5%;
		//padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.entry {
		padding: 25px 50px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}











/* ------------------------------------------
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
## NEW STYLES
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- 
--------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Raleway:600,700,800);

body {
	font-family:'Proxima N W01 At Reg';
}






/* ------------------------------------------
## Header
--------------------------------------------- */

.khp-shrink-transition {
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition:    all .3s ease-in-out !important;
	-ms-transition:     all .3s ease-in-out !important;
	-o-transition:      all .3s ease-in-out !important;
	transition:         all .3s ease-in-out !important;
}

.khp-page-top-gradient {
	width: 100%;
	height: 235px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/page-top-gradient.png);
	background-repeat: repeat-x;
	background-size: 5px 100%;
	opacity: .65;
}

#khp-custom-header {
	width: 100%;
	height: 140px;
	background: transparent;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid rgba(214, 214, 214, .3);
}

.page-template-page_news #khp-custom-header,
.page-template-page_publications #khp-custom-header,
.page-template-page_nobanner #khp-custom-header {
	border-bottom: 1px solid rgba(214, 214, 214, .6);
}

.page-template-page_news .site-header.shrink #khp-custom-header,
.page-template-page_publications .site-header.shrink #khp-custom-header,
.page-template-page_nobanner .site-header.shrink #khp-custom-header {
	border-bottom: 1px solid rgba(214, 214, 214, .3);
}

.site-header.shrink #khp-custom-header {
	background: #000;
	height: 70px;
}

.site-header {
	min-height: 0px;
	height: 0px;
	position: relative;
	z-index: 5000;
}

.site-header.shrink {
	height: 0px;
}

.site-header .wrap {
	padding: 0;
}

#khp-header-logo {
	height: 34px;
	width: auto;
	margin: 53px 40px;
	float: left;
	display: inline-block;
	position: relative;
}

.site-header.shrink #khp-header-logo {
	margin: 18px 40px;
}

#khp-header-logo:hover {
	opacity: .6;
}

#khp-header-logo img.khp-logo-light {
	width: auto;
	height: 100%;
	display: block;
	float: left;
	position: relative;
}

.page-template-page_news #khp-header-logo img.khp-logo-light {
	width: auto;
	height: 100%;
	display: block;
	float: left;
	position: relative;
	opacity: 0;
}

#khp-header-logo img.khp-logo-dark {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	display: none;
}

.page-template-page_news #khp-header-logo img.khp-logo-dark,
.page-template-page_publications #khp-header-logo img.khp-logo-dark,
.page-template-page_nobanner #khp-header-logo img.khp-logo-dark {
	display: block;
}

.page-template-page_news .site-header.shrink #khp-header-logo img.khp-logo-dark,
.page-template-page_publications .site-header.shrink #khp-header-logo img.khp-logo-dark,
.page-template-page_nobanner .site-header.shrink #khp-header-logo img.khp-logo-dark {
	display: none;
}

#khp-nav-wrap {
	width: auto;
	height: 140px;
	display: inline-block;
	float: right;
	margin: 0 20px 0 0;
	position: relative;
}

.site-header.shrink #khp-nav-wrap {
	height: 70px;
}

#khp-custom-header .menu-primary-container {
	clear: both;
	width: auto;
	height: 140px;
	display: block;
	float: right;
	margin: 0;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition:    all .3s ease-in-out !important;
	-ms-transition:     all .3s ease-in-out !important;
	-o-transition:      all .3s ease-in-out !important;
	transition:         all .3s ease-in-out !important;
}

#khp-custom-header .menu-primary-container .menu {
	width: auto;
	height: 140px;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition:    all .3s ease-in-out !important;
	-ms-transition:     all .3s ease-in-out !important;
	-o-transition:      all .3s ease-in-out !important;
	transition:         all .3s ease-in-out !important;
}

#khp-custom-header .menu-primary-container .menu li {
	display: inline-block;
	float: left;
	height: 140px;
	padding: 0;
	margin: 0;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

#khp-custom-header .menu-primary-container .menu li a {
	float: left;
	display: block;
	height: 140px;
	line-height: 140px;
	padding: 0 20px;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition:    all .3s ease-in-out !important;
	-ms-transition:     all .3s ease-in-out !important;
	-o-transition:      all .3s ease-in-out !important;
	transition:         all .3s ease-in-out !important;
}

.page-template-page_news #khp-custom-header .menu-primary-container .menu li a,
.page-template-page_publications #khp-custom-header .menu-primary-container .menu li a,
.page-template-page_nobanner #khp-custom-header .menu-primary-container .menu li a {
	color: #CCC;
}

.page-template-page_news #khp-custom-header .menu-primary-container .sub-menu li a,
.page-template-page_publications #khp-custom-header .menu-primary-container .sub-menu li a,
.page-template-page_nobanner #khp-custom-header .menu-primary-container .sub-menu li a {
	color: #FFF;
}

.page-template-page_news #khp-custom-header .menu-primary-container .menu li.current-menu-item a,
.page-template-page_publications #khp-custom-header .menu-primary-container .menu li.current-menu-item a,
.page-template-page_nobanner #khp-custom-header .menu-primary-container .menu li.current-menu-item a {
	color: #333;
}

.page-template-page_news .site-header.shrink #khp-custom-header .menu-primary-container .menu li a,
.page-template-page_publications .site-header.shrink #khp-custom-header .menu-primary-container .menu li a,
.page-template-page_nobanner .site-header.shrink #khp-custom-header .menu-primary-container .menu li a {
	color: #FFF;
}

.page-template-page_news .site-header.shrink #khp-custom-header .menu-primary-container .menu li.current-menu-item a,
.page-template-page_publications .site-header.shrink #khp-custom-header .menu-primary-container .menu li.current-menu-item a,
.page-template-page_nobanner .site-header.shrink #khp-custom-header .menu-primary-container .menu li.current-menu-item a {
	color: rgba(255, 255, 255, .7);
}

#khp-custom-header .menu-primary-container .menu li.current-menu-item a {
	color: rgba(255, 255, 255, .7);
}

.site-header.shrink #khp-custom-header .menu-primary-container {
	height: 70px;
	margin: 0;
}

.site-header.shrink #khp-custom-header .menu-primary-container .menu,
.site-header.shrink #khp-custom-header .menu-primary-container .menu li {
	height: 70px;
}

.site-header.shrink #khp-custom-header .menu-primary-container .menu li a {
	height: 70px;
	line-height: 70px;
}

#khp-custom-header .menu-primary-container .sub-menu {
	left: -9999px;
    opacity: 0;
    position: absolute;
	top: 100px;
}

.site-header.shrink #khp-custom-header .menu-primary-container .sub-menu {
	top: 70px;
}

#khp-custom-header .menu-primary-container li:hover .sub-menu {
	left: auto;
    opacity: 1;
}

#khp-custom-header .menu-primary-container .sub-menu li {
	opacity: 0;

	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}

#khp-custom-header .menu-primary-container li:hover .sub-menu li {
	opacity: 1;

	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#khp-custom-header .menu-primary-container .sub-menu li,
#khp-custom-header .menu-primary-container .sub-menu li a,
.site-header.shrink #khp-custom-header .menu-primary-container .sub-menu li,
.site-header.shrink #khp-custom-header .menu-primary-container .sub-menu li a {
	height: 50px;
	line-height: 50px;
}

#khp-custom-header .menu-primary-container .sub-menu li a {
	background: #9E1D33;
	border-top: 1px solid rgba(255, 255, 255, .4);
}

#khp-custom-header .menu-primary-container .sub-menu li a:hover {
	background: #222;
}

#khp-custom-header .menu-primary-container .sub-menu li {
	display: block;
	float: none;
}

.site-header .sub-menu {
	border-top: none;
}

#khp-custom-header .menu-primary-container .menu li a:hover, #khp-custom-header .site-header.shrink .menu-primary-container .menu li a:hover,
.page-template-page_news .site-header.shrink #khp-custom-header .menu-primary-container .menu li a:hover,
.page-template-page_publications .site-header.shrink #khp-custom-header .menu-primary-container .menu li a:hover,
.page-template-page_nobanner .site-header.shrink #khp-custom-header .menu-primary-container .menu li a:hover {
	color: #9E1D33;
}

.khp-header-right {
	//width: auto;
	//height: 25px;
	//display: block;
	//float: right;
	//margin: 25px 20px 0 0;
	//overflow: hidden;

	width: auto;
	height: 25px;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}

.site-header.shrink .khp-header-right {
	//height: 0;
	//margin: 0;
	//display: none;
	top: -50px;
}

.khp-header-social {
	width: auto;
	height: 25px;
	margin: 0;
	list-style: none;
	padding: 0;
	float: right;
}

.khp-header-social li {
	float: left;
	display: inline-block;
	margin-left: 8px;
}

.khp-header-social li a {
	width: 25px;
	height: 25px;
	display: block;
}

.khp-header-icon {
	background-size: 20px 40px !important;
	background-repeat: no-repeat !important;
	background-position: 2.5px 2.5px !important;
}

.khp-header-icon:hover {
	background-position: 2.5px -18px !important;
}

.khp-header-icon.huffpo-icon {
	background-image: url(images/icons/huffpo-icon.png);
	border: 1px solid #36937D;
}

.khp-header-icon.huffpo-icon:hover {
	background-color: #36937D;
}

.khp-header-icon.twitter-icon {
	background-image: url(images/icons/twitter-icon.png);
	border: 1px solid #2B81C0;
}

.khp-header-icon.twitter-icon:hover {
	background-color: #2B81C0;
}

form.search-form {
	width: 250px;
	max-width: 250px;
	height: 25px;
	float: right;
	position: relative;
	display: inline-block;
	margin: 0 10px 0 0;
}

.site-header .search-form {
	width: 250px;
	margin-top: 0;
}

form.search-form input[type="search"] {
	width: 250px;
	max-width: 250px;
	height: 25px;
	font-size: 12px;
	line-height: 15px;
	padding: 0 40px 0 12px;
	float: left;
	display: inline-block;
	border: none;
	border-radius: 15px;
	background: url(images/light-bg-25.png);
	background-repeat: repeat;
	color: #000 !important;
}

.page-template-page_news form.search-form input[type="search"],
.page-template-page_publications form.search-form input[type="search"],
.page-template-page_nobanner form.search-form input[type="search"] {
	border: 1px solid #EFEFEF;
}

::-webkit-input-placeholder {
   color: #999;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #999;  
}
:-ms-input-placeholder {  
   color: #999;  
}

.page-template-page_news ::-webkit-input-placeholder,
.page-template-page_publicaitons ::-webkit-input-placeholder {
   color: #CCC;
}
.page-template-page_news :-moz-placeholder,
.page-template-page_publications :-moz-placeholder,
.page-template-page_nobanner :-moz-placeholder { /* Firefox 18- */
   color: #CCC;  
}
.page-template-page_news ::-moz-placeholder,
.page-template-page_publications ::-moz-placeholder,
.page-template-page_nobanner ::-moz-placeholder {  /* Firefox 19+ */
   color: #CCC;  
}
.page-template-page_news :-ms-input-placeholder,
.page-template-page_publications :-ms-input-placeholder,
.page-template-page_nobanner :-ms-input-placeholder {  
   color: #CCC;  
}

form.search-form:hover input[type="search"] {
	background: url(images/light-bg-40.png);
}

form.search-form input[type="search"]:focus {
	background: url(images/light-bg-60.png);
}

form.search-form input[type="submit"] {
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	width: 21px;
	height: 21px;
	display: block;
	padding: 0;
	background: url(images/icons/search-icon.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
	position: absolute;
	top: 2px;
	right: 5px;
	border: none;
}

.page-template-page_news form.search-form input[type="submit"],
.page-template-page_publications form.search-form input[type="submit"],
.page-template-page_nobanner form.search-form input[type="submit"] {
	background: url(images/icons/search-icon-grey.png);
	background-repeat: no-repeat;
	background-size: 21px 21px;
}

form.search-form input[type="submit"]:hover {
	opacity: .7;
}






/* ------------------------------------------
## Home Slider
--------------------------------------------- */

.khp-page-slider {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
}

.khp_slider_button_red {
	background: #9E1B34 !important;
	border: 1px solid #9E1B34 !important;
}

.khp_slider_button_red.khp_slider_button_grey {
	background: #AAA !important;
	border: 1px solid #AAA !important;
}

.khp_slider_button_red.khp_slider_button_blue {
	background: #2980C5!important;
	border: 1px solid #2980C5!important;
}

.khp_slider_button_red.khp_slider_button_twitter {
	background: #55a8e3 !important;
	border: 1px solid #55a8e3 !important;
	font-weight: 500 !important;
}

.khp_slider_button_red:hover, .khp_slider_button_red.khp_slider_button_grey:hover {
	background: transparent !important;
	border: 1px solid #FFF !important;
	color: #FFF !important;
}

.khp_slider_button_red.button_dark-hover:hover {
	background: transparent !important;
	border: 1px solid #999 !important;
	color: #999 !important;
}

.khp_slider_button_red.khp_slider_button_twitter.button_dark-hover:hover {
	background: transparent !important;
	border: 1px solid #FFF !important;
	color: #FFF !important;
}

#khp-site-detect {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}




/* ------------------------------------------
## Site Containers
--------------------------------------------- */

.wrap.khp-narrow-wrap {
	width: 88%;
	height: auto;
	margin: 0 6%;
	max-width: 10000px;
}

.khp-fw-el {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.khp-fw-el.khp-fh-el.khp-abs-el {
	width: 100%;
	height: 100%;
	float: none;
	display: block;
	top: 0;
	left: 0;
}

.khp-parallax-bg {
	//background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	background-color: #fff;
	position: relative;
}

.khp-rel-el {
	position: relative;
}

.khp-fw-img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.khp-abs-el {
	position: absolute;
}

.khp-nooverflow {
	overflow: hidden;
}

#khp-right-bg-img {
	width: 50%;
	height: auto;
	right: 7%;
	max-height: 100%;
	width: auto;
}

#khp-left-bg-img {
	width: 50%;
	height: auto;
	left: 3%;
	max-height: 100%;
	width: auto;
}

.khp-ow-bg {
	background: #ECEBE4;
}

.khp-white-bg {
	background: #FFF;
}

.khp-center-align {
	text-align: center;
}

.khp-left-align {
	text-align: left;
}

.khp-standard-small-vertical-padding {
	padding: 45px 0;
	float: left;
	position: relative;
}

.khp-standard-vertical-padding {
	padding: 85px 0;
	float: left;
	position: relative;
}

.khp-standard-padding {
	padding: 85px 50px;
	float: left;
	position: relative;
}

.khp-standard-vertical-padding-bottom {
	padding: 0 0 85px 0;
	float: left;
	position: relative;
}

.khp-small-vertical-padding {
	padding: 30px 0;
	float: left;
	position: relative;
}

.khp-large-vertical-padding {
	padding: 150px 0;
	float: left;
	position: relative;
}

.page-template-page_news .centered-2-col {
	margin: 15px 0 0 0 !important;
}

.centered-3-col, .centered-2-col {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

.announcements-ul {
	width: 86%;
	height: auto;
	display: block;
	float: left;
	margin: 0 7% !important;
	padding: 0;
	list-style: none;
}

.centered-3-col li {
	width: 31.3%;
	margin: 0 1%;
	vertical-align: top;
	display: inline-block;
	float: left;
}

.announcements-ul li {
	width: 100%;
	margin: 0;
	display: block;
	float: left;
	padding: 50px 0;
	border-top: 1px solid #999;
}

.announcements-ul li:nth-child(1) {
	border: none !important;
}

.announcements-ul li .khp-img-zoom-wrap {
	width: 45%;
	height: auto;
	float: left;
	display: inline-block;
	position: relative;	
	overflow: hidden;
	margin-right: 3%;
	margin-bottom: 0;
	border-radius: 7px !important;
}

.centered-2-col li {
	width: 48%;
	margin: 0 1%;
	vertical-align: top;
	display: inline-block;
	float: left;
}

.centered-3-col li .khp-img-zoom-wrap, .centered-2-col li .khp-img-zoom-wrap {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;	
	overflow: hidden;
}

.centered-3-col li .khp-img-zoom-wrap img.khp-rel-img-pair, .centered-2-col li .khp-img-zoom-wrap img.khp-rel-img-pair, .announcements-ul li .khp-img-zoom-wrap img.khp-rel-img-pair {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
}

.announcements-ul li .khp-img-zoom-wrap img.khp-rel-img-pair {
	border-radius: 7px !important;
}

.centered-3-col li .khp-img-zoom-wrap img.khp-abs-img-pair, .centered-2-col li .khp-img-zoom-wrap img.khp-abs-img-pair, .announcements-ul li .khp-img-zoom-wrap img.khp-abs-img-pair {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-ms-transition:     all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
   	transform: scale(1.0);	
}

.centered-3-col li .khp-img-zoom-wrap:hover img.khp-abs-img-pair, .centered-2-col li .khp-img-zoom-wrap:hover img.khp-abs-img-pair, .announcements-ul li .khp-img-zoom-wrap:hover img.khp-abs-img-pair {
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
   	transform: scale(1.15);	
}

.centered-3-col li .khp-li-title-link, .centered-2-col li .khp-li-title-link {
	margin: 20px 0 5px 0;
	width: 100%;
	float: left;
	display: block;
}

.centered-3-col li .khp-didot, .centered-2-col li .khp-didot {
	margin: 5px 0;
}

.centered-3-col .khp-break, .centered-2-col .khp-break { 
	font-size: 14px;
	font-weight: 500;
	margin-top: -15px;
}

.centered-3-col li p, .centered-2-col li p, .announcements-ul li p {
	font-size: 14px;
	font-weight: 300;
}

.khp-spacer-medium {
	width: 100%;
	height: 65px;
	position: relative;
	float: left;
	display: block;
}

.khp-announcement-text {
	width: 52%;
	display: inline-block;
	float: left;
}

.khp-announcement-text h5 {
	margin-top: -10px;
}

.khp-spacer-small {
	width: 100%;
	height: 35px;
	position: relative;
	float: left;
	display: block;
}

.khp-spacer-large {
	width: 100%;
	height: 85px;
	position: relative;
	float: left;
	display: block;
}

.khp-spacer-mini {
	width: 100%;
	height: 12px;
	position: relative;
	float: left;
	display: block;
}

.khp-break {
	clear: both;
	float: left;
}

.khp-dark-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/dark-bg-25.png);
	background-repeat: repeat;
	display: block;
}

.khp-dark-cover-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/dark-bg-50.png);
	background-repeat: repeat;
	display: block;
}

.khp-dark-cover-gradient {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/dark-gradient.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
}

.khp-small-margin-top {
	margin-top: -15px;
}

.khp-med-margin-top {
	margin-top: 15px;
}

.khp-large-margin-top {
	margin-top: 30px;
}

.khp-table-el {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}

.khp-table-cell-el {
	display: table-cell;
	vertical-align: middle;
}

.khp-35-width {
	width: 35%;
	display: block;
	float: left;
	margin: 0 32.5%;
}

.khp-45-width {
	width: 45%;
	display: block;
	float: left;
	margin: 0 27.5%;
}

.khp-75-width {
	width: 75%;
	display: block;
	float: left;
	margin: 0 12.5%;
}

.khp-float-left-el {
	float: left;
	display: block;
	position: relative;
}

.khp-45-width.khp-float-left-el {
	width: 45%;
	display: block;
	float: left;
	margin: 0;
}

.khp-35-width.khp-float-left-el {
	width: 35%;
	display: block;
	float: left;
	margin: 0;
}

.khp-45-width.khp-float-right-el {
	width: 45%;
	display: block;
	float: right;
	margin: 0;
}

.khp-45-width.khp-cheat-left {
	margin: 0 47% 0 18%;
}

.khp-35-width.khp-cheat-left {
	margin: 0 auto 0 17%;
}

.khp-delay1 {
	-webkit-transition-delay: .1s !important; /* Safari */
    transition-delay: .1s !important;
}

.khp-delay2 {
	-webkit-transition-delay: .2s !important; /* Safari */
    transition-delay: .2s !important;
}

.khp-delay3 {
	-webkit-transition-delay: .3s !important; /* Safari */
    transition-delay: .3s !important;
}

.khp-delay4 {
	-webkit-transition-delay: .4s !important; /* Safari */
    transition-delay: .4s !important;
}

.khp-delay5 {
	-webkit-transition-delay: .5s !important; /* Safari */
    transition-delay: .5s !important;
}




/* ------------------------------------------
## Text Styling
--------------------------------------------- */

body {
    -webkit-font-smoothing: antialiased;
	background-color: #FFF;
	background: #FFF;
}

a {
	color: #9E1D33;
}

h1, h4 {
	font-family:'Proxima Nova A W07 Bold';
}

h1 {
	font-size: 29px;
}

.khp-uppercase {
	text-transform: uppercase;
}

.khp-didot {
	font-family:'Didot W01 Italic';
}

.khp-didot.khp-small-text {
	font-size: 15px;
	font-weight: 500;
}

.khp-didot.khp-medium-text {
	font-size: 20px;
	font-weight: 500;
}

.khp-didot.khp-large-text {
	font-size: 25px;
	font-weight: 500;
}

.khp-grey-text {
	color: #666;
}

a.khp-li-title-link, a.khp-li-title-link h4 {
	color: #9E1D33;
}

h4.khp-li-title-announcement {
	color: #9E1D33;
}

a.khp-li-title-link:hover, a.khp-li-title-link:hover h4 {
	color: #333;
}

.khp-white-text {
    color: #FFF;
}

h1.khp-large-h1 {
	font-size: 65px;
    line-height: 90%;
    font-weight: 500;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.khp-large-thin {    
	font-size: 32px;
	line-height: 32px;
	font-weight: 100;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.khp-mini-text.khp-tag-text {
	font-size: 12px;
	display: inline;
	float: left;
	font-weight: 500;
	color: #9E1D33;
}

.khp-med-text {
	font-size: 22px;
	line-height: 120%;
	font-weight: 500;
}

.khp-med-text.khp-large-line-height {
	line-height: 150%;
}

.khp-text-shadow {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}





/* ------------------------------------------
## Scroll Animation
--------------------------------------------- */



.khp-scroll-low {
	-moz-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
}

.khp-scroll-high {
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

#khp-site-detect[data-device="desktop"] .khp-scroll-hide {
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;

	-webkit-transition: all .6s ease-in-out !important;
	-moz-transition:    all .6s ease-in-out !important;
	-ms-transition:     all .6s ease-in-out !important;
	-o-transition:      all .6s ease-in-out !important;
	transition:         all .6s ease-in-out !important;
}

.khp-scroll-hide.khp-hide-right, #khp-site-detect[data-device="desktop"] .khp-scroll-hide.khp-hide-right {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-webkit-transform: translateX(80px);
	transform: translateX(80px);
}

.khp-scroll-hide.khp-hide-left, #khp-site-detect[data-device="desktop"] .khp-scroll-hide.khp-hide-left {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-webkit-transform: translateX(-80px);
	transform: translateX(-80px);
}

.khp-scroll-hide.khp-show, #khp-site-detect[data-device="desktop"] .khp-scroll-hide.khp-show {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}



/* ------------------------------------------
## Home
--------------------------------------------- */



.khp-circle-ul {
	width: 95%;
	height: auto;
	display: block;
	margin: 110px 2.5%;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	text-align: center;
}

.khp-circle-ul li {
	width: 25%;
	height: auto;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: top;
	color: #FFF;
}

.khp-circle-ul li .khp-table-el {
	width: 90%;
	margin-left: 5%;
}

.khp-circle-placeholder {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.khp-circle-bg {
	width: 117%;
	height: 117%;
	position: absolute;
	top: -8.5%;
	left: -8.5%;
	background: url(images/red-alpha-bg.png);
	background-repeat: repeat;
	border-radius: 50%;
	display: block;
}

.khp-circle-bg-large {
	width: 210%;
	height: 210%;
	position: absolute;
	top: -55%;
	left: -55%;
	background: url(images/red-alpha-bg.png);
	background-repeat: repeat;
	border-radius: 50%;
	display: block;
}

.khp-stat-number {
	font-family:'Proxima Nova A W07 Bold';
	font-size: 55px;
	line-height: 55px;
}

.khp-stat-desc {
	font-family:'Proxima Nova A W07 Bold';
	font-size: 20px;
	line-height: 22px;
}

.khp-fw-ul {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#khp-home-books-ul {
	width: 100%;
	margin: 40px 0 60px 0;
}

.page-template-page_publications #khp-home-books-ul {
	width: 106%;
	margin: 40px auto -40px -3%;
}

.khp-fw-ul.khp-five-column-ul {
	//width: 115%;
	//margin-left: -7.5%;
}

.khp-five-column-ul li {
	//width: 15%;
	width: 20%;
	//margin-right: 6.25%;
	margin: 0;
	display: inline-block;
	float: left;
	position: relative;
}

.khp-five-column-ul li.khp-shadow-img-li {
	//margin-right: 3.125%;
	//padding-right: 3.125%;
}

.khp-five-column-ul li.khp-far-right-li {
	//width: 15%;
	//margin-right: 0%;
	//padding-right: 0%;
}

.khp-li-padding {
	//padding: 0 15%;
	float: left;
	position: relative;
	margin: 0;
	width: 70%;
	margin: 0 15%;
}

.khp-li-divider {
	background: #DDD;
	width: 1px;
	height: 100%;
	min-height: 100px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.khp-li-inner-padding {
	padding: 12% 8%;
	float: left;
	position: relative;
}

.khp-align-bottom-img {
	width: 80%;
	height: auto;
	display: block;
	float: left;
	margin: 0 10% 20px 10%;
}

.khp-table-cell-el.khp-align-bottom {
	vertical-align: bottom;
}

.khp-spine-shadow-wrap {
	position: relative;
	float: left;
	display: block;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.khp-spine-shadow {
	width: 7px;
	height: 100%;
	background-image: url(images/spine-shadow.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.page-template-page_publications .khp-shadow-img-li {
	margin-bottom: 120px;
}

.khp-shadow-img-li a.shadow-img-a {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

.khp-shadow-img-li a.shadow-img-a .khp-book-title-text {
	color: #000;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.khp-shadow-img-li a.shadow-img-a:hover .khp-book-title-text {
	color: #9E1D33;
}

.khp-shadow-img-li a.shadow-img-a:hover img {
	opacity: .5;
}

.khp-shadow-img-li a.shadow-img-a:hover .khp-spine-shadow {
	opacity: .5;
}

.khp-shadow-img-li img {
	width: 100%;
	height: auto;
	display: block;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;

	-webkit-box-shadow: 0px 6px 30px 1px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 6px 30px 1px rgba(0,0,0,0.48);
box-shadow: 0px 6px 30px 1px rgba(0,0,0,0.48);
}

.khp-buy-section {
	//width: 100%;
	height: 35px;
	line-height: 35px;

	width: 70%;
	margin: 10px 15%;
	display: block;
	float: left;
}

.khp-standard-box-btn {
	background: #9E1D33;
	color: #FFF;
	padding: 8px 19px;
	font-size: 13px;
	border-radius: 3px;
	font-weight: 700;
	border: 1px solid #9E1D33;
}

.khp-standard-box-btn:hover {
	color: #999;
	border: 1px solid #999;
	background: transparent;
}

.page-template-page_publications .khp-buy-section {
	text-align: center;
	margin: 8px 15%;
}

.khp-float-right-el {
	float: right;
}

.khp-book-link {
	width: 35px;
	height: 35px;
	display: inline-block;
	float: left;
	margin-left: 5px;
}

.khp-amazon-link {
	background: url(images/amazon-icon.jpg) !important;
	background-size: 35px 35px !important;
	background-position: 0 0 !important;
}

.khp-bn-link {
	background: url(images/bn-icon.jpg) !important;
	background-size: 35px 35px !important;
	background-position: 0 0 !important;
}

.khp-book-link:hover {
	opacity: .5;
}

.khp-book-title-text {
	font-size: 15px;
	line-height: 140%;
	margin-top: 8px;
	float: left;
	display: block;
}

.khp-book-tag-text {
	font-size: 14px;
	line-height: 140%;
	float: left;
	display: block;
	color: #999;
}

.khp-circle-container {
	position: absolute;
	top: 0;
	left: -160px;
	width: 130px;
	height: 130px;
	display: block;
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
}

.khp-circle-container .khp-table-el {
	position: relative;
}

.khp-twitter-profile-pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 40px auto 0 auto;
	float: none;
	display: block;
	border: 4px solid #FFF;
}

#khp-home-twitter .sstfeed {
	font-weight: bold;
    color: #FFF;
    font-size: 35px;
    line-height: 120% !important;
    padding-left: 60px;
    background: url(images/twitter-blue.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

#khp-home-twitter .sstfeed a {
	color: #88cbfc !important;
    text-decoration: none !important;
}

#khp-home-twitter .sstfeed a:hover {
	text-decoration: underline !important;
	color: #CCC !important;
}

#khp-home-twitter .sstfeed:nth-of-type(2n) {
	margin-top: 55px;
}

.khp-footer-ul .sstfeed {
	margin-bottom: 30px;
}

.khp-page-submenu .sstfeed {
	letter-spacing: 0px;
    font-size: 15px;
    color: #000;
    width: 90%;
    min-height: 25px;
    line-height: 24px;
    margin: 10px auto 20px 5%;
    display: block;
    float: left;
    font-weight: 300;
    padding-left: 38px;
    padding-top: 2.5px;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
    white-space: normal;
	background: url(images/sidebar-twitter-icon.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.khp-page-submenu .sstfeed a {
	color: #2B81C0;
    text-decoration: none;
    font-weight: 300;
}

.khp-page-submenu .sstfeed a:hover {
    text-decoration: underline;
}



.khp-latest-tweet {
	font-weight: bold;
	color: #FFF;
	font-size: 35px;
	line-height: 120% !important;
}

.khp-twitter-screenname {
	color: #88cbfc;
	text-decoration: none;
}

.twitter-link {
	color: #88cbfc;
	text-decoration: none;
}

.khp-twitter-screenname:hover, .twitter-link:hover {
	text-decoration: underline;
	color: #CCC;
}

.khp-twitter-timestamp {
	color: #999;
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}

.khp-latest-tweet {
	padding-left: 60px;
	background: url(images/twitter-blue.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 20px;
	margin-bottom: 20px;
}





/* ------------------------------------------
## Footer
--------------------------------------------- */

#block-ul {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
	background: #FFF;
}

#block-ul li {
	width: 33.3%;
	height: auto;
	margin: 0;
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

#block-ul li a.zoom-block-link {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
}

#block-ul li a img.block-placeholder-img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
	opacity: 0;
}

#block-ul li a img.block-abs-img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

h2.khp-footer-block-title {
	color: #FFF;
	font-weight: 500;
	font-size: 40px;
	text-transform: uppercase;
    //font-family: Raleway;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
	line-height: 100%;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#block-ul .khp-didot {
	line-height: 100%;
}

#block-ul .khp-standard-box-btn {
	font-size: 17px !important;
	border: 1px solid #9E1D33;
	display: inline-block;
	float: none;
	text-align: center;
	margin: 15px auto;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

#block-ul .khp-standard-box-btn:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: #FFF;
	background: transparent;
}

#block-ul li a:hover .khp-standard-box-btn {
	border: 1px solid rgba(255, 255, 255, .5);
	color: #FFF;
	background: transparent;
}

.dark-cover {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.block-li-btn-text {
	width: 80%;
	margin-left: 10%;
	color: #FFF;
}

#block-ul li a.zoom-block-link:hover .khp-rounded-btn {
	background: #2980C5;
}

#block-ul li a.zoom-block-link .khp-rounded-btn:hover {
	background: #AAA;
}

#block-ul li a.zoom-block-link:hover img.block-abs-img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
   	transform: scale(1.2);
}

#block-ul li a.zoom-block-link:hover .dark-cover {
	background: rgba(0, 0, 0, .75);
}

#khp-custom-footer {
	width: 100%;
	height: auto;
	background: #000;
	display: block;
	float: left;
	position: relative;
}

.khp-footer-ul {
	width: 90%;
	height: auto;
	margin: 5%;
	float: left;
	padding: 0;
	list-style: none;
	color: #999;
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 160%;
}

.khp-footer-text {
	color: #999;
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 160%;
}

.khp-footer-base-divider {
	width: 90%;
	height: auto;
	margin: 0 5% 3% 5%;
	display: block;
	border-top: 1px solid #999;
	float: left;
	padding-top: 10px;
}

.khp-white-link {
	color: #FFF;
	text-decoration: none;
}

.khp-white-link:hover {
	color: #9E1D33;
	text-decoration: underline;
}

.khp-grey-link {
	color: #999;
	text-decoration: none;
}

.khp-grey-link:hover {
	color: #FFF;
	text-decoration: underline;
}

.khp-footer-text .khp-grey-link {
	color: #9E1B34;
	text-decoration: none;
}

.khp-footer-text .khp-grey-link:hover {
	color: #FFF;
	text-decoration: underline;
}

.khp-footer-ul li {
	display: inline-block;
	float: left;
	margin: 0;
}

.khp-footer-li-left {
	width: 45%;
}

.khp-footer-li-center, .khp-footer-li-right {
	width: 27.5%;
}

.khp-footer-li-center a {
	color: #9E1D33;
	text-decoration: none;
}

.khp-footer-li-right a {
	color: #267FCB;
	text-decoration: none;
	word-wrap: break-word;
}

.khp-footer-li-center a:hover, .khp-footer-li-right a:hover {
	color: #FFF;
	text-decoration: underline;
}

.khp-footer-header {
	letter-spacing: 1px;
}

.khp-footer-divider {
	width: 10%;
	height: 1px;
	background: #999;
	display: block;
	margin: 15px auto 15px 0;
}

.khp-footer-padding {
	padding: 0 20px;
}

.khp-temple-link {
	width: 135px;
	height: 40px;
	background: url(images/temple-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

.khp-brookings-link-footer {
	width: 156px;
	height: 40px;
	background: url(images/brookings-logo-footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
}

.khp-temple-link:hover, .khp-brookings-link-footer:hover {
	background-position: 0 -40px;
}

body.home .site-inner {
	height: 0;
	display: none;
}

.site-footer {
	height: 0;
	display: none;
}





/* ------------------------------------------
## Sidebar
--------------------------------------------- */

.content .entry {
	border-left: 1px solid #CCC;
}

.page-template-page_links .content .entry {
	border: none !important;
	margin-top: 125px;
	color: #FFF;
	background: transparent;
	float: left;
}

.page-template-page_links h5 a, .page-template-page_links a h5 {
	margin-bottom: 15px;
}

.page-template-page_links h5 a:hover, .page-template-page_links a:hover h5 {
	border: 1px solid #FFF;
	color: #FFF;
}

.page-template-page_links {
	background: url(images/links-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.sidebar .widget {
	padding: 40px 0 40px 40px;
}

.sidebar li {
	border-bottom: none !important;
}

.khp-sidebar-hide {
	display: none;
}

.khp-page-submenu {
	width: 95%;
	margin: 0;
	display: block;
	padding: 0;
	list-style: none;
	float: left;
}

.khp-page-submenu li.sub-header, div.sub-header {
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	padding: 5px 0;
	font-weight: 500;
	float: left;
	display: block;
	max-width: 100%;
}

div.sub-header { 
	float: none;
	display: block;
	clear: both;
}

.khp-page-submenu .sub-menu-arrow, .khp-page-submenu .sub-menu-tweet {
	letter-spacing: 0px;
	font-size: 15px;
	color: #000;
	width: 90%;
	min-height: 25px;
	line-height: 24px;
	//margin: 10px auto -5px 10%;
	margin: 10px auto -5px 5%;
	display: block;
	float: left;
	font-weight: 300;
	padding-left: 30px;
	padding-top: 2.5px;
	text-decoration: none;
	position: relative;
	word-wrap: break-word;
	white-space: normal;
}

.khp-page-submenu .sub-menu-arrow.khp-blue-arrow {
	color: #2B81C0;
}

.khp-page-submenu .sub-menu-arrow.khp-green-arrow {
	color: #2d7061;
}

.khp-page-submenu .sub-menu-arrow.khp-blue-arrow .arrow-icon {
	background: url(images/blue-arrow.png);
	background-repeat:  no-repeat;
	background-size: 30px 50px;
	background-position: 0 0;
}

.khp-page-submenu .sub-menu-arrow.khp-green-arrow .arrow-icon {
	background: url(images/green-arrow.png);
	background-repeat:  no-repeat;
	background-size: 30px 50px;
	background-position: 0 0;
}

.khp-page-submenu .sub-menu-arrow {
	color: #9E1D33;
}

.khp-page-submenu .sub-menu-tweet {
	margin-bottom: 15px;
}

.khp-page-submenu .sub-menu-tweet a {
	color: #2B81C0;
	text-decoration: none;
	font-weight: 300;
}

.khp-page-submenu .sub-menu-tweet a:hover {
	text-decoration: underline;
}

.khp-page-submenu .sub-menu-arrow .arrow-icon {
	width: 30px;
	height: 25px;
	background: url(images/red-arrow.png);
	background-repeat:  no-repeat;
	background-size: 30px 50px;
	background-position: 0 0;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -5px;
	display: block;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.khp-page-submenu .sub-menu-tweet .twitter-icon {
	width: 30px;
	height: 28px;
	background: url(images/sidebar-twitter-icon.png);
	background-repeat:  no-repeat;
	background-size: 30px 28px;
	background-position: 0 0;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	top: 0;
	left: -5px;
	display: block;
}

.khp-page-submenu .sub-menu-arrow:hover {
	color: #000;
}

.khp-page-submenu .sub-menu-arrow:hover .arrow-icon {
	background-position: 0 100%;
}

.khp-page-submenu .sidebar-divider {
	width: 100%;
	height: 1px;
	background: url(images/sidebar-divider.png);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	display: block;
	float: left;
	position: relative;
	margin: 30px 0;
}

.khp-page-submenu li.sub-level-1 {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

.khp-page-submenu li.sub-level-1 a {
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	font-size: 18px;
	color: #999;
	text-decoration: none;
	padding: 5px 0;
	font-weight: 500;
	float: left;
	display: block;
	text-transform: uppercase;
}

.khp-anchor-link .arrow-icon {
	margin-top: 4px;
	display: none !important;
}

.khp-anchor-link:hover .arrow-icon {
	background-position: 0 0;	
}

.khp-page-submenu li.sub-level-1 a.active-link {
	color: #9E1D33 !important;
	padding-left: 30px;
}

.khp-page-submenu li.sub-level-1 a.active-link .arrow-icon {
	display: block !important;
}

.khp-page-submenu li.sub-level-1 a:hover {
	color: #9E1D33;
}

#khp-sticky-sidebar-wrap {
	width: 100%;
	height: 5px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}

#khp-sticky-sidebar-wrap .khp-page-submenu {
	margin-top: 70px;
}

.khp-page-section h2 {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 30px;
}

.khp-page-section {
	margin-bottom: 150px;
	clear: both;
	float: left;
}





/* ------------------------------------------
## News Page
--------------------------------------------- */

.page-template-page_news .site-header,
.page-template-page_publications .site-header,
.page-template-page_nobanner .site-header {
	min-height: 140px;
	height: 140px;
	display: block;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition:    all .3s ease-in-out !important;
	-ms-transition:     all .3s ease-in-out !important;
	-o-transition:      all .3s ease-in-out !important;
	transition:         all .3s ease-in-out !important;
}

.page-template-page_news .site-header.shrink,
.page-template-page_publications .site-header.shrink,
.page-template-page_nobanner .site-header.shrink {
	min-height: 70px;
	height: 70px;
	display: block;
}

.page-template-page_news .entry-header,
.page-template-page_publications .entry-header {
	display: none;
}

.page-template-page_news .entry,
.page-template-page_publications .entry,
.page-template-page_nobanner .entry {
	padding: 40px 40px 40px 60px;
}

.page-template-page_news .centered-2-col li,
.page-template-page_publications .centered-2-col li,
.page-template-page_nobanner .centered-2-col li {
	margin-bottom: 65px;
}

.page-template-page_news .centered-2-col li:nth-of-type(2n+1),
.page-template-page_publications .centered-2-col li:nth-of-type(2n+1),
.page-template-page_nobanner .centered-2-col li:nth-of-type(2n+1) {
	clear: both;
}

.khp-sidebar-thumbs {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.page-template-page_news .khp-sidebar-thumbs,
.page-template-page_publications .khp-sidebar-thumbs {
	margin: 20px 0 0 0 !important;
}

.khp-sidebar-thumbs li {
	width: 46%;
	margin: 0 3% 0 1% !important;
	display: inline-block;
	float: left;
	position: relative;
}

.khp-sidebar-thumbs li:nth-of-type(2n+1) {
	clear: both;
}

.khp-sidebar-thumbs li a {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
}

.khp-sidebar-thumbs li .khp-video-img-wrap {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

.khp-sidebar-thumbs li a img.khp-rel-img {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
}

.khp-play-vid-icon {
	width: 100%;
	height: 100%;
	background: url(images/play-btn.png);
	background-repeat: no-repeat;
	background-size: 35px 35px;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	
}

.khp-sidebar-thumbs li a img.khp-abs-img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-ms-transition:     all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
   	transform: scale(1.0);	
}

.khp-sidebar-thumbs li a:hover img.khp-abs-img {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
   	transform: scale(1.25);	
}

.khp-sidebar-thumbs li a {
	font-size: 11px;
	letter-spacing: 0px;
	text-transform: uppercase;
	line-height: 11px;
}

.khp-sidebar-thumbs li a .khp-thumb-title {
	margin-top: 8px;
	margin-bottom: 14px;
	width: 100%;
	height: auto;
	float: left;
}

.page-template-page_news .sidebar-primary {
	float: right;
	width: 20%;
	margin-right: 4%;
}

.page-template-page_news .content {
	float: right;
	width: 76%;
}

.page-template-page_publications .content .entry,
.page-template-page_nobanner .content .entry {
	border-left: none;
}




/* ------------------------------------------
## Books Page
--------------------------------------------- */

#khp-book-zoom-wrap {
	width: 97%;
	height: auto;
	margin: 40px auto 80px 1.5%;
	display: block;
	float: left;
	min-height: 377px;
	position: relative;
	display: none;
}

#khp-book-zoom-preloader {
	background-color: #FFF;
	background-image: url(images/grey-loader-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

#khp-book-zoom-preloader.khp-hide {
	opacity: 0;
}

#khp-book-zoom-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
	display: none;
}

#khp-cover-large-wrap {
	width: 250px;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.35);
}

#khp-cover-zoom-container {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: auto;
}

#khp-cover-large-wrap .khp-rel-img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
}

#khp-book-zoom-details {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	padding-left: 320px;
}

.khp-book-zoom-title {
	font-family:'Proxima Nova A W07 Bold';
	font-weight: 500;
}

.khp-book-zoom-author {
	color: #555;
	font-weight: 100;
	font-size: 15px;
	margin-top: -8px;
}

.khp-book-zoom-publisher, .khp-book-zoom-isbn {
	color: #AAA;
	font-weight: 100;
	font-size: 15px;
	margin-top: -3px;
}

.khp-amazon-zoom-btn {
	background-color: #ff8323;
	padding: 15px 30px 15px 51px;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid #ff8323;
	background-image: url(images/amazon-icon.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 35px 35px;
}

.khp-amazon-zoom-btn:hover {
	color: #ffc191;
}

.khp-bn-zoom-btn {
	background-color: #58a263;
	padding: 15px 30px 15px 68px;
	color: #FFF;
	font-size: 15px;
	font-weight: 500;
	border-radius: 3px;
	border: 1px solid #58a263;
	background-image: url(images/bn-icon.jpg);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 45px 45px;
}

.khp-bn-zoom-btn:hover {
	color: #add1b2;
}

p.khp-buy-links {
	float: left;
	margin-top: 10px;
}

.khp-book-zoom-desc {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 20px;
}

.khp-book-data {
	display: none !important;
}

.khp_slider_button_red {
	color: rgba(255,255,255,1.00);
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0,0,0,0.75);
    border-color: rgba(0,0,0,1.00);
    border-style: solid;
    border-width: 0;
    border-radius: 3px 3px 3px 3px;
}




/* ------------------------------------------
## Page Banner
--------------------------------------------- */

.khp-page-title-wrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.khp-title-mask-container {
	position: absolute;
	top: 50%;
	left: 183px;
	display: block;
}

.khp-masked-wrap {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}

.khp-masked-wrap.khp-no-hide {
	position: relative;
	float: left;
	display: block;
	overflow: visible;
}

.khp-clear {
	clear: both;
}

.khp-page-title-large {
    white-space: normal;
    max-width: 562px;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    color: #FFF;
    //font-family: Raleway;
	font-family: 'Raleway', sans-serif;

	text-shadow: 1.5px 1.5px 1.5px rgba(0,0,0,0.3);
}

.khp-page-title-small {
    white-space: normal;
    max-width: 562px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #FFF;
	font-family:'Didot W01 Italic';
	padding-left: 5px;
	padding-bottom: 10px;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.khp-masked-text {
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.khp-masked-text.khp-show {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.khp-fly-left-text {
	-moz-transform: translateX(30%);
	-ms-transform: translateX(30%);
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
	opacity: 0;

	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition:    all 0.8s ease-in-out;
	-ms-transition:     all 0.8s ease-in-out;
	-o-transition:      all 0.8s ease-in-out;
	transition:         all 0.8s ease-in-out;
}

.khp-fly-left-text.khp-show {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}




/* ------------------------------------------
## Bio Custom
--------------------------------------------- */

.khp-alignleft {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	float: left;
	margin-right: 50px;
	margin-bottom: 30px;
}

.float-rounded-btn {
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	color: #FFF;
	background: #9E1D33;
	border-radius: 3px;
	padding: 12px 17px;
	text-decoration: none !important;
	font-size: 14px !important;
	border: 2px solid #9E1D33;
	margin-right: 10px;
	white-space: nowrap;
}

.float-rounded-btn:hover {
	color: #FFF;
	background: #CCC;
	border: 2px solid #CCC;
}

.float-rounded-btn.khp-inverse-btn:hover {
	color: #CCC;
	border: 2px solid #CCC;
}

.float-rounded-btn.khp-inverse-btn {
	color: #9E1D33;	
	background: transparent;
}

.bio-header {
	margin-top: 50px;
	font-weight: 500;
}

.page-template-page_sections .content a {
	text-decoration: underline;
}

.page-template-page_sections .content h5 a, .page-template-page_sections .content a h5, .announcements-ul h5 a,  .announcements-ul a h5, h5 a, a h5 {
	font-family: "proxima-nova","Proxima Nova","Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
	color: #FFF;
	background: #9E1D33;
	border-radius: 3px;
	padding: 12px 35px 12px 35px;
	text-decoration: none !important;
	font-size: 16px !important;
	border: 1px solid #9E1D33;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	clear: both;
	display: block;
}

h3 a {
	text-decoration: none !important;
	font-weight: 500;
	font-size: 25px;
}

h3 a:hover {
	text-decoration: underline !important;
}

.page-template-page_sections .content h5 a:hover, .page-template-page_sections .content a:hover h5, .announcements-ul h5 a:hover,  .announcements-ul a:hover h5, h5 a:hover, a:hover h5 {
	border: 1px solid #999;
	color: #999;
	background: transparent;
}

.page-template-page_nobanner .entry-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-size: 29px;
}

.zeus .tp-bullet {
	width: 10px !important;
	height: 10px !important;
	margin: 0 2px !important;
}

.khp_large_header_white {
	font-family:'Proxima N W01 At Reg' !important;
}

.khp_small_italic_white {
	font-family:'Didot W01 Italic' !important;
	font-style: normal !important;
}

.khp_slider_button_red {
	font-family:'Proxima N W01 At Reg' !important;
}

.NotGeneric-Title, .khp-page-title-large {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 700 !important;
}

.khp_slider_p, .khp_slider_medium {
	font-family:'Proxima N W01 At Reg' !important;
}



#khp-menu-icon {
	width: 34px;
	height: 34px;
	overflow: hidden;
	background: url(images/menu-icon.png);
	background-size: 34px 68px;
	background-position: 0 0;
	display: block;
	position: absolute;
	top: 12px;
	right: 20px;
	cursor: pointer;
	display: none;
}

#khp-menu-icon.khp-open-menu {
	background-position: 0 -34px;
}



#khp-mobile-slider {
	width: 100%;
	height: auto;
	float: left;
	display: block;
	position: relative;
	display: none;
	background: #000;
	overflow: hidden;
}

.mobile-slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
}

#khp-mobile-slider-content {
	width: 60%;
	height: auto;
	float: left;
	display: block;
	padding: 60px 0 50px 0;
	margin: 0 0 0 10%;
	position: relative;
}

#khp-mobile-slider .khp-page-title-large {
	font-size: 34px;
	line-height: 34px;
	max-width: none;
	//margin-top: -5px;
}

.page-template-page_links-php .khp-page-title-large {
	line-height: 120%;
}

#khp-mobile-slider .khp-page-title-small {
	font-size: 14px;
	line-height: 14px;
}

#khp-mobile-slider .khp-spacer-small {
	height: 12px;
}

.khp-float-left-img {
	float: left;
	display: inline-block;
	margin-right: 25px;
}

#khp-mobile-slider-content p {
	font-size: 15px;
	line-height: 140%;
}

.khp-page-submenu .sub-menu-arrow.khp-invited-papers-link {
	margin-bottom: 50px;
	float: left;
	display: block;
}




/* # Slider Defaults
---------------------------------------------------------------------------------------------------- */

.uranus.tparrows:before {
	font-size: 40px !important;
}

.tp-leftarrow {
	transform: matrix(1, 0, 0, 1, 30, -25) !important;
}

.tp-rightarrow {
	transform: matrix(1, 0, 0, 1, -80, -25) !important;
}

.tp-caption.khp_large_header_white, .khp_large_header_white {
	font-size: 59px !important;
	line-height: 50px !important;
}

.tp-caption.khp_small_italic_white, .khp_small_italic_white {
	font-size: 23px !important;
}

.tp-caption.khp_slider_p, .khp_slider_p {
	font-size: 16px !important;
	line-height: 28px !important;
}

.tp-caption.khp_slider_button_red, .khp_slider_button_red {
	font-size: 16px !important;
	line-height: 17px !important;
	padding: 12px 35px !important
}

#khp-home-blog .khp-dark-cover {
	display: none;
}

.khp-book-mobile-link {
	display: none;
}

.khp-data-inv {
	display: none !important;
}

.tp-caption a {
	color: #9E1B34 !important;
	text-decoration: none !important;
}

.tp-caption a:hover {
	color: #FFF !important;
	text-decoration: underline !important;
}

.alignnone {
	width: auto !important;
	max-width: 100% !important;
}



/* # Media Queries 2
---------------------------------------------------------------------------------------------------- */


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

	#khp-custom-header .menu-primary-container .menu li a {
		letter-spacing: 0px !important;
	}
	
}


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

	#khp-custom-header, .site-header.shrink #khp-custom-header {
		height: auto;
	}

	#khp-nav-wrap, .site-header.shrink #khp-nav-wrap {
		width: 100%;
		float: left;
		display: block;
		height: auto !important;
		//margin-bottom: 5px;
	}

	#khp-custom-header .menu-primary-container, .site-header.shrink #khp-custom-header .menu-primary-container {
		height: auto !important;
		float: left;
		margin-left: 15px;
		display: block;
	}

	#khp-custom-header .menu-primary-container .menu, .site-header.shrink #khp-custom-header .menu-primary-container .menu {
		height: auto !important;
		display: block;
		float: left;
	}

	#khp-custom-header .menu-primary-container .menu li {
		height: 50px;
	}

	#khp-custom-header .menu-primary-container .menu li a {
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}

	#khp-header-logo {
		margin: 25px 25px -8px 25px;
	}

	.site-header.shrink #khp-header-logo {
		margin: -27px 25px 0 25px;
	}

	.khp-header-right {
		top: -22px;
	}

	.site-header.shrink #khp-custom-header .menu-primary-container .menu li {
		height: 30px;
	}

	.site-header.shrink #khp-custom-header .menu-primary-container .menu li a {
		height: 30px;
		line-height: 30px;
	}

	#khp-custom-header .menu-primary-container .sub-menu {
		top: 50px;
	}
	
}


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

	.uranus.tparrows:before {
		font-size: 30px !important;
	}

	.tp-leftarrow {
		transform: matrix(1, 0, 0, 1, 20, -25) !important;
	}

	.tp-rightarrow {
		transform: matrix(1, 0, 0, 1, -70, -25) !important;
	}

	.tp-caption.khp_large_header_white, .khp_large_header_white {
		font-size: 50px !important;
		line-height: 50px !important;
	}

	.tp-caption.khp_small_italic_white, .khp_small_italic_white {
		font-size: 19px !important;
	}

	.tp-caption.khp_slider_p, .khp_slider_p {
		font-size: 15px !important;
		line-height: 25px !important;
		min-width: 700px !important;
	}

	.tp-caption.khp_slider_button_red, .khp_slider_button_red, .page-template-page_sections .content h5 a, .page-template-page_sections .content a h5, .announcements-ul h5 a,  .announcements-ul a h5, h5 a, a h5, .khp-standard-box-btn, .float-rounded-btn {
		font-size: 15px !important;
		line-height: 15px !important;
		padding: 9px 15px !important
	}

	.khp-announcement-text h5 {
		margin-top: -15px;
	}

	#khp-home-books-ul {
    	width: 90%;
    	margin: 40px 5% 60px 5%;
	}



}




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

	.content {
		width: 70%;
	}

	.sidebar-primary {
		width: 30%;
	}

}








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

	.page-template-page_news .site-inner, .page-template-page_publications .site-inner {
		padding-top: 0;
	}

	.page-template-page_publications .entry {
		padding-top: 0;
	}

	.page-template-page_news .entry {
		padding: 0 40px 40px 60px;
	}

	.page-template-page_news .sidebar .widget {
		padding: 0 0 40px 40px;
	}

	#khp-custom-header, .site-header.shrink #khp-custom-header {
		height: auto;
	}

	#khp-nav-wrap, .site-header.shrink #khp-nav-wrap {
		width: 100%;
		float: left;
		display: block;
		height: auto !important;
		//margin-bottom: 5px;
	}

	#khp-custom-header .menu-primary-container, .site-header.shrink #khp-custom-header .menu-primary-container {
		height: auto !important;
		float: left;
		margin-left: 15px;
		display: block;
	}

	#khp-custom-header .menu-primary-container .menu, .site-header.shrink #khp-custom-header .menu-primary-container .menu {
		height: auto !important;
		display: block;
		float: left;
	}

	#khp-custom-header .menu-primary-container .menu li {
		height: 50px;
	}

	#khp-custom-header .menu-primary-container .menu li a {
		height: 50px;
		line-height: 50px;
		padding: 0 10px;
	}

	#khp-header-logo {
		margin: 25px 25px -8px 25px;
	}

	.site-header.shrink #khp-header-logo {
		margin: -27px 25px 0 25px;
	}

	.khp-header-right {
		top: -22px;
	}

	.site-header.shrink #khp-custom-header .menu-primary-container .menu li {
		height: 30px;
	}

	.site-header.shrink #khp-custom-header .menu-primary-container .menu li a {
		height: 30px;
		line-height: 30px;
	}

	#khp-custom-header .menu-primary-container .sub-menu {
		top: 50px;
	}

	h1.khp-large-h1 {
		font-size: 55px;
	}

	.khp-buy-section .khp-mini-text.khp-tag-text {
		text-align: center;
		display: block;
		float: none;
	}

	.khp-buy-section .khp-float-right-el {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
	}

	.khp-buy-section .khp-float-right-el a {
		display: inline-block;
		float: none;
	}

	.khp-buy-section {
		height: auto;
	}

	h2.khp-footer-block-title {
		font-size: 30px;
	}

	.khp-didot.khp-large-text {
		font-size: 20px;
	}

	.khp-title-mask-container {
		left: 100px;
	}

	.khp-alignleft {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		float: left;
		margin-right: 50px;
		margin-bottom: 30px;
	}

	.page-template-page_links {
		background: url(images/tablet/links-bg.jpg);
	}


}




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

	.announcements-ul li .khp-img-zoom-wrap {
		width: 38%;
	}

	.khp-announcement-text {
		width: 59%;
	}

	.centered-3-col li p, .centered-2-col li p, .announcements-ul li p {
		line-height: 140%;
	}

	h1.khp-large-h1 {
		font-size: 52px;
	}

	h1 {
		font-size: 25px;
	}

	.khp-twitter-profile-pic {
		width: 70px;
    	height: 70px;
    	border-radius: 50%;
    	margin: 40px auto 0 auto;
		border: 2px solid #FFF;
	}

	.khp-latest-tweet {
		font-size: 24px;
		line-height: 155%;
	}

	.khp-parallax-bg {
		background-attachment: scroll;
		background-position: 0 0 !important;
	}

	.khp-parallax-bg .khp-standard-padding {
		padding: 50px 50px 0 50px;
	}

	#khp-home-news .khp-standard-padding {
		padding: 50px;
	}

	#khp-home-news .khp-spacer-medium {
		height: 20px;
	}

	#khp-home-books .khp-standard-vertical-padding {
		padding: 60px 0;
	}

	#khp-home-blog.khp-parallax-bg {
		background-attachment: scroll;
		background-position: 70% top !important;
	}

	.khp-footer-li-left {
		width: 20%;
	}

	.khp-footer-ul li.khp-footer-li-center {
		width: 35%;
		margin-left: 5%;
	}

	.khp-footer-li-right {
		width: 40%;
	}

	.khp-footer-li-center a {
		color: #9E1D33;
		text-decoration: none;
	}

	.khp-footer-li-right a {
		color: #267FCB;
		text-decoration: none;
		word-wrap: break-word;
	}

	.khp-temple-link {
		max-width: 100%;
		background-size: 100% 200%;
	}

	.khp-brookings-link-footer {
		max-width: 100%;
		background-size: 100% 200%;
	}

	.khp-sidebar-thumbs li {
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}

	h4 {
		font-size: 17px;
	}

	.page-template-page_news h4 {
		margin-bottom: 0;
	}

	.centered-2-col li .khp-didot {
		margin: 0;
	}

	.centered-2-col .khp-break {
		margin-top: -20px;
	}

	.page-template-page_news .entry {
		padding: 0 30px 20px 30px;
	}

	.page-template-page_news .sidebar .widget {
		padding: 0 0 20px 20px;
	}

	.page-template-page_news .sidebar-primary {
		margin-right: 2%;
	}

	h2.khp-footer-block-title {
		font-size: 28px;
	}

	.khp-didot.khp-large-text {
		font-size: 18px;
	}

	.khp-title-mask-container {
		left: 80px;
	}

	.khp-page-title-large {
		font-size: 60px;
	}

	.page-template-page_links p, .entry-header {
		max-width: 70%;
	}

	.page-template-page_links .content .entry {
		margin-top: 50px;
	}

	.page-template-page_links h5 a, .page-template-page_links a h5 {
		margin-bottom: 8px;
	}

	.page-template-page_publications .site-inner {
		padding-top: 0;
	}

	.page-template-page_publications .entry {
		padding-top: 0;
	}


}




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

	.khp-footer-text {
		font-weight: 500;
	}

	.khp-parallax-bg .khp-standard-padding {
		padding: 40px 40px 0 40px;
	}

	.khp-page-slider {
		margin-top: 59px;
	}

	#khp-nav-wrap, .site-header.shrink #khp-nav-wrap {
		display: none;
		position: absolute;
		top: 59px;
		left: 0;
		width: 100%;
		height: auto;
		background: #252525;
	}

	#khp-nav-wrap.khp-open-menu, .site-header.shrink #khp-nav-wrap.khp-open-menu {
		display: block;
	}

	#khp-custom-header .menu-primary-container, .site-header.shrink #khp-custom-header .menu-primary-container {
		width: 100%;
		float: left;
		display: block;
		margin-left: 0;
		height: auto;
	}

	#khp-custom-header .menu-primary-container .menu, .site-header.shrink #khp-custom-header .menu-primary-container .menu {
		width: 100%;
		float: left;
		display: block;
		margin: 4px 0 0 0;
		height: auto;
	}

	#khp-custom-header .menu-primary-container .menu li, .site-header.shrink #khp-custom-header .menu-primary-container .menu li {
		width: 100%;
		display: block;
		float: left;
		height: 50px;
	}

	#khp-custom-header .menu-primary-container .menu li.menu-item-has-children, .site-header.shrink #khp-custom-header .menu-primary-container .menu li.menu-item-has-children {
		height: auto;
	}

	#khp-custom-header .menu-primary-container .menu li a, .site-header.shrink #khp-custom-header .menu-primary-container .menu li a {
		width: 100%;
		display: block;
		float: left;
		height: 50px;
		line-height: 50px;
		text-align: center;
		border-bottom: 1px solid #444;
	}

	#khp-custom-header .menu-primary-container .sub-menu {
		display: none;
		left: auto;
		opacity: 1;
		width: 100% !important;
		height: auto;
		position: relative;
		top: auto;
		float: left;
	}

	#khp-custom-header .menu-primary-container .menu li:hover .sub-menu {
		display: block;
	}

	#khp-custom-header .menu-primary-container .menu li.menu-item-has-children:hover a {
		color: #555;
		background: #222;
	}

	#khp-custom-header .menu-primary-container .menu li.menu-item-has-children:hover .sub-menu li a {
		color: #FFF;
		background: #9E1D33;
	}

	#khp-custom-header .menu-primary-container .sub-menu li {
		opacity: 1;	
		position: relative;
		float: left;
		display: block;
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.khp-header-right, .site-header.shrink .khp-header-right {
		display: none;
	}

	#khp-custom-header, .site-header.shrink #khp-custom-header {
		border-bottom: none;
	}

	#khp-header-logo, .site-header.shrink #khp-header-logo {
		margin: 15px 20px;
		height: 28px;
		width: auto;
	}

	.page-template-page_news #khp-header-logo img.khp-logo-light, .page-template-page_publications #khp-header-logo img.khp-logo-light { 
		opacity: 1;
	}

	.page-template-page_news #khp-header-logo img.khp-logo-dark, .page-template-page_publications #khp-header-logo img.khp-logo-dark { 
		opacity: 0;
	}

	#khp-custom-header, .site-header.shrink #khp-custom-header {
		background: #000;
		border-bottom: 1px solid rgba(214, 214, 214, .3);
	}

	#khp-menu-icon {
		display: block;
	}

	#khp-mobile-slider {
		display: block;
	}

	#khp-desktop-slider {
		display: none;
	}

	.tp-caption.khp_slider_button_red, .khp_slider_button_red, .page-template-page_sections .content h5 a, .page-template-page_sections .content a h5, .announcements-ul h5 a,  .announcements-ul a h5, h5 a, a h5, .khp-standard-box-btn, .float-rounded-btn {
		font-size: 14px !important;
		line-height: 14px !important;
		padding: 7px 12px !important
	}

	.khp-standard-small-vertical-padding {
		padding: 25px 0;
	}

	#khp-mobile-slider .khp-standard-small-vertical-padding {
		padding: 12px 0 25px 0;
	}

	#khp-mobile-slider .khp-float-left-img {
		margin-bottom: 13px;
	}

	p {
		margin: 0 0 20px;
	}

	h4 {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.khp-twitter-profile-pic {
		margin-top: 20px;
	}

	h1 {
		font-size: 21px;
	}

	.khp-five-column-ul li {
		width: 33.3333%;
		margin-bottom: 50px;
	}

	.khp-five-column-ul li:nth-child(3n+1) {
		clear: left;
	}

	.khp-five-column-ul li:nth-child(2n+1) {
		clear: none;
	}

	#khp-pubs-btns {
		margin-top: -50px;
	}

	#khp-home-blog .khp-circle-container {
		display: none;
	}

	#khp-home-blog .khp-35-width.khp-cheat-left {
		margin: 0 auto 0 5%;
		width: 47%;
	}

	.khp-large-thin {
    	font-size: 25px;
    	line-height: 25px;
	}

	.khp-med-text {
		font-size: 18px;
		line-height: 135%;
	}

	#khp-home-blog .khp-dark-cover {
		display: block;
	}

	h4 {
		font-size: 15px;
	}

	.centered-2-col li .khp-didot.khp-small-text {
		font-size: 13px;
	}

	.centered-2-col .khp-break {
		margin-top: -20px;
	}

	.page-template-page_news .entry {
		padding: 0 30px 20px 30px;
	}

	.page-template-page_news .sidebar .widget {
		padding: 0 0 20px 20px;
	}

	.page-template-page_news .sidebar-primary {
		margin-right: 2%;
	}

	.page-template-page_news .site-header, .page-template-page_publications .site-header, .page-template-page_nobanner .site-header {
		min-height: 90px;
    	height: 90px;
	}

	.khp-page-submenu .sub-menu-arrow .arrow-icon {
		display: none;
	}

	.khp-page-submenu .sub-menu-arrow, .khp-page-submenu .sub-menu-tweet {
		margin-left: 0;
		padding-left: 0;
		font-size: 13px;
		line-height: 115%;
	}

	h2.khp-footer-block-title {
		font-size: 26px;
	}

	.khp-didot.khp-large-text {
		font-size: 15px;
	}

	.khp-title-mask-container {
		left: 70px;
		top: 40%;
	}

	.khp-page-title-large, #khp-mobile-slider .khp-page-title-large {
		font-size: 50px;
		line-height: 110%;
	}

	.khp-page-title-small {
    	font-size: 20px;
    	line-height: 20px;
		margin-top: -3px;
	}

	.content {
		width: 100%;
	}

	.sidebar-primary {
		width: 0;
		display: none;
	}

	.page-template-page_news .sidebar-primary {
		width: 20%;
		display: block;
	}

	.page-template-page_links {
		background: url(images/phone/links-bg.jpg);
	}



}




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

	.khp-parallax-bg .khp-standard-padding {
		padding: 35px 35px 0 35px;
	}

	h1.khp-large-h1 {
		font-size: 45px;
	}

	.khp-latest-tweet {
		font-size: 21px;
		line-height: 155%;
	}

	#khp-home-twitter .khp-spacer-small {
		height: 10px;
	}

	h4 {
		font-size: 15px;
		margin-bottom: 0;
	}

	h1 {
		font-size: 19px;
	}

	#khp-home-books-ul {
		margin-top: 15px;
	}

	.khp-footer-li-left {
		display: none;
		width: 0;
	}

	.khp-footer-ul li.khp-footer-li-center {
		width: 50%;
		margin-left: 0;
	}

	.khp-footer-li-right {
		width: 50%;
	}

	.khp-title-mask-container {
		left: 65px;
		top: 35%;
	}

	.khp-page-title-large {
		font-size: 45px;
	}

	#khp-mobile-slider .khp-page-title-large {
		font-size: 30px;
	}

	.khp-page-title-small {
    	font-size: 18px;
    	line-height: 18px;
		margin-top: 0;
	}

	.khp-scroll-hide.khp-hide-right {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.mobile-slide-bg {	
		width: 110%;
		max-width: 110%;
		top: 0;
		right: -5%;
		left: auto;
	}

	.khp-book-mobile-link {
		display: block;
		margin-bottom: 7px;
	}

	.khp-book-mobile-hide {
		display: none;
	}

}




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

	.khp-parallax-bg .khp-standard-padding {
		padding: 25px 25px 0 25px;
	}

	.announcements-ul li .khp-img-zoom-wrap {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
		margin-bottom: 15px;
	}

	.khp-announcement-text {
		width: 95%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	h1.khp-large-h1 {
		font-size: 40px;
	}

	#khp-home-twitter .khp-75-width {
		width: 100%;
		margin: 0;
	}

	.khp-twitter-profile-pic {
		width: 60px;
		height: 60px;
		margin-top: -20px;
	}

	.khp-latest-tweet {
		font-size: 17px;
		line-height: 155%;
	}

	.centered-2-col li {
		width: 100%;
    	margin: 0;
    	display: block;
	}

	#block-ul {
		display: none;
	}

	.khp-title-mask-container {
		left: 50px;
		top: 32%;
	}

	.khp-page-title-large {
		font-size: 30px;
	}

	#khp-mobile-slider .khp-page-title-large {
		font-size: 28px;
	}

	.khp-page-title-small {
    	font-size: 16px;
    	line-height: 16px;
	}

	.float-rounded-btn {
		display: block;
		margin-bottom: 5px;
		text-align: center;
	}

	.page-template-page_biography-php .khp-alignleft {
		float: none;
		display: block;	
		margin: -30px auto 20px auto;
	}

	.bio-header {
		margin-top: 30px;
		text-align: center;
	}

	.mobile-slide-bg {	
		width: 120%;
		max-width: 120%;
		top: 0;
		right: -8%;
		left: auto;
	}

	.khp-latest-tweet {
		padding-left: 0;
		background-image: none;
		background: transparent;
	}

	.entry, .page-template-page_publications .entry {
		padding: 15px 30px;
	}

	.khp-alignleft {
		width: 80px;
		height: 80px;
		
	}

}




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

	#khp-mobile-slider .khp-float-left-img {
		height: 25px;
		width: auto;
	}

	#khp-home-announcements .khp-small-vertical-padding {
		padding: 0;
	}

	h1.khp-large-h1 {
		font-size: 30px;
	}

	.khp-latest-tweet {
		font-size: 16px;
		line-height: 145%;
	}

	.centered-3-col li {
		width: 100%;
		margin: 55px 0 0 0;
	}

	.centered-3-col li:nth-child(1) {
		margin: 0;
	}

	.khp-five-column-ul li {
		width: 50%;
		margin-bottom: 50px;
	}

	.khp-five-column-ul li:nth-child(2n+1) {
		clear: left;
	}

	.khp-five-column-ul li:nth-child(3n+1) {
		clear: none;
	}

	#khp-pubs-btns {
		margin-top: -50px;
	}

	.khp-line-break {
		clear: both;
	}

	#khp-pubs-btns a {
		text-align: center;
		float: none;
	}

	#khp-home-blog {
		background: #ECEBE4;
		background-image: none !important;
	}

	#khp-home-blog .khp-large-vertical-padding {
		padding: 70px 0;
	}

	#khp-home-blog .khp-35-width.khp-cheat-left {
		margin: 0 10%;
		width: 80%;
	}

	.khp-title-mask-container {
		left: 45px;
		top: 29%;
	}

	.khp-page-title-large {
		font-size: 25px;
	}

	#khp-mobile-slider .khp-page-title-large {
		font-size: 23px;
	}

	.khp-page-title-small {
    	font-size: 14px;
    	line-height: 14px;
		letter-spacing: 0;
	}

	.khp-awards-link {
		background: transparent !important;
		border: none !important;
		color: #9E1B34 !important;
		text-decoration: underline !important;
	}

	.button_dark-hover.khp-awards-link:hover {
		background: transparent !important;
		border: none !important;
		color: #9E1B34 !important;
		text-decoration: underline !important;
	}

	.mobile-slide-bg {	
		width: 140%;
		max-width: 140%;
		top: 0;
		right: -10%;
		left: auto;
	}

	body {
		font-size: 14px;
	}

	.page-template-page_publications .khp-standard-box-btn {
		background: transparent;
		border: none;
		color: #9E1D33;
		text-decoration: underline;
		float: left;
		text-align: left;
		padding: 0 !important;
	}


}




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

	.mobile-slide-bg {	
		width: 150%;
		max-width: 150%;
		top: 0;
		right: -12%;
		left: auto;
	}

	h1.khp-large-h1 {
		font-size: 28px;
	}

	.khp-footer-ul li.khp-footer-li-center {
		width: 100%;
		margin-left: 0;
		float: left;
		display: block;
	}

	.khp-footer-ul li.khp-footer-li-right {
		width: 100%;
		margin-top: 40px;
		float: left;
		display: block;
	}

	.khp-footer-header {
		color: #FFF;
	}

	.khp-footer-ul {
		margin: 10% 5%;
	}

	.khp-footer-base-divider .khp-footer-text {
		font-size: 11px;
	}

	.khp-sidebar-thumbs li a {
    	font-size: 10px;
		margin-bottom: 5px;
	}	

	.khp-page-submenu li.sub-header, div.sub-header {
		font-size: 15px;
		line-height: 115%;
	}

	.page-template-page_news .sidebar-primary {
		width: 28%;
	}

	.page-template-page_news .content {
		width: 68%;
	}

	.khp-title-mask-container {
		left: 32px;
		top: 27%;
	}

	.khp-page-title-large, #khp-mobile-slider {
		font-size: 24px;
	}

	#khp-mobile-slider .khp-page-title-large {
		font-size: 23px;
	}

	.khp-page-title-small {
    	font-size: 13px;
    	line-height: 13px;
	}

	.page-template-page_links {
		background-position: 80% top;
	}

}




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

	#khp-mobile-slider .khp-float-left-img {
		height: 20px;
		width: auto;
	}

	h1.khp-large-h1 {
		font-size: 23px;
	}

	.mobile-slide-bg {	
		width: 175%;
		max-width: 175%;
		top: 0;
		right: -16%;
		left: auto;
	}

	.entry, .page-template-page_publications .entry {
		padding: 12px 24px;
	}

	.page-template-page_links {
		background-image: none;
		background-color: #222;
	}

}




