.control-group
{
	padding-bottom: 10px;	
}

#form input, #form textarea {
	width: 100% !important;
	height: auto !important;
}

label.checkbox {
	width: auto !important;
	height: auto !important;
	/*
	padding: 0px !important;
	margin: 10px 5px 0px 10px !important;
	line-height: normal !important;	
	cursor: pointer !important;
	border-radius: 0px !important;
	*/
	display: inline-block !important;
	margin-left: 0.5rem !important;
	margin-right: 1rem !important;
	margin-bottom: 0 !important;
	vertical-align: top !important;
}

/* Label Styles */
label {
	font-size: 0.875rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 1rem;
	margin-bottom: 0;
	/* Styles for required inputs */
}

label.radio {
	width: auto !important;
	height: auto !important;
	display: inline-block !important;
	margin: .5rem 0 1rem 0 !important;
	padding: 0px !important;
/*	margin: 10px 5px 0px 10px !important;
	line-height: normal !important;	
	cursor: pointer !important;
	border-radius: 0px !important;

	margin-left: 0.5rem !important;
	margin-right: 0.5rem !important;
	margin-bottom: 0 !important;
	vertical-align: baseline !important;
*/
}

label.checkbox {
    display: inline-block !important;
    height: auto !important;
	margin: .5rem 0 1rem 0 !important;
    vertical-align: top !important;
    width: auto !important;
}

input[type="radio"] + label {
	display: inline-block !important;
}

#form input[type="checkbox"] {
	width: auto !important;
	height: auto !important;
	padding: 0px;
	margin: 0px 5px 0px 10px !important;
}

#form input[type="radio"] {
	width: auto !important;
	height: auto !important;
	padding: 0px;
	margin: 0px 5px 0px 10px !important;
}

.button {
	/* background-color: #eeeeee !important;
	color: #51b8f2 !important;
	padding: 0px 0px 0px !important; 
	*/
}

#form .btn-small {
	margin-left: 30px;
	width: 20em;  height: 5em;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	border-color: #ffffff !important;
	border: 1px solid #51b8f2 !important;
}

#form {
	background-color: #51b8f2;		
	padding: 36px 33px 41px !important;
}

#form h3 {
	color: #FFF
}

#form h4 {
	color: #0d73ad;
}

#form .h4_heading_form {
	font-size: .875em;
	line-height: 1.86;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-rendering: optimizeLegibility;	
	text-transform: uppercase;
}

#form .h3_heading_form {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.08;	
	font-size: 1.5em;
	font-family: "SourceSansPro", sans-serif;

}

#form field {
	background-color: #2c9ad8;
}

#form input {
	background-color: #2c9ad8;
}

#form .checkbox {
	padding-left: 0px !important;
}

#form .radio {
	padding-left: 0px !important;
}


#form .form-actions {
	background-color: none !important;
	border-top: none !mportant;

}

#form .btn-white.btn-small.btn {
	border-color: #ffffff;
}

#form .button.btn-small.btn {
	border: 1px solid #51b8f2;
}

#form .btn-white.btn:hover {
	color: #fff !important;
	background-color: #51b8f2;   
}

#form .button.btn:hover, .button:focus {
	background: #343434;
	text-decoration: none;
	outline: none;
	color: #fff !important;
}

::-webkit-input-placeholder {
	color: #cccccc !important;
	font-weight: normal !important;

}

:-moz-placeholder { /* Firefox 18- */
	color: #cccccc !important;
	font-weight: normal !important;	
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #cccccc !important;
	font-weight: normal !important;	
}

:-ms-input-placeholder {  
	color: #cccccc !important;
	font-weight: normal !important;
}

#form .btn {
	background-color: #51b8f2 !important;
	color: #51b8f2 !important;
}

.form_heading h2 {
	color: #fff;
	text-align: center !important;
	font-size: 2em;
	text-transform: uppercase;
	font-family: "SourceSansPro", sans-serif;
	line-height: 1;
}

.form_heading h3 {
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.08;
	font-family: "SourceSansPro", sans-serif;
	padding-bottom: 35px;

}

#home_form input[type="text"] {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	background-color: #ffffff !important;
	font-family: inherit !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: #cccccc !important;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
	color: rgba(0, 0, 0, 0.75) !important;
	display: block !important;
	font-size: 0.875rem !important;
	margin: 0 0 1rem 0 !important;
	padding: 0.5rem !important;
	height: 2.3125rem !important;
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	transition: all 0.15s linear !important;

}

#home_form .columns.large-4.medium-4 input[type="text"] {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;	
}

#home_form .control-group {
	padding-bottom: 0px !important;	
}

#home_form .form_heading {
	padding-bottom: 5px;
}


#home_form ::-webkit-input-placeholder {
	color: black !important;
}

#home_form :-moz-placeholder { /* Firefox 18- */
	color: black !important;  
}

#home_form ::-moz-placeholder {  /* Firefox 19+ */
	color: black !important;  
}

#home_form :-ms-input-placeholder {  
	color: black !important;  
}

#directedit a {
	position: fixed;
	z-index: 9999;
	left: 0px;
	top: 0px;
}

.image_cp_right {
	display: block; 
	float: right;
	padding: 10px; 
	margin: 10px; 
	width: 300px;
	color: #aaa; 
	font-size: .85em; 
	font-style: normal; 
	font-weight: 400; 
	line-height: .5em;
}

.image_cp_left {
	display: block; 
	float: left; 
	padding: 10px; 
	margin: 10px; 
	width: 300px;
	color: #aaa; 
	font-size: .85em; 
	font-style: normal; 
	font-weight: 400; 
	line-height: .5em;
}

.img_cp_right {
	display: inline-block; 
	border: solid 4px #ffffff; 
	max-width: 100%; 
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); 
	transition: all 200ms ease-out;
}

.img_cp_left {
	display: inline-block; 
	border: solid 4px #ffffff; 
	max-width: 100%; 
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); 
	transition: all 200ms ease-out;
}

.photo_caption_right {
	float:right;
	max-width:400px;
}

.photo_caption_left {
	float:left;
	max-width:400px;
}

.callout_left_block {
	display: block; 
	float: left; 
	padding: 10px; 
	margin: 0 10px 0 0; 
	width: 250px; 
	color: #1D8152;
	font-size: 1.25em;
	font-style: italic;
	font-weight: 300; 
	line-height: 1.25em; 
	text-align: right;
}

.callout_right_block {
	display: block;
	float: right;
	padding: 10px;
	margin: 0 0 0 10px; 
	width: 250px;
	color: #1D8152; 
	font-size: 1.25em; 
	font-style: italic; 
	font-weight: 300; 
	line-height: 1.25em;
	text-align: left;	
}

.callout_quote {
	font-weight: bold;
	font-style: bolder;
}


/* ou search style */
.pagination a.active {
	background-color: #333333;
}

/* ou search input style for ticket #37402 */
.ousearch-blue-text-shadow input:hover {
	border: 1px solid #5ba6e6;
	box-shadow: 0 0px 3px #5ba6e6;
}

.ousearch-blue-text-shadow input:focus {
	border: 1px solid #5ba6e6;
	box-shadow: 0 0px 3px #5ba6e6;
}

<!-- Added for ticket #42440 -->
.pagination ul li.active a {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
	
}

li.active a.pagelink.active {
	color: #fff;
}

.pagination ul li.active {
    border-color: #337ab7;
    background-color: #337ab7;
}
