.popup-overlay {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	background: rgba(0, 0, 0, 0.75);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10001;
}
.popup-body {
	background: #fff;
	display: inline-block;
	position: relative;
	width: 100%;
	max-width: 650px;
	height: auto;
	min-height: 350px;
	margin: unset;
	box-shadow: 0 0 60px #000;
	max-height: calc(100vh - 50px);
	overflow: auto scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.popup-body.inline {
	max-height: 100%;
}
.popup-body::-webkit-scrollbar {
	display: none;
}
.popup-overlay .btn-close {
	position: absolute;
	top: 12px;
	right: 10px;
	text-align: center;
	display: inline-block;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-color: #ffffff;
	border-radius: 50%;
	text-decoration: none;
}
.popup-overlay .btn-close:before {
	content: " ";
	position: absolute;
	top: 7px;
	right: 15px;
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #333;
	transform: rotate(45deg);
}
.popup-overlay .btn-close:after {
	content: " ";
	position: absolute;
	top: 7px;
	right: 15px;
	display: inline-block;
	width: 2px;
	height: 18px;
	background-color: #333;
	transform: rotate(-45deg);
}
.popup-overlay .btn-close:hover {
	background-color: #000;
}
.popup-overlay .btn-close:hover:before,
.popup-overlay .btn-close:hover:after,
.popup-overlay .btn-close:focus:before,
.popup-overlay .btn-close:focus:after {
	background-color: #fff;
}
.popup-overlay .btn-close:focus {
	background-color: #000;
	outline: 2px solid #000;
	outline-offset: 2px;
}
.popup-body p {
	margin: 0 !important;
}
.popup-body .popup-content {
	display: flex;
	padding: 25px 0 20px 0;
}
.popup-body .popup-content .popup-image-wrap {
	width: 50%;
	height: 100%;
}
.popup-body .popup-content .popup-cta {
	width: 50%;
	padding: 0;
	padding-right: 20px;
    display: flex;
	align-items: center;
}
.popup-body .popup-content .popup-cta .cta-wrap {
	max-width: 100%;
}
.popup-body .popup-image-wrap img.popup-image {
	max-width: 284px;
	height: auto;
}
.popup-body .popup-title {
	background-color: #8E6C4A;
	padding: 15px;
}
.popup-body .popup-title .main-title {
	font-family: TradeGothic;
	color: #ffffff;
	font-size: 38px !important;
	font-weight: 600 !important;
	line-height: 1.1 !important;
	max-width: 500px !important;
	margin: 0 auto !important;
}
.popup-body .popup-title .main-subtitle {
	font-family: TradeGothic;
	color: #ffffff;
	font-size: 28px !important;
	line-height: 1.3 !important;
	margin-top: 0.24em !important;
}
.popup-body .popup-title .main-title,
.popup-body .popup-title .main-subtitle {
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}
.popup-body .popup-cta .description p {
	font-size: 18px !important;
	line-height: 28px !important;
	text-align: left;
	margin-bottom: 25px !important;
	color: #252525;
}
.popup-body .mobile-popup-image-wrap {
	display: none;
}
.popup-body .popup-cta button.red-btn {
	width: 100%;
}
.popup-body .popup-cta button.red-btn.to-step2 {
	margin-bottom: 15px;
	box-shadow: none;
	padding: .55em 0.5em !important;
	font-size: 18px !important;
}
.popup-body .popup-cta button.red-btn.to-step2:focus {
	outline: 2px solid #b13;
	outline-offset: 2px;
}
.popup-body .popup-cta button.red-btn.to-step2-inline {
	margin-bottom: 15px;
	box-shadow: none;
	padding: .55em 0.5em !important;
	font-size: 18px !important;
	line-height: 1.5;
}
.popup-body .popup-cta button.red-btn.gray.close {
	background-color: #F5F5F5;
	box-shadow: none;
	color: #333 !important;
	font-weight: 400;
	border: 2px solid #767676;
	font-size: 15px !important;
	padding: .75em 1em !important;
}
.popup-body .popup-cta button.red-btn.gray.close:hover {
	background-color: #FFF;
	border: 2px solid #252525;
}
.popup-body .popup-cta button.red-btn.gray.close:focus {
	outline: 2px solid #252525;
	outline-offset: 2px;
	background-color: #FFF;
	border: 2px solid #252525;
}
.popup-body .step2.popup-content .popup-cta {
	padding-left: 10px;
}
.popup-body .step1.popup-content .popup-cta .cta-wrap {
	width: 100%;
}
.popup-body .popup-title .main-title.mobile {
	display: none !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper {
	margin: 0 !important;
	padding: 0 !important;
	max-width: unset !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form {
	margin: 0 !important;
	padding: 0 !important;
	max-width: unset !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form ul#form-fields {
	width: 100% !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form ul#form-fields li.gfield.form-row {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border-left: none !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form ul#form-fields li.gfield.form-row input {
	padding: 0 12px !important;
	width: 100% !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form ul#form-fields li.gfield.form-row select {
	padding: 0 12px !important;
	width: 100% !important;
	line-height: 1em;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form .gform_body .submit-container.gform_footer.top_label {
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 12px !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form .gform_body .submit-container.gform_footer.top_label input#gform_submit_button_1 {
	min-height: unset !important;
	height: auto !important;
	line-height: normal !important;
	margin-bottom: 0 !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form .gform_body .form-row.gform_heading {
	padding: 0 !important;
	margin: 0 !important;
}
.popup01.popup-body .popup-content .formWrapper.gform_wrapper form .gform_body .form-row.gform_heading .express-consent.gform_description.popup-footer-form {
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
@media only screen and (max-width: 799px) {
	.popup-body {
		max-width: 90%;
		min-height: 300px;
	}
	.popup-body .popup-title .main-title.mobile {
		display: block !important;
		text-align: center;
	}
	.popup-body .popup-title .main-title.desktop {
		display: none !important;
	}
	.popup-body .popup-content .popup-image-wrap {
		display: none;
	}
	.popup-body .popup-content .popup-cta {
		width: 100%;
		margin-left: 20px;
	}
	.popup-body .popup-title .main-title {
		font-size: 26px !important;
	}
	.popup-body .popup-title .main-subtitle {
		font-size: 26px !important;
	}
	.popup-body .step2.popup-content .popup-cta {
		margin: 0;
		padding-right: 20px;
		padding-left: 20px;
	}
	.popup-body .brochure-form ul#form-fields li.gfield.form-row input,
	.popup-body .brochure-form ul#form-fields li.gfield.form-row select {
		max-width: unset;
		width: 100%;
	}
	.popup-body .popup-cta button.red-btn.gray.close {
		padding: .9em 0.5em !important;
		font-size: 0.85em !important;
	}
	.popup-overlay .btn-close {
		width: 28px;
		height: 28px;
		top: 5px;
		right: 5px;
	}
	.popup-overlay .btn-close:before,
	.popup-overlay .btn-close:after {
		top: 6px;
		right: 13px;
		height: 15px;
	}
	.popup-body .popup-title {
		padding: 10px 35px;
	}
	.popup-body .mobile-popup-image-wrap {
		display: block;
	}
	.popup-body .step1 .popup-cta .description {
		display: none;
	}
	.popup-body .step1.popup-content {
		padding-top: 15px;
		flex-wrap: wrap;
	}
	.popup-body .step1.popup-content .mobile-popup-image-wrap {
		width: 100%;
		margin-bottom: 5px;
	}
	.popup-body .step1.popup-content .mobile-popup-image-wrap img {
		max-width: 81%;
		height: auto;
	}
	.popup-body .gform_body .form-row.gform_heading {
		line-height: 1.3 !important;
	}
	.popup-body .gform_body .form-row.gform_heading .disclosure {
		line-height: 1.5 !important;
	}
	.popup-body .step2.popup-content {
		padding-top: 15px !important;
		padding-bottom: 12px !important;
	}
	.popup-body #gform_submit_button_1.gform_button.button {
		font-size: 17px !important;
		padding: .6em 1.5em !important;
	}
}
.popup-body .brochure-form #form-fields > li {
	display: inline-block;
	float: left;
	width: 100%;
}
.popup-body .brochure-form #form-fields > li:nth-child(odd) {
	padding: 0 15px 0 0;
}
.popup-body .brochure-form #form-fields > li:nth-child(even) {
	padding: 0 0 0 15px;
}
.popup-body .brochure-form .gform_body .gform_heading {
	display: inline-block;
	position: relative;
	float: none;
	width: 100%;
}
.popup-body .disclosure {
	width: 94%;
	top: -120px;
	left: 3.5%;
	bottom: unset;
}
.popup-body .brochure-form #form-fields > li input,
.popup-body .brochure-form #form-fields > li select {
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
}
.popup-body .brochure-form #form-fields > li select {
	background-position: 95% center;
}
.popup-body .brochure-form .gform_body .gform_heading {
	font-size: 0.78em;
	color: #000;
	text-align: left;
	line-height: 1.5;
}
.popup-body .brochure-form .gform_body .gform_description span.highlight {
	text-decoration: underline;
	cursor: pointer;
}
.popup-body .brochure-form form .gform_button {
	background-color: #BB1133;
	border-radius: 5px;
	padding: .8em 1.75em;
	border: none;
	font-size: 1em;
	color: #fff;
	font-weight: 700;
	-webkit-transition: background-color .14s ease-in-out;
	transition: background-color .14s ease-in-out;
}
.popup-body .brochure-form form .gform_button:hover {
	background-color: #710b1b;
	-webkit-transition: background-color .14s ease-in-out;
	transition: background-color .14s ease-in-out;
}
@media only screen and (max-width: 767px) {
	.popup-body .brochure-form #form-fields > li {
		width: 100%;
	}
	.popup-body .brochure-form #form-fields > li:nth-child(odd),
	.popup-body .brochure-form #form-fields > li:nth-child(even) {
		padding: 0;
	}
	.popup-body .brochure-form .gform_body .gform_heading {
		width: 100%;
		text-align: center;
	}
	.popup-body .brochure-form .gform_body .gform_footer {
		width: 100%;
		margin: 5px 0 15px;
		text-align: center;
	}
	.popup-body .disclosure {
		bottom: unset;
		width: 94%;
		left: 3.2%;
		top: -125px;
	}
}
.popup-body .brochure-form ul#form-fields {
	margin: 0 !important;
	display: inline-block !important;
	padding: 0 !important;
}
.popup-body .brochure-form ul#form-fields li.gfield.form-row {
	padding: 0 !important;
}
.popup-body .brochure-form ul#form-fields li.gfield.form-row input,
.popup-body .brochure-form ul#form-fields li.gfield.form-row select {
	margin-bottom: 8px !important;
	height: 35px !important;
	background-color: #E5E5E5 !important;
	text-transform: none !important;
	font-weight: 400 !important;
	border-radius: 8px !important;
}
.popup-body .brochure-form .submit-container.gform_footer.top_label {
	margin-bottom: 12px;
}
.popup-body #gform_submit_button_1.gform_button.button {
	width: 100%;
	border-radius: 8px;
	font-size: 18px;
	padding: .68em 1.5em;
}
.popup-body .popup-section-hide {
	display: none !important;
}
.popup-body .form-row.gform_heading span.express-consent.gform_description.popup-footer-form {
	color: #555;
}
@media only screen and (max-width: 799px) {
	.popup-body .brochure-form ul#form-fields li.gfield.form-row input,
	.popup-body .brochure-form ul#form-fields li.gfield.form-row select {
		height: 34px !important;
	}
	.popup-body .submit-container.gform_footer.top_label {
		margin-top: 0 !important;
	}
}
@media screen and (orientation: landscape) and (max-height: 480px) {
	.popup-overlay {
		display: none !important;
	}
}
.popup01.popup-body.inline {
	box-shadow: unset;
	position: unset;
	width: 100%;
	max-width: unset;
	margin: 1.5em 0;
	background: #404040;
}
.popup01.popup-body.inline .popup-title .main-title.mobile {
	width: 100%;
	max-width: unset;
	text-align: center;
}
.popup01.popup-body.inline .step1 .description {
	color: #ffffff !important;
}
.popup01.popup-body.inline .step1 .popup-cta {
	padding: 0;
	padding-right: 25px;
}
.popup01.popup-body.inline .form-row.gform_heading span.express-consent.gform_description.popup-footer-form {
	color: #E5E5E5;
}
.popup01.popup-body.inline .brochure-form ul#form-fields li.gfield.form-row input,
.popup01.popup-body.inline .brochure-form ul#form-fields li.gfield.form-row select {
	background-color: #ffffff !important;
}
.popup01.popup-body.inline .step1 .popup-image-wrap {
	text-align: right;
}
.popup01.popup-body.inline .step2 .popup-image-wrap {
	text-align: right;
}
.popup01.popup-body.inline .popup-content {
	padding: 25px 35px 20px 35px;
}
.popup01.popup-body.inline .step2 .popup-cta {
	align-items: flex-start;
}
.popup01.popup-body.inline .popup-image-wrap img.popup-image {
	max-width: 296px;
	height: auto;
}
.popup01.popup-body.inline .disclosure {
	background: rgba(229, 229, 229, 0.95);
	color: rgba(0, 0, 0, 0.85);
}
.popup01.popup-body.inline .popup-title {
	padding: 15px 25px;
}
.popup01.popup-body.inline .popup-title .main-title.desktop {
	font-size: 32px !important;
	margin: 0 !important;
	text-align: center !important;
	width: 100% !important;
	max-width: unset !important;
}
.popup01.popup-body.inline .popup-title .main-subtitle {
	font-size: 26px !important;
	line-height: 1.2 !important;
	text-align: center !important;
}
.popup01.popup-body.inline .popup-cta .consent {
	color: #fff;
}
.popup01.popup-body.inline .popup-cta button.red-btn.to-step2-inline {
	font-size: 17px !important;
}
.popup01.popup-body.inline .popup-cta button.red-btn.to-step2-inline:focus {
	background: #b13;
	outline: 2px solid #b13;
	outline-offset: 2px;
}
.popup01.popup-body.inline form li.col2 {
	display: flex !important;
	justify-content: space-between !important;
}
.popup01.popup-body.inline form li.col2 .inline-form-firstname {
	width: 48%;
	display: inline;
	margin-right: 8px;
}
.popup01.popup-body.inline form li.col2 .inline-form-lastname {
	width: 48%;
	display: inline;
}
.popup01.popup-body.inline .brochure-form .gform_body .gform_heading {
	font-size: 10.5px !important;
}
.page-template-page-tuition .content .programs .info .inner .popup01.popup-body.inline form .gform_body ul#form-fields li.gfield.form-row {
	border-top: unset;
}
.page-template-page-tuition .content .programs .popup01.popup-body.inline .disclosure {
	top: -140px;
}
@media only screen and (max-width: 799px) {
	.popup01.popup-body.inline {
		margin: 1em 0 !important;
	}
	.popup01.popup-body.inline .popup-title .main-subtitle {
		font-size: 22px !important;
	}
	.popup01.popup-body.inline .popup-content {
		padding: 25px 15px !important;
	}
	.popup01.popup-body.inline .step1.popup-content .popup-cta {
		padding: 0 !important;
		margin: 0 !important;
	}
	.popup01.popup-body.inline .step1.popup-content .popup-cta .description {
		display: block !important;
	}
	.popup01.popup-body.inline .step1.popup-content .mobile-popup-image-wrap img {
		max-width: 100% !important;
		margin: 0 auto !important;
	}
	.popup01.popup-body.inline .step2.popup-content .popup-cta {
		padding: 0 !important;
	}
	.popup01.popup-body.inline .popup-cta button.red-btn.to-step2-inline {
		margin-bottom: 5px !important;
	}
	.popup01.popup-body.inline .step1.popup-content .mobile-popup-image-wrap {
		margin-bottom: 15px !important;
	}
}
.popup01.popup-body.slidein {
	display: none;
	position: fixed !important;
	bottom: 0 !important;
	right: 5% !important;
	max-width: 349px !important;
	z-index: 10001 !important;
	box-shadow: none !important;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	min-height: unset !important;
	background: #404040 !important;
}
.popup01.popup-body.slidein .popup-cta .description p {
	margin-bottom: 15px !important;
}
.popup01.popup-body.slidein .popup-title.btn-slide-form {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.popup01.popup-body.slidein .popup-cta a.red-btn.gray.btn-slide-form-close {
	background-color: #E5E5E5;
	box-shadow: none;
	color: #9696a1 !important;
	border: 1px solid #E5E5E5;
	font-size: 14px !important;
	padding: .75em 1em !important;
}
.popup01.popup-body.slidein .popup-cta a.red-btn.gray.btn-slide-form-close:hover {
	background-color: #E5E5E5;
	border: 1px solid #E5E5E5;
}
.popup01.popup-body.slidein .popup-title.btn-slide-form {
	cursor: pointer;
}
.popup01.popup-body.slidein .popup-content.slidein {
	padding: 0 !important;
	flex-wrap: wrap !important;
}
.popup01.popup-body.slidein .step1.popup-content.slidein .popup-image-wrap {
	width: 100% !important;
	height: unset !important;
	text-align: center !important;
}
.popup01.popup-body.slidein .slidein-form-content {
	background: #404040 !important;
	padding: 22px !important;
	display: none;
}
.popup01.popup-body.slidein .popup-content.slidein .popup-cta {
	padding: 0 !important;
	width: 100%;
}
.popup01.popup-body.slidein .popup-cta .description p {
	font-size: 15px !important;
	color: #ffffff !important;
}
.popup01.popup-body.slidein .popup-title .main-title {
	font-size: 25px !important;
}
.popup01.popup-body.slidein .popup-title .main-title.slide {
	font-size: 24px !important;
}

.popup01.popup-body.slidein .popup-title .main-subtitle {
	font-size: 22px !important;
}
.popup01.popup-body.slidein .popup-cta a.red-btn.to-step2-slidein {
	margin-bottom: 10px !important;
	box-shadow: none !important;
	padding: .55em 0.5em !important;
	font-size: 17px !important;
}
.popup01.popup-body.slidein .disclosure {
	background: rgba(229, 229, 229, 0.95);
	color: rgba(0, 0, 0, 0.85);
}
.popup01.popup-body.slidein .brochure-form ul#form-fields li.gfield.form-row input,
.popup01.popup-body.slidein .brochure-form ul#form-fields li.gfield.form-row select {
	background-color: #ffffff !important;
}
.popup01.popup-body.slidein .form-row.gform_heading span.express-consent.gform_description.popup-footer-form {
	color: #E5E5E5;
}
.popup01.popup-body.slidein #gform_submit_button_1.gform_button.button {
	font-size: 17px;
}
.popup01.popup-body.slidein .main-title.slide {
	display: none;
}
.popup01.popup-body.slidein .hide {
	display: none !important;
}
.popup01.popup-body.slidein .show {
	display: block !important;
}
.popup01.popup-body.slidein .btn-slide-form-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.popup01.popup-body.slidein .btn-slide-form-icon:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1133 0.0566406L8 6.16995L1.88669 0.0566406L0 1.94327L8 9.94326L16 1.94327L14.1133 0.0566406Z' fill='white'/%3E%3C/svg%3E%0A");
}
.popup01.popup-body.slidein .btn-slide-form-icon.slide:before {
	transform: rotate(180deg);
}
.popup01.popup-body.slidein .brochure-form .gform_body .gform_heading {
	font-size: 10.5px !important;
}
.popup01.popup-body.slidein .brochure-form #form-fields li select {
	line-height: 1.2 !important;
}
@media only screen and (max-width: 1029px) {
	.popup01.popup-body.slidein {
		display: none !important;
	}
}
.popup01.popup-body .popup-title .main-title,
.popup01.popup-body .popup-title .main-subtitle,
.popup01.popup-body .description,
.popup01.popup-body .description p,
.popup01.popup-body .description p strong,
.popup01.popup-body .brochure-form .gform_body .gform_heading,
.popup01.popup-body .brochure-form .gform_body .gform_heading div,
.popup01.popup-body .brochure-form .gform_body .gform_heading span {
	word-break: normal !important;
	word-wrap: normal !important;
	overflow-wrap: break-word !important;
	-webkit-hyphens: none !important;
	-moz-hyphens: none !important;
	-ms-hyphens: none !important;
	hyphens: none !important;
}

