/*!
Theme Name: Urban Democracy Lab
Theme URI: http://underscores.me/
Author: e. james ford
Author URI: http://web.ejimford.com
Description: Redux of the UDL Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: udlv3
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Urban Democracy Lab is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Practice';
    src: url('fonts/Practice-Regular.woff2') format('woff2'),
        url('fonts/Practice-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Practice';
    src: url('fonts/Practice-Bold.woff2') format('woff2'),
        url('fonts/Practice-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


body,
button,
input,
select,
optgroup,
textarea {
	color: #000000;
	font-family: 'Georgia','Times',serif,serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.box {
    border: 3px solid #000;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.box-text {
    padding: 10px;
    border: 3px solid #000;
}

.clear {
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}


.more-link {
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    border-bottom: none !important;
}



/*--------------------------------------------------------------
# Header Area
--------------------------------------------------------------*/
.school-masthead {
    background-color: #57068c;
    color: #fff;
    height: 60px;
}

.site-masthead, .school-masthead-inner {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 0px auto;
    position: relative;
}

.site-branding {
    float: left;
}

.site-title a {
    text-decoration: none;
    font-size: 1.5rem;
}

.site-title a:hover {
    text-decoration: underline;
    border-bottom: none;
    color: #000;
}

.site-title a .box {
    margin-right: 10px;
}


.menu-button {
    float: right;
    margin: 0.67em 0;    
}

.menu-button:hover, .menu-button:focus {
    text-decoration: none;
    border-bottom: none;
}
.menu-bar {
    width: 110px;
    height: 28px;
    background: #000;
    display: block;
    margin-bottom: .5rem;
    text-indent: -9999999px;
}

@media only screen and (min-width: 576px) {
	.site-masthead, .school-masthead-inner {
        max-width: 540px;
	}
}

@media only screen and (min-width : 768px) {
	.site-masthead, .school-masthead-inner {
        max-width: 720px;
	}
}

@media only screen and (min-width : 992px) {
	.site-masthead, .school-masthead-inner {
        max-width: 960px;
	}
}


@media only screen and (min-width : 1200px) {
	.site-masthead, .school-masthead-inner {
        max-width: 1140px;
	}
}


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

#content {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 0px auto;
}
#primary {
}
#secondary {
    display: none;
}


@media only screen and (min-width: 576px) {
	#content {
        max-width: 540px;
	}
	#primary {
	}
	#secondary {
	}
}

@media only screen and (min-width : 768px) {
	#content {
        max-width: 720px;
	}
	#primary {
	}
	#secondary {
	}
}

@media only screen and (min-width : 992px) {
	#content {
        max-width: 960px;
	}
	#primary {
	}
	#secondary {
	}

}


@media only screen and (min-width : 1200px) {
	#content {
        max-width: 1140px;
	}
	#primary {
	}
	#secondary {
	}

}

/*--------------------------------------------------------------
# Footer Area
--------------------------------------------------------------*/
.site-footer .site-info {
    width: 100%;
    padding: 0px 15px;
    margin: 0px auto 50px auto;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
}

.site-footer h2 {
    font-size: 1.25em;
}

.site-footer ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 1.15em;
}

.site-footer ul.menu a {
    text-decoration: none;
    border-bottom: none !important;
}


.site-footer .social {
    width: 18px;
    height: auto;
    text-align: center;
    display: inline-block;
    border-bottom: none !important;
    margin-right: 10px;
}

.copyright {
    font-size: 1.25em;
}


.edit-link {
    position: fixed;
    bottom: 5px;
    right: 0px;
    display: block;
    width: 100px;
    text-align: center;
    background-color: #fff;
    opacity: 0.8;
    z-index: 400;
}
.edit-link a {
    display: block;
    text-decoration: none;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid #000;
    padding: 5px 0px;
}

@media only screen and (min-width: 576px) {
	.site-footer .site-info {
        max-width: 540px;
	}
}

