/*
Theme Name: Women Also Know History
Theme URI:
Author:
Author URI:
Description:
License:
License URI:
Text Domain: womenalsoknowhistory
Tags:
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Scholar Page
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'EB Garamond', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
    outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	/*border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;*/
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 5px;
    text-align: left;
}
th {
	line-height: 1.4em;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.wakh-red {
    color: #79001d;
}
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'EB Garamond', serif;
	font-size: 18px;
	line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	margin-bottom: 1.1em;
	line-height: 1.35em;
	letter-spacing: 0.04em;
}
.page-title {
	text-align: center;
}
.error404 .page-title {
	margin-top: 60px;
	padding-bottom: 60px;
}
h2, .h2 {
    font-size: 32px;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #79001d;
}
h3, .h3, .large-text, .signup-thanks p:first-of-type {
	font-size: 22px;
	font-weight: bold;
    line-height: 1.3em;
}
h3 {
    margin-bottom: 20px;
}
h3 em {
	font-weight: normal;
    font-style: italic;
}
h4 {
	font-size: 22px;
	font-weight: bold;
    line-height: 1.3em;
}
h5 {
	font-size: 19px;
	font-weight: 500;
    font-family: "museo-sans", sans-serif;
    line-height: 1.3em;
}
p {
	margin-bottom: 1.4em;
}
a, a:hover, a:focus {
	color: #79001d;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
	font-family: monospace; /*Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", */
	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%;
}

@media screen and (min-width: 768px) {
    h3, .h3, .large-text {
    	font-size: 26px;
        letter-spacing: 0.02em;
    }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
span.edit-link {
	display: none;
}
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 http://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. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
    margin-top: 2.2em;
	margin-bottom: 2.2em;
    max-width: 90px;
}
hr.sm-red-hr {
    background-color: #79001d;
    max-width: 60px;
    height: 1px;
    margin: 15px auto;
}
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%;
}
.wp-list-table th {
	line-height: 1.2;
	font-size: 14px;
}
.wp-list-table tr {
	border-bottom: 1px solid #ddd;
}
.wp-list-table td {
	padding: 5px 10px;
	line-height: 1.3;
}
.wp-list-table tr:last-of-type {
	border-bottom: 0;
}

@media screen and (min-width: 768px) {
    hr.sm-red-hr {
        max-width: 90px;
    }
	.container {
		width: 100%;
	}
}


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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
  opacity: 1;
}
label {
    font-weight: normal;
}
.checkbox-group label {
    margin-left: 16px;
}
.hidden-label {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}
form, .alert, .pdb-error-email {
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.pdb-searchform {
    margin-top: 40px;
}
.search-control-group {
    margin: 1.1em 0;
}
.alert, .pdb-error-email {
    font-size: 14px;
    color: #79001d;
}
.alert {
    padding: 10px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "museo-sans", sans-serif;
	background: #252525;
	color: #f9f9f9 !important;
	line-height: 1;
	padding: 1em 2em;
    border-radius: 4px;
    text-transform: uppercase;
    border: 0;
    margin: 1.5em 0;
    font-weight: 500;
    font-size: 16px;
}
.new-search {
    font-family: "museo-sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
    color: #f9f9f9;
}

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

.form-horizontal {
    max-width: 600px;
    overflow: hidden;
    margin: 0 auto;
}

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: #333;
	border: 1px solid #ddd;
	border-radius: 0px;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 12px;
    background: #f9f9f9;
    margin: 0.5em 0;
    width: 100%;
    max-width: 600px;
}
input.search-form-clear {
    margin-left: 20px;
}
select {
	border: 1px solid #ddd;
    font-family: "museo-sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    padding: 10px 12px;
    background: #f9f9f9;
    margin: 0.5em 0;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.pdb-signup select {
		height: 40px;
		padding-right: 24px;
		-webkit-appearance: none;
		position: relative;
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	.pdb-signup .dropdown .controls::after {
		content:"\f0dc";
	    font-family: "FontAwesome";
	    color: #aaa;
	    padding: 14px 12px;
	    position: absolute; right: 3px; top: 0;
	    z-index: 10;
	    text-align: center;
	    width: 12px;
	    height: 100%;
	    pointer-events: none;
	    box-sizing: border-box;
	}
}
.pdb-signup .dropdown {
    float: left;
}
.pdb-signup .dropdown + .text-line {
    overflow: hidden;
    display: block;
    padding-left: 0.5em;
}
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: #333;
}
textarea {
	width: 100%;
}
/*.error .required-field {
    border-color: #79001d !important;
}*/
.pdb-signup {
    margin-top: 35px;
}
.pdb-retrieve-link {
    max-width: 300px;
    display: block;
    margin: 0 auto 20px;
}
.submit-controls {
    margin-left: 0 !important;
}
.button-secondary {
    margin-left: 20px !important;
}
.button-secondary {
    margin-left: 20px !important;
}
.search-control input {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: 0 0 2px -1px #333;
	margin-bottom: 0;
	height: 91px;
}
.navbar-header {
    height: 91px;
}
.navbar-brand img {
    width: 86px;
}
div#page-sub-header {
	position: relative;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
    background-position: center;
    min-height: 90px;
}
.home div#page-sub-header {
    padding-top: 200px;
    padding-bottom: 200px;
    opacity: 1;
}
/* div#page-sub-header::before {
	background-image: none;
	content: ' ';
	background-color: rgba(121,0,22,0.8);
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
} */
div#page-sub-header span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
    background-position: center;
}
div#page-sub-header h1{
	margin: 0 auto 10px;
	color: #fff;
	font-size: 32px;
	font-family: "museo-sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.02em;
	position: relative;
    line-height: 1.1em;
    max-width: 1000px;
	text-shadow: 0px 0px 5px #555;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}
