/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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

body{
	font-family:Arial;
}

/* ==========================================================================
   Header styles
   ========================================================================== */

#main-header{
	height:98px;
	width:100%;
	min-width:950px;
	border-bottom:3px solid #fff;
	background-color:#9f9984;
}

#main-header-inner{
	height:98px;
	width:950px;
	margin:0 auto;
	position:relative;
}

#logo-wrapper{
	height:151px;
	width:190px;
	background:url(../images/logo-bg.png) no-repeat;
	position:absolute;
	top:0;
	left:18px;
	z-index:999;
	text-align:center;
}

#logo-wrapper img{
	margin:10px 0 0 0;
}

#main-header-search{
	height:33px;
	line-height:33px;
	position:absolute;
	top:8px;
	right:0;
}

#main-header-search input[type=text]{
	height:33px;
	width:196px;
	line-height:33px;
	margin:0 5px 0 0;
	color:#e9eae3;
	background-color:#e9eae3;
	border:none;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-indent:10px;
	font-size:14px;
	vertical-align:top;
}

#main-header-search input[type=image]{
	vertical-align:middle;
}

/* ==========================================================================
   Nav styles
   ========================================================================== */
   
#nav-wrapper{
	height:42px;
	width:950px;
	background-color:#5d584e;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position:absolute;
	bottom:0;
	left:0;
}

#main-nav{
	height:42px;
	width:723px;
	margin:0 0 0 225px;	
	position:relative;
}

ul#nav > li > a{
	padding-left:8px;padding-right:8px;

}


/*** SF Base ***/
.sf-menu, .sf-menu *{
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
}

.sf-menu li{
	position: relative;
}

.sf-menu ul{
	position:absolute;
	display:none;
	top:100%;
	left:0;
	z-index: 10000;
}

.sf-menu > li{
	float: left;
}

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul{
	display: block;
}

.sf-menu a{
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** End SF Base ***/
/*** Multi column ***/

.multi-nav{
	margin-top:3px;
	height:210px;
	background-color:#466877;
	overflow:hidden;
}

.multi-nav .down-triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
	position:absolute;
	top:0;
	left:55px;
}

.multi-nav.two{	
	width:372px;
}

.multi-nav.three{	
	width:565px;
}

.multi-column{	
	width:157px;
	margin:18px 0 15px 0;
	padding:0 14px 0 14px;	
	float:left;
}

.multi-border{
	border-right:2px solid #74a1b5;
}

.multi-nav a{
	height:22px;
	width:177px;
	padding:0!important;
	font-size:12px!important;
	display:block;	
}

.multi-nav a:hover{
	color:#e8d9a6;
}

/*** End Multi column ***/

/*** DEMO SKIN ***/
.sf-menu{
	float: left;	
}

.sf-menu > ul{	
	min-width:166px; /* allow long menu items to determine submenu width */
	*width:166px; /* no auto sub width for IE7, see white-space comment below */
	margin-top:3px;
}

.sf-menu a{	
	color:#fdfdfa;
	text-decoration:none;
	zoom:1; /* IE7 */
}

.sf-menu > li a{
	padding:10px 12px 11px 12px;
	color:#fdfdfa;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.sf-menu li.nav-divider{
	padding:0!important;
}

.sf-menu li ul li a{
	color:#f0f0ec;
	font-size:14px;
}

.sf-menu li{	
	white-space:nowrap; /* no need for Supersubs plugin */
	*white-space:normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition:background .2s;
	transition:background .2s;
}

.sf-menu ul li{		
	background: #466877;
}

.sf-menu li:hover, .sf-menu li.sfHover{
	color:#e8d9a6;	
	/* only transition out, not in */
	-webkit-transition:none;
	transition:none;
}

.sf-menu > li > a:hover, #main-nav > ul > li.on > a{
	color:#ffefba;	
}

.sf-menu > li > a:hover span, #main-nav > ul > li.on a span{
	border-bottom:3px solid #9ccfe5;
}

/******/   

/* ==========================================================================
   Footer styles
   ========================================================================== */

#main-footer{
	height:119px;
	width:100%;
	min-width:950px;
	border-top:3px solid #ffffff;
	background-color:#5d584e;
}

#main-footer-inner{
	height:119px;
	width:950px;
	margin:0 auto;
	font-size:11px;
	text-align:center;
	position:relative;	
}

