/* @override 
	http://endowmentboard.org/wp-content/themes/eb/style.css?ver=4.8
	http://endowmentboard.org/wp-content/themes/eb/style.css?ver=4.8.3 */

/*
Theme Name: Endowment Board
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: EB - Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

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;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

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: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	/*font-family: Merriweather, Georgia, serif;*/
		font-family: "mrs-eaves-xl-serif", sans-serif;
	font-size: 16px;
	line-height: 1.75;
		line-height: 1.62;	
}
@media screen and (max-width:767px) {
	body {
		line-height: 1.4;
	}	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin: 0;
	text-rendering: optimizeLegibility;
	
		font-family: "mr-eaves-modern", sans-serif;
}

p {
		margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	background: #005162;
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	line-height: 1.4736842105;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px 30px;
}
@media screen and (max-width: 767px) {
	blockquote {
		line-height: 1.4;
	}
}
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
		color: #006288;
/*	text-decoration: none;*/
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}




/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: 300;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #d1d1d1;
	position: relative;
}

.main-navigation a {
	color: #006288;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	
		font-size: 21px;
		text-decoration: none;
}
/*mobile opened*/
div.toggled-on .main-navigation a {
	font-size: 23px;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #793329;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: #793329;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}


.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}





/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */




/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
}

.site-inner {
	margin: 0 auto;
	position: relative;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main > :last-child {
	margin-bottom: 0;
}


.entry-content {
	padding-bottom: 40px;
	color: #676767;
}
/**
 * 11.1 - Header
 */

.site-header {
	background: rgb(223, 229, 229);
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1100px;
/*	max-width: 1200px;*/
	margin: auto;
}

.site-branding {
/*	margin: 0.875em auto 0.875em 0;*/
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}

.site-title {
	display: none;
}

.site-branding .site-title a {
	color: #1a1a1a;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #007acc;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	border: 1px solid #005162;
	color: #005162;
	font-size: 13px;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	background-color: #005162;
	border-color: #005162;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}



@media screen and (max-width: 1124px) {
	.entry-content .narrowInner {
		padding-left: 100px;
		padding-right: 100px;
	}
	div#waysHeadline.wideInner.giving.flex-container {
		padding-left: 100px;
		padding-right: 100px;
	}
	div.narrowInner.flex-item { 
		max-width: 900px;
	}
}

@media screen and (max-width: 768px) {
	.entry-content .narrowInner {
		padding-left: 30px;
		padding-right: 30px;
	}
	div#waysHeadline.wideInner.giving.flex-container {
		padding-left: 30px;
		padding-right: 30px;
	}
	div.narrowInner.flex-item { 	
		
	}
}



.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content h1,
.entry-summary h1 {
	font-size: 28px;
	line-height: 1;
	margin-top: 2em;
	margin-bottom: .5em;
}
@media screen and (min-width:768px) {
	.entry-content h1,
	.entry-summary h1 {
		font-size: 28px;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}
}
.entry-content h2,
.entry-summary h2 {
	font-size: 23px;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3 {
	font-size: 19px;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
	font-size: 16px;
	line-height: 1.3125;
	font-weight: 600;
}

.entry-content h4,
.entry-summary h4 {
	color: #793329;
	font-size: 28px ;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}


.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}


.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}


/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */


/**
 * 11.4 - Comments
 */




/**
 * 11.5 - Sidebar
 */




/**
 * 11.6 - Footer
 */

.site-footer {
	padding: 0 7.6923% 1.75em;
	padding-top: 30px;
	background: #C0C0AD url('/wp-content/themes/eb/imgs/common/footer-bg-test1.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.site-info {
	color: #4D4E4E;
	font-size: 13px;
	line-height: 1.6153846154;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}

.site-info a {
	color: #4D4E4E;
}

.site-info a:hover,
.site-info a:focus {
	color: #007acc;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}


/**
 * 12.0 - Media
 */


.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */




/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}
	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
/*	.entry-content,*/
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {

/*@media screen and (min-width: 48em) {*/
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}


	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
