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

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

body {
	background: #9be68c url("http://www.walkbiketoschool.org/wp-content/themes/WBTS_Custom/images/WBTS_Background.jpg") fixed repeat-y right top;
	font-family: 'Open Sans', sans-serif;
	color: #115e8f; 
	text-align: left;
	line-height: 180%;
}

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

/* headers */
h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
}
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;
	color: #115e8f;
}
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: #fff;
	background: #ef5359;
}
input {
	padding:2px;
	margin: 0px 0px 5px 0px;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
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 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	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
********************************************/ 
#navigation_mobile {
	display: none;
}
#navigation_mobile_home {
	display: none;
}
#navigation {
	width: 250px;
	height: 90vh;
	margin: 40px 0;
	position: fixed;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	text-align: center;
	z-index: 10;
	line-height: 140%;
}
#navigation 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: 2.5rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 1.55rem 0 .5rem 0;
	line-height: 0rem;
}
#navigation p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: .75rem;
	margin: 10px 0 0 10px;
	font-weight: 700;
	text-align: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}
#navigation hr {
	width: 99%;
	border: solid 1px #54bde5;
	margin: 0px auto 0px auto;
}
#navigation img {
	border: none;
	margin: 10px 0 0 0;
	width: 14rem;
}
#navigation_bottom {
	bottom: 0;
	position: absolute;
	margin: 0 0 20px 0;
	width: inherit;
}
#navlinks_container  {
}
#navlinks  {
	color: #fff;
	height: 92px;
	width: inherit;
	margin: 0;
	padding: 0;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	z-index: 0;
}
#navlinks a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	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 10px 10px 0;
	width: 300px;
}
#navlinks li {
	list-style: outside none none;
	margin: 0;
	padding: 10px 0 0 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#navlinks li a {
	display: block;
	margin: 0;
	padding: 0;
}
#navlinks li:hover ul {
	display: block;
	margin: -80px 0 0 250px;
	width: 300px;
}
#navlinks li ul {
	background-color: #19a9e1;
	display: block;
	margin: -80px 0 0 80px;
	padding: 0px 0 0px 10px;
	width: 160px;
	text-align: left;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 1s ease 0s, margin 1s ease 0s;
	z-index: -1;
	position: relative;
}
#navlinks li ul li:hover {
	background-color: #0b5894;
	margin: 0 0 0 -10px;
	padding: 0px 0 0 10px;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#navlinks li ul li {
	background-color: transparent;
	margin: 0 0 0 -10px;
	padding: 0px 0 0 10px;
	height: 23px;
	font-size: .75rem;
}
#navlinks li ul li a {
	background-color: transparent;
	margin: 0 0 0 -10px;
	padding: 0px 0 0 10px;
}
#navlinks_register {
	border-top: none;
	border-bottom: none;
	width: 80%;
	background: #115e8f;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
#navlinks_register p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 0px 0 15px 0px;
	font-weight: 400;
	text-align: center;
	padding: 0px 0 5px 0;
}
#navlinks_register 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: 20px 0 0 0;
	margin: 0 0 15px 0;
}
#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 0 0 190px;
	padding: 50px 20px 0 80px;
	background: #fff;
	width: 810px;
	height: 100%;
}
#content-wrap {
	clear: both;
	width: 850px;
	padding: 0; 
	margin: 0px auto;
}
#header {
	width: 850px;
	position: relative;
	height: 150px;
	background: url(images/CS_header.jpg) no-repeat;
	padding: 0;	
	color: #FFF;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 44px  Tahoma, Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Tahoma, Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 70px; left: 55px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
#header li {
	list-style: none;
	white-space: nowrap;
	display: inline;
	padding-left: 8px;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: #69a934;	
	font: bold 14px/37px Tahoma, Arial, Sans-serif;
	height: 40px;
	width: 850px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 10px 15px 0 15px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}
#regmenu a {
	font: bold 14px/37px Tahoma, Arial, Sans-serif;
	color: #fff;	
}
#regmenu a:hover {
	color: #D4E59F;
	text-decoration: none;
}

