.calendar .button {
	padding: 0;
	margin-right: 0;
	border: none;	
	transition:none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
}
.calendar a {
	text-decoration: none;	
}
.calendar h3 {
	text-transform: none;
	font-size: 10px;
	line-height: 12px;	
}
.calendar .button:hover {
	color: inherit;
	border: inherit;	
}
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1;/* For IE 6/7 (trigger hasLayout) */
}

.module.calendar-module td {
	vertical-align: top;
}

.module.calendar-module table {
	border-collapse: collapse;
}

.module.calendar-module ul {
	list-style: none;
}

ul.calendar-share-links {
	text-align: center;
}

.calendar.event #content .module.calendar-module {
	width: 1263px;
}

.calendar-header {
	width: 100%;
	height: 100px;
	background: url("images/cal-header.png") repeat-x;
	position: relative;
}
.calendar-header h2 a, .calendar-header a h2 {
	color: #000000;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	position: absolute;
	bottom: 26px;
	left: 26px;
}
.calendar-filters {
	width: 266px;
	vertical-align: top;
}

#calendar-search {
	background: #adafb2;
	height: 46px;
	width: 266px;
}
#calendar-search input[type="text"] {
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	margin: 14px 0px 14px 25px;
	padding: 0px;
	background: none;
	border: none;
	outline: none;
	color: #ffffff;
}
#calendar-search ::-webkit-input-placeholder {
	color: #ffffff;
}
#calendar-search :-moz-placeholder {
	color: #ffffff;
}
#calendar-search ::-moz-placeholder {
	color: #ffffff;
}
#calendar-search :-ms-input-placeholder {
	color: #ffffff;
}

#calendar-search input[type="submit"] {
	height: 16px;
	width: 14px;
	background: url("images/calendar-sprite.png") no-repeat -27px 0px;
	border: none;
	outline: none;
	text-indent: -9999px;
	cursor: pointer;
}
#calendar-search input[type="submit"]:hover {
	background-position: -27px -30px;
}

#small-calendar-outer {
	background: #ffffff;
	width: 266px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cfd1d2;
}

#small-calendar-outer h6 {
	font-size: 14px;
	font-weight: 700;
	color: #89a3b5;
	white-space: nowrap;
	text-align: center;
	padding: 30px 0 15px;
}

#small-calendar {
	width: 208px;
	margin: 0 auto;
}

#small-calendar th {
	font-size: 8px;
	line-height: 18px;
	text-transform: uppercase;
	color: #666666;
	font-weight: 400;
	text-align: center;
	border-bottom: 1px solid #d6d7d8;
}
#small-calendar td {
	text-align: center;
	height: 25px;
	padding-top: 5px;
}
#small-calendar td a {
	color: #383b3f;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	display: inline-block;
	height: 22px;
	width: 22px;
}
#small-calendar td.non-current-month a {
	color: #adafb2;
}
#small-calendar td.has-event a, #small-calendar td:hover a {
	color: #ffffff;
	background: #89a3b5;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}

#calendar-select-calendar h3, #calendar-current-filters h3 {
	font-size: 16px;
	color: #383B3F;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "din-condensed-web", Helvetica;
	letter-spacing: 1px;
}

#calendar-select-calendar {
	padding: 25px;
	border-bottom: 2px solid #adafb2;
	background: #FFFFFF;
}
#calendar-select-calendar li {
	font-size: 13px;
	margin-top: 12px;
	line-height: 16px;
	cursor: pointer;
	color: #383b3f;
	font-weight: 400;
	white-space: pre-line;
	text-indent: -15px;
	margin-left: 15px;
}
#calendar-select-calendar li.active {
	font-weight: 700;
}
#calendar-select-calendar .indicator {
	height: 6px;
	width: 6px;
	display: inline-block;
	border: 1px #c6c7c8 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 6px;
}
#calendar-select-calendar .active .indicator, #calendar-select-calendar li:hover .indicator {
	background: #797f88;
}

