/*!
Theme Name: bparker
Theme URI: https://www.dor.org
Author: Brendan Parker
Author URI: http://www.bdparker.com
Description: Description
Version: 1.0.0
Tested up to: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bparker

bparker is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #3B9FF6;
	padding: 0px !important;
	margin: 0px !important;
	/*margin-bottom: 1.5em*/
}

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;
	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;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}*/

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

/*hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}
*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #C02090;
}

a:visited {
	color: #C02090;
}

a:hover,
a:focus,
a:active {
	color: #621af5;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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%;
}*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Brendan */

/*.homeBoxContainer {position: relative;}
.homeBox1 {float: left; width: 290px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBox2 {float: left; width: 290px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBox3 {float: left; width: 290px; height: 100%; padding: 10px;}
.homeBoxContainer2 {position: relative; padding-top: 20px; border-top: solid 1px #b8b8b8;}
.homeBoxUnder1 {float: left; width: 650px; height: 100%; padding: 10px; border-right: solid 1px #b8b8b8;}
.homeBoxUnder2 {float: left; width: 270px; height: 100%; padding: 10px 0px 10px 10px;}
#headerSearch {width: 70%; margin-top: 20px; float: right; text-align: right;}
#headerNav {width: 70%; margin-top: 0px; float: right; text-align: right;}
#headerlogo {float: left; width: 30%;}
.topNav {width: 100%; background-color: #202020; height: 36px;}
.redBar {background-color: #D0C0A0; border-top: solid 1px #BB8AA1; border-bottom: solid 1px #270616; height: 4px;}
.addressBox {padding-top: 12px; color: #606060;width: 400px; float: right; font-size: 14px;}*/
@media screen and (max-width: 660px) {
.homeBox1 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBox2 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBox3 {float: left; width: 100%; padding: 10px 0px 10px 0px; }
.homeBoxUnder1 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px; border-right: 0px;}
.homeBoxUnder2 {float: left; width: 100%; border-bottom: solid 1px #b8b8b8; padding: 10px 0px 10px 0px;}
#headerSearch {display: none;}
#headerNav {width: 100%; margin-top: 10px; float: left; text-align: left;}
#headerlogo {width: 100%; text-align: center;}
}
@media screen and (max-width: 1000px) {

.breadcrumbs {display: none;}
#primary {display: block !important; width: 100% !important;}
#sidebar {display: block !important; width: 100% !important; padding: 20px 0px !important; margin: 0px !important; border-left: none !important; border-top: solid 1px #606060;}
.frontTable {padding: 10px 0px !important; display: block !important; width: 100% !important; box-sizing: border-box; border: none !important;}
.frontTable td {padding: 10px 0px !important; display: block !important; width: 100% !important; box-sizing: border-box; border: none !important;}
.footerBoxLeft {padding: 10px 20px !important; width: 100% !important; box-sizing: border-box;}
.myMainHeader {display: none;}
.topBar {display: none;}
.mobileMenuOpenerBar {display: block !important;}
	.site-main {display: none !important;}

}

/* MOBILE MENU */

.mobileMenuOpenerBar {display: none; width: 100%; height: 60px; background: #FFFFFF; background-image: url('..images/blackHeader.png'); 
	background-repeat: repeat-x; position: fixed; z-index: 1000; box-shadow: 0px 4px 4px rgba(0,0,0,.4);}
