/* STYLES FOR PRESS INQUIRY FORM */
.lfm {
    max-width: unset !important;
    margin: 0 !important;
    background:#4A667D;
    padding: 48px 13.6% 80px 13.6%;
}
.lfm .lfmLogo {
	width: 38px;
	height: 36px;
	margin: 0 auto 20px auto !important;
    text-align: center;
    display: block;
}
.lfm .ctaTitle {
	position: relative;
	padding-bottom: 20px !important;
	margin-bottom: 24px !important;
}
.lfm .ctaTitle::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 2px;
	width: 100%;
	max-width: 256px;
	background: #FFF;
}
.lfm .ctaTitle + .lfmH5 {
    font-family: "Gotham A", "Gotham B" !important;
	font-weight: normal !important;
	font-size: 22px !important; 
	color: #FFFFFF !important;
	line-height: 31px;
    text-align: center;
	margin-bottom: 9px !important;
}
.lfm .lfmH5 + .bodyWhite {
	text-align: center !important;
}
.lfm .gform_wrapper {
	width: 77.6%;
	margin: 0 auto 0 auto !important;
	max-width: unset !important;
	margin-top: 25px !important;
}
.lfm .gfield_label {
	color: #FFF !important;
}
.lfm input, .lfm select {
	border: none !important;
}
.lfm #field_2_2, .lfm #field_2_4 {
	position: relative;
}
.lfm #field_2_2 .ginput_container, .lfm #field_2_4 .ginput_container {
	position: absolute;
    bottom: 0;
    width: 100%;
}
.lfm .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;
}
.lfm #input_2_5 {
    border: none;
}
@media only screen and (max-width: 1000px) { 
	.lfm {
		padding: 40px 15px 80px 15px;
	}
    .lfm .gform_wrapper {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) { 
	.lfm #field_2_2 .ginput_container, .lfm #field_2_4 .ginput_container {
		position: unset;
		margin-top: 10px;
	}
}