/*
	Theme Name: City of Willowick Theme
	Theme URI: http://www.cityofwillowick.com/
	Description: A custom theme for the City of Willowick built on the Genesis Framework.
	Author: Transmit Studio
	Author URI: http://transmitstudio.com/
	Version: 1.0.0
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
	font-family: 'willowick';
	src:url('fonts/willowick.eot?-m83s7n');
	src:url('fonts/willowick.eot?#iefix-m83s7n') format('embedded-opentype'),
		url('fonts/willowick.woff?-m83s7n') format('woff'),
		url('fonts/willowick.ttf?-m83s7n') format('truetype'),
		url('fonts/willowick.svg?-m83s7n#willowick') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-radio-checked:before {
	content: "\e600";
}
.icon-radio-unchecked:before {
	content: "\e601";
}
.icon-home:before {
	content: "\e602";
}
.icon-library:before {
	content: "\e603";
}
.icon-play:before {
	content: "\e604";
}
.icon-leaf:before {
	content: "\e605";
}
.icon-bullhorn:before {
	content: "\e606";
}
.icon-search:before {
	content: "\e607";
}
.icon-print:before {
	content: "\e608";
}
.icon-fire:before {
	content: "\e609";
}
.icon-support:before {
	content: "\e60a";
}
.icon-location:before {
	content: "\e60b";
}
.icon-facebook:before {
	content: "\e61a";
}
.icon-twitter:before {
	content: "\e61c";
}
.icon-direction:before {
	content: "\e60c";
}
.icon-suitcase:before {
	content: "\e60d";
}
.icon-calendar:before {
	content: "\e60e";
}
.icon-phone:before {
	content: "\e60f";
}
.icon-health:before {
	content: "\e610";
}
.icon-badge:before {
	content: "\e611";
}
.icon-arrow-left:before {
	content: "\e612";
}
.icon-arrow-down:before {
	content: "\e613";
}
.icon-arrow-up:before {
	content: "\e614";
}
.icon-uniE615:before {
	content: "\e615";
}
.icon-arrow-left2:before {
	content: "\e616";
}
.icon-arrow-down2:before {
	content: "\e617";
}
.icon-arrow-up2:before {
	content: "\e618";
}
.icon-arrow-right:before {
	content: "\e619";
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #f5f5f5 url(images/willowick_bg.jpg) fixed repeat-x center top;
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #1861b4;
}

a:hover {
	color: #222;
}

p {
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"], 
input[type="radio"], 
input[type="image"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #7eadc8;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 32px auto;
	margin: 3.2rem auto;
	margin-top: 0;
	max-width: 1140px;
	overflow: hidden;
}

.nav-shadow {
	background: url(images/nav_shadow.png) center top no-repeat;
	clear: both;
	width: 1140px;
	height: 32px;
	position: relative;
	pointer-events: none;
}

.site-inner {
	clear: both;
	margin-top: -32px;
}

.home .site-inner {
	margin-top: 0;
}

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 868px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	float: right;
	padding: 20px;
	padding: 2rem;
	width: 840px;
}

.home .content {
	background: transparent;
	padding: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content {
	width: 100%;
}

.willowick-landing .site-container {
	max-width: 772px;
}

.willowick-landing .site-inner,
.willowick-landing .entry {
	padding: 0;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #fff;
	float: right;
	padding: 20px;
	padding: 2rem;
	width: 280px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 164px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
	width: 100%;
}

.search-form input[type="search"] {
	background: #f5f5f5 url(images/search.png) no-repeat 15px 16px;
	background-size: 15px 15px;
	border-radius: 24px;
	padding: 12px 12px 12px 44px;
	padding: 1.2rem 1.2rem 1.2rem 4.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 12px;
	margin: 0 auto 1.2rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
    max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box,
.sticky {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 32px;
	padding: 3.2rem;
}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	color: #61AFCA;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

.content .home-top .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

.after-entry .widget-title,
.archive-title,
.comments-title,
.widget .entry-title {
	font-size: 20px;
	font-size: 2rem;
}

.comment-respond h3,
.entry-comments h3,
.widget-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	text-transform: uppercase;
}

.comment-respond h3:before,
.entry-comments h3:before,
.widget-title:before {
	margin-right: 10px;
	margin-right: 1rem;
}

.comment-respond h3:after,
.entry-comments h3:after,
.widget-title:after {
	margin-left: 10px;
	margin-left: 1rem;
}

.after-entry .widget-title,
.enews-widget .widget-title {
	background: none;
	text-shadow: none;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.featured-content .entry p,
.home-bottom .featured-content {
	margin-bottom: 0;
}

.featured-content .entry-title {
	margin-bottom: 3px;
	margin-bottom: 0.3rem;
	font-size: 15px;
}

.home-bottom .featured-content .entry-title {
	margin: 8px 0;
	margin: 0.8rem 0;
}

.home-bottom .featured-content .widget-title {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.home-bottom .featured-content .entry {
	border-bottom: 5px solid #f5f5f5;
}

.willowick-home .home-bottom .entry {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.home-bottom .featured-content .entry-content p,
.home-bottom .featured-content img {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 500;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget {
	background-color: #333;
	color: #fff;
	padding: 28px 32px 32px;
	padding: 2.8rem 3.2rem 3.2rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #7eadc8;
	color: #fff;
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget input {
	background-color: #fff;
	box-shadow: none;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

.site-inner div.gform_wrapper input[type="text"],
.site-inner div.gform_wrapper textarea,
.site-inner div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

.site-inner div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

.site-inner div.gform_wrapper input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Soliloquy
--------------------------------------------- */

