p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
a,
li {
	overflow-wrap: break-word;
	word-break: break-word;
}

/*start top menu*/
@media only screen and (min-width: 981px) {

	.et_header_style_left #et-top-navigation,
	.et_header_style_split #et-top-navigation {
		padding: 70px 0 50px !important;
		padding-left: 0px;
	}

	.et_header_style_left .et-fixed-header #et-top-navigation,
	.et_header_style_split .et-fixed-header #et-top-navigation {
		padding: 50px 0 30px !important;
		padding-left: 0px;
	}

	.et_header_style_left #et-top-navigation nav > ul > li > a,
	.et_header_style_split #et-top-navigation nav > ul > li > a {
		padding-bottom: 20px !important;
	}
}

.et_header_style_left #et-top-navigation nav > ul > li.menu_btn > a {
	background: #25387c;
	color: #fff !important;
	padding: 15px 20px !important;
}

/*end top menu*/
/*start Gravity Form*/
.et_pb_module .gform_wrapper.gform-theme .gform_validation_errors,
.et_pb_module .gform_wrapper.gform-theme .gfield_validation_message,
.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	background: #fff;
}

.et_pb_module .gform_wrapper.gform-theme .gfield_validation_message,
.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	padding: 5px;
}

.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	text-align: center;
}

.et_pb_module .gform_wrapper.gform-theme .gform_fields {
	grid-row-gap: 20px;
}

.et_pb_module .gform_wrapper.gform-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.et_pb_module .gform_wrapper.gform-theme .gfield select,
.et_pb_module .gform_wrapper.gform-theme .gfield textarea {
	background-color: #fff;
	border: 1px solid #bbb !important;
	border-radius: 0px !important;
	box-shadow: none;
	color: rgba(0, 0, 0, 0.6);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	line-height: 1.6em;
	margin: 0px !important;
	padding: 16px;
	width: 100% !important;
	height: auto;
}

.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error select,
.et_pb_module .gform_wrapper.gform-theme .gfield.gfield_error textarea,
.gform-theme--framework .gform_validation_errors {
	border: 1px solid #c02b0a !important;
}

.et_pb_module .gform_wrapper.gform-theme .gfield input:focus,
.et_pb_module .gform_wrapper.gform-theme .gfield select:focus,
.et_pb_module .gform_wrapper.gform-theme .gfield textarea:focus {
	color: #000000 !important;
}

.et_pb_module .gform_wrapper.gform-theme .ginput_counter {
	display: none;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer {
	float: right;
	margin: 0px !important;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button {
	background-color: #25387c !important;
	border: 2px solid #25387c !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	cursor: pointer;
	color: #ffffff !important;
	font-family: inherit;
	font-size: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
	text-align: inherit !important;
	text-transform: uppercase !important;
	line-height: inherit !important;
	margin: 15px 0px 0px !important; /*same as .grid-row-gap*/
	padding: 15px 30px !important;
	opacity: 1 !important;
}

.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button:hover {
	opacity: .9 !important;
}

/*.et_pb_module .gform_wrapper.gform-theme .gform_confirmation_message {
	text-align: center;
}*/
/*form_style_subscribe*/
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_fields {
	grid-row-gap: 30px;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield select,
.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gfield textarea {
	background: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 14px 4% !important;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_footer {
	float: none;
}

.form_style_subscribe.et_pb_module .gform_wrapper.gform-theme .gform_footer .gform_button.button {
	background: #000000 !important;
	border: 2px solid #000000 !important;
	padding: 18px !important;
	margin: 30px 0px 0px !important; /*same as .grid-row-gap*/
	width: 100%;
}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 767px) {}