/*  
Theme Name: WBTS_Custom
Version: 2.0
Author: HSRC Design Services designservices@hsrc.unc.edu
*/

/* Top Elements */
* { margin: 0; padding: 0px; outline: 0 }

body {
	background: #fff;
	color: #115e8f;
	font-family: 'Open Sans', sans-serif;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #1572c1;
}
a:hover {
	color: #19a9e1;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;5 bu
}
h1 {
	font-size: 2rem;	
	font-weight: bold;
	color: #0b5894;
	padding: 0px;		
	margin: 0px 0 15px 0;
	line-height: 3rem;
}
h2 {
	font-size: 1.25rem;
	color: #19a9e1;
	padding: 10px 0px 0 0px;		
	margin: 0;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	color: #427d12; 
	padding: 5px 0 0px 0;
	line-height: 150%;
}

p {
	padding: 0px;		
	margin: 0 0 10px 0;
	line-height: 1.5rem;
}
ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
}
hr {
	border: 1px solid #19a9e1;
}


/* images */
img {
	margin: 0px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 0px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #000;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
fieldset {
	padding: 10px 0 0 0;
	border: 0px solid;
}
#formdiv {
	background:#fff;
	padding: 0px;
	margin: 15px 0 0 140px;
}
form {
	margin:0px 0 0px 0;
	padding: 0px;
}
label {
	display:block;
	padding: 3px 0 0 5px;
	color: #005c8d;
	background: transparent;
}
input {
	padding:2px;
	margin: 0px 0px 5px 0px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input[type="submit" i] {
	padding:2px 8px;
	font: normal 1.5em CreativeBlock, sans-serif;
	color:#fff;
    background-color: #005c8d;
}

input:hover[type="submit" i] {
    background-color: #19a9e1;
}

input #lastinput {
	padding:2px;
	margin: 0px 0px 5px 0px;
	border:1px solid #69A934;
	font: normal 1em Verdana, sans-serif;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 18px Arial, Sans-serif; 
	height; 30px;
	margin: 0;
	padding: 0px 20px; 
	color: #FFF;
	background: #005c8d;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#navlinks_mobile {display: none;}

#logo_container {
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#0685b6, #18a8e1, #0685b6); /* Standard syntax */
	padding: 20px 0 0px 0;
	height: 230px;
	position: relative;
	z-index: 10;
}
#logo_container img {width: 950px;}
#nav_container {
	background: #005c8d/*#19a9e1*/;
	padding: 0 0 10px 0;
	height: 80px;
	font-family: 'Open Sans', sans-serif;
}
#navigation {
	margin: 0 auto;
	width: 1050px;
}
#navigation a:hover {
	color: #fff;
}
/*************** 4 button navigation ***************/
/*
#navlinks {
	width: 260px;
	background: #0c5c7b;
	float: left;
	height: 90px;
	margin: 0;
	padding: 0;
}
#navlinks h1 {
	color: #fff;
	-webkit-text-fill-color: #9be68c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;
	font-size: 2.5rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 1.55rem 0 .5rem 0;
	line-height: 0rem;
	text-align: center;
}
#navlinks a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks p {
	color: #fff;
	font-size: 1.25rem;
	margin: 10px 0 0 0px;
	font-weight: 400;
	text-align: center;
	width: inherit;
}
#navlinks ul {
	list-style: outside none none;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 0px 10px 10px;
	width: 300px;
	margin: 0;
}
#navlinks li {
	list-style: outside none none;
	margin: 0;
	padding: 0px 0 0 0;
	background: transparent;
	position: relative;
	z-index: 2;
}
#navlinks li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	background: #005c8d;
	height: 85px;
	position: relative;
	z-index: 2;
}
#navlinks li:hover ul {
	display: block;
	margin: 0px 5px 0 5px;
	width: 250px;
}
#navlinks li ul {
	background-color: #005c8d;
	display: block;
	margin: -140px 5px 0 5px;
	padding: 0px 0 0px 0px;
	width: 250px;
	text-align: center;
	-webkit-transition: width 2s;
	transition: width 1s ease 0s, margin 1s ease 0s;
	position: relative;
	z-index: 1;
}
*/
/* end 4 button navigation */


/*************** 5 button navigation ***************/

