	form {
	margin:0 0 40px 0;
	padding:0;
	}
	
	fieldset {
	margin:30px 0 10px 0;
	padding:0;
	border:0;
	}
	
	form section {
	border-top: none;
	}
		
	legend {
	font-size: 1em;
	font-weight:700;
	margin:40px 0 10px 20%;
	}

	label, form h5 {
	padding-right:15px;
	margin-top:7px;
	border 1px solid #eee;
	float:left;
	font-size: 0.83em;	
	font-weight:700;
    box-sizing: border-box;
	text-align: right;
	width: 20%;
	}
	
	form h5 {
	margin-top:14px;
	}
	
	form p label {
	display: block;
	margin-bottom:6px;
	box-sizing: border-box;
	width: 80%;
	max-width:700px;
	padding: 4px;
	text-align: left;
	margin-left:20%; 
	}
	
    input[type="text"], 
	input[type="tel"], 
	input[type="email"], 
	input[type="password"],
	input[type="date"],
	select, 
	textarea {
	display: block;
	color:#777;
	margin-bottom:6px;
	box-sizing: border-box;
	width: 80%;
	max-width:700px;
	padding: 4px; 
	}
		
	textarea {
	border: 1px solid #ddd;
  	-webkit-box-shadow: inset 1px 1px 1px 0px #ddd;
  	-moz-box-shadow: inset 1px 1px 1px 0px #ddd;
  	box-shadow: inset 1px 1px 1px 0px #ddd;
	}
	
	textarea#subscriptionAgreement {
	height: 25em;
	}
	
/*	textarea#viewSignedSubscriptionAgreement {
	height: auto;
	}*/

	pre{
	    white-space: pre-wrap;
	}

	input:focus {
	background:#FFF;
	color:#000;
	}

	input[readonly] {
	color:#777;
	background:#eee;
	border-style:solid;
	border-color:#eee;
	}
	
	.banner {
	width: 80%;
	max-width:700px;
	margin-left:20%;
	margin-bottom:5%;
	}
	
	.banner img {
	max-width:100%; 
	max-height:100%;
	display:block;
	}
	
	.banner_centered {
	width: 80%;
	max-width:700px;
	margin-left:20%;
	margin-bottom:5%;
	text-align: center;
	}
	
	section.togetherwegrow {
	display: none;
	margin-bottom:2%;
	}
	
	section.collapsiblecontent {
	display: none;
	margin-bottom:2%;
	}
	
	div.list {
	margin-left:10%;
	}
	
	input.hidden-text {
	display: none;
	margin-bottom:2%;
	}

	::-webkit-input-placeholder {color: #777; font-size:.91em;}
	:-moz-placeholder {color: #777; font-size:.91em;}
	::-moz-placeholder {color: #777; font-size:.91em;}
	:-ms-input-placeholder {color: #777; font-size:.91em;}
	
	[placeholder]:focus::-webkit-input-placeholder{
  	transition: opacity 0.5s 0.5s ease; 
  	opacity: 0;
	 }
	
	 input[placeholder][readonly]:focus::-webkit-input-placeholder {
	 opacity: 1;
	 } 
	 
	section label {
	color: #000;
	display:block;
	float:none;
	text-align:left;
	width:auto;
	padding:0;
	margin:0 0 6px 0;
	}
		
	section label:last-child{
	margin-bottom:0;
	}

	input[type="radio"] {
	font-size:1.2em;
	float:none;
	width:auto;
	padding:0;
	margin:0 6px 0 0;
	}
	
	input[type="checkbox"] {
	margin:0 6px 0 0;
	}

	input[type="submit"]{
	margin-left:20%;
	font-family: "adelle", Georgia, serif;
	font-size:.84em;
    width: auto;
    padding: .3em .5em;
	background: #e0e0e0;
	color: #737373;
	font-weight: 600;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	input.nomargin{
	margin-left:0;
	}
	
	#login input[type="submit"] {
	margin-top: 12px;
	padding: .3em;
	font-size:1.2em;
	background: #C46515;
	color: #FFF;
	}

	button {
	font-size:.84em;
	text-align: center;
	font-weight: 600;
	background:#a3b029;
	border: 1px solid #a3b029;
	color: #FFF;
	padding: .3em;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
	button.smallButton {
	width:200px;
	}
	
	button.red {
	background: #C46515;
	border: 1px solid #C46515;
	}
	
	.previous {
	float:left;
	margin-bottom: .9em;
	}
	
	.next {
	float:right;
	margin-bottom: .9em;
	}
	

	.floatBarcode {
		float: right;
		width: 25%;
	}
	
@media print
{    
	.pageBreak {
		page-break-after: always;
	}
	.pageBreakInsideAvoid {
		page-break-inside: avoid;
	}
	.clear {
		clear: both;
	}
	.displayAsTable {
		display: table;
	}
	.noprint, .noprint * {
		display: none !important;
	}
	body>header {
		display: none !important;
	}
	body>footer {
		display:none;
	}
	.smallButton, input[type=submit] {
		display: none !important;	
	}
	.page > .module {
		border: none !important;
	}
	.page > .module > h3 {
		display: none;
	}
	section {
		max-width: none;
		margin-left: 1%;
	}
}

@page {
  size: letter;
  margin: 30px;
}

	

/* Work Shift Search Form */
form#workShifts {
	margin:0px 0 20px 0;
	padding:10px 10px 2px 10px;
	width:auto;
  	content: "";
  	display:table;
  	clear:both;
    background:#eee;
  	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	}
	
#workShifts	fieldset {
	padding:0;
	border:none;
	margin:0;
	width:220px;
	float:left;
	}
	
#workShifts	section {
	padding:0;
	margin:0 0 6px 0;
	width:100%;
	display:block;
	}
	
#workShifts	label {
	float:left;
	margin-top:4px;
	margin-right:16px;
	text-align:left;
	}

#workShifts	select {
	margin-bottom:8px;
	width:200px;
	}
	