#main-footer-inner p{
	color:#e9eae3;
}

#main-footer-inner a{
	color:#254a59;
	text-decoration:none;
}

#main-footer-inner a:hover{
	text-decoration:underline;
} 

/* ==========================================================================
   Subnav styles
   ========================================================================== */

#sub-nav{
	min-height:400px;
	width:230px;
	background-color:#466877;
	float:left;
}

#subnav{
	margin:70px 0 0 0;
	padding:0;
}

#subnav ul{
	margin:0;
	padding:0 0 10px 30px;
	background-color:#486f80;
}

#subnav > li{
	
}

#subnav > li > a{
	padding:5px 18px;
	border-bottom:3px solid #5e7d8a;
	color:#ffefba;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#subnav > li > a.zoning{
	border-bottom:none!important;
}

#subnav > li ul a{
	color:#9ccfe5;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#subnav li.on > a, #subnav a:hover, #subnav li.on li a.on{
	color:#fff;
	background-color:#6490a3;
}

.subnav-triangle{
	height: 0px;
	width: 0px;
	margin:0 3px;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #e8d9a6;
	display:inline-block;
}

.lt-ie8 .subnav-triangle{
	display:none;
}



/* ==========================================================================
   Default styles
   ========================================================================== */

#wrapper{
	width:100%;
	min-width:950px;
	background-color:#e9eae3;
}

#content{
	width:950px;
	margin:0 auto;
}

#content-inner{
	min-height:400px;
	width:625px;
	margin:22px 50px 50px 30px;
	float:right;
}

#content-inner h1{
	border-bottom:3px solid #e8d9a6;
	color:#2c505f;	
	font-size:28px;	
}

#content-inner h2{
	color:#9ccfe5;
	font-size:14px;
	text-transform:uppercase;
}

#content-inner h3{
	color:#486f80;
	font-size:16px;
	font-weight:normal;
}

#content-inner h4{
	
}

#content-inner h5{
	
}

#content-inner h6{
	
}

#content-inner p{
	color:#111;
	font-size:16px;
}

#content-inner a{
	color:#2c505f;
}

#content-inner a:hover{
	
}

/* ==========================================================================
   Homepage styles
   ========================================================================== */

#hero-wrapper{
	height:293px;
	width:100%;
	min-width:950px;	
	background-color:#77a3b7;
}

#hero-inner{
	height:293px;
	width:950px;
	margin:0 auto;
	position:relative;
}

#hero{
	position:relative; 
	overflow: auto; 
}

#hero ul{
	margin:0;
	padding:0;
}

#hero li{
	height:293px;
	width:950px;
	list-style:none; 
	position:relative;
	float:left;
}

#hero li h2{
	max-width:800px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:48px;
	font-family:'leaguegothic';	
	font-weight:normal;	
	position:absolute;
	bottom:60px;
	left:36px; 
	overflow:hidden;
	z-index:1100;
}

#hero li p{
	max-height:30px;
	max-width:800px;	
	margin:0;
	padding:0;
	color:#fff;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position:absolute;
	bottom:38px;
	left:36px;
	overflow:hidden;
	z-index:1100;
}

#home-content-wrapper{
	height:317px;
	width:100%;
	min-width:950px;	
	background-color:#e9eae3;
}

#home-content-inner{
	height:317px;
	width:950px;
	margin:0 auto;
	background-color:#e7e8e0;
	position:relative;
}

#announcements-wrapper{
	height:61px;
	width:950px;
	background-color:#e8d9a6;
	position:relative;
}

#announcements-wrapper h2{
	width:160px;
	margin:0;
	padding:0;
	line-height:1;
	color:#5d584e;
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	top:15px;
	left:22px;
	display:inline-block;
}

#announcement-divider{
	height:61px;
	width:35px;
	background:url(../images/announcement-divider.png) no-repeat;
	position:absolute;
	top:0;
	left:195px;
	display:inline-block;
}

#announcements-slider{
	height:61px;
	width:600px;
	position:absolute;
	top:0;
	left:246px;
}

#announcements{
	position:relative; 
	overflow:auto; 
}

#announcements ul{
	margin:0;
	padding:0;
}

#announcements li{
	height:61px;
	width:600px;
	list-style:none;
	float:left;
}

#announcements li p{
	margin:15px 0;
	padding:0;
	line-height:1;
	color:#5d584e;
	font-size:16px;
}

