/**
 * css/main.css
 *
 * Main stylesheet for pyoca.org
 *
 * @file main.css
 * @author Andrew R. Taylor
 * @copyright Pyoca Camp, Conference & Retreat Center
 * @css-for All browsers
 *
 * $1 Reset
 * $2 General
 * $3 Header
 * $4 Content
 * $5 Footer
 * $6 Media queries
 */


 /**
 * $1
 * @section Reset styles
 * This section contains reset styles to give all browers an even CSS playing field.
 */

[hidden] {
	display: none;
}

a {
	background: transparent;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border: 0 none;
	font-variant: normal;
	margin: 0;
	padding: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

acronym {
	border: 0 none;
	font-variant: normal;
}

address {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

article {
	display: block;
	margin: 0;
	padding: 0;
}

aside {
	display: block;
	margin: 0;
	padding: 0;
}

audio {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

b {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

blockquote{
	display: block;
	margin: 0;
	padding: 0;
	quotes: none;
}

blockquote:after,
blockquote:before {
	content: '';
	content: none;
}

body {
	margin: 0;
	padding: 0;
}

button {
	-webkit-appearance: button;
	color: inherit;
	cursor: pointer;
	font: inherit;
	overflow: visible;
	text-transform: none;
	vertical-align: baseline;
}

button::-moz-focus-inner {
	border: 0 none;
}

canvas {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

caption {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
}

cite {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

code {
	font-family: monospace;
	*font-size: 108%;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 0;
}

dd {
	display: block;
	margin: 0;
	padding: 0;
}

del {
	margin: 0;
	padding: 0;
	text-decoration: line-through;
}

details {
	display: block;
	margin: 0;
	padding: 0;
}

dfn {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

div {
	display: block;
	margin: 0;
	padding: 0;
}

dl {
	display: block;
	margin: 0;
	padding: 0;
}

dt {
	display: block;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	display: block;
	margin: 0;
	padding: 0;
}

figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

figure {
	display: block;
	margin: 0;
	padding: 0;
}

footer {
	display: block;
	margin: 0;
	padding: 0;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

header {
	display: block;
	margin: 0;
	padding: 0;
}

hgroup {
	display: block;
	margin: 0;
	padding: 0;
}

hr {
	border: 0 none;
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

i {
	font-style: italic;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

input {
	color: inherit;
	font: inherit;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

input::-moz-focus-inner {
	border: 0 none;
}

input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="checkbox"] {
	box-sizing: border-box;
}

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

input[type="radio"] {
	box-sizing: border-box;
}

input[type="reset"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

kbd {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

label {
	cursor: default;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

legend {
	border: 0 none;
	margin: 0;
	padding: 0;
}

li {
	display: list-item;
	margin: 0;
	padding: 0;
}

main {
	display: block;
	margin: 0;
	padding: 0;
}

mark {
	background-color: #ffff00;
	color: #000000;
}

menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav {
	display: block;
	margin: 0;
	padding: 0;
}

noscript {
	display: block;
	margin: 0;
	padding: 0;
}

ol {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

optgroup {
	font-style: normal;
}

output {
	display: block;
	margin: 0;
	padding: 0;
}

p {
	display: block;
	margin: 0;
	padding: 0;
}

pre {
	display: block;
	font-family: monospace;
	*font-size: 108%;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: auto;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

q {
	margin: 0;
	padding: 0;
	quotes: none;
}

q:after, q:before {
	content: '';
	content: none;
}

samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1;
	margin: 0;
	padding: 0;
}

section {
	display: block;
	margin: 0;
	padding: 0;
}

select {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-transform: none;
	vertical-align: baseline;
}

small {
	font-size: 90%;
	margin: 0;
	padding: 0;
}

span {
	display: inline;
	margin: 0;
	padding: 0;
}

strong {
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

sub {
	font-size: 75%;
	margin: 0;
	padding: 0;
	vertical-align: sub;
}

summary {
	display: block;
	margin: 0;
	padding: 0;
}

sup {
	font-size: 75%;
	margin: 0;
	padding: 0;
	vertical-align: super;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	font-size: inherit;
	margin: 0;
	padding: 0;
}

textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

td {
	display: table-cell;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

template {
	display: none;
}

th {
	display: table-cell;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

tr {
	display: table-row;
	margin: 0;
	padding: 0;
}

tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 1;
}

ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

var {
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

video {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


 /**
 * $2
 * @section General styles
 * This section contains common styles to be shared by all parts of the HTML document.
 */
 
:root {
    --pyoca-red: #783132;
    --pyoca-dk-blue: #274652;
    --pyoca-lt-blue: #4a7e8a;
    --pyoca-green: #718951;
    --pyoca-beige: #c9bead;
}

html {
	font-size: 100%;
	font-size: 16px;
}

body {
	font: normal normal normal 16px/1.625 'myriad-pro', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1.0rem;
	min-width: 1000px;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.clearfix:before {
	content: "";
	display: table;
}

.container {
	overflow: hidden;
}

.container * {
	max-height: 100%;
	max-width: 100%;
}

.content-wrapper {
	margin: 0 auto;
	max-width: 1200px;
	max-width: 75rem;
	min-width: 1000px;
	min-width: 62.5rem;
	padding: 0;
	position: relative;
	width: 80%;
}

.flip-horizontal {
	filter: FlipH;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.flip-vertical {
	filter: FlipV;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}

.iframe-container iframe {
	max-height: 100%;
	max-width: 100%;
}

.image-container img {
	max-height: 100%;
	max-width: 100%;
}

.invert {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.no-wrap {
	white-space: nowrap;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

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


/**
 * $3
 * @section Header styles
 * This section contains styles for the header of the HTML document.
 */

#pyoca-header {
    border: 0 none;
    position: relative;
	z-index: 1;
}

#pyoca-header, #pyoca-header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-top {
    background-color: #ffffff;
    /*background-image: url(/https/www.pyoca.org/images/2019/LongTreeGraphic.png);*/
    background-position: center 2px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#header-logo {
    /*background-image: linear-gradient(to right, transparent, #ffffff 33%, #ffffff 66%, transparent);*/
    padding: 6px;
    text-align: center;
}

#header-logo img {
    height: auto;
    max-width: 100%;
    width: 320px;
    width: 20rem;
}

#header-nav {
    background-color: #4a7e8a;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

#header-nav a {
	color: #ffffff;
}

#header-nav .nav-icon {
    background-color: #4a7e8a;
    border: 0;
    cursor: pointer;
    display: none;
    height: auto;
    margin: 0;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
    width: auto;
}

#header-nav .nav-icon-line {
    background-color: #ffffff;
    border-radius: 1px;
    display: block;
    height: 4px;
    margin: 4px 0;
    max-width: 24px;
    transition: all 0.5s ease-in-out 0s;
    width: 24px;
}

#header-nav.open #header-nav-icon-line-one {
    transform: translateY(8px) rotate(45deg);
}

#header-nav.open #header-nav-icon-line-two {
    max-width: 0;
}

#header-nav.open #header-nav-icon-line-three {
    transform: translateY(-8px) rotate(-45deg);
}

#header-nav .nav-menu {
    position: relative;
}

#header-nav .nav-menu a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: color 0.25s linear 0.25s;
	-moz-transition: color 0.25s linear 0.25s;
	-ms-transition: color 0.25s linear 0.25s;
	-o-transition: color 0.25s linear 0.25s;
	transition: color 0.25s linear 0.25s;
}

#header-nav .nav-menu a:hover {
	-webkit-transition: color 0.25s linear 0s;
	-moz-transition: color 0.25s linear 0s;
	-ms-transition: color 0.25s linear 0s;
	-o-transition: color 0.25s linear 0s;
	transition: color 0.25s linear 0s;
}

#header-nav .nav-menu li {
	-webkit-transition: background-color 0.25s linear 0.25s;
	-moz-transition: background-color 0.25s linear 0.25s;
	-ms-transition: background-color 0.25s linear 0.25s;
	-o-transition: background-color 0.25s linear 0.25s;
	transition: background-color 0.25s linear 0.25s;
}

#header-nav .nav-menu li:hover {
	-webkit-transition: background-color 0.25s linear 0s;
	-moz-transition: background-color 0.25s linear 0s;
	-ms-transition: background-color 0.25s linear 0s;
	-o-transition: background-color 0.25s linear 0s;
	transition: background-color 0.25s linear 0s;
}

#header-nav .nav-menu-header {
    cursor: pointer;
    font-size: 20px;
	font-size: 1.25rem;
	padding: 12px 0;
	padding: 0.75rem 0;
	text-align: center;
	white-space: nowrap;
}

#header-nav .nav-menu-item {
    position: relative;
}

#header-nav .nav-menu-item:hover {
    background-color: #274652;
}

#header-nav .nav-menu-item:hover > .nav-menu-header {
	color: #718951;
}

#header-nav .nav-sub-menu {
    background-color: inherit;
	left: -9999px;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: left 0s linear 0.5s, opacity 0.25s linear 0.25s;
	-moz-transition: left 0s linear 0.5s, opacity 0.25s linear 0.25s;
	-ms-transition: left 0s linear 0.5s, opacity 0.25s linear 0.25s;
	-o-transition: left 0s linear 0.5s, opacity 0.25s linear 0.25s;
	transition: left 0s linear 0.5s, opacity 0.25s linear 0.25s;
	z-index: 99999;
}

#header-nav .nav-menu-item:hover > .nav-sub-menu {
	left: 0;
	opacity: 1;
	-webkit-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-moz-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-ms-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-o-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	transition: left 0s linear 0s, opacity 0.25s linear 0s;
}

#header-nav .nav-sub-menu-item {
    position: relative;
}

#header-nav .nav-sub-menu-item .nav-sub-menu-header,
#header-nav .nav-sub-menu-item a {
    padding: 8px 16px;
	padding: 0.5rem 1.0rem;
}

