/* HTML Tag Redefinition */
html, body {width: 100%; height: 100%; -webkit-padding-start: 0; }
body {/* customize_background */ background-color: #ffffff; /* customize_background */ padding: 0px; margin: 0px; }
img {border: 0px}
a { cursor:pointer; -webkit-padding-start: 0; -moz-padding-start: 0;}
li, ul { -webkit-padding-start: 0; -moz-padding-start: 0; padding: 0;}

fieldset { border:1px solid #ccc;}

/* error text class optionally provided by theme */
div.ccm-error-response {color: #f00; margin-bottom: 12px}

/* Page Structure / Navigation */
#page{ width: 100%; max-width: 1000px; margin:auto; /* text-align:left  */}
#page #headerSpacer{ height:64px }
#page #header{ position:relative; } 
#page #header #logo{ color:#999; font-size:32px; 
	font-family:Arial, Helvetica, sans-serif; 
	line-height: auto; 
	margin-bottom: 0px; padding: 0px; margin-top:8px; cursor:pointer;  left:0px ; z-index:1; width:auto; float:left; position: relative }
#page #header #logo a{ /* customize_header_logo */color:#999; /* customize_header_logo */ text-decoration:none;}
#page #header #logo p{ display:inline; line-height:inherit; font-size:inherit; padding:inherit; margin:inherit; color:inherit }

#page #header #headerNav{ top: 14px; right: 0px; z-index:2; overflow:visible;}
#page #header ul.nav-header{ list-style:none; margin:0px; padding:0px; width:auto; z-index:2; overflow:visible; float: right}
#page #header ul.nav-header li{float:left; padding:2px 0px; margin-left:16px; margin-bottom: 0px; color:#999; font-size:13px; margin-top:0px }
#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#999999 }
#page #header ul.nav-header li.nav-selected{ border:1px solid #bbb; padding:2px 8px; }
#page #header #header-area{margin-top: 10px; margin-bottom: 10px }
#page #header #header-area #header-area-inside{margin-bottom: 12px;}
#page #header #header-area img { display: block}
#page .divider{padding-top: 12px; background: url(/~primetime/themes/primetime//themes/primetime/images/nav_horizontal_divider.gif) no-repeat top; overflow:hidden; height:1px; clear:both; width:100%; }

#page #central{clear:both; }
#page .no-sidebar { background-image: none !important}
#page #central.central-left { background:url(/~primetime/themes/primetime//themes/primetime/images/nav_sidebar_left_bg.gif) repeat-y center !important; }
#page #central.central-left div#sidebar {float: left !important; }
#page #central.central-left #body {padding-left: 68px !important; padding-right: 0px !important; float:right}
 
#page #central #body{ float:left; width:41%; padding-right:28px; !important }
#page .no-sidebar #body{ float: none !important; width: auto !important; }
#page #central #sidebar{ float:right; width:41%; overflow:hidden }
#page #central #sidebar p{ line-height:24px}
#page #central #sidebar ul.nav{ list-style:none; margin-left:0px; padding:0px; padding-left:24px; font-size:11px;}
#page #central #sidebar ul.nav li{ margin-bottom:16px; }
#page #central #sidebar ul.nav a{ text-decoration:none; color:#333 }
#page #central #sidebar ul.nav a.nav-selected {font-weight: bold}
#page #central #sidebar ul.nav a:hover{ text-decoration:underline }
#page #central #sidebar ul.nav ul{ list-style:none; margin-left:0px; padding:0px; padding-left:16px; margin-top:16px; }
#page #central #sidebar ul.nav ul li{ margin-bottom:16px; }

#page #central.navLeft{ background:url(/~primetime/themes/primetime//themes/primetime/images/nav_sidebar_left_bg.gif) repeat-y center; }
#page #central.navLeft  #sidebar{float:left}
#page #central.navLeft  #body{float:right; padding-right:0px; width:68%; }

#page #central.noSideNav{ background: none; }
#page #central.noSideNav  #sidebar{ display:none }
#page #central.noSideNav  #body{float: none; padding-left:0px; padding-right:0px; width:100%; }

#page #footer{ padding-top:24px; clear:both; padding-bottom:16px; color:#999; font-size:10px }
#page #footer a{ text-decoration:none }
#page #footer span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; }

/* Page Elements */

.pagingNav{ margin:16px 0px 8px 0px}
.pagination{ text-align:center; color:#bbb; padding-top:4px}
.pagination .pageRight{width:20%; float:right; text-align:right}
.pagination .pageLeft{width:20%; float:left; text-align:left}

/* MISC STYLES & SHORTCUTS */
div.code {border: 1px solid #ddd; background: #eee; padding: 10px}
div.spacer,div.ccm-spacer{ clear:both; font-size:1px; line-height:1px }
.noTopSpace{margin-top:0px; padding-top:0px}
div.pageSection { margin-bottom: 10px; }

/* customize_miscellaneous */ /* customize_miscellaneous */

.header_img {
	width: 100%;
}
.navigation {
	width: 63%;
	margin: 1em auto;
	list-style: none;
	text-align: center;
	position: relative;
	height: 55px;
	-webkit-padding-start: 0;
}
.navigation li {
 display: inline-block !important;
 margin: 0 13%;
	
 max-width: 350px;
}
.spacer_left {
	padding-top: 4.8%;
	width: 18%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2c6381;
}
.spacer_right {
	padding-top: 4.8%;
	width: 18%;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2c6381;
}
.nav_wrapper {
	position: relative;
}
.navigation .ccm-page-list {
	display: inline-flex !important;
	width: 100%;
}
.navigation .ccm-page-list-title:hover {
	background-color: white;
}
.navigation .ccm-page-list-title:hover > a {
	color: #0F5184;
}
.navigation .ccm-page-list-title {
	margin: 0 auto;
	width: 30%;
	/* padding-top: 3%; */
	height: 48px;
	margin: 0 1%;
}
.navigation .ccm-page-list-title a {
	/* display: none; */
	display: block;
	height: 100%;
	width: 100%;
}
.navigation .ccm-page-list-title.title-one {
	background-image: url("/~primetime/themes/primetime//images/buttons-01_2017.png"); 
	background-size: 100%;
	background-repeat: no-repeat;
}
.c126 .navigation .ccm-page-list-title.title-one {
	background-image: url('/~primetime/themes/primetime//images/buttons-01a_2017.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.navigation .ccm-page-list-title.title-one:hover {
	background-image: url('/~primetime/themes/primetime//images/buttons-01a_2017.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.navigation .ccm-page-list-title.title-two {
	background-image: url('/~primetime/themes/primetime//images/buttons-02_2017_blank.png');
	max-width: 295px; background-size: 100%;
	background-repeat: no-repeat;
}
.c125 .navigation .ccm-page-list-title.title-two {
	background-image: url('/~primetime/themes/primetime//images/buttons-02_2017_blank.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.navigation .ccm-page-list-title.title-two:hover {
	background-image: url('/~primetime/themes/primetime//images/buttons-02_2017_blank.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.navigation .ccm-page-list-title.title-three {
	background-image: url('/~primetime/themes/primetime//images/buttons-03_2017.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.c129 .navigation .ccm-page-list-title.title-three {
	background-image: url('/~primetime/themes/primetime//images/buttons-03a_2017.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
}
.navigation .ccm-page-list-title.title-three:hover {
	background-image: url('/~primetime/themes/primetime//images/buttons-03a_2017.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
}

.navigation a {
	color: white;
	text-decoration: none;
}
.navigation h3 a {
	position: relative;
	top: 20px;
}
#central {
	background-color: #E6EDF3 !important;
	position: relative;
}
#central #body {
	padding: 10px 5px 0 5% !important;
	margin-bottom: 4%;
}
#sidebar {
	padding: 10px 5% 0 5px !important;
	margin-bottom: 8%;
}
#central #body h2, #central #body h1, #central #body h3, #sidebar h1, #sidebar h2, #sidebar h3 {
	color: #ee8235;
	font-family: "Oswald" sans-serif;
	font-weight: normal;
}
.logo {
	position: absolute;
	margin: -7% auto;
	width: 18%;
	bottom: 0;
	left: 0;
	right: 0;
}
.gamma {
	position: relative;
	width: 83%;
	margin: 0 auto;
}
.sub_gamma_one {
  position: relative;
  /* clear: both; */
  /* float: left; */
  margin: 0 auto;
}
.sub_gamma_two {
  position: relative;
  /* clear: both; */
  /* float: left; */
  margin: 0 auto;
  width: 80%;
}
.sub_gamma_two h4 {
  text-align: center;
  line-height: 40px;
  background-color: #0c5285;
  color: #ffffff;
  font-family: 'Droid Sans', sans-serif;
}
.footer_nav.alternate ul li img {
  vertical-align: middle;
}
.footer_nav.alternate ul li.newsletter {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #bcbdc0;
  vertical-align: middle;
  height: 31px;
}
#socmed ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0px;
  margin-left: 0;
}

#socmed ul li a {
  display: block;
  width: 33px;
  height: 33px;
  text-indent: -6900px;
}
#socmed ul li a.facebook {
  background-position: -313px 32px;
  background-image: url("/~primetime/themes/primetime//images/sprite_2017_2.png");
}
#socmed ul li a.youtube {
  background-image: url("/~primetime/themes/primetime//images/youtube_2017_2.png");
}
#socmed ul li a.linkedin {
  background-position: -365px 32px;
  background-image: url("/~primetime/themes/primetime//images/sprite_2017_2.png");
}
.footer_nav.alternate ul li a {
  padding: 0px;
  margin-right: 10px;
}
.clear {
	clear: both;
}
#nav_left {
	float: left;
	text-align: center;
	width: 50%;
}
#nav_right {
	float: right;
	text-align: center;
	width: 50%;
}
.footer_navigation ul {
	list-style: none;
}
.footer_navigation li {
	padding-bottom: 1%;
}
.footer_navigation a {
	color: #2c6381;
	font-size: 16px;
}
.slider img {
	width: 100%;
}
.slider ul {
	list-style: none;
}
@media all and (max-width: 740px) {
	.spacer_left, .spacer_right {
		display: none;
	}
	.navigation {
		width: 75%;
	}
}
@media all and (max-width: 580px) {
	.spacer_left, .spacer_right {
		display: none;
	}
	.navigation li {
		width: 48% !important;
	}
	.navigation {
		height: auto;
	}
}
#autism_services {
	text-align: center;
	padding: 1% 0 1%;
}
#autism_services a {
	text-decoration: none; 
	font-size: 15px;
	bottom: 75px;
	font-family: "Oswald" sans-serif;
}
@media all and (max-width: 700px) {
	#footer img {
		display: none;
	}
}