@media only screen and (min-width : 768px) {
	.site-footer .site-info {
        max-width: 720px;
	}
    .site-footer .widget {
        width: 33%;
        padding: 0px 10px;
        float: left;
    }
}

@media only screen and (min-width : 992px) {
	.site-footer .site-info {
        max-width: 960px;
	}
}


@media only screen and (min-width : 1200px) {
	.site-footer .site-info {
        max-width: 1140px;
	}
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
form {
    padding: 0px 0px 0px 0px !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 3px solid #000;
	border-radius: 0px;
	background: #fff;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 0px 25px 0px;
    font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 3px solid #000;
	border-radius: 0px;
	padding: 8px;
    width: 100%;
    margin: 0px 0px 10px 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a.button {
	border: 3px solid #000;
	border-radius: 0px;
	background: #fff;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 125%;
	color: #000;
	line-height: 1;
	padding: 16px 0px 16px 0px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

a.button:hover {
	background: #000;
	color: #fff;
    border-bottom: 3px solid #000;
}


#mc_embed_signup input.email {
	border: 3px solid #000 !important;
	border-radius: 0px !important;
	padding: 8px !important;
    width: 100% !important;
    margin: 0px 0px 10px 0px !important;
}

#mc_embed_signup input.button {
	border: 3px solid #000 !important;
	border-radius: 0px !important;
	background: #fff !important;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
	color: #000 !important;
	line-height: 1 !important;
	padding: 10px 0px 25px 0px !important;
    font-weight: 700 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:active {
    border-bottom: 3px solid #57068c;
    color: #57068c;
}


a:focus, button:focus {
	outline: 3px dotted #57068c;
}

#main-menu a:focus, #main-menu button:focus, .full-black a:focus, .full-black button:focus  {
	outline: 3px dotted #fff;
}


a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#main-menu {
    color: #fff;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    overflow:auto;
    background:#57068c;
    width: 100%; 
    max-width:540px;
    height:100vh;
    position: absolute;
    right: 0px;
    top: -150vh;
    z-index: 99;
    opacity: 0.0;
    transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

#main-menu.visible {
    top: 0px;
    opacity: 1;
}
#main-menu a {
    color: #fff;
    text-decoration: none;
}

#main-menu-inner {
    position: relative;
}


#main-menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 130px 10px 0px 0px;
    text-align: right;
}

#main-menu ul li {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-size: 1.6rem;
}

#main-menu ul li a:after {
    display: inline-block;
    content: ' ';
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    margin-left: 10px;
    margin-bottom: -5;
}


.menu-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 144px;
    line-height: 0px;
        width: 96px;
        height: 96px;
    border: none !important;
    cursor: pointer;
}
.lity-close {
    display: none;
}
.lity-wrap:before {
}

@media only screen and (min-width: 360px) {
    #main-menu ul li {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 576px) {
    .main-menu-site-title {
        display: block;
    }
}

@media only screen and (min-width : 768px) {
    .main-menu-site-menu {
    }
    .menu-close {
        width: 96px;
        height: 96px;
        top: 20px;
        right: 20px;
    }
    
    #main-menu ul {
        padding: 130px 30px 0px 0px;
        text-align: right;
    }
}

@media only screen and (min-width : 992px) {
}


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






.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-title,
.entry-title {
    font-size: 3.5em;
    padding-bottom: 15px;
    margin-top: 0px;
}

.page-title {
    border-bottom: 3px solid #000;
    
}

.sub-titles {
    margin: 15px 0px 0px 0px;
    border-top: 3px solid #000;
    padding-top: 20px;
    font-size: 1.75em;
}

