/* Customize */


/* Your site's banner image */
header[role="banner"] {
	background-image:url('../customize/banner-image.jpg');
}

/* Uncomment the following to remove the text on top of the site's banner image */
	/*
	@media (min-width: 750px) {
		header[role="banner"] .site-name {
			position:static;
			right:0;
			bottom:0;
			max-height:70px;
			max-width:1020px;
		}
		.site-name div {
			font: 0/0 a;
			text-shadow: none;
			color: transparent;
			width:100%;
			height:100%;
		}
	}
	*/

/* Uncomment the following to change the background color and/or text color of the Media Stream captions */
	/*
	.module-media-stream figcaption {
		background-color:#006b3f;
		color:#fff;
	}

	.module-media-stream figcaption:before {
		border-color:#006b3f transparent;
	}
	*/

/* Uncomment the following line to remove all arrows on Media Stream captions */
	/*
	.module-media-stream figcaption:before {
		border:none;
	}
	*/

.left-col {
	float:left;
	text-align: right;
	width: 20%;
}
.right-col {
	float:right;
	text-align: left;
	width: 30%;
}
.drawer {margin-left: 2em;}

.std-form { margin:2em 0 1em 0; }

.std-form label.std {
	float: left;
	text-align: right;
	margin: 0 15px 0 1em;
	width: 75px;
	font-size:1.6em;
	font-family:muli, sans-serif;
	display:block;
}
.required_notification {
    color:#cc2d30; 
    font-size: 1.25em;

}
.required_mark {
    color:#cc2d30; 
    display:inline;
    float:left;
    margin-right: 5px;
    margin-left: -1em;
}

.std-form input { 
	display:inline-block; 
	margin:0 2em 1.5em 0;
}

.std-form fieldset {
	border:1px solid #ccc; 
	padding: 2em;
}
.std-form fieldset label.radio{
	margin: 1em;
	font-size: 1.6em;
	}
.std-form fieldset input[type="radio"]{
	
	}
.rounded {
    border-radius: 10px 10px 10px 10px;
}
label {  
    display: inline-block;    
    position: relative;  
    padding-left: .5em;  
    margin-right: 1em;  
    /* font-size: 1.6em; 	 */
}  
.gobutton {
    background: linear-gradient(#E3F869, #BAD80A 50%, #BAD80A) repeat scroll 0 0 transparent;
    border: 1px solid #A5C009;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 0 #F1FBB3 inset;
    color: #000044;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    padding: .5em 1.5em;
	margin: 1em;
    text-decoration: none;
    text-shadow: 0 1px 0 #E0F759;
}
fieldset {
	margin-top; 1.6em;
	}
fieldset legend {
	padding: 0 5px;
	margin: 0;
	font-size: 1.6em;
	}
fieldset {
	padding: 1em 2em;
	margin-bottom: 1em;
}