/*
Theme Name: Living Coast
Author: AldenMc
Author URI: http://aldenmc.com/
Description:
Version: 1.0

*/


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #011689;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}

body {
	background: #fff;
}

a {
	color: #009bbf;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #181773;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 72px;
	line-height: 1.3;
}

h2 {
	font-weight: 700;
	font-size: 48px;
	font-size: 28px;
	line-height: 1.5;
}

h3 {
	color: #009bbf;
	font-weight: 700;
	font-size: 27px;
	font-size: 24px;
	line-height: 1.4;
	margin-top: 12px;
}

h4 {
	margin-top: 0;
	font-weight: 500;
	color: #ff9f19;
	font-size: 21px;
	font-size: 18px;
	line-height: 1.2;
}

h5 {
	color: #009bbf;
	margin-top: 0;
	font-size: 16px;
	line-height: 1.3;
}

h6 {
	font-size: 14px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

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

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color:#181773;
	border: 0;
	height: 2px;
	position: relative;
	margin-bottom: 47px;
	margin-top: 28px;
	overflow: visible;
}
hr:after {
	content: "";
	position: absolute;
	top: -33px;
	left: 50%;
	height: 52px;
	width: 52px;
	background-image: url(/wp-content/uploads/2020/05/turtle-icon.png);
	background-size: 74%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	padding: 12px;
	margin-left: -47px;
}


/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #009bbf;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #009bbf;
	color: #fff;
	text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #009bbf;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

button:hover,
button:focus,
.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-color: #181773;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.search-field {
	width: 100%;
}
.error404 .search-field {
	max-width: 240px;
}
.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
}

div.wp-caption .wp-caption-text {
	padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
	padding-right: 0;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}
.notopmargin {
	margin-top:0;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.safezoneA {
	max-width: 1720px;
	margin: 0 auto;
}
.safezoneB {
	max-width: 1350px;
	margin: 0 auto;
}
.site {
	background-color: #fff;
	position: relative;
}

.main-content {
	width: 100%;
	margin-top: 48px;
}
.site-footer .main-content {
	margin-top: 0;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	background-color: #000;
	width: 100%;
	z-index: 5;
	top:0;
	position: fixed;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	 border-color: #009bbf;
}
.site-header.offme {
	border-color: #009bbf;
}
.header-main {
	min-height: 48px;
	padding: 0 10px;
	margin-top: 10px;
}

.site-title {
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 48px;
	margin: 0;
	text-indent: -9999em;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.site-title a {
    background-image: url(/wp-content/uploads/2020/04/living-coast-logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 200px;
    height: 78px;
    margin: 0 auto;
}
/* Search in the header */

.search-toggle {
	cursor: pointer;
	float: right;
	height: 30px;
	margin-right: 38px;
	text-align: center;
	/*width: 30px;*/
	min-width: 30px;
}

.search-toggle:hover,
.search-toggle.active {
	background-color: #181773;
}
.search-toggle.active {
	margin-left: 37px;
}
.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 6px;
	position: absolute;
	right: 4px;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 0;
	right: 122px;
	min-width: 300px;
	z-index: 2;
top: 29px;
right: 92px;
top:0;
right: 30px;
position: relative;
}

.search-box {
	background-color: #181773;
	padding: 2px;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-bottom: 1px solid #009bbf;
}

.site-navigation ul ul {
	/*margin-left: 20px; JA*/
}

.site-navigation a {
	display: block;
}

.site-navigation a:hover {
	color: #009bbf;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	/*text-decoration: underline;*/
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 20px;
	padding-top: 24px;
	float: right;
	margin: 27px 1px 0 -12px;
	padding: 0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.primary-navigation.toggled-on {
	padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}




.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation .nav-menu {
	border-bottom: 0;
	display: block;
}

.primary-navigation.toggled-on {
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.primary-navigation li {
	border: 0;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	/*position: relative;*/
}

.primary-navigation a {
	display: inline-block;
	padding: 0 12px;
	white-space: nowrap;
}
.primary-navigation > li:hover > a,
.primary-navigation > li.focus > a {
	background-color: #009bbf;
	color: #fff;
}
/*

.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
	content: "\f501";
	right: 8px;
	top: 20px;
}
*/

/* Navigation */

.site-navigation li .current_page_item > a,
.site-navigation li .current_page_ancestor > a,
.site-navigation li .current-menu-item > a,
.site-navigation li .current-menu-ancestor > a {
	color: #fff;
}



/* Secondary Navigation */

.secondary-navigation {

	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #444;
}

.menu-toggle:focus {
	outline: 1px dotted;
}

.sub-menu li a {    /* JA left indent fix */
	padding-left:0;
}


/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
}

.page-content {
	margin-bottom: 48px;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
	position: absolute;
	bottom: -8px;
	z-index: 1;
}
.site-content .entry-header {
	position: relative;
	bottom: auto;
}
.entry-title {
	font-size: 72px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	text-shadow: 4px 0px 2px #333;
}
.specialblog .entry-title {
	font-size: 36px;
	text-shadow: none;
}
.search-results .site-content .entry-title {
	font-size: 36px;
	text-shadow: none;
}
.search-results .site-content .entry-header {
	padding: 0;
}
.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #181773;
}

.site-content .entry-header {
	/*background-color: #fff;
	padding: 0 10px 12px;*/
}

.site-content .has-post-thumbnail .entry-header {
	padding-top: 24px;
}


/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #181773;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #181773;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	background-color: #fff;
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #181773;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #181773;
}

.entry-meta .tag-links a:after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens:none;
	-moz-hyphens:none;
	-ms-hyphens:none;
	hyphens:none;
	word-wrap: break-word;
}
.page .entry-content {
	padding-top: 0;
}


.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
	text-decoration: underline;
}

.entry-content table,
.comment-content table {
	font-size: 14px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 8px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 8px;
}

.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #181773;
}


/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	margin: 24px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	display: inline-block;
	height: 22px;
	margin: 0 1px 2px 0;
	text-align: center;
	width: 22px;
}

.page-links a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	text-decoration: none;
}