#header-nav .nav-sub-menu-item .nav-sub-menu-header {
    cursor: pointer;
}

#header-nav .nav-sub-menu-item:hover {
    background-color: #4a7e8a;
}

#header-nav .nav-sub-menu-item:hover > .nav-sub-menu {
	left: 32px;
	opacity: 1;
	-webkit-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-moz-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-ms-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	-o-transition: left 0s linear 0s, opacity 0.25s linear 0s;
	transition: left 0s linear 0s, opacity 0.25s linear 0s;
}

#header-nav .nav-sub-menu-item:hover > .nav-sub-menu .nav-sub-menu-item:hover {
    background-color: #718951;
}


/**
 * $4
 * @section Main content styles
 * This section contains styles for the main content of the HTML document.
 */

#pyoca-main {
	min-height: 320px;
	min-height: 20rem;
	position: relative;
	z-index: 0;
}

#pyoca-main, #pyoca-main * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pyoca-main a {
    color: #718951;
}

#pyoca-main button,
#pyoca-main input[type="submit"],
#pyoca-main .button {
    background-color: #718951;
    border: 2px solid #dddddd;
	color: #ffffff;
	display: inline-block;
	*display: inline;
	font-weight: bold;
	padding: 12px 16px;
	padding: 0.75rem 1.0rem;
    text-decoration: none;
	*zoom: 1;
}