.entry-header img {
    height: auto;
    border: 3px solid #000;
    margin: 0px auto;
    display: block;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-content h2,
.entry-content h2 {
    font-size: 2.5em;
    margin: 18px 0px 36px 0px;
}

.page-content h3,
.entry-content h3 {
    font-size: 2em;
    line-height: 1.5;
}

.page-content h4,
.entry-content h4 {
    font-size: 1.5em;
    margin-top: 4px;
}


.page-content strong,
.entry-content strong {
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 125%;
}

.entry-meta.has-meta h1 {
    margin-top: 40px;
    
}

.entry-meta.has-meta a {
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 125%;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
}

.entry-meta.has-meta a:before {
    content: '';
    border: 3px solid #000;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.entry-meta.has-meta a:hover, .entry-meta.has-meta a:focus {
    border-bottom: none;
}

.entry-meta .posted-on {
    display: block;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 125%;
    padding: 0px 0px 5px 0px;
    font-weight: 700;
}

.entry-meta .byline {
    display: block;
    padding: 5px 0px 10px 0px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section-header {
    font-size: 2.5em;
    position: relative;
    margin: 20px 0px 20px 0px;
}

.section-header a {
    float: right;
    display: block;
    font-size: 65%;
    padding-top: 10px;
}

.related .section-header {
    padding: 0px 0px 20px 0px;
    border-bottom: 3px solid #000;
}



@media only screen and (min-width : 768px) {
    .entry-content.has-meta {
        width: 60%;
        float: left;
    }
    .entry-meta.has-meta {
        float: right;
        width: 35%;
    }
}

@media only screen and (min-width : 992px) {
    .entry-content.has-meta {
        width: 65%;
    }
    .entry-meta.has-meta {
        width: 25%;
    }
    .related .section-header {
        margin-right: 40px;
    }
}


/*--------------------------------------------------------------
## Category Archives
--------------------------------------------------------------*/
.cat-section-header {
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    clear: both;
    font-size: 1.75em;
    border-bottom: 3px solid #000;
}

.cat-section-header .count {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 18px;
    margin: 0px 0px 0px 0px;
    line-height: 1;
}

.cat-post {
    width: 100%;
    padding: 0px 0px 15px 0px
}


.cat-post-inner {
    border: 3px solid #000;
    padding: 0px 0px 15px 0px;
}

.cat-post-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 260px;
    display: block;
    border-bottom: 3px solid #000;
    margin: 0px 0px 20px 0px;
}

.cat-post-title {
    display: block;
    padding: 0px 10px;
    font-size: 1.35em;
    font-weight: bold;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    line-height: 1.10em;
    text-decoration: none;
}

.cat-post a:hover {
    border-bottom: none;
}
.cat-post a.cat-post-thumbnail:hover {
    border-bottom: 3px solid #000;
}

.cat-post-title .box {
    width: 24px;
    height: 24px;
    margin: 0px 5px 0px 0px
}

.cat-post-description {
    padding: 0px 10px;
    margin: 5px 0px 10px 0px;
}

.cat-post-date {
    padding: 0px 10px;
    font-size: 1.15em;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
}

.cat-post-cats {
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    padding: 0px 10px 5px 10px;
    display: block;
    font-weight: 700;
}
.cat-post-cats:before {
    content: '';
    border: 3px solid #000;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.cat-post-date .box {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    
}

.cat-post .event-details {
    padding: 0px 10px;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 1em;
}

.cat-post .event-details strong {
    margin-top: 10px;
    display: inline-block;
}


@media only screen and (min-width : 768px) {
    .cat-section-header {
        margin: 0px 15px 10px 0px;
    }
    .cat-post {
        float: left;
        width: 50%;
        padding: 0px 15px 15px 0px
    }
    
    
}

@media only screen and (min-width : 992px) {
    .cat-post {
        width: 33%;
        padding: 0px 15px 15px 0px
    }
    .twocol .cat-post {
        width: 50%;
    }
    .twocol .cat-post-thumbnail {
        height: 350px;
    }
}


@media only screen and (min-width : 1200px) {
    .cat-section-header {
        padding: 0px 0px 10px 0px;
        margin: 0px 30px 10px 0px;
    }
    .cat-post {
        width: 33%;
        padding: 0px 30px 30px 0px;
    }
}


/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/

.site-intro {
    font-size: 150%;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
}

.upcoming-events {
    background-color: #000;
}

.front-section-header {
    font-size: 3em;
    border-bottom: 3px solid #000;
    padding-bottom: 20px;
    position: relative;
    margin: 20px 40px 20px 0px;
}

.front-section-header a {
    display: block;
    font-size: 45%;
    padding-top: 10px;
}

.accessible-event {
    font-size: 90%;
}

@media only screen and (min-width : 768px) {
    .front-section-header a {
        float: right;
    }
}

@media only screen and (min-width : 992px) {
    .site-intro {
    }
}


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


/*--------------------------------------------------------------
## Initiatives and Research
--------------------------------------------------------------*/

.cat-post-initiatives .cat-post-thumbnail {
    border: 3px solid #000;
    font-size: 60%;

}



/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/

.single-event .event-details {
    margin: 40px auto 0px auto;
}

.single-event .event-details strong {
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-size: 125%;
}

@media only screen and (min-width: 576px) {
    .single-event .event-details .event-location, .single-event .event-details .event-time {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width : 992px) {
}


/*--------------------------------------------------------------
### Event Map
--------------------------------------------------------------*/

#eventmap { 
    width: 100%; 
    height: 250px;
}
/*--------------------------------------------------------------
### About Page
--------------------------------------------------------------*/

.staff-members .cat-post {
    width: 50%;
    padding: 0px 15px 15px 0px
}

.staff-members .cat-post-thumbnail {
    height: 200px;
}

.staff-members .cat-post-title {
    font-size: 1.25em;
}


.staff-members .cat-post.cat-visiting-scholar .cat-post-inner{
    padding: 15px 0px 15px 0px;
}



@media only screen and (min-width : 768px) {
    .staff-members .cat-post {
        width: 33%;
    }
    .staff-members .cat-post-thumbnail {
        height: 250px;
    }
}

@media only screen and (min-width : 992px) {
    .staff-members .cat-post {
        width: 25%;
    }
}


@media only screen and (min-width : 1200px) {
    .staff-members .cat-post {
    }
}


/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.lightbox-inner {
    width: 100%;
    max-width: 760px;
    padding: 20px 15px 0px 15px;
    margin: 0px auto 0px auto;
    position: relative;
}
.lightbox-inner p img {
    max-width: 30%;
}

.lightbox-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 144px;
    line-height: 0px;
    width: 30px;
    height: 30px;
    border: none !important;
    cursor: pointer;
}
@media only screen and (min-width : 768px) {
    .lightbox-close {
        width: 48px;
        height: 48px;
        top: 10px;
        right: 20px;
    }
    
    
}



/*--------------------------------------------------------------
## Full Width Black Background
--------------------------------------------------------------*/
.full-black {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #000;
}

.full-black-inner {
    color: #fff;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    max-width: 90%;
}
.full-black-inner a {
    color: #fff;
}

.full-black-inner .box {
    border: 3px solid #fff;
}

.full-black-inner .cat-post-inner {
    border: 3px solid #fff;
}

.full-black-inner .cat-post-thumbnail {
    border-bottom: 3px solid #fff !important;
}
    



@media only screen and (min-width: 576px) {
    .full-black-inner {
        max-width: 540px;
	}
}

@media only screen and (min-width : 768px) {
    .full-black-inner {
        max-width: 720px;
	}
}

@media only screen and (min-width : 992px) {
    .full-black-inner {
        max-width: 960px;
	}
}


@media only screen and (min-width : 1200px) {
    .full-black-inner {
        max-width: 1140px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
    font-family: 'Practice', 'Hevetica Neue', 'Arial', sans-serif;
    font-weight: 700;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


@media only screen and (min-width : 768px) {
}

@media only screen and (min-width : 992px) {
}


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