#calendar-current-filters {
	position: relative;
	padding: 25px;
	background: url('images/blue-vl-bg.png');
	border-bottom: 1px #adafb2 solid;
}
#calendar-current-filters #clear-filters {
	position: absolute;
	font-size: 12px;
	color: #383b3f;
	cursor: pointer;
	top: 27px;
	right: 12px;
}
#calendar-current-filters li {
	font-size: 13px;
	line-height: 16px;
	margin-top: 12px;
	color: #383b3f;
	cursor: pointer;
	white-space: pre-line;
	text-indent: -15px;
	margin-left: 15px;
}
#calendar-current-filters .indicator {
	color: #8a969c;
	font-size: 24px;
	margin: 4px 6px 4px 0;
	display: inline-block;
	line-height: 0px;
	text-indent: 0px;
}

#calendar-schools-locations {
	padding: 25px;
}

#calendar-schools-locations .collapse {
	background: url("images/collapse.png") no-repeat 0 0;
	height: 5px;
	width: 9px;
	padding-top: 4px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#calendar-schools-locations .collapse.collapsed {
	background-position: 0 -9px;
}

#calendar-select-schools, #calendar-select-locations {
	position: relative;
	min-height: 24px;
}

#calendar-schools-locations h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #383b3f;
	font-weight: 700;
}

#calendar-schools-locations li {
	font-size: 13px;
	line-height: 16px;
	margin-top: 12px;
	cursor: pointer;
	white-space: pre-line;
	text-indent: -15px;
	margin-left: 15px;
}
#calendar-schools-locations .subtitle {
	font-size: 11px;
}
#calendar-schools-locations .indicator {
	height: 7px;
	width: 7px;
	border: 1px solid #adafb2;
	margin-right: 6px;
	display: inline-block;
}
#calendar-schools-locations ul {
	margin-bottom: 12px;
}

.calendar-body {
	width: 100%;
	border-left: 1px solid #ced0d1;
	background: #ffffff;
	padding: 24px;
	min-height: 600px;
}

.calendar.event .calendar-body {
	width: 948px;
}

.calendar-body .button {
	cursor: pointer;
}

#calendar-controls {
	padding-bottom: 24px;
	border-bottom: #adafb2 2px solid;
}
#controls-time {
	float: left;
	position: relative;
}
#controls-time .button {
	border: 1px solid #d6d7d8;
	height: 27px;
	line-height: 27px;
	float: left;
	color: #9b9d9f;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}
#controls-time .button:active {
	-moz-box-shadow: 1px 1px 2px #cccccc;
	-webkit-box-shadow: 1px 1px 2px #cccccc;
	box-shadow: 1px 1px 2px #cccccc;
}
#button-back {
	padding: 0 10px;
}
#button-today {
	padding: 0 10px;
	margin-right: 10px;
}
#button-prev {
	background: url("images/calendar-sprite.png") no-repeat;
	width: 27px;
	border-right: none !important;
}
#button-next {
	background: url("images/calendar-sprite.png") no-repeat 2px -30px;
	width: 27px;
}
#date-display {
	height: 27px;
	line-height: 27px;
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	color: #89a3b5;
	letter-spacing: 1px;
	font-family: "din-condensed-web", Helvetica;
	white-space: pre;
	margin-left: 20px;
	position: relative;
}
#search-display {
	height: 27px;
	line-height: 27px;
	float: left;
	font-size: 24px;
	text-transform: uppercase;
	color: #89a3b5;
	letter-spacing: 1px;
	font-family: "din-condensed-web", Helvetica;
	white-space: pre;
	position: absolute;
	left: 400px;
	width: 510px;
	overflow: hidden;
	display: none;
}
#calendar-loading {
	background: url("images/calendar-loader.gif") no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	margin-top: 5px;
	display: none;
	left: 300px;
}

#controls-display {
	float: right;
}
#controls-display .button {
	position: relative;
	background: url("images/calendar-sprite.png") no-repeat;
	cursor: pointer;
	height: 27px;
	width: 47px;
	float: left;
}
#controls-display .tooltip {
	display: none;
	position: absolute;
	z-index: 101;
	top: -32px;
	left: 50%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	text-align: center;
	white-space: nowrap;
}
#controls-display .tooltip-top {
	background: #383b3f;
	height: 26px;
	padding: 0 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#controls-display .tooltip-bottom {
	height: 5px;
	background: url("images/tooltip-bottom.png") no-repeat center top;
}
#controls-display .button:hover .tooltip {
	display: block;
}

