html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}
* {margin:0;padding:0;}
body{line-height:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none; line-height: 1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
a:hover{text-decoration:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
ul {list-style:none;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
input,select{vertical-align:middle;}

body {
	background: #f8f8f8;
	color: #4a4a4a;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
}

a{
	color: #4a4a4a;
  	-webkit-transition: all .15s ease-in-out;
  	transition: all .15s ease-in-out;
  	line-height: 1.4em;
}

a:hover {color: #8a8a8a;}

header {
	display: block;
}

header:after {
	content: "";
	display: block;
	clear: both;
	margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6, p, .hero-caption {
	font-family: 'Rozha One', serif;
	display: block;
	line-height: 1em;
	color: #063754;
}

h1 {
	font-size: 60px;
	letter-spacing: -1px;
}

h2 {
	font-size: 50px;
	letter-spacing: -1px;
}

h3, .hero-caption {
	font-size: 32px;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h4 {
	margin-bottom: 10px;
}

h5 {
	color: #999;
	font-size: 1.5em;
	margin-bottom: 10px;
	line-height: 1.3em;
}

h6 {
	font-size: 1em;
	margin-bottom: 10px;
}

p, dl {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-size: 1.1em;
	color: #4a4a4a;
}

footer {
	background: white;
	padding: 50px 0;
}

hr {
	background: #28ABF6;
	border: none;
	height: 2px;
	margin: 48px 0
}

hr.muted{
	background: #ddd;
	height: 1px;
}

em {
	line-height: 1.1em;
	margin-bottom: 30px;
	display: block;
	opacity: .8;
	font-size: .9em;
}

.reg-list {
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}

.reg-list li {
	list-style: disc;
	line-height: 1.4em;
	font-size: 1.1em;
}

.reg-list li:last-child {
	margin-bottom: 25px;
}

span.sm-text {
	font-size: .9em !important;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 24px 18px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    font-size: 1.1em;
    line-height: 1.4em;
}

th, button {
	background: #f2f2f2;
}

.contact table th:last-child {
	width: 8em;
}

button {
    font-size: 1.1em;
    line-height: 1.4em;
}

th:hover {
	background: #f2f2f2;
}

tr:hover {background-color:#ffffff;}

td p {
	font-size: 0.9em;
	color: #999;
	margin-bottom: 0;
}

blockquote {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.accordian-wrap {
	display: block;
	margin: 100px auto 0;
}

.index .index-active,
.history .history-active,
.elected-officials .elected-officials-active,
.board-of-trustees .board-active,
.calendar .calendar-active,
.elections .elections-active,
.cemeteries .cemeteries-active,
.contact .contact-active {
	border-bottom: 1px solid #F58A23;
	padding-bottom: 8px;
}

/*.active {
	border-bottom: 2px solid #F58A23;
	padding-bottom: 8px;
}*/

.index .index-active:after,
.history .history-active:after,
.elected-officials .elected-officials-active:after,
.board-of-trustees .board-active:after,
.calendar .calendar-active:after,
.elections .elections-active:after,
.cemeteries .cemeteries-active:after,
.contact .contact-active:after {
	content: "";
	border-bottom: 1px solid #F58A23;
	display: block;
	padding-bottom: 10px;
}

.wrap {
	margin: 0 auto;
	position: relative;
	width: 96%;
	max-width: 1200px;
}

.contact-info {
	padding: 10px 0;
	text-align: right;
	text-transform: uppercase;
	margin: -60px 0 80px 0;
}

.contact-info p {
	color: #999;
	font-weight: bold;
	font-size: .8em;
}

.logo {
	background: url(images/morton-township-logo-@2x.png) no-repeat;
	background-size: 100%;
	display: block;
	width: 136px;
	height: 110px;
	display: block;
	float: left;
	margin-top: -20px;
}

.nav {
	display: block;
	margin: 20px;
	width: 100%;
    background: white;
    padding: 20px 40px 20px 160px;
    border-radius: 0 20px 0 20px;
    box-sizing: border-box;
}

.nav:after {
	content: "";
	display: block;
	margin-top: -7px;
}

.nav li {
	display: inline-block;
	margin-right: 25px;
}

.hero {
	background: #ccc url(images/group-shot.jpg);
	/*background: #ccc url(images/hero-pumpkins.jpg) center center;*/
	background-size: cover;
	border-radius: 40px 3px 3px 3px;
	display: block;
	height: 600px;
	position: relative;
	background-position-y:  -50px;
}

.hero:before {
	content: "";
	width: 50%;
	top: -20px;
	right: -20px;
	background: #789B55; /*#B0DE82; #063754*/
	height: 470px;
	position: absolute;
	border-radius: 3px 3px 3px 100px;
	z-index: -99;
}

.hero-caption {
	color: #f8f8f8;
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-shadow: 0 2px 15px rgba(0,0,0,0.9);
	padding-bottom: 10px;
	border-bottom: 5px solid #f8f8f8;
}

.feature {
	background: white;
	border-radius: 4px;
	padding: 30px;
	width: 300px;
	position: absolute;
	bottom: -110px;
	right: 30px;
	text-align: center;
	box-shadow: 0 5px 40px rgba(0,0,0,0.1);
}

.primary-btn {
	background: #F58A23;
	display: block;
	color: white;
	padding: 10px 0;
	border-radius: 4px;
	text-transform: uppercase;
	text-align: center;
}

.primary-btn:hover {
	background: #F56B23;
	color: white;
}

.non-block {
	display: inline-block;
	padding: 10px;
}

.aside {
	display: block;
	width: 50%;
	position: relative;
	margin-left: 8%;
}

.aside h3 {
	border-left: 6px solid #F58A23;
	padding-left: 18px;
}

.aside p {
	padding-left: 24px;
}

.mtl {
	margin-top: 100px;
}

.mbs {
	margin-bottom: 25px;
}

.mbm {
	margin-bottom: 50px;
}

.mbl {
	margin-bottom: 100px;
}

.feature-left {
	background: white;
	border-radius: 4px;
	padding: 30px;
	width: 300px;
	top: 70%;
	left: -10%;
	position: absolute;
	text-align: left;
	box-shadow: 0 5px 40px rgba(0,0,0,0.1);
}

.feature-left h2 {
	margin-bottom: 10px;
}

.feature-left a {
	text-align: center;
}

.interior {
	margin: 0 auto 100px;
	width: 68%;
}

.interior h2 {
	margin-bottom: 100px;
}

.staff-boxes {
	margin: 0 auto 100px;
	padding: 0;
	position: relative;
	width: 100%;
}

.staff-boxes li {
	color: #f1f1f1;
	box-sizing: border-box !important;
	display: inline-block;
	margin: 1%;
	padding: 30px;
	width: 48%;
	box-shadow: 0 4px 20px rgba(0,0,0,.06);
	border-radius: 4px;
  	-webkit-transition: all 0.15s ease-in-out;
  	transition: all 0.15s ease-in-out;
  	float: left;
}

.staff-boxes:after {
    clear: both;
    content: "";
    display: block;
}

.staff-boxes li:hover {
	background: white;
	box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.staff-boxes li:first-child, .staff-boxes li:nth-child(3) {
	margin-left: 0;
}

.staff-boxes li:nth-child(2), .staff-boxes li:last-child {
	margin-right: 0;
}

.staff-boxes li img {
	border-radius: 3px;
}

.bq-enclosed {
	margin: 100px auto;
	text-align: left;
	border-left: 6px solid #F58A23;
	padding-left: 20px;
}

.img-sm {
	background: #f8f8f8;
	border-radius: 6px;
	margin-bottom: 30px;
}

.cemeteries .img-sm {
	margin-bottom: 50px;
}

.img-block {
	background: #f4f4f4;
	border-radius: 3px 3px 40px 3px;
	display: block;
	height: 300px;
	position: relative;
	margin: 0 auto 100px;
	width: 70%;
}

.img-block.banner-cal {
	height: 600px;
}

.img-right {
	float: right;
	margin: 0 0 50px 50px;
	border-radius: 3px;
}

.img-map {
	border-radius: 3px 3px 40px 3px;
}

.img-pair {
	border-radius: 40px 3px 0 0;
}

.img-pair + .well {
	border-radius: 0 0 40px 3px
}

.img-full {
	width: 100%;
	height: auto;
	min-height: 300px;
}

.radius-full {
	border-radius: 50%;
}

.banner-cal {
	background: #ccc url(images/hp-new2.jpg) center center;
	background-size: cover;
}

.well {
	background: #063754;
	border-radius: 4px 4px 40px 4px;
	box-sizing: border-box;
	color: white;
	display: block;
	padding: 50px;
}

.well h3 {
	color: #28ABF6;
}

.well p {
	color: white;
}

.accordion {
	background: none;
    cursor: pointer;
    padding: 25px 20px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.2s;
    border-bottom: 1px solid #ddd;
}

.accordion:hover {
	background: #f2f2f2;
	cursor: pointer;
}

.acc-active {
	border-bottom: 1px solid #eeeeee;
}

dl {
	display: block;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 25px;
}

.accordion:after {
    content: '\002B';
    font-size: 1.5em;
    font-weight: 300;
    float: right;
    margin-left: 20px;
}

.acc-active:after {
    content: "\2212";
}

.panel {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p:first-child, .panel dl {
	margin-top: 25px;
}

address {
	display: block;
	margin: 25px 0;
}

header .glyph-pumpkin {
	margin: 0 8px;
	vertical-align: top;
}

.mobile-wrap, .mobile-toggle {
	display: none;
}

.footer-columns {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 96%;
	max-width: 1200px;
	font-size: .8em;
}

.footer-columns li {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 24.7%;
	text-align: center;
}

.footer-columns p {
	margin: 0;
}

@media all and (max-width: 770px) {
.interior {width: 80%;}
.nav {width: 100%;}
.nav li {margin: 0 15px 15px 0}
.banner-cal {
	background: #ccc url(images/hp-new2.jpg) center center;
	background-size: cover;
}
.img-block.banner-cal {height: 300px;}
.feature-left {top: 35%;}
}

@media all and (max-width: 500px) {
.contact-info {text-align: center; padding-bottom: 0;}
.logo {float: none;margin: 0 auto;}
.nav {display: none;}
.hero:before {right: 0;}
.hero-caption {display: none;}
.feature, .feature-left {width: auto; margin-bottom: 50px; left: 0; right: 0; text-align: center;}
.feature-left {top: 170px;}
.aside {margin: 200px 0 100px; width: auto;}
.img-block {width: auto;}
.img-right {float: none; margin: 0 auto 50px; width: 150px; height: auto;}
blockquote {width: 90%;}
.index blockquote {margin-top: 300px;}
footer {padding: 25px 0;}
.footer-columns li {display: block; margin-bottom: 15px; width: auto;}
.footer-columns li:last-child {margin-bottom: 0;}
.wrap {width: 86%;}
.interior {width: auto;}
.staff-boxes li {
	margin: 1% auto 10%;
	height: auto;
	display: block;
	width: auto;
}
span.sm-text {font-size: .8em !important;}
table {font-size: .8em;}
.well {padding: 20px;}
h2 {font-size: 40px;}
.interior h2 {margin-bottom: 50px;}
th, td {padding: 24px 5px;}
.img-block.banner-cal {height: 200px; margin-bottom: 100px;}
.banner-cal {
	background: #ccc url(images/hp-new2.jpg) center center;
	background-size: cover;
}
/* menu */

.mobile-wrap {
	background: #f1f1f1;
	position: absolute;
	height: 100%;
	z-index: 1000;
	box-sizing: border-box;
	padding: 10% 5% 5%;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
  	display: none;
}
.mobile-nav {
	margin-top: 10%;
	text-align: center;
}
.mobile-nav li {
	display: block;
	padding: 15px 0 0;
	font-size: 1.4em;
	font-weight: 600;
}
.mobile-toggle {
	background: white;
	border-radius: 50%;
	position: absolute;
	top: 40px;
	right: 20px;
	text-align: center;
	padding: 5%;
	line-height: .5em;
	box-sizing: border-box;
	font-size: 2em;
    display: block;
    z-index: 10000;
}
.is-open {
	transform: rotate(-45deg);
}
}