/*		padding: 18px 30px;*/
		padding: 18px 25px;
		white-space: nowrap;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #ffffff;
	}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left: auto;
		right: 0;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: auto;
		right: 100%;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		/*2020 removed for Giving*/
		/*padding-right: 2.25em;*/
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
/*		padding: 0 4.5455%;*/
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4.5455% 3.5em;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.custom-logo {
		max-width: 240px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1  {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2  {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3  {
		font-size: 23px;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}



	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6 {
		line-height: 1.1052631579;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
	
	.main-navigation a {
		padding: 18px 30px;
		/*2020-07-13*/
		padding: 18px 20px;
	}
	
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

/*add print back when done*/




/* ____________________________________-----------------------------------------------------------

custom

 ____________________________________-----------------------------------------------------------
*/

/*.wf-loading h1 {
	visibility: hidden;
}
.wf-active h1 {
visibility: visible;
background: pink;
}*/
article {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);    
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
}

.wf-loading article {
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}

.site-header-main {
  opacity: 1;
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  -webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
  
/*  background: red;*/
}
.wf-loading .site-header-main {
	opacity: 0;
}


@media screen and (min-width:1250px) {
	li#menu-item-397.donateNow.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-397 {
		background: #005162;
		margin-top: 12px;
		margin-left: 30px;
		border-radius: 5px;
		
		transition: all 300ms ease; 
	}
	li#menu-item-397.donateNow.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-397:hover {
		background: #E0A34C;
		border-radius: 5px;
		}
	.donateNow a {
		color: white;
		padding: 6px 20px;

	}
	.donateNow a:after {
		background: none !important;
		display: none;
		}
}


.narrowInner {
	max-width: 1100px;
	margin: auto;
	font-size: 21px;
}
body.home .narrowInner {
	font-size: 24px;
}
.wideInner {

	padding-top: 20px;
	padding-bottom: 20px;
	margin: auto;
	overflow: au;
}

.entry-content h1 {
	font-size: 55px;
	font-weight: 200;
	color: #006288;
}
@media screen and (max-width: 767px) {
	.entry-content h1 {
		margin-top: 10px !important;
		font-size: 45px !important;
		line-height: 1 !important;
	}
	body.home .narrowInner {
		font-size: 23px;
	}
}



button#menu-toggle.menu-toggle {
	margin-left: 30px;	
}

@media screen and (max-width: 56.8em) {
	nav ul li a  {
		padding-left: 30px !important;
	}
}

@media screen and (min-width: 56.875em) {

	nav ul li a {
		padding-left: 0;
	}
	nav ul li a,
	nav ul li a:after,
	nav ul li a:before {
	  transition: all .2s;
	}

	/* SHIFT */
	nav.main-navigation ul li a {
	  position:relative;
	  z-index: 1;
	}
	nav.main-navigation ul li a:hover {
	  color: #ffffff;
	}
	nav.main-navigation ul li a:after {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  height: 1px;
	  content: '.';
	  color: transparent;
	  background: #005162;
	  visibility: none;
	  opacity: 0;
	  z-index: -1;
	}
	nav.main-navigation ul li a:hover:after {
	  opacity: 1;
	  visibility: visible;
	  height: 100%;
	}
	
}

/* @group Drop nav styles from external site 2019-12-05 */

/*#menu-eb-top-menu #menu-item-397{
	display: none;
}*/

#sub-menu {
    border: 0;background: red !important;
}

#sub-menu li {
    margin: 0;
    padding: 0;
    left: 100px;
}

#sub-menu li a {
    padding: 15px 10px;
    text-align: center;
}

.main-navigation ul ul ul {
    top: 0;
    border: 0;
    right: -184px !important;
	max-width: 284px;
}


	
			

@media screen and (min-width: 56.875em) {
	.main-navigation ul ul a {
			white-space: normal;
			width: 12.6875em;
			text-align: center;
			padding: 15px 10px;
		}
	.main-navigation ul ul {
	    /*top: 0;*/
	    /*border: 0;*/
	    right: -184px !important;
		max-width: 284px;
	}
}



/* @end dropnav */

/* @group Home */