.page-links a:hover {
	background: #181773;
	border: 1px solid #181773;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 24px auto 48px;
	max-width: 474px;
	padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #181773;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #009bbf;
}

.paging-navigation a:hover {
	border-top: 5px solid #181773;
	color: #2b2b2b;
}




/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}



/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	clear: both;
	padding: 0;
	position: relative;
	z-index: 2;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {

}

.site-footer {
	/*font-size: 12px;*/
	position: relative;
	z-index: 3;
}
.site-footer h2 {
	font-weight: 600;
	font-size:28px;
	letter-spacing: .1rem;
	line-height:1.2;
}
.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

.site-info a:hover {
	color: #181773;
}





	.secondary-navigation ul li:hover > ul,
	.secondary-navigation ul li.focus > ul {
		left: 202px;
	}


	a.post-thumbnail:hover img {
		opacity: 0.85;
	}

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .entry-meta > span {
		margin-right: 10px;
	}

	.site-content .format-video .post-format a:before {
		content: "\f104";
	}

	.site-content .format-audio .post-format a:before {
		content: "\f109";
	}

	.site-content .format-image .post-format a:before {
		content: "\f473";
	}

	.site-content .format-quote .post-format a:before {
		content: "\f106";
		margin-right: 2px;
	}

	.site-content .format-gallery .post-format a:before {
		content: "\f103";
		margin-right: 4px;
	}

	.site-content .format-aside .post-format a:before {
		content: "\f101";
		margin-right: 2px;
	}

	.site-content .format-link .post-format a:before {
		content: "\f107";
		position: relative;
		top: 1px;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}



	.search-toggle {
		margin-right: 18px;
	}




	.site-content .has-post-thumbnail .entry-header {
		margin-top: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}


	.content-sidebar {
		border: 0;
		float: right;
		margin-left: -33.33333333%;
		padding: 48px 30px 24px;
		position: relative;
		width: 33.33333333%;
	}


	.slider .featured-content .entry-title {
		font-size: 22px;
		line-height: 1.0909090909;
	}

	.slider .featured-content .entry-header {
		min-height: inherit;
		padding: 24px 30px 48px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 50%;
		z-index: 3;
	}

	.slider-control-paging {
		background: transparent;
		padding-left: 20px;
		width: 50%;
	}

	.slider-direction-nav {
		clear: none;
		float: right;
		width: 98px;
	}

	.slider-direction-nav li {
		border: 0;
		padding: 0 1px 0 0;
	}

	.slider-direction-nav li:last-child {
		padding: 0 0 0 1px;
	}

	.slider-direction-nav a {
		height: 48px;
	}

	.slider-direction-nav a:before {
		line-height: 48px;
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */


	.admin-bar .site-header {
		top: 32px;
	}

.site-main {
	margin-top: 130px;
	min-height: 500px;
}


	.attachment .site-content .attachment img {
		display: block;
		margin: 0 auto;
	}


	.full-width .site-content .alignleft {
		clear: left;
	}

	.full-width .site-content .alignright {
		clear: right;
	}

.has-white-color #menu-upper-nav a:hover {
	color: #181773;
}
.has-white-color #menu-upper-nav .has-drkblue-background-color a:hover {
	color: #ff0707;
}

.has-ltblue-color,
.has-ltblue-color a,
.has-white-color a.has-ltblue-color{
	color: #009bbf;
}
.has-drkblue-color,
.has-drkblue-color a {
	color: #181773;
}
.has-blue-color,
.has-blue-color a {
	color: #011689;
}
.has-ltgreen-color,
.has-ltgreen-color a {
	color: #58b7b3;
}
.has-red-color {
	color: #ff0707;
}
.has-orange-color {
	color: #ff9f19;
}

.has-white-color,
.has-white-color a,
.has-ltblue-color a.has-white-color {
	color: #ffffff;
}
.has-black-color {
	color: #000000;
}
.has-grey-color {
	color: #646464;
}



.has-ltblue-background-color {
	background-color: #009bbf;
}
.has-drkblue-background-color {
	background-color: #181773;
}
.has-blue-background-color {
	background-color: #011689;
}
.has-ltgreen-background-color {
	background-color: #58b7b3;
}
.has-red-background-color {
	background-color: #ff0707;
}


.has-orange-background-color {
	background-color: #ff9f19;
}

.has-white-background-color {
	background-color: #ffffff;
}
.has-black-background-color {
	background-color: #000000;
}
.has-grey-background-color {
	background-color: #646464;
}

#menu-upper-nav {
	list-style: none;
	margin-bottom: 0;
}
#menu-upper-nav li{
	display: inline-block;
	padding: 5px 12px;
}
.nav-right {
    font-size: 20px;
    letter-spacing: .05rem;
    line-height: 1;
}
.menu-upper-nav-container {
    margin-right: 55px;
    text-align: right;
}
.operation-hours {
	position: absolute;
	font-size: 16px;
	font-weight: 300;
	padding-top: 6px;
}
#menu-upper-nav .heart-icon{
	padding: 5px 40px 5px 12px;
}
.heart-icon {
	position: relative;
}
.wp-block-button.heart-icon {

}
.wp-block-button.heart-icon:after {
	right: 25px;
}
.wp-block-button__link {
	padding: 5px 20px 5px 20px;
}
.heart-icon .wp-block-button__link {
	padding: 5px 50px 5px 20px;
}
.heart-icon:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
	font-weight: 900;
	font-family: "Font Awesome 5 Solid";
 	font-family: 'Font Awesome 5 Pro';
	content:"\f004";
	position: absolute;
	right: 0;
	color: #ff0707;
	right: 8px;
	top: 5px;
}
#featured_header {
	min-height: 359px;
	background-size: cover;
	position: relative;
	margin-bottom: 3px;
	opacity: .25;
	opacity: 1;
	-webkit-transition: opacity .6s ease-in-out;
	-moz-transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
#sub-nav {
	text-align: right;
}
.fixme #sub-nav {
	position: fixed;
	z-index: 2;
	top: 130px;
	left: 0;
	right: 0;
}
.fixmeAlert #sub-nav {
	position: fixed;
	z-index: 4;
	top: 166px;
	left: 0;
	right: 0;
}


