/*!
Theme Name: PSJP
Theme URI: http://underscores.me/
Author: Benji Mauer
Author URI: http://www.heybenji.co
Description: Theme for PSJP based on PSJP starter theme from Automattic
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: psjp
Tags:

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.

PSJP is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.com/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
--------------------------------------------------------------*/
.site-branding .site-title a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

@media (min-width: 60em) {
  .listing-psjp_resources,
  .post-type-archive-psjp_resources .site-main, .listing-psjp_news,
  .post-type-archive-psjp_news .site-main, .listing-post,
  .blog .site-main,
  .archive .site-main, .listing-psjp_people,
  .post-type-archive-psjp_people .site-main {
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    justify-content: left; } }

@media (min-width: 60em) {
  .listing-psjp_resources .hentry,
  .post-type-archive-psjp_resources .site-main .hentry, .listing-psjp_news .hentry,
  .post-type-archive-psjp_news .site-main .hentry, .listing-post .hentry,
  .blog .site-main .hentry,
  .archive .site-main .hentry {
    width: 47%;
    margin-right: 3%; } }

@media (min-width: 60em) {
  .listing-psjp_people .hentry,
  .post-type-archive-psjp_people .site-main .hentry {
    width: 30%;
    margin-right: 3%; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #2F4150;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1; }

h2, h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: normal; }

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

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

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

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

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. */ }

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

