input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=tel],
input[type=color],
input[type=number],
input[type=search],
input[type=text],
select,
textarea {
	width: 100%;
	max-width: 500px;
	padding: 0.25em 0.5em;
	margin: 0.25em 0;
	-webkit-box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.25) inset;
	-moz-box-shadow:    0 3px 8px -2px rgba(0, 0, 0, 0.25) inset;
	box-shadow:         0 3px 8px -2px rgba(0, 0, 0, 0.25) inset;
	background: #ffffff;
	border: 1px solid #cccccc;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend {
	display: none;
}

.form-table {
	width: 100%;
}

.buttons {
	width: 100%;
	text-align: right;
}

.input_label {
	max-width: 200px;
	width: 100%;
	display: inline-block;
}

.input {
	display: inline-block;
}

.input:after {
	content: "";
	display: block;
}

.ctl00_SearchField_SearchTerms {
	width: 175px;
}

#Search {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1999;
	transform: translateY(-50%);
}

.ezsearch-form {
	display: inline-block;
	position: absolute;
	top: 80px;
	right: 0;
}

#Search input[type=text], .ezsearch-form input[type="text"] {
	padding: 7px 36px 6px 8px;
	width: 240px;
	margin: 0;
}

#Search input[type=image], .ezsearch-form input[type="image"] {
	height: 26px;
	position: absolute;
	right: 2px;
	top: 2px;
}

#search_checkbox { position: absolute; left: -10000px; top: 0; }
#search_label {
	display: block;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 5000;
	color: #ffffff;
	font-size: 24pt;
	background: #156131;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	transition: all 0.3s;
}

.scrolled #search_label {
	padding: 0;
}

#social_icons {
	display: block;
    position: absolute;
    right: 50px;
    top: 25%;
    z-index: 5000;
    color: #ffffff;
    font-size: 1em;
}

#social_icons .so_twitter .fa-circle {
	color: #1d9bf0	;
}

#social_icons .so_linkedin .fa-circle {
	color: #0077B5	;
}

#social_icons .so_facebook .fa-circle {
	color: #0165E1	;
}

#social_icons .so_youtube .fa-circle {
	color: #FF0000	;
}

.login input[type=image] {
	float: right;
	height: 32px;
}

.btn, .EventButton, input[type="submit"], input[type="button"], button {
	background-color: #156131;
	background-repeat: no-repeat;
	color: #FFFFFF !important;
	border: 1px solid #156131;
	border-radius: 0px;
	padding: 5px;
	margin: 0 5px;
	cursor: pointer;
	transition: .5s all;
	text-decoration: none !important;
	display: inline-block;
}

.btn:hover, .EventButton:hover, input[type="submit"]:hover, button:hover {
	background-color: #fff;
	color: #156131 !important;
	border: 1px solid #156131;
}

.btn_back, .BackButton {
	background-image: url(/images/left_arrow_trans_white.png) !important;
	background-position: left center !important;
	padding: 5px 5px 5px 24px !important;
}

.btn_back:hover, .BackButton:hover {
	background-image: url(/images/left_arrow_trans_green.png) !important;
}

.btn_next, .NextButton {
	background-image: url(/images/right_arrow_trans_white.png) !important;
	background-position: right center !important;
	padding: 5px 24px 5px 5px !important;
}

.btn_next:hover, .NextButton:hover {
	background-image: url(/images/right_arrow_trans_green.png) !important;
}

.btn:disabled,.disabled,input[type="submit"]:disabled,input[type="button"]:disabled, button:disabled {
	cursor: default;
	background: #CCC;
	color: #888 !important;
	border: 1px solid #AAA;
}

input[type="submit"]:disabled {
	background: #CCC url(/images/right_arrow_disabled.png) no-repeat right center;
}

#ft input[type="submit"],#ft input[type="button"], #ft button {
	background: #FFF !important;
	color: #156131 !important;
	border: 1px solid #FFF !important;
	padding: 5px !important;
	margin: 0 5px !important;
	cursor: pointer !important;
	transition: .5s all !important;
}

#ft input[type="submit"] {
	background: #FFF url(/images/right_arrow_trans_green.png) no-repeat right center !important;
	padding: 5px 24px 5px 5px !important;
}

#ft input[type="submit"]:hover {
	color: #FFF !important;
	border: 1px solid #FFF !important;
	background: #156131 url(/images/right_arrow_trans_white.png) no-repeat scroll right center !important;
}

#ft input[type="button"]:hover {
	background-color: #156131 !important;
	color: #FFF !important;
	border: 1px solid #FFF !important;
}

#ft input[type="submit"]:disabled,#ft input[type="button"]:disabled, #ft button:disabled {
	cursor: default !important;
	background: #CCC !important;
	color: #888 !important;
	border: 1px solid #AAA !important;
}

#ft input[type="submit"]:disabled {
	background: #CCC url(/images/right_arrow_disabled.png) no-repeat right center !important;
}

@media only screen and (max-width: 1040px) {
	#social_icons {
		display:none;	
	}
}