#announcements li p a{
	margin:0 0 0 5px;
	color:#0b4b67;
	font-size:16px;
	text-decoration:none;
}

#announcements li p a:hover{
	text-decoration:underline;
}

#announcements-nav{
	height:61px;
	width:61px;
	position:absolute;
	top:0;
	right:18px;
}

#announcements-nav a{
	height:27px;
	width:27px;
	margin:16px 0 0 0;
	background-color:#0b4b67;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:inline-block;
}

#announcements-nav a.prev{
	margin-right:4px;
}

#announcements-nav a img{
	margin:0 0 0 7px;
}

#announcements-nav a.next img{
	margin:0 0 0 10px;
}

#announcements-nav a:hover{
	background-color:#6b9cb0;
}

#home-calendar{
	width:585px;
	float:left;
}

#home-calendar ul{
	margin:10px 0;
	padding:0;
}

#home-calendar ul li{
	height:50px;
	width:270px;
	margin:10px;
	list-style:none;
	float:left;
}

.event-bubble{
	height:48px;
	width:48px;
	background-color:#fafbfb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	float:left;
}

.event-bubble span{	
	line-height:1;
	text-align:center;
	font-weight:bold;
	display:block;	
}

.event-bubble-month{
	margin:8px 0 0 0;
	color:#6a6b62;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;	
}

.event-bubble-day{
	color:#6a6b62;
	font-size:20px;

}

.event-info{
	margin:5px 0 5px 10px;
	float:left;
}

#home-calendar ul li h3{
	max-height:20px;
	max-width:210px;	
	margin:0;
	padding:0;
	line-height:1;
	overflow:hidden;
	font-weight:bold;
}

#home-calendar ul li h3 a{	
	color:#0b4b67;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#home-calendar ul li h3 a:hover{
	text-decoration:underline;
}

.event-info span{
	color:#565349;
	font-size:12px;
	font-weight:normal;
}

#home-contact{
	width:312px;
	margin:5px 15px;
	float:right;
}

/* ==========================================================================
   Calendar styles
   ========================================================================== */
#calendar-wrap{
	position:relative;
}   

#calendar-filter-wrap{
	position:absolute;
	top:10px;
	right:0;
}

#calendar-filter-wrap form{
	display:inline;
}

#calendar-filter-wrap span{
	margin:0 5px;
	color:#5d584e;
	text-transform:uppercase;
}

/* Fullsize Calander & Navigation */
.event-navigation {
  margin-top: 10px;
  text-align: center;
}
.event-navigation * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.event-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 38px;
  background-color: #5d584e;
  color: #fff;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 16px;
}
.event-navigation li {
  padding: 0;
  border: none;
}
.event-navigation .current-item {
  width: 68.9441%;
  float: left;
}
.event-navigation .prev-item,
.event-navigation .next-item {
  width: 15.52795%;
  overflow: hidden;
}
.event-navigation .prev-item a,
.event-navigation .next-item a {
  color: #fff!important;
  background-color: #476f80;
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}
.event-navigation .prev-item a:hover,
.event-navigation .next-item a:hover {
  color:#e8d9a6;
  background-color: #918b7a;
}
.event-navigation .prev-item {
  float: left;
}
.event-navigation .next-item {
  float: right;
}
.event-navigation .back-to-cal {
  font-size: 16px;
  margin: 10px auto 10px;
  display: block;
  width: 220px;
}

.calendar {
  width: 100%;
}
.calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}
.calendar ul.weekdays {
  height: 40px;
}
.calendar ul.weekdays li {
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 6px;
  color: #fff;
  font-size: 12px;
  background-color: #476f80;
}

.lt-ie8 .calendar ul.weekdays li{
	padding:4px 5px!important;	
}

.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0;
}

.calendar li {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 14.2857142857%;
  padding: 5px;
  display: block;
  float: left;
  border-left: 2.5px solid #ebe3ce;
  border-right: 2.5px solid #ebe3ce;
  border-bottom: 3px solid #ebe3ce;
  border-top: 3px solid #ebe3ce;
  overflow: hidden;
  color: #476f80;
  -webkit-transition: background-color 0.42s;
  -moz-transition: background-color 0.42s;
  -o-transition: background-color 0.42s;
  transition: background-color 0.42s;
}