.fixme .main-content{
	padding-top: 32px;
}
.logged-in .fixme #sub-nav {
	top: 162px;
}
.sub-nav-menu ul li {
	position: relative;
	padding: 0 12px;
}
.sub-nav-menu ul ul ul {

}
.sub-nav-menu ul ul {
	display: none;
	position: absolute;
	z-index: 4;
	top:100%;
	right: 0;
	margin: 0;
	background-color: #009bbf;
	/*padding: 6px 0 10px;*/
}
.sub-nav-menu ul ul li{

	padding: 4px 12px;
	display: block;
	margin: 0;
	/*min-width: 150px;*/
	font-size: .95rem;
}
.sub-nav-menu {
	margin: 0;
	list-style: none;
}
.sub-nav-menu li{
	display: inline-block;
	display: none;
}
.sub-nav-menu li a {
	color: #fff;
}
.sub-nav-menu li a:hover {
	color: #011689;
}
.sub-nav-menu li li li a:hover {
	color:  #009bbf;
}
.sub-nav-menu li li:hover ul{
	display: block;
	position: absolute;
	z-index: 5;

	right: 0;
	margin: 0;
	background-color: #009bbf;

	display: block;
	top: auto;
	left: 0;
	background-color: #011689;


}
.sub-nav-menu .current_page_item > a,
.sub-nav-menu .current-page-parent > a {
	color: #011689;
}
.sub-nav-menu li .current_page_item > a {
	color:#fff;
}
.sub-nav-menu .current_page_item,
.sub-nav-menu .current_page_item li,
.sub-nav-menu .current-page-parent,
.sub-nav-menu .current-page-ancestor,
.sub-nav-menu .current-page-parent li,
.sub-nav-menu .current-page-ancestor li {
	display: inline-block;
	position: relative;
	position: unset;
	z-index: 2;
	/* removed dmc 08122020 ,
.sub-nav-menu .current-menu-ancestor*/
}

.sub-nav-menu .current-menu-ancestor .current-menu-ancestor {

}

.tribe-events-page-template .sub-nav-menu .current_page_ancestor,
.tribe-events-page-template .sub-nav-menu .current_page_ancestor li {
	display: inline-block;
	position: relative;
	position: unset;
	z-index: 2;
}
.tribe-events-page-template .sub-nav-menu .current_page_ancestor li .current-menu-item > a,
.single-tribe_events .sub-nav-menu .menu-item-593 a {
    color: #009bbf;
}
.tribe-events-page-template .menuon .mega-nav-menu  .onsection .sub-menu{
	display: block;
}
.tribe-events-page-template .menuon .menuonly .onsection > .sub-menu {
	display: flex;
}
.tribe-events-page-template .menuon .mega-nav-menu  .onsection > .sub-menu{

}
.tribe-events-page-template .menuon .mega-nav-menu .onsection .sub-menu > li {
	/*display: inline-block;*/
}
.tribe-events-page-template .menuon .mega-nav-menu .onsection .sub-menu li ul li {
	/*display: block; */
}
.entry-content #tribe-events-pg-template {
	max-width: none;
	padding:0;
}
.entry-content .tribe-events-single-event-title {
	color: #011689;
	font-size: 72px;
	font-weight: 700;
}
.single .entry-content #tribe-events-footer {
	border:none;
}
.single .tribe-events-event-meta dl {
	margin-bottom:0;
}
.entry-content .tribe-events-content ol,
.entry-content .tribe-events-content p,
.entry-content .tribe-events-content ul {
	color: #011689;	 
}
 
.sub-nav-menu .current_page_parent > a,
.sub-nav-menu .current_page_ancestor > a,
.sub-nav-menu .current_page_item > a {
	display: none;
}
.sub-nav-menu .current_page_parent li a,
.sub-nav-menu .current_page_ancestor li a {
	display: inline-block;
}
.sub-nav-menu .current_page_parent .current_page_item > a,
.sub-nav-menu .current_page_ancestor .current_page_item > a,
.sub-nav-menu .current-menu-ancestor > a {
	color:#181773;
}


.sub-nav-menu .current_page_parent li .current_page_item > a,
.sub-nav-menu .current_page_ancestor li .current_page_item > a {
	color: #009bbf;
}


.sub-nav-menu .current-page-ancestor ul .current_page_parent .sub-menu,
.sub-nav-menu .current-page-ancestor ul .current-page-ancestor .sub-menu,
.sub-nav-menu .current-page-ancestor ul .current_page_item .sub-menu,
.sub-nav-menu .current-menu-ancestor ul .current-menu-ancestor .sub-menu,
.single-tribe_events .sub-nav-menu .current_page_parent ul .current_page_item .sub-menu {
	display: block;
	top: auto;
	left: 0;
	background-color: #011689;
}



.site-footer nf-fields-wrap:first-child {
  /*  display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap;	*/
}