#button-table .tooltip {
	width: 105px;
	margin-left: -50px;
}
#button-list .tooltip {
	width: 82px;
	margin-left: -44px;
}
#button-add-to-cal .tooltip {
	width: 122px;
	margin-left: -63px;
}
#button-print .tooltip {
	width: 60px;
	margin-left: -24px;
}

#controls-display #button-table {
	background-position: 15px -55px;
	width: 40px;
}
#controls-display #button-table:hover, #controls-display #button-table.active {
	background-position: 15px -85px;
}
#controls-display #button-list {
	width: 40px;
	background-position: -43px -55px;
	border-right: 1px solid #d6d7d8;
}
#controls-display #button-list:hover, #controls-display #button-list.active {
	background-position: -43px -85px;
}
#controls-display #button-add-to-cal {
	background-position: -87px -57px;
	border-right: 1px solid #d6d7d8;
}
#controls-display #button-add-to-cal:hover {
	background-position: -87px -87px;
}
#controls-display #button-print {
	background-position: -136px -55px;
	width: 34px;
}
#controls-display #button-print:hover {
	background-position: -136px -85px;
}

#calendar-table {
	width: 100%;
}

#calendar-views {
	position: relative;
}

#calendar-table.animating, .list-view.animating {
	position: absolute;
}

.list-view {
	display: none;
	opacity: 0;
	height: 835px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.list-view #show-past-events, .list-view #show-future-events {
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	font-size: 13px;
	color: #383b3f;
	white-space: nowrap;
}

.list-view #show-past-events.waiting, .list-view #show-future-events.waiting {
	background: url("images/calendar-loader.gif") center center no-repeat;
	color: #FFFFFF;
}

.list-spacer {
	height: 736px;
	width: 1px;
}

.no-events {
	padding-top: 6px;
}

#calendar-search-list-outer .list-spacer {
	height: 714px;
}

.list-table {
	width: 100%;
	border-bottom: 1px solid #D6D7D8;
}

.list-table th {
	text-align: right;
	width: 170px;
	padding: 20px 24px 20px 0px;
	border-top: 1px solid #d6d7d8;
}

.list-table .today th {
	background: #edf4fa;
}

.list-table th .day-of-week {
	font-size: 18px;
	line-height: 20px;
	color: #383b3f;
}

.list-table th .month {
	font-size: 14px;
	line-height: 18px;
	color: #adafb2;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
}
.list-table th .date {
	font-size: 50px;
	line-height: 42px;
	letter-spacing: -1px;
	color: #adafb2;
}

.list-table td {
	border-top: 1px solid #d6d7d8;
	vertical-align: top;
}

.list-table td ul {
	padding-left: 58px;
}

.list-table td li {
	border-top: 1px solid #D6D7D8;
	padding: 20px 0px;
}
.list-table td li.first {
	border-top: none;
}

.list-table td h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #CB9C40;
}
.list-table td p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
	color: #383b3f;
}
.list-table td h3+ p {
	margin-top: 2px;
}

.list-table .indicator {
	float: left;
	font-size: 30px;
	line-height: 20px;
	color: #CB9C40;
}
.list-table .text {
	float: left;
	width: 297px; /* !TEMP! */
}
.list-table .buttons {
	float: left;
	width: 121px;
	/*padding-left: 72px;*/
	padding-top: 10px;
	padding-right: 73px;
}

.list-table .event-details {
	display: block;
	background: #e6e7e8;
	height: 29px;
	width: 121px;
	line-height: 29px;
	font-size: 12px;
	color: #90949a;
	font-weight: 700;
	text-align: center;
}

.list-table .add-to-calendar {
	font-size: 12px;
	line-height: 29px;
	color: #929395;
	white-space: nowrap;
	font-style: italic;
	cursor: pointer;
}

#calendar-table thead th {
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	color: #383B3F;
	font-weight: 400;
	text-align: center;
}

#calendar-table tbody {
	border-top: 1px solid #d6d7d8;
	border-left: 1px solid #d6d7d8;
}

