/*===================================================================================*/
/* 	0.	Global CSS Reset
/*===================================================================================*/
 fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.radi {
    font-size: 85%;
    line-height: 2.65em;
    margin-bottom: 10px;
	
}

/*-----------------------------------------------------------------------------------*/
/*	2.9	Forms
/*-----------------------------------------------------------------------------------*/

form {
  background-color: #F0F0F0;
  border-radius: 8px 8px 8px 8px;
  padding: 10px;
}

button, input, select, textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
input, textarea {
	-webkit-appearance: none;
}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea, select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	color: #777;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="phone"]:focus, input[type="organization"]:focus, textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
input[type="checkbox"] {
	display: inline;
}
label {
	margin-bottom: 4px;
	font-size: 85%;
	text-transform: uppercase;
	margin-right: 2px;
}
label, legend {
	display: inline-block;
}
textarea, select, input {
}
textarea {
	font-family: inherit;
	min-height: 200px;
	overflow: auto;
	vertical-align: top;
}
select {
	line-height: 24px;
}
fieldset {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
    border: 1px solid #999999;
  margin-bottom: 10px;
  padding: 10px 10px 0;
  background-color: #F7F7F7;
}

legend {
  background-color: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 1px 1px 3px #999999;
  padding-left: 10px;
  padding-right: 10px;
  color:#3B90C9;
}

.sexy-input {
    color: #00156E;
    display: inline-block;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 14px;
    vertical-align: middle;
}

.sexy-input .sexy-input-radio {
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}
/*===================================================================================*/
/* 	12.	Contact Form
/*===================================================================================*/
#contact {
	margin-bottom: 30px;
	margin-top: 20px;
}
#contact-input div {
	display: inline-block;
	width: 47%;
	float: left;
	margin-right: 2%;
}
#contact-input > div#full {
  width: 97%;
}
div#full textarea {
  width: 97%;
}
#contact-input div:last-child {
	margin-right: 0px !important;
}
#contact-input input, #contact-message textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 1px 1px 2px grey inset;	
}
#contact-human {
	overflow: hidden;
}
#contact-human p {
	font-weight: 600;
	width: 45%;
	margin-right: 2%;
	float: left;
    margin-top: 0;
}
#contact-human div {
	float: left;
	width: 49%;
}
#contact-human label {
	width: 30%;
	float: left;
}
#contact-human img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
}
#contact-human input {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-submit {
	text-align: right;
	padding-top: 10px;
}
#contact-message {
	width: 100%;
}
#contact p, label, legend {
}
#contact h1 {
}
#contact hr {
}
#contact {
}
#contact label {
}
#contact input, textarea, select {
}
#contact input:focus, textarea:focus, select:focus {
}
#contact input.submit {
	width: 85px;
}
#contact input.submit:hover {
}
#contact input[type="submit"][disabled] {
}
#contact fieldset {
}
#contact legend {
}
#contact label.radio {
}
#message {
}
#name {
background-color:transparent !important;
}
.error_message {
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	padding: 10px 10px 0px 42px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #414141;
	display: block;
	background-image: url(../img/contact/error.png);
	background-repeat: no-repeat;
	background-position: 12px 12px;
}
ul.error_messages {
	padding-top: 10px;
}
ul.error_messages li {
}
.loader {
	padding: 0 10px;
}
#contact #success_page h1 {
	padding-left: 22px;
	background-image: url(../contact_form/img/success.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.copies {
  float: right;
  margin-right: 220px !important;
  width: 40px !important;
}
.columns {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.eleven {
    width: 466px;
}

/*-----------------------------------------------------------------------------------*/
/*	2.8	Buttons
/*-----------------------------------------------------------------------------------*/
.button, .button:visited {
	background-color: #7fc33c;
	border: none;
	display: inline-block;
	color: #fff;
	line-height: inherit;
	vertical-align: middle;
	font-weight: normal;
	padding: 4px 14px;
	margin-right: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.button:hover {
	color: #FFF;
	background-color: #8dd242;
}
.button.small {
	padding: 0px 10px;
	font-size: 12px;
}
.button.medium {
	padding: 8px 18px;
	font-size: 18px;
}
.button.large {
	padding: 12px 22px;
	font-size: 22px;
}
.button.full {
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.button.black {
	background-color: #333;
	color: #FFF;
}
.button.black:hover {
	background-color: #575757;
}
.button.pink {
	background-color: #D61589;
	color: #FFF;
}
.button.pink:hover {
	background-color: #eb33a2;
}
.button.red {
	background-color: #e3514a;
	color: #FFF;
}
.button.red:hover {
	background-color: #ff5e56;
}
.button.orange {
	background-color: #ffb031;
	color: #FFF;
}
.button.orange:hover {
	background-color: #ffc531;
}
.button.blue {
	background-color: #2caada;
	color: #FFF;
}
.button.blue:hover {
	background-color: #32bcef;
}