/* @group Home Hero */
#homeHero {
	background-image: url('/wp-content/themes/eb/imgs/home/home-top-no-text-q30.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #005162;
	background-position: top center;
/*	margin-bottom: 84px;*/
	margin-bottom: 15px;
}
#homeHeroInner {
	background-repeat: no-repeat;
	min-height: 300px;
	max-width: 400px;
	color: white;
	text-align: center;
	padding-top: 100px;
	padding-left: 30px;
	padding-right: 30px;
	margin: auto;
}
#homeHeroInner h1 {
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 6px;
	text-transform: uppercase;	
	margin: auto;
	margin-bottom: 10px;
}
#homeHeroInner h2 {
	font-family: "mrs-eaves-xl-serif", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-style: italic;
	margin: auto;
}
/*2018-05-21 new*/
#homeHeroAttr {
	text-align: center;	
		margin-bottom: 64px;
		font-size: 18px;
			color: #006288;
		font-style: italic;
}
@media screen and (max-width: 768px) {
	#homeHeroAttr {
/*		margin-bottom: 64px;*/
		font-size: 16px;
	}
}



@media screen and (min-width:768px) { 
	#homeHero {
		background-size: contain;
	}
	#homeHeroInner {
		height: 348px;
		padding-top: 130px;
		padding-left: 0;
		padding-right: 0;
		max-width: 500px;
	}
	#homeHeroInner h1 {
		font-size: 35px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#homeHeroInner h2 {
		font-size: 24px;	
		line-height: 1.5;
	}

}
@media screen and (min-width:1000px) { 
	#homeHeroInner {
		height: 448px;
		padding-top: 200px;
	}
}
@media screen and (min-width:1324px) { 

	#homeHeroInner {
		height: 610px;
		padding-top: 295px;
		max-width: 650px;

	}
	#homeHeroInner h1 {
		font-size: 40px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	#homeHeroInner h2 {
		font-size: 26px;	
		line-height: 1.5;
	}

}



/* @end */

body.home .entry-content {
	color: #006288;
	text-align: center;
	font-size: 24px;
}

.homeBox {
	width: 100%;
	max-width: 331px;
	min-height: 315px;
	float: none;
	padding: 35px 25px 10px;
	color: white;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	margin: 0 auto 20px;
}


#post-4 div.entry-content div.narrowInner h1 {
	margin-top: 50px;
}

.homeBox a {
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	}
.homeBox a.titleLink {
	font-size: 40px;
	line-height: 1;
	font-weight: 200;
	font-family: "mr-eaves-modern", sans-serif;
	display: block;
	margin-bottom: 10px;
	}
@media screen and (max-width:767px) {
	.homeBox a.titleLink {
		font-size: 50px;
		line-height: 1;
	}
}
#historyBox {
	background: #005162;
	background: #005162 url('/wp-content/themes/eb/imgs/home/home-box1-bg.png') no-repeat center 70px;
	line-height: 1.2;
}
#supportingBox {
	background: #A88134 url('/wp-content/themes/eb/imgs/home/home-box2-bg.png') no-repeat center 50px;
	background-size: 150px;
}
#givingBox {
	background: #8F4E41 url('/wp-content/themes/eb/imgs/home/home-box3-bg.png') no-repeat center 70px;
}

#topQuoteInner {
	display: none;
}

.homeBox {
	position: relative;
	cursor: pointer;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #006985;
  background-image: url('/wp-content/themes/eb/imgs/home/click-to-view.png');
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1025px) {
	.homeBox:hover .overlay {
	  opacity: .9;
	}
}
@media screen and (min-width:768px) {
	
	.homeBox {
		width: 31%;
		max-width: 331px;
		min-height: 340px;
		float: left;
		}
	#supportingBox {
		margin-left: 3.2%;
		margin-right: 3.2%;
	}
}






#topQuote {
	background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-supporting-1x.jpg') ;
	background-position: -77px top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 130px;
	margin-bottom: 10px;
}

.page-id-6 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-history-1xb.jpg'); }
.page-id-23 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-supporting-1xb.jpg'); }
.page-id-34 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-giving-1x.jpg'); }
.page-id-615 #topQuote {background-image: url('/wp-content/uploads/banner.jpg'); }
/*temp for neon scraping 2018-11-01*/
.page-id-390 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/Quotes-bg-2x.jpg'); }
/*temp*/
.page-id-263 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-giving-1x.jpg'); }

