﻿#form input[type=text]{
	border: 1px solid #ccc;
	width: 32.6%;
	height: 45px;
	padding-left: 10px;
	color: #000;
	font-size: 16px;
	float: left;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #f2f3f6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f3f6;
    border-top: 1px solid #e7e8ec;
}
#form input[type=text]:nth-child(3n+3){
	margin-right:0;
}
section.tc-hero {
    padding: 140px 0 50px;
    text-align: center;
}
p#lead {
    padding: 0 110px;
}
#form ::-webkit-input-placeholder {
	color:  #7f7e7e;
}
#form :-moz-placeholder { /* Firefox 18- */
	color:  #7f7e7e;
}
#form ::-moz-placeholder {  /* Firefox 19+ */
	color:  #7f7e7e;
}
#form :-ms-input-placeholder {  
	color:  #7f7e7e;
}
#container-areas{
	display: none;
}
.generate-btn{
	clear:both;
}
section.form-holder {
    padding: 0px 0 100px;
}
.content-left h2{
	float:left;
}
#clipboard-text{
	min-height: 200px;
	overflow: scroll;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	padding: 5px;
	padding-top: 10px;
	width: 99%;
	float: left; 
}
.scroller {
	max-height: 200px;
	margin-top: 15px;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	padding: 5px;
	padding-top: 10px;
	width: 100%;
	float: left;
	resize: none;
	min-height: 200px;
	font-size: 13px;
	padding-left: 0px;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
}
.scroller p{
	line-height: 18px;
	margin-top: 15px;
	color: #343434;
}
.copy{
	float: right;
	text-align: center;
	cursor: pointer;
	min-width: 125px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
	margin-top:20px;
}
.copy:hover{
	opacity: 0.8 !important;
	filter: alpha(opacity=80) !important;
}
.bold{
	width: 80%;
	float: left;
}
.content-left{
	float: left;
	position: relative;
	width: 100%;
	display: inline-block;
}
.hbspt-form{
	display:none;
}
#form {
	min-height: 0;
}
#ab{
	width: 32.6%;
    margin-right: 0%;
	border:1px solid;
}
@media(max-width:1023px){
#form input {
	width: 48%;
	margin: 9px;
}
#ab {
	width: 48%!important;
}
#form input[type=text] {
    width: 48%;
    margin-right: 1%;    
	margin-left: 1%;
}
input#street {
    width: 98% !important;
}
#form input[type=text]:nth-child(3n+3) {
    margin-right: 1%;
}
}
@media(max-width:767px){
#form input {
	width: 100%;
	margin: 9px 0;
}
#ab {
	width: 100%!important;
}
#form input[type=text] {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
	margin-bottom:10px;
}
input#street {
    width: 100% !important;
}
p#lead {
    padding: 0;
}
.tc-hero h2{
	font-size:25px;
}
section.tc-hero {
    padding: 140px 0 30px;
    text-align: center;
}
.copy {
    margin-top: 5px;
}
}