/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 30px 0;
}
hr:last-child {margin-bottom: 0;}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

#searchsubmit {background: #00A1E0; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 5px solid #888; background: #f2f2f2; clear: both; margin: 25px 0 0; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.6;
	font-size: 16px;
	font-family: 'Roboto', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #0083BF;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px; background: #f2f2f2; padding: 30px; font-size: 15px; line-height: 1.4;}
.widget-area .widget-title {color: #22408e; font-size: 22px;}
.widget a.button {min-width: 115px; text-align: center;}
.widget-area .widget:nth-child(even) {background: #091f40; color: #fff;}
.widget-area .widget:nth-child(even) .widget-title {color: #fff;}
.widget-area .widget:nth-child(even) a.button {background: #ffde67; color: #22408e;}

.widget-sub {margin: 0 0 30px;}
.widget-sub:last-child {margin: 0;}
.widget-sub .widget-title {margin: 0 0 10px;}

.widget-area .widget:last-of-type {margin-bottom: 0;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside; margin: 0 0 15px;}
.widget-area .textwidget ul:last-child {margin: 0;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title {line-height: 1.3!important;}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title {
	font-size: 34px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 28px;
	font-weight: bold;
}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 22px;
	line-height: 1.2;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	margin: 0 0 30px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1200px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: right;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 0; z-index: 10; text-align: left; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {padding: 10px 20px;}
.themonic-nav .nav-menu > li.menu-item-has-children {padding-right: 15px;}
.themonic-nav .nav-menu > li:first-child {padding-left: 0;}
.themonic-nav .nav-menu > li:last-child {padding-right: 0;}
.themonic-nav .nav-menu > li > a {line-height: 2; color: #333; font-weight: bold; text-transform: uppercase; font-size: 15px; position: relative; overflow: hidden;}
.themonic-nav .nav-menu > li.menu-item-has-children > a {background: url(//bluehill.org/wp-content/uploads/ico-nav-sub.svg) no-repeat right center / 8px auto; padding: 0 15px 0 0;}
.themonic-nav .nav-menu > li > a:hover {}
.themonic-nav .nav-menu > li > a:after {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0; height: 2px; background: #22408e; -webkit-transition: .3s; transition: .3s;}
.themonic-nav .nav-menu > li > a:hover:after {left: 0; width: 100%;}

.themonic-nav .nav-menu > li.current-menu-item > a {}
.themonic-nav .nav-menu > li.current-menu-item > a:after {left: 0; width: 100%;}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #fff;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 400px; padding: 6px 0;}
.themonic-nav .sub-menu > li {display: block;}
.themonic-nav .sub-menu > li > a {font-size: 15px; line-height: 1.2; padding: 6px 20px; width: 195px; box-sizing: border-box; color: #777; font-weight: 500;}
.themonic-nav .sub-menu > li > a:hover {color: #22408e; background: #f6f6f6;}

}

#page-wrap {padding: 0 15px;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 50px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 50px 0 50px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

img {max-width: 100%;}

.assistive-text {display: none;}

.expand {margin: 0 0 10px; position: relative; transition: .3s;}
.expand .ex-title {padding: 12px 25px; font-size: 16px; margin: 0; position: relative; cursor: pointer;}
.expand .ex-title:after {content: "+"; font-size: 22px; font-weight: 600; position: absolute; left: 0; top: 50%; line-height: 1; transform: translate(0, -50%) rotate(0); transition: .3s;}
.expand.expand-on .ex-title:after {transform: translate(0,-50%) rotate(-135deg);}
.expand .collapse {display: none; margin: 0 0 10px;}

#aurora-nav-btn {padding: 15px 10px;}

.limit {max-width: 1200px; margin: 0 auto;}
.limit-sm {max-width: 900px; margin: 0 auto;}
.limit-xsm {max-width: 600px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex.iflex {display: inline-flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 30px;}
.flex.subcols > div {display: flex; flex-flow: column; justify-content: space-between;}
.flex.subcols2 > div {display: flex; flex-flow: column;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child) {margin-bottom: 15px;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 15px!important;}
.flex.f1 > * {flex: 1;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-child, .flex:not(.rows).p2 > *:first-child, .flex:not(.rows).p3 > *:first-child, .flex:not(.rows).p4 > *:first-child, .flex:not(.rows).p5 > *:first-child, .flex:not(.rows).p6 > *:first-child {padding-left: 0;}
.flex:not(.rows).p1 > *:last-child, .flex:not(.rows).p2 > *:last-child, .flex:not(.rows).p3 > *:last-child, .flex:not(.rows).p4 > *:last-child, .flex:not(.rows).p5 > *:last-child, .flex:not(.rows).p6 > *:last-child {padding-right: 0;}
.flex:not(.rows) > *:first-child {margin-left: 0;}
.flex:not(.rows) > *:last-child {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}

a.button, input[type="submit"], .pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {display: inline-block; background: #22408e; color: #fff; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 13px; letter-spacing: 1px; padding: 10px 25px; border-radius: 0; border: 0;}
a.button2 {display: inline-block; color: #22408e; border: 1px solid #22408e; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 13px; letter-spacing: 1px; padding: 10px 25px;}
a.button3, a.search-filter-reset {color: #22408e; font-weight: bold; font-size: 14px; text-decoration: none; letter-spacing: 1px; display: inline-block; position: relative; overflow: hidden;}
a.button32 {position: relative; color: #22408e; font-weight: bold; font-size: 14px; text-decoration: none; letter-spacing: 1px; display: inline-block; overflow: hidden;}
a.btn-small, .read-more a {display: inline-block; color: #22408e; border: 1px solid #22408e; font-size: 13px; padding: 1px 10px; text-decoration: none;}
.btn-full {width: 100%; box-sizing: border-box; text-align: center;}
.big {font-size: 120%;}
.small {font-size: 90%; line-height: 1.5;}
.featured {border: 8px solid #22408e; padding: 25px 30px; margin: 30px 0;}
.shaded {background: #f2f2f2; padding: 25px 30px; margin-bottom: 30px;}
.cta {background: url(//bluehill.org/wp-content/uploads/cta-bg.jpg) no-repeat center center / cover; padding: 50px 30px; text-align: center; color: #fff; margin: 30px 0;}
.coverimg .c-img {position: relative;}
.coverimg .c-img img {width: 100%; height: 100%; object-fit: cover; position: absolute;}
.grid > div {border: 4px solid #22408e; padding: 20px;}
.grid2 > div {background: #f2f2f2; padding: 20px;}
p.grid-btn {margin: auto 0 0;}
.full-img {position: relative;}
.full-img img, .full-img iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.indent {padding-left: 30px; margin: 0 0 20px;}

a.button:hover, input[type="submit"]:hover, .pmpro_btn:hover, .pmpro_btn:link:hover, .pmpro_content_message a:hover, .pmpro_content_message a:link:hover {background: #0083BF;}
a.button2:hover {background: #22408e; color: #fff;}
a.button span, a.button2 span {margin: 0 0 0 10px;}
a.button3:before, a.search-filter-reset:before {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0px; height: 2px; background: #22408e; -webkit-transition: .3s; transition: .3s;}
a.button3:after, a.search-filter-reset:after {content: ""; display: block; width: 100%; height: 2px; background: #ffde67; margin: 4px 0 0;}
a.button3:hover:before, a.search-filter-reset:hover:before {width: 28px;}
a.button32:before {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0px; height: 2px; background: #ffde67; -webkit-transition: .3s; transition: .3s;}
a.button32:after {content: ""; display: block; width: 100%; height: 2px; background: #22408e; margin: 4px 0 0;}
a.button32:hover:before {width: 28px;}
a.btn-small:hover, .read-more a:hover {background: #22408e; color: #fff;}
h2 + .pad {padding-top: 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.entry-content > .featured:last-child {margin-bottom: 0;}
.featured:first-child {margin-top: 0;}
.featured:last-child {margin-bottom: 0;}
.entry-content .cta h2, .entry-content .cta h3, .entry-content .cta h4 {color: #fff;}
.flex > .cta {margin: 0;}
.cta:first-child {margin-top: 0;}
.cta:last-child {margin-bottom: 0;}
.pad + .cta {margin-top: 0;}
.cta p {max-width: 425px; margin: 0 auto 20px;}
.cta p:last-child {margin-bottom: 0;}
.cta a.button {background: #ffde67; color: #22408e;}
.cta a.button:hover {background: #0B91EA; color: #fff;}
.shaded:last-child {margin-bottom: 0;}
.flex > .shaded {margin-bottom: 0;}
.flex > .featured {margin-top: 0; margin-bottom: 0;}
.nb {border: 0!important;}
.pad > hr:only-child {margin: 0;}
.indent:last-child {margin: 0;}

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

.breadcrumbs {border-left: 4px solid #0083BF; padding: 5px 0 5px 15px; margin: 0 0 20px; color: #999; font-size: 14px;}
.flex > .breadcrumbs {margin: 0;}
.breadcrumbs > div {display: inline-block;}
.breadcrumbs > div:not(:last-child):after {content: ">"; display: inline-block; font-weight: bold; transform: scale(0.8,1); padding: 0 2px; font-size: 90%;}
.breadcrumbs a {font-weight: bold; text-decoration: none;}
.breadcrumbs a:hover {color: #22408e;}

#h-top {background: #22408e; color: rgba(255,255,255,0.5); padding: 0 15px;}
#h-top .limit {position: relative; padding: 13px 0 10px;}
#ht-left {float: left;}
#logo {line-height: 0; position: absolute; left: 0; top: 10px; text-align: center;}
#logo img {max-height: 155px;}
#logo #l-text {position: absolute; left: 0; top: 78px; width: 100%;}
#logo h1, #logo h2 {color: #091f40; line-height: 0.94; font-family: 'Roboto Slab'; font-weight: 800; font-size: 17px; margin: 0 0 4px;}
#logo #l-text span {font-size: 63%; display: block; margin: 4px 0 0;}
#logo p#l-year {color: #48a5d1; text-transform: uppercase; font-weight: bold; font-size: 9px; line-height: 1; margin: 5px 0 0;}
#ht-right {float: right; text-align: right;}
#ht-temp {margin: 0 0 12px; font-size: 13px;}
#ht-nav {margin: 0 0 5px; line-height: 0;}
#ht-nav .menu > li {display: inline-block; margin: 0 0 0 25px; position: relative;}
#ht-nav .menu > li:first-child {margin-left: 0;}
#ht-nav .menu > li.menu-item-has-children > a {background: url(//bluehill.org/wp-content/uploads/ico-nav-sub-white.svg) no-repeat right center / 8px auto; padding: 0 15px 0 0;}
#ht-nav .menu > li > a {color: #fff; font-size: 15px; position: relative; text-decoration: none; line-height: 1.8; display: inline-block; overflow: hidden;}
#ht-nav .menu > li > a:after {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0; height: 2px; background: #ffde67; -webkit-transition: .3s; transition: .3s;}
#ht-nav .menu > li > a:hover:after, #ht-right .menu > li.current-menu-item > a:after {left: 0; width: 100%;}
#ht-nav .sub-menu {max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #fff; position: absolute; top: 100%; left: 0; z-index: 10; line-height: 1.4;}
#ht-nav .sub-menu li a {font-size: 14px; line-height: 1.4; padding: 6px 20px; width: 205px; box-sizing: border-box; color: #777; font-weight: 500; display: inline-block; text-align: left; text-decoration: none;}
#ht-nav .sub-menu li a:hover {color: #22408e; background: #f6f6f6;}
#ht-nav li:hover > .sub-menu {max-height: 275px; padding: 6px 0;}
#h-bottom {padding: 0 15px;}

#ht-srch {max-width: 240px; margin: 0 0 20px; display: inline-block; vertical-align: middle;}
#ht-srch form > div {display: flex;}
#ht-srch #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; min-width: 0; font-size: 0; background: url(//bluehill.org/wp-content/uploads/ico-search2.png) no-repeat center center / auto 55%; border-bottom: 1px solid rgba(255,255,255,0.5); padding: 0 25px; -webkit-transition: .3s; transition: .3s;}
#ht-srch #searchsubmit:hover {background-image: url(//bluehill.org/wp-content/uploads/ico-search.png);}
#ht-srch input#s {border: 0; border-bottom: 1px solid rgba(255,255,255,0.5); margin: 0; background: none; color: #fff;}
#ht-srch ::-webkit-input-placeholder {color: rgba(255,255,255,0.5);}
#ht-srch :-ms-input-placeholder {color: rgba(255,255,255,0.5);}
#ht-srch ::-moz-placeholder {color: rgba(255,255,255,0.5); opacity: 1;}
#ht-srch :-moz-placeholder {color: rgba(255,255,255,0.5); opacity: 1;}

#ht-signin {display: inline-block; vertical-align: middle; margin: 0 0 15px 10px;}
#ht-signin a {color: rgba(255,255,255,0.6); display: inline-block; font-size: 14px; text-decoration: none;}
#ht-signin a:hover {color: #fff;}
.hts-sep {display: inline-block; position: relative; border-right: 1px solid #fff; height: 20px; margin: 0 8px; top: 5px;}

.themonic-nav #menu-item-14328 a {background: #ffde67; color: #22408e!important; padding: 0 12px;}
.themonic-nav .menu-item-13719 .sub-menu > li > a {width: 268px;}

#slider .nk-awb {height: 600px;}
.s-over {position: absolute; z-index: 2; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); padding: 0 30px; box-sizing: border-box;}
.s-over .s-box {background: rgba(255,255,255,0.9); color: #333; max-width: 275px; padding: 30px 0 10px; box-sizing: border-box; font-size: 16px; line-height: 1.6;}
.s-over .slide {padding: 0 30px;}
.s-over .slide h2 {font-size: 22px; line-height: 1.2; color: #000;}
.s-over .slide a.button {width: 100%; box-sizing: border-box; text-align: center;}

#slider .metaslider .flexslider {margin: 0;}
#slider .metaslider .caption-wrap {left: 0; top: 0; bottom: auto; width: 100%; height: 100%; background: none; opacity: 1; line-height: 1.4;}
#slider .metaslider .caption {padding: 0;}
#slider .metaslider .flexslider .slides p {margin: 0 0 15px;}
#slider .metaslider .flexslider .slides p:last-child {margin: 0;}

#slider2 {position: relative; height: 600px;}
.slider-full, .slider-full .slick-list, .slider-full .slick-track {height: 100%;}
#slider2 img {width: 100%; height: 100%; object-fit: cover;}
.s2-over {position: absolute; z-index: 2; left: calc(50% - 600px); top: 50%; transform: translate(0,-50%); width: 275px; background: rgba(255,255,255,0.9); padding: 30px 30px 10px; box-sizing: border-box;}
.s2-over a.button {width: 100%; box-sizing: border-box; text-align: center;}
.s2-over h2 {font-size: 22px; line-height: 1.2; color: #000;}

.slider-meta {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.slider-meta .metaslider {height: 100%;}
.slider-meta .metaslider > div {height: 100%;}
.slider-meta .flexslider {height: 100%;}
.slider-meta .slides {height: 100%;}
.slider-meta .slides > li {height: 100%!important;}
.slider-meta img {width: 100%; height: 100%; object-fit: cover;}

.home #page-wrap {display: none;}
.home-head1 {font-size: 28px; font-weight: bold; color: #091F40; margin: 0 0 30px; line-height: 1.2;}

#serve {background: url(//bluehill.org/wp-content/uploads/bg-serve.jpg) no-repeat center top / 100% auto; padding: 50px 15px;}
#serve .home-head1 {text-align: center; margin: 0 0 45px;}
#serve h3 {color: #22408e; font-size: 20px; font-weight: 500;}
#serve h3 a {color: inherit; text-decoration: none;}
#serve .s-img {position: relative; line-height: 0; margin: 0 0 15px; padding: 80% 0 0; overflow: hidden;}
#serve .s-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;-webkit-transition: .6s; transition: .6s;}
#serve a.button {padding: 8px 15px;}
#serve .flex > div:hover .s-img img {transform: scale(1.075);}

#now {line-height: 1.4; padding: 0 15px;}
#now .n-pad, #tour .t-pad {padding: 30px;}
#n-boxes > div {border: 8px solid #22408e;}
#n-boxes .home-head1, #latest .home-head1 {text-align: left; color: #22408e; margin: 0 0 50px; position: relative;}
#n-boxes .home-head1 span {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); background: #22408e; width: 60px; height: 60px;}
#n-boxes .home-head1 span img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); max-width: 55%; max-height: 55%;}
#n-boxes ul {margin: 0 0 40px;}
#n-boxes li {margin: 0 0 25px;}
#n-boxes li a {color: #22408e; font-weight: bold; font-size: 14px; text-decoration: none; letter-spacing: 1px; display: inline-block;}
#n-boxes li a:after {content: ""; display: block; width: 100%; height: 2px; background: #ffde67; margin: 4px 0 0;}
#n-cams {width: 65%; background: #f6f6f6;}
#n-cams > div {margin: 0;}
#nc-text {box-sizing: border-box; width: 50%; text-align: right;}
#nc-img {background: url(//bluehill.org/wp-content/uploads/img-weather-now2.jpg) no-repeat center center / cover; box-sizing: border-box; position: relative;}
#nc-img .nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#n-weather {width: 35%;}
#n-weather .home-head1 {margin: 0 0 20px;}
#n-weather .home-head1 span {background: #ffde67;}

#climate .nk-awb {padding: 120px 15px 165px; box-sizing: border-box; position: relative;}
#climate .nk-awb:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, #fff 30%, transparent);}
#c-inner {position: relative; z-index: 2; text-align: center; max-width: 590px; margin: 0 auto; font-size: 17px; line-height: 1.6;}
#climate .home-head1 {text-transform: uppercase; letter-spacing: 2px; display: inline-block; background: #ffde67; padding: 5px 15px; color: #22408e;}

#tour {margin: -60px 0 0; padding: 0 15px 75px;}
.tih-ico {height: 50px;}
.tih-ico img {max-height: 100%;}
#tour .t-disc {color: #828282; font-weight: bold; font-size: 14px;}
#t-map {border: 8px solid #22408e; background: url(//bluehill.org/wp-content/uploads/bg-map.jpg) no-repeat center center / cover; color: #fff; position: relative; padding: 40% 0 0;}
#tm-map {line-height: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #22408e; overflow: hidden;}
#tm-map iframe {width: 200%; height: 200%; opacity: 0.5; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#t-map h3 {font-size: 24px; font-weight: normal; position: absolute; left: 30px; top: 30px;}
#t-map h3 span {display: block; font-weight: bold; font-size: 135%;}
#tm-btn {position: absolute; left: 30px; bottom: 30px;}
#t-map a.button {background: #ffde67; color: #22408e;}
#t-info {font-size: 17px; line-height: 1.6;}
#t-info .home-head1 {color: #22408e;}
#t-info p:not(:last-child) {margin: 0 0 30px;}
#ti-hrs {padding-left: 20px;}
#ti-hrs strong {display: inline-block; margin: 8px 0 0;}

#progs .home-head1 {font-size: 32px;}

#progs {background: url(//bluehill.org/wp-content/uploads/bg-progs.jpg) no-repeat center center / cover; padding: 75px 15px;}
#progs .flex > div:last-child {text-align: right;}
#progs .prog-inner {max-width: 510px; text-align: left; display: inline-block; line-height: 1.6; font-size: 17px;}
#progs .home-head1 {color: #22408e; margin: 0 0 15px;}

#follow {background: url(//bluehill.org/wp-content/uploads/bg-follow2.jpg) no-repeat center center / cover; padding: 75px 15px 200px;}
#follow .home-head1 {font-size: 34px;}
#f-inv .home-head1 {color: #fff;}
#follow .fol-inner {text-align: center; max-width: 400px; width: 100%; display: inline-block;}
#follow .f-btns {margin: 0 0 20px;}
#follow .f-btns a {display: block; border: 1px solid #ffde67; padding: 12px 0; max-width: 310px; margin: 0 auto 12px; text-transform: uppercase; font-weight: bold; font-size: 13px; color: #fff; text-decoration: none; letter-spacing: 1px;}
#follow .f-btns a.fb-on {background: #ffde67; color: #22408e;}
#follow .f-btns:hover > a.fb-on {background: none; color: #fff;}
#follow .f-btns > a:last-child {background: none; color: #fff; margin-bottom: 0;}
#follow .f-btns a:hover, #follow .f-btns:hover > a.fb-on:hover {background: #ffde67; color: #22408e; border-color: #ffde67;}
#follow .f-btns a span {display: inline-block; width: 19px; height: 18px; background: url(//bluehill.org/wp-content/uploads/ico-give.svg) no-repeat center center / contain; position: relative; top: 4px; margin: 0 8px 0 -27px; -webkit-transition: .3s; transition: .3s;}
#follow .f-btns:hover a span {background-image: url(//bluehill.org/wp-content/uploads/ico-give-white.svg);}
#follow .f-btns:hover a:hover span {background-image: url(//bluehill.org/wp-content/uploads/ico-give.svg);}
#follow .f-fade {color: rgba(255,255,255,0.6); font-weight: 500;}
#follow a.button3 {color: #fff;}
#f-fol {text-align: right;}

.f-soc a {color: #091F40; font-size: 40px; padding: 0 15px;}
.f-soc img {height: 40px; position: relative; top: 4px;}

.f-soc.side-soc a {color: #0083BF; font-size: 30px;}
.f-soc.side-soc img {height: 32px;}

#footer {background: #091f40; color: #fff; padding: 50px 15px 0; line-height: 1.4;}
#footer h4 {font-size: 18px; font-weight: 500; margin: 0;}
#footer h4:after {content: ""; display: block; width: 40px; height: 1.5px; background: #ffde67; margin: 10px 0;}
#footer li {margin: 0 0 5px;}
#footer li:last-child {margin: 0;}
#footer li a {text-decoration: none; color: rgba(255,255,255,0.7);}
#footer li a:hover {color: #fff;}

#bottom {border-top: 1px solid #4f4f4f; margin: 30px 0 0; padding: 30px 0; color: rgba(255,255,255,0.7); font-size: 13px;}
#bottom a {color: #fff; text-decoration: none;}
#bottom a:hover {color: #0083BF;}

#bottom2 {background: #22408e; color: rgba(255,255,255,0.8); line-height: 1.4; padding: 0 15px;}
#bottom2 .limit {position: relative;}
#bottom2 #b-logo {text-align: center;}
#b-logo img {max-width: 110px; position: relative; top: -20px; margin: -8px 0;}
#bottom2 .abs-left {font-size: 13px;}
#bottom2 h4 {text-transform: uppercase; line-height: 1.1; font-size: 18px; margin: 0 0 5px; color: #fff;}
#bottom2 h4 span {font-weight: 500;}
#bottom2 .abs-left p:not(:last-child) {margin: 0;}
#bottom2 a {color: #fff;}
#b-sponsors {font-size: 14px; line-height: 1.2; text-align: right;}
#b-sponsors .flex > div {white-space: nowrap;}
#bottom2 .hts-sep {top: 3px; height: 14px;}
.f-sponsor img {max-height: 60px; max-width: 158px; width: 100%;}

#bottom3 {text-align: center; background: #091f40; color: rgba(255,255,255,0.5); font-size: 14px; padding: 10px 15px;}

#banner-inner {text-align: center; color: #fff; height: 200px; position: relative;}
#banner-inner .nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#banner-inner #ib-over {position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%);}
#banner-inner #ib-over h1,
#banner-inner #ib-over h2 {margin: 0; font-size: 38px;}

.site-content h1,
.site-content h2,
.site-content h3 {color: #22408e;}

.widget img:not(.f-soc img) {border: 8px solid #fff; box-sizing: border-box; background: #fff;}

#staff {text-align: center; background: #f2f2f2; padding: 50px 15px;}
#staff .home-head1 {color: #22408e; margin: 0 0 40px;}
#staff .flex {line-height: 1.2;}
#staff .s-img {margin: 0 0 5px;}
#staff .s-img img {max-width: 155px;}
#staff .s-name {color: #22408e; font-weight: bold; font-size: 22px; margin: 0 0 10px;}
#staff .s-title span {display: inline-block; background: #fff; color: #0083bf; padding: 5px 10px;}

#how {padding: 50px 15px; text-align: center; font-size: 15px; background: #f2f2f2;}
#how .home-head1 {margin: 0 0 50px; color: #000;}
#how .flex > div {padding: 15px 10px; -webkit-transition: .3s; transition: .3s;}
#how .h-ico {height: 55px; margin: 0 0 20px; position: relative;}
#how .h-ico img {position: absolute; left: 50%; top: 0; height: 100%; transform: translate(-50%,0); -webkit-transition: .5s; transition: .5s;}
#how .h-ico img.hi-on {opacity: 0;}
#how .h-ico img.hi-tall {height: calc(100% + 12px); top: -12px;}
#how h3 {font-size: 20px; margin: 0 0 15px; line-height: 1.2;}
#how h3 a {color: #000; text-decoration: none;}
#how .flex > div:hover {box-shadow: 0 8px 40px rgb(0 0 0 / 15%);}
#how .flex > div:hover .h-ico img.hi-off {opacity: 0;}
#how .flex > div:hover .h-ico img.hi-on {opacity: 1;}
#how .flex > div:hover h3 a {color: #0083bf;}
#how .flex > div:hover a.button3 {color: #0083bf;}

.search-wrap {background: #f2f2f2; padding: 20px; margin: 0 0 30px; font-size: 14px;}
.search-wrap h3 {margin: 0 0 5px;}
.search-wrap .searchandfilter h4 {padding: 0; margin: 0 0 10px;}
.search-wrap .searchandfilter .sf-date-prefix {display: block; font-weight: bold; margin: 0 0 10px; font-size: 16px;}
.search-wrap .searchandfilter ul li {padding: 0;}
.search-wrap .searchandfilter ul li.sf-item-0 {display: none;}
.search-wrap form.searchandfilter > ul {display: flex;}
.search-wrap form.searchandfilter > ul > li {margin: 0 25px 0 0; position: relative;}
.search-wrap form.searchandfilter > ul > li:last-child {margin-right: 0;}
.search-wrap .sf_date_field {display: flex;}
.search-wrap .sf_date_field > li {margin: 0 15px 0 0;}
.search-wrap .sf_date_field > li:last-child {margin-right: 0;}
.search-wrap input[type="submit"] {background: #22408e; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 13px; letter-spacing: 1px; padding: 9px 25px; border: 0; margin: 35px 0 0;}
.search-wrap input[type="submit"]:hover {background: #0083BF;}
a.search-filter-reset {position: relative; top: 6px; margin: 35px 0 0 10px;}
.search-wrap input[type="text"] {max-width: 150px;}

#discussions {display: flex; flex-flow: column wrap; max-height: 1060px; width: calc(100% + 20px); margin: 0 0 0 -17px;}

#discussions .discussion {width:28.33%;position: relative; -webkit-transition: .2s; transition: .2s; padding: 2px 8px 2px 12px; margin: 0 8px; font-size: 15px;}
#discussions .disc-title a {color: #333; text-decoration: none; position: relative; left: 0;-webkit-transition: .2s; transition: .2s;}
#discussions .disc-title a:before {content: "›"; font-weight: bold; display: inline-block; margin: 0 8px 0 0;}
#discussions .discussion:hover {padding: 2px 0 2px 20px;}
#discussions .discussion:hover a {color: #0083BF;}
#discussions .wp-pagenavi{width:100%;}

#weather-archives {display: flex; flex-flow: row wrap; text-align: center; width: calc(100% + 20px); margin-left: -10px;}
#weather-archives > div {flex-grow: 0; flex-shrink: 0; width: calc(33.33% - 20px); background: #f2f2f2; padding: 15px; box-sizing: border-box; margin: 0 10px 20px;}
#weather-archives .wa-content img {width: 100%; height: auto;}
#weather-archives .wa-thumb img {width: calc(100% + 30px); max-width: none; height: auto; margin: -15px 0 10px -15px; float: none;}
#weather-archives .wa-title {color: #333; font-weight: bold; font-size: 16px; line-height: 1.4;}
#weather-archives .wa-title a {color: #333; text-decoration: none; display: block;}
#weather-archives .wa-btn a, .dp-grid a.ari-fancybox-pdf {display: inline-block; color: #22408e; border: 1px solid #22408e; font-size: 13px; padding: 1px 10px; text-decoration: none;}
#weather-archives .wa-btn a:hover, .dp-grid a.ari-fancybox-pdf:hover {background: #22408e; color: #fff;}
#weather-archives .wp-pagenavi{width: 100%;text-align: left;background: none;}
#weath-search .sf-item-6 label {font-size: 0;}
#weath-search .sf-item-6 label:before {content: "All"; font-size: 14px;}

#photo-posts {display: flex; flex-flow: row wrap; text-align: center; width: calc(100% + 20px); margin-left: -10px;}
#photo-posts > div {flex-grow: 0; flex-shrink: 0; width: calc(50% - 20px); box-sizing: border-box; margin: 0 10px 30px;}
#photo-posts .pp-thumb {position: relative; width: 100%; padding: 66% 0 0; margin: 0 0 10px;}
#photo-posts .pp-thumb img {margin: 0; width: 100%; height: 100%; position: absolute; left: 0; top: 0; object-fit: cover;}
#photo-posts .pp-title a {color: #333; font-weight: bold; font-size: 18px; text-decoration: none;}

.gallery {margin-bottom: 20px!important;}
.gallery-item img {-webkit-transition: .3s; transition: .3s;}
.gallery-item img:hover {transform: scale(1.04); box-shadow: 0 5px 20px rgb(0 0 0 / 25%); position: relative; z-index: 2;}

.timeline td {padding: 0 5px 20px; line-height: 1.4;}
.timeline td:first-child {padding-left: 0;}
.timeline td:last-child {padding-right: 0;}
.timeline .t-headrow td {color: #22408e; font-weight: bold; font-size: 22px;}
.timeline tr:not(.t-headrow) td:first-child {min-width: 125px; color: #22408e; font-weight: 500;}

.collapseomatic {display: inline-block; background: url(//bluehill.org/wp-content/uploads/ico-nav-sub-blue.svg) no-repeat right center / 8px auto!important; padding: 0 16px 0 0!important; color: #22408e; font-weight: bold; letter-spacing: 1px; font-size: 14px; text-decoration: none!important; position: relative; margin: 0 0 20px;}
.collapseomatic:before {content: ""; display: block; position: absolute; left: -1px; bottom: 0; width: 0px; height: 2px; background: #ffde67; -webkit-transition: .3s; transition: .3s;}
.collapseomatic:after {content: ""; display: block; width: 100%; height: 2px; background: #22408e; margin: 4px 0 0;}
.collapseomatic:hover:before {width: 28px;}
.collapseomatic_content {background: #f4f4f4; margin: 0!important; padding: 0 20px!important;}
.collapseomatic_content:before {content: ""; display: block; height: 20px;}
.collapseomatic_content:after {content: ""; display: block; height: 20px;}

.dp-grid .display-posts-listing {display: flex; flex-flow: row wrap; text-align: center; width: calc(100% + 20px); margin-left: -10px;}
.dp-grid .listing-item {flex-grow: 0; flex-shrink: 0; width: calc(33.33% - 20px); background: #f2f2f2; padding: 15px; box-sizing: border-box; margin: 0 10px 20px;}
.dp-grid img {width: calc(100% + 30px); max-width: none; height: auto; margin: -15px 0 15px -15px;}
.dp-grid a.title {display: block; color: #333; font-weight: bold; font-size: 16px; line-height: 1.4; text-decoration: none;}
.dp-grid a.ari-fancybox-pdf {margin: 15px 0 0;}

#weather-archives.resources {font-size: 14px;}
#weather-archives.resources img {width: calc(100% + 30px); max-width: none; height: 175px; object-fit: cover; margin: -15px 0 10px -15px;}
#weather-archives.resources a.btn-small {margin: 12px 0 0;}

table.prog-details {font-size: 14px; line-height: 1.4;}
table.prog-details:last-child {margin-bottom: 0;}
table.prog-details td {padding: 0 10px 12px;}
table.prog-details td:first-child {color: #22408e; font-weight: bold; padding-left: 0;}
table.prog-details td:last-child {padding-right: 0;}
table.prog-details tr:last-child td {padding-bottom: 0;}

.progs.rows > div {margin-bottom: 40px!important;}
.prog-img {position: relative; padding: 50% 0 0; width: calc(100% + 40px); margin: -20px 0 30px -20px;}
.prog-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.progs h3 {text-align: center;}

.donations {font-size: 15px; line-height: 1.4;}
.donations h3 {text-align: center;}
.donations-ico {text-align: center; color: #22408e; font-size: 30px; margin: 0 0 20px; line-height: 1;}
.donations-ico img {max-height: 35px;}
.donations form {margin: 0 0 10px;}
input[type="image"] {width: auto;}

.archive .post {padding: 25px 30px; margin: 0 0 50px; background: #f2f2f2;}
.archive .post h2.entry-title {line-height: 1.3; font-size: 22px;}
.archive .post h2.entry-title a {text-decoration: none;}
span.read-more {display: block; margin: 15px 0 0;}
.archive .post:after {content: ""; display: block; clear: both;}

#cat-intro {margin: 0 0 30px;}

#map {position: relative; padding: 35% 0 0; margin: 0 0 30px;}
#map:last-child {margin: 0;}
#map iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0;}
.flex #map {margin-bottom: 15px;}

.exp2 {margin: 0 0 20px; padding: 0 0 0 20px;}
.exp2 .collapseomatic {display: block; background: url(//bluehill.org/wp-content/uploads/ico-nav-sub-blue.svg) no-repeat left 9px / 8px auto!important; padding: 0 0 4px 16px!important; margin: 0 0 4px;}
.exp2 .collapseomatic:after {content: none; display: none;}
.exp2 .collapseomatic_content {margin: 15px 0 25px!important;}

.cams.flex.rows > div:not(:nth-last-child(-n+2)) {margin-bottom: 30px!important;}
.cams.flex.rows > div:nth-last-child(-n+2) {margin-bottom: 0!important;}
.cams a {position: relative; padding: 75% 0 0; display: block; margin: 0 0 8px;}
.cams a img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.cams br {display: none;}
.cams-vids video {margin: 0;}

.locked {display: block; background: #eee; text-align: center; position: relative; padding: 75% 0 0; line-height: 0; margin: 0 0 10px; display: block;}
.locked .l-ico {color: #fff; position: absolute; left: 0; top: 45%; transform: translate(0,-50%); text-align: center; width: 100%; font-size: 95px;}

#pmpro_levels_table td {padding: 15px 10px; border-bottom: 1px solid #ddd; vertical-align: middle;}

.ecwid .grid__categories {border-bottom: 1px solid #ccc!important; padding: 0 0 50px!important; margin: 0 0 50px!important;}
.ecwid .grid__categories:before {content: "Product Categories"; display: block; width: 100%; text-align: center; margin: 0 0 15px; color: #22408e; font-size: 30px; font-weight: bold;}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--primary .form-control__button {background: none!important; color: #22408e!important; border: 2px solid #22408e; border-radius: 0; font-size: 16px!important; text-transform: uppercase;}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--primary .form-control__button:hover {background: #22408e!important; color: #fff!important;}

#announcement {background: #fff; padding: 15px;}
.mtphr-dnt-tick-container {padding: 0!important;}
.ditty-ticker {padding: 0!important;}
.ditty-ticker .ditty-item {padding: 0 200px!important;}
.ditty-ticker__contents {padding: 0!important; background: none!important;}
.ditty-ticker__contents p:last-child {margin: 0!important;}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser {padding: 0!important;}
.ec-store__category-page--0 .grid-category--id-158516282 {display: none!important;}

/* Events category page */
.ec-store__category-page--158516282 .ec-page-title {display: none;}
.ec-store__category-page--158516282 .grid__sort {display: none;}

/* Events category products */
.ec-store__product-page--c158516282 .ec-breadcrumbs a.breadcrumbs__link:first-child {display: none;}
.ec-store__product-page--c158516282 .ec-breadcrumbs .breadcrumbs__delimiter {display: none;}
.ec-store__product-page--c158516282 .ec-breadcrumbs a.breadcrumbs__link.breadcrumbs__link--last {font-size: 0!important;}
.ec-store__product-page--c158516282 .ec-breadcrumbs a.breadcrumbs__link.breadcrumbs__link--last:after {content: "< Back to Events"; font-size: 15px;}
.ec-store__product-page--c158516282 .product-details__general-info .product-details-module__title {font-size: 0!important;}
.ec-store__product-page--c158516282 .product-details__general-info .product-details-module__title:after {content: "Details:"; font-size: 16px;}

#latest {padding: 30px 15px;}
#latest .flex > div {border: 8px solid #22408e; padding: 30px 30px 65px; position: relative;}
#latest .home-head1 {margin: 0 0 30px;}
.ql-result:not(:last-child) {margin: 0 0 20px;}
p.ql-title {margin: 0 0 10px; font-weight: bold; line-height: 1.4;}
p.ql-title:only-child {margin: 0;}
.q-list {overflow: hidden; position: relative;}
.ql-result {width: 100%; box-sizing: border-box; position: relative;}

.vert-slider-nav {display: flex; justify-content: center; align-items: center; gap: 8px; margin: 15px 0 0; height: 12px;}
.vs-nav-dot {border: 0; font-size: 0; padding: 0; width: 12px; height: 12px; margin: 0; border-radius: 30px; background: #22408e; opacity: 0.5; cursor: pointer; -webkit-transition: .2s; transition: .2s;}
.vs-nav-dot.current {opacity: 1; width: 15px; height: 15px;}

#latest .vert-slider-nav {position: absolute; left: 0; bottom: 30px; width: 100%; margin: 0;}

/*.ql-condensed .ql-result {margin: 0 0 12px;}*/
.ql-condensed p.ql-title {line-height: 1.2;}

#slider-news, #slider-reports {position: static !important;}
#slider-news .slick-track {top: 17px;}
.slick-dots {position: absolute; left: 0; bottom: 30px; display: flex; justify-content: center; align-items: center; width: 100%; transform: translate(0, 100%); gap: 8px; line-height: 0;}
.slick-dots button {border: 0; font-size: 0; padding: 0; width: 12px; height: 12px; margin: 0; border-radius: 30px; background: #22408e; opacity: 0.5; cursor: pointer; -webkit-transition: .2s; transition: .2s;}
.slick-dots .slick-active button {opacity: 1; width: 15px; height: 15px;}

.posts-table {font-size: 14px; color: #666; line-height: 1.4;}
.posts-table tr:nth-child(odd) {background: #f2f2f2;}
.posts-table td {padding: 6px 10px;}

button#savePDF {display: inline-block; width: auto; color: #22408e; background: none; border: 0; border-bottom: 1px solid #22408e; padding: 0 0 5px; cursor: pointer; font-weight: 500; transition: .3s; margin: 0; position: relative;}
button#savePDF:before {content: ""; display: block; position: absolute; left: -8px; top: 50%; width: 15px; height: 100px; background: url(//bluehill.org/wp-content/uploads/ico-pdf.svg) no-repeat center center / 100% auto; transform: translate(-100%, -53%);}
button#savePDF:hover {color: #0083BF; border-color: #0083BF;}

@media screen and (max-width : 1400px){
	.s2-over {left: 50px;}
}
@media screen and (max-width : 1170px){
	#h-bottom {text-align: right;}
}
@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}

	#climate .nk-awb {padding: 100px 15px;}

	#tour {margin: 0; padding: 50px 15px;}
}
@media screen and (max-width : 850px){
	.themonic-nav {display: none;}
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	#h-bottom {line-height: 0;}

	#slider .nk-awb {height: 500px;}
	#slider .s-over .s-box {max-width: 50%;}
	#slider2 {height: 500px;}
	.s2-over {width: 50%;}

	#n-boxes {display: block;}
	#n-boxes > div {width: 100%; margin: 0 0 20px;}

	#climate .nk-awb {padding: 75px 15px;}

	#t-boxes {display: block;}
	#t-boxes > div {margin: 0;}
	#t-map {padding: 58% 0 0;}
	#t-info {padding: 40px 0 0;}

	#follow .nk-awb {padding: 50px 15px 100px;}

	#banner-inner #ib-over h1,
	#banner-inner #ib-over h2 {font-size: 32px;}

	#how .flex > div {padding: 0; box-shadow: none;}
	#how h3 {line-height: 1.2;}

	#how .flex {flex-flow: row wrap; justify-content: center;}
	#how .flex > div {width: 31.33%; flex-grow: 0!important; flex-shrink: 0; flex: auto;}
	#how .flex > div:not(:nth-last-child(-n+2)) {margin-bottom: 30px;}

	#footer {font-size: 15px;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.f4-break > *:nth-of-type(3), .f4-break > *:nth-of-type(4) {margin-bottom: 0!important;}

	#serve .flex > div:not(:nth-last-child(-n+2)) {margin-bottom: 35px!important;}
	#serve .flex > div:nth-child(odd) {padding: 0 10px 1px 0;}
	#serve .flex > div:nth-child(even) {padding: 0 0 1px 10px;}

	#n-boxes li {margin: 0 0 18px;}

	#progs {padding: 50px 15px;}
	#progs .prog-inner {max-width: none; display: block;}
	#progs .flex > div:last-child {text-align: left;}

	#follow {background: none; padding: 0;}
	#follow .nk-awb {padding: 0;}
	#follow .nk-awb-wrap {display: none;}
	#f-inv {background: #22408e; padding: 30px 15px; text-align: center; margin: 0!important;}
	#f-fol {text-align: center; background: url(//bluehill.org/wp-content/uploads/banner-inner2.jpg) no-repeat center center; padding: 30px 15px;}

	#footer .flex > div:not(:nth-last-child(-n+2)) {margin-bottom: 30px!important;}

	#bottom2 {padding: 0 15px 20px;}
	#bottom2 .abs-left {position: static; transform: none; text-align: center; margin: 0 0 20px;}
	#b-sponsors {position: static; transform: none; text-align: center; max-width: 200px; margin: 0 auto;}

	#banner-inner {height: 175px;}
	#banner-inner #ib-over h1,
	#banner-inner #ib-over h2 {font-size: 30px;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 32px;}
	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 26px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}

	#logo {z-index: 9;}
	#ht-srch {display: none;}
	#ht-nav .menu > li {display: none;}
	#ht-nav .menu > li#menu-item-14328 {display: block;}

	#slider .slide {padding: 0 15px;}
	#slider .s-over .s-box {max-width: 100%; background: rgba(255,255,255,0.8);}

	.s2-over {width: 66%; background: rgba(255,255,255,0.8);}

	#nc-img {height: 250px;}

	#t-map {padding: 82% 0 0;}
	#t-info {text-align: center;}
	#ti-hrs {padding-left: 0;}

	#bottom {text-align: center;}

	#banner-inner {height: 155px;}
	#banner-inner #ib-over h1,
	#banner-inner #ib-over h2 {font-size: 28px;}

	#how .flex > div {width: 48%;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-of-type(3), .fbreak3.f4-break > *:nth-of-type(4) {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	.s2-over {left: 30px; width: calc(100% - 60px);}

	.featured {border: 6px solid #22408e; padding: 20px;}
	.cta {padding: 30px 20px;}

	#serve .flex > div {padding: 0!important;}

	#now .n-pad, #tour .t-pad {padding: 20px;}

	#t-map {padding: 100% 0 0;}

	#footer {text-align: center;}
	#footer .flex > div:not(:last-child) {margin-bottom: 25px!important;}
	#footer h4:after {margin: 10px auto;}

	#banner-inner {height: 140px;}

	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title {font-size: 28px;}
	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 24px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}