iframe {
    position: relative;
}
.sharpspring_form form {
    padding: 0;
}
.sharpspring_form input {
    width: 100%;
    height: 60px;
    float: left;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 20px;
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 300;
    font-size: 30px;
    line-height: 56px;
    text-indent: 0px;
    outline: none;
}
.sharpspring_form textarea {
    font-weight: 300;
    font-size: 30px;
    line-height: 56px;
    height: 120px;
    padding: 0 20px 0;
    border: 1px solid #d5d5d5;
    border-radius: 0;
}
.sharpspring_form input:focus, .sharpspring_form textarea:focus, .sharpspring_form select:focus {
    border: 1px solid #ecdc25 !important;
    background: transparent !important;
}
.sharpspring_form input.upload {
    width: 93.5%;
}
@media screen and (max-width: 600px) {
    .sharpspring_form input.upload {
        width: 86.5%;
    }
}
.sharpspring_form label {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #56585a;
    font-weight: 300;
    line-height: 2;
    display: none;
}
.sharpspring_form .upload label {
    display: block;
}
.sharpspring_form li.firstName,
.sharpspring_form li.lastName {
    margin-bottom: 0;
}

.sharpspring_form .button {
	width: auto;
	height: 67px;
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-decoration: none;	
	color: #56585a;
	font-weight: 300;
	font-size: 30px;
	line-height: 62px;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased !important;	
	letter-spacing: -0.025em;
	text-transform: lowercase;
	text-align: center;
	display: block;
	border: 0px;
	cursor: pointer;
	outline: none;
    border-radius: 0;
    text-shadow: 0 0;
}
.sharpspring_form .button:hover{
		background-color: #56585a;
		background-position: right 30px bottom;
		color: #ecdc25;	
}

	
.sharpspring_form .button span {
    background-color: #56585a;
    background-position: right 30px bottom;
    background-image: url(../images/cta-arrow.png);
    background-repeat: no-repeat;
    width: auto;
    height: 100%;
    position: relative;
    display: inline-block;
    padding: 0px 65px 0px 40px;
    color: #ecdc25 !important;
    -webkit-transition: -webkit-transform 150ms ease-out;
    -moz-transition: -moz-transform 150ms ease-out;
    transition: transform 150ms ease-out;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;	
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.sharpspring_form button span::after {
    background: #ecdc25;
    background-position: right 30px top;
    background-image: url(../images/cta-arrow.png);
    background-repeat: no-repeat;
    width: auto;
    height: 100%;
    position: absolute;
    padding: 0px 65px 0px 40px;
    top: 100%;
    left: 0;
    color: #56585a !important;
    display: inline-block;
    content: attr(data-hover);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.sharpspring_form .button:hover span,
.sharpspring_form .button:focus span {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
}

.ss-recaptcha, .grecaptcha-badge + iframe  {
    display: none;
}