.site-footer .nf-form-content input.ninja-forms-field {
	height: auto;
	padding: 5px 12px;
}
.site-footer .nf-form-cont,
#mc-embedded-subscribe-form {
	max-width: 500px;
}
#mc_embed_signup #mc-embedded-subscribe-form input {
	font-size: 16px;
	color: #181773;
	border-radius: 26px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.button {
	color:#fff;
	border-radius: 26px;
	background-color: #469b97;
	text-transform: lowercase;
	padding:0 12px;
}
#mc_embed_signup #mc-embedded-subscribe-form input.button:hover {
	background-color: #2c6360;
}
#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group input {
	padding: 5px 12px;
}
#mc_embed_signup #mce-success-response {
	#fff;
}
.site-footer nf-field:first-child {
	margin-right: 2%;
}
.site-footer nf-field:first-child,
.site-footer nf-field:nth-child(2),
.site-footer #mc_embed_signup #group-1,
.site-footer #mc_embed_signup #group-2,
.site-footer #mc_embed_signup .mc-field-group #mce-EMAIL {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	min-height: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
.site-footer #mc_embed_signup .mc-field-group {
	display: block;	
}
@media (min-width:782px) {
	.site-footer nf-fields-wrap {
	    flex-wrap: nowrap;
	}
	.site-footer nf-field {
	    flex-basis: 0;
	    flex-grow: 1;
    }
}
.nf-form-cont .nf-form-content input:not([type="button"]) {
	border-radius: 26px;
}
.nf-form-cont .nf-form-content button,
.nf-form-cont .nf-form-content input[type="button"],
.nf-form-cont .nf-form-content input[type="submit"] {
	border-radius: 26px;
	background-color: #469b97;
	text-transform: lowercase;
}
.site-footer .nf-field-container {
	margin-bottom: 8px;
}
.site-info p, .site-info a {
  font-size: 16px;
}
#social_icons {
	font-size: 24px;
}
#social_icons a {
	margin-right: 12px;
}
#social_icons i {
	font-size: 24px;
}
.wp-block-media-text__content .wp-block-columns {
	gap:2em;
}
.footer-contact-col {
  /* flex: 0 1 160px !important; */
}
.wp-block-media-text__content .wp-block-columns .wp-block-column:nth-of-type(3)  {
	margin-top: 64px;
}
.wp-block-media-text__content .wp-block-columns img {
	display: inline-block;
}
.footer-contact-col p:first-of-type {
	margin-bottom: 14px;
}
#footer_links a {
  display: block;
}
.footer-badges-column img {
  display: inline-block;
  width: 100px;
  margin-top: 14px;
}
.abs_cont {
	position: relative;
	border: 1px solid transparent;
}
.abs_cont h3{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.home .abs_cont:hover {
	border: 1px solid #fcc571;
}
.abs_cont:hover h3{
	color: #fcc571;
}
.abs_cont .wp-block-image {
	position: relative;
	margin-bottom: 0;
}
.abs_cont .wp-block-image:after {
	content: "";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,ffffff+100&0+0,0+65,0.9+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 65%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 65%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff',GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,58b7b3+100&0+0,0+65,0.9+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(146,208,206,0) 65%, rgba(88,183,179,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(146,208,206,0) 65%,rgba(88,183,179,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(146,208,206,0) 65%,rgba(88,183,179,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e658b7b3',GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100,181773+100&0+0,0+65,0.9+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(105,104,164,0) 65%, rgba(24,23,115,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(105,104,164,0) 65%,rgba(24,23,115,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(105,104,164,0) 65%,rgba(24,23,115,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6181773',GradientType=0 ); /* IE6-9 */

}
.abs {
	position: absolute;
	bottom:40px;
	left: 0;
	right: 0;
}
.txtshadow {
	text-shadow: 2px 0px 3px rgba(0,0,0,0.93);
}
.home-owl {
	position: relative;
	top: -44px;
	margin-bottom: 0;
}
.recyclebg {
	position: relative;
}
.recyclebg:after {
	position: absolute;
	content: "";
	width: 200px;
	height: 200px;
	background-image: url(/wp-content/uploads/2020/05/icon-recycle-bl.png);
	left: 0;
	right: 0;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	opacity: .07;
}

.header__menu__subnav {
	display: none;
	position: absolute;
	width:100%;
	left: 0;
	right: 0;
	background-color: #181773;
	color: #fff;
	padding-top:36px;
	padding-bottom:30px;
	top:130px;
	min-height: 330px;
}
.header__menu__subnav .wp-block-columns {
	margin-bottom: 0;
}
.header__menu__subnav .wp-block-column.center, .header__menu__subnav .wp-block-column.center p {
	margin-bottom: 0;
	text-align:center;
}
.header__menu__subnav .wp-block-column img {
	width: 100%;
}
.wp-block-column.center img a {padding:0;}


.header__menu__subnav h3 {
	margin-top: 0;
}
.menuon {
	display: block;
}
.mega-nav-menu > li > a { /*hide top parent page */
	display: none;
}
.mega-nav-menu a {
	color: #fff;
}
.mega-nav-menu li{
	display: none;
	height: auto;
	line-height: 1.3;
	line-height: 2.4;
}
.mega-nav-menu .current_page_item,
.mega-nav-menu .current-page-parent,
.mega-nav-menu .current_page_parent,
.mega-nav-menu .current_page_ancestor {
	/*display: block;*/
}
.mega-nav-menu .current_page_item ul li,
.mega-nav-menu .current-page-parent ul li,
.mega-nav-menu .current_page_parent ul li,
.mega-nav-menu .current_page_ancestor ul li{
	/*display: block; */
}

.mega-nav-menu .onsection ul li {
	display: block;
	/*margin-bottom: 28px; JA */
}

.mega-nav-menu .onsection {
	display: block;
}
.closeme {
	position: absolute;
	right: 0;
	top:0;
	color: #fff;
	line-height: 1;
	padding: 5px;
	cursor: pointer;
}
.mega-nav-menu li > a:hover {
	color: #009bbf;
}
.site-navigation li .current_page_item > a {

}

.menuonly .onsection > .sub-menu {
	display: flex;
    flex-wrap: nowrap;
	margin-bottom: 28px;
}
.menuonly .onsection > .sub-menu li {
	min-width: 0;
	word-break: break-word;
	overflow-wrap: break-word;
	flex-basis: 0;
	flex-grow: 1;
	margin-top: -6px;
}
.menuonly .onsection > .sub-menu li > a {
	color: #009bbf;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 12px 0;


}
.menuonly .onsection > .sub-menu li .sub-menu li {
	margin-top: 0;

}

.menuonly .onsection > .sub-menu li > .sub-menu li a {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.menuonly .onsection > .sub-menu li > .sub-menu li a:hover {
    color: #009bbf;
}

/*.header__menu__subnav .wp-block-columns {
	display: block;
}
.header__menu__subnav .wp-block-column {
	display: inline-block;
	vertical-align: top;
	max-width: 33%;
}*/

.home_sec_cont {
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 1s;
}
.home_sec_cont.seeme {
	opacity: 1;
}
.home_sec_cont .left-column {
	display: inline-block;
	width: 55%;
}
.home_sec_cont .right-column {
	display: inline-block;
	vertical-align: bottom;
	width: 38%;
	padding: 0 3%;
}
.home-owl.is-resized > figcaption {
	caption-side: right;
	vertical-align: bottom;
	width: 100px;
	margin-bottom: 0;
}


.right-column h1{

}
.right-column h2{
	margin-top: 0;
	line-height: 1;
	margin-bottom: 50px;
}
.home .sig-events {
	border: 1px solid #fcc571;
	border-bottom: none;
	border-top: 0;
	border-radius: 20px 20px 0 0;
	margin-top: 50px;
	padding-left: 16px;
	padding-right: 16px;
}
.sig-events {
	padding: 0;
	position: relative;
}
.sig-events a:hover h3,
.sig-events a:hover h4 {
	color: #fcc571;
}

.home .sig-events a:hover img,
.home .wp-block-image:hover a img  {
	border-color: #fcc571;
}
.sig-events h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-height: 28px;
	overflow: hidden;
}
.sig-events h4 {
	font-size:18px;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sig-events img,
.wp-block-image a img {
	border: 1px solid transparent;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.events-title {
	position: absolute;
	left: 0;
	right: 0;
	top: -54px;
	color: #fcc571;
	top: -29px;
}
.home .events-title {
	top: -54px;
	top: -29px;
}
.events-title:before {
	content: "";
	border: 1px solid #fcc571;
	border-bottom: none;
	border-right: 0;
	border-radius: 20px 0 0 0;
	position: absolute;
	height: 20px;
	left: 0;
	top: 16px;
	right: 50%;
	width: 35%;
	margin-left: -1px
}
.events-title:after {
	content: "";
	border: 1px solid #fcc571;
	border-bottom: none;
	border-left: 0;
	border-radius: 0 20px 0 0;
	position: absolute;
	height: 20px;
	left: auto;
	top: 16px;
	right: 0;
	width: 35%;
	margin-right: -1px
}
.cta {
	padding: 0 15%;
}
.right-column .wp-block-columns {
	margin-bottom: 0;
}
.right-column .wp-block-image {
	margin-bottom: 0;
}
.sig-events .wp-block-column {
	margin-right: 16px;
	margin-left: 16px;
}

.right-column .wp-block-button__link {
	background-color: transparent;
	padding: 7px 24px;
	border: 1px solid #435e78;
	box-shadow: inset 0px 0px 20px rgba(67,94,120,.9);
	transition: all .2s;
	min-width:130px;
}
.right-column .wp-block-button__link:hover {
	background-color: #009bbf;
}
#footer-img {
	/*background-image: url(/wp-content/uploads/2020/05/wave-4col.png);	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: 1;
	background-size: contain;*/


}
#footer-img img {
	width: 100%;
}
.fw_cont {
	position: relative;
}
.site-footer .fw_cont {

}
.nbm {
	margin-bottom: 0;

}
.nbm:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 44px;
	background-color: #fff;
	bottom: 0;
}
.fifty {

}
.jgr {
    max-width: 1000px;
    margin: 0 auto 28px;
}
.jgr .wp-block-column {
	position: relative;
}
.jgr .wp-block-image {
	margin-bottom: 0;
}
.jgr .wp-block-column h2{
	position: absolute;
	z-index: 1;
	color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	text-shadow: 4px 3px 9px #000;
	font-size: 36px;
	letter-spacing: .2rem;
	font-weight: 600;
	-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.jgr .wp-block-column:hover h2{
	color: #fcc571;
}
.jgr .wp-block-column:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	top:0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.jgr .wp-block-column:first-child:after {
	background-image: url(images/wave-1.png);
}
.jgr .wp-block-column:nth-child(2):after {
	background-image: url(images/wave-2.png);
}
.jgr .wp-block-column:nth-child(3):after {
	background-image: url(images/wave-3.png);
}
.toggler {

	margin-bottom: 8px;
}
.toggler h4 {
	background-color: #009bbf;
	color: #fff;
	margin: 0;
	padding: 7px 0 7px 24px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.toggler h4:before {
	content: "+";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 5px;;
	top:6px;
	color: #fff;
}
.active h4:before {
	content: "-";
}
.toggler_cont {
	display: none;
	padding: 15px;
}
.active .toggler_cont {
	display: block;
}
p:empty {
  display: none;
}
.hdr_cta_cont {

	position: relative;
	top:-15px;
	top:0;
	min-height: 344px;
	width: 100%;

}
.cta_hero {
	position: absolute;
	z-index: -1;
	right:0;
	bottom:0;
	min-height: 329px;
	width: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
	max-height: 329px;
}
.hdr_cta_body {
	min-height: 344px;
	background-image: url(images/green-cta-wave.png);
	background-image: url(images/green-cta-wave-3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;
}
.hdr_cta_body .entry-content {
	max-width: 50%;
}
.hdr_cta_body h2 {
	font-size: 60px;
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
}
.hdr_cta_body h2:first-child {
	margin-top:40px;
}
.hdr_cta_body h3 {
	font-size: 36px;
	letter-spacing: .2rem;
	font-weight: 300;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	background-color: #011689;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #011689;
}
.tribe-events .tribe-events-c-ical__link {
	color: #011689;
	border: 1px solid #011689;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
    background-color: #fcc571;
}



.anchor{
  display: block;
  height: 160px; /*same height as header*/
  margin-top: -160px; /*same height as header*/
  visibility: hidden;
}
.anchor.walert{
  height: 196px; /*same height as header*/
 /* margin-top: -176px; /*same height as header*/
}
.entry-content .wp-block-columns {
	margin-bottom: 0;
}

.nf-form-cont .nf-form-content input[type="button"] {
	height: auto;
	background-color: #009bbf;
	color: #fff !important;
	border: none;
	border-radius: 28px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	margin: 0;
	padding: 12px 24px;
	text-align: center;
	text-transform: none;

}
.nf-form-content input[type="button"]:hover {
	background-color: #009bbf !important;
	color: #fff !important;
	text-decoration: underline;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0;
}
.animalfeedings {
	position: relative;
}
.animalfeedings:before {
	content: "";
	background-image: url(images/top-wave.png);
	height: 46px;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	z-index: 1;

}
.animalfeedings h3{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-shadow: 2px 0px 3px rgba(0,0,0,0.93);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.af {
	position: relative;
	border: 1px solid transparent;
}
#header-alert {
	background-color: #ff0707;
	color: #fff;
	text-align: center;
	min-height: 36px;

}
#header-alert p {
	margin: 0;
	padding-top: 4px;

}
#header-alert .safezoneA {
	position: relative;
}
#header-alert h2{
	font-weight: 700;
	margin: 0 48px 0 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
}
.alert_body {
	display: inline-block;
	vertical-align: top;
}
.alert_body .wp-block-buttons .wp-block-button {
	margin-bottom: 0;
	margin-top: 1px;
}
.alert_body .wp-block-button__link {
	padding: 2px 20px 2px 20px;
	color: #ff0707;
	font-size: .9rem;
}
#alertclose {
	color: #fff;
	position: absolute;
	right: 0;
	top:2px;
	line-height: 1;
}
.archive #primary,
.specialblog #primary {
	width: 69%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.tribe-events-page-template #primary {
	display: block;
	width: auto;
	margin: 0;
}

.archive #secondary,
.specialblog #secondary {
	width: 28%;
	display: inline-block;
	vertical-align: top;
}
.archive-title {
	font-size:26px;
}
.archive-header {
	margin-bottom: 6px;
	padding: 0;
}
.archive-header p {
	font-size: .9rem;
	margin-bottom: 0;
}
.entry-content h2 a {
	color: #011689;
}
.wprmenu-body-fixed .site-header {
	/*z-index: 99999;*/
}