.lt-ie8 .calendar li{
  position: relative;  
  -ms-box-sizing: content-box!important;
  box-sizing: content-box!important;
  width: 75px;
  padding: 5px;
  display: block;
  float: left;
  border-left: 2.5px solid #ebe3ce;
  border-right: 2.5px solid #ebe3ce;
  border-bottom: 3px solid #ebe3ce;
  border-top: 3px solid #ebe3ce;
  overflow: hidden;
  color: #476f80; 
  transition: background-color 0.42s;
}


.calendar li .day,
.calendar li .month {
  display: none;
}
.calendar li.calendar-day {
  background-color: #fff;
  height: 135px;
}
.calendar li.calendar-day:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.calendar li.calendar-day a {
  color: #918b7a;
  display: block;
  margin-bottom: 3px;
  text-decoration: none;
  font-size:11px;
}
.calendar li.calendar-day a:hover {
  text-decoration: underline;
}
.calendar li.calendar-day.today {
  color: #3f3f3f;
}
.calendar li.calendar-day.highlight {
  background-color: #009c99;
  color: #fff;
}
.calendar li.calendar-day.highlight:hover {
  background-color: rgba(0, 156, 153, 0.7);
}
.calendar li.out_of_range {
  background-color: #e6e6e6;
  color: #3f3f3f;
  height: 135px;
}
.calendar li.out_of_range:hover {
  background-color: rgba(230, 230, 230, 0.7);
}
.calendar .days:last-child li {
  margin-bottom: 0px !important;
}
.calendar .date {
  text-align: right;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}

/* .list-view is the same view as the narrow media query */
.calendar.list-view ul.weekdays {
  display: none;
}
.calendar.list-view li {
  height: auto !important;
  border: 1px solid #ededed;
  width: 100%;
  padding: 10px;
  margin-bottom: -1px;
}
.calendar.list-view li .day,
.calendar.list-view li .month {
  display: inline;
}
.calendar.list-view li.out_of_range {
  display: none;
}
.calendar.list-view li.no-events {
  display: none;
}
.calendar.list-view .date {
  text-align: center;
}
a.event-more{
	font-size: 13px!important;
}

@media only screen and (max-width: 768px) {
  .calendar.full.responsive ul.weekdays {
    display: none;
  }
  .calendar.full.responsive li {
    height: auto !important;
    border: 1px solid #ededed;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }
  .calendar.full.responsive li .day,
  .calendar.full.responsive li .month {
    display: inline;
  }
  .calendar.full.responsive li.out_of_range {
    display: none;
  }
  .calendar.full.responsive li.no-events {
    display: none;
  }
  .calendar.full.responsive .date {
    text-align: center;
  }
}
/* END Fullsize Calander & Navigation */
/* Mini Calander & Navigation overrides the main cal styling */
#mini-cal-wrap {
  width: 100%;
  max-width: 242px;
  margin: 0 auto;
  background-color: #ebe3ce;
}