.logo-button {
    position: absolute;
    width: 100px;
    padding: 26px;
    left: 50%;
    right: 50%;
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -30px;
    background: #fff;
    border-radius: 50% 50% 0 0;
    margin-bottom: 40px;
}
.logo-button img {
    padding: 0 5px 15px;
    border-bottom: 1px solid #79001d;
}
.navbar-collapse.in {
    overflow-y: inherit;
}

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

	div#page-sub-header h1{
		line-height: 1;
        font-size: 50px;
	}
	div#page-sub-header {
		padding-top: 75px;
		padding-bottom: 65px;
		text-align: left;
		font-size: 24px;
	}
	.home div#page-sub-header {
		padding-top: 240px;
		padding-bottom: 240px;
	}
    .logo-button {
        width: 110px;
    }

	div#page-sub-header p{
		max-width: 640px;
	}
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.pdb-pagination ul {
	list-style:none;
	padding-left: 0;
} 
.pdb-pagination ul li {
	display: inline-block;
} 






/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.bg-line {
    position: absolute;
    right: 0;
    width: 40%;
    background: #79001d;
    height:1px;
    margin-top:58px;
    display: none;
}
#masthead .navbar-nav > li.mobileonlylink  {
    margin-top: 20px;
    margin-bottom: 60px;
}
#masthead .navbar-nav > li.mobileonlylink > a {
    text-transform: none;
    padding:10px 0;
    /*margin-top: 20px;*/
}
#masthead .navbar-nav > li.mobileonlylink > a:hover {
    background-color: #79001d;
    color: #fff;
}
.mobileonlylink i {
    font-size: 28px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -8px;
}
.navbar-nav hr {
    background-color: #fff;
    opacity: 0.5;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#menu-main-menu, .menu-footer-menu-container {
	font-family: "museo-sans", sans-serif;
	text-transform: uppercase;
    background: transparent;
    font-size: 20px;
}
#masthead nav {
	height: 90px;
}
#menu-main-menu li {
	height: auto;
}
#masthead .navbar-nav {
    margin: 0 -15px;
    padding: 0;
    background: #79001d;
}
#masthead .navbar-nav > li > a, #masthead .navbar-nav > li > .dropdown-menu > li > a {
	padding: 8px 0;
	margin: 0;
	color: #fff;
    text-align: center;
    background: #79001d;
}
#masthead .navbar-nav > li > a:hover, #masthead .navbar-nav > li > .dropdown-menu > li > a:hover {
	background: #fff;
    color: #79001d;
}
.dropdown-menu {
	padding: 0;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.navbar-brand {
	height: auto;
	margin-top: 8px;
	line-height: 21px;
    padding: 5px;
    margin-left: 10px !important;
}
.navbar-toggle {
    margin-top: 26px;
    border: 0;
    background: transparent;
}
.navbar-toggle:hover {
    background: transparent;
}
.navbar-toggle .icon-bar {
	background: #79001d;
    height: 3px;
}
.navbar-collapse {
    border-top: 0;
}
/*.navbar-header {
    transition: background 0s ease 0.2s;
}*/
.navbar-header.open {
    /*transition: all 0s ease 0s;*/
    background: #79001d;
}
.open .navbar-toggle .icon-bar {
    display: none;
}
.open .navbar-toggle {
    margin-top: 18px;
}
.open .navbar-toggle::after {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 30px;
    color: #fff;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.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%;
}
.hashtag a {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
#footer-widget {
	padding: 35px 0;
	font-family: "museo-sans", sans-serif;
	color: #f0f0f0;
}
#footer-widget .container {
	position: relative;
}
#footer-widget section {
	margin-bottom: 0px;
}
#footer-widget .menu-main-menu-container {
    background: transparent;
}
#footer-widget .nav {
	margin-top: 3px;
    font-size: 17px;
    float: none;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid #646464;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
