#rms-form-wrapper, #bottom-rms-form-wrapper {
	text-align: center;	
}
#form, #bottom-form {
    width: 100%;
}
#bottom-form #form {
	background-color: #787878;	
}
p.title {
    color: #ffffff;
    text-align: center;
    font-family: 'roboto', sans-serif !important;
    font-weight: bold;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 35px;
    font-size: 20px;
    line-height: 20px;
}
p.sub-title {
    color: #ffffff;
    text-align: center;
    font-family: 'roboto', sans-serif;
    margin: 0px;
    padding: 3px 2px;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
a.phone-number {
    font-weight: bold;
    font-family: 'roboto', sans-serif;
    white-space: nowrap;
    margin: 0px;
    font-size: 20px;
}
div.top {
    background-color: #2c4244;
    width: 100%;
    padding-bottom: 25px;
}
#bottom-form .field-group {
	width: 50%;	
	float: left;
}
.field-title {
    float: left;
    width: auto;
    line-height: 30px;
    margin-left: 30px;
    font-family: 'roboto', sans-serif;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    font-weight: bold;
}
.field-opt-in {
	width: 100%;
	text-align: center;
	margin: 8px 0;	
}
.field-title.field-opt-in {
	white-space: normal;	
	line-height: 1.4em;
}
.field-body {
    background-color: #2c4244;
    padding: 10px;
}
.field {
    padding-top: 10px;
    padding-bottom: 10px;
}
.field-error {
	border: 2px solid red !important;
	margin-top: 3px !important;
}
p.form-error {
	font-size: 16px !important;
	line-height: 16px !important;	
}
.hidden {
    display: none;
}
.clear {
	clear: both;	
}
input.submit {
    margin-top: 15px;	
	margin-bottom: 0;
    background: url(https://lunginstitute.com/wp-content/uploads/2015/05/find-out-more.gif) no-repeat top;
    height: 66px;
    width: 100%;
    border: none;
}
body {
    margin: 0px;
}
p.caps {
    text-transform: uppercase;
    color: #2c4244;
    white-space: nowrap;
    font-weight: bold;
    font-size: 19px;
    font-family: 'roboto-condensed', sans-serif;
    margin-top: 5px;
}
input.field-input {
    height: 20px;
    margin: 5px;
    margin-right: 30px;
    float: right;
    width: 45%;
}
select {
    margin: 4px 5px;
}
.field-opt-in input[type=checkbox] {
	margin: 0;	
}
.asterisk {
	color: #fff;
}
::-webkit-input-placeholder {
   color: #000;
}
:-moz-placeholder { /* Firefox 18- */
   color: #000; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}
:-ms-input-placeholder {  
   color: #000;  
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
@media (max-width: 500px) {
	#bottom-form .field-group {
		width: 100%;
		float: none;
	}
	#bottom-form select {
		width: 93% !important;
	}
}