.escoffier-contact {
	text-align: center;
}
.escoffier-contact .fields-wrap {
	display: flex;
	flex-wrap: wrap;
}
.escoffier-contact .fields-wrap > div {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 8px;
	position: relative;
}
.escoffier-contact .fields-wrap input,
.escoffier-contact .fields-wrap .select {
	background-color: #FFFFFF;
	border-radius: 3px;
	width: 100%;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #333333;
	padding: 10px 12px 0;
	height: 38px;
	margin: 0;
	max-width: 100%;
}
.escoffier-contact .fields-wrap input,
.escoffier-contact .dropdown {
	outline: 1px solid #8E8D8D;
}
.escoffier-contact .fields-wrap .select {
	text-align: left;
	padding: 16px 20px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.escoffier-contact .fields-wrap .select:after {
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0.803848 0.214286H11.1962L6 6Z' fill='%23595959'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 8px;
	border-radius: 3px;
}
.escoffier-contact .fields-wrap input:hover {
	background-color: #FFFFFF;
}
.escoffier-contact .fields-wrap input:focus,
.escoffier-contact .fields-wrap .focused .select {
	background-color: #FFFFFF;
	outline: 2px solid #252525;
}
.escoffier-contact .fields-wrap label,
.escoffier-contact .fields-wrap .label {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	color: #333333;
	position: absolute;
	z-index: 1;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .15s ease-out;
}
.escoffier-contact .fields-wrap label span,
.escoffier-contact .fields-wrap .label span {
	color: #B91637;
	padding: 0!important;
}
.escoffier-contact .fields-wrap .focus label,
.escoffier-contact .fields-wrap .filled .label {
	font-size: 12px;
	color: #595959;
	top: 20%;
}
.escoffier-contact input[type="submit"] {
	font-family: 'TradeGothic';
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	color: #FFFFFF;
	background: #B91637;
	border-radius: 5px;
	border: none;
	outline: none;
	margin-bottom: 8px;
	padding: 15px 30px;
	width: 100%;
	transition: background .2s linear;
}
.escoffier-contact input[type="submit"]:hover {
	background: #710b1b;
}
.escoffier-contact input[type="submit"]:focus {
	outline: 2px solid #b13;
	outline-offset: 2px;
}
.escoffier-contact .disclosure-tooltip {
	position: relative;
}
.escoffier-contact .disclosure-tooltip p {
	font-family: 'Lato' !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #333333 !important;
}
.escoffier-contact .disclosure-tooltip a {
	color: #333333 !important;
	display: inline-block;
	position: relative;
}
.escoffier-contact .disclosure-tooltip a:hover {
	text-decoration: none;
}
.escoffier-contact .disclosure-tooltip a:focus {
	outline: 1px solid #333;
	outline-offset: 1px;
	line-height: 0.75;
	border-radius: 1px;
}
.escoffier-contact .dropdown {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0.803848 0.214286H11.1962L6 6Z' fill='%23595959'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 12px 8px;
	border-radius: 3px;
	width: 100%;
	font-family: 'Lato';
	font-size: 15px;
	color: #333;
	line-height: 1;
	padding: 0;
	height: 38px;
	margin: 0;
	max-width: 100%;
	text-align: left;
	white-space: nowrap;
	position: relative;
}
.escoffier-contact select {
	background-color: transparent;
	background-image: none;
	border-radius: 3px;
	width: 100%;
	font-family: 'Lato';
	font-size: 15px;
	color: #333;
	line-height: 1.25;
	padding: 12px 20px 0 12px;
	height: 100%;
	margin: 0;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.escoffier-contact select:focus {
	outline: 2px solid #252525;
}
.escoffier-contact .consent {
	color: #333;
	text-align: center;
	font-family: Lato;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media (min-width: 992px) {
	.escoffier-contact .fields-wrap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.escoffier-contact .fields-wrap > div {
		max-width: 50%;
		flex: 0 0 50%;
		padding: 0 10px;
		margin-bottom: 25px;
	}
	.escoffier-contact .fields-wrap input,
	.escoffier-contact .fields-wrap .select {
		height: 50px;
		font-size: 16px;
		padding: 10px 12px 0;
	}
	.escoffier-contact .fields-wrap .select {
		padding: 22px 32px 0 12px;
		background-position: calc(100% - 16px);
	}
	.escoffier-contact .fields-wrap .select:after {
		width: 32px;
	}
	.escoffier-contact .fields-wrap label,
	.escoffier-contact .fields-wrap .label {
		left: 22px;
	}
	.escoffier-contact .fields-wrap .focus label,
	.escoffier-contact .fields-wrap .filled .label {
		font-size: 13px;
	}
	.escoffier-contact .dropdown {
		font-size: 16px;
		height: 50px;
	}
	.escoffier-contact input[type="submit"] {
		margin-bottom: 25px;
		width: auto;
		font-size: 24px;
		padding: 13px 40px;
	}
}
.escoffier-contact .iti {
	width: 100%;
}
.escoffier-contact .iti__country-name,
.escoffier-contact .iti__dial-code {
	color: #252525;
	font-family: 'Lato';
	font-size: 15px;
}
.escoffier-contact .fields-wrap input.iti__search-input {
	padding-top: 0 !important;
}
.escoffier-contact .fields-wrap input.iti__search-input:focus {
	outline-offset: 0 !important;
}
.escoffier-contact .fields-wrap .iti__country-list {
	padding-left: 0;
}
.escoffier-contact .fields-wrap .iti__country {
	line-height: 1.35;
}
.escoffier-contact .iti--inline-dropdown .iti__dropdown-content {
	z-index: 3;
}
@media (min-width: 992px) {
	.escoffier-contact .iti__country-name,
	.escoffier-contact .iti__dial-code {
		font-size: 16px;
	}
}
.escoffier-contact .fields-wrap .field-dayphone label {
	left: 48px;
}
@media (min-width: 992px) {
	.escoffier-contact .fields-wrap .field-dayphone label {
		left: 60px;
	}
}
@keyframes escoffierOnAutoFillStart { from { } to { } }
.escoffier-contact .fields-wrap input:-webkit-autofill {
	animation-name: escoffierOnAutoFillStart;
	animation-duration: 1ms;
	animation-iteration-count: 1;
}