#navlinks {
	width: 210px;
	background: #005c8d;
	float: left;
	height: 90px;
	margin: 0;
	padding: 0;
}
#navlinks h1 {
	color: #fff;
	-webkit-text-fill-color: #9be68c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: CreativeBlock;
	padding: 1.55rem 0 .5rem 0;
	line-height: 0rem;
	text-align: center;
}
#navlinks a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks p {
	color: #fff;
	font-size: 1.25rem;
	margin: 10px 0 0 0px;
	font-weight: 400;
	text-align: center;
	width: inherit;
}
#navlinks ul {
	list-style: outside none none;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 0px 10px 10px;
	width: 300px;
	margin: 0;
}
#navlinks li {
	list-style: outside none none;
	margin: 0;
	padding: 0px 0 0 0;
	background: transparent;
	position: relative;
	z-index: 2;
}
#navlinks li a {
	display: block;
	margin: 0;
	padding: 5px 0 0 0;
	background: #005c8d;
	height: 85px;
	position: relative;
	z-index: 2;
}
#navlinks li:hover ul {
	display: block;
	margin: 0px 5px 0 5px;
	width: 200px;
}
#navlinks li ul {
	background-color: #005c8d;
	display: block;
	margin: -140px 5px 0 5px;
	padding: 0px 0 0px 0px;
	width: 200px;
	text-align: center;
	-webkit-transition: width 2s;
	transition: width 1s ease 0s, margin 1s ease 0s;
	position: relative;
	z-index: 1;
}

/* end 5 button */


#navlinks li ul li {
	background-color: transparent;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 0px;
	height: 25px;
	font-size: 1rem;
	color: #fff;
}
#navlinks li ul li:hover {
	color: #fff;
	background-color: #19a9e1;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 0px;
	height: 25px;
}
#navlinks li ul li a {
	background-color: transparent;
	margin: 0 0 0 0px;
	padding: 0px 0 0 0px;
	height: 25px;
}
.navlinks_subnav_last {
	border-radius: 0 0px 10px 10px;
}
#navlinks_register_button {
	border-top: none;
	border-bottom: none;
	width: 300px;
	background: #115e8f;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
#navlinks_register_button p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 0px 0 0px 0px;
	font-weight: 400;
	text-align: center;
	padding: 0 0 5px 0;
}
#navlinks_register_button h1 {
	color: #fff;
	-webkit-text-fill-color: #9be68c; /* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 10px 0 0 0;
	margin: 0px 0 0px 0px;
}
#wrap {
	width: 850px;
	background: transparent /*url(images/content.jpg)*/ repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-container {
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #fff;
	width: 1050px;
	height: 100%;
}
#content-wrap {
	clear: both;
	width: 850px;
	padding: 0; 
	margin: 0px auto;
}

/* Main Column */
#main {
	float: left;
	padding: 55px 20px 20px 130px;
	display: inline;
	background: #fff;
	width: 810px;
}
#main_nosidebar {
	float: left;
	width: 96%;
	padding: 0;
	margin: 15px 0 0 15px;
	display: inline;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
	line-height: 180%;
	color: #115e8f;
}
#main_nosidebar ul li {
	list-style-image: url(images/bullet.gif);
	line-height: 180%;
	color: #115e8f;
}
/* Main Column */
#home_mainpromo {
}
#home_mainpromo h1 {
	text-align: center;
	margin: 15px 0 10px 0;
}
#home_feature {
	margin: 20px 0 20px 0;
	padding: 15px;
	width: 485px;
	height: 280px;
	float: left;
	background: #005c8d/*#0c5c7b*/;
	line-height: 1.5rem;
}
#home_feature a {
	color: #9be68c;
	text-decoration: none;
}
#home_feature a:hover {
	color: #19a9e1;
}
#home_feature h1 {
	margin: 0 0 10px 0;
	color: #9be68c;
	font-size: 1.5rem;
	font-family: CreativeBlock;
	line-height: 2rem;
}
#home_feature p {
	color: #fff;
}
#home_feature_spacer {
	background-color: transparent;
	width: 20px;
	float: left;
}
#home_content_container {
	clear: both;
}
#home_content {
	margin: 40px 0 20px 0;
	line-height: 1.45rem;
	font-size: .9rem;
}
#home_content h1 {
	color: #5aba47;
	text-align: center;
	font-size: 2rem;
}
.home_content_title {
	color: #5aba47;
	-webkit-text-fill-color: #5aba47; /* Will override color (regardless of order) */
	/*-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;*/
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 2px 2px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 25px 0 0 0;
}
#home_group {
	width: 515px;
	margin: 0 0px 0 0;
	float: left;
}
#home_icons {
	margin: 20px 0 20px 0;
	padding: 0px;
	width: 100px;
	float: left;
	background: transparent;
}
#home_callout {
	margin: 20px 0 0px 0;
	padding: 0 20px 0 20px;
	width: 375px;
	height: 175px;
	float: left;
}
#home_icon_spacer {
	background-color: transparent;
	width: 20px;
	float: left;
}
#home_content h2 {
	color: #0b5894;
	font-size: 1.5rem;
	padding: 0;
}
#home_content h2 a {
	color: #0b5894;
	text-decoration: none;
}
#home_content h2 a:hover {
	color: #0b5894;
	text-decoration: none;
}
#home_content hr {
	width: 100%;
	border: solid 4px #8bcf7e;
	margin: 20px auto 0px auto;
}
#home_photocredit {float: right; margin: -10px 0 0 0; font-size: small;}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* STYLING Who's Biking Results */
#results_container {
		width: 100%;
		line-height: 1.25rem;
		font-size: .85rem;
}
#results_onecol {
		width: 100%;
		background: #fff;
}
#results_onecol p {
		height: 6.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_twocol {
		width: 49%;
		background: #fff;
		float: left;
}
#results_twocol p {
		height: 6.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_threecol {
		width: 32%;
		background: #fff;
		float: left;
}
#results_threecol p {
		height: 6.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