.page-id-16 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-about-1x.jpg'); }
.page-id-13 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-contact-1x.jpg'); }

@media screen and (min-width:481px) and (max-width: 767px) {
	#topQuote {
		background-position: left top;
		background-size: contain;
		height: 146px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:768px)  {
	#topQuote {
		background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-supporting-2xb.jpg') ;
		background-position: center top;
		background-size: contain;
		height: 200px;
		margin-bottom: 20px;
	}
	.page-id-6 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-history-2xb.jpg'); }
	.page-id-23 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-supporting-2xb.jpg'); }
	.page-id-34 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-giving-2x.jpg'); }
	
/*	temp*/
.page-id-263 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-giving-2x.jpg'); }
	.page-id-16 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-about-2x.jpg'); }
	.page-id-13 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-contact-2x.jpg'); }
}

/*2020*/
.page-id-492 #topQuote { background-image: url('/wp-content/themes/eb/imgs/quotes/quotes-your-plan-2xc.jpg'); }



@media screen and (min-width:1024px) {
	#topQuote {
		height: 256px;
		margin-bottom: 20px;
	}
	.homeBox a.titleLink {
		font-size: 46px;
		}
}
@media screen and (min-width:1353px) {
	#topQuote {
		background-color: #005162;
		margin-bottom: 60px;
		outline: none;
	}


}


/* @end home */




/* @group History */

/*fix this later*/
#post-6 div.entry-content div.narrowInner p {
	clear: both;
	margin-bottom: 30px;
}
#post-6 div.entry-content div.narrowInner p:last-of-type {
	margin-bottom: 3px;
}
#historyOneLeft {
	width: 100%;	
	color: #793329;
	font-size: 18px;
	line-height: 1.2;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: bold;
	margin-bottom: 30px;
}
#historyOneLeft p {
	color: #793329;
	font-size: 18px;
	line-height: 1.2;
	max-width: 50%;
}
#historyOneRight {
	float: right;
	width: 100%;	
	color: #005162;
	background: #E3E3E3;
	padding: 50px 35px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 21px;
	line-height: 1.1;
	font-weight: 300;

	margin-bottom: 30px;
}
#historyOneRight p {
	margin-bottom: 10px;
	line-height: 1.1;
	
}
#historyOneRight p em {

}
/*@media screen and (min-width: 769px) {*/
@media screen and (min-width: 1000px) {

	#historyOneLeft {
		float: left;
		width: 46%;	
	}
	#historyOneRight {
		float: right;
		width: 53%;	
		min-height: 356px;
		background: #E3E3E3;
		padding: 50px 35px;
		clear: right;
		margin-bottom: 30px;
	}
	
}
@media screen and (min-width: 1024px) {
	#historyOneLeft {
		width: 46%;	
	}
	#historyOneLeft img {
		height: 272px;
		width: 378px;
	}
	#historyOneRight {
		width: 50%;	
		height: 272px;
		min-height: 272px;
		padding: 30px 25px !important;
		font-size: 18px !important;
	}
	#historyOneRight p {
		margin-bottom: 10px !important;
	}
}
@media screen and (min-width: 1025px) {
	#historyOneLeft {
		width: 46%;	
	}
	#historyOneLeft img {
		height: 356px;
		width: 494px;
	}
	#historyOneRight {
		width: 50%;	
		height: 356px;
		padding: 40px 35px;
		font-size: 21px !important;
	}
	#historyOneRight p {
		margin-bottom: 30px !important;
	}
	
}
@media screen and (min-width: 1300px) {
	#historyOneLeft {
		width: 46%;	
	}
	#historyOneRight {
		width: 53%;	
		min-height: 356px;
		padding: 50px 35px !important;
	}
}

/* @end history */