#calendar-table td {
	height: 187px;
	width: 14%;
	border-bottom: 1px solid #d6d7d8;
	border-right: 1px solid #d6d7d8;
}
#calendar-table td .inner {
	position: relative;
}
#calendar-table td.today {
	background: #edf4fa;
}
#calendar-table .events {
	width: 100%;
	position: absolute;
	top: 28px;
}

#calendar-table td .more-events {
	display: none;
}
#calendar-table td.more .more-events {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 170px;
	font-size: 11px;
	background: #89a3b5;
	color: #ffffff;
	height: 13px;
	line-height: 13px;
	padding: 2px;
	z-index: 50;
}

#calendar-table .events > li.first-day {
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	margin-left: 0px;
	margin-bottom: 5px;
	position: relative;
}
#calendar-table .events > li.single-day {
	/*text-indent: -12px;*/
	/*padding-left: 13px;*/
	padding-left: 2px;
	padding-right: 2px;
}
#calendar-table .events > li.first-day .indicator {
	display: none
	/*
	height: 8px;
	width: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #cb9c40;
	display: inline-block;
	margin-right: 4px;
	*/
}
#calendar-table .events > li.first-day.multi-day h3 {
line-height: 17px;	
}
#calendar-table .events > li.first-day h3 {
	font-weight: 400;
	color: #cb9c40;
	line-height: 9px;
}

#calendar-table .events > li.multi-day.first-day {
	margin-bottom: 8px;
	height: 17px;
}
#calendar-table .events > li.multi-day.first-day h3 {
	color: #fff;
}
#calendar-table .events > li.multi-day.first-day .multi-inner {
	position: absolute;
	z-index: 1;
	background: #cb9c40;
	color: #FFFFFF;
	height: 17px;
	line-height: 17px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0px 4px;
	overflow: hidden;
	padding: 0 15px;
}
#calendar-table .events > li.multi-day.first-day.days-1 .multi-inner {
	width: 69px;
}
#calendar-table .events > li.multi-day.first-day.days-2 .multi-inner {
	width: 188px;
}
#calendar-table .events > li.multi-day.first-day.days-3 .multi-inner {
	width: 308px;
}
#calendar-table .events > li.multi-day.first-day.days-4 .multi-inner {
	width: 428px;
}
#calendar-table .events > li.multi-day.first-day.days-5 .multi-inner {
	width: 547px;
}
#calendar-table .events > li.multi-day.first-day.days-6 .multi-inner {
	width: 666px;
}
#calendar-table .events > li.multi-day.first-day.days-7 .multi-inner {
	width: 784px;
}

#calendar-table .events > li.spacer {
	height: 17px;
	margin-bottom: 8px;
}

.popover-event {
	position: absolute;
	z-index: 150;
	text-indent: 0px;
	width: 300px;
	bottom: 8%;
	left: -95px;
	cursor: default;
	z-index: 50000;
}
.day-7 .popover-event {
	margin-left: -75px;
}
.popover-event-content {
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 6px #888888;
	-webkit-box-shadow: 0px 0px 6px #888888;
	box-shadow: 0px 0px 6px #888888;
	position: relative;
	padding: 21px 20px;
}

.popover-event-content h4 {
	font-size: 14px;
	line-height: 14px;
	color: #cb9c40;
	margin-bottom: 6px;
	padding-right: 20px;
}
.popover-event-content p {
	font-size: 13px;
	line-height: 18px;
	color: #383b3f;
	margin-bottom: 5px;
}

.popover-event-content .popover-close {
	background: url("images/popover-close.png") no-repeat;
	height: 11px;
	width: 11px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.popover-event-content .popover-close:hover {
	background-position: 0px -11px;
}

.popover-event-content .popover-buttons {
	margin-top: 10px;
}

.popover-event-content .event-details {
	background: #e6e7e8;
	height: 29px;
	width: 96px;
	float: left;
	line-height: 29px;
	font-size: 12px;
	color: #90949a;
	font-weight: 700;
	text-align: center;
}

.popover-event-content .add-to-calendar {
	float: right;
	font-size: 12px;
	line-height: 29px;
	color: #929395;
	white-space: nowrap;
	font-style: italic;
	cursor: pointer;
}

.popover-event-bottom {
	background: url("images/popover-bottom.png") no-repeat;
	height: 14px;
	width: 22px;
	margin: 0 auto;
	position: relative;
}

.day-7 .popover-event-bottom {
	left: 75px;
}

#calendar-table .day-header {
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #383b3f;
}
#calendar-table .non-current-month .day-header {
	color: #adafb2;
}