.willowick-home .soliloquy-container {
	background-color: #fff;
	max-width: 1140px !important;
}

.willowick-home .soliloquy-container .soliloquy-item > a {
	max-width: 760px;
}

.willowick-home .soliloquy-container .soliloquy-image {
	margin: 0;
}

.willowick-home .soliloquy-fc-slider .soliloquy-caption-wrap {
	background: transparent;
	bottom: 0;
	height: 290px;
	right: 0;
	width: 380px;
}

.willowick-home .soliloquy-container .soliloquy-caption {
	padding: 30px 10px 20px 30px;
	color: #2c2c2c !important;
}

.willowick-home .soliloquy-fc-content.soliloquy-fc-title-above {
	color: #3e3e3e;
}

.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title, 
.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title-link {
	color: #3e3e3e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.willowick-home .soliloquy-fc-slider .soliloquy-caption {
	color: #333;
	text-shadow: none;
	width: 30%;
	top: 0px;
}

.willowick-home .soliloquy-container .soliloquy-caption.soliloquy-caption-top {
	width: 30% !important;
	margin-left: 67% !important;
	margin-top: 20px !important;
}

/*
.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
    width: 35%;
    top: 12px;
    margin-left: 65%;
}
*/

.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-read-more {
	background: #7eadc8;
	color: #fff;
	display: table;
	padding: 5px 10px;
	margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.willowick-home .soliloquy-container .soliloquy-pager {
	bottom: auto;
	text-align: right;
	top: 10px;
	right: 10px;
}

.willowick-home .soliloquy-container .soliloquy-pager-link {
	background-image: url('images/soliloquy/circle.png')
}

.willowick-home .soliloquy-container .soliloquy-pager-link:hover, 
.willowick-home .soliloquy-container .soliloquy-pager-link.active {
	background-image: url('images/soliloquy/circle-hover.png')
}

.willowick-home .soliloquy-container .soliloquy-pager-item span {
	color: transparent;
}

.willowick-home .soliloquy-container .soliloquy-caption-inside {
	background: transparent !important;
}

.willowick-home .soliloquy-container .soliloquy-caption p {
	line-height: 1.35;
}

/* I put this here on May 7 2015 to fix the layout that was fucked up by a Soliloquy update. Rolled back the plugin fixed it; saving this for the future in case we need it again.
.willowick-home .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
  width: 33%;
  float: right;
  padding: 40px 10px 10px;
  text-align: left;
 }
*/

/* Event Manager
--------------------------------------------- */

.willowick-home .home-middle-left a {
	text-decoration: none;
}

.willowick-home .home-middle-left section {
	float: left;
	/* min-height: 157px; */
	margin: 0;
	width: 212px;
	width: 28%;
}

.willowick-home .home-middle-left section.widget-first {
	border-right: 1px solid #ccc;
}

.willowick-home .home-middle-left section.widget-first ul:nth-child(1) > li {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	padding-left: 15px;
	text-transform: uppercase;
}

.willowick-home .home-middle-left section.widget-first ul:nth-child(1) > li span a {
	color: #333;
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 3.2;
	padding-right: 8px;
	padding-right: 0.8rem;
}

.willowick-home .home-middle-left #sidemenu li {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.willowick-home .home-middle-left #sidemenu li:last-child {
	border: none;
}

.willowick-home .home-middle-left #sidemenu a {
	color: #67b67c;
	display: block;
	margin-bottom: 4px;
	padding: 3px 0 3px 15px;
}

.willowick-home .home-middle-left #sidemenu a.open {
	background-color: #67b67c;
	color: #fff;
}

.willowick-home .home-middle-left #sidemenu li a:before {
	content: "\e601 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.willowick-home .home-middle-left #sidemenu li a:hover:before,
.willowick-home .home-middle-left #sidemenu li a.open:before,
.willowick-home .home-middle-left #sidemenu li a.open:after {
	content: "\e600 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.willowick-home .home-middle-left #sidemenu li a.open:after {
	content: "\00a0 \e615";
}

.willowick-home .home-middle-left section.contentblock {
	width: 528px;
	width: 72%;
}

.willowick-home .home-middle-left h4.widgettitle,
.willowick-home .widget_em_widget h4.widgettitle {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	height: 0;
}

.willowick-home .widget_em_widget ul {
	display: table;
	width: 100%;
}

.willowick-home .widget_em_widget ul:before {
	clear: both;
	content: " ";
}

.willowick-home .widget_em_widget ul:after {
	clear: both;
	content: " ";
	display: table;
}

