/*!
Theme Name: Jemez of Publo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jemez-of-publo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Jemez of Publo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	/*background-color: #ccc;*/
	background-color: #FFF;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:hover, a:focus, a:active {
	color: #ae1a30;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #FFF;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul.sub-menu li.menu-item-has-children::after {
	content: url(/wp-content/uploads/2021/03/arrowright-menu.png);
	position: absolute;
	top: 10px;
	right: 10px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
ul.sub-menu {
	padding-top: 10px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
*:focus {
    outline: none !important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-thumbnail img,
.entry-content img {
	border: 1px solid #000;
}

.page-id-570 .entry-content img {
	border: 0;
}

/*.slider-pro {
	width: 1348px !important;
}*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/


body { font-family: 'Source Sans Pro', sans-serif; font-size: 14px; line-height:21px; font-weight:600;}
.post, .page {   margin: 0}
.clear { clear:both;}
#topmenu1 {padding-top:40px; display: block; position:absolute; left:0; right:0; width:100%;}
#topmenu1 ul{ list-style:none; margin:0; padding:3px 0 0; float:right;}
#topmenu1 ul li { display:inline-block;}
#topmenu1 ul li a{ text-decoration:none; color:#000; padding:0 10px; font-family: 'Source Sans Pro', sans-serif; font-size:1.1em; font-weight:bold; }
#topmenu1 ul li.active a{ text-decoration:none; color:#ae1a30; }
#topmenu1 ul li a:hover { text-decoration:none; color:#ae1a30; }
.social a { color:#022f40 !important; font-size: 24px !important;   padding: 10px 0 10px 20px !important;    margin-top: 10px !important;}
#searchform {float:right; margin-left:10px;}
.topsearch input[type="text"] {color: #000; border: 2px solid #000; border-radius:0px; background-image: url(images/search.png); width:150px; padding: 0 30px 0 10px; background-size: 14px auto; background-position: 88% center; background-repeat: no-repeat; background-color: transparent; height: 30px; }
#topmenu ul li { display:inline-block; }
#masthead {margin: 114px 0; background:#fff; position: absolute; height: 67px; left:0; right:0; z-index:999; padding:10px 0;}
.page-id-10 #masthead {margin: 140px 0;}
.site-branding { display:inline-block; float:left; }
#site-navigation { display:inline-block; float:left; clear:none; padding-left:30px;margin-top:8px;}
.main-navigation { clear: both; display: block; float: none;  width: auto;}
.custom-logo-link { display: inline-block; float:left;}
.custom-logo { max-width:168px;  margin-top:-55px;}
.site-title { float:left; margin:15px 0 10px 17px;}
.site-title a {color:#ae1a30; text-decoration:none; font-size:30px; font-family: 'Lora', serif; font-weight:700;}
.ow-button-base a { padding:0.5em 1.3em !important;}
.container { width:100%;max-width:1280px;margin:0 auto;display:block;clear:both; }
.main-navigation a {display: block;  text-decoration: none; color:#022f40; font-size:16px; padding:8px 10px; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif;}
.main-navigation a:last {padding-right:0px;}
.main-navigation a:hover {color:#ae1a30;}
.HeaderImage img{ width:100%; height:auto; display: block;}
.page-content, .entry-content, .entry-summary { margin:0;}
.panel-grid .panel-has-style { margin:0!important;}
#pg-10-0, #pg-10-1, #pg-10-2, #pg-10-3, #pg-10-4 { margin:0!important;}
.space {padding: 7px;}
#Home1 { padding:220px 0 10px;}
.Home11 { color: #fff;}
.Home11 h3{font-family: 'Source Sans Pro', sans-serif; font-size: 4rem; line-height:1; margin-bottom:10px; margin-top:90px;}
.Home11 hr { background:#fff; height:2px; border-left:90px solid #bc0924;}
.Home11 p {font-family: 'Source Sans Pro', sans-serif; font-size: 1.8rem;  line-height: 2.4rem; font-weight: 400;}
#Home2 {background:url('./images/Events.png'); background-repeat: no-repeat; background-position:-250px top; padding:10px 0 55px 0; background-size:contain;}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item { margin-right:35px}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {font-size: 2rem;  text-align: left;  font-weight: 700;   color:  #474747;  margin: 10px 0 0 10px;   font-family: 'Lora'; height:50px; overflow:hidden;}
.sow-carousel-item h3 a {  color: #fff !important;  font-size: 1.4rem;}
.sow-carousel-item { position:relative;}
.sow-carousel-item h3 { position:absolute; bottom:40px;}
.sow-carousel-item h3 a{color:#fff !important; font-size:18px;}
.sow-carousel-item h3 a:hover{color:#fff !important;}
.sow-carousel-title {}
.sow-carousel-title a.sow-carousel-previous, .sow-carousel-title a.sow-carousel-next { content: "\e600"; display: block; overflow: hidden; margin-left: 2px; margin-top: 100px; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; font-size: 15px; line-height: 14px; width: 40px; height:40px; text-align: center;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; text-decoration: none;color: #022f40;
background:#ffffff; border-radius: 50%; border:1px solid #fff; padding-top:10px;position: relative; z-index: 1;}
.sow-carousel-title a.sow-carousel-previous:hover, .sow-carousel-title a.sow-carousel-next:hover {
 color: #fff !important;background:#022f40 !important;border: 1px solid  #022f40; }
.sow-carousel-title a.sow-carousel-previous {float:left !important; left:20px }
.sow-carousel-title a.sow-carousel-next { float:right !important; position:absolute; right:10px;}
.sow-carousel-title a.sow-carousel-next::before {content: "\f061"; font-family:fontawesome; }
.sow-carousel-title a.sow-carousel-previous:hover, .sow-carousel-title a.sow-carousel-next:hover {color: #fff; background:#333333;border:1px solid #fff}
.sow-carousel-title a.sow-carousel-previous::before { content: "\f060"; font-family:fontawesome;}
.Home21 {padding-top: 130px; padding-bottom:0px; padding-left:50px;}
.Home21 h3 { font-family: 'Lora'; color:#022f40; font-size: 30px; line-height:30px;}
.Home21 p { color:#022f40; font-size: 1.1rem; font-weight:400;}
.ow-icon-placement-left {  border: 2px solid #0591c2 !important;border-radius: 30px !important; padding:5px 10px;
text-transform: uppercase;background:transparent !important;}
.ow-icon-placement-left:hover {  border: 2px solid #0591c2 !important;border-radius: 30px !important;
text-transform: uppercase;background:#fff !important; color:#0591c2 !important;}
.Home22 {padding-top: 50px; padding-bottom:0px; position:relative;}
.Home22 .ow-icon-placement-left {border: 2px solid #0591c2 !important; border-radius: 30px !important; text-transform: uppercase; background:transparent !important;}
#Home3 img {  width: 100%; }
#Home4 { padding:120px 0; background-image: url(/wp-content/uploads/2020/03/Home45.png); background-repeat: repeat-x;}
.Home4w { /*padding: 0 30px;*/padding: 0 0;}
.Home4w .sow-features-feature {background: #01536f; padding: 15px 30px 30px 30px !important; text-align: left !important;}
.Home4w .sow-features-feature:nth-child(2) {background: #007199;}
.Home4w .sow-features-feature:nth-child(3) {background: #22a4c6;}
.Home4w .sow-features-feature:nth-child(4) {background: #0090c2;}
.sow-features-list .sow-features-feature .sow-icon-container { margin:0 !important}
.Home4w h5, .Home4w p{ color:#fff;}
.Home4w h5 {font-size:25px; margin: 0 0 15px 0 !important; font-weight:400; line-height:25px; padding-top:20px;}
.Home4w p {font-size:1.1rem; line-height:1.5rem; margin-bottom:0; margin-top:0; font-weight:400;}
.Home4w p.para {  height: 70px;}
.Home4w hr { margin:4px -10px;}
#Home5 {  border-top: 45px solid #eeeff1; padding: 20px 0 50px; background-repeat: repeat-x !important; background-position: left 48px !important; background-size: 420px; }
#Home5 h3.widget-title{ font-size:1.5rem; font-weight:400; }
#Home5 .tcimage img { height:426px !important; }
.Home5widget1 { padding:1rem 0 0 0;}
.Home5widget1  h3.widget-title{ margin:0; }
.Home5widget2 { padding:1rem 0;}
.Home5widget2 h5{ color:#ae1a30; font-family:'Lora', serif; font-size:1rem; margin:0.5rem  0!important; }
.Home5widget2 h5 a { color:#ae1a30; text-decoration:none; font-size:15px;}
.Home5widget2 h5 p { color:#022f40;}
.Home5widget2 .category a { color:#022f40; text-decoration:none; text-transform:uppercase;}
.Home5widget2 .sow-icon-image { border-radius:10px;}
.Home5widget2.panel-widget-style-for-10-4-1-0 h3.widget-title {
	display: none;
}
.Home5widget2.panel-widget-style-for-10-4-1-0 article {
	margin-top: 3.25em;
}
@media (max-width: 767px) {
	.Home51.panel-cell-style-for-10-4-0 {
		position: relative;
	}
	#panel-10-4-0-1 {
		position: absolute;
		right: 30px;
		bottom: 25px;
	}
	.so-widget-sow-button-flat-70be0113aaa4 .ow-button-base a {
		font-size: 1.5em;
	}
	.Home5widget2.panel-widget-style-for-10-4-1-0 article {
		margin-top: -45px;
	}
}
.Home54 .so-widget-image {border-radius:10px;}
.Home54 .Home5button { padding-top:20px; }
.Home5button { padding-top:25px; }
.Home5widget1 .Home5button { padding-top:20px; }
.Home53 { padding:1rem 0;}
.Home53 .sow-image-container {width:95%;}
.Home5button .ow-icon-placement-left {border: 2px solid #0591c2 !important;border-radius: 30px !important; text-transform: uppercase; background:transparent !important; }
.Home5button:hover .ow-icon-placement-left {border: 2px solid #0591c2 !important;border-radius: 30px !important; text-transform: uppercase; background:#fff !important; }
.site-footer { background:url(images/footer.jpg); background-size:cover;padding:100px 0 20px 0;  position:relative; color:#fff; }
.site-footer-overlay {background-color:rgba(8, 48, 64, 0.8);  position:absolute; left:0; top:0; width:100%; height:100%; padding:100px 0 20px 0; }
.footerwrapper { position:relative;}
.site-footer .container { color:#fff;}
.site-footer h3 {font-size: 1.6rem;font-weight: 400;}
.site-footer p {font-size: 1rem; line-height:1.5rem;font-weight: 400; padding-right:17px}
.site-footer a { color:#fff; text-decoration:none; word-break: break-all;}
.site-footer a:hover { color:#ffffff; text-decoration:underline;}
.site-info p {font-size: 12px; text-align:center;}
.footer1 { display:block; list-style:none; margin:0; padding:0;}
.footer1 li { display:block; list-style:none; padding:3px 0 12px;}
.footer1 li a{text-decoration:none; color:#fff; font-size:1rem; font-weight:600;}
.footer1 li a i { font-size: 14px; margin-left: 5px; }
.footer1 li a:hover{ color:#fff; text-decoration:underline;}
.site-info { text-align:center; font-size:1rem;}
.ten {width:10%; float:left; padding:0 10px;}
.fifteen{ width:15%; float:left; padding:0 10px;}
.twenty{ width:20%; float:left; padding:0 10px;}
.twentyfive { width:25%; float:left; padding:0 10px;}
.thirty { width:30%; float:left; padding:0 10px;}
.forty { width:29%; float:left; padding:0 10px 20px 0;}
.forty a {line-height: 0; display: block;}
.fortyfive { width:45%; float:left; padding:0 10px;}
.fifty { width:50%; float:left; padding:0 10px;}
.sixty { width:60%; float:left; padding:0 10px;}
.seventy { width:70%; float:left; padding:0 10px;}
.seventyfive { width:75%; float:left; padding:0 10px;}
.eighty { width:80%; float:left; padding:0 10px;}
.ninty { width:90%; float:left; padding:0 10px;}
.footer-information p { margin-bottom: 15px; }
span.sep { margin: 0 4px; }
/*-------------------## Carousel CSS -------------*/

.wppsac-carousel-slides {   position: relative;}
.wppsac-post-content-position {position:absolute; /*width:94%;*/ left: 14px; right: 14px; bottom: 0; color: #fff;height: 100%; margin: 0 0px 0 0; background:rgba(8, 48,640, 0.3); padding: 10px;}
.wppsac-post-content-inner {width: 100%;}
.wppsac-post-carousel.design-1 .wppsac-post-image-bg { margin-bottom:0px !important;}
.wppsac-post-carousel a { text-decoration: none !important;  background: transparent !important;}
.wppsac-post-carousel h2.wppsac-post-title {
	line-height: 22px;
	margin: 15px 0 !important;
	position: absolute;
	bottom: 30px;
	left: 15px;
	padding-right: 15px;
	width: calc(100% - 15px);
	text-align: center;
}
.wppsac-post-carousel .wppsac-post-title a {  color:#fff; }
.wppsac-post-carousel h2.wppsac-post-title a {  color:    #fff !important; font-size: 18px;font-family: 'Lora';line-height: normal;}
.wppsac-post-carousel .wppsac-post-title a {  color:#fff !important;}
.wppsac-post-categories {  /*top: 85%;   right: 10px;    width: 50%;   position: absolute;*/}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list { margin:0 !important;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li {display: none !important;margin: 0 !important;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li:first-child {display: inline-block !important;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li a::before{content:"in"; text-transform:lowercase; font-weight: 400;}
.wppsac-post-carousel .wppsac-post-categories ul.wppsac-post-categories-list li a { padding:1px 0 0 6px;font-size: 14px;    font-weight: 700;}
.wppsac-post-date {
	display: none;
	margin:0 !important;
	font-size:14px !important;
	font-weight: 400;
	text-transform: uppercase;
	position: absolute !important;
	right: 15px;
	bottom: 15px;
}
.wppsac-post-carousel a:after { background:rgba(50, 121, 187, 0.5); position: absolute; left:0; right:0; top:0; bottom:0;}

.wppsac-post-carousel button.slick-prev { background-image: url(/wp-content/uploads/2020/03/arrowleft.png) !important; margin-left: -21px !important; }
.wppsac-post-carousel button.slick-prev:hover { background-image: url(/wp-content/uploads/2020/03/arrowlefthover.png) !important; margin-right: -21px !important; }

.wppsac-post-carousel button.slick-prev:focus,
.wppsac-post-carousel button.slick-next:focus { background-color: #fff !important; }

.wppsac-post-carousel button.slick-prev:hover,
.wppsac-post-carousel button.slick-next:hover { background-color: #022f40 !important; }

.galleria-theme-nextgen_pro_slideshow.caption_below_stage .galleria-info {
	margin: 150px;
}


.wppsac-post-carousel button.slick-next { background-image: url(/wp-content/uploads/2020/03/arrowright.png) !important;  margin-right: -21px !important; }
.wppsac-post-carousel button.slick-next:hover { background-image: url(/wp-content/uploads/2020/03/arrow-righthover.png) !important; margin-right: -21px !important; }
.wppsac-post-slider button.slick-arrow,
.wppsac-post-carousel button.slick-arrow { cursor: pointer; width: 50px; height: 50px; position: absolute; z-index: 9;  padding: 0 !important;  margin:0px;  border-radius: 50% !important;-webkit-transition-duration: 0.4s;  transition-duration: 0.4s; color:#022f40; box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2); background-repeat: no-repeat !important; background-color: #ffffff !important; background-size: 60% auto !important; background-position: center center !important; }

.wppsac-post-slider button.slick-arrow:hover, .wppsac-post-carousel button.slick-arrow:hover  { color:#fff; }
.singlepost { background-image:url(images/singlepagebg_new.jpg); padding:70px 0 50px; background-repeat: repeat; background-color: #fff; background-size: 452px auto; }
.singlepost p { color:#2d505f; line-height: 1.6; }
.singlepost .entry-meta { padding:50px 0; color:#32b3e6;}
.post-thumbnail img{ border-radius:5px; height: 123px; object-fit: cover; }
.singlepost .cat-links a { padding:10px; border:1px solid #34a1ca; color:#34a1ca; text-decoration:none; border-radius:5px;}
.post-navigation { padding-top:50px;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: left; text-align: right; width: 50%;}
.post-navigation .nav-next a, .post-navigation .nav-previous a { color:#2d505f; text-decoration:none;}
.sidebar .widget-title { color:#b80d1f;}
.decoration { display:none;}
.widget2 {  padding: 24% 10%;}
.sidebar .ow-button-base a{ border: 2px solid #0591c2 !important;border-radius: 30px !important; text-transform: uppercase;}
.widget2.ow-button-base a {border: 2px solid #0591c2 !important;border-radius: 30px !important;text-transform: uppercase;background:#0591c2 !important;}
.breadcrumb a:first-child {padding-left: 0;}
.breadcrumb {padding: 0 0 10px;}
.breadcrumb a, .breadcrumb span {margin:0; padding:0; font-size: 15px; text-transform: uppercase; text-decoration: none;}
.breadcrumb .chevron { padding:0 8px; }
.breadcrumb a:hover { color: #008fc1; }

.featured-event {margin-bottom: 40px;}
.featured-event h2.widget-title {margin-bottom: 1em; font-size: 18px;font-weight: 400;color: #2d505f;}
.featured-event h2, .featured-event h2 a {margin: 0; color: #b80d1f; text-decoration: none;}
.featured-event h2 {margin-bottom: 0.5em;}
.featured-event-inner {border: 1px solid #dedede;border-radius: 5px;overflow: hidden;line-height: 0;}
.featured-event-inner img {width: 100%; border-radius: 5px; line-height: 0;}
.featured-event-content {margin-top:0;padding: 15px 30px 12px 30px;background: #fff;line-height: normal;}
.featured-event-content a { color: #34a1ca;text-decoration: none;}
.featured-event-content .ow-button-hover {margin-bottom: 15px; padding: 0.2em 1.4em; display: inline-block;}
.featured-event-content .entry-meta {padding: 0 !important;}
.featured-event-content .entry-meta span, .featured-event-content .entry-meta span a {color: #022f40;}
.featured-event-content .entry-meta,
.Home51 .entry-meta .category > span, .Home52 .entry-meta .category > span {margin: 0 !important;color: #022f40;font-size: 14px !important;text-transform: uppercase;}
.featured-event-content .entry-meta .categoty a {font-weight: 700; color: #022f40;}
.comments-area { display: none; }
.wppsac-post-carousel.design-1 .wppsac-carousel-slides { padding-left: 14px; padding-right: 14px; }

.page-id-512 .ngg-galleria-parent { height: 820px !important; }

.home-spotlight-title,
.kathleen-wall {
    text-align: right;
    margin-top: -71px;
    margin-right: 60px;
    margin-bottom: 50px;
    color: #FFF;
    font-size: 16px !important;
    font-family: 'Lora', serif;
}
.home-spotlight-title *,
.kathleen-wall * {
    font-size: inherit !important;
}
#panel-10-4-2-0 {
	padding-top: 16px;
}
.home-spotlight-image img {
	max-height: 450px;
	width: auto;
	object-fit: cover;
}
.home-spotlight-title a:link,
.home-spotlight-title a:hover,
.home-spotlight-title a:active,
.home-spotlight-title a:visited {
	color: #FFFFFF;
}
@media (max-width: 1040px) {
	.home-spotlight-title > h3.widget-title {
		text-align: center;
	}
	.home-spotlight-title,
	.kathleen-wall {
		margin-right: 0;
	}
	.sow-features-feature {
		width: 100% !important;
	}
	.Home4w p {
		line-height: 2.5rem;
	}
	.Home4w p.para {
		line-height: 1.5;
	}
	.Home4w .sow-icon-container {
		width: auto !important;
	}
	.Home4w .sow-icon-container .sow-icon-image {
		left: calc(50% - 35px);
	}
	.Home4w .sow-features-feature .space {
		height: 0;
		padding: 0;
		margin: 0;
	}
	.Home4w .sow-features-feature .textwidget {
		width: 300px;
		margin-bottom: 1rem !important;
	}
}

.textwidget a,
.textwidget a:hover,
.textwidget a:active,
.textwidget a:visited {
	color: #FFFFFF;
}

.archive article.type-galleries,
.archive article.type-spotlights,
.archive article.type-places,
.archive article.type-post,
.archive article.type-events,
.archive article.type-news,
.blog article.type-post {
	position: relative;
	padding-left: 175px;
	min-height: 150px;
	margin-bottom: 1.5rem;
}
.custom-thumbnail {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	left: 0;
}
.custom-thumbnail img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	.archive article.type-galleries,
	.archive article.type-places,
	.archive article.type-post,
	.archive article.type-events,
	.archive article.type-news {
		padding-left: 0;
		min-height: auto;
	}
	.custom-thumbnail {
		width: 100%;
		height: auto;
		margin: 0 0 .75rem 0;
		position: relative;
	}
	
	.galleria-theme-nextgen_pro_slideshow.caption_below_stage .galleria-info {
		margin: 30px;
	}
}


@media all and (max-width:1024px){
.container { padding:0 10px; }
.site-branding { display:inline-block; width:75%; }
.custom-logo { max-width:100px;  margin-top:-30px;}
.site-title { float:left; margin:10px 0 20px 15px;}
.site-title a {color:#ae1a30; text-decoration:none; font-size:1.1rem;}
nav.main-navigation { width:25px; }
.menu-toggle { background:none; color:#555;font-size:1.7em; border:0px;padding:0px; cursor:pointer; margin:8px 0 0; display:block; }
.main-navigation ul { position:absolute;right:0px;width:100%;background:#f3f3f3;top:70px;  display:none; }
.main-navigation a {display: block; font-size: 1rem; padding: 10px 15px;   }
.main-navigation li {float: none;   position: relative;}

.Home4w p {    font-size: 15px;}
}
@media all and (max-width:768px){
.Home22 { }
}

@media all and (min-width:1200px){
.page-id-512 .gallery-text { margin-top: -100px; }
}

@media (min-width: 1900px){
#Home2 {    background: url(.images/Events.png);background-repeat: no-repeat; background-position: 0px top; padding: 10px 0 60px 0;background-size:contain;}

}

@media (min-width: 1700px) and (max-width: 1900px){
    #Home2 { background-position: -6% top; }
}

@media (min-width: 1600px) and (max-width: 1700px){
    #Home2 { background-position: -10% top; }
}

@media (min-width: 1500px) and (max-width: 1600px){
    #Home2 { background-position: -15% top; }
}

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
	  .Home21 {
    padding-top: 35px;
    padding-bottom: 0px;
    padding-left: 10px;

}
}

/* Landscape */
@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1.5) {

}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 1024px) and (max-width: 1320px) {
    #Home1 { padding-left: 20px !important; padding-right: 20px !important; }
}

@media (min-width: 521px) and (max-width: 767px) {

}
@media (min-width: 521px) and (max-width: 619px) {
    .Home4w h5 { min-height: 60px; font-size: 16px; line-height: 20px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
		#masthead {  margin: 80px 0;}
	.topmenu1 {padding-top: 40px;  padding-left: 20px;    padding-right: 20px;}
nav.main-navigation { padding-right:20px; }
.menu-toggle { background:none; color:#555;font-size:1.7em; border:0px;padding:0px; cursor:pointer; margin:8px 0 0; display:block; }
.menu-toggle { background:none;color:#555;font-size:1.7em;border:0px;padding:0px;cursor:pointer;margin:8px 0 0; float:right; }
.main-navigation ul { position:absolute;right:0px;width:100%;background:#f3f3f3;top:70px;text-align:right; }
.main-navigation li {  float: left;   position: relative;}
.main-navigation a {display: block; font-size: 1rem; padding: 20px 15px;   }

.menu-toggle { background:none;color:#555;font-size:1.7em;border:0px;padding:0px;cursor:pointer;margin:8px 0 0; float:right; }
.main-navigation ul { position:absolute;right:0px;width:100%;background:#f3f3f3;top:70px;text-align:right; }
.main-navigation li {  float: left;   position: relative;}
.main-navigation a {display: block; font-size: 1rem; padding: 20px 15px;   }
 #Home1 {  padding:100px 20px 10px 20px !important;}
 #Home2 {background:url('./images/Events3.png'); background-repeat: no-repeat; background-size:33%; padding:0px 0 0 0;}
	.Home21 { padding-top: 35px;  padding-bottom: 0px; float:right;}
	.Home22 {   padding-right: 40px;   padding-left: 0px;   padding-bottom: 75px; padding-top:120px }
.Home23  {}
	#Home4 {padding: 50px 0; padding-right: 0px; padding-left: 0px;}
	.Home53 { }
	.Home4w .sow-features-feature { padding: 15px !important;    text-align: left !important;}
	.Home5widget1  h3{ text-align:center;}
	.Home5widget2  h3{ text-align:center;}
	.Home5widget2 img{ max-width:200px; width:100%;}
	.Home53widget2 img{ max-width:300px !important; width:100%; margin:0 auto;}
	.Home5button .ow-icon-placement-left{ /*   margin: 0 auto;  display: block;  width: 200px;*/}
	.fifty { width:100%; float:left; padding:0 10px;}
	.fortyfive { width:100%; float:left; padding:0 10px;}
    .fifteen{ width:33.33%; float:left; padding:0 10px;}
    .twenty{ width:33.33%; float:left; padding:0 10px;}
    .twentyfive { width: 33.33%; }
}


/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.site-branding { display:inline-block; /*width:35%;*/ width: calc(100% - 50px); }
  .menu-toggle {margin: 13px 0 0;}
.custom-logo { max-width:100px;  margin-top:-30px;}
.site-title { float:left; margin:10px 0 20px 15px;}
.site-title a {color:#ae1a30; text-decoration:none; font-size:1.1rem;}


 #Home1 {  padding:90px 20px 10px 20px !important;}
 #Home2 {background:url('/wp-content/uploads/2020/02/Events3.png') -60px; background-repeat: no-repeat; padding:0px 0 0 0;}
	.Home21 { padding-top: 35px;  padding-bottom: 0px;  padding-left: 50px;}
	.Home22 { padding-top:50px; padding-bottom: 0px;padding-left: 10px; padding-bottom: 75px;}
.Home23  {}
	#Home4 {padding: 50px 0; padding-right: 0px; padding-left: 0px;}
	.Home5widget1  h3{ text-align:center;}
	.fifty { width:100%; float:left; padding:0 10px;}
	.fortyfive { width:100%; float:left; padding:0 10px;}
    .fifteen{ width:33.33%; float:left; padding:0 10px;}
    .twenty{ width:33.33%; float:left; padding:0 10px;}

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	#masthead {  margin: 100px 0;}
	#Home1 {  padding:120px 10px 15px 10px ;}
	.Home21 { padding-top: 100px;  padding-bottom: 0px;  padding-left: 300px;}
	.Home22 { padding-top: 100px; padding-left: 0px; padding-bottom: 50px;}
	#Home4 {padding: 100px 0; padding-right: 0px; padding-left: 0px;}
	.Home4w .sow-features-feature { background: #01536f; padding: 15px 10px !important; text-align: left !important;}
	#Home5 h3.widget-title { font-size: 2rem;  font-weight: 400; text-align:center;}
	.Home5widget2 h5 { font-size: 1.5rem; margin:1rem 0 !important; }
	.Home5widget1  h3{ text-align:center;}
	.Home53 { display: none;}
	.Home53widget2 img{ max-width:300px !important; margin:0 auto;}
	.Home5button .ow-icon-placement-left{ /*   margin: 0 auto;  display: block;  width: 200px;*/}
	.fifty { width:100%; float:left; padding:0 10px;}
	.fortyfive { width:100%; float:left; padding:0 10px;}
    .fifteen{ width:28%; float:left; padding:0 10px;}
    .twenty{ width:28%; float:left; padding:0 10px;}
    .twentyfive { width: 44%; }
    .footer1 li a { font-size: 14px; }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media only screen and (min-width : 320px) and (max-width : 480px) {
	#searchform {}
	.topmenu1 {   padding-top: 20px;}
	#masthead {	margin: 70px 0;}
	.main-navigation ul {top:80px;}
	#Home1 {  padding:1px 10px 15px 10px ;}
	.Home11 h3 { font-size: 2rem;   line-height: 1;   margin-bottom: 0px;   margin-top: 160px;}
	.Home11 p {font-size: 1.5rem;}
	#Home2 { background:none;}
	.Home21 {  padding-top: 20px;    padding-bottom: 0px; padding-left:0px;}
	.Home21 h3 { text-align:center;}
	.Home22 { text-align:center;}
	.sow-carousel-wrapper {overflow: hidden;  position: relative;   left: -20px;   right: 0;}
	.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item { margin-right:0px}
	.ow-button-base.ow-button-align-left { text-align:center;}
	.sow-carousel-title a.sow-carousel-previous {  left: 0px;}
	.sow-carousel-title a.sow-carousel-next { right:0px;}
	#Home4 { padding: 50px 0;}
	#Home5 { border-top: 30px solid #eeeff1;padding:0px;background-repeat:repeat-y !important; }
	#Home5 h3 {text-align:center;}
	.Home5widget1  h3{ text-align:center;}
	.Home53 { display: none;}
	.Home54 .Home5button {  padding-bottom: 70px;}
	.site-footer { text-align:center;}
	.footer1 li {  display: block;  list-style: none;   padding: 10px 0 0;}
    .fifty { width:100%; float:left; padding:0 10px;}
	.fortyfive { width:100%; float:left; padding:0 10px;}
    .fifteen{ width:100%; float:left; padding:0 10px;}
	.twentyfive{ width:100%; float:left; padding:0 10px;}
    .twenty{ width:100%; float:left; padding:0 10px;}
}

.bg-no-repeat {background-repeat: no-repeat !important;}
.footer-above .so-panel {margin-bottom: 0 !important;}
.footer-above .panel-widget-style {padding: 1rem 0 0 !important;}
.footer-above .Home5button.panel-widget-style {padding-top: 0 !important;}
.footer-above .Home53.panel-cell-style {padding-top: 0 !important;}
.footer-above .Home53.panel-cell-style .siteorigin-widget-tinymce {display: none;}
.footer-above .Home53widget2 {padding-top: 0 !important; padding-bottom: 18px !important;}
.footer-above .Home53 .Home5widget1 {margin-bottom: 1.7em;}
.footer-above .Home53widget2 .sow-image-container img {border-radius: 5px;}
.panel-grid-cell .panel-cell-style.Home22 {padding-right: 30px !important;}

.singlepost h1.entry-title, .singlepost h2.entry-title {font-family: 'Lora'; font-size: 35px; line-height: normal;color: #033148;}
.singlepost h2.entry-title {font-size: 30px;margin: 25px 0 0 0;}
.singlepost h2 a {text-decoration: none;color: #ae1a30;}
.archive .page-header h1.page-title {font-size: 18px; margin: 30px 0 0 0;}
.archive .entry-header h2.entry-title {margin-top: 0;margin-bottom: 0;}
.seventy {width: 67%;}
.thirty {width: 27%; float: right;}
.full-width {width: 100%;}
.singlepost .entry-meta {padding:8px 0 50px 0;color: #ae1a30;font-size: 18px;font-weight: 400;line-height:1.5;m}
.singlepost .post-thumbnail {margin-bottom: 22px;}
.singlepost .post-thumbnail img {max-height: 590px; width: auto; border-radius: 5px; height: auto; }

.archive-description, .singlepost .entry-content {font-size: 16px;line-height: 27px;font-weight: 400;margin-bottom: .75rem;}
.singlepost .cat-links {display: inline-block;margin: 0 10px 0 0; font-size: 0;}
.singlepost .cat-links a {margin: 0 10px 0 0; padding: 6px 18px; text-transform: uppercase;font-size: 16px;display: inline-block;font-weight: 400;}
.singlepost .entry-footer {padding: 15px 0 0 0;}

.post-navigation {padding-top: 60px;}
.post-navigation .nav-next a:before {content: "Next";position: absolute;top: -22px;right: 0;text-transform: uppercase;color: #34a1ca;}
.post-navigation .nav-previous a:before {content: "Prev";position: absolute;top: -22px;left: 0;text-transform: uppercase;color: #34a1ca;}
.post-navigation .nav-next a, .post-navigation .nav-previous a {font-size: 17px;font-weight: 400; position: relative;}
.post-navigation .nav-links div:first-child[class*="nav-next"] {text-align: left;}
.post-navigation .nav-links div:first-child[class*="nav-next"] a:before {right: auto; left: 0;}

.sidebar {padding-top: 60px;}
.sidebar .widget.widget_text .widget-title {font-size: 18px; font-weight: 400; color: #2d505f;}
.sidebar .widget_sow-image {margin-bottom: 0;}
.sidebar .widget .sow-image-container {border: 1px solid #dedede; border-radius: 5px; overflow: hidden;}
.sidebar .widget.widget_sow-editor {margin-top: -3px;padding: 15px 30px 50px 30px; background: #fff;border: 1px solid #dedede; border-radius: 5px;}
.sidebar .siteorigin-widget-tinymce a {color: #34a1ca; text-decoration: none;}
section.widget_sow-button {margin: -70px 0 60px 30px;}
.sidebar .widget_siteorigin-panels-builder {border-radius: 5px; overflow: hidden;}
.sidebar .widget_siteorigin-panels-builder .widget2 {padding: 32px 20px 70px 78px;}
.sidebar .widget_siteorigin-panels-builder .widget2 h1 {font-size: 35px;line-height: normal;}
.sidebar .widget_siteorigin-panels-builder .widget2 .ow-icon-placement-left {font-size: 22px;background: #0090c1 !important;}
.sidebar .widget_siteorigin-panels-builder .widget2 .ow-icon-placement-left:hover {background: #fff !important; color: #0090c1 !important;}

.corner-box {margin-top: -3px;padding: 15px 30px 50px 30px; background: #fff;border: 1px solid #dedede; border-radius: 5px;}

.ngg-slideshow {background: #fff; border: 1px solid #dedede; border-radius: 5px; }


@media (max-width: 1345px) {
    .Home21 { padding-top: 90px;padding-bottom: 0px;padding-left: 90px;padding-right: 20px;}
}
@media (max-width: 1199px) {
   #Home2 {background-image: none !important;}
    .Home21 {padding-top: 50px;padding-bottom: 0px;padding-left: 20px; }
    #Home5 {padding-left: 20px !important;padding-right: 20px !important;}
    .Home53 .sow-image-container {width: 100%;}

    .seventy {width: 65%;}
    .thirty {width: 32%;}
    .sidebar .widget_siteorigin-panels-builder .widget2 {padding: 32px 20px 70px 58px;}
    .post-navigation .nav-next a, .post-navigation .nav-previous a {font-size: 14px;}
}
@media (max-width: 1024px) {
    .Home22 {padding-bottom: 50px;}
    .footer-above h3.widget-title {text-align: left;}
}
@media (max-width: 991px) {
    .panel-grid-cell .panel-cell-style.Home22 {padding-right: 30px !important;padding-left: 30px !important;padding-top: 20px;}
    .Home21 {float: none;margin: 0 auto;text-align: center;}
    .home2button .ow-button-base {text-align: center;}
    .Home21 .widget {margin-bottom: 0 !important;}
    .site-branding {display: inline-block;width: calc(100% - 50px);}
    .menu-toggle {margin: 13px 0 0;}

    .footer-above {flex-direction: row !important;}
    .footer-above .panel-grid-cell {width: 33.33% !important;}
    #Home4 {padding: 50px 0;padding-right: 20px !important;padding-left: 20px !important;padding-top: 50px;padding-bottom: 50px;}
    .forty {width: 30.3%;}
    .Home5button .ow-icon-placement-left {display: inline-block;width: auto;}
    .seventy {width: 100%;}
    .thirty {width: 100%;}
    .sidebar {padding-top: 30px;}
    .sidebar .widget .sow-image-container img {width: 100%;}
    .sidebar .widget_siteorigin-panels-builder .widget2 h1 {max-width: 150px;}

}
@media (max-width:767px) {
    #topmenu1 {padding-top: 20px;}
    #searchform {margin-left: 10px;}
    .panel-grid-cell .panel-cell-style.Home22 {padding-bottom: 0px;padding-right: 20px !important;padding-left: 20px !important;}
    .wppsac-post-carousel h2.wppsac-post-title {text-align: left;}
    .wppsac-post-categories {float: left;}
    .footer-above {flex-direction: column !important;}
    .footer-above .panel-grid-cell {width: 100% !important;}
    .ow-button-base.ow-button-align-left {text-align: left;}
    #pgc-10-1-0 .ow-button-base.ow-button-align-left { text-align: center; }
    #Home5 h3.widget-title {text-align: left;}
    .site-footer {padding: 60px 0 20px 0;}
    .site-footer-overlay {padding: 60px 0 20px 0;}

    .singlepost h1.entry-title {font-size: 30px;}
    .post-navigation .nav-next a, .post-navigation .nav-previous a {/*font-size: 0;*/}
    .post-navigation .nav-next a:before, .post-navigation .nav-previous a:before {font-size: 15px;}
    div#pgc-10-4-2 > .Home53 { display: block !important; }
    .post-thumbnail img { height: auto; }
}