.popup01.popup-body .brochure-form .gform_body .gform_heading,
.popup01.popup-body .brochure-form .gform_body .gform_heading span {
	font-size: 10.5px !important;
}
.popup01.popup-body.inline li.gfield.form-row label span {
	display: none;
}
.popup01.popup-body.inline.labels li.gfield.form-row label span {
	display: block;
	font-family: 'Lato';
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
}
.popup01.popup-body.inline li.gfield.form-row label span i {
	color: #BB1133;
}
.popup01.popup-body.inline li.gfield.form-row.col2 > :nth-child(1) {
	margin-right: 8px;
}
.tmm-edu-disclosure-text {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: left !important;
}
.popup01.popup-body.inline .step2 {
    flex-wrap: wrap !important;
}
.popup01.popup-body.inline .step2 > .form-row.gform_heading {
    width: 100% !important;
}
.popup01.popup-body.inline .step2 .popup-cta .form-row.gform_heading {
    display: none !important;
}
.popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text,
.popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text a,
.popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text a:hover {
    color: #ffffff;
}
.home .popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text,
.home .popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text a,
.home .popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text a:hover {
    color: #6c798a!important;
}
.home .popup01.popup-body.inline .step2 > .form-row.gform_heading {
    display: none !important;
}
.home .popup01.popup-body.inline .step2 .popup-cta .form-row.gform_heading {
    display: inline-block !important;
}
.popup01.popup-body.inline .step2 .form-row.gform_heading .tmm-edu-disclosure-text a:hover,
.popup01.popup-body.slidein .tmm-edu-disclosure-text a:hover,
#tmmabtesthomepopup1 .popup01.popup-body .step2 .tmm-edu-disclosure-text a:hover,
#tmmabtesthomepopup .popup01.popup-body .step2 .tmm-edu-disclosure-text a:hover {
    text-decoration: none !important;
}
.popup01.popup-body.slidein .tmm-edu-disclosure-text,
.popup01.popup-body.slidein .tmm-edu-disclosure-text a,
.popup01.popup-body.slidein .tmm-edu-disclosure-text a:hover {
    color: #ffffff!important;
}
#tmmabtesthomepopup1 .popup01.popup-body .step2,
#tmmabtesthomepopup .popup01.popup-body .step2 {
    flex-wrap: wrap !important;
}
#tmmabtesthomepopup1 .popup01.popup-body .step2 .tmm-edu-disclosure-text,
#tmmabtesthomepopup .popup01.popup-body .step2 .tmm-edu-disclosure-text,
#tmmabtesthomepopup1 .popup01.popup-body .step2 .tmm-edu-disclosure-text a,
#tmmabtesthomepopup .popup01.popup-body .step2 .tmm-edu-disclosure-text a,
#tmmabtesthomepopup1 .popup01.popup-body .step2 .tmm-edu-disclosure-text a:hover,
#tmmabtesthomepopup .popup01.popup-body .step2 .tmm-edu-disclosure-text a:hover {
    color: #666 !important;
}
#tmmabtesthomepopup1 .popup01.popup-body .step2 > .form-row.gform_heading,
#tmmabtesthomepopup .popup01.popup-body .step2 > .form-row.gform_heading {
    padding: 0 20px;
}
@media (min-width: 800px) {
    .popup01.popup-body.inline .step2 .form-row.gform_heading {
        padding-left: 10px;
    }
}

