/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared DESIGN Styles
----------------------------------------- */
.form-navigation{
	width:60%;
	}
.blue-billboard{
	background-color:#2f76d1;
	}
	
.orbit-wrapper .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; -webkit-transition: opacity 400ms; -moz-transition: opacity 400ms; -o-transition: opacity 400ms; transition: opacity 400ms; }
.orbit-wrapper:hover .slider-nav span { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); opacity: 1; }

.billboard{
	background-position:right;
	background-size:100%;
	}
.billboard.myHCtrial{
	background-image: url(../images/billboard/AH-billboard.jpg);
	background-repeat:no-repeat;
	}

.subhead {
	font-size: 34px;
}
	
.runner{
	width:100%;
	}
	.header-area{
		background-color:#2f76d1;
		}
	.billboard-area{
		background-color:#bcd9ff;
		}
	.nav-area{
		background-color:#e0ff77;
		}

/* -----------------------------------------
   Shared SPACING Styles
----------------------------------------- */
.zero-ws-bottom{
	padding-bottom:0px;
	}
.small-ws-bottom{
	margin-bottom:20px;
	}

.medium-ws-bottom{
	margin-bottom:40px;
	}
	
.large-ws-bottom{
	margin-bottom:60px;
	}

.small-ws-top{
	padding-top:10px;
	}
.nav-drop{
	margin-top:25px;
	margin-right:10px;
	}
/* -----------------------------------------
   Shared TEXT Styles
----------------------------------------- */
.white-text{
	color:#FFFFFF;
	}
	a.white-text{
		color:#FFFFFF;
		}
		a.white-text:hover{
			color:#bce534;
			}
.light-blue-text{
	color:#bcd9ff;
	}
.blue-text{
	color:#2f76d1;
	}
.purple-text{
	color:#d9319a;
	}
.green-text{
	color:#bce534;
	}
.orange-text{
	color:#ff9909;
	}
.gray-text{
	color:#959595;
	font-weight:normal;
	}
.normal-weight-text{
	font-weight:normal;
	}
.center-text{
	text-align:center;
	}
.blue-ruled{
	border-bottom:1px solid;
	}
	
h5.subheader a{
	color:#959595;
	}
	h5.subheader a:hover{
		color:#2f76d1;
		text-decoration:underline;
		}
ul.none{
	list-style:none;
}
ul.none li {
  text-indent: -8px;
  margin-left: 10px;
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */

.rotate{
	transform: rotate(13deg) ;
-webkit-transform: rotate(13deg) ;
-moz-transform: rotate(13deg) ;
-o-transform: rotate(13deg) ;
-ms-transform: rotate(13deg) ;
-moz-box-shadow: -2px 3px 10px #3d3d3d;
-webkit-box-shadow: -2px 3px 10px #3d3d3d;
box-shadow: -2px 3px 10px #3d3d3d;
}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */







 
      
#mswrapper {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#mswrapper *,
#mswrapper *:before, 
#mswrapper *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#mswrapper input[type="text"]{ 
  display: inline; 
}

.billboard-area .hide-for-small h5{
  text-indent: -10px;
  margin-left: 19px;
}

.billboard-area .hide-for-small h6{
  text-indent: -8px;
  margin-left: 16px;
}
.billboard-area .show-for-small h6{
  text-indent: -8px;
  margin-left: 16px;
}