/* rledit */
#results_onecol_dist {
		width: 100%;
		background: #fff;
}
#results_twocol_dist {
		width: 49%;
		background: #fff;
		float: left;
}
#results_onecol_dist p, #results_twocol_dist p, #results_threecol_dist p {
		border-bottom: 1px solid #ccc;
		padding: 10px 0 8px 0;
		margin: 0;
		font-weight: normal;
        font-size: .9rem;
        line-height: .9rem;
}
#results_threecol_dist {
		width: 32%;
		background: #fff;
		float: left;
}
#results_onecol_past {
		width: 100%;
		background: #fff;
}
#results_onecol_past p {
		height: 4.0rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_twocol_past {
		width: 49%;
		background: #fff;
		float: left;
}
#results_twocol_past p {
		height: 4.0rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_threecol_past {
		width: 32%;
		background: #fff;
		float: left;
}
#results_threecol_past p {
		height: 4.0rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}

/* end of rledit */
#results_gap {
		width: 1%;
		background: #fff;
		float: left;
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 30%;
	padding: 0;
	margin: 15px 15px 0 0;
	color: #555;
}	
#sidebar h2 {
	margin: 0px 0 5px 0;
	padding: 5px 5px 5px 5px; 
	font: bold 100% Tahoma, Arial, Sans-serif;
	color: #fff;
	background: #69a934;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0px;
	text-decoration: none;		
	line-height: 175%;			
}
#sidebar li.widget li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #68774A;
}
* html body #sidebar ul li {
	height: 1%;
	padding: 0 10px 0 10px;
}
#sidebar ul li {
	line-height: 175%;
	padding: 5px;
	margin: 0px 0 20px 0;
	border: 1px solid #69a934;		
}
#sidebar ul li a {
	text-decoration: none;	
	background-image: none;	
	color: #2180BC;
	line-height: 175%;			
}
#sidebar ul li a:hover {	
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
	line-height: 175%;			
}
	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.wp-caption {
	border: 0px solid #ddd;
	text-align: right;
	background-color: #fff;
	padding-top: 4px;
	margin: 10px;
	font-style: italic;
	color: #888;
	font-size: .75rem;
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#Images_ProjectExamples {
	float: right;
	width: 370px;
}
#Images_ProjectExamples p{
	font-size: 80%;
	text-align:right;
	color: #427D12;
	line-height: 1.5;
	margin: 0 10px 10px 10px;
	font-style:italic;
}
#Images_ProjectExamples img{
	border: 1px solid #69A934;
	margin: 10px 10px 0 10px;
}

/* Footer */	
#footer {
	color: #9BC46C;
	clear: both;
	text-align: center;	
	font-size: 80%;
	padding: 5px 0px 15px 5px;
	line-height: 140%;
	background: #fff;
}
#footer a { 
	color: #19a9e1;
	text-decoration: none;
	font-size: 100%;
}
#footer img {
	border: 0px solid #E5E5E5;
	padding: 0px;
	margin: 0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* fix for go back links for registration form */
#gobacklink { color: #528d22; text-transform: uppercase; }


/********************************************
   RESPONSIVE
********************************************/ 
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}


/* Smaller Desktops and laptops ----------- */
@media only screen  and (max-width : 1050px) {

.nomobile {
	display: none;
}
.img_noresize {
	height: 100%;
	width: 100% !important;
}
	
#navigation {
	margin: 0 auto;
	width: 85%;
}
#navigation img {
	width: 100%;
}
#navlinks {
	width: 200px;
	background: transparent;
	padding: 0;
	margin: 0;
	float: left;
}
#content-container {
	width: 85%;
} 
#home_mainpromo img {
	width: 100%;
}
#home_feature {
	width: 45%;
	height: 350px;
}
#home_group {
	width: 48%;
	height: 250px;
	padding: 0 0px 0 0px;
}
#home_icons {
	width: 20%;
	margin: 20px 20px 20px 0;
}
#home_icons img {
	width: 100%;
}	
#home_callout {
	width: 74%;
	padding: 0;
}
}

