/**********hero section styling*****/
.parallax {
  --bg-image-url: url('default-image.jpg'); /* Default background image */
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), var(--bg-image-url);

  /* Set a specific height */
   

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.headercontent{
display: flex;
flex-wrap:wrap;
margin: 0px 50px;
justify-content: space-around;
align-items:center;
}
.headertext {
    flex: 1;
    min-width: 400px;
    margin-top: 50px;
    padding-left: 10%;
    padding-right: 30px;
    max-width: 50%;
	
}
.headertext h1{
	color: var(--h1-color) !important;	
	margin-bottom: 20px;
}
.headertext p {
	color: var(--h3-color) !important;	
}
.headform {
    flex: 1;
    max-width: 300px !important;
    min-width: 200px;
    padding: 20px;
    margin: 30px 30px;
    width: 25vh;
    margin-top: 60px;
    background-color: #00AEEF;
    border-radius: 15px;
}
.headform h4 {
    margin-bottom: 26px;
    line-height: 1.4;
}
h3.gform_title {
    font-size: 26px;	
}
.gform_wrapper.gravity-theme select {
    font-size: 13px !important;
    padding: 5px 8px !important;
}
.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;
}
.hero-ribbon{
	background-color:#00416B;
}
.hero-ribbon h3 {
    margin: auto;
    text-align: center;
	padding: 15px 0px;
	color:white;
	
}

@media only screen and (max-width: 960px) {
      .headertext{ 
			margin:0px;
		}
      .headertext {
			margin-top: 25px;
		}
		h1 {
			font-size: 32px !important;
		}
		.headercontent{
			margin:7px;
		}
}

.container.blank-page {
    background: white;
}
span.gfield_required.gfield_required_text {
    color: white;
}
.blank-page .container {
    padding-top: 0px !important;
}
.parallax {
        margin-top: -7px;
}  