.calendar.event #calendar-controls {
	border-bottom: none;
}

#event-content {
	float: left;
	width: 330px;
	margin-right: 28px;
}

#event-content #event-header {
	margin-bottom: 30px;
}

#event-content #event-description {
	margin-top: 30px;
}

#event-content #event-description .alignleft {
	float: left;
	margin-right: 26px;
	margin-bottom: 24px;
}

#event-content h3, #event-content h2, #event-content h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #383b3f;
	margin-bottom: 6px;
}
#event-content h4 {
	margin-right: 12px;
	font-size: 16px;
	line-height: 20px;
	color: #8e8f91;
	font-weight: 700;
}
#event-content p, #event-content #event-description li {
	font-size: 14px;
	line-height: 20px;
	color: #383b3f;
	margin-bottom: 12px;
}
#event-content a {
	color: #9f3130;
	text-decoration: underline;
}

#event-content blockquote {
	margin-left: 25px;
}
#event-content #event-description ol {
	list-style: decimal;
	margin-left: 25px;
}
#event-content #event-description ul {
	list-style: disc;
	margin-left: 25px;
}

#event-content #event-attachments {
	margin-top: 20px;
	margin-bottom: 20px;
}

#event-content #event-attachments li {
	list-style: none;
	padding: 8px 0px 8px 48px;
	background: url("images/pdf-logo.png") no-repeat 24px 7px;
}

#event-content #event-attachments a {
	font-size: 12px;
	line-height: 16px;
	color: #90949a;
	font-weight: 700;
	text-decoration: none;
}

#event-content #event-filters {
	border-top: 1px solid #d6d7d8;
	border-bottom: 1px solid #d6d7d8;
	display: inline-block;
	width: 100%;
}
#event-content #event-filters h5 {
	font-size: 12px;
	line-height: 29px;
	font-weight: 700;
	color: #383b3f;
	float: left;
	white-space: nowrap;
	width: 20%;
}
#event-content #event-filters ul {
	float: left;
	width: 80%;
}
#event-content #event-filters li {
	float: left;
	font-size: 13px;
	line-height: 29px;
	white-space: nowrap;
	margin-right: 18px;
}

#event-content #event-filters li a {
	color: #383B3F;
	text-decoration: none;
}
#event-content #event-filters li a:hover {
	color: #9F3130;
}

#event-info {
	float: left;
	width: 338px;
}

#event-info-inner {
	width: 290px;
	background: #f1f1f1;
	padding: 24px;
}

#event-info .add-to-calendar {
	display: block;
	height: 45px;
	width: 288px;
	background: #adafb2;
	font-size: 15px;
	white-space: nowrap;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #d6d7d8;
	cursor: pointer;
}

#event-info #calendar-info-table {
	border-bottom: 1px solid #d6d7d8;
	margin-bottom: 20px;
	width: 290px;
}
#event-info #calendar-info-table th, #event-info #calendar-info-table td {
	border-top: 1px solid #d6d7d8;
	line-height: 20px;
	color: #383b3f;
	padding: 4px 0px;
}
#event-info #calendar-info-table th {
	font-weight: 700;
	text-align: left;
	font-size: 12px;
	width: 95px;
}
#event-info #calendar-info-table td {
	text-align: left;
	font-size: 13px;
}

#event-info #calendar-info-table td .calendar-link {
	color: #383B3F;
}
#event-info #calendar-info-table td .calendar-link:hover {
	color: #9F3130;
}

#event-info #calendar-info-table .map-row td {
	padding: 0;
	border-top: none;
}

#event-info #calendar-info-table .map-row small {
	display: none;
}