#website-popup-form input[type="text"],
#website-popup-form input[type="tel"],
#website-popup-form input[type="email"],
#website-popup-form .dropdown {
	margin-bottom: 0;
	background-color: rgba(229, 229, 229, 0.6);
	border-radius: 4px;
	height: 38px;
}
#website-popup-form .select:after {
	background-color: #e5e5e5;
}
#inline-workbook input[type="text"],
#inline-workbook input[type="tel"],
#inline-workbook input[type="email"],
#inline-workbook .select {
	margin-bottom: 0;
	border-radius: 4px;
	height: 38px;
}
#inline-workbook input[type="submit"],
#website-popup-form input[type="submit"],
.inline-workbook-form input[type="submit"] {
	width: 100%;
}
.inline-workbook-form .disclosure-tooltip {
	margin-top: 15px;
}
body:not(.home) .popup01.popup-body.inline .inline-workbook-form .escoffier-contact .disclosure-tooltip p,
body:not(.home) .popup01.popup-body.inline .inline-workbook-form .escoffier-contact .disclosure-tooltip a {
	color: #fff!important;
}
body:not(.home) .popup01.popup-body.inline .inline-workbook-form .escoffier-contact .disclosure-tooltip a:focus {
	outline: 1px solid #fff;
}
body:not(.home) .popup01.popup-body.inline .inline-workbook-form .escoffier-contact .fields-wrap input:focus,
body:not(.home) .popup01.popup-body.inline .inline-workbook-form .escoffier-contact .fields-wrap select:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
@media (min-width: 992px) {
	#inline-workbook .fields-wrap > div,
	#website-popup-form .fields-wrap > div {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 10px;
		margin-bottom: 15px;
	}
	#inline-workbook select,
	#website-popup-form select {
		padding: 12px 32px 0 12px;
	}
	body:not(.home) .inline-workbook-form .disclosure-tooltip {
		margin-top: 0;
	}
}
.inline-workbook-form .fields-wrap {
	margin-bottom: 10px;
}
.inline-workbook-form .fields-wrap > div {
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 8px;
}
.popup01.popup-body.inline .description p {
	color: #fff;
}
#website-popup-form .escoffier-contact .disclosure-tooltip p {
	color: #333 !important;
}
#website-popup-form .field-campus {
	order: 5;
}
#website-popup-form .field-program {
	order: 6;
}