#footer-widget .nav li {
	width: 100%;
    text-align: center;
}
#footer-widget .nav li a {
	padding: 0 15px 4px;
}
.footer-logo {
	position: block;
	background: #4e4f53;
	text-align: center;
}
.footer-logo img {
	width: 86px;
}
.copyright-section {
	font-size: 11px;
	text-align: center;
    padding-top: 25px;
}

@media screen and (min-width: 992px) {
    .nav li.mobileonlylink {
        display: none;
    }
    .navbar-brand {
        margin-left: 10px !important;
    }
    #menu-main-menu, .menu-main-menu-container {
        font-size: 11.5px;
    }
    #menu-main-menu > li {
    	border-bottom: 1px solid #79001d;
    }
    #menu-main-menu > li a {
    	border-bottom: 4px solid #fff;
    }
    #menu-main-menu > li a:hover {
    	background: inherit;
    	border-color: #79001d;
    }
	#masthead .navbar-nav > li > .dropdown-menu > li > a {
		background-color: #fff;
		color: #4e4f53;
		border: 0;
		text-align: left;
		padding: 8px 14px;
		font-size: 12px;
	}
	#masthead .navbar-nav > li > .dropdown-menu > .active > a,
	#masthead .navbar-nav > li > .dropdown-menu > .active > a:focus,
	#masthead .navbar-nav > li > .dropdown-menu > .active > a:hover {
	    background-color: #e5e5e5;
		color: inherit;
	}
	#masthead .navbar-nav > li > .dropdown-menu > li > a:hover {
	    background-color: #e5e5e5;
		color: #4e4f53;
		border: 0;
	}

    .navbar-header.open {
        background: #fff;
    }
    #masthead .navbar-nav {
        margin: 0;
        padding: 0;
        background: #fff;
    }
    #masthead .navbar-nav > li > a {
        margin: 28px 13px 0;
        padding: 3px 0;
        background: #fff;
        color: #4e4f53;
    }
    #masthead .navbar-nav > li > a:hover {
        color: #4e4f53;
    }
    #masthead .navbar-nav > li.active > a {
    	background: inherit;
    	border-color: #79001d;
    }
	li.current-menu-parent a {
		border-color: #79001d !important;
	}
    #masthead .navbar-nav > li:first-of-type > a{
    	padding-left: 0;
    	margin-left: 0;
    }
    .menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
    .bg-line {
        display: block;
    }
    .footer-logo {
        position: absolute;
        right: 15px;
    	z-index: 2;
	    padding: 0 10px 0 20px;
    }
    #footer-widget .nav {
        width: auto;
        font-size: 11px;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #footer-widget .nav li {
        width: auto;
    	float: left;
    }
    #footer-widget .nav li a {
    	padding-bottom: 12px;
    }
    #footer-widget .nav li:first-of-type a {
    	padding-left: 0;
    	margin-left: 0;
    }
    .copyright-section {
        border-top: 2px solid #646464;
        padding-top: 14px;
        text-align: left;
    }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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-bottom: 2em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}

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