.willowick-home .widget_em_widget li {
	border-right: 1px solid #ccc;
	display: table-cell;
	min-height: 157px;
	padding: 0 12px;
	padding: 0 1.2rem;
	padding-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	width: 176px;
	width: 33%;
}

.willowick-home .widget_em_widget li:last-child {
	border-right: none;
}

.willowick-home .widget_em_widget .event-date {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 6px;
}

.willowick-home .widget_em_widget .event-month {
	font-weight: 700;
}

.willowick-home .widget_em_widget .event-title,
.willowick-home .widget_em_widget .event-time,
.willowick-home .widget_em_widget .event-location {
	display: block;
}

.willowick-home .widget_em_widget .event-title {
	line-height: 1.2;
	padding-bottom: 5px;
}

.willowick-home .widget_em_widget .event-title a {
	color: #67b67c;
}

.willowick-home .widget_em_widget .event-time {
	font-size: small;
	font-style: italic;
}

.willowick-home .widget_em_widget .event-location {
	font-size: small;
	text-transform: none;
}

.willowick-home .home-middle-left section.contentblock.hidden,
.willowick-home .home-bottom-right section.contentblock.hidden {
  display: none;
}

.willowick-home .home-middle-right section {
	min-height: 157px;
	margin-bottom: 0;
}

.willowick-home .home-middle-right .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.625;
	margin: 0 0 10px;
	margin: 0 0 1rem;
	padding-left: 15px;
	padding-left: 1.5rem;
}

.willowick-home .home-middle-right .featured-content .entry {
	margin-bottom: 0;
	padding-right: 15px;
}

.willowick-home .home-middle-right .entry-title {
	margin-bottom: 0;
	margin-top: -8px;
	margin-top: -0.8rem;
}

.willowick-home .home-middle-right .entry-title a {
	font-size: 13px;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.willowick-home .home-middle-right .entry-content p {
	font-size: 12px;
	font-size: 1.2rem;
}

.willowick-home .home-middle-right img {
	margin: 2px 15px 0 15px;
}

/* Visual Composer
--------------------------------------------- */

.sidebar .featuredpost .wpb_row, .sidebar .featuredpost .wpb_content_element, .sidebar .featuredpost ul.wpb_thumbnails-fluid > li, .sidebar .featuredpost .last_toggle_el_margin, .sidebar .featuredpost .wpb_button {
	margin: 0;
}

.wpb_row h4.wpb_toggle {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content .wpb_wrapper p:first-of-type a img {
	margin-bottom: -26px;
	margin-bottom: -2.6rem;
}

.wpb_content_element .wpb_tabs_nav li.ui-state-default {
	background-color: #ccc;
	margin-right: 3px;
}

.wpb_content_element .wpb_tabs_nav li.ui-state-active {
	background-color: #f7f7f7;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	padding: 0;
	overflow: hidden;
}

.header-image .site-header {
	padding: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	background: url(images/willowick_logo.svg) no-repeat -20px center;
	background-size: 275px;
	background: url(images/willowick_logo.svg) no-repeat 0 center;
	background-size: 215px;
	float: left;
	padding: 0;
	width: 360px;
	width: 70%;
}

.site-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
	font-size: 3.7rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #7eadc8;
	display: inline-block;
	padding: 40px 0 30px 235px;
	text-decoration: none;
}

.site-title a:after {
	content: "\a Great Living on a Great Lake";
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	white-space: pre;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-title,
.header-image .title-area {
	min-height: 100px;
	padding: 0;
}

.header-image .site-title a {
	background-color: none;
	max-width: 270px;
	min-height: 80px;
	padding: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 664px;
	width: 30%;
}

.site-header .search-form {
	float: right;
	margin-top: 76px;
	margin-top: 7.6rem;
	width: 240px;
}

.site-header .widget {
	margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	padding: 20px;
	padding: 2rem;
	position: relative;
	text-decoration: none;
	cursor: default;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {

}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition:	opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 285px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #333;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 12px 16px;
	padding: 1.2rem 1.6rem;
	position: relative;
	width: 285px;
	cursor: pointer;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -36px 0 0 284px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px 14px;
	padding: 1.6rem 2rem 1.4rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	background: none;
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .right > a:hover {
	color: #7eadc8;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 14px 14px 14px 44px;
	padding: 1.4rem 1.4rem 1.4rem 4.4rem;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header ul.genesis-nav-menu {
	background-color: #333;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-top: 3px solid #fff
}

.nav-primary .menu-primary {
	display: table;
}

.nav-primary .menu-primary > .menu-item {
	display: table-cell;
	text-align: center;
	width: 25%;
}

.nav-primary a {
	text-transform: uppercase;
}

.nav-primary .gov-menu {
	/* background-color: #7eadc8; */
	background-color: #4F8FB4;
}

.nav-primary .gov-menu > a:before,
#menu-footer-menu .menu-item-133 > a:before {
	content: "\e603 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-primary .dep-menu {
	/* background-color: #e8be2d; */
	background-color: #67b67c;
}

.nav-primary .dep-menu > a:before,
#menu-footer-menu .menu-item-140 > a:before {
	content: "\e60c \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-primary .res-menu {
	background-color: #e1a657;
}

.nav-primary .res-menu > a:before,
#menu-footer-menu .menu-item-148 > a:before {
	content: "\e602 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-primary .biz-menu {
	/* background-color: #67b67c; */
	background-color: #e8be2d;
}

.nav-primary .biz-menu > a:before,
#menu-footer-menu .menu-item-155 > a:before {
	content: "\e60d \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.nav-primary li.gov-menu .sub-menu a:hover {
	background-color: #A5CBE0;
	color: #1D5779;
}