#pyoca-main button:hover,
#pyoca-main input[type=submit]:hover,
#pyoca-main .button:hover {
	background-color: #783132;
	text-decoration: none;
}

#pyoca-main fieldset {
	border: 2px solid #c9bead;
	margin: 16px auto;
	margin: 1.0rem auto;
	padding: 16px;
	padding: 1.0rem;
}

#pyoca-main fieldset legend {
	font-size: 22px;
	font-size: 1.375rem;
}

#pyoca-main h1 {
	font-size: 42px;
	font-size: 2.625rem;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

#pyoca-main h2 {
	font-size: 32px;
	font-size: 2.0rem;
	margin: 0 0 12px;
	margin: 0 0 0.75rem;
}

#pyoca-main h3 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1;
	margin: 0 0 16px;
	margin: 0 0 1.0rem;
}

#pyoca-main h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 1.182;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}

#pyoca-main h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0 0 5px;
	margin: 0 0 0.3125rem;
}

#pyoca-main h6 {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
	line-height: 1.444;
	margin: 0 0 5px;
	margin: 0 0 0.3125rem;
}

#pyoca-main hr {
	border: 0 none;
	border-top: 2px solid #dddddd;
}

#pyoca-main input,
#pyoca-main select,
#pyoca-main textarea {
	border: 2px solid #c9bead;
	margin: 2px 0;
	margin: 0.125rem 0;
	padding: 4px;
	padding: 0.25rem;
}

