#formarea {
	max-width: 857px;
	margin: 0 auto;	
	margin-top:11px;
}
.form-group select{
	background-image: url(../images/select_input_bg_chevron_down_sm.gif?1458582290);
	background-repeat: no-repeat;
	background-position: 100% 16px;
}
.sign-up-form {
	text-align: left;
	color: #666;
	padding: 10px 14px;
	overflow:hidden;
}
/*
.sign-up-form h2 {
	color: #21a3a9;
    font-family: "AvenirLT-Book";
    font-size: 32px;
    text-align: center;
}
*/
.sign-up-form .formcta {
	text-align:center;
	font-size:16px;	
	padding-bottom:20px;
}
.text-nowrap  {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.sign-up-form p, .sign-up-form label {
	text-transform: none;
	font-weight: normal
}
.sign-up-form p a, .sign-up-form label a, .sign-up-form p span, .sign-up-form label span {
	font-weight: bold;
	color: #666
}
.sign-up-form .form-group {
	/*margin-bottom: 10px*/
}
.sign-up-form label {
	margin-bottom: 0
}
.sign-up-form label span {
	color: #00a4a8
}
.sign-up-form .form-control {
	height: 40px;
}
.sign-up-form .btn-default  {
	background-color: #fff;
    background-image: url("../images/button-submit.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 50px;
    margin: 30px auto;
    width: 191px;
}

.sign-up-form .btn-default:hover  {
	background-image:url(../images/button-submit-over.png);
	border-color: white;
}

#ThankyouContainer {
	padding-top: 50px;
}
#thankyou {
	min-height: 200px;
	padding:125px 0px;
	border: 1px solid #DDDDDD;
	width:100%;
	float:right;
	text-align:center;
	font-size:1.2em;
    display: none
}
#thankyou p {
	width: 70%;
	margin: 40px auto 0px auto;
}
#thankyouheader {
	font-family: 'AvenirLT-Book';
	font-size:1.3em;
    width: 70%;
	margin: 0px auto;   
}
select {
	-webkit-appearance:none;	
}
.row {
	margin-bottom:10px;	
}
#captcha_container {
	margin:0 auto;
	margin-top:15px;
}
#submitarea {
	margin:40px 0;	
}
.sign-up-form .has-error .help-block {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1em;
	color:#eb4141;
	font-family: avenir_lt_roman,sans-serif;
    font-style: normal;
    font-weight: normal;
}
.has-error .form-control {
    border-color: #eb4141;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.phonenumber_link a{
	text-decoration:none;
	color:#000;
	
}
.phonenumber_link a:hover{
	text-decoration:underline;
	color:#428bca;
}
.errorMsg{
	color:#eb4141 !important;
}


@media (max-width:768px) {
#fixedcta {
	background-color: #4ac2c1;
    bottom: 0;
    box-shadow: 3px 3px 20px #888888;
    color: #fff;
    font-size: 16px;
    height: auto;
    line-height: 12px;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 999;
	text-align:center;
}
#formarea {
	width:95%;
}
}
@media (min-width:769px) {

.sign-up-form {
	padding-top: 0;
	/* font-size: 0.8em */
	margin-top: -38px;
}
.sign-up-form .form-group {
	margin-bottom: 5px
}
.sign-up-form .checkbox {
	margin-top: 15px;
	margin-bottom: 15px
}
.sign-up-form .checkbox label {
	margin-bottom: 2px;
	line-height: 1.375em;
	font-size: 14px;
}
.sign-up-form .input-sm, .sign-up-form .form-horizontal .form-group-sm .form-control {
	padding: 0 5px
}
.sign-up-form .devices {
	float: right
}
* {
    box-sizing: border-box;
}
}