/*** Mobile Large 825px ***/
@media screen and (max-width: 825px) {

.nomobile {
	display: none;
}
	
#logo_container {height: 100%;}
#logo_container img {width: 85%;}
#navigation {width: 100%;}
#navlinks {width: 19%;}
#navlinks h1 {font-size: 2rem;}
#navlinks p {font-size: 1rem;}

#home_feature {width: 100%;}
#home_feature {margin: 0px auto; width: 100%; height: 100%; float: none;}
#home_feature h1 {font-size: 1.5rem;}
#home_feature h2 {font-size: 1rem;padding: 0px;}
#home_feature_spacer {background-color: transparent;width: 20px;float: none;}
#home_content {width: 100%;}
#home_content h1 {font-size: 1.5rem;}
.home_content_title {font-size: 2.25rem;margin-right: 5px;}
#home_icons {margin: 10px;padding: 0px;float: right;}
#home_icons img {width: inherit;height: inherit;}
#home_callout {margin: 20px 0 20px 0;padding: 0px;width: 100%;height: inherit;float: none;}
#home_callout h2 {padding: 0 1rem 0 1rem;}
#home_callout p {padding: .25rem 1rem 1rem 1rem;}
#footer {color: #9BC46C;clear: both;height: inherit;width: 94%;text-align: center;font-size: 80%;padding: 5px 0px 15px 5px;line-height: 140%;}
#footer a {color: #19a9e1;text-decoration: none;font-size: 100%;}
#footer img {border: 0px solid #E5E5E5;padding: 0px;margin: 0px;width: inherit;}

#results_onecol {
		width: 100%;
		background: #fff;
}
#results_twocol {
		width: 100%;
		float: none;
}
#results_threecol {
		width: 100%;
		float: none;
}
#results_onecol_dist {
		width: 100%;
		background: #fff;
}
#results_twocol_dist {
		width: 100%;
		float: none;
}
#results_threecol_dist {
		width: 100%;
		float: none;
}
#results_onecol_past {
		width: 100%;
		background: #fff;
}
#results_twocol_past {
		width: 100%;
		float: none;
}
#results_threecol_past {
		width: 100%;
		float: none;
}
}


/*** Mobile Small 475px ***/
@media screen and (max-width: 475px) {

.nomobile {display: none;}
#nav_container {display: none;}

#navlinks_mobile  {
	display: block;
	color: #115e8f;
	width: inherit;
	margin: 0 auto;
	padding: 0px;
	background: #19a9e1;
	z-index: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
#navlinks_mobile h1 {
	color: #fff;
	-webkit-text-fill-color: #9be68c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;
	font-size: 2rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 0px 0 0 0;
}
#navlinks_mobile a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks_mobile a:hover {color: #fff;}
#navlinks_mobile p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	padding: 10px 0 10px 0px;
	font-weight: 400;
	text-align: center;
	width: inherit;
}
.navlinks_mobile_title {
	color: #fff;
	-webkit-text-fill-color: #9be68c;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #115e8f;
	font-size: 1.75rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 0px;
	margin: 0 10px 0 0;
}
#navlinks_mobile ul {
	list-style: outside none none;
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navlinks_mobile li {list-style: outside none none;	margin: 0px 0 0 0; padding: 5px 0 5px 0; -moz-border-radius: 0 0px 0px 0; border-radius: 0 0px 0px 0; height: 35px;}
#navlinks_mobile li a {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
#navlinks_mobile li ul {
	background-color: #19a9e1;
	display: none;
	margin: -73px 0 0 0;
	padding: 0px 0 0px 0px;
	width: 100%;
	text-align: center;
	z-index: 10;
	position: absolute;
	-webkit-transition: width 0s; /* For Safari 3.1 to 6.0 */
	transition: width 0s ease 0s, margin 0s ease 0s;
}
#navlinks_mobile li:hover ul {display: block;margin: -75px 0 0 0;padding: 0 0 0 0px;width: 100%;-moz-border-radius: 0 0px 0px 0;border-radius: 0 0px 0px 0;text-align: center;background: #19a9e1;}
#navlinks_mobile li ul li {background-color: #19a9e1;margin: 0 0 0 -10px;padding: 4px 0 4px 0px;height: 25px;clear: both;}
#navlinks_mobile li ul li:hover {
	background-color: #0b5894;
	margin: 0 0 0 -20px;
	padding: 4px 0 4px 10px;
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
}
#navlinks_mobile li ul li a {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#content-container {width:95%;padding: 10px;}
#home_mainpromo {padding: 10px;}
#home_feature {width: 85%;}
	#home_content {margin: 10px 0 10px 0;}
#home_group {width: 100%;height: 100%;}
#home_callout {margin: 10px 0;}
#home_icons {display: none;}
#home_icon_spacer {display: none;}

}