.nav-primary li.dep-menu .sub-menu a:hover {
	background-color: #bfdbbf;
	color: #1F5F30;
}

.nav-primary li.res-menu .sub-menu a:hover {
	background-color: #EED2AD;
	color: #7A531F;
}

.nav-primary li.biz-menu .sub-menu a:hover {
	background-color: #ECD999;
	color: #635219;
}

.nav-primary .sub-menu .sub-menu {
	margin: -44px 0 0 284px;
}

.nav-primary .sub-menu > .menu-item-has-children > a:after {
	content: "\00a0 \e619";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: transparent;
	text-align: right;
	margin-bottom: 20px;
}

.nav-secondary a {
	border-right: 2px solid;
	color: #969696;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	margin-top: 16px;
	margin-top: 1.6rem;
	padding: 0 8px 0 8px;
	padding: 0 .8rem 0 .8rem;
	text-transform: uppercase;
}

.nav-secondary .menu-phone a {
	border-right: none;
	cursor: default;
	padding-right: 0;
}

.nav-secondary .menu-phone a:hover {
	color: #969696;
}

.nav-secondary .menu-phone a:after {
	content: " 440-585-3700";
}

.nav-secondary a:hover {
	color: #7eadc8;
}

.simple-section-nav h4.widgettitle {
	display: none;
}

.simple-section-nav .page_item_has_children,
.simple-section-nav .current_page_item {
	font-weight: 700;
}

.simple-section-nav ul li {
	font-weight: 700;
}

.simple-section-nav .page_item_has_children ul li {
	font-weight: normal;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	max-width: 1140px;
}

.home-middle-left {
	background: #fff url(images/dashes.png) repeat-x center 40px;
	border-top: 3px solid #67b67c;
	display: table;
	float: left;
	width: 740px;
	width: 65%;
}

.home-middle-right {
	background: #fff url(images/dashes.png) repeat-x center 40px;
	border-top: 3px solid #e8be2d;
	float: right;
	width: 380px;
	width: 33%;
}

.home-bottom {
	width: 100%;
	background: white;
}

.home-bottom-left {
	/*background-color: #fff url(images/line.png) repeat-x center 48px;*/
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-top: 3px solid #7eadc8;
	float: left;
	padding: 15px;
	padding: 1.5rem;
	width: 388px;
	width: 33%;
}

.home-bottom-left iframe {
	border: 1px solid #ccc;
	padding: 12px;
}

.home-bottom-right {
	background-color: #fff;
	border-top: 3px solid #e1a657;
	float: right;
	padding: 15px;
	padding: 1.5rem;
	width: 752px;
	width: 67%;
}

.home-bottom-left .widget-title {
	color: #7eadc8;
	font-weight: 700;
	line-height: 1.625;
	margin-bottom: 26px;
	text-align: center;
}

.home-bottom .widget {
	margin-bottom: 0;
}

.home-bottom-right h2 {
	text-transform: uppercase;
	font-weight: 700;
}

.home-bottom-right #topmenu {
	margin: 0 auto 20px;
}

.home-bottom-right #topmenu > li {
	display: inline-block;
	text-align: center;
	width: 16%;
}

.home-bottom-right #topmenu > li a {
	color: #e1a657;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}

.home-bottom-right #topmenu > li a:after,
.home-bottom-left .widget-title:after {
	content: "\e601";
	display: block;
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.home-bottom-right #topmenu > li a:hover:after,
.home-bottom-right #topmenu > li a.open:after,
.home-bottom-left .widget-title:after {
	content: "\e600";
}

#welcome-modal-content, #quality-modal-content, #education-modal-content, #realestate-modal-content, #community-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#simplemodal-container {height:800px; width:1000px; color:#bbb; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container a.modalCloseImg {
	top: 150px;
	right: 110px;
}
#simplemodal-container h3 {color:#84b8d9;}

/* Entries
--------------------------------------------- */

.entry,
.page.page-template-page_blog-php .entry {
	background: url(images/lines.png) bottom repeat-x;
	background-size: 8px 8px;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
}

.page .entry {
	background: none;
}

.single .entry {
	background: none;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
}

.entry-content a {
	color: #B42818;
}

.entry-content h2 a {
	text-decoration: none;
}