/* 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_feature {
	margin: 20px 0 20px 0;
	padding: 15px;
	width: 360px;
	height: 320px;
	float: left;
	background: #d1eef9;
	line-height: 1.5rem;
}
#home_feature h1 {
	font-size: 1.5rem;
	margin: 0;
	line-height: 2rem;
}
#home_feature h2 {
	font-size: 1rem;
	padding: 0px;
}
#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 {
	font-size: 2rem;
	color: #5aba47;
	text-align: center;
}
.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_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_icons {
	margin: 20px 0 20px 0;
	padding: 0px;
	width: 100px;
	float: left;
	background: transparent;
}
#home_callout {
	margin: 20px 0 20px 0;
	padding: 0 15px 0 15px;
	width: 275px;
	height: 175px;
	float: left;
}

.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_onecol_dist p {
		height: 1.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_twocol_dist {
		width: 49%;
		background: #fff;
		float: left;
}
#results_twocol_dist p {
		height: 1.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#results_threecol_dist {
		width: 32%;
		background: #fff;
		float: left;
}
#results_threecol_dist p {
		height: 1.5rem;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
		margin: 0;
		font-weight: normal;
}
#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: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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; }





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


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

.nomobile {
	display: none;
}

#content-container {
	padding: 50px 20px 0 80px;
	width: 65%;
} 
.img_noresize {
	height: 100%;
	width: 100% !important;
}
}

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

.nomobile {
	display: none;
}
body {
	background: #fff;
}
#navigation {
	display: none;
}
#navigation_mobile_home {
	height: 430px;
	width: 100%;
	margin: 0px 0;
	position: relative;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	text-align: center;
	line-height: 140%;
	display: block;
}
#navigation_mobile_home p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 20px 0 0 10px;
	font-weight: 700;
	text-align: left;
}
#navigation_mobile_home a {
	text-decoration: none;
	color: #fff;
}
#navigation_mobile_home a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}
#navigation_mobile_home hr {
	width: 100%;
	border: solid 1px #54bde5;
	margin: 0px auto 0px auto;
}
#navigation_mobile_home img {
	border: none;
	margin: 10px 0 0 0;
}
#navigation_mobile {
	height: inherit;
	width: 100%;
	margin: 0px 0;
	position: relative;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	-moz-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	text-align: center;
	line-height: 140%;
	display: block;
}
#navigation_mobile a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}
#navigation_mobile p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 0px 0 0 10px;
	font-weight: 700;
	text-align: left;
	float: left;
	width: inherit;
}
#navigation_mobile hr {
	width: 100%;
	border: solid 1px #54bde5;
	margin: 5px auto 0px auto;
}
#navigation_mobile img {
	margin: 10px 0 0 0;
}
#navlinks_mobile  {
	color: #fff;
	width: inherit;
	margin: 0 auto;
	padding: 0px;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	z-index: 0;
	text-align: center;
}
#navlinks_mobile 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: 0px 0 0 0;
}
#navlinks_mobile a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks_mobile p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	margin: 15px 0 15px 0px;
	font-weight: 400;
	text-align: center;
	width: inherit;
}
.navlinks_mobile_title {
	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: 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: 15px 0 0 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: -73px 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: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
}
#navlinks_mobile li ul li {
	background-color: #17a9e1;
	margin: 0 0 0 -10px;
	padding: 4px 0 4px 0px;
	height: 30px;
	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;
}
#navlinks_register {
	border-top: none;
	border-bottom: none;
}
#navlinks_register p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25rem;
	margin: 3px 0 0 15px;
	font-weight: 400;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation img {
	border: none;
	margin: 10px 0 0 0;
}
#navigation_bottom {
	position: inherit;
	margin: 0;
	width: inherit;
	color: #fff;
	height: 3rem;
	width: 94%;
	margin: 0 auto;
	padding: 15px 0px 0px 0px;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	z-index: 0;
	text-align: center;
}

#content-container {
	margin: 0;
	padding: 50px 5px 0 5px;
	background: #fff;
	width: 96%;
	height: 100%;
}
#content-container img {
	width: 50%;
	height: 50%;
}
#main {
	float: none;
	padding: 10px;
	display: inline;
	background: #fff;
}
#main h1 {
	padding: 0 1rem 0 1rem;
}
#main h2 {
	padding: 0 1rem 0 1rem;
}
#main p {
	padding: 1rem;
}
#main img {
	width: 50%;
	height: 50%;
}
#home_mainpromo img {
	width: 50%;
	height: 50%;
}
#home_feature {
	margin: 10px auto;
	padding: 15px;
	width: 85%;
	height: inherit;
	float: none;
	background: #d1eef9;
	line-height: 1.5rem;
}
#home_feature h1 {
	font-size: 1.5rem;
}
#home_feature h2 {
	font-size: 1rem;
	padding: 0px;
}
#home_feature_spacer {
	background-color: transparent;
	width: 20px;
	float: left;
}
#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;
	background: #ddd;
}
#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;
}
}



/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {

.nomobile {
	display: none;
}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
.nomobile {
	display: none;
}
/*body {
    background: #ff00ff;
}*/
#navigation {
	width: 300px;
	height: 90vh;
	margin: 40px 0;
	position: fixed;
	-moz-border-radius: 0 30px 30px 0;
	border-radius: 0 30px 30px 0;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	text-align: center;
	z-index: 10;
	line-height: 140%;
}
#navigation 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: 3rem;
	font-weight: bold;
	text-shadow: 3px 3px 0px #115e8f;
	font-family: CreativeBlock;
	padding: 35px 0 10px 0;
}
#navigation p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 20px 0 0 10px;
	font-weight: 700;
	text-align: left;
}
#navigation a {
	text-decoration: none;
	color: #fff;
}
#navigation a:hover {
	text-decoration: none;
	color: #fff;
	background: transparent;
}
#navigation hr {
	width: 99%;
	border: solid 1px #54bde5;
	margin: 0px auto 0px auto;
}
#navigation img {
	border: none;
	margin: 10px 0 0 0;
}
#navigation_bottom {
	bottom: 0;
	position: absolute;
	margin: 0 0 20px 0;
	width: 300px;
}
#navlinks_container  {
}
#navlinks  {
	color: #fff;
	height: 116px;
	width: 300px;
	margin: 0;
	padding: 0;
	background: #17a9e1; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #0685b6, #17a9e1 35%, #17a9e1 70%, #17a9e1 70%, #0685b6); /* Standard syntax */
	z-index: 0;
}
#navlinks a {
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease 0s;
}
#navlinks p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	margin: 20px 0 0 0px;
	font-weight: 400;
	text-align: center;
	width: 300px;
}
#navlinks ul {
	list-style: outside none none;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	width: 300px;
}
#navlinks li {
	list-style: outside none none;
	margin: 0;
	padding: 3px 0 0 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#navlinks li a {
	display: block;
	margin: 0;
	padding: 0;
}
#navlinks li:hover ul {
	display: block;
	margin: -90px 0 0 300px;
	width: 250px;
}
#navlinks li ul {
	background-color: #19a9e1;
	display: block;
	margin: -90px 0 0 80px;
	padding: 0px 0 0px 10px;
	width: 210px;
	text-align: left;
	-webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
	transition: width 1s ease 0s, margin 1s ease 0s;
	z-index: -1;
	position: relative;
}
#navlinks li ul li:hover {
	background-color: #0b5894;
	margin: 0 0 0 -10px;
	padding: 2px 0 0 10px;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
#navlinks li ul li {
	background-color: transparent;
	margin: 0 0 0 -10px;
	padding: 2px 0 0 10px;
	height: 27px;
}
#navlinks li ul li a {
	background-color: transparent;
	margin: 0 0 0 -10px;
	padding: 0px 0 0 10px;
}
#navlinks_register {
	border-top: none;
	border-bottom: none;
	width: 70%;
	background: #115e8f;
	margin: 0 auto;
	text-align: center;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;	
}
#navlinks_register p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	margin: 0px 0 10px 0px;
	font-weight: 400;
	text-align: center;
	padding: 0 0 5px 0;
}
#navlinks_register 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;
}
#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;
}
#content-container {
	width: 65%;
	height: 100%;
	padding: 50px 20px 0 130px;
}
#main {
	float: left;
	padding: 55px 20px 20px 130px;
	display: inline;
	background: #fff;
	width: 85%
}
#home_mainpromo {
	width: 100%;
}
#home_feature {
	width: 46%;
	height: 250px;
}
#home_callout {
	width: 38%;
}
}