/* weird sub nav issue */
.page-id-13 .menu-main-nav-container .visit-sec {
	display:none;
}
.page-id-13 .mega-nav-menu .visit-sec {
	display: block;
}

/* new search in nav dmc 02-2021 */
#stoggle {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
}
.search-toggle:before {
	display: none;
}
#stoggle:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 6px;
	position: absolute;
	right: 4px;
}
.search-box-wrapper {
	position: absolute;
	display: none;
}
.active .search-box-wrapper {
	display: block;
}
.search-toggle.active {
	margin-left: 0;
}
.search-box .search-field {
	margin-top: 1px;
}
.alert-content h2 {
	text-align:center;
}
.alert-content p {
	line-height:1.3;
}
#recite-header div.recite-dropdown hr:after {
	content: none !important;
}

#recite-header #recite-logo-header {
	display: none;
}
.tooltipster-base,
.tooltipster-base.tribe-events-tooltip-theme--hover,
.ect-list-post-left {
	z-index: 1 !important;
}
/**
 * 11.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 http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media all and (max-width:1776px) {
	.nav-right {
		padding-left: 5px;
		padding-right: 5px;
	}
	.entry-title {
		padding-left: 5px;
	}
	.header__menu__subnav {
		width:96%;
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media all and (max-width:1710px) {
	.sig-events h3 {
		font-size: 17px;
	}
}
@media all and (max-width:1680px) {
	#featured_header {
    	min-height: 316px;
	}
}
@media all and (max-width:1510px) {
	.sig-events .wp-block-column {
		margin-right: 8px;
		margin-left: 8px;
	}
}
@media all and (max-width:1480px) {
	h1,.entry-title {
		font-size: 55px;
	}
	.home_sec_cont .right-column {
		padding-right: 1%;
		padding-left: 5%;
		width: 38%;
	}
}
@media all and (max-width:1440px) {
	#featured_header {
    	min-height: 271px;
	}
}
@media all and (max-width:1380px) {
	.home_sec_cont .right-column {
		padding-left: 6%;
	}
	.entry-content {
		padding-left: 5px;
		padding-right: 5px;
	}
	.sig-events h3 {
		font-size: 16px;
	}
}
@media all and (max-width:1366px) {
	#featured_header {
    	min-height: 257px;
	}
	.entry-title {
		font-size: 52px;
	}
	h1 {
		font-size: 52px;
	}
/*	h2,.site-footer h2,
	.jgr .wp-block-column h2 {
		font-size: 22px;
	}

	.hdr_cta_body h2 {
		font-size: 52px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 13px;
	}
	h6 {
		font-size: 12px;
	}

	body, button, input, select, textarea {
		font-size: 16px;
	}
	.wp-block-button__link {
		font-size: 16px;
	}
	.alert_body .wp-block-buttons .wp-block-button {
		margin-top: 4px;
	}
	*/
}
@media all and (max-width:1315px) {
	.sig-events h3 {
		margin-top: 12px;
		min-height: 48px;
	}
	.home .events-title {
		top: -28px;
	}
	.nbm {
		height: 380px;
	}
	.nbm img {
		height: 368px;
		width: auto;
	}
	.home-owl {
		top: -31px;
	}
}
@media all and (max-width:1280px) {
	#featured_header {
    	min-height: 241px;
	}
	.right-column .wp-block-button__link {
		min-width: 94px;
	}
	.entry-title {
		font-size: 49px;
	}
	h1 {
		font-size: 49px;
	}
	h2,.site-footer h2,
	.jgr .wp-block-column h2 {
		font-size: 21px;
	}
	.hdr_cta_body h2 {
		font-size: 49px;
	}
	h3 {
		font-size: 19px;
	}
	.hdr_cta_cont {
		min-height: 287px;
	}
	.cta_hero {
		min-height: 264px;
	}
	.hdr_cta_body {
		min-height: 287px;
	}
	.abs {
		bottom: 20px;
	}
}
@media all and (max-width:1279px) {
	.home .sig-events {
		padding-left: 8px;
		padding-right: 8px;
	}
	.home_sec_cont .right-column {
    	padding-left: 8%;
    	width: 36%;
	}
	.offme .site-title a{
		width: 120px;
		height: 47px;
	}
	.offme .primary-navigation {
		margin-top: 0;
	}
	.offme .header__menu__subnav {
		top:100px;
	}
	.fixme #sub-nav {
		top: 100px;
	}
	.site-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mega-nav-menu li {
		line-height: 2;
	}
	.header__menu__subnav {
		min-height: 310px;
	}
	.primary-navigation {
		font-size: 19px;
	}
	.home_sec_cont {
		min-height: 425px;
	}
	.right-column {
		width: 40%;
	}
	.home .sig-events h3 {
		font-size: 24px;
	}
	.home .sig-events .wp-block-column h3 {
		font-size: 20px;
		overflow: auto;
		min-height: 0;
		max-height: none;
		margin-top: 24px;
	}
	.home .sig-events {
    	border-bottom: 1px solid #fcc571;
    	margin-bottom: 48px;
    }
    .home .sig-events .wp-block-column {
	    margin-left: 16px;
	    margin-right: 15px;
    }
    .home .sig-events {
	    margin-top: 15px;
    }
	.home .sig-events {
		position: relative;
	}
	.home .sig-events:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -16px;
		right: -16px;
		top: -100%;
		bottom: -20px;
		background-color: #7dafe6;
	}

}
@media all and (max-width:1070px) {
	.home_sec_cont .right-column {
		padding-left: 5%;
		width: 39%;
	}
}
@media all and (max-width:1040px) {
	.nbm .wp-block-column:nth-child(2) {
		display: none;
	}
	h1 {
		font-size: 38px;
	}
}
@media all and (max-width:1024px) {
	#featured_header {
		min-height: 192px;
	}
	.hc-events {
		display: block;
		text-align: center;
	}
	.hc-events .wp-block-column {
		display: none;
	}
	.hc-events .abs_cont {
		display: inline-block;
		vertical-align: bottom;
		width: 22%;
		margin-right: 2%;
		margin-left: 0;
	}
	.hc-events .abs_cont:last-child {
		margin-right: 0;
	}
	.site-info p, .site-info a {
    font-size: 14px;
	}
	#social_icons i {
    font-size: 20px;
	}
	#social_icons a {
    margin-right: 10px;
	}
}
@media all and (max-width:1023px) {
	.hdr_cta_body .entry-content {
		max-width: 60%;
		padding-left: 10px;
	}
	.cta_hero {
		background-size: cover;
	}
	.site-footer .wp-block-spacer {
		max-height: 20px;
	}
	.home_sec_cont .right-column h1 {
		font-size: 34px;
	}
	.home_sec_cont .right-column {
		padding-left: 9%;
		width: 35%;
    }
	.cta {
		display: block;
	}
	.cta .wp-block-column {
		display: block;
		margin-left: 0;
	}
	.cta .wp-block-button {
		margin-bottom: 12px;
	}
	body, button, input, select, textarea {
		font-size: 16px;
	}
	.wp-block-button__link {
		font-size: 16px;
	}
	.alert_body .wp-block-buttons .wp-block-button {
		margin-top: 4px;
	}
	.site-info .wp-block-media-text {
		display: block;
	}
	#mailchimp {
		margin-bottom: 24px;
	}
	.wp-block-media-text__content .wp-block-columns .wp-block-column:nth-of-type(3) {
    margin-top: 0;
	}
	.site-footer .wp-block-media-text__content #social_icons {
    margin-bottom: 0;
	}
}
@media all and (max-width:950px) {
	.sub-nav-menu ul li {
		padding: 0 6px;
	}
	#footer-img {
		margin-top: -1px;
	}
	h1 {

	}
	.home_sec_cont {
		background-size: contain;
	}
	.home_sec_cont .right-column {
    	padding-left: 7%;
    	width: 37%;
	}
}