.entry-content a:hover {
	color: #333;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.entry-meta a {
	color: #999;
	text-decoration: none;
}

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

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-meta .entry-comments::before {
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-meta .entry-categories,
.entry-meta .entry-tags {
	display: block;
}

.content .entry-meta .entry-comments-link {
	float: right;
}

.content .entry-meta .entry-comments-link a {
	background-color: #7eadc8;
	color: #fff;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

.content .entry-meta .entry-comments-link a:hover {
	background-color: #333;
	color: #fff;
}

/* After Entry
--------------------------------------------- */

.after-entry,
.after-entry .wrap {
	overflow: hidden;
}

.after-entry {
	background: url(images/lines.png);
	background-size: 8px 8px;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.after-entry .wrap {
	background-color: #fff;
	padding: 32px;
	padding: 3.2rem;
}

.after-entry p {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #7eadc8;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

p.form-submit,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 2.4rem 0 1.6rem;
}

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

.sidebar {
	display: inline;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

a.social-buttons {
	background-color: #333;
	border-right: 1px solid #fff;
	color: #fff;
	float: left;
	font-size: 10px;
	font-size: 1rem;
	overflow: hidden;
	padding: 8px 0;
	padding: 0.8rem 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 25%;
}

a.social-buttons.last {
	border: none;
}

a.social-buttons:hover {
	background-color: #7eadc8;
}

.sidebar-primary .simple-section-nav li.page_item {
	margin-bottom: 0;
}

.sidebar-primary .simple-section-nav .widget-title a,
.sidebar-primary .simple-section-nav li.page_item a {
	background-color: #7eadc8;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	padding: 15px 10px;
	text-decoration: none;
}

.sidebar-primary .simple-section-nav li.page_item.page_item_has_children.current_page_item a {
	padding-bottom: 15px;
}

.sidebar-primary .simple-section-nav li.page_item.current_page_item > a:before {
	content: "\e619 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sidebar-primary .simple-section-nav li.page_item_has_children.page_item a {
	border-bottom: 0;
	/* padding-bottom: 5px; */
}

.sidebar-primary .simple-section-nav .page_item_has_children .children {
	border-bottom: 1px solid #fff;
}

/*
.sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item:last-child a {
	padding-bottom: 15px;
}

.sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item.current_page_item:last-child a {
	padding-bottom: 5px;
}
*/

.sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item a {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	font-size: 13px;
}

/* Government Parent Page ID 8 */
.sidebar-primary .simple-section-nav .widget-title a#toppage-8:before {
	content: "\e603 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-id-8 .sidebar-primary .simple-section-nav li.page_item a,
.parent-pageid-8 .sidebar-primary .simple-section-nav li.page_item a,
.page-government .sidebar-primary .simple-section-nav li.page_item a {
	
}

.page-id-8 .sidebar-primary .simple-section-nav li.page_item a:hover,
.parent-pageid-8 .sidebar-primary .simple-section-nav li.page_item a:hover,
.page-government .sidebar-primary .simple-section-nav li.page_item a:hover,
.sidebar-primary .simple-section-nav .widget-title a#toppage-8.current_page_item,
.page-id-8 .sidebar-primary .simple-section-nav li.page_item.current_page_item a,
.parent-pageid-8 .sidebar-primary .simple-section-nav li.page_item.current_page_item > a,
.page-government .sidebar-primary .simple-section-nav li.page_item.current_page_item > a {
	background-color: rgba(126,173,200,0.7);
	color: #444;
}

/* Departments Parent Page ID 9 */
.sidebar-primary .simple-section-nav .widget-title a#toppage-9:before {
	content: "\e60c \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sidebar-primary .simple-section-nav .widget-title a#toppage-9,
.page-id-9 .sidebar-primary .simple-section-nav li.page_item a,
.page-departments .sidebar-primary .simple-section-nav li.page_item a {
	background-color: rgba(103,182,124,0.8) !important;
	color: #16460D;
}

.sidebar-primary .simple-section-nav .widget-title a#toppage-9 {
	color: #fff;
}

.page-departments .sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item a,
.page-id-9 .sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item a {
	/* background-color: rgba(232,190,45,0.6); */
	background-color: rgba(103,182,124,0.6) !important;
}

.page-id-9 .sidebar-primary .simple-section-nav li.page_item a:hover,
.page-departments .sidebar-primary .simple-section-nav li.page_item a:hover,
.page-id-9 .sidebar-primary .simple-section-nav .page_item_has_children .children li.page_item a:hover,
.sidebar-primary .simple-section-nav .widget-title a#toppage-9.current_page_item,
.page-id-9 .sidebar-primary .simple-section-nav li.page_item.current_page_item a,
.page-departments .sidebar-primary .simple-section-nav li.page_item.current_page_item > a {
/*	background-color: rgba(232,190,45,0.8) !important;*/
	background-color: rgba(103,182,124,0.8) !important;
	color: #444;
}

/* Residents Parent Page ID 10 */
.sidebar-primary .simple-section-nav .widget-title a#toppage-10:before {
	content: "\e602 \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sidebar-primary .simple-section-nav .widget-title a#toppage-10,
.page-id-10 .sidebar-primary .simple-section-nav li.page_item a,
.parent-pageid-10 .sidebar-primary .simple-section-nav li.page_item a,
.page-residents .sidebar-primary .simple-section-nav li.page_item a {
	background-color: #e1a657;
}

.page-id-10 .sidebar-primary .simple-section-nav li.page_item a:hover,
.parent-pageid-10 .sidebar-primary .simple-section-nav li.page_item a:hover,
.page-residents .sidebar-primary .simple-section-nav li.page_item a:hover,
.sidebar-primary .simple-section-nav .widget-title a#toppage-10.current_page_item,
.page-id-10 .sidebar-primary .simple-section-nav li.page_item.current_page_item a,
.parent-pageid-10 .sidebar-primary .simple-section-nav li.page_item.current_page_item > a,
.page-residents .sidebar-primary .simple-section-nav li.page_item.current_page_item > a {
	background-color: rgba(225,166,87,0.7);
	color: #444;
}

/* Business Parent Page ID 11 */
sidebar-primary .simple-section-nav .widget-title a#toppage-11:before {
	content: "\e60d \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sidebar-primary .simple-section-nav .widget-title a#toppage-11,
.page-id-11 .sidebar-primary .simple-section-nav li.page_item a,
.parent-pageid-11 .sidebar-primary .simple-section-nav li.page_item a,
.page-business .sidebar-primary .simple-section-nav li.page_item a {
	background-color: #67b67c;
}

.page-id-11 .sidebar-primary .simple-section-nav li.page_item a:hover,
.parent-pageid-11 .sidebar-primary .simple-section-nav li.page_item a:hover,
.page-business .sidebar-primary .simple-section-nav li.page_item a:hover,
.sidebar-primary .simple-section-nav .widget-title a#toppage-11.current_page_item,
.page-id-11 .sidebar-primary .simple-section-nav li.page_item.current_page_item a,
.parent-pageid-11 .sidebar-primary .simple-section-nav li.page_item.current_page_item > a,
.page-business .sidebar-primary .simple-section-nav li.page_item.current_page_item > a {
	background-color: rgba(103,182,124,0.7);
	color: #444;
}

.sidebar .announcements .widget-title {
	background-color: #cc5a4f;
	color: #fff;
	margin: 0;
	padding: 5px 10px;
}

.sidebar .announcements .entry {
	border: 1px solid #cc5a4f;
	border-top: none;
	margin-bottom: 0;
	padding: 10px;
}

.sidebar .announcements .entry-content a,
.sidebar .announcements .entry-title a:hover {
	color: #cc5a4f;
}

.sidebar .announcements .entry-content a.more-link {
	background-color: #cc5a4f;
	color: #fff;
	display: block;
	margin-top: 8px;
	padding: 5px;
	text-decoration: none;
}

.sidebar .dept-info {
	font-size: 14px;
}

.sidebar .dept-info img {
	border: 1px solid #ccc;
	padding: 8px;
	width: 182px;
}

.sidebar .dept-info .dept-head-name,
.sidebar .dept-info .dept-head-position {
	border: 1px solid #e8be2d;
	border-left: 5px solid #e8be2d;
	display: block;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.sidebar .dept-info .dept-phone {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}

.sidebar .dept-info .icon {
	background-color: #e8be2d;
	color: #fff;
	font-size: 20px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 15%;
}

.sidebar .dept-info .phone-number {
	background-color: #f3de95;
	display: table-cell;
	padding: 8px;
}

.sidebar .dept-info a {
	color: #222;
}

.sidebar .dept-info .dept-directory {
	margin-bottom: 10px;	
}

.sidebar .dept-info .dept-directory .dept-directory-title {
	background-color: #e8be2d;
	color: #fff;
	display: table;
	padding: 8px 10px;
	text-transform: uppercase;
	width: 100%;
}

.sidebar .dept-info .dept-directory .dept-phone,
.sidebar .dept-info .dept-directory .dept-address {
	background-color: #f3de95;
	display: table;
	padding: 8px 10px;
	width: 100%;
}


/* Dept head name and position
------------------------------------------------------------ */
.sidebar .dept-info ul li {
	margin-bottom: 10px;
}

.sidebar .dept-info ul li:nth-child(1),
.sidebar .dept-info ul li:nth-child(2) {
	border: 1px solid #69b578;
	border-left: 5px solid #69b578;
	display: block;
	padding: 8px 10px;
}

.sidebar .dept-info ul + ul li:nth-child(1),
.sidebar .dept-info ul + ul li:nth-child(2),
.sidebar .dept-info ul + ul li:nth-child(3) {
	background-color: #a3d1ad;
	display: block;
	padding: 8px;
	border: none;
}

/* Dept phones
------------------------------------------------------------ */
.sidebar .dept-info ul + ul li:nth-child(1):before,
.sidebar .dept-info ul + ul li:nth-child(2):before,
.sidebar .dept-info ul + ul li:nth-child(3):before {
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background-color: #69b578;
	color: #fff;
	font-size: 20px;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
	width: 36px;
	padding: 8px 0px;
	margin-top: -7px;
	margin-left: -7px;
	margin-right: 9px;
}

.sidebar .dept-info ul + ul li:nth-child(1):before,
.sidebar .dept-info ul + ul li:nth-child(2):before,
.sidebar .dept-info ul + ul li:nth-child(3):before {
	content: "\e60f";
}

.sidebar .dept-info ul + ul li:last-child:before {
	content: "\e608";
}

body.police-department .sidebar .dept-info ul + ul li:last-child:before {
	content: "\e60f";
}


/* Dept hours and address
------------------------------------------------------------ */
.sidebar .dept-info ul + ul + ul li:nth-child(1),
.sidebar .dept-info ul + ul + ul li:nth-child(2) {
	background-color: #a3d1ad;
	display: block;
	padding: 8px 8px 10px 8px;
	width: 100%;
	border: none;
}

.sidebar .dept-info ul + ul + ul li:nth-child(2) {
	margin-bottom: 0px;	
}

.sidebar .dept-info ul + ul +ul li:nth-child(1):before,
.sidebar .dept-info ul + ul +ul li:nth-child(2):before {
	font-family: 'Roboto', sans-serif;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background-color: #69b578;
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
	text-align: left;
	vertical-align: middle;
	text-transform: uppercase;
	width: 100%;
	padding: 12px 4px 12px 10px;
	margin-bottom: 10px;
}

.sidebar .dept-info ul + ul +ul li:nth-child(1):before {
	content: "Hours";
}

body.fire-department .sidebar .dept-info ul + ul +ul +ul li:nth-child(1):before,
body.police-department .sidebar .dept-info ul + ul +ul li:nth-child(1):before,
.sidebar .dept-info ul + ul +ul li:nth-child(2):before {
	content: "Address";
}

body.fire-department .sidebar .dept-info ul + ul +ul li:nth-child(1):before {
	content: "Fire Prevention Bureau"
}


body.fire-department .sidebar .dept-info ul + ul +ul +ul li:nth-child(1):after,
.sidebar .dept-info ul + ul +ul li:nth-child(2):after {
	content:"Willowick, OH 44095";
	display: block;
}

/* filebase
------------------------------------------------------------ */
ul.simplefilelist li {
	list-style-type: none;
	margin: .5em 0;
}



/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #7eadc8;
	border-top: 20px solid #bcd6e3;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
}

.footer-widgets .wrap {
	padding: 36px 36px 0;
	padding: 3.6rem 3.6rem 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 332px;
}

.footer-widgets-1 {
	margin-right: 36px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}

#menu-footer-menu {
	width: 1068px;
}

#menu-footer-menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-footer-menu a:hover {
	color: #333;
}

#menu-footer-menu .sub-menu a {
	text-transform: none;
}

