/*!
Theme Name: Upper Saucon Township
Theme URI: http://www.uppersaucon.org/
Author: Kessler Freedman, Inc.
Author URI: https://www.kesslerfreedman.com
Description: The theme for Upper Saucon Township.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: karksus
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.

karks 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:
----------------------------------------------------------------
# CSS Variables
# Normalize
# Typography
# Columns
# Structure
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive Items
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CSS Variables
--------------------------------------------------------------*/

:root {
	--black: #000;
	--white: #FFF;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * 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 {
	background:#fff;
	color:#434343;
	font:100% 'Open Sans',sans-serif;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6 {
	color:#0069b3;
	font-weight:normal;
	font-family:'Open Sans',sans-serif;
	line-height:2em;
}

h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.4em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }
h6 { font-size:.8em; }

p {
    margin-top: 0;
	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%;
}



/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

.column { width:100%; margin-right:4%; position:relative; float:left; }
.column.last { clear:right; margin-right:0; }
.one_half { width:48%; }
.one_third { width:30.66%; }
.two_thirds { width:65.33%; }
.one_fourth { width:22%; }
.three_fourths { width:74%; }
.one_fifth { width:16.8%; }
.two_fifths { width:37.6%; }
.three_fifths { width:58.4%; }
.four_fifths { width:79.2%; }
.one_sixth { width:13.33%; }
.five_sixths { width:82.67%; }


/* Flexbox Columns */

.flex-columns {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.justify-flexstart {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-spacebetween {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-items-flexstart {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/* align-content is for multiline columns */
.align-content-flexstart {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.align-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.align-content-spacebetween {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

/* Individual Column Width */

.flexfallback { } /* ALWAYS include this in each column, plus an individual size below. */

.flexcol-auto {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: auto;
}

.flexcol-half {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 48%;
}

.flexcol-third {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 31%;
}

.flexcol-two-thirds {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 66%;
}

.flexcol-fourth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 23%;
}

.flexcol-three-fourths {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 75%;
}

.flexcol-fifth {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    width: 18%;
}

/* No Flexbox? No Problem. */

.no-flexbox .flex-columns {
    display: block;
    clear: both;
}

.no-flexbox .flexfallback {
    width:100%; margin-right:4%; position:relative; float:left;
}

.no-flexbox .flexfallback:last-child {
    clear:right; margin-right:0;
}

.no-flexbox .flexcol-auto {
    display: inline-block;
    width: auto;
}

.no-flexbox .flexcol-half {
    display: block;
    width: 48%;
}

.no-flexbox .flexcol-third {
    display: block;
    width: 30.66%;
}

.no-flexbox .flexcol-two-thirds {
    display: block;
    width: 65.33%;
}

.no-flexbox .flexcol-fourth {
    display: block;
    width: 22%;
}

.no-flexbox .flexcol-three-fourths {
    display: block;
    width: 74%;
}

.no-flexbox .flexcol-fifth {
    display: block;
    width: 16.8%;
}



/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

/* Uncomment this for wider page widths */
/*#page {
	width: auto;
	max-width: 1100px;
	padding:0px 0px;
	margin:0px auto;
	background-color:#FFF;
}*/

.emergency {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #eb0000;
}

.emergency.yellow-background {
	background-color: #fff55b;
}

.emergency.green-background {
	background-color:#00b62b;
}

.emergency-inner {
    width: 90%;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    margin: auto;
    padding: 16px 0 8px;
}

.emergency-inner a {
    color: #FFF;
    text-decoration: underline;
}

.emergency-inner a:hover {
    color: #FFFFCC;
}

.emergency-inner p {
    display: inline-block;
}

.emergency-inner i.fas, .emergency-inner i.far {
    color: #D1D1D1;
    display: inline-block;
    margin-right: 8px;
}

.emergency.yellow-background .emergency-inner i.fas, .emergency.yellow-background .emergency-inner i.far, .emergency.green-background .emergency-inner i.fas, .emergency.green-background .emergency-inner i.far {
	color: #343434;
}

.emergency.yellow-background .emergency-inner, .emergency.green-background .emergency-inner {
	color: #252525;
}

header#masthead {
	width:100%;
	height:180px;
	margin:0;
}

header#masthead .site-branding {
	width:960px;
	height:134px;
	margin:0px auto;
}

img.custom-logo {
	width: 100%;
	max-width: 546px;
	height: auto;
}

a.custom-logo-link {
	line-height:0px;
	vertical-align: top;
	clear: both;
	display: block;
}

.header-contact {
	font-size:14px;
	line-height:18px;
	text-align:right;
	padding-top:10px;
	color:#636363;
}

.header-contact form {
	margin-bottom:15px;
}

.header-contact input#s {
	width:125px;
	border-top:1px solid #d2d2d2;
	border-right:none;
	border-bottom:1px solid #d2d2d2;
	border-left:1px solid #d2d2d2;
	padding:3px;
	font-size:13px;
}

.header-contact input[type=submit] {
	height:23px;
	background-color:#636363;
	padding:3px;
	font-size:14px;
	line-height:14px;
	color:#FFF;
	text-transform:uppercase;
	margin-left:-5px;
	border:none;
}

.header-contact input[type=submit]:hover {
	background-color:#0069b3;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

.header-contact p {
	margin-bottom:8px;
}

.top-social {
	line-height:30px;
}

.top-social a i.fa-facebook-square {
	color:#3e5c9a;
	font-size:30px;
}

.top-social a i.fa-twitter-square {
	color:#52aef1;
	font-size:30px;
}

.top-social a:hover {
	opacity:.75;
}

#content {
	width:960px;
	height:auto;
	min-height:350px;
	margin:auto;
	padding:30px 0px 50px;
}

footer#colophon {
	width:100%;
	height:auto;
	margin:0;
	background-color: #0069b3;
	padding: 20px 0px;
}

footer#colophon .footer-inner {
	width:960px;
	margin:0px auto;
	font-size:15px;
	line-height:22px;
	color:#FFF;
}