/* @group Supporting
 
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#post-23 div.entry-content div.narrowInner dl dd h5 {
	font-size: 38px;
	font-family: "mrs-eaves-xl-serif", sans-serif;
	font-weight: 500;
	color: #006288;
	margin-bottom: 13px;
}
#post-23 div.entry-content div.narrowInner dl dd h6 {
	font-size: 26px;
	font-family: "mrs-eaves-xl-serif", sans-serif;
		font-weight: 500;
	color: #006288;
	margin-bottom: 40px;
}

#post-23 div.entry-content div.narrowInner h1 {
	margin-bottom: 20px;
}
#post-23 div.entry-content div.narrowInner dl { 	margin-bottom: 200px; }

#post-23 div.entry-content dl dt {
	color: #793329;
	font-size: 28px;
	font-weight: bold;
	font-family: "mr-eaves-modern", sans-serif;
	border-top: 2px solid #ccc;
	padding-top: 18px;
	padding-bottom: 10px;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	#post-23 div.entry-content dl dt {
		font-size: 28px;
		line-height: 1.3;
	}
	#post-23 div.entry-content div.narrowInner dl dd h5 {
		font-size: 33px;
		line-height: 1.2;
	}
	#post-23 div.entry-content div.narrowInner dl dd h6 {
		font-size: 23px;
		font-weight: 500;
		line-height: 1.2;
		margin-bottom: 20px;
	}
}
#post-23 div.entry-content dl dt.opened {
	color: #A4A3A3;
}
#post-23 dl dd { 
	margin-left: 0; 
	padding-top: 30px;
	}

dt:before { 
	content:"+ ";
	font-size: 30px;
 }
 dt.opened:before { 
	content:"– ";
	padding-left: 2px;
 }
/* @end supporting */







/*  @group Giving  */


#post-34 div.entry-content { padding-bottom: 0; }

/*giving test page*/
#post-263 div.entry-content div.narrowInner h1#gratitudeh1 {
	margin-top: 0 !important;
/*	margin-bottom: 30px;*/
}
#post-34 div.entry-content div.narrowInner h1 {
	margin-bottom: 20px;
}

#post-263 div.entry-content { padding-bottom: 0; }

/*#post-34 div.entry-content div.narrowInner { padding-bottom: 30px; }*/


#post-263 div.entry-content div.narrowInner { 
	/*padding-bottom: 30px;*/
 }

#waysHeadline {
	background: #8A8A8A;
	color: white;
	padding: 10px 0;
}
#waysHeadline div {
	font-size: 24px;
}
#post-263 div.entry-content 
	#waysHeadline div.narrowInner { 
		padding-bottom: 0px; 
		padding: 4px;
		text-align: left;
	}

/*http://endowmentboard.org/giving-opportunities-2018-dev/*/
.flex-container {
/*    display:flex;
    align-items: center; */
    /* Vertical center alignment */

  /*  justify-content: center; */
    
    /* Horizontal center alignment */
}

#waysToGiveInner {
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 25px;
}
#waysToGiveInner p {
	margin-bottom: 0;
	font-size: 27px;
}
#waysToGiveInner ul {
	padding-left: 1em;	
	font-size: 25px;
}
#waysToGiveInner ul:last-of-type {
	margin-bottom: 0;
}

#outrightGifts {
	padding-top: 10px;
/*	padding-bottom: 0 !important;*/
	color: #005162;
}
#outrightGifts p {
/*	background: yellow;*/
}

#cashGifts {
	background: #005162;	
	color: white;
}
#cashGifts  strong.givingProgramsSub {
	color: white;
}
#cashGifts button {
	background: #E0A34C;
	color: white;
	border: 1px solid #fff;
	border-radius: 8px;
	text-transform: none;
	font-size: 38px;
	font-family: mr eaves;
	font-family: "mr-eaves-modern", sans-serif;
	margin-bottom: 10px;
	padding: 18px 35px;
/*	load xl instead*/
box-shadow: 0px 0 8px #fff;
}
#cashGifts button:hover {
	background: #793329;
}
#cashGifts p:last-of-type {
	margin-top: 40px;
	margin-bottom: 10px;
}


#tributes {
	padding-top: 40px;
}




/*outer*/
#viewProgramsHeader {
	padding: 0 !important;
	background: #793329;
}
/*inner*/
#viewProgramsHeader div {
	padding-top: 20px;
	padding-bottom: 3px !important;
	color: white;
	font-family: "mr-eaves-modern", sans-serif;
	font-weight: bold;
	font-size: 25px;
	min-height: 68px;
}