#pyoca-main input:focus,
#pyoca-main select:focus,
#pyoca-main textarea:focus {
	border-color: #718951;
	outline: 0 none;
}

#pyoca-main input.error,
#pyoca-main select.error,
#pyoca-main textarea.error {
	background-color: #ffccaa;
	border-color: #ff0000;
}

#pyoca-main fieldset .row input,
#pyoca-main fieldset .row select,
#pyoca-main fieldset .row textarea {
	width: 100%;
}

#pyoca-main ol.decimal {
	list-style: decimal inside;
}

#pyoca-main p {
	margin: 0 0 16px;
	margin: 0 0 1.0rem;
}

#pyoca-main p.indented {
	padding-left: 0;
	text-indent: 32px;
	text-indent: 2.0rem;
}

#pyoca-main table.data {
	border: 2px solid #dddddd;
	margin: 0 0 16px;
	margin: 0 0 1.0rem;
}

#pyoca-main table.data tr:nth-child(odd),
#pyoca-main table.data tr.odd {
	background-color: #eeeeee;
}

#pyoca-main table.data th,
#pyoca-main table.data td {
	border: 1px solid #dddddd;
	padding: 8px 16px;
	padding: 0.5rem 1.0rem;
}

#pyoca-main table.data th {
	background-color: #cccccc;
	font-weight: bold;
	text-align: left;
}

#pyoca-main ul {
	margin: 0 0 16px;
	margin: 0 0 1.0rem;
}

#pyoca-main ul.messages {
	font-weight: bold;
}

#pyoca-main ul.messages li.error {
	color: #ff0000;
}

#pyoca-main ul.messages li.notice {
	color: #00aa00;
}

#pyoca-main ul.square {
	list-style: square inside;
}

#pyoca-main ul.staff-info {
	margin-bottom: 32px;
	margin-bottom: 2.0rem;
}

#pyoca-main .content-row {
	border-top: 2px solid #dddddd;
	position: relative;
	z-index: 3;
}

#pyoca-main .content-row:before {
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
	border-top: 25px solid #dddddd;
	content: '';
	height: 0;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: -2px;
	width: 0;
	z-index: 1;
}

#pyoca-main .content-row:after {
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	content: '';
	height: 0;
	margin: 0 auto;
	left: 0;
	position: absolute;
	right: 0;
	top: -2px;
	width: 0;
	z-index: 2;
}

#pyoca-main .content-wrapper {
	padding: 30px 0;
	padding: 1.875rem 0;
}

#pyoca-main .framed {
	border: 1px solid #000000;
	outline: 0 none;
}

#pyoca-main .indented {
	padding-left: 32px;
	padding-left: 2.0rem;
}

#pyoca-main .praesidium {
	display: none;
}

#pyoca-main #content-top {
	background-color: #ffffff;
}

#pyoca-main #content-top:before {
	display: none;
}

#pyoca-main #content-top #promo {
	height: 315px;
	width: 100%;
}

#pyoca-main #content-top .iframe-container {
	text-align: center;
}

#pyoca-main #content-top p {
	padding: 0 32px;
	padding: 0 2rem
}

#pyoca-main #content-middle {
	background-color: #ffffff;
	padding: 0;
}

#pyoca-main #content-middle:after {
	border-top: 20px solid #f7f7f7;
}