footer#colophon a, footer#colophon a:visited {
	color:#FFF;
}

footer#colophon a:hover {
	color:#fffab0;
}

#backtop {
	display:none;
}

/*--------------------------------------------------------------
# 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. */
    overflow-x: hidden;
}

hr {
	margin:1.4em auto;
	display:block;
	clear:both;
	border-collapse:collapse;
	border:0;
	border-bottom:1px solid #dfdfdf;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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. */
}

.entry-content table {
	border:1px solid #ddd;
	width:100%;
	margin-bottom:18px;
}
.entry-content table th {
	padding:5px 20px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
.entry-content table td {
	border-top:1px solid #ddd;
	padding:5px 20px;
}

.right-block table {
	border:1px solid #ddd;
	width:100%;
	margin-bottom:12px;
}
.entry-content table th {
	padding:5px 5px;
	text-align:left;
	font-weight:bold;
	color:#111;
}
.entry-content table td {
	border-top:1px solid #ddd;
	padding:5px 5px;
}


/*--------------------------------------------------------------
# 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:visited {
	text-decoration:none;
	color:#0069b3;
}
a:hover, a:active, a:focus {
	color:#0a4b78;
	transition-timing-function:ease-in;
	transition-duration:200ms;
}

a:focus, input:focus, img:focus, button:focus, .screen-reader-text:focus {
	outline: thin dotted;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	background-color:#c3e6ff;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}

.menu-main-menu-container {
	line-height: 1;
}

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

.main-navigation a {
	display: block;
	font-size:15px;
	font-weight:700;
	color:#0065AD;
	text-decoration: none;
	padding:4px 12px;
	line-height:36px;
	margin:0;
	text-align: left;
}

.menu-main-menu-container ul:first-child > li {
	border-right:1px solid #93b5ce;
}

.menu-main-menu-container ul:first-child > li.last {
	border-right: none;
}

.menu-main-menu-container ul#primary-menu > li:hover,
.menu-main-menu-container ul#primary-menu > li:focus {
	background-color:#434343;
	transition-timing-function:ease-in;
	transition-duration:175ms;
	border-right:1px solid #434343;
}

.main-navigation li:hover > a,
.main-navigation li:active > a,
.main-navigation li:focus-within > a,
.main-navigation li:focus > a {
	color:#FFF;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul :focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
}

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

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

.main-navigation ul.sub-menu .current_page_item > a,
.main-navigation ul.sub-menu .current-menu-item > a,
.main-navigation ul.sub-menu .current_page_ancestor > a,
.main-navigation ul.sub-menu .current-menu-ancestor > a {
	font-weight:700;
	color:#fffab0;
}

.main-navigation ul.sub-menu .current_page_item > a:before,
.main-navigation ul.sub-menu .current-menu-item > a:before,
.main-navigation ul.sub-menu .current_page_ancestor > a:before,
.main-navigation ul.sub-menu .current-menu-ancestor > a:before {
	font-family:'FontAwesome';
	content:'\f101  ';
}

.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;
}

.main-navigation ul ul li {
    background-color: #464646;
}


.main-navigation ul ul li:hover {
    background-color: #0069b3;
}

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

.main-navigation ul ul ul li {
    background-color: #464646;
}

.main-navigation ul ul ul li:hover {
    background-color: #0069b3;
}

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

.main-navigation ul ul a {
	border-bottom:1px solid #dfdfdf;
	color: #FFF;
    font-size:14px;
	font-weight: normal;
	line-height: 22px;
	width: 200px;
}

.main-navigation ul ul a:focus {
	font-weight: bold;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul,
.main-navigation ul ul li:focus-within > ul {
	left: 200px;
}

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


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

.slicknav_menu {
	display:none;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: inline-block;
	}
}

.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%;
}

/* Footer Menu */

ul#footer-menu {
	list-style:none;
	display:block;
	float:right;
	clear:both;
	padding-left:0px;
	margin-left:0px;
	margin-bottom:24px;
}