#viewProgramsHeaderInner:before{
	content: "+";
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	color: #793329;
	background: #ccc;
	border-radius: 8px;
	padding: 0 9px;
	margin-right: 10px;
	width: 40px;
	display: inline-block;
	text-align: center;
}
#viewProgramsHeaderInner.headerOpen:before{
	content: "-";
}


/*hide on page load*/
#givingPrograms {
	background: white;	
	display: none;
	color: #4D4E4E;
}
strong.givingProgramsSub {
	color: #793329;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 27px;
}

#givingPrograms div.narrowInner p em {
	color: #005162;
}

.wideInner.giving {
	background: #E3E3E3;
	color: #006288;
	overflow: auto;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#givingLower {
	margin-top: 30px;
	padding-top: 40px;	
}

#givingPrograms div.narrowInner {
	padding-bottom: 0 !important;
}

#givingWideLeft {

}
#givingWideRight {
	font-size: 22px;
	font-family: "mr-eaves-modern", sans-serif;
}
#givingWideLeft img {
	margin-bottom: 30px;
}
@media screen and (min-width:768px) {
	.wideInner.giving {
		padding-left: 0;
		padding-right: 0;
	}
	#givingWideLeft {
		float: left;
		width: 32%;
		max-width: 350px;
		margin-right: 30px;
	}
	#givingWideRight {
		float: left;
		width: 60%;
	}
}
/* @end giving */







/*  @group About 
 
 */
#post-16 div.entry-content {
	padding-bottom: 0;
} 
.wideInner.about {
	background: #E3E3E3;
	overflow: auto;
	padding-top: 0;
	
	padding: 10px ;
}
.wideInner.about h4 {
	margin-bottom: 40px;
}
#aboutWideLeft {
	padding-top: 75px;
}
#aboutWideLeftLeft {
	font-style: italic;
	margin-right: 10%;
	line-height: 1.3;
}
#aboutWideLeftRight {
	font-style: italic;
	max-width: 230px;
	line-height: 1.3;
}
#aboutWideLeft b, #aboutWideLeft strong {
	font-style: normal;
	color: #006288;
}
#aboutWideRight {
	padding-top: 75px;
}

#aboutWideRight p.links  {
	line-height: 1.5;
}
#aboutWideRight p.links a  {
	padding-bottom: 20px;
	display: inline-block;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 22px;
	font-weight: 600;
}
@media screen and (min-width: 666px) {
	.wideInner.about {
		padding: 0;
	}
	#aboutWideLeft {
		padding-top: 75px;
		float: left;
		width: 52%;
	
		border-right: 1px solid #fff;
		margin-right: 30px;
	}
	#aboutWideLeftLeft {
		font-style: italic;
		width: 45%;
		margin-right: 10%;
		max-width: 240px;
		float: left;
		line-height: 1.3;
	}
	#aboutWideLeftRight {
		font-style: italic;
		width: 48%;
		max-width: 230px;
		float: left;
		line-height: 1.3;
	}
	#aboutWideLeft b, #aboutWideLeft strong {
		font-style: normal;
		color: #006288;
	}
	
	#aboutWideRight {
		padding-top: 75px;
		float: left;
		width: 41%;
		max-width: 400px;
	}
}
/* @end about */


blockquote {
	margin: 0 0 40px 0;
	padding: 35px 30px;
}
blockquote .attr {
	font-size: 16px;
	font-style: normal;
}



/* @group Contact */


#post-13 div.entry-content div.narrowInner p img {
	margin: 40px 0 30px 0;
}

/* @end contact */



/* @group Footer */

div.site-info {
	padding-top: 20px;
	font-family: "mr-eaves-modern", sans-serif;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 300;
}

div.site-info b {
	font-size: 18px;
	font-weight: 600;
}
.footerCopyright {
	font-size: 13px;
}
.tel {
	text-decoration: none;
}
/* @end footer */


@media (max-width:910px){

.site-header-main {
position:relative;
}

	.main-navigation {
position: absolute;
top: 120px;
left: 0;
width: 100%;
z-index: 9999;
background-color:#bdbfbf;
}
	.main-navigation .primary-menu {
display: block !important;
}
.main-navigation a {
padding: 13px 15px !important;
}

}

@media (max-width:709px){
	.main-navigation {
		top: 105px;
	}
}