#rsvp-button, #email-event-details {
	display: block;
	height: 27px;
	width: 288px;
	text-align: center;
	line-height: 27px;
	background: #adafb2;
	color: #FFFFFF;
	border: 1px solid #d6d7d8;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

#rsvp-button:hover, #email-event-details:hover, #event-info .add-to-calendar:hover {
	background: #ffffff;
	color: #808388;
}

#event-info .addthis_toolbox {
	padding-top: 24px;
	padding-left: 24px;
}

#event-info .addthis_toolbox h5 {
	font-size: 12px;
	font-weight: 700;
	color: #383b3f;
	margin-bottom: 8px;
}

#event-info .addthis_button_facebook_like {
	width: 90px;
}
#event-info .addthis_button_tweet {
	width: 95px;
}
#event-info .addthis_button_google_plusone {
	width: 40px;
}

#hidden-iframe {
	display: none;
}

#calendar-overlays-bg {
	background: url("images/overlay-bg.png");
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	display: none;
}
#calendar-overlays #calendar-overlay-calendar {
	position: absolute;
	top: 100px;
	left: 50%;
	z-index: 100001;
	width: 530px;
	margin-left: -215px;
	margin-top: -92px;
	background: #adafb2;
	-moz-box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	padding: 35px;
	display: none;
}
#calendar-overlays #calendar-overlay-calendar p {
	font-size: 12px;
	color: #383b3f;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
}

#calendar-overlays #calendar-overlay-event {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 201;
	width: 191px;
	margin-left: -133px;
	height: 109px;
	margin-top: -92px;
	background: #adafb2;
	-moz-box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	padding: 35px;
	display: none;
}

#calendar-overlays #calendar-overlay-email {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 201;
	width: 191px;
	margin-left: -133px;
	height: 109px;
	margin-top: -92px;
	background: #adafb2;
	-moz-box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	padding: 35px;
}
#calendar-overlays #calendar-overlay-email input[type="text"] {
	width: 190px;
	height: 27px;
	border: 1px solid #808388;
	line-height: 27px;
	color: #383b3f;
	font-size: 12px;
	font-weight: 700;
	margin: 10px auto 0px;
	text-indent: 10px;
}
#calendar-overlays #calendar-overlay-email input[type="text"].error {
	border: 1px solid red;
}
#calendar-overlays #calendar-overlay-email input[type="submit"] {
	height: 27px;
	border: 1px solid #808388;
	line-height: 27px;
	color: #383b3f;
	padding: 0px 10px;
	font-size: 12px;
	font-weight: 700;
	margin: 10px auto 0px;
	cursor: pointer;
}
#calendar-overlays #calendar-overlay-email input[type="submit"]:hover {
	background: #ffffff;
	color: #808388;
}
#calendar-overlays #calendar-overlay-email p {
	font-size: 12px;
	color: #383b3f;
	line-height: 16px;
	font-weight: 700;
	text-align: center;
}

#calendar-overlays h5 {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 16px;
	font-weight: 700;
	/* padding-left: 32px; */
	padding-left: 55px;
	background: url("images/add-to-cal-white.png") no-repeat center 0px;
	padding-bottom: 18px;
	text-align: center;
}

.calendar-add-button {
	display: block;
	width: 192px;
	height: 27px;
	border: 1px solid #808388;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	color: #383b3f;
	font-size: 12px;
	font-weight: 700;
	margin: 10px auto 0px;
}
.calendar-add-button:hover {
	background: #ffffff;
	color: #808388;
}

.event-image {
	float: left;
	max-width: 100%;
	margin-right: 16px;
}