#pyoca-main #content-announcements {
	background-color: #f7f7f7;
}

#pyoca-main #content-announcements:after {
	border-top: 20px solid #ffffff;
}

#pyoca-main #announcements {
	padding: 10px 0 0;
	padding: 0.625rem 0 0;
}

#pyoca-main #announcements .announcement {
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left: 0 none;
	margin: 0 auto 28px;
	margin: 0 auto 1.75rem;
	height: 240px;
	height: 15rem;
	overflow: auto;
}

#pyoca-main #announcements .announcement .image-container {
	height: 100%;
}

#pyoca-main #announcements .announcement .image-container img {
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

#pyoca-main #announcements .announcement-content {
	height: 100%;
	overflow: auto;
	padding: 14px 20px;
	padding: 0.875rem 1.25rem;
}

#pyoca-main #announcements .announcement-content:before {
	border-bottom: 15px solid transparent;
	border-left: 20px solid #783132;
	border-top: 15px solid transparent;
	content: '';
	float: left;
	padding-right: 16px;
	padding-right: 1.0rem;
}

#pyoca-main #social-media-feeds {
	padding: 10px 0;
	padding: 0.625rem 0;
	text-align: center;
}

#pyoca-main #social-media-feeds .feed {
	height: 100%;
	min-height: 450px;
	min-height: 28.125rem;
}

#pyoca-main #social-media-feeds #feed-mailchimp,
#pyoca-main #social-media-feeds #feed-instagram {
	border-left: 2px solid #dddddd;
}

#pyoca-main #social-media-feeds #feed-instagram iframe {
	display: inline-block !important;
}

#pyoca-main #social-media-feeds #feed-mailchimp #mc_embed_signup {
    background: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 430px;
    width: 320px;
}

#pyoca-main #social-media-feeds #feed-mailchimp input.button {
    height: auto;
}

#pyoca-main #content-bottom {
	background-color: #fef6c3;
	border-top-width: 2px;
	padding: 0;
}

#pyoca-main #content-bottom:after {
	border-top: 20px solid #f7f7f7;
}

#content-bottom .content-wrapper {
	text-align: center;
}

#pyoca-main #content-description {
	border-left: 2px solid #dddddd;
	min-height: 320px;
	min-height: 20rem;
	padding-bottom: 16px;
	padding-bottom: 1.0rem;
	padding-left: 32px;
	padding-left: 2.0rem;
}

#pyoca-main #content-description .image-container {
	margin-bottom: 16px;
	margin-bottom: 1.0rem;
	text-align: center;
}

#pyoca-main #content-description .image-container img {
	height: auto;
	max-height: 320px;
	max-height: 20rem;
	max-width: 80%;
	width: auto;
}

#pyoca-main #content-side-nav {
	padding-bottom: 16px;
	padding-bottom: 1.0rem;
	padding-right: 32px;
	padding-right: 2.0rem;
	position: relative;
	text-align: right;
}

#pyoca-main #content-side-nav .current,
#pyoca-main #content-side-nav .current-menu {
	font-weight: bold;
	position: relative;
}

#pyoca-main #content-side-nav .current:before {
	border-bottom: 16px solid transparent;
	border-bottom-width: 1.0rem;
	border-right: 24px solid #dddddd;
	border-right-width: 1.5rem;
	border-top: 16px solid transparent;
	border-top-width: 1.0rem;
	bottom: 0;
	content: '';
	height: 0;
	position: absolute;
	right: -34px;
	right: -2.125rem;
	top: -4px;
	top: -0.25rem;
	width: 0;
	z-index: 1;
}

#pyoca-main #content-side-nav .current:after {
	border-bottom: 16px solid transparent;
	border-bottom-width: 1.0rem;
	border-right: 20px solid #ffffff;
	border-right-width: 1.25rem;
	border-top: 16px solid transparent;
	border-top-width: 1.0rem;
	bottom: 0;
	content: '';
	height: 0;
	position: absolute;
	right: -36px;
	right: -2.25rem;
	top: -4px;
	top: -0.25rem;
	width: 0;
	z-index: 2;
}

