/*
Theme Name:		PPHF
Author:			CMS Web Solutions
Author URI:		http://cmswebsolutions.com
*/

/*
	font-family: 'Merriweather', serif;
	font-family: 'Montserrat', sans-serif;

	--white: #fff;
	--black: #222;
	--navy: #1F3C72 replaced with #1F3C72 in 2021
	--lightblue: #037cc2;
	--paleblue: #dce4f2;
	--lime: #b1d422 replaced with #8AC649 in 2021
	--taupe: #85736c;
	--darktaupe: #625049;
	--lighttaupe: #e5dfdc;
*/

* {
	box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	position: relative;
	color: #010101;
	background-color: #fffefe;
}

article, aside, details, embed, figcaption, figure, footer, header, iframe, main, menu, nav, section, summary {
	display: block;
	position: relative;
	margin: 0 auto;
}

.inner {
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
}

h1 {
	color: #1F3C72;
	font-family: 'Merriweather', serif;
	font-weight: 300;
	margin-bottom: .25em;
	padding-bottom: .25em;
	font-size: 2em;
	position: relative;
}

.home h1 {
	color: #625049;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #000;
	margin: 1.5em 0 .75em;
	font-size: 1.5em;
}

h1 + h2 {
	margin: 0 0 .75em;
}

h2 a {
	color: #000;
	-webkit-text-decoration-color: #aaa;
	text-decoration-color: #aaa;
}

h2 a:hover,
h2 a:focus {
	color: #1F3C72;
	-webkit-text-decoration-color: #1F3C72;
	text-decoration-color: #1F3C72;
}

h3 {
	font-weight: 300;
	color: #625049;
	margin: 1.5em 0 .75em;
	font-family: 'Merriweather', serif;
	font-size: 1.2em;
}

h4 {
	font-weight: 300;
	color: #625049;
	margin: 1.5em 0 .75em;
	font-family: 'Merriweather', serif;
	font-size: 1.1em;
}

p, li, dt, dd {
	line-height: 1.5;
}

li, p + p, dt, dd {
	margin-top: 0;
}

p * {
	margin-top: 0;
}

ul,ol {
	padding-left: 1.5em;
}

blockquote {
    background-color: #eee;
    border-left: 10px solid #ddd;
    margin: 0 0 1.5em;
    padding: 1em;
}

cite {
	margin: 1em 0;
	display: block;
}

img {
	max-width: 100%;
	height: auto;
	border-style: none;
}

a {
	color: #1F3C72;
	transition: color .1s;
}

a[href^="tel:"] {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #625049;
}

a:active {
	transition: color 2s;
	color: blue;
}

a img {
	border: none;
	outline: none;
}

iframe,embed {
	max-width: 100%;
}

button,input,select,textarea {
	font: inherit;
	margin: 0;
}

button,
.button a {
	padding: .25em .75em;
	font-size: 1.1em;
	font-weight: 500;
	color: #1F3C72;
	background-color: rgba(255,255,255,.5);
	border: 2px solid #8AC649;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
}

button:hover,
button:focus,
.button a:hover,
.button a:focus {
	color: #fff;
	background-color: #1F3C72;
	border: 2px solid #1F3C72;
}

table {
	border-collapse: collapse;
	margin: 1em auto 2em;
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: scroll;
}

table caption {
	font-weight: 500;
	text-align: left;
	font-size: 125%;
	padding-bottom: .25em 0;
}

table thead,table tbody {
	max-width: 100%;
}

table thead {
	text-align: left;
}

table th {
	font-weight: 700;
	font-size: 1.05em;
}

table tr {
	border-bottom: 1px solid #eae4de;
}

table tr:hover,table tr:focus {
	background-color: #eae4de;
}

table tr td,table tr th {
	padding: .25em;
	text-align: left;
}

.hidden {
	position: absolute;
	left: -1000em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	clip: rect(0,0,0,0);
	border: 0;
}