.mobile-sticky-trigger {
	background: #000;
	font-family: 'TradeGothic';
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -0.408px;
	color: #FFFFFF;
	position: fixed;
	width: 100vw;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 20px 20px 15px;
	z-index: 1;
	display: none;
}
.mobile-sticky-trigger.over-black-footer {
	background: #f4f4f4;
	color: #000;
}
.mobile-sticky-trigger.hidden {
	display: none !important;
}
.mobile-sticky-trigger button,
.mobile-sticky-trigger a {
	background: #BB1133;
	border-radius: 3px;
	outline: none;
	border: none;
	font-family: 'TradeGothic';
	font-weight: bold;
	font-size: 23px;
	color: #FFFFFF;
	appearance: none;
	padding: 9px 21px;
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	transition: background .14s linear;
}
.mobile-sticky-trigger button:focus,
.mobile-sticky-trigger a:focus {
	outline: 1px solid #b13;
	outline-offset: 1px;
}
.mobile-sticky-trigger button:after,
.mobile-sticky-trigger a:after {
	display: inline-block;
	content: '';
	width: 16px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2118 0.893336C10.9956 0.683351 10.6386 0.683351 10.4124 0.893336C10.1961 1.09855 10.1961 1.43739 10.4124 1.6426L14.4599 5.48436H1.11046C0.79872 5.48436 0.552345 5.71821 0.552345 6.01409C0.552345 6.30998 0.79872 6.55337 1.11046 6.55337H14.4599L10.4124 10.3856C10.1961 10.5956 10.1961 10.9392 10.4124 11.1444C10.6336 11.3544 10.9956 11.3544 11.2118 11.1444L16.2147 6.39588C16.436 6.19067 16.436 5.85183 16.2147 5.64662L11.2118 0.893336Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 5px;
	vertical-align: middle;
}
.mobile-sticky-trigger a:hover {
	color: #fff;
	background: #710b1b;
}
.mobile-sticky-trigger__close-btn {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
}
.mobile-sticky-trigger__close-btn:focus {
	outline: 1px solid #fff;
	outline-offset: 1px;
}
.mobile-sticky-trigger__close-btn:before,
.mobile-sticky-trigger__close-btn:after {
	display: block;
	content: '';
	width: 74%;
	height: 2px;
	top: calc(50% - 1px);
	left: 13%;
	position: absolute;
	background: #fff;
}
.mobile-sticky-trigger__close-btn:before {
	transform: rotate(45deg);
}
.mobile-sticky-trigger__close-btn:after {
	transform: rotate(-45deg);
}
.over-black-footer .mobile-sticky-trigger__close-btn:before,
.over-black-footer .mobile-sticky-trigger__close-btn:after {
	background: #000;
}
.over-black-footer .mobile-sticky-trigger__close-btn:focus {
	outline-color: #000;
}
.mobile-sticky-overlay {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .75);
	display: none;
	width: 100vw;
	height: 100vh;
}
.mobile-sticky-wrap {
	background: #F0EDE8;
	padding: 20px 20px 15px;
	width: calc(100% - 15px);
	max-width: 550px;
	top: 8%;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	min-height: 536px;
}
.mobile-sticky-wrap.animate {
	transform: translateY(0);
}
.mobile-sticky-wrap .close {
	appearance: none;
	background: #fff;
	width: 33px;
	height: 33px;
	line-height: 1;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 14px;
	right: 14px;
	font-family: Lato;
	font-size: 26px;
	color: #000;
	border: none;
	outline: none;
	padding: 0 0 5px;
}
.mobile-sticky-wrap .steps {
	font-family: 'TradeGothic';
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #252525;
	margin-bottom: 15px;
}
.mobile-sticky-wrap .steps .active {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #BB1133;
	border-radius: 100%;
	color: #fff;
	margin: 0 2px;
	text-align: center;
	line-height: 17px;
}
.mobile-sticky-wrap .steps .total {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	margin: 0 2px;
	text-align: center;
	line-height: 17px;
}
.mobile-sticky-wrap .title {
	font-family: 'TradeGothic';
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #252525;
	margin-bottom: 15px;
}
.mobile-sticky-wrap .description {
	font-family: kepler-std, serif;
	font-size: 21px;
	line-height: 28px;
	text-align: center;
	color: #252525;
	margin-bottom: 30px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.mobile-sticky-wrap input[type="submit"] {
	text-transform: uppercase;
	width: 100%;
	max-width: 400px;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2118 0.893336C10.9956 0.683351 10.6386 0.683351 10.4124 0.893336C10.1961 1.09855 10.1961 1.43739 10.4124 1.6426L14.4599 5.48436H1.11046C0.79872 5.48436 0.552345 5.71821 0.552345 6.01409C0.552345 6.30998 0.79872 6.55337 1.11046 6.55337H14.4599L10.4124 10.3856C10.1961 10.5956 10.1961 10.9392 10.4124 11.1444C10.6336 11.3544 10.9956 11.3544 11.2118 11.1444L16.2147 6.39588C16.436 6.19067 16.436 5.85183 16.2147 5.64662L11.2118 0.893336Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(50% + 45px) center;
	background-size: 16px 11px;
	background-color: #b91637;
	transition: background-color .14s linear;
}
.mobile-sticky-wrap input[type="submit"]:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2118 0.893336C10.9956 0.683351 10.6386 0.683351 10.4124 0.893336C10.1961 1.09855 10.1961 1.43739 10.4124 1.6426L14.4599 5.48436H1.11046C0.79872 5.48436 0.552345 5.71821 0.552345 6.01409C0.552345 6.30998 0.79872 6.55337 1.11046 6.55337H14.4599L10.4124 10.3856C10.1961 10.5956 10.1961 10.9392 10.4124 11.1444C10.6336 11.3544 10.9956 11.3544 11.2118 11.1444L16.2147 6.39588C16.436 6.19067 16.436 5.85183 16.2147 5.64662L11.2118 0.893336Z' fill='white' stroke='white' stroke-width='0.25'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(50% + 45px) center;
	background-size: 16px 11px;
	background-color: #710b1b;
}
.mobile-sticky-wrap .field-campus,
.mobile-sticky-wrap .field-program {
	margin-top: 50px;
}
.mobile-sticky-wrap .field-campus:before,
.mobile-sticky-wrap .field-program:before {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.408px;
	color: #252525;
	position: absolute;
	top: -40px;
	left: 0;
}
.mobile-sticky-wrap .field-campus:before {
	content: 'Where do you want to study?';
}
.mobile-sticky-wrap .field-program:before {
	content: 'What kind of training are you interested in?';
}
.mobile-sticky-wrap .fields-wrap input,
.mobile-sticky-wrap .fields-wrap .select {
	height: 50px;
	font-size: 16px;
	padding: 10px 12px 0;
}
.mobile-sticky-wrap .fields-wrap label,
.mobile-sticky-wrap .fields-wrap .label {
	left: 12px;
}
.mobile-sticky-wrap .dropdown {
	font-size: 16px;
	height: 50px;
}
.mobile-sticky-wrap .next {
	font-family: 'TradeGothic';
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #fff;
	background: #b91637;
	border-radius: 5px;
	border: none;
	outline: none;
	padding: 15px 30px;
	width: 100%;
	transition: background .2s linear;
	max-width: 400px;
	margin: 20px auto 0;
}
.mobile-sticky-wrap .next:hover {
	background: #710b1b;
	cursor: pointer;
}
.mobile-sticky-wrap.step-1 .field-firstname,
.mobile-sticky-wrap.step-1 .field-lastname,
.mobile-sticky-wrap.step-1 .field-email,
.mobile-sticky-wrap.step-1 .field-dayphone,
.mobile-sticky-wrap.step-1 .submit-wrap,
.mobile-sticky-wrap.step-1 .disclosure-tooltip {
	display: none;
}
.mobile-sticky-wrap.step-2 .description,
.mobile-sticky-wrap.step-2 .field-campus,
.mobile-sticky-wrap.step-2 .field-program,
.mobile-sticky-wrap.step-2 .next {
	display: none;
}
.mobile-sticky-wrap.step-2 .field-firstname,
.mobile-sticky-wrap.step-2 .field-lastname,
.mobile-sticky-wrap.step-2 .field-email,
.mobile-sticky-wrap.step-2 .field-dayphone,
.mobile-sticky-wrap.step-2 .submit-wrap,
.mobile-sticky-wrap.step-2 .disclosure-tooltip {
	display: block;
}
.mobile-sticky-bar #chat-widget-container {
	bottom: 120px !important;
}
.mobile-sticky-bar .footer {
	padding-bottom: 120px;
}
@media (max-width: 991px) {
	.chat-quiz-banner-hidden .mobile-sticky-trigger,
	.chat-quiz-banner-hidden #chat-widget-container {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.mobile-sticky-trigger {
		display: none !important;
	}
	.mobile-sticky-wrap .escoffier-contact .fields-wrap > div {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 800px) {
	.popup-body .step2.popup-content .popup-image-wrap {
		width: 35%;
	}
	.popup-body .step2.popup-content .popup-cta {
		width: 65%;
	}
	.popup-body .step2 .popup-image-wrap img.popup-image,
	.popup01.popup-body.inline .popup-image-wrap img.popup-image {
		max-width: 85%;
	}
	.popup-body.inline .step2 .popup-image-wrap img.popup-image {
		width: auto;
		max-height: 233px;
		margin: 0;
	}
	.popup-body.inline .escoffier-contact .fields-wrap input {
		height: 50px;
		font-size: 16px;
		padding: 10px 12px 0;
	}
	#website-popup-form .disclosure-tooltip,
	#website-popup-form .submit-wrap {
		width: 170%;
		margin-left: -70%;
	}
	.popup01.popup-body.inline .disclosure-tooltip,
	.popup01.popup-body.inline .submit-wrap {
		width: 163%;
	}
}