/* styles for d59 */
#date-display {
	font: 600 24px/34px "proxima-nova";
	color: #3096e8;	 	
}
#calendar-controls {
	border-bottom: none;	
}
#page.calendar {
	background: white url('images/calendar-bg.png') repeat-x left top;	
}
.calendar-body {
	border-left: none;	
}
#calendar-search {
	width: 208px;
	background: none;
	padding-top: 22px;
	
}
#calendar-search input[type="text"] {
	background: #c1c1c1 url('images/search.png') no-repeat left top;
	margin: 0;	
	padding: 0 10px 0 35px;
	width: 143px;
	height: 34px;
	font: 15px/34px Helvetica, Arial, sans-serif;
}
#controls-time .button {
	background-color: #c1c1c1;
	border: none;
	color: #ffffff;
	height: 34px;
	font: 600 14px/34px "proxima-nova";
}
#button-prev {
	background: url('images/calendar-sprite-d59.png') no-repeat 0px 3px;
	margin-right: 2px;
}
#button-next {
	background: url('images/calendar-sprite-d59.png') no-repeat 1px -27px;
}
.calendar-body {
	padding: 22px 0 78px 0;
	background: none;
}
#button-today {
	background: #a4a4a4;
}
#calendar-table {
	margin-top: 28px;	
}
#filters {
	padding-top: 110px;
}

 
.multi-inner h3 {
	line-height: 17px;	
}

#controls-display .tooltip {
	z-index: 1001;	
}

.menu-mobile .calendar-mobile table {
	overflow: hidden;	
}
.menu-mobile .indicator {
	display: none !important;
}
.menu-mobile #calendar-table .events > li.single-day {
	text-indent: 0;	
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 4px;
}
.menu-mobile #calendar-table td {
	height: 225px;	
}
.menu-mobile #calendar-table td.more .more-events {
	top: 0;	
}
#page {
	position: relative;	
}
.calendar h3 {
	word-break: break-word;	
}

.calendar-filters {
	float: left;
	width: 199px;
}
.calendar-body {
	/*float: left;
	width: 818px;	*/}
.menu-mobile .calendar-filters, 
 .menu-mobile .calendar-body {
 	float: none;
 	width: auto;
 }
.menu-mobile .calendar-filters {
	text-align: center;	
}
#page.calendar {
	min-width: 1020px;	
}
#page.calendar .wrap {
	width: 1020px;	
}
.menu-mobile #page.calendar, 
 .menu-mobile #page.calendar .wrap {
	background: white;
	min-width: 0;
	width: auto;	
}
.menu-mobile #filters {
	padding-top: 20px;	
}


/* individual school colors */
.calendar-school_1 h3, 
 .calendarschool_1 {
	color: #3096E8 !important;	
}
.calendar-school_1 .multi-inner,
 .calendar-school_1 .indicator {
	background: #3096E8 !important;
} 
.calendar-school_1 .multi-inner h3 {
	color: white !important;
}

/* School 2 - Admiral Byrd*/
.calendar-school_2 h3, 
.calendar-school_2,
.calendar-school_2 .popover-event-content h4 {
	color: #507bd2 !important;	
}
.calendar-school_2 .multi-inner h3{
	color: #ffdb00 !important;
}
.calendar-school_2 .multi-inner{
	background: #507bd2 !important;
}
.calendar-school_2 .indicator{
	background: #507bd2 !important;
}

/* School 5 - Brentwood */
.calendar-school_5 h3, 
.calendar-school_5,
.calendar-school_5 .popover-event-content h4 {
	color: #a0662c !important;	
}
.calendar-school_5 .multi-inner h3{
	color: #14284a !important;
}
.calendar-school_5 .multi-inner{
	background: #a0662c !important;
}
.calendar-school_5 .indicator{
	background: #a0662c !important;
}

/* School 6 - Clearmont*/
.calendar-school_6 h3, 
.calendar-school_6,
.calendar-school_6 .popover-event-content h4 {
	color: #c60e0e !important;	
}
.calendar-school_6 .multi-inner h3{
	color: #ffb818 !important;
}
.calendar-school_6 .multi-inner{
	background: #c60e0e !important;
}
.calendar-school_6 .indicator{
	background: #c60e0e !important;
}

/* School 7 - Devonshire*/
.calendar-school_7 h3, 
.calendar-school_7,
.calendar-school_7 .popover-event-content h4 {
	color: #00339f !important;	
}
.calendar-school_7 .multi-inner h3{
	color: #c8920e !important;
}
.calendar-school_7 .multi-inner{
	background: #00339f !important;
}
.calendar-school_7 .indicator{
	background: #00339f !important;
}