ul#footer-menu li {
	list-style:none;
	display:block;
	float:left;
	margin-left:12px;
	font-size:14px;
	line-height:14px;
	font-weight:600;
}

ul#footer-menu li a, ul#footer-menu li a:visited {
	color: #FFF;
	text-decoration:none;
}

ul#footer-menu li a:hover, ul#footer-menu li a:focus, ul#footer-menu li a:active {
	color: #fffab0;
}


/*--------------------------------------------------------------
# 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;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/*--------------------------------------------------------------
# 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;
}

/* Clearfix */

.clearfix {
margin:0px auto;
clear:both;
}

.clearfix:before, .clearfix:after, .post:before, .post:after {
content: " "; /* 1 */
display: table; /* 2 */
}

.clearfix:after, .post:before {
clear:both;
}

.ie7 .clearfix {
*zoom: 1;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Home Page Specific */

#slider-area {
	width:100%;
	height:auto;
	padding:10px 0px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 209, 209) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 209, 209) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 209, 209) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 209, 209) 100%);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(209, 209, 209) 100%);
}

.slider-area-inner {
	width:960px;
	height:auto;
	margin:0px auto;
}

.slider-left {
	width:600px;
	height:350px;
	float:left;
	margin:0px 15px 0px 0px;
	padding:0px;
}

.ql-right {
	width:340px;
	height:348px;
	float:left;
	border:1px solid #93b5ce;
	background-color:#FFF;
	padding:0px;
	margin:0px;
}

.ql-right-inner {
	width:auto;
	height:auto;
	padding:2px;
}

.ql-right-inner h3 {
	color:#FFF;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	margin: 0px;
	padding:10px 0px;
	text-align:center;
	background-color:#0069b3;
}

.ql-right-inner h3:before {
	font-family:'FontAwesome';
	content:'\f0c9  ';
}

ul#menu-quick-links-menu {
	list-style:none;
	margin-left:0px;
	padding-left: 0px;
}

ul#menu-quick-links-menu li {
	list-style:none;
	padding-left:0px;
	font-size:16px;
	line-height:16px;
	padding:8px 0px;
	border-bottom:1px solid #dfdfdf;
}

ul#menu-quick-links-menu li.last {
	border-bottom:none;
}

ul#menu-quick-links-menu li:hover {
	background-color:#c3e6ff;
	transition-timing-function:ease-in;
	transition-duration:175ms;
}

ul#menu-quick-links-menu li a {
	color:#3f3f3f;
	padding-left:5px;
}

ul#menu-quick-links-menu li.calendar a:before {
	font-family:'FontAwesome';
	content:'\f073  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.meetings a:before {
	font-family:'FontAwesome';
	content:'\f07c  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.forms a:before {
	font-family:'FontAwesome';
	content:'\f15b  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.parks a:before {
	font-family:'FontAwesome';
	content:'\f1bb  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.trash a:before {
	font-family:'FontAwesome';
	content:'\f1f8  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.history a:before {
	font-family:'FontAwesome';
	content:'\f19c  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.employment a:before {
	font-family:'FontAwesome';
	content:'\f0a3  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.services a:before {
	font-family:'FontAwesome';
	content:'\f03a  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.contact a:before {
	font-family:'FontAwesome';
	content:'\f075  ';
	color:#0069b3;
}

ul#menu-quick-links-menu li.bids a:before {
	font-family:'FontAwesome';
	content:'\f249  ';
	color:#0069b3;
}