#workShifts	section label:last-child {
	margin-bottom:0;
	}
	
fieldset#dateRange {
	width:341px;
	}
	
fieldset#submit {
	width:auto;
	}
	
fieldset#submit a {
	font-size: .83em;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	}
	
#dateRange select {
  	display:inline;
  	width:auto;
  	margin:0;
	}

/*Search for Specific Shifts */
form#specificShifts fieldset#dateRange {
	width:auto;
	}
	
form#specificShifts fieldset#dateRange label{
	padding-top:0;
	}
	
form#specificShifts fieldset#dateRange section{
	border: 1px solid #fff;
	width:80%;
	padding:0;
	}
	
#workShifts	input[type="submit"] {
	margin:0;
	background: #C46515;
	color:#fff;
	}
	
/*Summary & Details used in Forms*/
fieldset.hideShow {
max-width:700px;
width:80%;
margin-left:20%;
background-color:#ddf7fb;
padding: 1em;
border-radius: 4px;  
}


fieldset.hideShow summary:before {
  background: rgba(200, 54, 54, 0.2);
  color:#000;
  border-radius: 4px; 
  content: "+"; 
  font-size: .8em; 
  font-weight:700;
  margin-right:.5em; 
  padding: .2em .4em 0 .4em; 
  text-align: center;
  cursor: pointer;
}

fieldset.hideShow summary:after {
display:none;
}

details fieldset {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 2s;
	}
	

/*media queries */	
@media only screen and (max-width: 40em) {

	legend {
	margin:40px 0 10px 0%;
	}

	label, form h5 {
	margin-bottom:0px;
	float:none;
	text-align: left;
	width: 100%;
	}
	
	section {
	padding: 6px 0 30px 0;
	}

	input[type="text"], 
	input[type="tel"], 
	input[type="email"], 
	input[type="password"],
	input[type="date"],
	select,
	section {
	width: 100%;
	}
	
	input[type="submit"] {
	margin-left: 0;
	}
	
	section, .banner {
	margin-left:0;
	}

	form#workShifts {
	padding:10px;
	}
	
	#workShifts	fieldset, fieldset#dateRange, #workShifts select, #workShifts section {
	margin:0 0 10px 0;
	width:100%;
	}
	
	#workShifts	label {
	float:none;
	margin:0;
	text-align:left;
	}
	
	#workShifts select {
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
	}
	
	#dateRange select, #dateRange input[type="date"] {
	color:#000;
  	width:auto;
  	margin:0;
	}
	
	fieldset.hideShow {
	max-width:none;
	width:100%;
	margin-left:0;
	}
}	