html{
	scroll-behavior: smooth;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #202020!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #202020!Important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #202020!Important;
}


input:focus::-webkit-input-placeholder {
    opacity: 0.6!important;
		font-size: 12px;
}


input:focus::-moz-placeholder {
    opacity: 0.6!important;
		font-size: 12px;
}


input:focus:-ms-input-placeholder {
    opacity: 0.6!important;
		font-size: 12px;
}

#site-logo{
	max-width: 250px;
}
input:focus, select:focus{
	box-shadow: none!important;
}
.custom-btn {
  background-color: #00C25E!important;
  color: white;
  border: none;
}
.custom-btn:hover{
	background: #19a529!important;
}
#header-title{
	color:#00c25e;
	font-weight: 400;
}
#form-container {
  background-color: #336699;
}
#disclaimer{
	font-size: 10px;
	letter-spacing: 0.8;
	line-height: 0.8;
}
#form-title{
	font-size: 18px;
	font-weight: normal;
	font-family: Allerta, sans-serif;
}
#benefits {
  padding-bottom: 104px;
}
#cta{
	background-image: url(../img/cta_bg.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;
}
.form-control{
	border-top-right-radius: 0.25rem!important;
	border-bottom-right-radius: 0.25rem!important;
	background-clip: initial!Important;
}
@media only screen and (max-width: 950px) {
	#cta-wrap{
		display: block!important;
		padding-top: 0!important;
	}
	#cta{
		background-image: none;
	}
	#cta #col-left{
		background-image: url(../img/cta_bg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: left center;
	}
	#form-container{
		max-width: 500px;
		margin: auto;
		margin-top: -20px;
	}
}

@media only screen and (max-width: 576px) {
	#header-title{
		font-size: large;
	}
	#site-title{
		font-size:xx-large;
	}
	#cta #col-left{
		background-position: left center;
	}
}