/* School 8 - ForestView */
.calendar-school_8 h3, 
.calendar-school_8,
.calendar-school_8 .popover-event-content h4 {
	color: #00833d !important;	
}
.calendar-school_8 .multi-inner h3{
	color: #00833d !important;
}
.calendar-school_8 .multi-inner{
	background: #ffb818 !important;
}
.calendar-school_8 .indicator{
	background: #00833d !important;
}

/* School 9 - Friendship */

.calendar-school_9 h3, 
.calendar-school_9,
.calendar-school_9 .popover-event-content h4 {
	color: #0f51b1 !important;	
}
.calendar-school_9 .multi-inner h3{
	color: #0f51b1 !important;
}
.calendar-school_9 .multi-inner{
	background: #a2a9ae !important;
}
.calendar-school_9 .indicator{
	background: #0f51b1 !important;
}

/* School 10 - Grove */
.calendar-school_10 .multi-inner h3,
.calendar-school_10 h3, 
.calendar-school_10,
.calendar-school_10 .popover-event-content h4 {
	color: #134633 !important;	
}
.calendar-school_10 .multi-inner{
	background: #ffb700 !important;
}
.calendar-school_10 .indicator{
	background: #134633 !important;
}

/* School 11 - Holmes*/
.calendar-school_11 h3, 
.calendar-school_11,
.calendar-school_11 .popover-event-content h4 {
	color: #dd0030 !important;	
}
.calendar-school_11 .multi-inner h3{
	color: #f1d283 !important;
}
.calendar-school_11 .multi-inner{
	background: #dd0030 !important;
}
.calendar-school_11 .indicator{
	background: #dd0030 !important;
}

/* School 12 - Jay*/
.calendar-school_12 h3, 
.calendar-school_12,
.calendar-school_12 .popover-event-content h4 {
	color: #16284c !important;	
}
.calendar-school_12 .multi-inner h3{
	color: #fddb00 !important;
}
.calendar-school_12 .multi-inner{
	background: #16284c !important;
}
.calendar-school_12 .indicator{
	background: #16284c !important;
}

/* School 13 - Juliette Low*/
.calendar-school_13 h3, 
.calendar-school_13,
.calendar-school_13 .popover-event-content h4 {
	color: #051d48 !important;	
}
.calendar-school_13 .multi-inner h3{
	color: #051d48 !important;
}
.calendar-school_13 .multi-inner{
	background: #ff671b !important;
}
.calendar-school_13 .indicator{
	background: #051d48 !important;
}

/* School 14 - Ridge */
.calendar-school_14 .multi-inner h3,
.calendar-school_14 h3, 
.calendar-school_14,
.calendar-school_14 .popover-event-content h4 {
	color: #007934 !important;	
}
.calendar-school_14 .multi-inner{
	background: #f68e1e !important;
} 
.calendar-school_14 .indicator{
	background: #007934 !important;
}

/* School 15 - Robert Frost*/
.calendar-school_15 h3, 
.calendar-school_15,
.calendar-school_15 .popover-event-content h4 {
	color: #0070ce !important;	
}
.calendar-school_15 .multi-inner h3{
	color: #0070ce !important;
}
.calendar-school_15 .multi-inner{
	background: #abcced !important;
}
.calendar-school_15 .indicator{
	background: #0070ce !important;
}

/* School 16 - Rupley*/
.calendar-school_16 h3, 
.calendar-school_16,
.calendar-school_16 .popover-event-content h4 {
	color: #0076a9 !important;	
}
.calendar-school_16 .multi-inner h3{
	color: #0076a9 !important;
}
.calendar-school_16 .multi-inner{
	background: #c1b8ae !important;
}
.calendar-school_16 .indicator{
	background: #0076a9 !important;
}

/* School 17 - Salt Creek */
.calendar-school_17 .multi-inner h3,
.calendar-school_17 h3, 
.calendar-school_17,
.calendar-school_17 .popover-event-content h4 {
	color: #069f89 !important;	
}
.calendar-school_17 .multi-inner{
	background: #080e8a !important;
} 
.calendar-school_17 .indicator{
	background: #069f89 !important;
}

.calendar-share-links span {
	font-size: 11px;	
}
.calendar-share-links span a {
	color: black;	
	text-decoration: underline;
}