/* STYLES FOR PRESS INQUIRY FORM */
.safetyForm {
    max-width: unset !important;
    margin: 0 !important;
    background:#4A667D;
    padding: 48px 13.6% 100px 13.6%;
    position: relative;
}
.safetyForm .sfLogo {
	width: 38px;
	height: 36px;
	margin: 0 auto 20px auto !important;
    text-align: center;
    display: block;
}
.safetyForm .ctaTitle {
	position: relative;
	padding-bottom: 20px !important;
	margin-bottom: 24px !important;
}
.safetyForm .ctaTitle::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 100%;
	max-width: 256px;
	background: #FFF;
}
.safetyForm .gform_wrapper {
	width: 77.6%;
	margin: 0 auto 0 auto !important;
	max-width: unset !important;
	margin-top: 25px !important;
}
.safetyForm .gfield_label {
	color: #FFF !important;
}
.safetyForm input, .safetyForm select {
	border: none !important;
}
.safetyForm #field_11_2, .safetyForm #field_11_4 {
	position: relative;
}
.safetyForm #field_11_1, .safetyForm #field_11_2 {
    width: 49%;
}
.safetyForm .gform_footer input {
	float: right;
    background: transparent !important;
    border: 2px solid #FFF !important;
    padding: 7px 14px !important;
    text-transform: uppercase;
	font-family: "Gotham A", "Gotham B" !important;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-align: center;
}
.safetyForm #input_11_5 {
    border: none;
}
.safetyFormButton {
    margin-top: 40px;
    text-align:center;
	display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #B2B2B2 !important;
}
.safetyFormButton > button{
	border: none !important;
}
@media only screen and (max-width: 1000px) { 
	.safetyForm {
		padding: 40px 15px 100px 15px;
	}
    .safetyForm .gform_wrapper {
		width: 100%;
	}
    .safetyFormButton {
        right: 15px;
    }
}
@media only screen and (max-width: 640px) { 
	.safetyForm #field_11_2 .ginput_container, .safetyForm #field_2_4 .ginput_container {
		position: unset;
		margin-top: 10px;
	}
    .safetyForm #field_11_1, .safetyForm #field_11_2 {
        width: 100%;
    }
}