/* -----------------------------------------
	General
----------------------------------------- */

body {
	background: #a6632c;
	font-family: 'Georgia', serif;
	font-size: 16px;
	-webkit-font-smoothing: antialised;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bevan', serif;
	cursor: default;
}
h1 {
	font-size: 38px;
	margin-bottom: 25px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
p {
	line-height: 22px;
}
a {
	color: #a6632c;
	text-decoration: underline;
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
a:hover {
	color: #000;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.alert-info {
	background-color: #a6632c;
	color: #fff;
	border: none;
	text-shadow: none;
}

/* -----------------------------------------
	Alert Box
----------------------------------------- */

.alert-wrapper {
	padding: 13px 0;
	background: #422E23;
	color: #f4f0e7;
	font-family: 'Georgia', serif;
	font-size: 14px;
}
.marion-alert {
	font-style: italic;
	color: #fdd548;
}
.weather {
	text-align: right;
}
.alert-wrapper a {
	color: #ffc600;
	text-decoration: underline;
}
.alert-wrapper a:hover {
	color: #fff;
}

/* -----------------------------------------
	Header
----------------------------------------- */

.header-wrapper {
	background: #fff;
	padding: 20px 0;
	border-bottom: 6px solid #a6632c;
}
.logo-img {
	float: left;
	margin-right: 10px;
}
.logo-text {
	float: left;
	font-family: 'Bevan', serif;
	font-size: 32px;
	line-height: 26px;
	color: #3e2b22;
	margin-top: 8px;
}
.logo-text span {
	font-size: 22px;
}
.header-social {
	text-align: right;
	margin-top: 20px;
}
.social-icon {
	width: 35px;
	height: 35px;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.facebook {
	background-image: url(/assets/img/facebook.png);
}
.facebook:hover {
	background-position: 0 -35px;
}
.twitter {
	background-image: url(/assets/img/twitter.png);
}
.twitter:hover {
	background-position: 0 -35px;
}
.pinterest {
	background-image: url(/assets/img/pinterest.png);
}
.pinterest:hover {
	background-position: 0 -35px;
}
.nixle {
	background-image: url(/assets/img/nixle.png);
}
.nixle:hover {
	background-position: 0 -36px;
}
.instagram {
	background-image: url(/assets/img/instagram.png);
}
.instagram:hover {
	background-position: 0 -35px;
}
.search input[type="text"] {
	width: 94%;
}

/* -----------------------------------------
	Nav
----------------------------------------- */

.global-nav, .mobile-global-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.global-nav li, .mobile-global-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a6632c;
	position: relative;
}
.global-nav li:last-child, .mobile-global-nav li:last-child {
	border-bottom: none;
}
.global-nav a, .mobile-global-nav a {
	font-family: 'Bevan', serif;
	color: #3e2b22;
	font-size: 16px;
	padding: 10px 8px 8px 8px;
	display: block;
	text-decoration: none;
}
.global-nav a:hover, .mobile-global-nav a:hover {
	text-decoration: none;
	color: #a6632c;
	background-color: #fff;
}
.global-nav li.here a, .global-nav li.parent-here a, .mobile-global-nav li.here a, 
.mobile-global-nav li.parent-here a {
	background-color: #efede9;
	color: #a6632c;
}
.global-nav li.has-children a {
	background-image: url(/assets/img/has-children.png);
	background-position: 150px 12px;
	background-repeat: no-repeat;
}
.global-nav li.has-children ul li a {
	background-image: none;
}

.global-nav li:hover ul {
	display: block;
}
.global-nav li ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 170px;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
	width: 200px;
	border: 1px solid #a6632c;
	box-shadow: 3px 3px 10px rgba(0,0,0,.5);
}
.global-nav li ul li {
	border-bottom: 1px solid #a6632c;
}
.global-nav li.here ul li a, .global-nav li.parent-here ul li a {
	background: #fff;
	color: #3e2b22;
}
.global-nav li.here ul li a:hover, .global-nav li.parent-here ul li a:hover {
	color: #a6632c;
}
.global-nav li ul li a {
	font-size: 13px;
	padding: 9px 10px;
}

.mobile-nav {
	display: none;
}
.mobile-global-nav {
	display: none;
}

/* -----------------------------------------
	Bill Pay
----------------------------------------- */

.bill-pay {
	margin-top: 25px;
}
.bill-pay-btn {
	display: block;
	width: 170px;
	height: 51px;
	background: url(/assets/img/bill-pay.png);
	text-indent: -9999px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.bill-pay-btn:hover {
	background-position: 0 -51px;
}

/* -----------------------------------------
	Content
----------------------------------------- */

.content-wrapper {
	padding: 30px 0;
	background: url(/assets/img/body-bg.jpg) repeat-x #fff;
}
.content-wrapper .span7 img {
	height: auto !important;
}
.breadcrumbs {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.breadcrumbs span {
	color: #aaa;
}
.breadcrumbs span.last {
	color: #666;
	font-style: italic;
}
.side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-nav li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0ddd8;
}
.side-nav li:last-child {
	border-bottom: none;
}
.side-nav a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #000;
}
.side-nav li.here a {
	color: #a6632c;
	font-weight: bold;
}
.side-nav li ul {
	margin: 0 10px;
	padding: 0 10px;
}
.side-nav li ul a {
	font-size: 13px;
}
.side-nav li.here ul a {
	color: #000;
	font-weight: normal;
}
.year-list {
	margin-bottom: 25px;
}
.year-list a {
	text-decoration: none;
}
.dropdown-menu>li>a:hover {
	background: #a6632c;
}

/* -----------------------------------------
	Home
----------------------------------------- */

.home-carousel {
	background: #fff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 10px #999;
	margin: 0 0 25px 0;
	position: relative;
}
.home-carousel-slides {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-carousel-slides li {
	display: none;
}
.home-carousel-slides h2 {
	font-size: 16px;
	color: #3e2b22;
	line-height: 16px;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 20px;
	padding: 10px 15px 5px 15px;
	background: #fff;
	background: rgba(255,255,255,.9);
	width: 300px;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	display: block;
}
.flex-control-nav li {
	display: inline-block;
}
.box-header {
	background: url(/assets/img/alert-bg.jpg) repeat-x;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 50px;
	padding: 0 15px;
	position: relative;
}
.box-header h3 {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
h3.upcoming-events {
	padding-left: 35px;
	background: url(/assets/img/icon-calendar.png) 0 10px no-repeat;
}
h3.recent-tweets {
	padding-left: 35px;
	background: url(/assets/img/icon-twitter.png) 0 12px no-repeat;	
}
h3.recent-posts {
	padding-left: 40px;
	background: url(/assets/img/icon-comments.png) 0 12px no-repeat;	
}
.see-all {
	position: absolute;
	right: 20px;
	top: 15px;
}
.see-all a {
	font-family: 'Bevan', serif;
	font-size: 12px;
	color: #fff;
}
.see-all a:hover {
	color: #a6632c;
}
.box-content {
	padding: 15px;
	background: #efede9;
	border-bottom: 5px solid #cbc1ae;
	margin-bottom: 15px;
}
.home-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-posts .title a {
	font-family: 'Bevan', serif;
	text-decoration: none;
}
.home-posts li {
	border-bottom: 1px solid #e0ddd8;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}
.home-posts li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.home-posts .post-info {
	font-size: 12px;
	margin-bottom: 2px;
	color: #555;
}
.tweets {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tweets li {
	padding-left: 45px;
	font-size: 14px;
	background: url(/assets/img/quote.png) 0 0 no-repeat;
	border-bottom: 1px solid #e0ddd8;
	margin-bottom: 10px;
}
.tweets li:last-child {
	border: none;
}
p.tweet-info {
	font-size: 12px;
	font-style: italic;
}
.events {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events li {
	border-bottom: 1px solid #e0ddd8;
	margin-bottom: 10px;
	font-size: 14px;
	padding-bottom: 10px;
}
.events li:last-child {
	border: none;
}
.event-date {
	float: left;
	width: 15%;
	background: #fff;
	text-align: center;
	margin-right: 10px;
	font-family: 'Bevan', serif;
}
.event-month {
	background: #463026;
	color: #fff;
	padding: 5px 0;
	font-size: 12px;
}
.event-day {
	padding: 10px 0;
	font-size: 28px;
	color: #463026;
}
.event-info {
	float: right;
	width: 81%;
}
.event-title a {
	font-family: 'Bevan', serif;
	text-decoration: none;
	font-size: 16px;
}
.newsletter-box {
	text-align: center;
	padding-top: 50px;
}
.newsletter-box h3 {
	font-size: 19px;
	margin: 0;
	padding: 0;
	line-height: 19px;
}
.newsletter-box h4 {
	font-size: 14px;
	color: #a6632c;
	margin-bottom: 20px;
	line-height: 14px;
}
.newsletter-box .header-social {
	text-align: center;
}
.newsletter {
	margin-bottom: 45px;
}
.submit-button {
	background: url(/assets/img/submit.png);
	width: 83px;
	height: 34px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.submit-button:hover {
	background-position: 0 -34px;
}

/* -----------------------------------------
	Document Tables
----------------------------------------- */

.document-table {
	width: 100%;
}
.document-table tr.stripe {
	background: #ece6d8;
}
.document-table td {
	padding: 10px 5px;
}
.document-table th {
	text-align: left;
	padding: 10px 5px;
}
.employee-table {
	font-size: 14px;
}

/* -----------------------------------------
	Events
----------------------------------------- */

.sidebar-events a {
	display: block;
}
.sidebar-events a:hover {
	background: #e7e3db;
}
.sidebar-events h5 {
	color: #a6632c;
	cursor: pointer;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
}
.sidebar-events .event-info {
	margin: 0 0 5px 0;
	padding: 0;
	float: none;
	display: block;
	color: #777;
}
.event-page-date {
	border: 1px solid #ccc;
	width: 10%;
}
.event-page-info {
	width: 87%;
}

/* -----------------------------------------
	Blog
----------------------------------------- */

.blog-article {
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 25px;
	box-shadow: 1px 1px 5px #ccc;
}
.blog-article h2 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 15px;
}
.blog-article h2 a {
	text-decoration: none;
	display: block;
}
.blog-post-info {
	font-size: 13px;
	color: #666;
	margin-bottom: 15px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	padding: 5px;
	background: #efede9;
}
.blog-article .read-more-p {
	margin-top: 20px;
}
.read-more-p {
	margin-top: 20px;
}
.read-more {
	background: #3e2b22;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Bevan', serif;
	font-size: 12px;
}
.read-more:hover {
	background: #a6632c;
	color: #fff;
	text-decoration: none;
}
.blog-article img {
	height: auto !important;
}
.blog-article .read-more {
	background: #3e2b22;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Bevan', serif;
	font-size: 12px;
}
.blog-article .read-more:hover {
	background: #a6632c;
}
.pagination {
	text-align: center;
}

/* -----------------------------------------
	Play Here
----------------------------------------- */

#map {
	width: 100%;
	height: 400px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
}
#map img {
	max-width: none;
}
.map-location {
	float: left;
	width: 49%;
	height: 130px;
	margin-right: 1%;
}

/* -----------------------------------------
	Forms
----------------------------------------- */

.ff_composer .unit {
	padding: 0 !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: auto !important;
	
}
input[type="text"]:focus, textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 1px solid #a6632c;
}
input[type="submit"] {
	background: #3e2b22;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Bevan', serif;
	font-size: 14px;
	border: none;
}
input[type="submit"]:hover {
	background: #a6632c;
}

/* -----------------------------------------
	TYPEAHEAD
----------------------------------------- */

.typeahead,
.tt-query,
.tt-hint {
  width: 300px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 350px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
}

.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #a6632c;

}

.tt-suggestion p {
  margin: 0;
}

/* -----------------------------------------
	Footer
----------------------------------------- */

.footer-wrapper {
	padding: 50px 0;
	color: #eae6de;
	font-size: 13px;
}
.footer-wrapper a {
	color: #eae6de;
}
.footer-wrapper a:hover {
	color: #fff;
}
.credit {
	font-size: 11px;
}