#soliloquy-container-99 {
	border:1px solid #93b5ce;
}

.topics {
	text-align: center;
	margin: auto;
}

.topics ul {
	display: inline-block;
}

.topics ul, .topics ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.topics ul li {
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.topics i.fa {
	color: #A0A0A0;
}

#news-area, .topics {
	width:960px;
	height:auto;
	padding:30px 0px;
	font-size:14px;
	line-height:20px;
}

#news-area i.fa-chevron-circle-right {
	color:#636363;
}

#news-area strong {
	font-size:15px;
	line-height:21px;
}

#news-area h3, #about-area h3 {
	font-size:24px;
	line-height:24px;
	margin-top: 0;
	margin-bottom:15px;
}

#about-area {
	width:100%;
	height:auto;
	padding:30px 0px;
	background-color:#e6f2fb;
	font-size:14px;
	line-height:20px;
}

#about-area p {
	margin-bottom:0px;
}

.about-area-inner {
	width:960px;
	height:auto;
	margin:auto;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.sticky {}
article.post {
	padding-bottom:30px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:30px;
	position:relative;
}
.single article.post {
	border:0;
	margin-bottom:0;
}

.entry-title a {
	font-size:22px;
	line-height:28px;
	color:#000;
}

.entry-title a:before {
	font-family:'FontAwesome';
	content:'\f138  ';
	color:#636363;
}

.page-title {
	font-size:34px;
	line-height:40px;
	margin-bottom:20px;
}

.entry-meta {
	font-size:.8em;
	margin-bottom:18px;
}
.entry-photo {
	margin:0 0 15px 15px;
	position:relative;
	float:right;
}
.entry-content {
	position:relative;
}

.entry-content ul li, .entry-content ol li {
	font-size:14px;
	line-height:21px;
	padding:5px 0px;
}

.entry-content h2 {
	font-size:26px;
	line-height:36px;
	margin-bottom:12px;
}

.entry-content h3 {
	font-size:22px;
	line-height:32px;
	margin-top: 0;
	margin-bottom:6px;
}

.entry-content h4 {
	font-size:18px;
	line-height:28px;
	margin-top: 0;
	margin-bottom:6px;
	font-weight:700;
	color:#636363;
}

.entry-footer {
	position:relative;
	clear:both;
	font-size:14px;
	margin-top:18px;
}
.entry-tags {
	display:block;
	margin-bottom:15px;
	position:relative;
	float:left;
}


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

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

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

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

iframe {
	margin:18px auto;
	text-align:center;
}

.grecaptcha-logo iframe {
    margin: 0 auto;
}


.nav-previous a:before {
	content:'« ';
}

.nav-next a:after {
	content:' »';
}

.breadcrumbs {
	font-size:14px;
	line-height:22px;
	margin-top: 30px;
	margin-bottom:20px;
	text-align: right;
}

.breadcrumbs span {
	display:inline-block;
	padding-left:5px;
}

.ind-member {
	font-size:14px;
	line-height:20px;
	padding:10px 0px;
}

.right-block {
	font-size:13px;
	line-height:20px;
	border-bottom:1px solid #dfdfdf;
	margin-bottom:24px;
}

.right-block h3 {
	margin-top:0px;
}

.right-block p {
	margin-bottom:12px;
}

.right-block img {
	margin-bottom:6px;
}

.right-block ul {
	margin-left:15px;
}

.right-block ul ul {
	margin-left:15px;
	padding-left: 0px;
}

.right-block ul li {

}

a.redlink {
    color:#EB0000;
}

/* Employment Opportunities */

.employment-listing, .document-section {
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
}

/* Useful Links */

.useful-links ul {
	list-style:none;
	margin-left:0px;
}

.useful-links ul li {
	list-style:none;
	padding:5px 0px;
}

.useful-links ul li a:before {
	font-family:'FontAwesome';
	content:'\f0c1';
	padding-right:5px;
	color:#cfcfcf;
}

/* Documents Links */

.document-section ul {
	list-style:none;
	margin-left:0px;
}

.document-section ul li {
	list-style:none;
	padding:5px 0px;
}

.document-section ul li a:before {
	font-family:'FontAwesome';
	content:'\f016';
	padding-right:5px;
	color:#cfcfcf;
}

/* Next Meeting Box */

.next-meeting {
	width:100%;
	margin:0px auto 20px;
	border:1px solid #93b5ce;
	background-color:#e6f2fb;
	padding:10px;
	font-size:14px;
}

.next-meeting p {
	margin-bottom:8px;
}

.event-date {
	font-style:italic;
}

.meeting-archive {
	text-align:right;
}

/* Meeting Archive */

h2.archive {
	background-color:#0069b3;
	color:#FFF;
	padding:5px;
}

ul.past-meeting-years {
	list-style:none;
	margin-left:0px;
}

ul.past-meeting-years li {
	list-style:none;
	padding-left:0px;
	display:block;
	float:left;
	width:46%;
	margin-right:3.5%;
	font-size:14px;
}

/* Meetings & Agendas Listing */

.agendacol {
	font-size:14px;
	height:auto;
	min-height:120px;
}

.meeting-links {
	font-size: 13px;
}


/* Events Calendar - Hide Venue From Specific Categories */


.tribe-country-name {display:none !important;
	}


/* Tribe Events Calendar General */

.top-event-nav {
	width:100%;
	height:30px;
}

.top-event-nav ul {
	list-style:none;
	margin-left:0px;
	display:block;
	width:100%;
}

.top-event-nav ul li {
	list-style:none;
	padding:0 0;
	display:block;
	float:left;
	width:50%;
}

.top-event-nav ul li.tribe-events-nav-previous {
	text-align:left;
}

.top-event-nav ul li.tribe-events-nav-next {
	text-align:right;
}


.tribe-events-notices {

    background: #FFF;
    color: #004475;

}

.tribe-events-calendar div[id*="tribe-events-daynum-"], .tribe-events-calendar div[id*="tribe-events-daynum-"] a {

    background-color: #707070;

}

.meeting-agendas {
	margin-bottom: 14px !important;
}

.meeting-agendas a:link, .meeting-agendas a:visited {
	color: #0069b3;
}

/* Gutenberg Editor Specific */

/* Treat Wide/Full Alignment Blocks Properly */
/*.alignwide, .alignfull {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
}

.tribe-common.alignwide {
	margin-left: auto;
}*/

/*--------------------------------------------------------------
## 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;
}

/* 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;
}


/*--------------------------------------------------------------
# Responsive Items
--------------------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1000px) {
	
	header#masthead {
		width:100%;
		height:auto;
	}

	header#masthead .site-branding {
		width:98%;
		height:auto;
		margin:0px auto;
	}
	
	img.custom-logo {
		max-width: 300px;
		margin: auto;
	}
	
	#content {
		width:100%;
		min-width:100% !important;
		max-width:100% !important;
		padding:0;
		margin:auto;
	}

	.entry-content > *:not( .alignwide ):not( .alignfull ), header.entry-header {
		margin-left: auto;
		margin-right: auto;
		max-width: 96%;
	}

	footer#colophon {
		width:100%;
		height:auto;
		margin:0;
	}

	footer#colophon .footer-inner {
		width:96%;
		margin:0px auto;
	}
	
	/* Navigation */
	button.menu-toggle {
		display: none;
	}

	.slicknav_menu {
		display:block;
	}

	.main-navigation ul {
		display:none;
	}
	
	/* Home Page Specific */

	.slider-area-inner {
		width:96%;
		height:auto;
		margin:0px auto;
	}

	.slider-left {
		width:100%;
		height:auto;
		float:none;
		margin:0px 0px 10px 0px;
		padding:0px;
	}

	.ql-right {
		width:100%;
		height:auto;
		float:none;
		border:1px solid #93b5ce;
		background-color:#FFF;
		padding:0px;
		margin:0px;
	}

	#news-area, .topics {
		width:96%;
		height:auto;
		padding:30px 0px;
		font-size:14px;
		line-height:20px;
		margin:auto;
	}
	
	.about-area-inner {
		width:96%;
		height:auto;
		margin:auto;
	}

	
}