.clearfix {
	overflow: hidden;
	content: "";
	visibility: hidden;
	display: block;
	height: 1px;
	width: 1px;
	clear: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a.skip {
	position: absolute;
	top: 0;
	left: -1000em;
	background-color: #354c65;
	color: #fff;
	text-decoration: none;
	border-radius: 0 0 3px 3px;
}

a.skip:focus,
a.skip:hover {
	left: 1em;
	top: 0;
	padding: .5em 1em;
}

header {
	color: #fff;
	background-color: #1F3C72;
}

.logo {
	max-width: 300px;
	height: auto;
	margin: .5em auto;
	display: block;
	text-align: center;
}

@-webkit-keyframes pulse{
  to {
    transform: scale(1.1);
  }
}

@keyframes pulse{
  to {
    transform: scale(1.1);
  }
}

.donate {
	width: 100%;
	text-align: center;
}

.donate a,
a.pulse {
	display: inline-block;
	margin: 0 auto;
	padding: .25em .75em;
	max-width: 60%;
	font-size: 1.1em;
	font-weight: 500;
	color: #1F3C72;
	background-color: #8AC649;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 6px;
}

.donate a .pulse {
	background: url(img/heart_white.png) center center no-repeat;
	width: 32px;
	height: 30px;
	display: inline-block;
	vertical-align: -.5em;
	transform: translateZ(0);
}

a.pulse::after {
	content: '';
	background: url(img/heart_white.png) center center no-repeat;
	width: 32px;
	height: 30px;
	margin-left: .25em;
	display: inline-block;
	vertical-align: -.5em;
	transform: translateZ(0);
}

.donate a:hover .pulse,
.donate a:focus .pulse {
	background: url(img/heart_pink.png) center center no-repeat;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

a.pulse:hover::after,
a.pulse:focus::after {
	content: '';
	background: url(img/heart_pink.png) center center no-repeat;
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

nav {
	margin-bottom: 1em;
	color: #020000;
	border-bottom: 2px solid #85736c;
}

nav .inner {
	padding: 0;
}

nav button {
	transition: none;
	text-transform: uppercase;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: .25em 0;
	font-size: 1.25em;
	font-weight: 600;
	text-align: center;
	background-color: #e5dfdc;
	border: none;
	border-radius: 0;
}

nav button:hover,
nav button:focus {
	color: #fff;
	background-color: #85736c;
	border: none;
}

nav ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	display: none;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] {
	display: block;
	position: static;
	top: auto;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] li {
	flex: unset;
    display: block;
    width: 100%;
}

nav ul [aria-haspopup="true"] + ul[aria-hidden="false"] a {
    text-align: center;
}

nav .open + ul {
	display: block;
}

nav .open + ul li {
	padding: .5em;
	text-align: center;
}

nav .open + ul li:hover,
nav .open + ul li:focus {
	color: #fff;
	background-color: #85736c;
}

nav a {
	text-decoration: none;
	text-align: center;
	color: #222;
	padding: .25em 0;
}

nav li:hover a,
nav li:focus a{
	color: #fff;
	background-color: #85736c;
}

nav li {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	border-bottom: 1px solid #4F4F4F;
}

main .inner {
	display: block;
	padding: 1em 2em;
}

.content {
	flex-basis: 100%;
}

.sidebar {
	margin: 1em 0;
}

.hero {
	display: block;
	position: relative;
	margin: 0 auto;
/* 	background-size: cover;
	height: 320px; */
}

.hero_text {
	padding: 0 0 1em;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: #85736c;
}

.hero_text h1 {
	padding: 0 2em;
	color: #fff;
}

.hero_text .button a {
	background-color: #8AC649;
}

.hero_text .button a:hover,
.hero_text .button a:focus {
	color: #fff;
	background-color: #1F3C72;
}

.feature {
	margin: 0 auto;
	padding: .5em;
	font-size: 1.5em;
	text-align: center;
	background-color: #fff;
}

.secondary {
	/* background: url(img/or_sml.jpg) top center no-repeat; */
	text-align: center;
}

.secondary .inner {
	max-width: 1040px;
}

.secondary h2 {
	color: #1F3C72;
	font-weight: 400;
	font-size: 2em;
}

main {
	width: 100%;
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.callouts {
	background-color: #edecec;
}

.callouts ul {
	position: relative;
	margin: auto;
	padding: 2em;
	width: 100%;
	max-width: 1200px;
	text-align: left;
}

.callouts li {
	position: relative;
	margin: 0 auto 2em;
	padding: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.1);
}

.callouts a {
	text-decoration: none;
}

.callouts figure {
	overflow: hidden;
}

.callouts a img {
	display: block;
	transition: all 0.1s linear;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	transform: scale(1);
	transition: .3s ease-in-out;
}

.callouts a:hover img,
.callouts a:focus img{
	transform: scale(1.1);
}

.callouts h2 {
	color: #fff;
	margin: 0;
	padding: .5em;
	text-align: center;
}

.callouts li:nth-child(1) h2 {
	background-color: #1F3C72;
}

.callouts li:nth-child(2) h2 {
	background-color: #85736c;
}

.callouts li:nth-child(3) h2 {
	background-color: #037cc2;
}

.callouts .details {
	padding: 1em;
}

.callouts .subheading {
	font-size: 1.2em;
}

.callouts li:nth-child(1) .subheading {
	color: #1F3C72;
}

.callouts li:nth-child(2) .subheading {
	color: #85736c;
}

.callouts li:nth-child(3) .subheading {
	color: #037cc2;
}

.callouts p {
	margin-top: .25em;
}

.captions > div {
	margin-bottom: 2em;
}

.captions > div:nth-of-type(3n+1) {
	color: #1F3C72;
	background-color: #dce4f2;
}

.captions > div:nth-of-type(3n+2) {
	color: #625049;
	background-color: #e5dfdc;
}

.captions > div:nth-of-type(3n+3) {
	color: #000;
	background-color: #e4e4e4;
}

.captions img {
	display: block;
	width: 100%;
}

.captions .details {
	padding: .5em 1.25em;
}

.credit {
	margin:  .25em 0;
	font-size: .9em;
	text-align: right;
}

.wp-post-image {
	width: 100%;
	height: 100%;
}

.single .wp-post-image {
	height: auto;
}

.time-authored {
	margin: .25em 0 1em;
}

.directors {
	padding-left: 0;
}

.directors li {
	list-style: none;
	margin-bottom: 1em;
	position: relative;
}

.directors img {
	display: block;
	width: 100%;
}

.directors .filler {
	display: block;
	color: #1F3C72;
	background-color: #dce4f2;
	width: 100%;
	height: 100%;
	min-height: 280px;
}

.directors .filler:after {
	content: 'Photo coming soon';
	display: block;
	position: relative;
	top: 50%;
	text-align: center;
}

.directors .title {
	padding: .5em;
	color: #fff;
	background-color: #1F3C72;
}

.directors .no_image .title {
	z-index: 10;
/*     -webkit-transform: translateY(-100%);
            transform: translateY(-100%); */
}

.directors p {
	color: #fff;
	margin: .25em 0;
	font-weight: 400;
}

.directors span {
	display: block;
	font-size: .9em;
}

/* Collapsible content */

.buttons {
	text-align: right;
}

.buttons button {
	margin-bottom: 1em;
}

.collapsible {
	margin: 1em 0;
}

.collapsible h3 {
	margin: 0;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	position: relative;
	text-align: left;
}

.collapsible h3 [aria-expanded] {
	width: 100%;
	text-align: left;
}

.collapsible h3 [aria-expanded] .state {
	margin-right: .25em;
	border-right: 2px solid #fff;
	display: inline-block;
	width: 1.75em;
	height: 1.75em;
	vertical-align: middle;
}

.collapsible h3 [aria-expanded="false"] .state {
	background: #85736c url(img/plus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible h3 [aria-expanded="true"] .state {
	background: #1F3C72 url(img/minus.svg) center center no-repeat;
	background-size: 1em;
}

.collapsible button[aria-expanded] {
	padding: 0;
	color: #000;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-weight: 300;
	text-transform: none;
}

.collapsible button[aria-expanded="true"] {
	color: #fff;
	background-color: #1F3C72;
}

.collapsible h3 + [aria-hidden] {
	display: none;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.collapsible h3 + [aria-hidden="false"] {
	display: block;
    -webkit-animation: fadeIn 1s ease;
            animation: fadeIn 1s ease;
}

.collapsible .details {
	padding: 1em;
	background-color: #DCE4EF;
}

.hilite {
	margin: 1em 0;
	padding: .5em 1.5em;
	font-size: 1.1em;
	background-color: #dce4f2;
	display: inline-block;
	width: 100%;
}

.hilite > h2 {
	margin-top: .5em;
}

.blocks,
.hidden-blocks {
	padding-left: 0;
	clear: both;
}

.hidden-blocks {
	perspective: 1000px;
}

.blocks li,
.hidden-blocks li {
	margin-bottom: 1em;
	padding: .5em;
	list-style: none;
	text-align: center;
}

.blocks li:nth-of-type(6n + 1),
.hidden-blocks li:nth-of-type(6n + 1) {
	color: #fff;
	background-color: #85736c;
}

.blocks li:nth-of-type(6n + 2),
.hidden-blocks li:nth-of-type(6n + 2) {
	color: #fff;
	background-color: #1F3C72;
}

.blocks li:nth-of-type(6n + 3),
.hidden-blocks li:nth-of-type(6n + 3) {
	color: #1F3C72;
	background-color: #dce4f2;
}

.blocks li:nth-of-type(6n + 4),
.hidden-blocks li:nth-of-type(6n + 4) {
	color: #fff;
	background-color: #505050;
}

.blocks li:nth-of-type(6n + 5),
.hidden-blocks li:nth-of-type(6n + 5) {
	color: #fff;
	background-color: #1F3C72;
}

.blocks li:nth-of-type(6n + 6),
.hidden-blocks li:nth-of-type(6n + 6) {
	color: #000;
	background-color: #e4e4e4;
}

.blocks li:nth-of-type(6n + 7),
.hidden-blocks li:nth-of-type(6n + 7) {
	color: #000;
	background-color: #e4e4e4;
}

.blocks li:nth-of-type(6n + 8),
.hidden-blocks li:nth-of-type(6n + 8) {
	color: #fff;
	background-color: #1F3C72;
}

.blocks .large {
	margin: .25em 0;
	font-size: 1.75em;
	font-weight: 600;
}

.card {
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 1em;
	width: 100%;
	text-align: center;
}

@media (min-width: 600px) {
	.card {
		min-height: 10em;
	}
}

.card-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1em;
	transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}

.card-content > * + * {
	margin-top: 1em;
}

.hidden-blocks .title {
	margin: 0 auto;
	padding: .25em 1em;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	max-width: 85%;
}

.hidden-blocks li:nth-of-type(6n + 3) .title {
	color: #1F3C72;
	border-color: #1F3C72;
}

.hidden-blocks li:nth-of-type(6n + 6) .title {
	color: #505050;
	border-color: #505050;
}

.hidden-blocks li:nth-of-type(6n + 7) .title {
	color: #505050;
	border-color: #505050;
}

@media (hover: hover) and (min-width: 600px) {
	.card:after {
		transform: translateY(0);
	}

	.card-content {
		transform: translateY(calc(100% - 7.5em));
	}

	.card-content > *:not(.title) {
		opacity: 0;
		transform: translateY(1em);
		transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
	}

	.card:hover,
	.card:focus-within {
		align-items: center;
	}
	.card:hover:before,
	.card:focus-within:before {
		transform: translateY(-4%);
	}
	.card:hover:after,
	.card:focus-within:after {
		transform: translateY(-50%);
	}
	.card:hover .card-content,
	.card:focus-within .card-content {
		transform: translateY(0);
	}
	.card:hover .card-content > *:not(.title),
	.card:focus-within .card-content > *:not(.title) {
		opacity: 1;
		transform: translateY(0);
		transition-delay: calc(700ms / 8);
	}

	.card:focus-within:before, .card:focus-within:after,
	.card:focus-within .card-content,
	.card:focus-within .card-content > *:not(.title) {
		transition-duration: 0s;
	}
}

.post {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddddde;
	display: block;
}

.post h2 {
	margin: 0 0 .25em;
}

.time-authored {
	margin: .1em 0 1em;
	font-size: .75em;
	text-transform: uppercase;
}

.post .wp-post-image {
	height: auto;
}

.row {
	margin: 2em 0;
	padding-bottom: 2em;
	border-bottom: 1px solid #e5dfdc;
}

.blog .row,
.archive .row,
.category .row {
	margin: 0;
	border-bottom: none;
}

.row:last-of-type {
	border-bottom: none;
}

.row a {
	text-decoration: none;
}

.row a.read-more {
	text-decoration: underline;
}

.row img {
	max-width: 20%;
	display: inline-block;
	margin: 0 2em 2em 0;
	vertical-align: top;
}

.row a:hover img,
.row a:focus img {
	border: 4px solid #222;
}

.row .details {
	display: inline-block;
	max-width: 75%;
}

.row .details h2 {
	margin: 0;
	padding: 0 0 .25em 0;
	font-size: 1.1em;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #333;
	display: inline-block;
}

.sectionnav {
	padding: 1em 0;
}

.sectionnav h3 {
	margin-top: 0;
	font-size: 1.1em;
}

.blog .sectionnav h3,
.single .sectionnav h3,
.category .sectionnav h3 {
	padding: .5em;
}

.sectionnav a {
	text-decoration: none;
}

.sectionnav h3 a {
	padding: .5em;
	color: #85736c;
	border: 1px solid transparent;
}

.sectionnav h3 a:hover,
.sectionnav h3 a:focus {
	border: 1px solid #85736c;
}

.sectionnav ul {
	padding-left: 0;
}

.sectionnav li {
	list-style: none;
	margin: .5em 0;
	padding: .25em .5em;
	border: 1px solid transparent;
}

.sectionnav li:hover,
.sectionnav li:focus,
.sectionnav li.current_page_item {
	border: 1px solid #333;
}

.sectionnav li a {
	color: #333;
}

/* Default gallery */
.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-item {
	margin: 1em;
}

@supports (display: grid) {
	.gallery {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
		grid-gap: 1em;
	}

	.gallery-item {
		margin: 0;
	}
}

.gallery-caption {
	margin: 0;
	text-align: center;
}

.gallery br {
	display: none;
}

.alignleft,img.alignleft,
.alignright,img.alignright,
.aligncenter,img.aligncenter {
	display: block;
	clear: both;
	margin: 1.5em auto;
}

@media screen and (min-width: 480px) {
	
	.alignleft,img.alignleft {
		display: inline-block;
		float: left;
		margin: 1em 2.5em 2.5em 0;
	}

	.alignright,img.alignright {
		display: inline-block;
		float: right;
		margin: 1em 0 2.5em 2.5em;
	}
}

.wp-caption {
	max-width: 100%;
	position: relative;
	display: block;
}

.wp-caption img {
	display: block;
	max-width: 100%;
	height: auto;
}

.wp-caption p.wp-caption-text {
	display: block;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: .5em;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #222;
	background: rgba(0,0,0,0.7);
}

ul.navigation {
	margin: 0;
	padding: 0 !important;
	list-style-type: none;
}

ul.navigation li {
	float: right;
}

ul.navigation li.newer {
	float: left;
}

.testimonial {
	background-color: #e5dfdc;
	background-color: rgba(229, 223, 220,0.3);
	border-top: 1px solid rgba(229, 223, 220, 0.5);;
	font-family: 'Merriweather', serif;
	font-size: 1.25em;
	line-height: 1.5;
}

.testimonial blockquote {
	color: #85736c;
	background-color: transparent;
	border-left: none;
	margin: auto;
	padding: 1em;
}

/* Canada Helps form */
#iFrameResizer0 {
	max-width: 900px;
}

footer {
	padding: 1em 0;
	position: relative;
	bottom: 0;
	width: 100%;
	color: #fff;
	background-color: #1F3C72;
}

footer h3 {
	margin-top: 0;
	color: #8AC649;
}

footer .col {
	margin-bottom: 2em;
}

footer .col a {
	color: #fff;
}

footer .col a:hover,
footer .col a:focus {
	color: #8AC649;
}

footer ul {
	padding-left: 0;
}

footer li {
	list-style: none;
}

footer li a {
	text-decoration: none;
}

.facebook {
	margin-left: 1em;
}

@media screen and (min-width: 600px) {
	.directors {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.directors li {
		flex-basis: 49%;
	}
}

@media screen and (min-width: 769px) {
	html {
		font-size: 18px;
	}

	.inner {
		display: flex;
		justify-content: space-between;
	}

	header .inner {
		align-items: center;
	}

	:not(.home) > main {
		padding-bottom: 5em;
	}

	:not(.home) > main .inner {
		padding: 1em;
		display: flex;
		justify-content: space-between;
	}

	.logo {
		margin: .5em 0;
		text-align: left;
	}

	.donate {
		width: auto;
	}

	.donate a {
		max-width: none;
		margin: auto;
	}

	nav button {
		display: none;
	}

	nav ul {
		display: flex;
		justify-content: space-between;
	}

	nav li {
		margin: auto;
		width: auto;
		border-bottom: none;
	}

	nav a {
		display: block;
		text-decoration: none;
		text-align: center;
		padding: .5em;
	}

	:not(.home) > nav .current-menu-item a,
	:not(.home) nav .current-page-ancestor a {
		color: #fff;
		background-color: #85736c;
	}

	.hero {
		background-size: cover;
	}

	.hero_image {
		display: none;
	}

	.hero_text {
		position: relative;
		top: 2em;
		max-width: 550px;
		margin: auto;
		padding: 1em;
		display: flex;
		flex-direction: column;
		justify-content: center;
		color: #625049;
		background-color: #fff;
		background-color: rgba(255,255,255,0.8);
	}

	.hero_text h1 {
		padding: 0;
		color: #625049;
	}

	.hero_text .button a {
		color: #1F3C72;
		background-color: transparent;
	}

	.feature h1 {
		font-size: 2em;
	}

	.secondary {
		padding-top: 4em;
		background: url(img/or.jpg) top center no-repeat;
	}

	.sidebar {
		flex-basis: 35%;
		margin-right: 2em;
	}

	.blog .sidebar,
	.single .sidebar,
	.category .sidebar {
		margin-right: 1em;
	}

	.post {
		display: flex;
		justify-content: space-between;
	}

	.post .img {
		flex-basis: 28%;
	}

	.post .details {
		flex-basis: 68%;
	}

	.content {
		flex-basis: 100%;
	}

	.callouts ul {
		display: flex;
	  	justify-content: space-between;
	}

	.callouts li {
		flex-basis: 33%;
	}

	@supports (display: grid) {
		.callouts ul {
			display: -ms-grid;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-gap: 1em;
		}
	}

	.captions  {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.captions > div {
		flex-basis: 48%;
	}

	.captions img {
		max-height: 270px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.captions .details {
		display: flex;
		flex-direction: column;
	}

	.credit {
		align-self: flex-end;
	}

	.blocks,
	.hidden-blocks {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blocks li {
		flex-basis: 30%;
	}

	.hidden-blocks li {
		flex-basis: 48%;
	}

	@supports (display: grid) {
		.blocks {
			display: -ms-grid;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			grid-gap: 1em;
		}

		.hidden-blocks {
			display: -ms-grid;
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			grid-gap: 1em;
		}

		.blocks li,
		.hidden-blocks li {
			margin-bottom: 0;
		}
	}

	.directors {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.directors li {
		margin-bottom: 0;
		flex-basis: 33.3333%;
		float: left;
		overflow: hidden;
	}

	.directors .filler {
		min-height: 300px;
	}

	.directors .title {
		/* position: absolute; */
		top: 100%;
		left: 0;
		width: 100%;
		height: auto;
		padding: .5em 1em;
		text-align: left;
	    /* -webkit-transform: translateY(-100%);
	            transform: translateY(-100%); */
	}

	.directors span {
		font-size: .7em;
	}

	.directors img {
		display: block;
		width: 100%;
		background-color: #f7f7f7;
		-webkit-filter: grayscale(100%);
		        filter: grayscale(100%);
	}

	.directors li:hover img,
	.directors li:focus img {
		display: block;
		width: 100%;
		-webkit-filter: grayscale(0%);
		        filter: grayscale(0%);
	}

	@supports (display: grid) {
		.directors {
			display: -ms-grid;
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			-ms-grid-rows: minmax(280px, 1fr);
			grid-template-rows: minmax(280px, 1fr);
			grid-gap: 1em;
		}
	}

	.collapsible h3 {
		display: flex;
		justify-content: flex-start;
	}

	.collapsible h3 [aria-expanded] {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.testimonial {
		min-height: 400px;
	}

	.testimonial blockquote {
		width: 60%;
		margin-top: 1em;
		margin-left: 44%;
		position: relative;
	}

	.testimonial blockquote:before {
		content: url(img/quotes.png);
		position: absolute;
		top: 1em;
		left: -4em;
	}

	footer {
		font-size: 1em;
	}

	footer .col {
		flex-basis: 30%;
	}

	@supports (display: grid) {
		footer .inner {
			display: -ms-grid;
			display: grid;
			-ms-grid-columns: 1fr 1fr 1fr;
			grid-template-columns: 1fr 1fr 1fr;
			grid-gap: 1em;
		}
	}
}

@media screen and (min-width: 1200px) {
	.hero_text {
		top: 3em;
		max-width: 350px;
	}

	.directors li {
		flex-basis: 25%;
	}

	@supports (display: grid) {
		.directors {
			display: -ms-grid;
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			-ms-grid-rows: minmax(300px, 1fr);
			grid-template-rows: minmax(300px, 1fr);
			grid-gap: 1em;
		}
	}
}