.calendar.mini ul.weekdays {
  height: 20px;
}
.calendar.mini ul.weekdays li {
  height: 20px;
  line-height: 10px;
  padding: 5px 2px;
  font-size: 10px;
}
.calendar.mini ul.month-browser li {
  margin: 5px 0;
}
.calendar.mini li {
  padding: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-top-width: 1px;
  height: 33px;
  overflow: visible;
}
.calendar.mini .date {
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0;
}
.calendar.mini .event-icon {
  display: block;
  width: 100%;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkFFRjQ5RTVCNEU2MTFFMjgwMzNBMEFFMTBDQ0E4MjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkFFRjQ5RTZCNEU2MTFFMjgwMzNBMEFFMTBDQ0E4MjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQUVGNDlFM0I0RTYxMUUyODAzM0EwQUUxMENDQTgyNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQUVGNDlFNEI0RTYxMUUyODAzM0EwQUUxMENDQTgyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PodIlVoAAAC6SURBVHjaYvj//z8DMn661pMfiNXQxZkYMIEdEDegC2JT6APEAc/WeQkgCzICrREH0n+B+A8QgyQPAbEsEKcD8SqQGiDmApnoCsQXgfgpEF+GKgKBqUD8AIifAXErk1TQtiVARjRUgAfJNhaQSUDcBcRpjCAfgQDQTQpA6gwQCyMprgAa1InuGZACISj7N5SWwebrGCD+AfWEJRCfAOIIoE28MHeArOWEKnYAWnUKKuYEDU99ID4CEGAAyo1E3t/6gYQAAAAASUVORK5CYII=);
  background-position: center;
  background-repeat: no-repeat;
}
.calendar.mini .detail-popup {
  background-color: white;
  border: 2px solid #C86A11;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  bottom: 30px;
  height: auto;
  left: -117px;
  position: absolute;
  width: 265px;
  z-index: 100;
}
.calendar.mini .detail-popup:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAUCAYAAAD/Rn+7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNkU3REJGMEJGQ0ExMUUyQkFBNzkyN0VGNjFGNTZGMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNkU3REJFRkJGQ0ExMUUyQkFBNzkyN0VGNjFGNTZGMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0RDk2QUEyMkMyMDY4MTE5REQ0QUYyOUEyQjcwMTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCN0YxMTc0MDcyMDY4MTE4MDgzRUI4M0M2MkJEN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+G04h+gAAAKFJREFUeNrM1EkOgCAMBdBKvICXlMQbyYk8lpIQ4wDYCelfNL9dvVWHbZlWAJjBZoI7ho/FIi7aXFqsIUMygbscrSBP3BNoAXnD5YA9kS9cCdgDmcXVgH8ii7gv4B/IKg4DbIn8xGGBLZAoHAWoiUTjqEANJAnHAUqQZBwXyEGycBIgBcnGSYEYpAinAawhxTgtYA6pgosZFZ+vL3RRdgEGAPwgJ/jXEMF3AAAAAElFTkSuQmCC);
  display: block;
}
.calendar.mini .detail-popup .popup-contents {
  width: 195px;
  margin: 22px auto;
}
.calendar.mini .detail-popup p {
  font-size: 11px;
  margin: 2px 0;
  line-height: 1em;
  color: #02506c;
}
.calendar.mini .detail-popup h2 {
  margin: 0;
}
.calendar.mini .detail-popup h3 {
  margin: 0;
  font-size: 16px;
}
.calendar.mini .detail-popup .morebtn {
  display: block;
  background: #2081a4;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -khtml-border-radius: 30px;
  font-size: 11px;
  width: 35px;
  height: 23px;
  padding: 12px 0 0 0;
}
.calendar.mini .detail-popup .morebtn:hover {
  background: #c86a11;
  text-decoration: none;
}

.event-navigation.mini {
  margin-top: 0;
}
.event-navigation.mini ul {
  height: 25px;
  line-height: 25px;
  font-size: 15px;
}
.event-navigation.mini .current-item {
  width: 66.94215%;
}
.event-navigation.mini .prev-item,
.event-navigation.mini .next-item {
  width: 16.52893%;
}
.event-navigation.mini .prev-item a,
.event-navigation.mini .next-item a {
  padding: 5px 0;
  height: 25px;
  line-height: 15px;
}

/* END Mini Calander & Navigation */
/* Day view classes */
.info-listings {
  margin: 0;
  padding: 0 19px;
  list-style: none;
}
.info-listings .info-listing {
  margin-bottom: 30px;
}

/*
.info-listings .info-image {
  float: left;
  width: 16.41975%;
}
.info-listings .info-image img {
  width: 100%;
  max-width: 100%;
}
.info-listings .info-details {
  float: right;
  width: 80.24691%;
}
*/

.info-listings .info-title {
  height: 29px;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 13px;
  background-color: #9f9984;
}
.info-listings .info-title span {
  display: inline-block;
  padding: 0 12px;
}
.info-listings .info-title .info-time {
  background-color: #2c505f;
}
.info-listings .info-text {
  padding: 0 15px; 
}
.info-listings .info-text p {
  margin: 0 0 3px;
}
.info-listings ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-listings .contact a {
  color: #000;
}
.info-listings .contact a:hover {
  color: #d3cdb1;
}

/* END Day view classes */

/* ==========================================================================
   Contact styles
   ========================================================================== */

#messages{
	margin:10px 0;
	font-weight:bold;
}

#contact-wrapper ul{
	margin:0;
	padding:0;
}  

#contact-wrapper ul li{
	margin:5px 0;
	list-style:none;
} 

#contact-wrapper ul li label{
	width:80px;
	display:inline-block;
}

#contact-wrapper ul li label.error{
	width:200px;
	margin:0 0 0 5px;
	color:#ff0000;
}
   

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.scrim{
	width:100%;
	height:150px;
	position:relative;
	z-index:1000;
	bottom:150px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}