@media screen and (min-width: 320px) and (max-width: 768px) {


	body {
		margin:0;
		padding:0;
	}

	img, .wp-caption {
		width: 100%;
		height:auto;
		object-fit: cover;
	}

	img.alignr, .alignright, .right, img.alignl, .alignleft {
		display:block;
		position:relative;
		float:none !important;
		margin:18px auto !important;
		margin-left:auto !important;
	}	

	/* Structure */

	header#masthead {
		width:100%;
		height:auto;
	}

	header#masthead .site-branding {
		width:100%;
		height:auto;
		margin:0px auto;
	}
	
	.header-left, .header-right {
		text-align: center;
		margin: 0 auto;
	}
	
	.header-left.flexfallback {
		margin-bottom: 0;
	}

	.custom-logo-link {
		margin:10px auto;
		text-align:center;
		display:block;
		position:relative;
	}
	
	img.custom-logo {
		max-width: 300px;
		margin: auto;
	}

	#content {
		width:100%;
		min-width:100% !important;
		max-width:100% !important;
		padding:0;
		margin:auto;
	}

	.entry-content > *:not( .alignwide ):not( .alignfull ), header.entry-header {
		clear: both;
		margin-left: auto;
		margin-right: auto;
		max-width: 96%;
	}

	footer#colophon {
		width:100%;
		height:auto;
		margin:0;
	}

	footer#colophon .footer-inner {
		width:96%;
		margin:0px auto;
	}
	
	#footer_left, #footer_right {
		text-align: center;
	}

	#backtop {
		display:block;
		font-size:36px;
		line-height:36px;
		text-align:center;
		margin:15px auto;
	}
	
	#backtop a, #backtop a:visited {
		color: #FFF;
	}

	/* Navigation */
	button.menu-toggle {
		display: none;
	}

	.slicknav_menu {
		display:block;
	}

	.main-navigation ul {
		display:none;
	}

	/* Footer Menu */

	ul#footer-menu {
		list-style:none;
		display:block;
		float:none;
		clear:both;
		padding-left:0px;
		margin-left:0px;
		margin-bottom:24px;
	}

	ul#footer-menu li {
		list-style:none;
		display:block;
		float:none;
		margin-left:0px;
		margin-bottom:14px;
		font-size:18px;
		line-height:24px;
		text-align:center;
		font-weight:600;
	}

	ul#menu-footer-menu li a {
		text-decoration:none;
	}

	/* Home Page Specific */

	.slider-area-inner {
		width:96%;
		height:auto;
		margin:0px auto;
	}

	.slider-left {
		width:100%;
		height:auto;
		float:none;
		margin:0px 0px 10px 0px;
		padding:0px;
	}

	.ql-right {
		width:100%;
		height:auto;
		float:none;
		border:1px solid #93b5ce;
		background-color:#FFF;
		padding:0px;
		margin:0px;
	}

	#news-area, .topics {
		width:96%;
		height:auto;
		padding:30px 0px;
		font-size:14px;
		line-height:20px;
		margin:auto;
	}

	.topics {
		padding-bottom: 0;
	}
	
	.topics ul {
		display: block;
	}
	
	.topics ul li {
		clear: both;
		display: block;
		margin: 6px 0;
	}

	.about-area-inner {
		width:96%;
		height:auto;
		margin:auto;
	}

	#soliloquy-container-99 {
		border:0px solid #93b5ce;
	}

	.breadcrumbs {
		font-size:14px;
		line-height:14px;
		margin-bottom:12px;
		float:left;
	}

	.ind-member {
		font-size:100%;
		line-height:1.5em;
		padding:10px 0px;
	}

	.right-block {
		font-size:100%;
		line-height:1.5em;
		border-bottom:1px solid #dfdfdf;
		margin-bottom:24px;
	}

	.next-meeting {
		width:80%;
		margin:0px auto 20px;
		border:1px solid #93b5ce;
		background-color:#e6f2fb;
		padding:10px;
		font-size:90%;
	}

	.meeting-archive {
		text-align:left;
	}

	ul.past-meeting-years li {
		list-style:none;
		padding-left:0px;
		display:block;
		float:left;
		width:96%;
		margin-right:0;
		font-size:14px;
	}


	/* Flexbox Columns */

	.flex-columns {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* Individual Column Width */

	.flexcol-auto {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: auto;
	}

	.flexcol-half {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexcol-third {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexcol-two-thirds {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexcol-fourth {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexcol-three-fourths {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexcol-fifth {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		width: 100%;
	}

	.flexfallback {
		margin-bottom: 10px;
	}

	/* Columns */

	.column, .one_half, .one_third, .two_thirds, .one_fourth, .three_fourths, .one_fifth, .two_fifths, .three_fifths, .four_fifths, .one_sixth, .five_sixths { width:100%; display:block; clear:both; margin-right:0%; position:relative; float:none; margin-bottom:26px; }

	.column.last { clear:both; margin-right:0; }



	/* Gutenberg Editor Specific */

	/* Treat Wide/Full Alignment Blocks Properly */
	.alignwide, .alignfull {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}


	
}



@media screen and (min-width: 320px) and (max-width: 640px) {


	img, .wp-caption {
		width: 100%;
		height:auto;
		object-fit: cover;
	}



}