#menu-footer-menu > li.menu-item-has-children {
	display: block;
	float: left;
}

#menu-footer-menu > li {
	float: none;
}

#menu-footer-menu > li > a {
	border-bottom: 1px solid #9dc1d6;
	display: inline-block;
	font-weight: 700;
	margin: 0 40px 10px 0;
	padding-bottom: 10px;
	width: 227px;
}

#menu-footer-menu .menu-item-154 > a:before {
	content: "\e60e \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu-footer-menu .menu-item-1018 > a:before {
	content: "\e60f \00a0";
	font-family: 'willowick';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #7eadc8;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 16px;
	padding: 1.6rem;
	text-align: center;
}

.site-footer a {
	color: #fff;
	text-decoration: none;	
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin: 0;
}

/* SCRAM registration form 10.02.19 @davekuhar */
.gpnf-modal .gpnf-modal-header {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

.gpnf-modal label {
    font-size: 1em !important;
    font-weight: bold;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label,
.gform_wrapper .gpnf-modal .gfield_radio li label {
    margin: 7px 0 0 7px !important;
    font-size: 1em !important;
    font-weight: bold;
}

.gform_wrapper .gsection {
	border-bottom: 3px solid #67b67c !important;
}

/* Election day banner 2019 10.04.19 @davekuhar */
.election-widget .widget-wrap {
    text-align: center;
    padding: 30px;
    background-color: #D89646;
    color: white;
}

.election-widget .widget-wrap h4 {
    color: white;
	font-size: 25px;
	font-size: 2.5rem;
}

.election-widget .widget-wrap p {
 	font-size: 18px;
	font-size: 1.8rem;
}

.election-widget .widget-wrap a {
	font-size: 20px;
	font-size: 2rem;
	text-decoration: none;
	color: white;
	display: block;
	padding: 8px 20px;
	background-color: #4F8FB4;
	width: 400px;
    margin: 0 auto;
}

.election-widget .widget-wrap a:hover {
	background-color: #67b67c;
}

.election-widget .widget-wrap p:last-of-type {
    margin-bottom: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.after-entry,
	.comment-respond h3:after,
	.comment-respond h3:before,
	.entry-comments h3:after,
	.entry-comments h3:before,
	.entry,
	.widget-title:after,
	.widget-title:before {
		background-image: url(images/lines@2x.png);
	}

	.search-form input[type="search"] {
		background-image: url(images/search@2x.png);
	}

}

@media only screen and (max-width: 1139px) {

	.site-container,
	.wrap,
	.home-middle,
	#menu-footer-menu {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 688px;
	}

	.content {
		width: 660px;
	}

	.site-header .widget-area {
		/* width: 544px; */
	}
	
	.nav-shadow {
		background-size: 960px;
		width: 960px;
	}
	
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 380px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.home-middle-left,
	.home-middle-right,
	.sidebar-primary,
	.title-area {
		/* width: 272px; */
	}
	
	.footer-widgets .wrap {
		padding-left: 18px;
		padding-right: 0;
	}
	
	#menu-footer-menu > li > a {
		width: 200px;
	}
	
	.willowick-home .soliloquy-container {
		max-width: 960px !important;
	}
	
	.willowick-home .soliloquy-container .soliloquy-item > a {
		max-width: 640px;
	}
	
	.willowick-home .soliloquy-fc-slider .soliloquy-caption-wrap {
		height: 244px;
		width: 320px;
	}
	
}