.mobileMenuOpenerTitle {position: relative; max-width: 1000px; margin: 0px auto; height: 60px; text-align: left;}
.mobileMenuOpener {width: 60px; height: 60px; float: left; z-index: 100; font-weight: bold; color: #E0E0E0; font-size: 38px; padding-top: 0px; margin: 0px; text-align: center;
cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: 32px 32px;}
.mobileMenuOpener:before {content: "≡";}
.mobileMenuOpener:hover {background-color: rgba(107,208,255,.8); color: #202020;}


.mobileMenuHeader {position: absolute; /*background-color: #17A9BA; width: 340px; box-sizing: border-box; height: 46px;*/ height: 60px; z-index: 1000 !important;}
/*.mobileMenuHeaderSearch {width: 260px; box-sizing: border-box; padding: 4px 4px; float: left;}
.mobileMenuHeaderSearch #s {width: 100%; color: #202020; box-sizing: border-box; height: 30px; box-shadow: none;}
.mobileMenuHeaderClose {width: 80px; height: 100%; box-sizing: border-box; padding: 14px 4px; text-align: center; float: left;}
.mobileMenuHeaderClose:hover {background: rgba(255,255,255,.1); cursor: pointer;}*/



.mobileMenu{display: none; position: absolute; left: 0px; width: 100%; height: 100%; z-index: 1000;}
.mobileMenu * {text-decoration: none !important; padding: 0px;}
.menu {position: relative; padding: 0px !important; margin: 0px !important; top: 60px !important; }
.mobileMenu .menu>li, .sub-menu>li {list-style: none;}
/* Solo Link (no children) */
.mobileMenu .menu>li>a {font-size: 16px !important; font-weight: bold !important; color: #FFFFFF !important; text-shadow: 0px 0px 2px rgba(0,0,0,.4); min-height: 30px; display: block; width: 352px; padding: 16px 0px 16px 16px; box-sizing: border-box; background-color: #621af5; border-bottom: 1px solid rgba(0,0,0,.8); border-top: 1px solid rgba(255,255,255,.2); }

.mobileMenu .menu>.menu-item-has-children>a {display: block; width: 300px; padding: 16px 0px 16px 16px; box-sizing: border-box; background-color: #621af5;}
.mobileMenu .sub-menu, .mobileMenu .sub-menu .sub-menu, .mobileMenu .sub-menu .sub-menu .sub-menu { display: none ;position: relative; clear: both; margin: 0px; color: #FFFFFF;}
.mobileMenu .sub-menu a { display: block; border-bottom: 1px solid rgba(0,0,0,.8); border-top: 1px solid rgba(255,255,255,.2); margin-left: 30px; width: 270px; padding: 12px 0px 12px 12px; text-shadow: 0px 1px 0px rgba(255,255,255,.7); box-sizing: border-box; background-color: #621af5; color: #FFFFFF;}
.mobileMenu .sub-menu .sub-menu a { display: block; border-bottom: 1px solid rgba(0,0,0,.8); border-top: 1px solid rgba(255,255,255,.2); margin-left: 60px; width: 240px; padding: 12px 0px 12px 12px; box-sizing: border-box; text-shadow: 0px 1px 0px rgba(255,255,255,.7); background-color: #621af5; color: #FFFFFF;}
.mobileMenu .sub-menu .sub-menu .sub-menu a { display: block; border-bottom: 1px solid rgba(0,0,0,.8); border-top: 1px solid rgba(255,255,255,.2); margin-left: 90px; width: 210px; padding: 12px 0px 12px 12px; box-sizing: border-box; text-shadow: 0px 1px 0px rgba(255,255,255,.7); background-color: #621af5; color: #FFFFFF;}

.mobileMenu .menu .menu-item-has-children {display: block; /*border-bottom: 1px solid #000000; */justify-content: space-between; background-color: #621af5; width: 352px; min-height: 30px; background-image: url('images/arrow_down.svg');  background-position: right 18px top 18px; background-repeat: no-repeat; background-size: 16px 16px;}
.actived {background-image: url('images/arrow_up.svg') !important;}
.mobileMenu .menu .sub-menu .menu-item-has-children {border-bottom: none;}

/**All Inner Pages for Subsites**/
/*.mobileMenu {display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 100; font-size: 14px; font-weight: bold;}
.mobileMenu * {color: #17A9BA; text-decoration: none !important;}
.mobileMenu .menu>ul>li, .children>li {list-style: none;}
.mobileMenu .menu>ul>li>a {min-height: 30px; display: block; width: 340px; padding: 8px 0px 8px 8px; box-sizing: border-box; 

background-color: #FFFFFF;
border-top: 1px solid #B71A8B;
}
.mainlink {background-color: #FFA500; color: #B71A8B; min-height: 30px; display: block; width: 340px; padding: 8px 0px 8px 8px; box-sizing: border-box; border-top: 1px solid #000000;}
.mobileMenu .menu>ul>.page_item_has_children>a {display: block; width: 300px; padding: 8px 0px 8px 8px; box-sizing: border-box; background-color: #102090;}
.mobileMenu .children { display: none ;position: relative; clear: both; width: 300px; margin: 0px; font-weight: normal;}
.mobileMenu .children a { display: block; border-top: 1px solid #000000; width: 300px; padding: 8px 0px 8px 40px; text-shadow: 0px 1px 0px rgba(255,255,255,.7); box-sizing: border-box; color: #102090; background-color: #DACFAE;}
.mobileMenu .children .children { display: none ;position: relative; clear: both; width: 300px; margin: 0px;}
.mobileMenu .children .children a { display: block; border-top: 1px solid #000000; width: 300px; padding: 8px 0px 8px 72px; box-sizing: border-box; text-shadow: 0px 1px 0px rgba(255,255,255,.7); color: #102090; background-color: #DACFAE;}
.mobileMenu .children .children .children a { display: block; border-top: 1px solid #000000; width: 300px; padding: 8px 0px 8px 104px; box-sizing: border-box; text-shadow: 0px 1px 0px rgba(255,255,255,.7); color: #102090; background-color: #DACFAE;}
.mobileMenu .menu .page_item_has_children {display: block; justify-content: space-between; background-color: #202020; width: 340px; min-height: 30px; background-image: url('..images/arrow_down.svg');  background-position: right 12px top 6px; background-repeat: no-repeat; background-size: 16px 16px;}
.actived {background-image: url('..images/arrow_up.svg');}
.mobileMenu .menu .sub-menu .page_item_has_children {border-bottom: none;}*/

.myMainHeader {font-family: 'Questrial', sans-serif; background: #FFFFFF; height: 120px; width: 100%; box-shadow: 0px 0px 30px rgba(155,0,0,1);}

.topNav {position: absolute; top: -30px; margin-left: 50%; left: 100px; width: 400px; height: 20px; text-align: right; text-shadow: 0px 1px 1px rgba(0,0,0,.4); color: #FFFFFF; font-size: 13px;}
.topNav p {padding: 0px; margin: 0px;}
.topNav a {color: #FFFFFF; text-decoration: none;}
.topNav a:hover {text-decoration: underline;}

.headerInfo {position: relative; float: left; height: 40px; width: 420px; font-size: 12px; text-align: right;}
.headerSectionTop {padding: 0px 8px; font-size: 14px; color: #3b9ff6; text-decoration: none;}
.headerSectionBottom {padding: 0px 6px; font-size: 12px; color: gray; text-decoration: none;}
.headerInfo hr {border: none; height: 1px; background-color: gray;}

.footerBoxLeft {padding: 10px 20px; display: block; float: left; width: 330px; box-sizing: border-box; font-size: 14px;}
.footerBoxLeft a {color: #C02090;}
.footerBoxLeft .widget-title {border-bottom: solid 1px #FFFFFF; font-size: 22px; color: #C02090;}

.display-posts-listing {border: dotted 1px green; margin: 0px; padding: 0px;}
.display-posts-listing li {list-style: none; border: solid 1px #621af5; padding: 1px; margin-bottom: 10px;}
.display-posts-listing .excerpt-dash {display: none;}
.display-posts-listing .title {display: inline-block; width: 100%; padding: 2px; background: #621af5; text-decoration: none !important;}
.display-posts-listing .title:hover {color: #FFFFFF;}
.display-posts-listing .title:hover::after {content: " ↗";}
.display-posts-listing .excerpt { padding: 2px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;}


/* Home Page */

.listTitle {text-align: center; color: #3b9ff6; font-size: 28px; font-weight: bold;}
.listTitle img {padding: 0px 10px; height: 32px;}
.listContact {text-align: center; color: #3b9ff6; font-size: 22px; padding-bottom: 12px;}
.panel-grid-cell {padding: 0px !important; margin: 0px !important;}
.widget {padding: 0px !important; margin: 0px !important;}

/* Smart Slider Header */

#n2-ss-2item1, #n2-ss-2item2, #n2-ss-2item3 {text-shadow: 0px 8px 10px rgba(0,0,0,.9) !important;}


/* Navigation
--------------------------------------------- */
.navig {display: block; font-family: 'Questrial', sans-serif;}
.navig ul, .navig ol {list-style: none; list-style-image: none;}

.navig {border: 0px; float: right !important;}
.navig ul {margin-top: 0; list-style: none; padding: 0px; height: 40px;}
.navig li {float: left; position: relative;}
.navig li a {display: block; border-bottom: 0; /*background: orange; */padding: 0px; padding: 14px 12px 8px 12px; height: 40px; text-decoration: none; font-size: 14px; font-weight: bold; color: #621af5; text-align: center; line-height: 14px; text-shadow: 0px -1px 1px rgba(255,255,255,1);}
.navig li a:hover, .navig li a:focus {color: white; background: #C02090; /*text-decoration: underline; */cursor: pointer; text-shadow: 0px -1px 0px rgba(0,0,0,.3);}
/*.navig li a:after {content: ' ▾';}*/


.navig li a:after { content: '\00000a▾'; white-space: pre; /* or pre-wrap */}
.navig li a:only-child:after { content: '\00000a'; }


.navig li a:only-child:after {content: '';}
.navig li ul.sub-menu, .navig li ul.children {margin-top: 0; border: 1px solid #ccc; border-top: 0; position: absolute; visibility: hidden; opacity: 0; max-height: 0px;
transition: max-height .35s linear, opacity .25s linear;
z-index: 8999; padding: 0px;}

.navig li ul.sub-menu, .navig li ul.children {background: purple; border: none; height: 0px;}
.navig li ul.sub-menu li, .navig li ul.children li {background: #FFFFFF; box-shadow: 0px 2px 2px rgba(0,0,0,.2);}

.navig li ul.sub-menu li a, .navig li ul.children li a {padding-left: 0px; border-right: 0; display: block; font-weight: normal; width: 180px; border-bottom: 1px dotted #621af5; background: #FFFFFF; padding: 8px; height: auto; text-align: left; line-height: normal;}
.navig li ul.sub-menu li a:hover, .navig li ul.children li a:hover {background: #C02090;}

.navig li ul.sub-menu li:last-child a, .navig li ul.children li:last-child a { border-bottom: 0; }
.navig li ul.sub-menu li ul, .navig li ul.children li ul {top: 0px; left: 100%;}

.navig li:hover > ul {top: auto; opacity: 1; max-height: 500px; transition: max-height .35s linear, opacity .25s linear; visibility: visible;}

.navig li ul li > a:after {content: '▸'; float: right;} /*25ba*/
.navig li ul li > a:only-child:after {content: '';}
.navig li ul li > a[target="_blank"]:after {content: '\2197';}

.navig .current-menu-item > a,
.navig .current-menu-ancestor > a,
.navig .current_page_item > a,
.navig .current_page_ancestor > a { color: #000000; /*text-decoration: underline;*/}

/* Brendan */
/*.site-main {background: blue; position: absolute; max-width: 1000px; height: 2000px; margin: 100px auto; z-index: 10;}*/
.site-main {position: relative; background: #FFFFFF; box-shadow: 0px 0px 10px rgba(0,0,0,.4); max-width: 1000px; min-height: 400px; padding: 10px 20px 80px 20px; top: -60px; margin: 0px auto; z-index: 10;}
.site {padding: 0px; margin: 0px;}
.featuredImageBox {height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center; box-shadow: inset 0px -1000px 0px rgba(120,30,59,.4);}/*(246,180,22,.4)*/
  /*-webkit-filter: grayscale(.7); 
  -webkit-filter: grayscale(70%); 
  -moz-filter: grayscale(70%);*/

/* Simple Calendar */

.simcal-calendar * {margin: 0px !important;}
.simcal-event {margin: 0px 0px 10px 0px !important;}
.simcal-event-title {font-size: 12px;}
.simcal-nav {color: #000000;}
.simcal-icon-right {font-size: 24px !important;}
.simcal-icon-left {font-size: 24px !important;}
.simcal-nav h3 {font-size: 26px !important;}


@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	/*margin: 0 0 1.5em;*/
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
