/*************
stylesheet for cta hero block
Version: 1.2
******************/


.headercontent{
display: flex;
flex-wrap:wrap;
margin: 0px 50px;
align-items:center;

}
.headertext{
flex:1;
margin-top: 15%;
padding-left: 10%;
padding-right: 30px;
}
.headertext h3 {
	font-size: 22px!important;
	font-weight: 500;
}
.headertext h1 {
	font-size: 2.6vw;
	line-height:1.15;
}
.headform{
    flex:1;
    width:25vh;
	margin-top:60px;
	min-width:250px;
}
.form-bg{
	 max-width: 300px !important;
	 padding: 20px;
   
}
h3.gform_title {
    font-size: 26px;
}
.forminhead .gform_title {
	letter-spacing: normal !important;
	margin: 10px 0 6px;
	color: white;
        line-height: 22px;
        text-align:center;
}
.forminhead .gform_description {
	font-weight: 400;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 16px;
	color: white;
	font-size: 13px;
	text-align: center;
}
.forminhead textarea.medium {
	height: 70px!important;
}
.forminhead #field_2_2, .forminhead #field_2_3, .forminhead #input_2_1_3, .forminhead #input_2_1_6 {
	margin-top: 0px;
        margin-bottom:0px;
}
.forminhead #gform_submit_button_2 {
	width: 100%;
        padding:14px;
}
@media only screen and (max-width: 960px) {
      .parallax{
          height:auto !Important;
		}
		.headertext{ 
			margin:0px;
		}
      .headertext {
			margin-top: 15vw;
			margin-left: 6vw;
		}
		h1 {
			font-size: 32px !important;
		}
		.headercontent{
			margin:7px;
		}
		.form-bg{
			margin:5vw 2vw;
		}
}

.container.blank-page {
    background: white;
}
span.gfield_required.gfield_required_text {
    color: white;
}
.blank-page .container {
    padding-top: 0px !important;
}
.parallax {
        margin-top: -25px !important;
		 /* Create the parallax scrolling effect */
  background-position: center !important;
  background-size: cover !important;
  background-repeat: none !important;
  width: 100%;
  width: 100vw;
  
  /*animation*/
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		-webkit-animation-duration: 0.5s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
}
	@-webkit-keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		}
	@keyframes fadeIn {
		0% {opacity: 0;}
		100% {opacity: 1;}
		} 
}
}
body .gform_footer .gform_button {
  cursor: pointer!important;  
}