@media only screen and (max-width: 1023px) {

	.home-middle,
	.site-container,
	.wrap,
	#menu-footer-menu {
		max-width: 772px;
	}
	
	#menu-footer-menu > li > a {
		width: 153px;
	}
	
	.nav-shadow {
		background-size: 772px;
		width: 772px;
	}
	
	.home-middle-left,
	.home-middle-right,
	.home-bottom-left,
	.home-bottom-right,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.home-middle-left,
	.home-middle-right {
		float: none;
	}
	
	.home-middle-left {
		margin-bottom: 32px;
		margin-bottom: 3.2rem;
	}

	.header-image .site-title a {
		float: none;
		margin: 0 auto;
	}

	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header,
	.entry-comments,
	.comment-respond {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.home-bottom-left,
	.genesis-nav-menu,
	.site-description,
	.site-footer p,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.home-bottom-left {
		border-right: none;
	}
	
	.genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
		width: 100%;
	}

	.genesis-nav-menu li.alignleft,
	.genesis-nav-menu li.right {
		display: none;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.site-footer {
		padding: 24px;
		padding: 2.4rem;
	}
	
	.willowick-home .soliloquy-container {
		max-width: 772px !important;
	}
	
	.willowick-home .soliloquy-container .soliloquy-item > a {
		max-width: 520px;
	}
	
	.willowick-home .soliloquy-fc-slider .soliloquy-caption-wrap {
		height: 193px;
		width: 252px;
	}
	
	.willowick-home .soliloquy-container .soliloquy-caption {
		padding: 30px 20px 20px;
	}
	
	.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title, 
	.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title-link {
		font-size: 20px;
		font-size: 2rem;
	}
	
	.willowick-home .soliloquy-container .soliloquy-caption,
	.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-read-more {
		font-size: 14px;
		font-size: 1.4rem;
	}

}

