@charset "UTF-8";
@import url("extras.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96.3666%;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	clear: none;
	float: none;
}
#header {
	margin-top: 30px;
}
#headerLogo {
	width: 100%;
}
#headerPhone {
	width: 100%;
	clear: both;
	margin-left: 0;
	color: #FFF;
	text-align: right;
	font-size: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	padding-top: 20px;
}
#banner {
}
.homeContent {
	margin-top: 30px;
}
.homeContent h1, .pageContent h1 {
	color: #FFF;
	font-size: 2.0em;
	line-height: 1.3em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	padding-left:20px !important;
	padding-bottom:20px !important;
}
.pageContent {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom:20px;
	background: #BCB8DC;
}
.text {
	color: #000000;
	font-size: 1.6em;
	line-height: 1.8em;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
}
.textPurple {
	color:#333092;
	font-size: 2.0em;
	padding-left: 20px !important;
	padding-bottom: 20px !important;
}
.headerPurple {
	color:#333092;
	padding-left: 20px !important;
}
.imgBanner {
	padding: 0;
	margin: 0;
	position: relative;
}
.img {
	display: block;
	border:0;
	width: 100%;
	height: auto;
	max-width: 100%;
}

#footer {
	color:#FFF;
	font-size:.9em;
	text-align:center;
	font-family:Arial, "Arial Bold", "Arial Bold Italic", "Arial Italic", Helvetica, "Helvetica Bold", "Myriad Pro", "Myriad Pro Bold", "Myriad Pro Italic", "Myriad Pro Bold Italic", sans-serif;
	margin-top:60px;
}
#menu {
	margin-=r
}
#calendarWrap {
}
.weekWRAP {
}
.weekWRAP h5 {
	font-size:1.25em;
	padding-top:5px;
	padding-right:10px !important; 
	color:#4A3692;
	text-align:right;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
}
.day_1 {
	height:110px;
}
.day_2 {
	height:110px;
}
.weekDayWrap {
	background-color:#B7B3D5;
	margin-bottom:20px;
}

.weekDay_1 {
}
.weekDay_2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     TABLET     */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 96.3666%;
	padding-left: 0.8166%;
	padding-right: 0.8166%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#headerLogo {
	width: 66.1016%;
}
#headerLogo img {
	float: right;
}
#headerPhone {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	padding-top: 160px;
}
#banner {
	margin-top: 30px;
}
.homeContent {
}
.pageContent {
}
.text {
	font-size: 1.6em;
	line-height: 1.8em;
}
.textPurple {
}
.imgBanner {
}
.img {
}
#footer {
}
#menu {
}
#calendarWrap {
	width:96%;
	margin-left:2.0%;
	margin-right:2.0%;
}
.weekWRAP {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: #BCB8DC solid 1px;
}
.day_1 {
	width: 15.25425%;
	margin-left: 1.6949%;
	clear:none;
}
.day_2 {
	width: 14.0%;
	margin-left: 1%;
	clear:none;	
}
.weekDayWrap {
}
.weekDay_1 {
	width: 15.25425%;
	margin-left: 1.6949%;
	clear:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#4A3692;
	border-right: 1px solid #FFF;
	-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;

}
.weekDay_2 {
	width: 14.0%;
	margin-left: 1%;
	clear:none;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#4A3692;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#headerLogo {
	width: 66.1016%;
}
#headerPhone {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	padding-top: 150px;
}
#banner {
}
.homeContent {
}
.pageContent {
}
.textPurple {
}
.text {
	font-size: 2em;
	line-height: 1.6em;
}
.textPurple {
}
.imgBanner {
}
.img {
}
#footer {
}
#menu {
}
#calendarWrap {
}
.weekWRAP {
}
.day_1 {
}
.day_2 {
}
.weekDayWrap {
}
.weekDay_1 {
}
.weekDay_2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