.entry-content .item-list ul, .entry-footer .item-list ul, .hentry .attachment-list {
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-top: 48px;
  margin-left: 0;
  padding-left: 0; }
  .entry-content .item-list ul:before, .entry-footer .item-list ul:before, .hentry .attachment-list:before {
    position: absolute;
    content: '';
    border-top: 2px solid #2F4150;
    width: 20%; }
  .entry-content .item-list ul li:first-child, .entry-footer .item-list ul li:first-child, .hentry .attachment-list li:first-child {
    padding-top: 24px; }
  .entry-content .item-list ul li, .entry-footer .item-list ul li, .hentry .attachment-list li {
    list-style: none; }
    .entry-content .item-list ul li a:before, .entry-footer .item-list ul li a:before, .hentry .attachment-list li a:before {
      font-family: "dashicons";
      content: "\f491\00a0";
      font-size: 24px;
      font-size: 1.5rem;
      vertical-align: middle;
      display: inline-block; }
    .entry-content .item-list ul li.external-link a:before, .entry-footer .item-list ul li.external-link a:before, .hentry .attachment-list li.external-link a:before {
      content: "\f319\00a0"; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a, .listing .see-all a,
.archive .site-main .see-all a,
.blog .site-main .see-all a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 4px;
  background: #1B73BD;
  color: #fff;
  font-weight: bold;
  padding: 12px 24px;
  -webkit-appearance: none;
  transition: all ease 300ms;
  text-decoration: none;
  line-height: 1; }
  .posts-navigation .nav-previous a:hover,
  .posts-navigation .nav-next a:hover, .listing .see-all a:hover,
  .archive .site-main .see-all a:hover,
  .blog .site-main .see-all a:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #155890; }
  .posts-navigation .nav-previous a:active,
  .posts-navigation .nav-next a:active, .listing .see-all a:active,
  .archive .site-main .see-all a:active,
  .blog .site-main .see-all a:active, .posts-navigation .nav-previous a:focus,
  .posts-navigation .nav-next a:focus, .listing .see-all a:focus,
  .archive .site-main .see-all a:focus,
  .blog .site-main .see-all a:focus,
  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 {
    background: #0e3d64; }

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: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  -webkit-appearance: none;
  margin-bottom: 12px;
  line-height: 24px; }
  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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1B73BD;
  text-decoration: none;
  transition: all ease 300ms; }
  a:visited {
    color: #1e81d3; }
  a:hover, a:focus, a:active {
    color: #1865a7;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  display: inline-block; }
@media screen and (min-width: 60em) {
  .posts-navigation {
    width: 100%; } }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu .menu-item {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: bold;
    list-style: none; }
  .menu .menu-item a {
    display: block;
    padding: 24px;
    text-decoration: none;
    color: #2F4150;
    transition: transform ease-out 150ms, box-shadow ease-out 150ms, background ease-out 150ms; }
    .menu .menu-item a:hover {
      color: #1c2730;
      transform: scale(1.03); }
    .menu .menu-item a:active {
      color: #000;
      transform: scale(1.01); }
  .menu .menu-item.current-menu-item a:first-child {
    background: #fff;
    color: #000;
    transform: scale(1.05);
    box-shadow: 2px 2px 8px rgba(47, 65, 80, 0.2); }
  .menu .menu-item:nth-child(7n) a {
    background: #B290CF; }
  .menu .menu-item:nth-child(7n-1) a {
    background: #E1B7E0; }
  .menu .menu-item:nth-child(7n-2) a {
    background: #F0A7C2; }
  .menu .menu-item:nth-child(7n-3) a {
    background: #F9C499; }
  .menu .menu-item:nth-child(7n-4) a {
    background: #FDE3B5; }
  .menu .menu-item:nth-child(7n-5) a {
    background: #CCCD9F; }
  .menu .menu-item:nth-child(7n-6) a {
    background: #A3C88B; }

.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 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #FAF8F4;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #2F4150;
    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; }

/*--------------------------------------------------------------
# Jetpack Custom
--------------------------------------------------------------*/
.widget_wpcom_social_media_icons_widget ul {
  margin: 0;
  padding: 0; }
  .widget_wpcom_social_media_icons_widget ul li a {
    font-size: 1.25em;
    padding: .25em;
    display: inline-block;
    background: #fff;
    color: #1B73BD;
    border-radius: 50%;
    transition: all ease 200ms; }
    .widget_wpcom_social_media_icons_widget ul li a:hover {
      background: rgba(255, 255, 255, 0.7);
      color: #1865a7; }

/*--------------------------------------------------------------
# Jetpack Custom
--------------------------------------------------------------*/
.widget_wpcom_social_media_icons_widget ul {
  margin: 0;
  padding: 0; }
  .widget_wpcom_social_media_icons_widget ul li a {
    font-size: 1.25em;
    padding: .25em;
    display: inline-block;
    background: #fff;
    color: #1B73BD;
    border-radius: 50%;
    transition: all ease 200ms; }
    .widget_wpcom_social_media_icons_widget ul li a:hover {
      background: rgba(255, 255, 255, 0.7);
      color: #1865a7; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary .widget {
  margin: 0;
  padding: 24px;
  /* Make sure select elements fit in widgets. */ }
  #secondary .widget .widget-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 12px; }
  #secondary .widget select {
    max-width: 100%; }
  #secondary .widget input[type="text"],
  #secondary .widget input[type="search"],
  #secondary .widget input[type="email"] {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(47, 65, 80, 0.3);
    border: none;
    width: 100%;
    transition: all ease 300ms; }
    #secondary .widget input[type="text"]::-webkit-input-placeholder,
    #secondary .widget input[type="search"]::-webkit-input-placeholder,
    #secondary .widget input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5); }
    #secondary .widget input[type="text"]::-moz-placeholder,
    #secondary .widget input[type="search"]::-moz-placeholder,
    #secondary .widget input[type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5); }
    #secondary .widget input[type="text"]:-ms-input-placeholder,
    #secondary .widget input[type="search"]:-ms-input-placeholder,
    #secondary .widget input[type="email"]:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5); }
    #secondary .widget input[type="text"]:-moz-placeholder,
    #secondary .widget input[type="search"]:-moz-placeholder,
    #secondary .widget input[type="email"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5); }
    #secondary .widget input[type="text"]:focus,
    #secondary .widget input[type="search"]:focus,
    #secondary .widget input[type="email"]:focus {
      background-color: rgba(47, 65, 80, 0.5); }
  #secondary .widget button,
  #secondary .widget input[type="button"],
  #secondary .widget input[type="reset"],
  #secondary .widget input[type="submit"] {
    background: #fff;
    color: #1B73BD; }
    #secondary .widget button:hover,
    #secondary .widget input[type="button"]:hover,
    #secondary .widget input[type="reset"]:hover,
    #secondary .widget input[type="submit"]:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #155890; }
    #secondary .widget button:active,
    #secondary .widget input[type="button"]:active,
    #secondary .widget input[type="reset"]:active,
    #secondary .widget input[type="submit"]:active {
      background: #fff;
      color: #0e3d64; }
#secondary .widget:nth-child(7n) {
  background: #A3C88B; }
#secondary .widget:nth-child(7n-1) {
  background: #CCCD9F; }
#secondary .widget:nth-child(7n-2) {
  background: #FDE3B5; }
#secondary .widget:nth-child(7n-3) {
  background: #F9C499; }
#secondary .widget:nth-child(7n-4) {
  background: #F0A7C2; }
#secondary .widget:nth-child(7n-5) {
  background: #E1B7E0; }
#secondary .widget:nth-child(7n-6) {
  background: #B290CF; }
#secondary .widget_search input[type="search"] {
  margin-bottom: 0; }
#secondary .widget_search input[type="submit"] {
  display: none; }
#secondary .widget_nav_menu {
  padding: 0; }
#secondary .widget:last-child {
  color: #fff;
  background: #2F4150; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
  background: url("images/site-background.svg") 100% 20% no-repeat; }

.site-header,
.site-content .site-main,
.site-content .widget-area,
.site-footer {
  padding: 12px; }

.site-main > header {
  width: 100%; }

@media (min-width: 60em) {
  .site {
    background-attachment: fixed; }

  .site-header,
  .site-content .site-main,
  .site-content .widget-area,
  .site-footer {
    padding: 24px; }

  .site-content .content-area {
    float: right;
    margin: 0 0 0 -25%;
    width: 100%; }

  .home .site-description,
  .home .site-content .site-main {
    padding-top: 0; }

  .site-content .widget-area {
    padding-top: 0; }

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

  .site-content .site-main,
  .site-footer {
    margin: 0 0 0 25%;
    max-width: 50em; }

  .site-header,
  .site-content .widget-area {
    float: left;
    overflow: hidden;
    width: 25%; }

  .site-header {
    padding-top: 24px;
    position: relative; }

  .site-footer {
    clear: both;
    width: 100%; }

  .page-header {
    width: 100%; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Branding
--------------------------------------------------------------*/
.site-branding .site-title {
  margin: 0; }

.site-branding .site-title a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background: #2F4150 url("images/psjp-logo-reversed.svg") center center no-repeat;
  background-size: contain; }

.site-description {
  color: #B290CF;
  font-family: "Times New Roman", Times, serif;
  font-style: italic; }
  @media (min-width: 60em) {
    .site-description p {
      font-size: 30px;
      font-size: 1.875rem;
      border-top: 24px solid #B290CF;
      margin: 0;
      padding-top: 12px; } }

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline,
.blog .byline {
  display: inline; }

.entry-title {
  font-family: "Times New Roman", Times, serif; }

.home .site-main > .hentry > .entry-header > .entry-title {
  display: none; }

.page-title,
.single .site-main > .hentry > .entry-header > .entry-title,
.page .site-main > .hentry > .entry-header > .entry-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1; }

/*
.page-title,
.single .site-main > .hentry > .entry-header > .entry-title,
.page .site-main > .hentry > .entry-header > .entry-title {
	font-family: $font__main;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .15em;
	margin-top: 0;
}
*/
/*
.page .site-main > .hentry,
.single .site-main > .hentry {
	margin-top: $spacing-unit;
	padding: $spacing-unit/2;
	border-top: $spacing-unit/2 solid $color__dark-blue;
	background: fade-out(#FFF, .25);
	@media screen and (min-width: $breakpoint__medium-large) {
		padding: $spacing-unit;
	} 
}
*/
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-footer {
  font-size: 12px;
  font-size: 0.75rem; }
  .entry-footer span:after {
    content: '\00a0\00b7\00a0'; }
  .entry-footer .tags-links a {
    display: inline; }
    .entry-footer .tags-links a:before {
      content: '#'; }
  .entry-footer span:last-child:after {
    content: ''; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-list {
  padding-left: 0; }

.comment .children {
  padding-left: 0;
  margin-left: 24px; }

.comment-body {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 24px; }

.comment-meta > * {
  display: inline-block; }

.comment-meta .comment-metadata {
  font-size: 12px;
  font-size: 0.75rem;
  float: right; }
  .comment-meta .comment-metadata a {
    color: #8ea8bd; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Listings
--------------------------------------------------------------*/
.listing-title {
  font-family: Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-weight: bold; }

.listing .hentry .entry-excerpt,
.listing .hentry .thumbnail,
.archive .site-main .hentry .thumbnail {
  display: none; }

.listing .hentry.sticky .entry-excerpt,
.listing .hentry.sticky .thumbnail,
.archive .site-main .hentry.sticky .thumbnail {
  display: block; }

.listing,
.archive .site-main,
.blog .site-main {
  margin-bottom: 72px; }
  .listing .hentry .entry-meta,
  .archive .site-main .hentry .entry-meta,
  .blog .site-main .hentry .entry-meta {
    font-size: 14px;
    font-size: 0.875rem;
    color: #aec1d0; }
    .listing .hentry .entry-meta a,
    .archive .site-main .hentry .entry-meta a,
    .blog .site-main .hentry .entry-meta a {
      color: inherit; }
  .listing .hentry .entry-title,
  .archive .site-main .hentry .entry-title,
  .blog .site-main .hentry .entry-title {
    margin: 0;
    margin-bottom: 12px; }
  .listing .hentry .entry-excerpt *:first-child,
  .archive .site-main .hentry .entry-excerpt *:first-child,
  .blog .site-main .hentry .entry-excerpt *:first-child {
    margin-top: 0; }
  .listing .hentry .entry-excerpt *:last-child,
  .archive .site-main .hentry .entry-excerpt *:last-child,
  .blog .site-main .hentry .entry-excerpt *:last-child {
    margin-bottom: 0; }
  .listing .hentry .entry-excerpt,
  .archive .site-main .hentry .entry-excerpt,
  .blog .site-main .hentry .entry-excerpt {
    margin-bottom: 12px; }
  .listing .hentry .entry-content,
  .listing .hentry .entry-footer,
  .archive .site-main .hentry .entry-content,
  .archive .site-main .hentry .entry-footer,
  .blog .site-main .hentry .entry-content,
  .blog .site-main .hentry .entry-footer {
    margin-top: 0; }
  .listing .see-all,
  .archive .site-main .see-all,
  .blog .site-main .see-all {
    clear: both;
    width: 100%;
    margin-bottom: 48px; }
    .listing .see-all a,
    .archive .site-main .see-all a,
    .blog .site-main .see-all a {
      display: inline-block; }

@media screen and (min-width: 60em) {
  .listing-psjp_resources .hentry.sticky,
  .post-type-archive-psjp_resources .site-main .hentry.sticky, .listing-psjp_news .hentry.sticky,
  .post-type-archive-psjp_news .site-main .hentry.sticky, .listing-post .hentry.sticky,
  .blog .site-main .hentry.sticky,
  .archive .site-main .hentry.sticky {
    width: 100%; } }
.listing-psjp_resources .hentry,
.post-type-archive-psjp_resources .site-main .hentry, .listing-psjp_news .hentry,
.post-type-archive-psjp_news .site-main .hentry, .listing-post .hentry,
.blog .site-main .hentry,
.archive .site-main .hentry {
  background: white;
  border-top: 12px solid #2F4150;
  padding: 12px; }

.category-title, .role-title {
  width: 100%;
  text-align: center; }

@media screen and (min-width: 40em) {
  .listing .hentry.sticky.has-post-thumbnail,
  .archive .site-main .hentry.sticky.has-post-thumbnail {
    overflow: hidden; }
    .listing .hentry.sticky.has-post-thumbnail .thumbnail,
    .archive .site-main .hentry.sticky.has-post-thumbnail .thumbnail {
      float: left;
      width: 47%;
      margin-right: -50%; }
    .listing .hentry.sticky.has-post-thumbnail .entry-content,
    .listing .hentry.sticky.has-post-thumbnail .entry-footer,
    .archive .site-main .hentry.sticky.has-post-thumbnail .entry-content,
    .archive .site-main .hentry.sticky.has-post-thumbnail .entry-footer {
      float: right;
      margin-left: 50%; } }
.listing-psjp_resources .hentry,
.post-type-archive-psjp_resources .site-main .hentry {
  border-color: #B290CF; }
  .listing-psjp_resources .hentry .entry-date,
  .post-type-archive-psjp_resources .site-main .hentry .entry-date {
    color: #B290CF; }

.listing-psjp_news .hentry,
.post-type-archive-psjp_news .site-main .hentry {
  border-color: #FDE3B5; }
  .listing-psjp_news .hentry .entry-meta,
  .post-type-archive-psjp_news .site-main .hentry .entry-meta {
    color: #e5ae4d; }

.listing-post .hentry,
.blog .site-main .hentry {
  border-color: #A3C88B; }
  .listing-post .hentry .entry-title,
  .blog .site-main .hentry .entry-title {
    margin-top: 0;
    margin-bottom: 12px; }
  .listing-post .hentry .entry-meta,
  .blog .site-main .hentry .entry-meta {
    color: #A3C88B; }

.listing-psjp_people,
.post-type-archive-psjp_people .site-main {
  justify-content: center; }
  .listing-psjp_people .hentry,
  .post-type-archive-psjp_people .site-main .hentry {
    text-align: center;
    border: 0;
    padding: 0;
    background: none; }
    .listing-psjp_people .hentry .entry-title,
    .post-type-archive-psjp_people .site-main .hentry .entry-title {
      margin-top: 12px;
      margin-bottom: 0;
      line-height: 24px; }

.person-location {
  font-size: 14px;
  font-size: 0.875rem;
  color: #6e8faa; }

.person-image {
  margin-right: 24px;
  margin-left: 24px; }

.person-image a,
.person-image span {
  height: 0;
  padding-top: 100%;
  display: block;
  overflow: hidden;
  background-size: cover;
  border-radius: 50%;
  background-color: #CCC; }

.single-psjp_people header {
  text-align: center; }
.single-psjp_people .person-name {
  margin-bottom: 24px; }
.single-psjp_people .person-image {
  margin-left: 15%;
  margin-right: 15%; }
@media all and (min-width: 40em) {
  .single-psjp_people header {
    text-align: left; }
  .single-psjp_people .person-image {
    float: left;
    width: 192px;
    margin: 0 24px 24px 0; }
  .single-psjp_people .person-name {
    clear: none;
    margin-top: 0;
    padding-top: 48px; }
  .single-psjp_people .entry-content {
    clear: both; } }

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

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

/*# sourceMappingURL=style.css.map */