@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.site-container,
	.footer-widgets .wrap {
		max-width: 94%;
	}
	
	.site-container {
		padding: 20px 5%;
		padding: 2rem 5%;
	}
	
	.title-area {
		background: none;
	}
	
	.site-title a,
	.site-title a:hover  {
		padding: 0;
		padding-top: 5px;
	}
	
	.site-title a:after {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.nav-primary .menu-primary > .menu-item {
		display: block;
		text-align: left;
		width: 100%;
	}
	
	.nav-shadow {
		background: none;
		width: auto;
	}
	
	.willowick-home .soliloquy-container .soliloquy-item > a {
		max-width: 100%;
	}
	
	.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title, 
	.willowick-home .soliloquy-fc-slider .soliloquy-caption .soliloquy-fc-title-link,
	.willowick-home .soliloquy-fc-slider .soliloquy-caption {
		color: #fff;
		text-shadow: 0 1px 1px #000;
	}
	
	.willowick-home .home-middle-left {
		display: block;
	}
	
	.willowick-home .home-middle-left section,
	.willowick-home .home-middle-left section.contentblock {
		float: none;
		width: 100%;
	}
	
	.willowick-home .home-middle-left section.widget-first {
		border-right: none;
	}
	
	.willowick-home .home-middle-left #sidemenu li:last-child {
		border-bottom: 1px solid #ccc;
	}
	
	.home-bottom-right #topmenu > li a {
		font-size: 12px;
		font-size: 1.2rem;
		text-transform: none;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-nav-menu a,
	.nav-primary .sub-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}

	.nav-secondary a,
	.nav-secondary .sub-menu a {
		font-size: 11px;
		font-size: 1.1rem;
		padding: 10px 8px;
		padding: 1rem 0.8rem;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -31px 0 0 284px;
	}

	.nav-primary .sub-menu .sub-menu {
		margin: -36px 0 0 284px;
	}

	.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}

	.after-entry .enews-widget input,
	.after-entry .enews-widget input[type="submit"] {
		width: 100%;
		margin-bottom: 10px;
		margin-bottom: 1rem;
	}
	
	.footer-widgets .wrap {
		padding: 0;
	}
	
	.footer-widgets {
		padding: 20px 5% 0;
		padding: 2rem 5% 0;
	}
	
	#menu-footer-menu {
		width: 100%;
	}
	
	#menu-footer-menu > li.menu-item-has-children {
		float: none;
		margin-bottom: 20px;
	}
	
	#menu-footer-menu > li > a {
		margin-right: 0;
		width: 100%;
	}

}

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

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 28px;
		font-size: 2.8rem;
	}

}