@media all and (max-width:920px) {
	#primary-navigation {
		display: none;
	}
	.nav-right {
		font-size: 18px;
		height: 30px;
	}
	#menu-upper-nav li {
		padding: 6px 12px;
	}
	.search-box-wrapper {
		position: absolute;
	}
	.home_sec_cont {
		min-height: 375px;
	}
	#mg-wprm-wrap .site-title{
		float: none;
		position: absolute;
		top:17px;
		left: 12px;
	}
	#mg-wprm-wrap .site-title a {
		width:120px;
		height: 47px;
		padding-bottom: .5em;
	}
}
@media all and (max-width:890px) {
	#footer-img {
		margin-top: -2px;
	}
	.home-owl {
		top: -44px;
	}
	.nbm {
		display: block;
		height: auto;
		padding-bottom: 24px;
	}
	.nbm::after {
		content: none;
	}
	.nbm .wp-block-column {
		display: block;
	}
	.nbm .wp-block-image.home-owl {
		display: none;
	}
	.nbm h2 {
		margin-top: 0;
	}
}
@media all and (max-width:860px) {
	#sub-nav {
		display: none;
	}
	.entry-header {
		bottom: -5px;
	}
}
@media all and (max-width:820px) {
	.hdr_cta_body .entry-content {
		max-width: 80%;
	}
	.main-content,
	.fixme .main-content {
		margin-top: 10px;
	}
	.fixme .main-content {
		padding-top: 0;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-top: 12px;
	}
	hr:after {
		width:32px;
		height: 32px;
		top:-25px;
	}
	hr {
		margin-bottom: 27px;
		margin-top: 18px;
	}
	.animalfeedings {
		display: block;
	}
	.animalfeedings h3 {
		bottom:20px;
	}
	.wp-block-column.af {
		margin-left: 12px;
		display: inline-block;
		width: 23%;
	}
	.wp-block-column.af:first-child {
		margin-left: 0;
	}
	#footer-img {
		margin-top: -4px;
	}
	.home_sec_cont {
		min-height: 350px;
	}
	.entry-content .hc-events {
		margin-bottom: 48px;
	}
	.abs {
		bottom: 10px;
	}
	.home-owl {
		position: relative;
	}
	.home-owl.is-resized > figcaption {
		caption-side: left;
		margin-left: 36px;
		position: absolute;
		bottom:0;
		left:100%;
	}
}
@media all and (max-width:800px) {
	#featured_header {
    	min-height: 150px;
	}
	.home_sec_cont {
		min-height: 320px;
	}
}
@media all and (max-width:781px) {
	.home .sig-events .wp-block-column h3 {
		font-size: 19px;
	}
	.home .sig-events {
		flex-wrap: nowrap;
	}
	.site-footer .fw_cont .wp-block-columns{
		display: block;
	}
	.site-footer .fw_cont .wp-block-column{
		width: auto;
	}
	.site-footer .fw_cont .wp-block-column .wp-block-column{
		display: inline-block;
		width: 45%;
		padding: 0;
	}
	.site-footer .fw_cont .wp-block-image {
		float: right;
	}
	#footer-img {
		margin-top: -6px;
	}
	.jgr {
		display: block;
	}
	.jgr .wp-block-column {
		display: inline-block;
		vertical-align: bottom;
		width: 32%;
		margin-right: 2%;
	}
	.jgr .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.jgr .wp-block-column:last-child {
		margin-right: 0;
	}
	.waste {
		display: block;
	}
	.waste .wp-block-column{
		display: block;
		margin-bottom: 33px;
	}
	.fw_cont .wp-block-columns {
		display: block;
	}
	.fw_cont .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.se_cont {
		display: block;
	}
	.se_cont .wp-block-column{
		margin-left: 0;
	}
	.se_cont .sig-events {
		display: block;
	}
	.se_cont .sig-events .wp-block-column{
		display: inline-block;
		width: 31%;
		margin-right: 2%;
	}
}
@media all and (max-width:768px) {
	#featured_header {
    	min-height: 144px;
	}
}
@media all and (max-width:767px) {
	.hc-events .abs_cont {
		width: 46%;
		margin-bottom: 24px;
	}
	#alertclose {
		right: 5px;
		top: 12px;
	}
	.wp-block-spacer {
		max-height: 20px;
	}
	.home .site-main {
		background-position: top right;
		background-size: 269%;
		background-repeat: no-repeat;
	}
	.left_column {
		display: none;
	}
	.home_sec_cont .right-column {
		display: block;
		width: 100%;
		padding: 0;
		overflow: hidden;
	}
	.home_sec_cont {
		background-size: 179%;
		background-position-y: 100px;
		margin-top: 0;
	}
	.cta .wp-block-column {
		display: inline-block;
	}
	.home_sec_cont .left-column {
		display: none;
	}
	.home_sec_cont .right-column h1 {
		font-size: 48px;
		margin-top: 0;
		padding-left: 12px;
		padding-right: 12px;
	}
	.right-column {
		padding: 0;
	}
	.right-column h2 {
		font-size: 28px;
		margin-bottom: 24px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.cta {
		text-align: center;
		padding: 0 12px;
	}
}
@media all and (max-width:740px) {
	.home_sec_cont {
		min-height: 310px;
	}
	.home_sec_cont .right-column {
    /*	padding-left: 3%;
    	width: 41%;
    */
	}
	.events-title:before,
	.events-title:after {
		width: 30%;
	}
}
@media all and (max-width:700px) {
	.home .sig-events .wp-block-column h3 {
	    font-size: 17px;
	}
	.home_sec_cont {
	    min-height: 279px;
	}
	.operation-hours {
		font-size: 14px;
	}
}
@media all and (max-width:660px) {
	.home_sec_cont .right-column h1 {
		/*font-size: 30px;*/
	}
	.operation-hours {
		font-size: 12px;
		padding-top: 9px;
	}
	.nav-right {
		font-size: 14px;
	}
}
@media all and (max-width:640px) {
	.home_sec_cont {
	    min-height: 263px;
	}
	.entry-header {
		bottom: -3px;
	}
	.entry-title {
		font-size: 32px;
	}
	h1 {
		font-size: 32px;
	}
	h2,.site-footer h2,
	.jgr .wp-block-column h2 {
		font-size: 18px;
	}
	.hdr_cta_body h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 17px;
	}
	#menu-upper-nav li {
		min-height: 19px;
	}
	.nav-right {
		/*font-size: 16px;*/
	}
	.right-column h2 {
		/*margin-bottom: 24px;*/
	}
}
@media all and (max-width:600px) {
	.animalfeedings:before {
		content: none;
	}
	.wp-block-column.af,.wp-block-column.af:first-child {
		width: 47%;
		margin: 0 1%;
	}
	.menu-upper-nav-container {
		margin-right: 33px;
	}
	#menu-upper-nav .heart-icon {
		padding: 5px 30px 5px 12px;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}