#pyoca-main #content-side-nav .current a,
#pyoca-main #content-side-nav .current-menu a {
	color: #000000;
}

#pyoca-main #content-side-nav ul {
	margin-top: 24px;
	margin-top: 1.5rem;
}

#pyoca-main #content-side-nav li {
	margin: 8px 0;
	margin: 0.5rem 0;
}

#pyoca-main #content-side-nav .sub-nav {
	margin-top: 8px;
	margin-top: 0.5rem;
	font-size: 85%;
}

#pyoca-main #content-side-nav .sub-nav a {
	color: #888888;
}

#pyoca-main #content-side-nav .sub-nav .current a,
#pyoca-main #content-side-nav .sub-nav .current-menu a  {
	color: #222222;
}

#pyoca-main #social-media-shares {
	border-top: 2px solid #dddddd;
	padding-top: 16px;
	padding-top: 1.0rem;
}

#social-media-shares li {
	display: inline-block;
	*display: inline;
	margin-right: 16px;
	margin-right: 1.0rem;
	*zoom: 1;
}

#social-media-shares li * {
	vertical-align: top !important;
}

#pyoca-main #synod-presbyteries li {
	display: inline-block;
	*display: inline;
	margin: 16px 20px 0;
	margin: 1.0rem 1.25rem 0;
	*zoom: 1;
}

#pyoca-main #synod-presbyteries img {
	vertical-align: middle;
}


/**
 * $5
 * @section Footer styles
 * This section contains styles for the footer of the HTML document.
 */

#pyoca-footer {
    background-color: #ffffff;
    border-top: 24px solid #4a7e8a;
    position: relative;
	z-index: 1;
}

#pyoca-footer, #pyoca-footer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#pyoca-footer .content-wrapper {
    padding: 16px 0;
    padding: 1rem 0;
}

#pyoca-footer a {
    color: #783132;
}

#footer-content {
    background-image: url(/https/www.pyoca.org/images/2019/LongTreeGraphic.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 0 112px;
    padding: 0 0 7rem;
}

#footer-nav {
    text-shadow: 2px 2px #ffffff;
}

#footer-nav .nav-menu {
    display: flex;
    justify-content: center;
    text-align: center;
}

#footer-nav .nav-menu-item {
    display: inline-block;
    margin: 16px;
    margin: 1rem;
    padding: 0 16px;
    padding: 0 1rem;
    text-align: left;
    vertical-align: top;
}

#footer-nav .nav-menu-header {
    color: #274652;
    font-weight: bold;
}

#footer-nav .nav-sub-menu-header {
    color: #4a7e8a;
    font-weight: bold;
}

#footer-nav .nav-sub-menu .nav-sub-menu {
    margin-left: 12px;
}

#footer-bottom {
    background-color: #4a7e8a;
    color: #ffffff;
    margin: 0;
    padding: 0 0 8px;
    padding: 0 0 0.5rem;
}

#footer-copyright-legal,
#footer-social-media {
    margin: 0 0 8px;
    marign: 0 0 0.5rem;
}

#footer-social-media {
	text-align: right;
}

#footer-social-media li {
	display: inline-block;
	*display: inline;
	margin: 0 8px;
	margin: 0 0.5rem;
	*zoom: 1;
}

#footer-social-media li a {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 3px;
	display: block;
	height: 36px;
	width: 36px;
}

#footer-social-media-facebook a {
	background-image: url('//pyoca.org/images/icons/facebook.png');
}

#footer-social-media-instagram a {
	background-image: url('//pyoca.org/images/icons/instagram.png');
}

#footer-social-media-youtube a {
	background-image: url('//pyoca.org/images/icons/youtube.png');
}


/**
 * $6
 * @section Media query styles
 * This section contains styles for the media queries of the HTML document.
 */