.container {
    max-width: 1070px;
}
.content-area {
    margin-top: 90px;
}
@media screen and (min-width: 768px) {
    .content-area {
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-template-fullwidth #content > .container > .row, .page-template-subpagelist #content > .container > .row {
	text-align:center;
}
.page-template-fullwidth #main {
	max-width: 750px;
	margin: 0 auto;
}
.directory-image {
    width: 120px;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
.horizontal-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.horizontal-list li {
    display: inline-block;
    margin: 0 13px;
}
h2 + .directory-image, h2 + p > .directory-image {
    margin-top: -20px;
}
p.news-title {
	font-size: 22px;
	font-weight: bold;
    line-height: 1.2em;
}
p.news-title a:hover, p.news-title a:focus {
	color: #79001d;
	/* text-decoration: none; */
}
p.news-title + :not(.news-title) {
    margin-top: -1.7em;
}
.faq-list {
    list-style-type: none;
    margin-bottom: 60px;
	padding-left: 0;
}
.faq-list a:focus {
    text-decoration: none;
}
.faq-list li {
    font-weight: bold;
    margin-bottom: 0;
	margin: 5px 0;
	line-height: 1.25em;
}
.faq-list li + hr {
    margin-top: 15px;
    margin-bottom: 10px;
}
ul.research-areas {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}
ul.research-areas li, ul.research-areas li.large-text {
    margin-bottom: 8px;
}
.controls h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
.controls h2:first-of-type {
    margin-top: 0;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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: center;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.hashtag {
    color: #79001d;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.hashtag a:hover, .hashtag a:focus {
    text-decoration: none;
}
.hashtag hr:last-of-type {
    margin-bottom: 0;
}
.footer-brand {
    display: none;
}
.footer-twitter {
    text-align: center;
    font-family: "museo-sans", sans-serif;
    font-size: 17px;
    margin: 25px 0 35px;
    letter-spacing: -0.02em;
}
.footer-twitter i {
    font-size: 26px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -5px;
}
.footer-twitter a, .footer-twitter a:hover  {
    text-decoration: none;
}
#footer-widget {
	background: #4e4f53;
	color: #fff;
}
#footer-widget p, #footer-widget a {
	color: #fff;
}
#footer-widget a:hover {
	background: inherit;
	color: #fff;
	text-decoration: underline;
}
footer#colophon {
	background: #f8f8f8 none repeat scroll 0 0;
	padding: 20px 0;
	text-align: center;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a, footer#colophon a {
    color: inherit;
}
@media screen and (min-width: 400px) {
    .hashtag {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .hashtag {
        font-size: 28px;
        letter-spacing: -0.01em;
    }
    .footer-twitter {
        font-size: 18px;
        margin: 35px 0 45px;
    }
}


/*--------------------------------------------------------------
# Scholar Page
--------------------------------------------------------------*/

.table > thead > tr > th {
    border-top: 0;
    border-bottom: 1px solid #79001d;
}
.edit-participant .helptext {
    display: block;
    padding-bottom: 40px;
    font-size: 13px;
}
.edit-participant .checkbox-group {
    padding-top: 20px;
}
.edit-participant th {
    text-align: right;
    padding: 32px 20px;
    width: 30%;
    vertical-align: top;
    display: table-cell;
    line-height:1.1em;
}
.edit-participant td {
    max-width: 65%;
}
.edit-participant .text-area td {
    padding-top: 20px;
}
.rich-text td {
    padding-bottom: 20px;
}
.edit-participant tr.checkbox {
    display: table-row;
    padding: 10px 0;
}
.edit-participant .link-element {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pdb-single dt, .pdb-single dd {
    padding: 5px 15px 5px 5px;
    margin: 0 0 5px 0 !important;
    line-height: 1.4em;
    vertical-align: top;
}
.pdb-single dt, th {
    font-family: "museo-sans", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.42em;
}
.pdb_single dl {
    margin-bottom: 0;
}
.pdb-single dd p:last-of-type {
    margin-bottom: 0;
}
.pdb-single h2 {
    padding-top: 1.1em;
}
.pdb-single img {
	max-width: 340px;
	max-height: 340px;
}
#pdb-main > h2 {
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .pdb-single dt {
        float: left;
        width: 30%;
        clear: left;
        text-align: right;
    }
    .pdb-single dd {
        float: left;
        text-align: left;
        width: 65%;
        overflow: hidden;
    }

}