@media all and (max-width:599px) {
	.site-footer .fw_cont .wp-block-column .wp-block-column {
		display: block;
		width: auto;
	}
	.site-footer .fw_cont .wp-block-image {
		margin: 0 auto;
		float: none;
	}
	#social_icons {
		text-align: center;
	}
	#footer-img {
		margin-top: -8px;
	}
	.home_sec_cont .right-column h1 {
    	/*font-size: 26px;*/
	}
	.home-owl img {
		width: 200px;
		margin:0 auto;
	}
	.home-owl {
		margin: 0 auto;
    	top: -20.5px;
    }
}
@media all and (max-width:566px) {
	#menu-upper-nav li {
		padding: 6px 5px;
	}
	.events-title:before,
	.events-title:after {
		width: 25%;
	}
}
@media all and (max-width:530px) {
	#menu-upper-nav {
		display: none;
	}
	.home_sec_cont .right-column h1 {
    	/*font-size: 20px;*/
	}
	.right-column h2 {
		/*font-size: 16px;*/
	}
	.right-column .wp-block-button__link {
    	min-width: 74px;
    	padding: 4px 24px;
	}
	.home_sec_cont {
	    min-height: 211px;
	}
	.home .sig-events .wp-block-column {
		margin-left: 8px;
		margin-right: 8px;
	}
	.home .sig-events .wp-block-column h3 {
		font-size: 15px;
	}
	.operation-hours {
		font-size: 15px;
		padding-top: 7px;
	}
}

@media all and (max-width:460px) {
	.home_sec_cont .right-column h1 {
		margin-top: 3px;
		margin-bottom: 3px;
		font-size: 40px;
	}
	.home_sec_cont {
    	min-height: 192px;
	}
	.events-title:before,
	.events-title:after {
		width: 20%;
	}
}
@media all and (max-width:450px) {
	.home-owl img {
		width: 150px;
	}
	.home-owl {
		top:-15.5px;
	}

	.home_sec_cont .right-column h1 {
		/*font-size: 18px;*/
	}
	.right-column h2 {
		/*margin-bottom: 6px; */
	}
	.home-owl.is-resized > figcaption {
		left:80%;
	}
}
/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}




	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}
}
.mc-banner {
	top: auto !important;
    bottom: 0px;
}