@media (max-width: 1023px) {
    html {
		font-size: 95%;
	}
	
	body {
		min-width: 320px;	
	}

	.content-wrapper {
		min-width: 0;
		padding-left: 2.0rem;
		padding-right: 2.0rem;
		width: 92%;
	}

	#pyoca-main h1 {
		text-align: center;
	}

	#pyoca-main #social-media-feeds #feed-mailchimp {
		border-left: 0 none;
		border-top: 2px solid #dddddd;
		clear: both;
		padding-top: 1.0rem;
	}
	
    #footer-nav .nav-menu-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    html {
		font-size: 85%;
	}
	
    #header-nav {
        background-color: transparent;
        overflow: hidden;
        padding: 1rem;
        position: fixed;
        left: 0;
        top: 0;
    }
    
    #header-nav.open {
        background-color: #4a7e8a;
        bottom: 0;
        height: 100%;
    }

    #header-nav .nav-icon.enabled {
        display: inline-block;
    }
    
    #header-nav .nav-menu {
        height: 0;
        left: -9999px;
        margin: 0;
        padding: 0;
        width: 0;
    }

    #header-nav.open .nav-menu {
        height: auto;
        left: 0;
        width: auto;
    }
    
    #header-nav .nav-menu li {
        border-bottom: 1px solid #ffffff;
    }

    #header-nav .nav-menu-header {
        padding: 0.5rem 1rem;
        text-align: left;
    }
    
    #header-nav .nav-sub-menu {
        max-height: 0;
        left: 0 !important;
        position: relative;
        visibility: hidden;
    }

    #header-nav .nav-sub-menu.open,
    #header-nav .nav-menu-item:hover > .nav-sub-menu,
    #header-nav .nav-sub-menu-item:hover > .nav-sub-menu {
        max-height: 9999px;
        visibility: visible;
    }

    #header-nav .nav-sub-menu-item:hover {
        background-color: #718951;
    }

	#pyoca-main #content-top p {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1.0rem;
		text-align: center;
	}
	
    #pyoca-main #announcements .announcement {
		height: 208px;
	    height: 13rem;
    }

	#pyoca-main #social-media-feeds #feed-facebook {
		padding-bottom: 0.5rem;
	}
	
	#pyoca-main #social-media-feeds #feed-instagram {
		border-left: 0 none;
		border-top: 2px solid #dddddd;
		clear: both;
		padding-bottom: 0.5rem;
		padding-top: 1.0rem;
	}

    #footer-nav .nav-menu {
        display: block;
    }
    
    #footer-nav .nav-menu-item {
        display: block;
    }
}

@media (max-width: 599px) {
    html {
		font-size: 80%;
	}

	#pyoca-main p.indented,
	#pyoca-main ul.indented {
		padding-left: 0;
		text-indent: initial;
	}
	
    #pyoca-main #announcements .announcement {
        border-left: 2px solid #783132;
    }

	#pyoca-main #announcements .announcement .image-container {
		display: none;
	}

	#pyoca-main #content-side-nav {
		padding: 0;
		text-align: center;
	}

	#pyoca-main #content-side-nav li {
		display: inline-block;
		margin: 0 1.0rem 1.0rem;
		vertical-align: top;
	}

	#pyoca-main #content-side-nav .current:after,
	#pyoca-main #content-side-nav .current:before {
		display: none;
	}

	#pyoca-main #content-description {
		border-left: 0 none;
		border-top: 2px solid #dddddd;
		min-height: 0;
		padding-left: 0;
		padding-top: 1.0rem;
		text-align: center;
	}

	#pyoca-main #content-description ol.decimal,
	#pyoca-main #content-description ul.square {
		margin-left: 1.0rem;
		margin-right: 1.0rem;
		text-align: left;
	}

	#pyoca-main #content-description table {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#pyoca-main #social-media-shares {
		text-align: center;
	}
	
	#pyoca-main #social-media-shares li {
		display: list-item;
		margin: 0 auto 1.0rem;
	}


    #footer-bottom {
        text-align: center;
    }

	#footer-social-media {
		margin-bottom: 1.0rem;
		text-align: center;
	}
}

@media (max-width: 419px) {
	html {
		font-size: 75%;
	}
}
