/*   =============== Style.css =====================    */

/*
Table of Contents
1. Generic ----------------------------------------
01. Fonts -------------------------------------
02. Base --------------------------------------
03. Helpers -----------------------------------
2. Page Sections ----------------------------------
01. Wrapper -----------------------------------
02. Header ------------------------------------
03. Main Content ------------------------------
04. Footer ------------------------------------
*/

/* ==========================================================================
I. Generic
========================================================================== */

/* ------------------------------------------------------------
Fonts
------------------------------------------------------------ */

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
*/
/* https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200&family=Open+Sans:wght@300&display=swap */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&family=Open+Sans:wght@400;600;700&display=swap");

@font-face {
	font-family: "Avenir";
	src: url("../fonts/Avenir-Book.woff2") format("woff2"),
		url("../fonts/Avenir-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/Avenir-Medium.eot?#iefix") format("embedded-opentype"),
		url("../fonts/Avenir-Medium.woff") format("woff"),
		url("../fonts/Avenir-Medium.ttf") format("truetype"),
		url("../fonts/Avenir-Medium.svg#Avenir-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir";
	src: url("../fonts/Avenir-Black.woff2") format("woff2"),
		url("../fonts/Avenir-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNextCondensed";
	src: url("../fonts/AvenirNextCondensed-Bold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/AvenirNextCondensed-Bold.woff") format("woff"),
		url("../fonts/AvenirNextCondensed-Bold.ttf") format("truetype"),
		url("../fonts/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("../fonts/AvenirNext-DemiBold.woff2") format("woff2"),
		url("../fonts/AvenirNext-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next Condensed Demi";
	src: url("../fonts/AvenirNextCondensed-DemiBold.woff2") format("woff2"),
		url("../fonts/AvenirNextCondensed-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
body .dialog-widget-content{
	background-color:#fff !important;
}
/* ------------------------------------------------------------
Base
------------------------------------------------------------ */

html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

::-ms-clear {
	display: none;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

img {
	max-width: 100%;
}

body p,
.elementor-widget-container,
.elementor-image-box-description {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
}

.elementor-widget-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
}

.elementor a,
a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: #df6a16;
	font-size: inherit;
	transition: all 0.3s;
}

.elementor p a {
	font-weight: 700;
}

.elementor a:hover,
a:hover {
	text-decoration: none;
	color: #df6a16;
}


body a,
body p a {
	color: #df6a16;
	text-decoration: underline;
}

body a,
body p a:hover {
	color: #df6a16;
	text-decoration: none;
}

.elementor-widget-image a img[src$=".svg"] {
    width: auto;
}
/* / =----------------------------UL/OL---------------------------- / */

.site-main ul {
	font-size: inherit;
	list-style: none;
}

.site-main ol {
	list-style: decimal outside;
	font-size: inherit;
	padding-left: 18px;
}

body .site-main ul li,
.site-main ol li {
	font-size: inherit;
	line-height: 1.43;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 5px;
	padding-left: 18px;
	position: relative;
}

.site-main ol ol,
.site-main ul ul,
.site-main ol ul,
.site-main ul ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}

.site-main ul:not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before {
	content: "\f111";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	color: inherit;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 6px;
	font-weight: 900;
}

.site-main .yellow-check-list li:before {
	content: "\f00c" !important;
	color: #109bd6 !important;
	font-family: "FontAwesome" !important;
	top: 3px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.site-main ul ol li::before {
	display: none !important;
}

/* / =----------------------------UL/OL---------------------------- / */

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
	margin-bottom: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: #282828;
	line-height: 1.75;
	font-weight: 400;
}

.elementor-widget-text-editor {
	font-family: "Open Sans", sans-serif;
}

body .elementor-widget-heading h1.elementor-heading-title,
body h1,
body .h1 {
	font-size: 60px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 73px;
	letter-spacing: normal;
}

body .elementor-widget-heading h2.elementor-heading-title,
body h2,
body .h2 {
	font-size: 40px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 49px;
	letter-spacing: normal;
}

body .elementor-widget-heading h3.elementor-heading-title,
body h3,
body .h3 {
	font-size: 30px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 37px;
	letter-spacing: normal;
}

body .elementor-widget-heading h4.elementor-heading-title,
body h4,
body .h4 {
	font-size: 20px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: normal;
}

body .elementor-widget-heading h5.elementor-heading-title,
body h5,
body .h5 {
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.23px;
}

body .elementor-widget-heading h6.elementor-heading-title,
body h6,
body .h6 {
	font-size: 16px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.2px;
}

.subhead-accent .elementor-heading-title {
	font-size: 18px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 700;
	color: #df6a16;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	line-height: 22px;
}

.subhead-accent .elementor-heading-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #df6a16;
}

.elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title,
.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-description {
	font-family: "Montserrat", Sans-serif;
}

/* ------------------------------------------------------------
Helpers
------------------------------------------------------------ */

.invisible {
	visibility: hidden !important;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

/* / ----------------------Button style---------------------- / */

body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button),
.elementor-button,
body [type="button"]:not(.gm-control-active):focus,
body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button):focus,
body button:not(.gm-control-active):focus,
body button:not(.gm-control-active) {
	color: #fff !important;
	background-color: #df6a16 !important;
	font-size: 16px;
	font-family: "AvenirNextCondensed" !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	padding: 15px 19px 13px 19px !important;
	border: none;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	letter-spacing: 0.44px;
}

.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 182px;
	display: block;
	max-width: 100%;
}

body [type="button"]:not(.gm-control-active):hover,
body [type="submit"]:not(.adminbar-button):hover,
.elementor-button:hover,
body [type="button"]:not(.gm-control-active):focus:hover,
body [type="button"]:not(.gm-control-active):hover,
body [type="submit"]:not(.adminbar-button):focus:hover,
body button:not(.gm-control-active):focus:hover,
body button:not(.gm-control-active):hover {
	background-color: #d2691c !important;
	color: #fff;
	text-decoration: none;
}

.blue-button a,
a.blue-button {
	color: #fff !important;
	background-color: #109bd6 !important;
	font-size: 16px;
	font-family: "AvenirNextCondensed" !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	padding: 15px 19px 13px 19px !important;
	border: none;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.3s;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
}

.blue-button a:after,
a.blue-button:after {
	content: "";
	width: 182px;
	display: block;
	max-width: 100%;
}

.blue-button a:hover,
a.blue-button:hover {
	background-color: #096b95 !important;
	color: #fff;
	text-decoration: none;
}

/* / ----------------------Button style---------------------- / */

.elementor-section.elementor-section-boxed>.elementor-container {
	width: calc(100% - 30px);
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container {
	width: 100%;
}


input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border: none;
	box-shadow: none;
}

form input[type="email"]::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

form input[type="email"]::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

form input[type="email"]:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

form input[type="email"]::-ms-input-placeholder,
form input[type="text"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

form input[type="email"]::placeholder,
form input[type="text"]::placeholder,
form input[type="password"]::placeholder,
form input[type="date"]::placeholder,
form input[type="tel"]::placeholder,
form textarea::placeholder {
	color: #666666 !important;
	opacity: 1 !important;
}

/* ------------------------------------------------------------
Select Dropdown Custom Style
------------------------------------------------------------ */
/* gravity form select dropdowns */
.ginput_container_select .select,
.gfield .clear-multi .ginput_container_date .select,
.gfield .gfield_time_ampm .select {
	width: 100%;
	display: block;
	height: 56px;
	cursor: pointer;
	position: relative;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e11919;
}

.s-hidden {
	display: none;
}

.styledSelect {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
}

body .gform_wrapper .gfield_required {
	color: #666;
}

body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}



.styledSelect:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 14px;
	line-height: 1;
	width: 10px;
	height: 6px;
	background: url("../img/chevron-down-666.svg") no-repeat center;
}

.styledSelect.active:after {
	background: url("../img/chevron-up-666.svg") no-repeat center;
}

body .options {
	display: none;
	position: absolute;
	top: 98%;
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	max-height: 380px;
	overflow-y: auto;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

body form .options li {
	margin: 0;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 1.86;
	letter-spacing: -0.18px;
	color: #666666;
	text-transform: none;
	cursor: pointer;
}

body form .options li:hover {
	background-color: #faf9f7;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #F6F6F6;
	position: relative;
	cursor: default;
	pointer-events: none;
}

/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */


/* Create a custom checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */


/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */

/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
	outline: none;
}

html body .gform_wrapper div.validation_error html body .gform_wrapper form {
	border: 2px solid #666;
	padding: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 20px !important;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 6px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"] {
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 26px !important;
	color: #282828 !important;
	width: 100% !important;
	height: 46px;
	padding: 10px 15px !important;

}

html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	padding: 10px 15px;
	border-radius: 0;
	font-weight: normal;
	border: solid 1px #cacaca;
	font-size: 14px;
	line-height: 1.86;
	height: 195px;
	color: #666666;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}

html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 10px;
	color: #f02525;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	display: none;
}

html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: #f02525;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea {
	border-color: #e11919 !important;
}

.gfield_error .styledSelect {
	border-color: #e11919;
}

html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-size: 14px;
	color: #000;
}

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper l.gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}

html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}

html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}

html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
html body .gform_wrapper ul.gfield_radio{
    display: flex;
    gap: 20px;
}

html body .gform_wrapper ul.gfield_radio li{
	margin: 0;
}
html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 28px;
	font-weight: normal;
	margin-top: 0;
	color: #282828;
	margin-left: 0;
	width: 60px;
	height: 27px;
	font-size: 16px;
	position: relative;
}

html body .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 19px;
	width: 19px;
	border: 1px solid #c1c1c1;
    background-color: #ffffff;
	border-radius: 50%;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label:before {
	background-color: #ccc;
}

html body .gform_wrapper ul.gfield_radio li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
	background-color: #3A96F1;
	border-color: #3A96F1;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
    position: absolute;
    height: 10px;
    left: 7px;
    top: 5px;
    width: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html body form .gform_fields .gfield.x-program{
    padding: 0 20px !important;
	display: none;
} 

html body .gform_wrapper form.deactived ul.gform_fields .gfield.x-program ~ li.gfield:not(.condition-content) {
    opacity: .5;
	pointer-events: none;
}

html body .gform_wrapper form.hide-btn .gform_footer input[type="submit"],
html body .gform_wrapper form.deactived .gform_footer input[type="submit"],
html body .gform_wrapper form.hide-btn .gform_page_footer .gform_next_button ,
html body .gform_wrapper form.deactived .gform_page_footer input[type="submit"]{
	pointer-events: none;
    opacity: .5;
}
html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}

html body form .gform_fields .gfield.x-program label{
    font-size: 15px;
    font-weight: 400;
}

html body .gform_wrapper ul.gfield_checkbox li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	overflow: visible;
}

html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}

html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

html body .gform_wrapper ul.gfield_checkbox li label {
    padding-left: 30px;
    font-size: 15px;
    font-weight: normal;
    /* white-space: nowrap; */
    width: 100%;
    max-width: 100%;
    position: relative;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid #c1c1c1;
    margin-top: -4px;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label:before {
	background-color: #eee;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
	background-color: #2196f3;
	border-color: #2196f3;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 10px;
	top: 3px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.elementor .gm-style img {
	max-width: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
	margin-bottom: 0 !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}

html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */
.action-links a:hover .elementor-icon-list-text {
	text-decoration: underline;
}

header {
	width: 100% !important;
	z-index: 9999;
}

.action-links .elementor-icon-list-item a {
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif;
}

.action-links a svg {
	width: 14px;
	vertical-align: baseline;
	position: relative;
	top: 1px;
}

.request-info-btn .elementor-button:after {
	display: none;
}

.request-info-btn .elementor-button {
	padding: 6.5px 18px !important;
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
	font-weight: f00 !important;
	background: #df6a16 !important;
	border: 2px solid #df6a16;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 17px !important;
	line-height: 23px !important;
	letter-spacing: -0.19px !important;
}

.request-info-btn .elementor-button:hover {
	background: #d2691c !important;
	color: #ffffff !important;
	border-color: #d2691c;
}

.main-menu {
	margin-left: auto;
}

.main-menu .elementor-nav-menu .elementor-item {
	font-family: "AvenirNextCondensed", Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
	line-height: 23px;
}

.elementor-nav-menu--main .elementor-nav-menu ul.elementor-nav-menu--dropdown {
	padding: 12px 0 12px;
	width: 288px;
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
	width: 76px;
}

.mobile-underbar .elementor-icon-list-item {
	width: 50%;
	font-family: "AvenirNextCondensed";
	text-transform: uppercase;
}


.mobile-underbar .elementor-icon-list-item a {
	padding: 4px 7px 4px;
	font-family: "AvenirNextCondensed" !important;
	text-decoration: none;
}

.mobile-underbar .elementor-icon-list-item a:hover {
	text-decoration: none;
}

.mobile-underbar .elementor-icon-list-item a:hover span {
	text-decoration: none;
}

.menu-mobile-main .menu {
	padding: 7px 15px 0;
	list-style: none;
}

.menu-mobile-main .menu>li {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 25px;
	letter-spacing: -0.23px;
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid rgba(40, 40, 40, 0.1);
}

.tour-a-schedule a {
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
}

.menu-mobile-main .menu>li>a {
	padding: 16px 0 16px;
	display: block;
	/* border-bottom: 1px solid #e2e2e2; */
	color: #282828;
	letter-spacing: 0.23px !important;
}

.mobile-nav .tour-a-schedule ul>li>a {
	padding: 15px 0px 14px;
	letter-spacing: -0.23px;
}

.mobile-nav .tour-a-schedule ul>li>a .elementor-icon-list-icon {
	width: 15px !important;
}

.mobile-nav .tour-a-schedule ul>li {
	border-bottom: 1px solid #e2e2e2;
}

.menu-mobile-main .menu>li.sub-menu-toggled>a {
	border-bottom-color: transparent;
}

.menu-mobile-main .menu>li.current-menu-ancestor>a,
.menu-mobile-main .menu>li.current-menu-parent>a,
.menu-mobile-main .menu>li.current_page_parent>a,
.menu-mobile-main .menu>li.current_page_ancestor>a,
.menu-mobile-main .menu>li>a:hover,
.menu-mobile-main .menu>li.current_page_item>a,
.menu-mobile-main .menu>li.current-menu-item>a {
	text-decoration: none;
	color: #DF6A16;
}

.menu-mobile-main a {
	text-decoration: none;
}

.main-menu .elementor-nav-menu>li.current-menu-ancestor>a:after,
.main-menu .elementor-nav-menu>li.current-menu-parent>a:after,
.main-menu .elementor-nav-menu>li.current_page_parent>a:after,
.main-menu .elementor-nav-menu>li.current_page_ancestor>a:after {
	opacity: 1 !important;
}

.main-menu .elementor-nav-menu>li>ul>li>a:hover,
.main-menu .elementor-nav-menu>li>ul>li.current-menu-item>a,
.main-menu .elementor-nav-menu>li>ul>li>ul>li.current-menu-item>a {
	text-decoration: underline !important;
}

.menu-mobile-main .menu ul {
	padding: 8px 0 0 24px;
	list-style: none;
}

.menu-mobile-main .menu ul ul {
	padding: 24px 0 0px 0;
	margin-bottom: 32px;
}

.menu-mobile-main .menu>li.online-programs>ul>li>a,
.menu-mobile-main .menu>li>ul>li.menu-item-object-mmc-program-category>a {
	color: #2c318c;
	font-weight: 700;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	text-decoration: underline;
	letter-spacing: 0;
}

.menu-mobile-main .menu ul ul li a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	font-size: 16px;
	letter-spacing: 0;
	color: #666;
}

.menu-mobile-main .menu>li>ul {
	display: none;
}

body.elementor-editor-active .menu-mobile-main .menu>li>ul {
	display: none !important;
}

.menu-mobile-main .menu ul>li.elementor-invisible,
.menu-mobile-main .menu ul>li.menu-last {
	display: none !important;
}

.menu-mobile-main .menu ul>li {
	text-transform: none;
	font-size: 16px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0;
	margin: 0 0 24px;
}

.menu-mobile-main .menu ul>li>a {
	color: #666;
}

.menu-mobile-main .menu ul>li.menu-item-object-mmc-campus-states>a {
	color: #2c318c;
	font-weight: 700;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
	text-decoration: underline;
	letter-spacing: 0;
}

.menu-mobile-main .menu ul>li.menu-item-object-mmc-campus-states>li.menu-last {
	display: none !important;
}

.menu-mobile-main .menu .menu-item-object-mmc-programs ul>li {
	margin: 0px 0 24px;
}

.menu-mobile-main .menu ul>li.current_page_item>a,
.menu-mobile-main .menu ul>li.current-menu-item>a,
.menu-mobile-main .menu ul>li>a:hover {
	text-decoration: underline;
}

body .lp-window-root .lp_send_button,
body .lp-window-root .lp_send_button:hover,
.lp_mobile .lp-window-root>.lp_minimized .lp_header .lp_header-content-wrapper button,
.lp_tablet .lp-window-root>.lp_minimized .lp_header .lp_header-content-wrapper button,
.lp_desktop .lp-window-root>.lp_minimized .lp_header .lp_header-content-wrapper button,
.lp_mobile .lp-window-root>.lp_maximized .lp_header .lp_header-content-wrapper button,
.lp_tablet .lp-window-root>.lp_maximized .lp_header .lp_header-content-wrapper button,
.lp_desktop .lp-window-root>.lp_maximized .lp_header .lp_header-content-wrapper button {
	background: none !important;
	padding: 0 !important;
}

select[disabled] {
	opacity: .5;
	cursor: no-drop;

}

select[disabled]+div {
	opacity: .5;
	cursor: no-drop;
}

.shakeit {
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

body .lp-window-root .lp_main .lp_main_area .lp_location_bottom .lp_actions_button {
	background: #fff !important;
	padding: 0 !important;
}

body .lp-window-root .lp_actions_bar_container .lp_actions_bar .lp_action_item {
	padding: 0 !important;
	background: none !important;
	font-size: 1rem;
	text-transform: none !important;
}

.menu-mobile-main .menu ul>li>a:active {
	text-decoration: underline;
}

body:not(.elementor-editor-active) .mobile-nav {
	position: fixed;
	top: 60px;
	width: 100%;
	bottom: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}


.main-menu {
	overflow: hidden;
}

.main-menu:hover {
	overflow: visible;
}

.angle-down {
	position: absolute;
	top: 0;
	right: -6px;
	padding: 17px 13px 17px;
	line-height: 1;
	font-size: 22px;
	width: 54px;
	text-align: center;
	color: rgba(40, 40, 40, 0.3);
	cursor: pointer;
	font-weight: 400;
}

.angle-down .fas {
	font-weight: 400;
}

.sub-menu-toggled .angle-down {
	transform: rotate(180deg);
}

.menu-right-icon .elementor-icon-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.mobile-nav-open .header-logo-bar {
	z-index: 9999 !important;
}

.mobile-nav-open .mobile-under-bar {
	display: none;
}

.mobile-nav-open .elementor-sticky__spacer .mobile-under-bar {
	display: block;
}

span.elementor-heading-title {
	display: block;
}

.header-logo-bar .header-icon-column .menu-right-icon a {
	background-image: url("../img/hamburger.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition: none;
	width: 24px;
	height: 20px;
}

.header-logo-bar .header-icon-column .menu-right-icon a i::before {
	font-size: 0px;
}

.mobile-nav-open .header-logo-bar .header-icon-column .menu-right-icon a {
	background-image: url("../img/menu-close.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition: none;
	height: 20px;
	width: 20px;
}


.call-us .elementor-button:after {
	display: none;
}

.call-us .elementor-button .elementor-button-icon {
	font-size: 12px;
}

.call-us a {
	font-size: 15px !important;
	line-height: normal !important;
	padding: 11px 16px 10px 16px !important;
	letter-spacing: -0.2px !important;
	border-radius: 5px;
}

.request-info-btn {
	border-radius: 5px;
}

.call-us a span.elementor-button-icon {
	font-size: 13px;
	margin-top: 1px;
}

.call-us a:after {
	width: 150px;
}

.call-us.mobile-smaller a.elementor-button {
	padding: 7px 13px 5px !important;
	line-height: normal !important;
}

.call-us.mobile-smaller a:after {
	width: 0px;
}

/* new update */
.footer-sep {
	display: inline-block;
	margin: 0 11px;
	font-size: 0;
	height: 16px;
	width: 1px;
	background: rgb(240, 238, 235, 0.15);
	vertical-align: middle;
}

.footer-btm-text a {
	color: inherit;
	text-decoration: underline;
}

.footer-btm-text a:hover {
	text-decoration: none;
	color: inherit;
}

/* footer-code */
.landing-page-footer .footer-sep {
	margin: 0 10px;
}

.landing-page-footer .remove-space {
	display: inline-block !important;
}

.quality-education-inner .quality-education-right .icon-box-excerpt {
	width: calc(33.33% - 29px);
	margin: 0px 0px 65px;
}



.quality-education-inner .quality-education-right .elementor-icon-box-wrapper .elementor-icon-box-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quality-education-inner .quality-education-right .elementor-widget-wrap .elementor-icon-box-content {
	min-height: 32px;
	align-items: flex-end;
}

.curriculum-details-wappe .curriculum-details-right-content {
	background-color: #fff;
	border-radius: 0px 0px 3px 3px;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .global-widget.curriculum-details-wappe .curriculum-details-right-content .elementor-text-editor h5
*/
.global-widget.curriculum-details-wappe .curriculum-details-right-content h5 {
	position: relative;
	padding-bottom: 15px;
	color: #df6a16;
	margin: 0;
	line-height: 1.2;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .global-widget.curriculum-details-wappe .curriculum-details-right-content .elementor-text-editor h5:after
*/
.global-widget.curriculum-details-wappe .curriculum-details-right-content h5:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #df6a16;
}


.curriculum-details-wappe.global-widget .curriculum-details-right-content ul li {
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 16px;
	padding-left: 27px;
	line-height: 1.75;
	font-family: "Open Sans", sans-serif;
	letter-spacing: -0.2px;
	display: inline-block;
	width: 100%;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content h3 {
	color: #109bd6;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
	position: relative;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #109bd6;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content ul {
	column-count: auto;
	margin-top: 27px;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .mechanic-outer .mechanic-wrapper-inner .elementor-row
*/
body .elementor-section.mechanic-outer .mechanic-wrapper-inner > .elementor-container {
	margin: 0px -15px;
	width: auto;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content {
	border-top: 2px solid #109bd6;
}

.mechanic-outer .mechanic-wrapper-inner .elementor-column {
	margin: 0px 15px;
}

.mechanic-col-4 .mechanic-col.elementor-column {
	width: calc(50% - 30px);
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .mechanic-col-4 .elementor-row
*/
.mechanic-col-4 > .elementor-container {
	flex-wrap: wrap;
}

.automatic-service-wrapper .automatic-services-inner .programs-col .program-length-excerpt h4 {
	color: #282828;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt li:before {
	display: none;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt li {
	padding-left: 0px;
	line-height: 28px;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt ul {
	margin-top: 12px;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .bg-image-col .elementor-column-wrap {
	border-left: 3px solid #DF6A16;
}

.quality-education-right .elementor-image-box-img {
	min-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 11px !important;
}

.quality-education-right .elementor-image-box-title {
	margin: 0;
}

.quality-education-right .elementor-widget-wrap {
	align-items: flex-start;
}

.quality-education-wrapper .subhead-accent h6 {
	padding-bottom: 15px;
	line-height: 1.2 !important;
}

.landing-page-tabs-section .landing-page-boxed .landing-page-fixed-text {
	max-width: 730px;
}

.partners-section .elementor-column-gap-default .employment-logos .elementor-column {
	flex-wrap: wrap;
	width: 25%;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .partners-section .employment-logos .elementor-row
*/
.partners-section .employment-logos > .elementor-container {
	justify-content: space-between;
}


.event-img-container a {
	display: block;
	background: #282828 url(../img/event-placeholder.svg) center center no-repeat;
	background-size: 50%;
	min-height: 270px;
}

.event-img-container img {
	transition: all ease-in-out 0.3s;
	height: 270px;
	object-fit: cover;
}

.event-img-container:hover img {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transform-origin: center;
}

.event-img-container {
	overflow: hidden;
}

.event-list-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-left: -15px;
	margin-right: -15px;
}

.event-list-item {
	width: calc(33.333% - 30px);
	margin: 0 15px;
	margin-bottom: 40px;
	cursor: pointer;
}

.event-inner-container {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transition: all 0.3s;
}

.event-content-container h5 {
	margin-right: 85px;
}

.event-content-container h5 span {
	display: inline-block;
	background-color: #df6a16;
	font-family: "Avenir";
	font-size: 14px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.18px;
	color: #ffffff;
	border-radius: 3px;
	padding: 8px 15px;
	position: relative;
	top: -25px;
	left: 20px;
}

.event-content-container h3 a {
	color: #333333;
}


.event-content-container h3 a {
	text-decoration: none;
}

.event-list-item:hover .event-content-container h3 a {
	color: #282828;
	text-decoration: underline;
}

.event-list-item:hover .event-inner-container {
	box-shadow: 3px 3px 20px 10px rgba(103, 103, 103, 0.07);
}

.post-pageination span.current {
	background-color: #df6a16;
	padding: 10px 15px;
}

.post-pageination a,
.post-pageination span {
	display: inline-block;
	text-decoration: none;
	width: 40px;
	cursor: pointer;
	margin: 0 8px;
	transition: all 0.3s linear;
}

.post-pageination a:hover {
	background-color: #df6a16;
	padding: 10px 15px;
}

.upcoming-events-wrapper .events-custom .event-cards-wrapper .event-content-container {
	padding: 4px 20px 18px 20px;
}

.upcoming-events-wrapper .events-custom .event-cards-wrapper .event-content-container .event-date {
	padding: 7px 15px 6px;
	background: #df6a16;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	line-height: normal;
	display: inline-block;
	top: -17px;
	font-family: "Montserrat", Sans-serif;
}

.post-pageination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 0px 40px;
}

.post-pageination a,
.post-pageination span {
	border-radius: 3px;
	font-weight: 900;
	color: #333333;
	letter-spacing: -0.2px;
	height: 40px;
	width: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Avenir";
}

.event-details-column {
	width: 370px !important;
}

.event-detail-card-module ul {
	padding: 0;
	list-style: none;
}

.event-detail-card-module ul li {
	color: #ffffff;
	font-family: "Avenir";
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 46px;
	letter-spacing: -0.25px;
}

.event-detail-card-module ul li:not(:last-child) {
	margin-bottom: 25px;
}

.event-detail-card-module ul li a {
	color: #ffffff;
}

.event-detail-card-module .event_address {
	display: block;
	font-weight: 400;
	line-height: 1.36;
}

.event-detail-card-module ul li:before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 29px;
	color: #df6a16;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.event-detail-card-module ul li.event_time:before {
	content: "\f017";
	font-size: 26px;
}

.event-detail-card-module ul li.event_place:before {
	content: "\f3c5";
	font-size: 33px;
}

.event-heading {
	margin: 42px 0 12px;
}

.event-hosted-by {
	font-family: "Avenir";
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -0.18px;
	color: #666666;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
}

.event-details p {
	line-height: 1.75;
	letter-spacing: -0.21px;
}

.event-button-wrapper {
	margin-top: 30px;
}

.event-content-column {
	width: calc(100% - 460px) !important;
	margin-right: 90px;
}

.events-detail-inner .subhead-accent .elementor-heading-title {
	padding-bottom: 14px;
}

.event-detail-card-module ul li.event_day_and_date {
	padding-top: 2px;
}

.event-detail-card-module ul li.event_time {
	padding-top: 2px;
	margin-bottom: 37px;
}

.gallery-slider .swiper-pagination-bullets {
	display: none;
}

html body .gform_validation_error.gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half):not(.phone-two-third):not(.zip-one-fourth) {
	max-width: 100% !important;
	width: 100%;
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
	max-width: 100%;
	margin-right: 0px;
}


.elementor-grid-0 .elementor-grid {
	margin-right: calc(-1 * var(--grid-side-margin) / 2);
	margin-left: calc(-1 * var(--grid-side-margin) / 2);
}


.elementor[data-elementor-type="error-404"] {
	min-height: calc(100vh - 248px);
}

.coming-soon-content {
	min-height: calc(100vh - 681px);
}

.curriculum-details-wappe .br-4 {
	border-radius: 3px;
}

.job-outlook figure.elementor-image-box-img {
	width: 53px !important;
}

.job-outlook .elementor-image-box-wrapper .elementor-image-box-content {
	width: calc(100% - 83px) !important;
}

.job-outlook .elementor-image-box-title:after {
	content: "";
	white-space: pre;
	width: 42px;
	height: 2px;
	background-color: #109bd6;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content.curriculum-details-right-content ul li {
	color: #282828;
}

.job-outlook .elementor-image-box-title {
	position: relative;
	padding-bottom: 20px;
}


.career-out-column .job-outlook .elementor-image-box-content h5,
.career-out-column .job-outlook .elementor-image-box-content p,
.events-detail-inner .subhead-accent .elementor-heading-title {
	line-height: normal !important;
}

.page-not-found-section {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 673px);
}


.img-info-box-container .img-info-box h5,
.img-info-box-container .img-info-box p {
	line-height: normal !important;
}

.img-info-box-container .img-info-box h5 {
	margin-top: 0;
}

.page-id-273 img[src="https://qlix.quinstreet.com/ping?cid=15404410"],
.page-id-273 iframe[src="//education.mediaalpha.com/p/iVHOSd_y1J-tSlp0IlC21LMB3mI26w?u=1"],
.page-id-273 img[src="https://l5srv.net/AdServer/convert.ads?aid=MjMy"] {
	display: none !important;
}

.slide-video .playbtn img {
	width: 71px !important;
	height: 50px !important;
}

.curriculum-details-wappe .curriculum-details-right .elementor-widget-heading .elementor-heading-title {
	line-height: normal;
	padding-bottom: 15px;
	letter-spacing: normal;
}

.thank-you-content {
	width: 100% !important;
	min-height: calc(100vh - 681px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.mmc_qr_code{
    margin-bottom: 30px;
    text-align: center;
}
.mmc_qr_code img{
    max-width: 220px;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 10px;
    
}
.site-main.type-page {
	min-height: calc(100vh - 397px);
	overflow-x: hidden;
}

/* Are You Ready for Your New Career? */
.new-career-form-column {
	width: 468px !important;
	margin-left: 48px;
}

.new-career-content-column {
	width: calc(100% - 470px) !important;
}



.automative-institute-features .elementor-icon-list-items li:before {
	display: none !important;
}

.automative-institute-features .elementor-icon-list-items li {
	font-size: 16px;
	letter-spacing: 0.6px;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
}

.automative-institute-features .elementor-icon-list-items li:not(:last-child) {
	margin-bottom: 35px;
}

.building-future-form-wrap .gform_wrapper form {
	border: none;
	padding: 0;
}

.building-future-form-wrap .gform_wrapper form .gform_title {
	text-transform: uppercase;
	color: #101233;
	text-align: center;
	font-family: "AvenirNextCondensed";
	font-size: 30px;
	letter-spacing: -0.38px !important;
}

.building-future-form-wrap .gform_wrapper {
	margin: 0;
}

.building-future-form-wrap .gform_wrapper form {
	border: none;
	padding: 0;
}


html body .building-future-form-wrap .gform_wrapper form .gfield_no_follows_desc {
	padding: 0;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px !important;
	margin-top: -5px !important;
	letter-spacing: -0.1375px;
	color: #666;
}

.building-future-form-wrap .gform_wrapper form .gform_footer {
	padding: 0;
	margin: 0;
	text-align: center;
}

.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	margin: 0;
	min-width: 220px;
	margin-top: 10px;
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	margin-top: 30px;
}

.building-future-form-wrap .gform_wrapper form input::placeholder,
.building-future-form-wrap .gform_wrapper form input::-webkit-input-placeholder {
	color: #666666 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 14px;
	opacity: 1 !important;
}

.building-future-form-wrap .gform_wrapper form .select {
	border: none;
	height: auto;
}

.building-future-form-wrap .gform_wrapper form .gfield {
	padding: 0 7.5px !important;
}

.building-future-form-wrap .gform_wrapper form .gform_body>ul {
	margin: 0 -7.5px !important;
}

.building-future-form-wrap .gform_wrapper form .phone-two-third {
	width: 68%;
	display: inline-block;
	padding-right: 7.5px !important;
}

.building-future-form-wrap .gform_wrapper form .zip-one-fourth {
	width: 32%;
	display: inline-block;
	padding-left: 7.5px !important;
}

/* Vocational Training Section */
.vocational-training-img-column {
	min-height: 497px;
}

/* Disable Because Duplication and Updates in line 2316
.vocational-training-content-column>.elementor-column-wrap>.elementor-widget-wrap {
	max-width: 550px;
} */
/* 	Selectors Update For Elementor 3.19.2
	Old: .vocational-training-content-column>.elementor-column-wrap
*/
.vocational-training-content-column>.elementor-widget-wrap {
	justify-content: flex-end;
}

.vocational-training-content-column {
	justify-content: flex-end;
}
.vocational-training-content-column>.elementor-widget-wrap,
.automative-service-content-column>.elementor-widget-wrap {
	max-width: 615px;
}

.training-content-description p {
	font-family: "Open Sans", sans-serif;
	line-height: 1.75;
	letter-spacing: 0px;
}

.automative-service-img-column {
	min-height: 548px;
}
/* Disable Because Duplication and Updates in line 2316
.automative-service-content-column>.elementor-column-wrap .elementor-widget-wrap {
	max-width: 563px;
}
*/
/* Contact Form */

.contact-form-column .contact-module .gform_wrapper {
	margin: 0;
}

.contact-module .gform_wrapper form {
	border: 0;
}

.contact-module .gform_wrapper form .gform_heading .gform_title {
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -0.5px !important;
}

.contact-module .gform_wrapper form .gform_heading {
	margin-bottom: 13px;
}

.tour-schedule-module .gform_wrapper form .gform_heading {
	margin-bottom: 15px;
}

.contact-module .gform_wrapper form .gform_heading .gform_description {
	display: none;
}

.tour-schedule-module .gform_wrapper form .gform_heading .gform_description {
	display: none;
}

.contact-module .gform_wrapper form .gform_body .top-text {
	font-size: 16px;
	line-height: 24px !important;
	letter-spacing: normal;
	text-align: center;
	color: #282828;
	padding: 2px 12px 0 12px !important;
}

.contact-module .gform_wrapper form .gform_body .bttom-text {
	line-height: 1.38 !important;
	letter-spacing: normal;
	color: #717171;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 10px !important;
	padding-top: 10px !important;
}

.contact-module .gform_wrapper form .gform_footer input[type="submit"] {
	margin: 0;
	min-width: 200px;
	margin-top: 10px;
	font-size: 16px;
}

.contact-module .gform_wrapper form .gform_footer {
	text-align: center;
	padding: 0;
	margin-top: 27px;
}

.contact-module .gform_wrapper form .gfield {
	padding: 0 15px !important;
}

.tour-schedule-module .gform_wrapper form .gfield {
	padding: 0 15px !important;
}

.contact-module .gform_wrapper form .gform_body>ul {
	margin: 0 -15px !important;
}

.tour-schedule-module .gform_wrapper form .gform_body>ul {
	margin: 0 -15px !important;
}

.tour-schedule-form-column .tour-schedule-module .gform_wrapper {
	margin: 0;
}

.tour-schedule-module .gform_wrapper form {
	border: 0;
}

.tour-schedule-module .gform_wrapper form .gform_heading .gform_title {
	margin: 0;
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -0.5px !important;
}

.tour-schedule-module .gform_wrapper form .gform_body .top-text {
	font-size: 16px;
	line-height: 24px !important;
	letter-spacing: normal;
	text-align: center;
	color: #282828;
}

.tour-schedule-module .gform_wrapper form .gform_footer input[type="submit"] {
	margin: 0;
	min-width: 200px;
	margin-top: 10px;
	font-size: 16px;
}

.tour-schedule-module .gform_wrapper form .gform_footer {
	text-align: center;
	padding: 0;
}

.tour-schedule-module .gform_wrapper form .gform_body .bttom-text {
	line-height: 15px !important;
	color: #666;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 10px !important;
	margin-top: -5px !important;
}

.tour-schedule-module .gform_wrapper form .select ,
.contact-us-module .gform_wrapper form .select{
	border: none;
	height: auto;
}

.new-career-desc p {
	font-family: "Open Sans", sans-serif;
	line-height: 1.75;
}

html body .building-future-form-wrap .gform_wrapper form .top-text {
	display: none;
}

.contact-module .gform_wrapper form ul .zip-one-fourth {
	width: 32%;
	display: inline-block;
}

form .bottom-info a{
    display: inline-block;
}

.contact-module .gform_wrapper form ul .phone-two-third {
	width: 68%;
	display: inline-block;
}

.tour-schedule-module .gform_wrapper form ul .zip-one-fourth {
	width: 32%;
	display: inline-block;
}

.tour-schedule-module .gform_wrapper form ul .phone-two-third {
	width: 68%;
	display: inline-block;
}

.contact-module .gform_wrapper form .gform_body .gfield:not(.bttom-text) {
	margin-bottom: 25px !important;
}

.tour-schedule-module .gform_wrapper form .gform_body .gfield:not(.bttom-text) {
	margin-bottom: 25px !important;
}

html body .contact-module .gform_wrapper form .gform_body .gfield.top-text {
	margin-bottom: 40px !important;
}

html body .tour-schedule-module .gform_wrapper form .gform_body .gfield.top-text {
	margin-bottom: 20px !important;
}

html body .contact-module .gform_wrapper form .gform_body .gfield.message-box {
	margin-bottom: 5px !important;
}

html body .tour-schedule-module .gform_wrapper form .gform_body .gfield.message-box {
	margin-bottom: 5px !important;
}

html body .contact-module .gform_wrapper form .gform_body .ginput_recaptcha iframe {
	margin-top: 10px;
	width: 304px;
	height: 87px;
}

html body.ie .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body.ie .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body.ie .gform_wrapper form ul.gform_fields li.gfield input[type="number"] {
	padding: 10px 15px !important;
}

html body .tour-schedule-module .gform_wrapper form .gform_body .ginput_recaptcha iframe {
	margin-top: 10px;
	width: 304px;
	height: 87px;
}

.tour-schedule-module .gform_wrapper form .gform_body .message-box label {
	display: none;
}

html body .building-future-form-wrap .gform_wrapper form .gform_body .ginput_recaptcha iframe {
	width: 304px;
	height: 87px;
}

/* / code for cookies / */
.cn-text-container {
	margin-top: 6px;
}

#cookie-notice {
	background-color: rgba(0, 0, 0, 0.85) !important;
	position: fixed;
	z-index: 11111;
}

#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

#cookie-notice #cn-notice-text+#cn-accept-cookie,
#cn-notice-buttons {
	display: none !important;
}

#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}

#cookie-notice .cookies-message {
	text-align: left;
	font-family: Arial;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
}

#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}

#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #000000;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
	background-color: #df6a16;
	font-family: Arial;
	text-decoration: none;
	line-height: 1.539;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #ffa40b;
}

.tour-schedule-form-column .elementor-shortcode h1,
.contact-form-section .elementor-shortcode h1 {
	margin-top: 0;
	text-align: center;
	color: #282828;
}

/*end new update */
/* / End code for cookies / */
.recaptcha-field {
	max-height: 120px;
}


.tour-schedule-module .gform_wrapper form .gform_footer {
	position: relative;
}

.curriculum-details-right-content ul li.elementor-editor-element-setting {
	margin-bottom: 0 !important;
	padding: 3px 7px !important;
}

.curriculum-details-right-content ul li.elementor-editor-element-setting::before {
	display: none !important;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .page-not-found-section .elementor-row
*/
.page-not-found-section > .elementor-container {
	max-width: 800px;
	margin: 0 auto;
}

.recaptcha {
	cursor: pointer;
}

.education-tabs .elementor-tab-content {
	padding: 0 0 0 50px;
}

.post-com {
	width: calc(100% - 280px);
	padding: 40px 47px 40px 0;
}

.post-com p {
	color: #282828;
	margin: 0 0 30px;
}

.tabs-inner {
	display: flex;
}

.tabs-inner h3 {
	font-family: Avenir;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	margin: 0 0 16px;
	color: #282828;
	letter-spacing: -0.38px;
}

.education-tabs .elementor-tab-content :not(:first-child) {
	overflow: hidden;
}

.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
	letter-spacing: -0.2px;
	margin: 0px 0px 30px;
}

.elementor-tabs-wrapper {
	border-right: 1px solid #df6a16;
}

.education-tabs .elementor-tab-title {
	border-right: 3px solid transparent !important;
}

.education-tabs .elementor-tab-content p:last-child {
	padding-bottom: 30px;
}

.education-tabs .elementor-tab-content h3 {
	color: rgb(40, 40, 40);
	font-size: 30px;
	line-height: 37px;
	margin: 20px 0px 15px;
}

.education-tabs .elementor-tab-content a {
	color: #fff;
	font-size: 16px;
	line-height: 1.375;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	appearance: none;
	box-sizing: border-box;
	text-transform: uppercase;
	max-width: 100%;
	letter-spacing: 0.5px;
	background-color: #109BD6 !important;
	font-family: AvenirNextCondensed !important;
	font-weight: 700 !important;
	padding: 15px 20px 13px;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	border-radius: 3px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.education-tabs .elementor-tab-content a:hover {
	background-color: #096B95 !important;
	color: #fff;
	text-decoration: none;
}

.education-tabs .elementor-tab-content a::after {
	content: "";
	display: block;
	max-width: 100%;
	width: 180px;
	height: 0px;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 28px 25px 28px 0px !important;
}

.education-tabs .elementor-tab-content img {
	float: right;
	margin-top: -21px;
	margin-left: 55px;
	max-width: 280px;
	object-fit: cover;
	height: 435px;
}

.education-tabs .elementor-tab-content {
	padding: 21px 0px 0px 60px;
}

.education-tabs .elementor-tabs-content-wrapper {
	box-shadow: rgba(103, 103, 103, 0.07) -5px 5px 7px 1px;
	border-radius: 3px;
}


.education-tabs .elementor-tab-title:not(:last-child) {
	border-bottom: 1px solid rgb(241, 243, 247);
}

.education-tabs .elementor-tab-title.elementor-active {
	border-right: 3px solid #df6a16 !important;
}

.education-tabs .elementor-tab-title:not(:last-child) {
	border-bottom: 1px solid rgb(241, 243, 247) !important;
}

.education-tabs .elementor-widget-image .elementor-widget-container {
	width: 280px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.education-tabs .elementor-tab-title.elementor-active {
	background: transparent;
}

.education-tabs.req-info-section .elementor-tab-title {
	padding-left: 21px !important;
}

.education-tabs .elementor-tabs-wrapper .elementor-tab-title:not(.elementor-active) {
	font-weight: 400;
}

.education-tabs .elementor-tabs-wrapper .elementor-tab-title:not(.elementor-active):hover a {
	opacity: 1;
}

.education-tabs .elementor-tabs-wrapper .elementor-tab-title a:hover {
	text-decoration: none;
}

.aii-video-slider-wrapper .elementor-custom-embed-play {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #df6a16 !important;
	border-radius: 50%;
	background: rgba(255, 184, 66, 0) !important;
	cursor: pointer;
	z-index: 101;
}

.aii-video-slider-wrapper .elementor-custom-embed-play i {
	color: #282828 !important;
	font-size: 55px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	opacity: 1;
}

.aii-video-slider-wrapper .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../img/chevron-left.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	right: 35px;
	top: -77px;
	transform: translate(0);
	margin: 0;
	right: 45px;
	left: auto;
}

.aii-video-slider-wrapper .swiper-button-prev:hover {
	opacity: 0.8;
}

.aii-video-slider-wrapper .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(../img/chevron-right.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -77px;
	left: auto;
	transform: translate(0);
	margin: 0;
}

.aii-video-slider-wrapper .swiper-button-next:hover {
	opacity: 0.8;
}

.education-tabs .elementor-tab-content p:first-child {
	margin: 0px;
}

body .aii-video-slider-wrapper>.elementor-background-overlay {
	right: 50%;
	left: auto;
	margin-right: 9.5%;
	border-right: 8px solid #df6a16;
}

.aii-video-slider-wrapper .swiper-pagination-bullets {
	position: static;
	width: 100%;
	font-size: 0;
	margin: 50px 0 0 90px;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: 0.5;
	border-radius: 10px;
	margin: 0 3.5px;
	transition: all 0.3s ease-in;
	background-color: #282828;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:focus {
	outline: none;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: #282828;
}

.aii-video-slider-wrapper .subhead-accent .elementor-heading-title {
	padding-bottom: 15px;
	line-height: 1.2;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
	background: #282828;
}

.subhead-accent .elementor-heading-title {
	padding-bottom: 11px;
}

.aii-video-slider-wrapper .swiper-button-prev:focus,
.aii-video-slider-wrapper .swiper-button-next:focus {
	outline: none;
}

.see-all-button.elementor-widget-button .elementor-button {
	padding: 0 !important;
	background: none !important;
	font-family: "Open Sans" !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: none !important;
	/*     line-height: 1.4; */
	line-height: 28px !important;
	letter-spacing: -0.25px !important;
	border-bottom: 3px solid #df6a16;
	border-radius: 0;
	color: #282828 !important;
}

.see-all-button.elementor-widget-button .elementor-button:focus,
.see-all-button.elementor-widget-button .elementor-button:hover {
	color: #000000 !important;
}

.see-all-button.elementor-widget-button .elementor-button:after {
	display: none;
}

.see-all-button.elementor-widget-button .elementor-button svg {
	width: 17px;
	height: 13px;
	margin-left: 9px;
}

body:not(.elementor-editor-active) .employment-logos+.employment-logos {
	display: none;
}

.see-all-button.elementor-widget-button .elementor-button.hide-employment .elementor-align-icon-right {
	transform: rotate(180deg);
}

.see-all-button.elementor-widget-button .elementor-button.hide-employment .elementor-align-icon-right svg {
	margin-right: 12px;
	margin-left: 0;
}

.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
	letter-spacing: 0;
}

.elementor-266 .elementor-col-33:first-child .elementor-heading-title {
	cursor: pointer;
}

.elementor-266 .elementor-col-33:first-child .elementor-heading-title span.step-title {
	cursor: pointer;
}

span.step-title {
	white-space: nowrap;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	color: #282828;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: -0.18px;
	padding: 7px 0 0 0;
}

body:not(.elementor-editor-active) .program-form {
	display: none;
}

body:not(.elementor-editor-active) .step-bar .elementor-background-overlay {
	width: 25%;
	transition: width 0.3s ease-in-out;
}

body:not(.elementor-editor-active) .program-form-hide .elementor-widget-image-box {
	display: none;
}

body:not(.elementor-editor-active) .program-form-hide .elementor-image-box-content .elementor-image-box-title {
	margin-top: 0;
}

.program-form .gform_heading {
	display: none !important;
}

html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gfield_no_follows_desc {
	margin-top: 0 !important;
}

.widget-link-wrap {
	display: block;
	text-decoration: none;
	width: 100%;
}

.widget-link-wrap:hover {
	text-decoration: none;
}

html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gform_footer {
	text-align: left;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha:not(.recaptcha-adj) {
	margin-bottom: -5px !important;
}

.go-back-to {
	cursor: pointer;
}

body:not(.elementor-editor-active) .step-bar.screen2 .elementor-background-overlay {
	width: 66.6666%;
}

body:not(.elementor-editor-active) .step-bar.screen2 .elementor-widget-heading .elementor-widget-container {
	background-color: #df6a16 !important;
}

.gform_wrapper ul.gform_fields li.gfield select {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	appearance: none;
	background: #ffffff url(../img/chevron-down-666.svg) no-repeat right 14px center;
}

.video-section {
	display: flex;
	align-items: center;
}

.slide-video {
	width: calc(50% - 15px);
	margin-right: 15px;
	position: relative;
	align-self: flex-start;
}

.video-banner {
	position: relative;
	z-index: 100;
	cursor: pointer;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.1%;
	background: #c8c8c8 url(../img/event-placeholder.png) center center no-repeat;
}

.video-banner>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-contents {
	width: 50%;
	padding-left: 45px;
	padding-right: 45px;
}

.slider-contents .elementor-icon {
	vertical-align: top;
	font-size: 48px;
}

.slider-contents .elementor-icon-box-icon svg {
	height: auto;
}

.slider-contents .slide-text {
	margin: 40px 0;
}

.slider-contents .slide-text p {
	font-size: 20px;
	line-height: 29px;
	color: #282828;
	letter-spacing: -0.25px;
}

.slide-footer h5 {
	font-family: AvenirNextCondensed;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.slide-footer h5 span {
	font-family: "Avenir Next Condensed Demi";
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.slide-video [data-vimeo-id] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #282828;
	visibility: hidden;
}

.slide-video.playVideo [data-vimeo-id] {
	visibility: visible;
}

.slide-video.playVideo .video-banner {
	visibility: hidden;
}

.pausebtn {
	visibility: hidden;
}

.slide-video.playVideo .pausebtn {
	opacity: 0;
}

.slide-video.playVideo:hover .pausebtn {
	opacity: 1;
}

.slide-video.playVideo .playbtn {
	visibility: hidden;
}

.slide-video [data-vimeo-id] iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	cursor: pointer;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:only-child {
	display: none !important;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program .elementor-text-editor ul
*/
.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program ul {
	margin-top: 13px;
	width: 100%;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor .elementor-widget-container {
	display: block;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-text-editor ul
*/
.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt ul {
	margin-top: 13px;
	width: 100%;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-text-editor h4
*/
.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt h4 {
	width: 100%;
}

.graduation-hat .elementor-icon-box-description span {
	color: #666;
	font-family: "Open Sans", Sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	letter-spacing: -0.14px;
	font-style: italic;
}

.upcoming-events-wrapper {
	min-height: calc(100vh - 673px);
}

.home-banner .elementor-widget-button+.elementor-widget-button {
	margin-left: 30px;
}

.ui-datepicker-calendar tbody{
    background-color: #f4f4f4;
}

/*   =============== Style.css =====================    */

/* ===================== alihassan.css ================================== */

/* =====================Home-Page================================= */

.education-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
	font-weight: bold;
	opacity: 1;
}

.education-tabs .elementor-tabs-wrapper a {
	opacity: 0.8;
	text-decoration: none;
}

.side-arrow:after {
	content: "";
	position: absolute;
	right: 0;
	background-color: #ffffff;
	width: 36px;
	height: 36px;
	top: 50%;
	margin: -18px;
	z-index: 1;
	transform: rotate(45deg);
}

.mmc-video-slider-wrapper .swiper-pagination-bullets {
	position: relative;
	width: 100%;
	font-size: 0;
	top: 3px;
	;
}

.mmc-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: #df6a16;
}

.mmc-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: .3;
	border-radius: 10px;
	margin: 0 3.5px;
	transition: all 0.3s ease-in;
	background-color: #282828;
}

.mmc-video-slider-wrapper .subhead-accent .elementor-heading-title::after {
	left: 43%;
}

.mmc-video-slider-wrapper .subhead-accent .elementor-heading-title {
	padding-bottom: 15px;
}

.mmc-video-slider-wrapper .elementor-swiper-button-prev {
	background-color: #ffffff;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	left: -11px;
	transition: all .3s linear;
}

.mmc-video-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:before {
	content: '\e87e';
	color: #282828;
	opacity: 0.21;
	position: absolute;
	left: 11px;
	font-weight: 800;
	font-size: 28px;
	top: 13px;
	transition: all .3s linear;
}

.mmc-video-slider-wrapper .elementor-swiper-button-next {
	background-color: #ffffff;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	right: -13px;
	transition: all .3s linear;
}

.mmc-video-slider-wrapper .elementor-swiper-button-next .eicon-chevron-right:before {
	content: '\e87d';
	color: #282828;
	opacity: 0.21;
	position: absolute;
	font-weight: 800;
	left: 15px;
	font-size: 28px;
	top: 13px;
	transition: all .3s linear;
}

.mmc-video-slider-wrapper .elementor-swiper-button-prev:hover,
.mmc-video-slider-wrapper .elementor-swiper-button-next:hover {
	background-color: #666;
}

.mmc-video-slider-wrapper .elementor-swiper-button-prev:hover i:before,
.mmc-video-slider-wrapper .elementor-swiper-button-next:hover i:before {
	color: #fff !important;
	opacity: 1;
}

.mmc-video-slider-wrapper .elementor-testimonial {
	max-width: 771px;
	margin: 60px auto 0 auto;
}

.mmc-video-slider-wrapper .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 37px;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title:first-child {
	padding: 14px 25px 28px 0px !important;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title:last-child {
	padding: 28px 25px 13px 0px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield a {
	color: #101233 !important;
	font-weight: 700;
}

.education-tabs .elementor-tab-title {
	position: relative;
}

.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	top: calc(50% - 40px);
}

.quality-education-inner .quality-education-right .icon-box-excerpt {
	width: 33.333%;
	margin: 0px 0px 70px;
}

.quality-education-right .elementor-image-box-content {
	display: flex;
	align-items: center;
	max-width: 170px;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.mmc-video-slider-wrapper .elementor-testimonial__text {
	position: relative;
}

.mmc-video-slider-wrapper .elementor-testimonial__text:before {
	position: absolute;
	content: "";
	z-index: -1;
	background: url(../img/slider-bg-comma.svg);
	width: 81px;
	height: 59px;
	background-repeat: no-repeat;
	left: -26px;
	top: -12px;
}


/* =====================Campus Locations================================== */

.campus-locations-wrapper .container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.state-wrapper .locations-block {
	margin: 0 -15px 31px -15px;
	display: flex;
	flex-wrap: wrap;
}

.campus-locations-wrapper .state-wrapper .campuse-blocks {
	width: 33.33333%;
	padding: 0 15px 40px;
}

.state-wrapper h3 {
	margin: 0;
	padding: 0 0 30px 0 !important;
}

.state-wrapper {
	margin-bottom: 30px;
}

.campuse-blocks .location-name {
	min-height: 162px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	display: block;
}

.campuse-blocks .location-name :after {
	content: "";
	opacity: 0.8;
	background-color: #101233;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.campuse-blocks .location-name {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 3px solid #df6a16;
	padding: 15px;
}

.campuse-blocks .location-name span {
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	line-height: normal;
	text-align: center;
}

.campuse-blocks .location-name:hover span {
	text-decoration: none;
}

.campuse-blocks .location-detail ul {
	padding-left: 0;
	list-style: none;
}

.campuse-blocks .campus-block-inner {
	box-shadow: 0 5px 7px 1px rgba(103, 103, 103, 0.07);
	background-color: #ffffff;
}

.location-detail {
	padding: 25px 19px 38px 21px;
}

.location-detail ul li:not(:last-child) {
	padding-bottom: 15px;
}

.location-detail ul li a {
	font-weight: 700;
	text-decoration: underline;
}

.location-detail ul li a:hover {
	text-decoration: none;
}

.location-detail ul li address {
	font-style: normal;
}

.location-detail ul li a,
.location-detail ul li span {
	display: inline-block;
	line-height: inherit;
}

.location-detail ul li {
	position: relative;
	line-height: 25px;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	padding-left: 22px;
}
body .elementor-nav-menu .sub-arrow{
	display: none;
}
.location-detail ul li address:after {
	content: '';
	position: absolute;
	background: url(../img/marker-pin.svg);
	background-size: 13px;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.location-detail ul li .phone-num:after {
	content: '';
	position: absolute;
	background: url(../img/phone-solid.svg);
	background-size: 14px;
	left: 0;
	top: 4px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.location-detail ul li .schedule-tour:after {
	content: '';
	position: absolute;
	background: url(../img/calendar-alt-solid.svg);
	background-size: 14px;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.location-detail ul li span:after {
	content: '';
	position: absolute;
	background: url(../img/user-graduate.svg);
	background-size: 14px;
	left: 0px;
	top: 2px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.block-heading {
	background-color: #EEEEEE;
	padding: 15px;
	text-align: center;
	margin: 0;
}

.college-programs-wrapper .container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.college-programs-wrapper .filtered-programs {
	padding: 90px 0 0 0;
}

.filter-dropdown .filter-by {
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	color: #2c318c;
	text-transform: uppercase;
	padding-right: 5px;
}

.filter-dropdown .container {
	display: flex;
	align-items: center;
}

.filter-dropdown .programs-dropdown {
	max-width: 281px;
	width: 100%;
	margin: 0 0 0 15px;
	position: relative;
}

.blog-wrapper .container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.filtered-programs {
	padding: 90px 0 0 0;
}


/* ===================== Programs ================================== */

.program-blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.program-block {
	width: 33.33333%;
	padding: 0 15px 60px;
}

.program-block .program-block-inner {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: solid 1px rgba(40, 40, 40, 0.1);
	background-color: #f6f6f6;
	padding: 31px 15px 0px 15px;
	border-width: 1px 1px 0px 1px;
	display: block;
	position: relative;
}

.program-block-active-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-indent: -999999px;
	z-index: 1;
}

.program-block .program-content-wrap {
	box-shadow: 0 5px 7px 1px rgba(103, 103, 103, 0.07);
	transition: all 0.3s;
}

.program-block .program-content-wrap:hover {
	box-shadow: 0 7px 9px 6px rgb(103 103 103 / 8%);
}

.program-block .program-block-inner a:hover {
	text-decoration: underline;
}

.program-block .program-block-inner h4 a {
	text-decoration: none;
	color: #101233;
}

.program-block .program-block-inner span a {
	text-decoration: none;
	color: #2c318c;
}

.program-block-inner .programs-locations {
	padding: 0 0 40px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	padding-left: 21px;
}

.program-block-inner .duration {
	font-style: italic;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 1.5;
	padding-top: 5px;
}

.program-block-inner .programs-locations address {
	color: #282828;
	font-style: normal;
	position: relative;
	padding-right: 7px;
	display: inline-block;
}

.program-block-inner .programs-locations address:first-child:after {
	content: '';
	position: absolute;
	background: url(../img/marker-pin.svg);
	background-size: 12px;
	left: -22px;
	top: 6px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: block;
}

.program-detail-btn a {
	font-family: "AvenirNextCondensed", Sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: normal;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	background-color: #2c318c;
	padding: 14px 14px 13px 14px;
	text-align: center;
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-decoration: none;
}

.program-detail-btn a:hover {
	opacity: 0.9;
	color: #ffffff;
}

.program-block-inner h4 {
	margin: 0;
	padding-bottom: 8px;
	color: #101233;
}

.program-block-inner span {
	padding-bottom: 16px;
	display: block;
	line-height: normal;
	font-family: "Montserrat", Sans-serif;
	;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c318c;
}

.program-block-inner p {
	color: #282828;
	padding-bottom: 8px;
	margin: 0;
}

.programs-dropdown .locations-placeholder {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	display: block;
}

.programs-dropdown .dropdown-placeholder {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	display: block;
}

.programs-dropdown .dropdown-placeholder:after {
	content: "";
	position: absolute;
	top: 22px;
	transform: translateY(-50%);
	right: 14px;
	line-height: 1;
	width: 10px;
	height: 6px;
	background: url(../img/chevron-down-666.svg) no-repeat center;
}

.programs-dropdown .locations-placeholder:after {
	content: "";
	position: absolute;
	top: 22px;
	transform: translateY(-50%);
	right: 14px;
	line-height: 1;
	width: 10px;
	height: 6px;
	background: url(../img/chevron-down-666.svg) no-repeat center;
}

.programs-dropdown .items {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow-y: auto;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.programs-dropdown .items {
	padding: 15px 0;
}

.programs-dropdown .items li {
	padding: 7px 15px 7px 15px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
}

.programs-dropdown .items li span {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
}

.programs-dropdown .items .active-item {
	background-color: #f6f6f6;
}

.programs-dropdown .items li:hover {
	background-color: #f6f6f6;
}

.dropdown-placeholder.open-tabs:after {
	transform: rotate(180deg);
	top: 18px;
}


/* ===================== Campus Detail ================================== */

.campus-programs-wrapper {
	padding: 59px 0 30px 0;
}

.campus-programs-wrapper .filtered-programs {
	padding: 0;
}

.campus-programs-wrapper .container {
	padding: 0;
}

.campus-programs-wrapper .program-block {
	padding: 0 15px 40px;
}


/* ===================== Blog ================================== */

.blog-wrapper {
	padding: 70px 0 80px 0;
}

.blog-wrapper .programs-dropdown {
	max-width: 370px;
	margin: 0 30px 0 0;
}

.blog-wrapper .filter-dropdown {
	padding: 0 0 40px 0;
}

.blog-wrapper .blog-inner-wrapper {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.blog-col {
	width: 33.33333%;
	padding: 0 15px 40px;
}

.blog-col .blog-block {
	border-radius: 3px;
	box-shadow: 0 5px 7px 1px rgba(103, 103, 103, 0.07);
	background-color: #ffffff;
}

.blog-col .blog-description {
	padding: 20px 16px 30px 24px;
	border: solid 1px rgba(40, 40, 40, 0.1);
	border-width: 0px 1px 1px 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	display: block;
}
.blog-description .subhead-accent {
	position: relative;
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #df6a16;
	display: block;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.blog-description .subhead-accent:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #df6a16;
}

.blog-description h3 {
	color: #282828;
	font-family: "Montserrat", Sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin: 18px 0 16px 0;
}

.blog-description a:hover {
	text-decoration: underline;
}

.blog-description p {
	color: #282828;
	line-height: 25px;
}

.blog-block .blog-img {
	min-height: 208px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	border-bottom: 3px solid #df6a16;
	position: relative;
	z-index: 1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.blog-block .blog-img:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	z-index: -1;
}

.blog-img:hover:after {
	opacity: 1;
}

.blog-wrapper .blog-search-form {
	max-width: 370px;
	width: 100%;
	position: relative;
}

.blog-search-form form {
	position: relative;
}

.blog-search-form input[type="search"] {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #282828 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	padding: 10px 38px 10px 15px !important;
}

.blog-search-form button[type="button"] {
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
	background: url(../img/search-icon.svg) no-repeat center;
	height: 100%;
	padding: 10px !important;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-indent: 1000px;
	width: 40px;
	background-size: 14px auto;
	transition: opacity 0.3s linear;
	z-index: 4;
	background-color: transparent !important;
	cursor: pointer;
}

.blog-search-form button[type="button"]:focus,
.blog-search-form button[type="button"]:focus:hover {
	background-color: transparent !important;
	outline: none;
}

.mmc-no-post-found {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 100px;
}

.blog-search-form button[type="button"]:hover {
	background-color: transparent !important;
	opacity: 0.7;
}

.blog-container {
	position: relative;
	min-height: 100px;
}


/* Display the Loader with the ajax loader with blog page*/

.loading::before {
	background: #ffffff;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .5;
	z-index: 9;
}

.loading {
	position: relative;
}

.loading:after {
	content: " ";
	display: block;
	width: 48px;
	height: 48px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #df6a16;
	border-color: #df6a16 transparent #df6a16 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-top: -24px;
	margin-left: -24px;
	z-index: 9;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/* End of Display the Loader with the ajax loader with blog page*/

.blog-search-form button[type="button"]::before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/cancel-down.svg) no-repeat center;
	visibility: hidden;
}

.blog-search-form input[type="search"]:not(:placeholder-shown)~button[type="button"]::before {
	visibility: visible;
}

.blog-search-form input[type="search"]:not(:placeholder-shown)~button[type="button"] {
	background-image: none;
	cursor: pointer !important;
}

.mmc-pagination-wrapper {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
	min-width: 48px;
	height: 48px;
	margin: 0 10px;
	padding: 13px 15px;
	background-color: #f4f3f1;
	display: inline-block;
	color: #282828;
	font-weight: 400;
	text-decoration: none;
	line-height: normal;
	font-family: Montserrat;
	font-size: 18px;
	border-radius: 2px;
}

.mmc-pagination-wrapper .page-numbers.next,
.mmc-pagination-wrapper .page-numbers.prev,
.mmc-pagination-wrapper .page-numbers.dots {
	padding: 14px 10px 10px;
	display: inline-flex;
	height: 48px;
	text-decoration: none;
	vertical-align: top;
	align-items: center;
	justify-items: center;
	font-size: 22px;
	min-width: 0;
	color: #282828;
}

.mmc-pagination-wrapper .page-numbers.current {
	background: #109bd6 !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: #109bd6 !important;
	color: #fff !important;
}

.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: #282828;
}

.mmc-pagination-wrapper .page-numbers.next:hover,
.mmc-pagination-wrapper .page-numbers.prev:hover,
.mmc-pagination-wrapper .page-numbers.dots:hover {
	opacity: 0.7
}


/* ===================== Blog Detail ================================== */

.latest-articles-inner .subhead-accent:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #df6a16;
}

.blog-detail-aside {
	width: 100%;
	max-width: 330px;
	margin-left: auto;
}

.latest-articles {
	padding: 40px 0 40px 0;
	;
}

.latest-articles-inner ul {
	padding-left: 0;
	list-style-type: none;
}

.latest-articles-inner .subhead-accent {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	color: #df6a16;
	position: relative;
	padding-bottom: 12px;
	text-transform: uppercase;
	display: block;
}

.latest-articles-inner {
	background-color: #f6f6f6;
	border-top: 3px solid #df6a16;
	padding: 22px 24px 32px 24px;
}

.latest-articles-inner ul {
	padding-top: 23px;
	padding-bottom: 7px;
}

.latest-articles-inner ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 17px;
}

.blog-widget {
	width: calc(100% - 86px);
}

.blog-widget h4 {
	margin: 0;
	line-height: 19px;
}

.blog-widget h4 a {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #282828;
	text-decoration: none;
	line-height: normal;
}

.blog-widget h4 a:hover {
	text-decoration: underline;
	color: #282828;
}

.blog-widget .date-sm {
	font-family: "Montserrat", Sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #666666;
	line-height: normal;
	text-transform: uppercase;
}

.latest-articles-inner.blog-categories-inner {
	background-color: #f4f3f1;
}

.widget-img {
	width: 70px;
	margin-left: auto;
	position: relative;
	height: 40px;
	overflow: hidden;
}

.widget-img img {
	object-fit: contain;
}

.latest-articles-inner .sidebar-btn {
	max-width: 282px;
	width: 100%;
}

.blog-categories-inner ul {
	padding: 24px 0 0 0;
}

.blog-categories-inner ul li a {
	font-family: "Montserrat", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #282828;
	line-height: normal;
	position: relative;
	padding-left: 16px;
}

.blog-categories-inner ul li a:hover {
	text-decoration: underline;
	color: #282828;
}

.blog-categories-inner ul li:not(:last-child) {
	margin: 0 0 20px 0;
}

.blog-categories-inner ul li:last-child {
	margin: 0;
}

.blog-categories-inner ul li a:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 7px;
	border-width: 6px 10px 6px 8px;
	border-style: solid;
	border-color: rgba(223, 107, 23, 0) rgba(223, 107, 23, 0) rgba(223, 107, 23, 0) #df6a16;
}

.widget-img:hover:before {
	opacity: 1;
}

.widget-img:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
}

.blog-date span {
	padding-bottom: 13px;
}

.blog-date span::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #df6a16;
}

.blog-single-post h2 {
	margin: 0 0 30px 0;
}
.blog-single-banner-section .blog-category-title .elementor-post-info__terms-list{
	font-size: 0px;
}
.blog-single-banner-section .blog-category-title .elementor-post-info__terms-list-item {
	background-color: #df6a16;
	padding: 6px 19px;
	border-radius: 3px;
	font-size: 12px;
    margin-right: 10px;
}
.search-no-results .blog-search-form input[type="search"]{
	background: url(../img/search-icon.svg) no-repeat right 15px center;
}
.blog-single-post p {
	margin: 0 0 30px 0;
}
.campuses-zig-zag,
.campuses-zig-zag .side-arrow:after {
	background-color: #F6F6F6 !important;
}

.three-icon-blocks .block-with-icon {
	width: calc(33.33333% - 30px);
	margin: 64px 15px 0px 15px !important;
}

.three-icon-blocks .elementor-widget-wrap {
	margin: 0 -15px;
	width: auto;
}

.three-icon-blocks .block-with-icon .elementor-widget-container {
	border: 2px solid rgb(44 49 140 / 0.2);
}

.block-with-icon .elementor-cta__image {
	margin: 0 0 7px 0;
}

.block-with-icon .elementor-content-item img {
	background-color: #ffffff;
	width: 91px;
	height: 88px;
	position: absolute;
	top: -83px;
	left: 0;
	z-index: 1;
	display: block;
	padding: 20px;
}

.map-address .elementor-heading-title a {
	text-decoration: none;
	display: inline-block;
}

.map-address .elementor-heading-title a:hover {
	text-decoration: underline;
}

.building-future-form-wrap .elementor-shortcode h3 {
	font-family: "AvenirNextCondensed", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.38px;
	text-transform: uppercase;
	text-align: center;
	color: #101233;
}

.building-future-form-wrap .elementor-widget-container {
	border-color: #df6a16 !important;
}

.building-future-form-wrap .gform_wrapper .gform_page_footer {
	text-align: center;
	border: none;
	margin: 0;
	padding: 10px 0 0 0;
	position: relative;
}

.building-future-form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button {
	color: #54595F !important;
	font-family: "Open Sans", Sans-serif !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	line-height: 14px !important;
	letter-spacing: -0.13px;
	background-color: transparent !important;
	text-transform: none;
	padding: 0 !important;
	position: absolute;
	left: 7.5px;
	bottom: 0px;
	text-align: left;
	width: auto;
}

.building-future-form-wrap .gform_page_footer .button.gform_next_button,
.building-future-form-wrap .gform_wrapper .gform_page_footer .gform_button {
	margin: 0;
	max-width: 220px;
	width: 100%;
}

.three-icon-blocks .block-with-icon .elementor-cta__content,
.three-icon-blocks .block-with-icon .elementor-cta,
.three-icon-blocks .block-with-icon .elementor-widget-container {
	overflow: visible;
}

body .site-main .job-list ul li {
	margin: 0 0 22px 0;
	padding-left: 9px;
}

body .site-main .job-list ul li:before {
	display: none !important;
}

.block-with-icon.gray-icons .elementor-content-item img {
	background-color: #f6f6f6;
}

.find-programs-here .programs-locations {
	width: 25%;
	padding-bottom: 34px;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .find-programs-here .elementor-text-editor h4
*/
.find-programs-here .programs-locations h4 {
	font-family: Montserrat;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #df6a16;
	margin: 0 0 29px 0;
	line-height: normal;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .find-programs-here .elementor-text-editor ul li:before
*/
.find-programs-here ul li:before,
.find-programs-here .programs-locations ul li:before {
	display: none !important;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: body .site-main .find-programs-here .elementor-text-editor ul li
*/
body .site-main .find-programs-here  ul li {
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #282828;
	padding-left: 30px;
	margin-bottom: 27px;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: body .site-main .find-programs-here .elementor-text-editor ul li a
*/
body .site-main .find-programs-here ul li a {
	color: #282828;
	text-decoration: none;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: body .site-main .find-programs-here .elementor-text-editor ul li a
*/
body .site-main .find-programs-here  ul li a:hover {
	text-decoration: underline;
}

.curriculum-details-right .subhead-accent .elementor-heading-title::after {
	background-color: #109bd6;
}

.img-with-gradient .elementor-widget-container p {
	margin-bottom: 28px;
}

.campus-block-inner .location-detail {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: solid 1px rgba(40, 40, 40, 0.1);
}

.campus-detail-map .map-col .elementor-element {
	height: 100%;
}

.campus-detail-map .map-col .elementor-custom-embed {
	height: 100%;
}

.campus-detail-map .map-col .elementor-widget-container {
	height: 100%;
}

.campus-detail-map .map-col iframe {
	height: 100%;
	min-height: 563px;
}

.styledSelect.noplaceholder .text-ellipses {
	color: #282828;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.programs-dropdown .styledSelect span {
	white-space: nowrap;
}

.campus-programs-wrapper .program-block .program-block-inner {
	background-color: #ffffff;
}

.upcoming-events-wrapper .events-custom .event-cards-wrapper .event-content-container h3 {
	margin: 8px 0 15px 0;
}

.upcoming-events-wrapper .events-custom .event-cards-wrapper .event-content-container h3 a {
	color: #282828;
}

.programs-dropdown .options {
	padding: 8px 0 16px 0;
	overflow: hidden;
	max-height: none;
}

.programs-dropdown .options li {
	padding: 7px 15px 8px 15px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
	height: auto;
}

.programs-dropdown .options li:hover {
	background-color: #f6f6f6;
}

.programs-dropdown select {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	background: url(../img/chevron-down-666.svg) no-repeat right 14px center;
}

.upcoming-events-wrapper .events-custom {
	display: block;
}

.upcoming-events-wrapper .events-custom .no-events {
	padding: 0 0 40px 0;
}

.elementor-section.career-outlook.elementor-section-boxed>.elementor-container {
	width: 100%;
}

.quality-education-wrapper .quality-education-inner .quality-education-right .elementor-widget-wrap {
	margin: 0 -20px;
}

.img-info-box:hover .elementor-image-box-description {
	text-decoration: underline;
}

.campus-location .styledSelect span {
	color: #282828;
}

.blog-single-post p img {
	padding-top: 10px;
}

.college-programs-wrapper .program-blocks .no-record-found {
	margin: 0 auto 40px auto;
	text-align: center;
}

.blog-wrapper {
	min-height: calc(100vh - 681px);
}

.blog-single-post ul,
.blog-single-post ol {
	margin: 0 0 25px 0;
	padding-left: 0;
}

.blog-single-post ol {
	font-size: inherit;
	padding-left: 18px;
	color: inherit;
}

.blog-single-post ol li {
	position: relative;
	padding-bottom: 5px;
	padding-left: 8px;
}

.blog-single-post ul>li {
	font-size: inherit;
	line-height: 1.75;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	padding-bottom: 5px;
	padding-left: 18px;
	position: relative;
	list-style: none;
}

.blog-single-post ul>li:before {
	content: "\f111";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	color: inherit;
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 6px;
	font-weight: 900;
}

.blog-block .blog-img-wrapper {
	position: relative;
}

.blog-block .blog-img-wrapper .blog-cat-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 6px 20px 6px 19px;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	background-color: #df6a16;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	cursor: pointer;
}

.blog-block .blog-img-wrapper .blog-cat-title:hover {
	background-color: #d2691c;
}

.find-programs-here .programs-locations h4 a {
	text-decoration: none;
}

.find-programs-here .programs-locations h4 a:hover {
	text-decoration: underline;
}

.blog-social-icons .elementor-widget-container {
	overflow: visible;
}

.blog-social-icons .fa-facebook:before {
	content: "\f39e";
}

.blog-social-icons .fa-linkedin:before {
	content: "\f0e1";
}

.social-icons-wrapper .elementor-element.elementor-element-77acff9 {
	width: 194px;
}

.social-icons-wrapper .elementor-element.elementor-element-c74d518 {
	width: calc(100% - 194px);
}


/* ===================== Privacy Policy ================================== */

.privacy-policy-content h2#npc {
    margin: -120px 0 0;
    padding-top: 120px !important;
    position: relative;
    z-index: -1;
}

.privacy-policy-content h2,
.privacy-policy-content h3 {
	padding: 0 !important;
	margin: 0 0 16px 0;
}

.privacy-policy-content p,
.privacy-policy-content ul,
.privacy-policy-content table {
	margin-bottom: 30px;
}

/* ===================== alihassan.css ================================== */

/* ===================== ali.css ================================== */

.step-outter {
	margin: 0 auto;
	display: none;
}

.step-outter.active-step {
	display: block;
}

.step-outter h4 {
	color: #2c318c;
	padding-bottom: 10px;
	border-bottom: 2px solid #2c318c;
	margin: 0 0 20px;
}

body:not(.elementor-editor-active) .program-error,
body:not(.elementor-editor-active) .campus-error {
	display: none;
}

.check-list-section {
	margin-bottom: 45px;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: -5px !important;
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	margin-top: 0;
	background-color: #109bd6 !important;
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #096b95 !important;
}

.check-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.check-list label {
	padding: 19px 20px 19px 14px;
	border-radius: 3px;
	border: solid 1px #d2d2d2;
	background-color: #ffffff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	width: calc(50% - 30px);
	margin: 0 15px 15px;
	display: flex;
	cursor: pointer;
	transition: border 0.3s ease-in;
}

.check-list label:hover {
	border: solid 1px #979797;
}

.step-bar span.elementor-heading-title {
	cursor: pointer;
}

.check-list label span {
	border: solid 1px #979797;
	background-color: #ffffff;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: 0;
	margin-right: 10px;
	flex-shrink: 0;
	text-align: center;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

.check-list label input:checked+span {
	border: 1px solid #2c318c;
	background: #2c318c;
}

.check-list label input:checked+span:after {
	content: '\f00c';
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
}

.check-list label input {
	display: none;
}

.filter-search-form {
	display: flex;
	width: 100%;
}

select.mmc_blog_category_filter {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	background: url(../img/chevron-down-666.svg) no-repeat right 14px center;
}

.filter-search-form {
	display: flex;
	width: 100%;
}

body:not(.elementor-editor-active) .step-bar.step-2 .elementor-background-overlay {
	width: 50%;
}

body:not(.elementor-editor-active) .step-bar.step-3 .elementor-background-overlay {
	width: 75%;
}

body:not(.elementor-editor-active) .step-panel {
	display: none;
}

body:not(.elementor-editor-active) .step-panel.step-panel-active {
	display: block;
}

html:not(.mobile-nav-open) .mobile-nav {
	z-index: 999999;
}

#cookie-notice .cookies-message {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

#cookie-notice .cookies-message a {
	color: inherit;
	text-decoration: underline
}

#cookie-notice .cookies-message a:hover {
	text-decoration: none;
}

body #cookie-notice .cookies-button-container .cookies-button {
	background: #df6a16;
	color: #fff;
}

body #cookie-notice .cookies-button-container .cookies-button:hover {
	background: #d2691c !important;
	color: #ffffff !important;
	border-color: #d2691c;
}


html,
body {
	-webkit-overflow-scrolling: touch !important;
}

.deactive-program .ginput_container_select {
	opacity: .5;
}

.deactive-program select,
.deactive-program .styledSelect {
	cursor: not-allowed;
}

.deactive-program .ginput_container_select {
	position: relative;
}

.deactive-program .ginput_container_select:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	cursor: not-allowed;
}

/* ===================== ali.css ================================== */

/* ===================== imran.css ================================== */

.img-info-box a {
	text-decoration: none !important;
}

.tour-schedule-module .gform_wrapper form .gform_footer input[type="submit"],
.contact-module .gform_wrapper form .gform_footer input[type="submit"] {
	background-color: #109bd6 !important;
}

.tour-schedule-module .gform_wrapper form .gform_footer input[type="submit"]:hover,
.contact-module .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #096b95 !important;
}
/* 	Selectors Update For Elementor 3.19.2
	Old: .img-info-box-container .elementor-column-wrap .widget-link-wrap
*/
.img-info-box-container .widget-link-wrap {
	text-decoration: none !important;
}

/* step form code */
.build-step-form .gf_progressbar_wrapper {
	padding: 0;
	margin: 0;
}

.build-step-form .gf_progressbar_title {
	display: none;
}

.build-step-form .gf_progressbar {
	margin: 0 !important;
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0;
	border-radius: 0 !important;
	background: #D8D8D8;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.build-step-form .gf_progressbar:after {
	display: none !important;
}

.build-step-form .gf_progressbar .gf_progressbar_percentage {
	height: 3px;
	box-shadow: none;
	border-radius: 0;
	background: #df6a16 !important;
	border-radius: 0 !important;
}

.build-step-form .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}

.build-step-form h3 {
	margin-bottom: 18px;
}
.question-mark{
    background: #df6a16 !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 75%;
    color: #fff;
}
.optin-text{
    position: relative;
    display: block;
}
/* End step form code */

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: 0 !important;
}
/* ===================== imran.css ================================== */

/* max-1023 fils */

/* ===================== alihassan-max-1023px.css ================================== */

/* --------------------- code for program cards updated --------------------- */
.program-cards-wrapper .elementor-widget-wrap {
    display: flex;
    justify-content: center;
    margin: 0 -15px;
	width: auto;
}
body .elementor-widget-wrap > .elementor-element.program-card {
    width: calc(33.33% - 30px);
    margin: 0 15px 60px;
}
body .elementor-widget-wrap > .elementor-element.program-card .elementor-widget-container {
    overflow: visible !important;
}
body .elementor-widget-wrap > .elementor-element.program-card .elementor-cta {
    text-decoration: none;
    overflow: visible;
}
body .elementor-widget-wrap > .elementor-element.program-card h4 {
    margin: 0;
    color: #101233;
}
body .elementor-widget-wrap > .elementor-element.program-card h5 {
    color: #2c318c;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 16px;
}
body .elementor-widget-wrap > .elementor-element.program-card .elementor-content-item {
    position: static;
}
body .elementor-widget-wrap > .elementor-element.program-card .elementor-cta__content {
    padding: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: solid 1px rgba(40, 40, 40, 0.1);
    padding: 31px 15px 70px;
    border-width: 1px 1px 0 1px;
    display: block;
}
body .elementor-widget-wrap > .elementor-element.program-card .elementor-cta__content .elementor-button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    background-color: #2c318c !important;
    border-radius: 0 0 3px 3px;
}
body .elementor-widget-wrap > .elementor-element.program-card:hover .elementor-cta__content {
    box-shadow: 0 5px 9px 1px rgba(103, 103, 103, 0.2);
}
.mmc-updated-programs-wrapper .program-block {
	padding: 0 15px 40px;
}

.mmc-updated-programs-wrapper .filter-dropdown {
	padding: 30px 15px;
	background-color: #F6F6F6;
}

.mmc-updated-programs-wrapper .filtered-programs {
	padding: 46px 15px 100px 15px; 
}

.mmc-updated-programs-wrapper .mmc-program-type h3 {
	margin: 0 0 26px 0;
}

.mmc-updated-programs-wrapper .program-block-inner h4 {
	padding-bottom: 13px;
}

.mmc-updated-programs-wrapper .program-block-inner span {
	padding-bottom: 12px
}
.program-block-inner h4,
.program-block-inner span {
	max-width: max-content;
    position: relative;
    z-index: 5;
}
.mmc-updated-programs-wrapper .program-block .program-content-wrap {
	box-shadow: none;
	padding: 30px;
	background-color: #F6F6F6;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 3px;
}

.mmc-updated-programs-wrapper .program-block .program-content-wrap:hover {
	box-shadow: 0px 5px 20px rgba(103, 103, 103, 0.15);
    border-radius: 3px;
	background-color: #FFFFFF;
}

.mmc-updated-programs-wrapper .program-block .program-block-inner {
	border: 0;
	padding: 0;
	background-color: transparent;
	position: static;
	height: 100%;
}

.mmc-updated-programs-wrapper .program-detail-btn {
	margin-top: auto;
	position: relative;
	z-index: 5;
}

.mmc-updated-programs-wrapper .program-detail-btn a {
	background-color: #109BD6;
	border-radius: 3px;
}

.mmc-updated-programs-wrapper .program-detail-btn a:hover {
	background-color: #DF6A16;
}

html body .gform_wrapper form.deactived .gform_page_footer {
    opacity: .5;
    pointer-events: none;
}
.program-block-inner .programs-locations {
	padding: 0 0 30px 34px;
	margin-top: auto;
}

.program-block-inner .row-filter {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.program-block-inner .programs-locations address:first-child:after {
	background-image: url('../img/marker-orange.svg');
	background-size: 17px;
    left: -31px;
    top: 4px;
}
.campus-programs-wrapper .program-blocks {
	margin: 0 -15px -30px;
	width: calc(100% + 30px);
}

.campus-programs-wrapper .program-block {
	box-shadow: none;
    padding: 30px !important;
    background-color: #F6F6F6;
    position: relative;
    display: flex;
    flex-direction: column;
	margin: 0 15px 30px;
	width: calc(33.33% - 30px);
	border-radius: 3px;
	transition: all 0.3s;
}

.campus-programs-wrapper .program-block:hover {
	background-color: #ffffff;
	background: #FFFFFF;
	box-shadow: 0px 5px 20px rgba(103, 103, 103, 0.15);
}

.campus-programs-wrapper .program-block .program-block-inner {
	border: 0;
    padding: 0;
    background-color: transparent;
    position: static;
    height: 100%;
}

.campus-programs-wrapper .program-detail-btn a {
    background-color: #109BD6;
    border-radius: 3px;
}

.campus-programs-wrapper .program-detail-btn {
	position: relative;
	z-index: 5;
}

.campus-programs-wrapper .program-detail-btn a:hover {
	background-color: #DF6A16;
}
.mmc-updated-programs-wrapper .college-programs-wrapper .filtered-programs {
	padding: 46px 15px 60px 15px;
}
.campus-programs-wrapper {
	padding: 31px 0 70px 0;
}

.program-block-inner h4 {
	padding-bottom: 13px;
}

.program-block-inner span {
	padding-bottom: 13px;
}

.campus-programs-wrapper .program-block .program-block-inner {
	padding-bottom: 20px;
}
body .program-block-inner .duration:empty {
	padding: 0;
}
.mmc-updated-online-programs-wrapper h3{
    margin: 40px 0 25px;
}
.campus-programs-wrapper .filtered-programs .mmc-program-type {
	margin: 0 0 26px 0;
}
.degree-type-wrapper{
    display: flex;
    flex-direction: column;
}
.degree-type-wrapper .mmc-program-type{
    order:-1;
}
/* .campus-programs-wrapper .program-blocks:not(:last-child) {
	padding-bottom: 40px;
} */

/* html body .gform_wrapper form.deactived .gfield.gfield--type-radio::after{
    content: 'You are not eligible for this program, yet, as this is a degree completion program. If you are interested in taking the first step towards a career in [Dental / Medical Assisting / Skilled Trades], please explore the programs offered at our campuses.';
    color: #f02525;
	font-size: 14px;
} */

html body .gform_wrapper form .condition-content{
    display: none !important;
}

html body .gform_wrapper form.deactived .condition-content{
    display: block !important;
	opacity: 1 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 20px !important;
    color: #f02525;
	font-style: italic;
}

html body .gform_legacy_markup_wrapper ul.gfield_radio li input[type=radio]:checked+label{
    font-weight: 400 !important;
}

header .elementor-widget-image a img[src$=".svg"],
footer .elementor-widget-image a img[src$=".svg"]{
    width: auto; 
}
.blog-social-icons .elementor-share-btn_twitter {
    background-size: var(--e-share-buttons-icon-size, 1.7em);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z' fill='var(--e-share-buttons-secondary-color, %23fff)'/%3E%3C/svg%3E");
}
.blog-social-icons .elementor-share-btn_twitter .elementor-share-btn__icon i{
    opacity: 0
}
/* --------------------- code for program cards updated --------------------- */
@media screen and (max-width:1023px) {

	/* ===================== Campus ================================== */

	.campus-locations-wrapper .state-wrapper .campuse-blocks {
		width: 50%;
		padding: 0 15px 30px;
	}

	.program-block {
		width: 50%;
	}

	/* ===================== Blog ================================== */

	.blog-col {
		width: 50%;
	}



	.latest-articles-inner .sidebar-btn {
		max-width: 100%;
		width: 100%;
	}

	.three-icon-blocks .block-with-icon {
		width: calc(50% - 30px);
	}

	.building-future-form-wrap .gform_page_footer .button.gform_next_button,
	.building-future-form-wrap .gform_wrapper .gform_page_footer .gform_button {
		max-width: 168px;
		padding: 13px 19px 9px 19px !important;
	}

	.building-future-form-wrap .elementor-shortcode h3 {
		font-size: 22px;
		margin: 5px 0 28px 0;
	}

	/* ===================== Blog ================================== */

	.college-programs-wrapper .filtered-programs {
		padding: 50px 0 0 0;
	}

	.find-programs-here .programs-locations {
		width: 33.3333%;
	}

	.college-programs-wrapper .container {
		padding: 0;
	}

	.campus-programs-wrapper .program-block {
		padding: 0 15px 30px;
	}

	.blog-wrapper {
		min-height: calc(100vh - 667px);
	}

	.college-programs-wrapper .program-blocks .no-record-found {
		margin: 0 15px 40px 15px;
	}

}

@media screen and (max-width:1024px) {
	.side-arrow:after {
		display: none;
	}

	.campus-detail-map .map-col iframe {
		min-height: 363px;
	}

	.campus-programs-wrapper {
		padding: 40px 0 30px 0;
	}

	.blog-detail-aside {
		width: 100%;
		max-width: 430px;
		margin: 0 auto;
	}

	.social-icons-wrapper .elementor-element.elementor-element-77acff9 {
		width: 100%;
	}

	.social-icons-wrapper .elementor-element.elementor-element-c74d518 {
		width: 100%;
	}
	.campus-programs-wrapper .program-block {
		width: calc(50% - 30px);
	}
}

/* ===================== alihassan-max-1023px.css ================================== */

/* max-767 fils */
.elementor-location-header{
	position: sticky;
	top: 0px;
}
.admin-bar .elementor-location-header{
	top: 32px;
}
@media screen and (max-width:782px) {
	.admin-bar .elementor-location-header{
		top: 46px;
	}
}
/* ===================== alihassan-max-1023px.css ================================== */

@media screen and (max-width:767px) {


	/* ===================== Program ================================== */

	.program-block {
		width: 100%;
	}

	.program-block {
		padding: 0 15px 30px;
	}

	.filtered-programs {
		padding: 34px 0 0 0;
	}

	.filter-dropdown .container {
		flex-direction: column;
		align-items: flex-start;
	}

	.college-programs-wrapper .filtered-programs {
		padding: 28px 0 0 0;
	}

	.filter-dropdown .filter-by {
		padding: 0 0 11px 0;
	}

	.filter-dropdown .programs-dropdown {
		max-width: 100%;
		margin: 0 0 21px 0;
	}

	/* ===================== Blog ================================== */

	.blog-col {
		width: 100%;
		padding: 0 15px 24px;
	}

	.blog-wrapper {
		padding: 40px 0 56px 0;
	}

	.blog-wrapper .blog-search-form {
		max-width: 100%;
		width: 100%;
	}

	.three-icon-blocks .block-with-icon {
		width: 100%;
	}

	.campus-programs-wrapper {
		padding: 31px 0 50px 0;
	}

	.campus-programs-wrapper .program-block {
		padding: 0 15px 30px;
	}

	.find-programs-here .programs-locations {
		width: 50%;
		padding-bottom: 20px;
	}

	.find-programs-here .elementor-widget-text-editor h4 {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: body .site-main .find-programs-here .elementor-text-editor ul li
	*/
	body .site-main .find-programs-here ul li {
		margin-bottom: 20px;
		font-size: 18px;
	}

	/* ===================== All Blocks ================================== */

	.img-with-gradient.elementor-element-197f127>.elementor-background-overlay {
		background-color: transparent !important;
		background-image: linear-gradient(360deg, #101233 0%, #101233 12%, rgba(16, 18, 51, 30%) 100%) !important;
		opacity: 1 !important;
		height: 31.7vw !important;
	}

	.img-with-gradient.elementor-element-197f127:not(.elementor-motion-effects-element-type-background) {
		background-size: 100% auto !important;
	}

	.img-with-gradient.elementor-element-197f127>.elementor-background-overlay {
		min-height: 250px !important;
	}

	.img-with-gradient.elementor-element-197f127:not(.elementor-motion-effects-element-type-background) {
		background-size: auto 249px !important;
	}

	.campuse-blocks .location-name span {
		font-size: 22px;
		letter-spacing: -0.28px;
	}

	.state-wrapper .locations-block {
		margin: 0 -15px 20px -15px;
	}

	.block-with-icon .elementor-content-item img {
		width: 85px;
		top: -79px;
	}

	.job-outlook .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
		font-family: "Avenir", Sans-serif !important;
	}

	/* ===================== Campus Detail ================================== */

	.campus-detail-map .map-col iframe {
		min-height: 293px;
	}

	.program-block-inner span {
		padding-bottom: 16px;
	}

	.program-block .program-block-inner {
		padding: 31px 15px 0px 15px;
	}

	.program-block-inner .duration {
		padding-bottom: 29px;
	}

	.program-block-inner h4 {
		font-size: 20px;
		line-height: 24px;
	}

	.contact-module .gform_wrapper form .gform_footer input[type="submit"] {
		max-width: 165px;
		width: 100%;
		min-width: 165px;
		padding: 11px 19px 11px 19px !important;
	}

	.contact-module .gform_wrapper form .gform_heading {
		margin-bottom: 13px;
	}

	.contact-module .gform_wrapper form .gform_body .top-text {
		line-height: 28px !important;
	}

	.gform_wrapper .field_description_below .gfield_description {
		padding-top: 0;
	}

	.tour-schedule-module .gform_wrapper form .gform_body .top-text {
		line-height: 28px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_heading {
		margin-bottom: 14px;
	}

	.blog-block .blog-img {
		min-height: 198px;
	}

	.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 44px;
		height: 44px;
		padding: 11px 7px 11px 7px;
	}

	.mmc-pagination-wrapper {
		margin-top: 16px;
	}

	.blog-date span {
		padding-bottom: 10px;
	}

	.blog-single-post p {
		line-height: 28px;
	}

	.blog-single-post h2 {
		margin: 0 0 31px 0;
	}

	.latest-articles {
		padding: 24px 0 25px 0;
	}

	.latest-articles-inner .subhead-accent {
		font-size: 16px;
		padding-bottom: 8px;
	}

	.latest-articles-inner {
		padding: 21px 24px 32px 24px;
	}

	.latest-articles-inner ul {
		padding-top: 24px;
	}

	.latest-articles-inner ul li {
		margin: 0 0 19px;
	}
	.campus-programs-wrapper .program-block {
		width: calc(100% - 30px);
	}
	.mmc-updated-programs-wrapper .college-programs-wrapper .filtered-programs {
		padding: 46px 15px 10px 15px;
	}
	.mmc-updated-programs-wrapper .program-block .program-content-wrap,
	.campus-programs-wrapper .program-block {
		padding: 20px !important;
	}
}


/* ===================== alihassan-max-1023px.css ================================== */

/* ===================== ali-max-767px.css ================================== */

@media (min-width: 768px) {
	.building-future-form-wrap .gform_wrapper form .phone-two-third {
		width: 68%;
		display: inline-block;
		padding-right: 7px !important;
	}

	.building-future-form-wrap .gform_wrapper form .zip-one-fourth {
		width: 32%;
		display: inline-block;
		padding-left: 16px !important;
	}
	.mmc-optin-tooltip{
		position: absolute;
		bottom: 48px;
		left: 0;
		width: 400px;
		padding: 10px 10px 20px;
		background: #df6a16;
		font-size: 11px;
		line-height: 15px;
		color: #fff;
		display: none;
		clip-path: polygon( 0 2px, .5px .5px, 2px 0, calc(100% - 2px) 0, calc(100% - .5px) .5px, 100% 2px, 100% calc(100% - 8px - 2px), calc(100% - .5px) calc(100% - 8px - .5px), calc(100% - 2px) calc(100% - 8px), calc(85.5% + 8px) calc(100% - 8px), 85.5% 100%, calc(85.5% - 8px) calc(100% - 8px), 2px calc(100% - 8px), .5px calc(100% - 8px - .5px), 0 calc(100% - 8px - 2px) );
	}
}

@media (max-width: 767px) {
	.mmc-optin-tooltip{
		display: block !important;
	}
	.question-mark{
		display: none !important;
	}
	.filter-search-form {
		display: block;
	}

	.gotoback.elementor-invisible {
		display: none !important;
	}

	form .st-feild .ginput_container_text input[type="text"]::placeholder{
		font-size: 10px;
	}
}

@media (max-width: 600px) {
	.check-list label {
		width: 100%;
	}

	span.step-title span {
		display: none;
	}

	.check-list-section {
		margin-bottom: 35px;
	}

	html body .program-form .building-future-form-wrap .gform_wrapper form .gform_fields li.gfield .ginput_container.ginput_recaptcha+.gfield_description {
		position: relative;
		top: -23px;
	}

	.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
		margin-top: -6px;
	}

	html body .program-form .building-future-form-wrap .gform_wrapper form .gform_fields li.gfield .ginput_container.ginput_recaptcha>div {
		transform: scale(0.66);
		-webkit-transform: scale(0.66);
	}

	.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
		width: 180px;
	}

	.footer-bottom-content span[itemprop="description"] {
		display: block;
	}
}

@media (max-width: 374px) {
	.footer-bottom-content .footer-sep {
		margin: 0 6px;
	}

}

@media (max-width: 359px) {
	.footer-bottom-content .footer-sep {
		margin: 0 3px;
	}

}


/* ===================== ali-max-767px.css ================================== */

/* max-479 fils */
/* ===================== alihassan-max-479px.css ================================== */

@media screen and (max-width:580px) {

	/* ===================== Campus ================================== */

	.campus-locations-wrapper .state-wrapper .campuse-blocks {
		width: 100%;
		padding: 0 15px 30px;
	}

	.state-wrapper {
		margin-bottom: 20px;
	}

	.state-wrapper h3 {
		margin: 0;
		padding: 0 0 19px 0;
		letter-spacing: -0.28px;
	}

	.campuse-blocks .location-name {
		padding: 20px 15px 20px 15px;
	}
}
@media screen and (max-width:520px) {
	.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		margin: 0 6px;
	}
}
@media screen and (max-width:479px) {

	/* ===================== Programs ================================== */

	.find-programs-here .programs-locations {
		width: 100%;
	}

	body .site-main .job-list ul li {
		margin: 0 0 21px 0;
		padding-left: 0px;
		line-height: 1.22;
		font-size: 18px;
	}
	.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 34px;
		height: 34px;
		padding: 7px 6px 5px 7px;
		margin: 0 5px;
	}
	.mmc-pagination-wrapper .page-numbers.next, .mmc-pagination-wrapper .page-numbers.prev, .mmc-pagination-wrapper .page-numbers.dots {
		padding: 8px 6px 8px;
		height: 34px;
		font-size: 19px;
	}
}


/* ===================== alihassan-max-479px.css ================================== */

/* ===================== style-max-1200px.css ================================== */
.tax-mmc-campus-states .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after,
.mmc-programs-template-default .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after,
.tax-mmc-program-category .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after,
.mmc-campuses-template-default .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after,
.post-type-archive-mmc-campuses .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after,
.post-type-archive-mmc-programs .main-menu .elementor-nav-menu>li.menu-item-17724.current_page_parent>a::after{
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs>ul.elementor-nav-menu--dropdown>li>a{
	font-family: Montserrat !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #2c318c !important;
	text-decoration: underline !important;
	letter-spacing: 0 !important;
}

.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs>ul.elementor-nav-menu--dropdown>li>a:hover{
	text-decoration: none !important;
}
@media only screen and (max-width: 1290px){
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
        margin:0;
    }
    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1255px){
    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 8px;
    }
    .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--main .elementor-item{
        font-size: 16px;
    }
}
@media only screen and (max-width: 1210px){
    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 8px;
    }
    .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--main .elementor-item{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
        margin:0;
    }

    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 8px;
    }

    .elementor-10 .elementor-element.elementor-element-cf219c3>.elementor-widget-container {
        margin-left: 10px;
    }

    .new-career-form-column {
        margin-left: 80px;
    }

    .new-career-content-column {
        width: calc(100% - 530px)!important;
    }

    .event-content-column {
        width: calc(100% - 420px)!important;
        margin-right: 50px;
    }

    .event-content-container h4 a {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1170px){
    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right: 8px;
    }
    .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--main .elementor-item{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1100px) {
    body:not(.rtl) .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child),body:not(.rtl) .elementor-12 .elementor-element.elementor-element-3754587 .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child) {
        margin-right:6px;
    }

    .main-menu {
        margin-left: auto;
        margin-right: 0;
    }

    .elementor-10 .elementor-element.elementor-element-08d1a88 .elementor-nav-menu .elementor-item,.elementor-10 .elementor-element.elementor-element-3754587 .elementor-nav-menu .elementor-item {
        font-size: 13px;
    }
}
.elementor-10 .elementor-element.elementor-element-cf219c3>.elementor-widget-container {
    margin-left: 10px;
}

/* ===================== style-max-1100px.css ================================== */

/* ===================== style-min-1025px.css ================================== */

@media only screen and (min-width: 1025px) {
	body:not(.elementor-editor-active) .mobile-nav {
		visibility: hidden;
	}
}

/* ===================== style-min-1025px.css ================================== */

/* ===================== style-min-1024px.css ================================== */

@media screen and (min-width: 1025px) {
	.landing-page-tabs-section .education-tabs-no-btns .elementor-tabs-content-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding-right: 327px;
	}

	.landing-page-tabs-section .education-tabs-no-btns p:first-child img {
		position: absolute;
		bottom: 0;
		right: 0px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .main-menu .elementor-nav-menu>li:hover>a
	*/
	.main-menu .elementor-nav-menu>li:hover>a.highlighted {
		color: #DF6A16 !important;
	}

	.landing-page-tabs-section .education-tabs-no-btns .elementor-tab-content {
		padding: 31px 0px 0px 50px;
	}

	.landing-page-tabs-section .education-tabs-no-btns .elementor-tabs-wrapper {
		padding-bottom: 13px;
	}

	.main-menu .menu-item-object-mmc-programs ul li ul, .main-menu .online-programs ul li ul {
		position: static !important;
		margin: -2px 0 0 !important;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		box-shadow: none !important;
		min-width: 0 !important;
		padding: 0 !important;
		max-width: none !important;
		width: auto !important;
	}
	.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs>ul.elementor-nav-menu--dropdown{
		grid-template-columns: auto auto auto auto;
		width: 800px !important;
		max-width: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
		min-width: 1130px !important;
		left: -220px !important;
	}
	.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs:hover>ul.elementor-nav-menu--dropdown{
		display: grid !important;
	}
	.main-menu .menu-item-object-mmc-programs>ul {
		column-gap: 60px;
		column-count: 3;
		left: -102px !important;
	}

	.main-menu .menu-item-object-mmc-programs>ul>li {
		display: inline-block;
		margin-bottom: 24px;
		width: 100%;
	}

	.main-menu .menu-item-object-mmc-programs>ul>li a {
		padding: 12px 0 !important;
	}

	.elementor-widget-nav-menu.main-menu .menu-item-object-mmc-programs>ul>li>a.elementor-sub-item {
		font-family: Montserrat !important;
		font-size: 16px !important;
		font-weight: bold !important;
		color: #2c318c !important;
		text-decoration: underline !important;
		letter-spacing: 0 !important;
	}

	.main-menu .menu-item-object-mmc-programs>ul>li>a:hover {
		text-decoration: none !important;
	}

	.main-menu .menu-item-object-mmc-programs ul li ul li a.elementor-sub-item,.main-menu .online-programs ul li ul li a.elementor-sub-item {
		white-space: normal !important;
		border-left: 0 !important;
		font-family: Montserrat !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		font-stretch: normal;
		color: #666666 !important;
		line-height: 19px !important;
		letter-spacing: 0 !important;
	}

	.main-menu .menu-item-object-mmc-programs>ul {
		width: 843px !important;
		padding: 17px 30px 5px !important;
		background-color: #ffffff;
		left: -102px;
	}

	.main-menu .menu-item-object-mmc-programs ul li ul li,.main-menu .online-programs ul li ul li {
		line-height: 19px !important;
	}

	.main-menu .menu-item-object-mmc-programs ul li ul li a:hover,.main-menu .online-programs ul li ul li a:hover {
		text-decoration: underline !important;
	}

	.main-menu .menu-item-object-mmc-programs>ul>li>a.elementor-sub-item:hover,
	.main-menu .online-programs>ul>li>a.elementor-sub-item:hover {
		text-decoration: none !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul {
		padding: 12px 32px 62px !important;
		border-radius: 0 0 3px 3px !important;
		box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1) !important;
		background-color: #ffffff !important;
		width: auto !important;
		margin-left: -376px !important;
	}

	.main-menu .menu-item-object-mmc-campuses:hover>ul {
		display: flex !important;
	}

	.main-menu .menu-item-object-mmc-campuses:hover a:after {
		opacity: 1 !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li>ul {
		position: static !important;
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		box-shadow: none !important;
		width: 100% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li {
		display: inline-block;
		width: 169px;
		line-height: 19px;
		padding-right: 15px;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li a.elementor-sub-item {
		padding: 12px 0 !important;
		white-space: normal;
		width: 100%;
		border-left: 0 !important;
		font-size: 16px !important;
		line-height: 19px !important;
		font-family: Montserrat !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li>a.elementor-sub-item {
		color: #2c318c !important;
		font-weight: 700 !important;
		font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
		text-decoration: underline !important;
		letter-spacing: 0 !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li a.elementor-sub-item:hover {
		text-decoration: underline !important;
		color: #666 !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li>a.elementor-sub-item:hover {
		color: #2c318c !important;
		text-decoration: none !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li.menu-last {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100% !important;
		padding: 12px 21px 12px 24px !important;
		background: #f6f6f6;
		display: flex;
		justify-content: space-between;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li.menu-last ul {
		width: auto !important;
		background: none !important;
	}

	.main-menu .menu-item-object-mmc-campuses>ul>li.menu-last ul a {
		background: none !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>a.elementor-sub-item {
		font-weight: 500 !important;
		color: #282828 !important;
		pointer-events: none !important;
		text-decoration: none !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>ul li a {
		text-decoration: underline !important;
		font-family: Montserrat !important;
		white-space: nowrap;
		display: inline-block;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>ul:hover {
		background: none !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>ul li a.elementor-sub-item:hover {
		text-decoration: none !important;
		background: none !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>ul li a.elementor-sub-item:hover {
		text-decoration: none;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last a.elementor-sub-item {
		padding: 0 !important;
		color: #df6a16 !important;
		font-family: Montserrat !important;
		letter-spacing: 0 !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last ul li a.elementor-sub-item:hover,
	.main-menu .elementor-nav-menu>li.current-menu-item>a,
	.main-menu .elementor-nav-menu>li.current-menu-ancestor>a {
		color: #df6a16 !important;
	}

	.main-menu .elementor-nav-menu .menu-item-object-mmc-campuses>ul>li.menu-last>a.elementor-sub-item {
		color: #282828 !important;
	}

	.main-menu .elementor-nav-menu--main .elementor-nav-menu>li>ul.elementor-nav-menu--dropdown {
		border-radius: 0 0 3px 3px !important;
		overflow: hidden;
	}

	.main-menu .elementor-nav-menu>li.current-menu-item:not(:hover)>a:after,
	.main-menu .elementor-nav-menu>li.current-menu-ancestor:not(:hover)>a:after {
		opacity: 0 !important;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:nth-child(2)>ul{
		--e-nav-menu-horizontal-menu-item-margin: -100px;
	}
}
@media (min-width: 1025px) and (max-width:1260px){
	.main-menu .menu-item-object-mmc-campuses>ul{
		margin-left: -316px!important;
		max-width: 940px !important;
	}
}
@media screen and (max-width: 1290px) and (min-width:1025px) {
	.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs>ul.elementor-nav-menu--dropdown{
		left: -250px !important;
	}
}
@media screen and (max-width: 1255px) and (min-width:1025px) {
	.main-menu .elementor-nav-menu--main .elementor-nav-menu>li.online-programs>ul.elementor-nav-menu--dropdown{
		left: -220px!important;
		grid-template-columns: auto auto auto;
		min-width: 960px !important;
	}
}
/* ===================== style-min-1024px.css ================================== */

/* ===================== style-min-768px-and-max-1024px.css ================================== */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#cookie-notice .cookie-notice-container {
		padding: 25px 40px;
	}

	#cookie-notice .cookies-message {
		margin-right: 30px;
	}
}

/* ===================== style-min-768px-and-max-1024px.css ================================== */

/* ===================== style-max-1024px.css ================================== */

@media only screen and (max-width: 1024px) {

	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1 {
		font-size: 45px;
		line-height: 50px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2 {
		font-size: 32px;
		line-height: 38px;
	}

	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3 {
		font-size: 26px;
		line-height: 32px;
	}

	.elementor-column.elementor-col-50.automative-service-img-column {
		width: 100%;
	}
	/* Selectors Update For Elementor 3.19.2*/
	.vocational-training-content-column>.elementor-widget-wrap,
	.automative-service-content-column>.elementor-widget-wrap {
		max-width: 100%;
	}
	/* Disable Because Duplication and Updates
		Selectors Update For Elementor 3.19.2
		Old: .vocational-training-content-column>.elementor-column-wrap
			.automative-service-content-column>.elementor-column-wrap
	.vocational-training-content-column>.elementor-widget-wrap {
		padding: 40px 15px 40px !important;
	}	
	*/
	.vocational-training-content-column>.elementor-widget-wrap,
	.automative-service-content-column>.elementor-widget-wrap {
		padding: 40px 15px 40px !important;
	}

	.mmc-video-slider-wrapper .elementor-testimonial__text:before {
		left: 0;
		top: -13px;
	}

	.mmc-video-slider-wrapper .subhead-accent {
		margin-bottom: 30px !important;
	}

	.mmc-video-slider-wrapper .elementor-swiper-button-prev {
		left: calc(50% - 22px);
		transform: translateX(-50%);
		width: 33px;
		height: 33px;
	}

	.mmc-video-slider-wrapper .elementor-swiper-button-next {
		right: calc(50% - 22px);
		transform: translateX(50%);
		left: auto;
		width: 33px;
		height: 33px;
	}

	.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
	.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
		top: 20px;
	}

	.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next{
		right: calc(50% - 45px);
	}
	
	.mmc-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{
		left: calc(50% - 45px) ;
	}

	.mmc-video-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:before {
		top: 8px;
		left: 8px;
		font-size: 16px;
	}

	.mmc-video-slider-wrapper .elementor-swiper-button-next .eicon-chevron-right:before {
		top: 8px;
		left: 10px;
		font-size: 16px;
	}

	.mobile-nav-open,
	.mobile-nav-open body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.quality-education-inner .quality-education-right .icon-box-excerpt {
		width: calc(33.33% - 30px);
		margin: 0px 15px 40px;
	}

	.new-career-form-column {
		width: 100% !important;
		margin-left: 0;
		margin: 0 auto;
	}

	.automate-service-section .elementor-container {
		width: 100% !important;
	}

	.quality-education-wrapper .quality-education-inner .quality-education-right .elementor-widget-wrap {
		margin: 0px -15px;
		width: auto;
	}

	.mechanic-outer .mechanic-wrapper-inner .elementor-column {
		width: calc(50% - 30px);
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .mechanic-outer .mechanic-wrapper-inner .elementor-row
	*/
	.mechanic-outer .mechanic-wrapper-inner > .elementor-container {
		justify-content: center;
	}

	.event-list-item {
		width: calc(50% - 30px);
	}

	.event-content-container h4 a {
		font-size: 22px;
	}

	.elementor-widget:not(:last-child) {
		margin-bottom: 0px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .partners-section .employment-logos .elementor-row
	*/
	.partners-section .employment-logos > .elementor-container {
		justify-content: space-around;
	}

	.event-img-container img {
		width: 100%;
	}

	.automate-service-section {
		padding-bottom: 0 !important;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automate-service-section .elementor-row .elementor-column .elementor-background-overlay
	*/
	.automate-service-section .elementor-container .elementor-column .elementor-background-overlay {
		background-color: rgba(0, 0, 0, 0.5);
	}

	.new-career-content-column {
		width: 100% !important;
	}


	.elementor[data-elementor-type="error-404"] {
		min-height: calc(100vh - 310px);
	}

	.coming-soon-content {
		min-height: calc(100vh - 667px);
	}

	.curriculum-details-wappe.global-widget .curriculum-details-right-content ul {
		column-gap: 30px;
	}

	.footer-content-column {
		width: calc(100% - 90px) !important;
	}

	.social-links {
		width: 75px !important;
		margin-left: 15px;
	}

	.page-not-found-section {
		min-height: calc(100vh - 605px);
	}

	.upcoming-events-wrapper {
		min-height: calc(100vh - 605px);
	}

	.automate-service-content-column {
		min-height: 423px;
		position: relative;
		background-size: cover;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .new-career-content-column .elementor-column-wrap 
	*/
	.new-career-content-column .elementor-widget-wrap {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat
	}

	.mmc-video-slider-wrapper .elementor-main-swiper .swiper-slide {
		padding-bottom: 40px !important;
	}

	.build-step-form .gform_wrapper {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}

	.automative-service-section .automative-service-img-column {
		width: 100%;
		min-height: 375px;
	}
}


/* ===================== style-max-1024px.css ================================== */

/* ===================== style-max-1023px.css ================================== */

@media screen and (max-width: 1023px) {
	body .elementor-widget-wrap > .elementor-element.program-card{
		width: calc(50% - 30px);
	}

	/* 	Selectors Update For Elementor 3.19.2
		Old: .are-you-ready-section>.elementor-container>.elementor-row
	*/
	.are-you-ready-section>.elementor-container {
		flex-direction: column;
	}

	.automate-service-section>.elementor-container {
		width: 100% !important;
	}

	.start-technical-edu-section .automate-service-content-column {
		background: url("../img/landing-page-banner.png") no-repeat center left;
		background-size: cover;
	}

	/* 	Selectors Update For Elementor 3.19.2
		Old: .premiere-vocational-section>.elementor-container>.elementor-row
	*/
	.premiere-vocational-section>.elementor-container {
		flex-direction: column-reverse;
	}

	.premiere-vocational-section .vocational-training-content-column {
		width: 100%;
	}

	/* 	Selectors Update For Elementor 3.19.2
		Old: .vocational-training-content-column>.elementor-column-wrap .elementor-widget-wrap
	*/
	.vocational-training-content-column>.elementor-widget-wrap {
		max-width: 100%;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .vocational-training-content-column>.elementor-column-wrap .elementor-widget-wrap
	*/
	.vocational-training-content-column>.elementor-widget-wrap  {
		padding: 40px 15px 36px !important;
	}

	.premiere-vocational-section .vocational-training-img-column {
		width: 100%;
		min-height: auto;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .vocational-training-img-column>.elementor-column-wrap .elementor-widget-wrap
	*/
	.vocational-training-img-column>.elementor-widget-wrap {
		padding-bottom: 45%;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automative-service-section>.elementor-container>.elementor-row
	*/
	.automative-service-section>.elementor-container{
		flex-direction: column;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automative-service-content-column>.elementor-column-wrap
	*/
	.automative-service-content-column>.elementor-widget-wrap {
		padding: 40px 15px 36px !important;
	}

	.automative-service-section .automative-service-content-column {
		width: 100%;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automative-service-content-column>.elementor-column-wrap .elementor-widget-wrap
	*/
	.automative-service-content-column>.elementor-widget-wrap {
		max-width: 100%;
	}

	.automate-service-section {
		padding: 0 !important;
	}


	.premiere-vocational-section>.elementor-container {
		flex-direction: column-reverse;
	}

	.premiere-vocational-section .vocational-training-content-column>.elementor-widget-wrap {
		padding: 40px 30px !important;
		max-width: 100%;
	}

	.automative-service-section .automative-service-content-column>.elementor-widget-wrap {
		padding: 40px 30px !important;
		max-width: 100%;
	}

	.are-you-ready-section {
		padding-top: 0 !important;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .new-career-form-column .elementor-column-wrap 
	*/
	.new-career-form-column .elementor-widget-wrap {
		margin-top: 0;
	}

	.partners-section .elementor-column-gap-default .employment-logos .elementor-column {
		width: 50%;
	}

	.education-tabs .elementor-tab-content img {
		margin: 0 0 30px 20px;
		max-width: 210px;
	}

	.education-tabs .elementor-tab-content {
		padding-left: 20px;
		padding-top: 20px;
	}

	.partners-section .employment-logos .elementor-row {
		max-width: 600px;
		margin: 0 auto;
	}

	.thank-you-content {
		min-height: calc(100vh - 667px);
	}
}

/* ===================== style-max-1023px.css ================================== */

/* ===================== style-max-980px.css ================================== */

@media screen and (max-width: 980px) {
	.event-content-column {
		width: 100% !important;
		margin-right: 0;
	}

	.event-content-column img {
		width: 100%;
	}

	.event-details-column {
		width: calc(100% + 30px) !important;
		margin: 50px -15px 0 -15px;
	}

	.single-event-section {
		padding-bottom: 0 !important;
	}
}

/* ===================== style-max-980px.css ================================== */

/* ===================== style-max-960px.css ================================== */

@media screen and (max-width: 960px) {
	.slide-video {
		width: 100%;
	}

	.slide-video img {
		width: 100%;
	}

	.slider-contents {
		width: 50%;
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		padding-top: 20px;
	}

	.slider-contents .elementor-icon {
		vertical-align: top;
		font-size: 29px;
	}

	.slider-contents .slide-text {
		margin: 15px 0;
	}

	.slider-contents .slide-text p {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: -0.2px;
		color: #282828;
	}

	.video-section {
		display: block;
	}

	.video-section .elementor-icon-box-icon {
		font-size: 0;
	}

	body .aii-video-slider-wrapper>.elementor-background-overlay {
		width: 100%;
		right: 0;
		margin: 0;
		border-right: 0;
		border-bottom: 8px solid #df6a16;
		height: 258px;
	}

	.aii-video-slider-wrapper .swiper-pagination-bullets {
		margin-top: 40px;
		margin-left: 0;
	}

	.aii-video-slider-wrapper .swiper-button-prev,
	.aii-video-slider-wrapper .swiper-button-next {
		display: none !important;
		height: 0;
		width: 0;
	}

	.aii-video-slider-wrapper .subhead-accent .elementor-heading-title {
		padding-bottom: 15px;
		font-size: 16px;
	}

	.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
		height: 7px;
		width: 7px;
	}

	.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 47px;
		opacity: 1;
	}
}



/* ===================== style-max-960px.css ================================== */

/* ===================== style-max-768px.css ================================== */

@media only screen and (max-width: 768px) {
	.page-not-found-section {
		min-height: calc(100vh - 629px);
	}

	.education-tabs .elementor-tabs-wrapper {
		display: none;
	}

	.education-tabs .elementor-tab-title {
		display: block;
	}

	.education-tabs .elementor-tabs .elementor-tab-title {
		font-size: 18px;
		line-height: 22px;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title,
	.education-tabs .elementor-tab-title.elementor-active {
		padding: 25px 0 !important;
		border-right: 0 !important;
		background: none !important;
	}

	.education-tabs .elementor-tab-title.elementor-active {
		font-weight: 700 !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active) {
		font-weight: 500 !important;
		border-bottom: 1px solid #f1f3f7 !important;
	}

	.education-tabs .elementor-tabs-content-wrapper {
		box-shadow: none;
	}

	.education-tabs .elementor-tab-content {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-top: -1px;
		box-shadow: -5px 5px 7px 1px rgba(103, 103, 103, 0.07);
	}

	.education-tabs .elementor-tab-content img {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.upcoming-events-wrapper {
		min-height: calc(100vh - 601px);
	}

	.education-tabs .elementor-tab-title:after {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 27px;
		font-family: 'Font Awesome 5 Pro';
		font-size: 22px;
		font-weight: 400;
		color: #282828;
		opacity: 0.3;
	}

	.elementor-active.elementor-tab-title:after {
		transform: rotate(180deg);
	}

	.education-tabs .elementor-tab-title.elementor-active:after {
		top: 23px
	}
}

/* ===================== style-max-768px.css ================================== */

/* ===================== style-max-767px.css ================================== */

@media only screen and (max-width: 767px) {
	body .elementor-widget-wrap > .elementor-element.program-card{
		width: calc(100% - 30px);
		margin-bottom: 30px;
	}
	.home-banner .elementor-button {
		min-width: 186px !important;
		padding: 13px 10px 12px !important;
	}

	.home-banner .elementor-widget-button+.elementor-widget-button {
		margin-left: 0;
	}

	.side-arrow:after {
		display: none;
	}

	.education-tabs .elementor-tab-title:after {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 20px;
		font-family: 'Font Awesome 5 Pro';
		font-size: 22px;
		font-weight: 400;
		color: #282828;
		opacity: 0.3;
	}

	.mmc-video-slider-wrapper .elementor-testimonial__text:before {
		background: url(../img/noun-quote-small.svg);
		width: 51px;
		height: 37px;
		left: 0;
		top: 0;
	}

	.elementor-active.elementor-tab-title:after {
		transform: rotate(180deg);
	}

	.education-tabs .elementor-tab-title.elementor-active:after {
		top: 23px
	}

	.education-tabs .elementor-tab-title.elementor-active {
		border-bottom: 0 !important;
	}

	#cookie-notice .cookie-notice-container {
		padding: 25px 40px;
	}

	#cookie-notice .cookies-message {
		width: 100%;
		max-width: 100%;
		display: block;
		padding-bottom: 25px;
		margin: 0 auto;
	}

	#cookie-notice .cookies-button-container {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#cookie-notice #cn-notice-text {
		display: block;
	}

	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1 {
		font-size: 36px;
		line-height: 40px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2 {
		font-size: 26px;
		line-height: 32px;
	}

	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3 {
		font-size: 22px;
		line-height: 27px;
	}

	body .elementor-widget-heading h4.elementor-heading-title,
	body h4,
	body .h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.subhead-accent .elementor-heading-title {
		font-size: 16px;
		padding-bottom: 12px;
		line-height: 19px;
	}

	[type="button"],
	[type="submit"]:not(.adminbar-button),
	.elementor-button,
	[type="button"]:focus,
	[type="button"],
	[type="submit"]:not(.adminbar-button):focus,
	button:focus,
	button {
		font-size: 14px !important;
		padding: 13px 15px 12px 15px !important;
		line-height: 19px !important;
	}

	.elementor-button:after,
	[type="button"]:after {
		width: 140px;
	}

	.blue-button a,
	a.blue-button {
		font-size: 14px !important;
		padding: 13px 15px 12px 15px !important;
		line-height: 19px !important;
	}

	.blue-button a:after,
	a.blue-button:after {
		width: 140px;
	}

	.contact-module .gform_wrapper form .gform_heading .gform_title {
		font-size: 26px;
		letter-spacing: -0.33px !important;
	}

	.tour-schedule-form-section>.elementor-container {
		width: 100% !important;
	}

	.request-info-btn.mobile-smaller .elementor-button {
		font-size: 13px !important;
		letter-spacing: -0.16px !important;
		line-height: 16px !important;
		padding: 5px 14px !important;
	}

	.call-us.mobile-smaller .elementor-button {
		font-size: 13px !important;
		letter-spacing: -0.16px !important;
		line-height: 16px !important;
		padding: 7px 13px !important;
	}

	.footer-links {
		margin-left: auto;
	}

	.footer-links .elementor-widget-container {
		padding-left: 0 !important;
	}

	.footer-links .elementor-nav-menu {
		display: block;
	}

	.footer-links .elementor-nav-menu>li:not(:last-child) {
		margin-bottom: 20px;
		margin-right: 0 !important;
		text-align: right;
	}

	.footer-links .elementor-widget-wrap {
		align-content: flex-start;
		align-items: flex-start;
	}

	.social-links {
		width: auto;
		position: absolute;
		top: 87px;
		left: 0;
	}

	.footer-sep {
		margin: 0 11px;
	}

	.footer-links {
		margin-left: auto;
		width: 147px !important;
	}

	.landing-page-footer {
		text-align: left;
	}

	.footer-bottom-content {
		font-size: 12px !important;
		line-height: 27px !important;
	}

	.footer-bottom-content a[href^='tel'] {
		display: inline-block;
	}

	.landing-page-footer .remove-space {
		display: inline !important;
	}

	.quality-education-inner .quality-education-right .icon-box-excerpt {
		width: calc(50% - 30px);
		margin: 0px 15px 39px;
	}

	.quality-education-wrapper .quality-education-inner .quality-education-right .elementor-widget-wrap {
		margin: 0px auto;
		width: auto;
		max-width: 500px;
	}

	.curriculum-details-wappe .curriculum-details-right .elementor-widget-heading .elementor-heading-title {
		line-height: normal;
		padding-bottom: 13px;
		font-size: 16px;
		letter-spacing: -0.2px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .curriculum-details-wappe.global-widget .curriculum-details-right-content .elementor-text-editor h5
	*/
	.curriculum-details-wappe.global-widget .curriculum-details-right-content h5 {
		font-size: 16px;
	}

	.mechanic-outer .mechanic-wrapper-inner .elementor-column {
		width: 100%;
	}

	.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content ul {
		margin-top: 19px;
	}

	.curriculum-details-wappe.global-widget .curriculum-details-right-content ul li {
		letter-spacing: -0.2px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-text-editor h4
	*/
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt h4 {
		margin: 0px 0px 14px 0px;
		width: 136px;
		max-width: 100%;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program .elementor-text-editor ul
	*/
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program ul {
		margin-top: -4px;
		width: calc(100% - 147px);
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-text-editor ul
	*/
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt ul {
		margin-top: 0px;
		width: calc(100% - 147px);
	}
	
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor .elementor-widget-container {
		display: flex;
		flex-wrap: wrap;
	}

	.automatic-service-wrapper .automatic-services-inner {
		max-width: 500px;
		margin: 0 auto;
	}

	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .bg-image-col .elementor-column-wrap {
		border-top: 3px solid #DF6A16;
		border-left: 0px;
		padding-bottom: 390px;
	}

	.automatic-service-wrapper.elementor-section-boxed .elementor-container {
		width: 100%;
	}

	.quality-education-wrapper .subhead-accent h6 {
		padding-bottom: 14px;
	}

	.quality-education-right .elementor-image-box-img {
		margin-bottom: 7px !important;
	}

	.automative-institute-features .elementor-icon-list-items li span.elementor-icon-list-text {
		padding-left: 15px !important;
	}

	.partners-section .elementor-column-gap-default .employment-logos .elementor-column {
		width: 50%;
	}

	.event-cards-wrapper {
		max-width: 470px;
		margin: 0 auto;
	}

	.event-list-item {
		width: 100%;
		margin: 0 0 40px 0;
	}

	.event-list-inner-wrapper {
		margin-left: 0;
		margin-right: 0;
	}

	.event-content-container h4 a {
		letter-spacing: -0.28px;
	}

	.post-pageination {
		padding: 10px 0px 40px;
	}

	.landing-page-tabs-section .education-tabs-no-btns .elementor-tab-content {
		padding: 30px 0 !important;
	}

	.landing-page-tabs-section .education-tabs .elementor-tab-content img {
		margin: -30px 0 -30px;
	}

	.landing-page-tabs-section .education-tabs .elementor-tab-content h3 {
		margin-bottom: 9px;
	}

	.events-detail-inner .subhead-accent .elementor-heading-title {
		padding-bottom: 15px;
		font-size: 16px;
	}

	.event-detail-card-module ul li {
		font-size: 18px;
		letter-spacing: -0.23px;
	}

	.event-detail-card-module ul li.event_time {
		margin-bottom: 35px !important;
	}

	.event-detail-card-module ul li:not(:last-child) {
		margin-bottom: 28px;
	}

	.cta-2btn-bg .elementor-button-wrapper a[href]:after {
		width: 137px;
	}

	.automate-service-section .new-career-form-column .building-future-form-wrap .gform_heading {
		margin-bottom: 31px;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .cta-2btn-bg.elementor-top-section .btn-group .elementor-row
	*/
	.cta-2btn-bg.elementor-top-section .btn-group > .elementor-container {
		margin: 0px -8.5px;
		width: calc(100% + 16px);
	}

	.elementor[data-elementor-type="error-404"] {
		min-height: calc(100vh - 351px);
	}

	.job-outlook .elementor-image-box-wrapper {
		display: flex;
	}

	.job-outlook .elementor-image-box-title {
		padding-bottom: 16px;
	}

	.job-outlook .elementor-image-box-title:after {
		bottom: 6px;
	}

	.building-future-form-wrap .gform_wrapper form .gform_title {
		font-size: 22px;
		letter-spacing: -0.28px !important;
		margin-bottom: 0;
	}

	.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
		font-size: 14px;
		letter-spacing: 0.44px;
		line-height: 1.37 !important;
		min-width: 165px !important;
		width: auto;
		margin-top: 7px;
		padding: 13px 13px 12px !important;
	}

	.building-future-form-wrap .gform_wrapper form .zip-one-fourth {
		width: 32.2%;
	}

	.building-future-form-wrap .gform_wrapper form .phone-two-third {
		width: 67.8%;
	}

	.automative-institute-features .elementor-icon-list-items li {
		font-size: 14px;
		letter-spacing: -0.18px;
		line-height: 1.2;
	}

	/* 	Selectors Update For Elementor 3.19.2
		Old: .vocational-training-img-column>.elementor-column-wrap .elementor-widget-wrap
	*/
	.vocational-training-img-column>.elementor-widget-wrap {
		padding-bottom: 69%;
	}
	
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automative-service-img-column>.elementor-column-wrap
	*/
	.automative-service-img-column>.elementor-widget-wrap {
		max-height: 500px;
	}

	.premiere-vocational-section .vocational-training-content-column>.elementor-widget-wrap {
		padding: 32px 15px 49px !important;
	}

	.automative-service-section .automative-service-content-column>.elementor-widget-wrap {
		padding: 33px 15px 49px !important;
	}

	.automative-service-section .automative-service-img-column {
		width: 100%;
		min-height: 375px;
	}

	.contact-form-section>.elementor-container {
		width: 100% !important;
	}

	.contac-module .gform_wrapper form .gform_footer input[type="submit"] {
		font-size: 14px;
		letter-spacing: 0.44px;
		line-height: 1.37 !important;
		min-width: 165px !important;
		width: auto;
		margin-top: 7px;
		padding: 13px 13px 12px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_heading .gform_title {
		font-size: 26px;
		letter-spacing: -0.33px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_footer input[type="submit"] {
		font-size: 14px;
		letter-spacing: 0.44px;
		line-height: 1.37 !important;
		min-width: 165px !important;
		width: auto;
		margin-top: 7px;
		padding: 13px 13px 12px !important;
	}

	.new-career-desc p {
		letter-spacing: -0.2px;
	}

	html body .building-future-form-wrap .gform_wrapper form .gfield_no_follows_desc {
		font-size: 11px;
		line-height: 15px !important;
	}

	html body .contact-module .gform_wrapper form .gform_body .gfield.top-text {
		padding: 1px !important;
		margin-bottom: 39px !important;
	}

	.contact-module .gform_wrapper form ul .zip-one-fourth {
		width: 33%;
	}

	.contact-module .gform_wrapper form ul .phone-two-third {
		width: 67%;
	}

	.tour-schedule-module .gform_wrapper form ul .zip-one-fourth {
		width: 33%;
	}

	.tour-schedule-module .gform_wrapper form ul .phone-two-third {
		width: 67%;
	}

	.contact-module .gform_wrapper form .gfield {
		padding: 0 7.5px !important;
	}

	.contact-module .gform_wrapper form .gform_body>ul {
		margin: 0 -7.5px !important;
	}

	.tour-schedule-module .gform_wrapper form .gfield {
		padding: 0 7.5px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_body>ul {
		margin: 0 -7.5px !important;
	}

	.contact-module .gform_wrapper form .gform_body .gfield:not(.bttom-text) {
		margin-bottom: 20px !important;
	}

	html body .contact-module .gform_wrapper form .gform_body .gfield.message-box {
		margin-bottom: 15px !important;
	}

	.contact-module .gform_wrapper form .gform_footer {
		margin-top: -3px;
	}

	.contact-module .gform_wrapper form .gform_body .bttom-text {
		line-height: 15px !important;
		letter-spacing: normal;
		font-size: 11px;
		margin-bottom: 27px !important;
	}

	html body .gform_wrapper div.validation_error {
		font-size: 18px !important;
		padding: 0;
	}

	html body .tour-schedule-module .gform_wrapper form .gform_body .gfield.top-text {
		margin-bottom: 40px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_body .gfield:not(.bttom-text) {
		margin-bottom: 20px !important;
	}

	.tour-schedule-module .gform_wrapper form .gform_body .bttom-text {
		line-height: 1.4 !important;
		letter-spacing: -0.13px;
		font-size: 10px;
		margin-bottom: 27px !important;
	}

	html body .tour-schedule-module .gform_wrapper form .gform_body .gfield.message-box {
		margin-bottom: 10px !important;
	}

	.new-career-form-column .building-future-form-wrap .gform_heading {
		margin-bottom: 18px;
	}

	.contact-form-section {
		padding-top: 0 !important;
	}

	.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
		margin-top: 10px;
	}

	.event-button-wrapper {
		text-align: center;
		margin-top: 29px;
	}

	.event-hosted-by {
		margin: 11px 0 15px;
	}

	body .elementor-element.job-outlook .elementor-image-box-img {
		padding: 0;
		margin: 7px 20px 0 0 !important;
		width: 46px !important;
	}

	body .elementor-element.job-outlook .elementor-image-box-content {
		width: calc(100% - 66px);
	}

	body .elementor-element.job-outlook .elementor-widget-container {
		padding-left: 27px !important;
		padding-right: 27px !important;
	}

	.btn-group .elementor-button-wrapper a {
		padding: 13px 13px 12px !important;
	}

	.footer-content-column {
		width: 100% !important;
	}

	.social-links {
		width: auto !important;
		margin-left: 0;
	}

	.employment-logos .elementor-container {
		max-width: 540px !important;
	}

	html body .gform_wrapper form ul.gform_fields li.gfield .ginput_recaptcha>div {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.education-tabs .elementor-active:last-of-type {
		margin-bottom: 15px;
	}

	.education-tabs .elementor-tabs-content-wrapper {
		box-shadow: none;
	}

	.education-tabs .elementor-tab-content img {
		margin: 0 0 22px 20px;
	}

	.education-tabs .elementor-tab-content h3 {
		padding: 0;
		font-size: 22px;
		line-height: 27px;
		color: #282828;
		margin-bottom: 8px;
	}

	.education-tabs .elementor-tab-content p:not(:first-child),
	.education-tabs .elementor-tab-content p {
		font-size: 16px;
		line-height: 28px;
		margin: 0 0 30px;
	}

	.education-tabs .elementor-tab-content p:last-child {
		padding-bottom: 20px;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active) {
		font-weight: 400 !important;
		border-bottom: 1px solid rgba(41, 41, 41, .10) !important;
	}

	.education-tabs .elementor-tab-content:not(:last-child) {
		border-bottom: 1px solid rgba(41, 41, 41, .10) !important;
	}

	.education-tabs .elementor-tabs-content-wrapper {
		border-bottom: 1px solid rgba(41, 41, 41, .10) !important;
		margin-bottom: 14px;
	}

	html body .elementor-widget-wrap .elementor-widget-tabs .elementor-tab-mobile-title:nth-last-child(2) {
		border-bottom: 0 !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active):last-child {
		border-bottom: 0 !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title.elementor-active {
		color: #282828 !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title,
	.education-tabs .elementor-tab-title.elementor-active {
		padding: 20px 0 !important;
		border-right: 0 !important;
	}

	.education-tabs .elementor-tab-title.elementor-active {
		padding: 25px 0 !important;
		border-right: 0 !important;
		background: none !important;
	}

	.education-tabs .elementor-tab-content {
		padding: 0 0 31px !important;
		margin-top: -1px;
		box-shadow: none;
	}

	.education-tabs .elementor-tab-content h3 {
		margin: 5px 0px 15px !important;
	}

	.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
		margin: 0px 0px 21px;
	}

	.education-tabs .elementor-tab-content p:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.education-tabs .elementor-tab-content a {
		font-size: 14px;
		padding: 15px 13px 13px;
		line-height: 1.359;
		letter-spacing: 0.44px;
		padding: 13px 20px 12px 20px;
	}

	.education-tabs .elementor-tab-content a:after {
		content: "";
		display: block;
		max-width: 100%;
		width: 136px;
	}

	.education-tabs .elementor-tabs .elementor-tab-title {
		color: rgb(40 40 40 / 80%) !important;
	}

	.education-tabs .elementor-tab-content *:not(:first-child) {
		overflow: hidden;
	}

	.see-all-button.elementor-widget-button .elementor-button {
		font-size: 16px !important;
		line-height: 24px !important;
		letter-spacing: -0.2px !important;
	}

	.see-all-button.elementor-widget-button .elementor-button svg {
		width: 12px;
		height: 8px;
		margin-left: 12px;
	}

	.aii-video-slider-wrapper .elementor-custom-embed-play {
		width: 50px !important;
		height: 50px !important;
	}

	span.step-title {
		font-size: 12px;
		padding-top: 8px;
	}

	.education-tabs.req-info-section .elementor-tab-content {
		padding: 40px 0 40px !important;
	}

	.education-tabs.req-info-section .elementor-tab-content p:not(:last-child):not(:first-child) {
		margin: 0px 0px 16px;
	}

	.education-tabs.req-info-section .elementor-tab-title {
		padding-left: 0 !important;
	}

	.program-form.elementor-section-boxed>.elementor-container {
		width: 100% !important;
	}

	.education-tabs.req-info-section .elementor-tab-content img {
		display: none;
	}

	html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gfield_no_follows_desc {
		margin-top: -4px !important;
	}

	html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha {
		margin-bottom: 5px !important;
	}

	html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gform_footer {
		text-align: center;
	}

	.program-form-hide {
		background: #df6a16 !important;
	}

	.program-form-hide {
		background: #fff !important;
	}

	.employer-resources-wrapper .elementor-button {
		letter-spacing: 0.5px;
		line-height: 1.375;
		padding: 15px 21px 13px 21px !important;
	}

	.quality-education-right .elementor-image-box-content {
		align-items: flex-start;
	}

	.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content h3 {
		padding-bottom: 10px;
		font-size: 16px;
	}

	.curriculum-details-wappe.global-widget .curriculum-details-right-content ul li {
		padding-left: 24px;
	}

	.mmc-video-slider-wrapper .subhead-accent .elementor-heading-title {
		padding-bottom: 11px;
	}

	.mmc-video-slider-wrapper .elementor-testimonial {
		max-width: 771px;
		margin: 64px auto 0 auto;
	}

	.mmc-video-slider-wrapper .elementor-main-swiper {
		width: 100%;
	}

	.mmc-video-slider-wrapper .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		margin-top: 26px;
	}

	.mmc-video-slider-wrapper .elementor-main-swiper .swiper-slide {
		padding-bottom: 33px !important;
	}

	.mmc-video-slider-wrapper .elementor-main-swiper {
		padding-bottom: 10px !important;
	}

	body .options {
		max-height: 190px;
	}
}


/* ===================== style-max-767px.css ================================== */

/* ===================== style-max-641px.css ================================== */

@media only screen and (max-width: 641px) {
	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.building-future-form-wrap .gform_wrapper .gform_page_footer input.button {
		width: 100%;
	}

	.building-future-form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button,
	.building-future-form-wrap .gform_wrapper .gform_page_footer .gform_button {
		top: 77px;
	}
}



/* ===================== style-max-641px.css ================================== */

/* ===================== style-max-580px.css ================================== */

@media only screen and (max-width: 580px) {
	.landing-page-tabs-section .education-tabs .elementor-tab-content img {
		float: none;
		margin: 0 0 21px;
		width: 100%;
		height: 100vw;
		object-fit: cover;
		max-width: none;
	}

	.education-tabs .elementor-tab-content img {
		float: none;
		margin: 0 0 21px;
		width: 100%;
		height: 100vw;
		object-fit: cover;
		max-width: none;
	}
}

/* ===================== style-max-580px.css ================================== */

/* ===================== style-max-480px.css ================================== */

@media only screen and (max-width: 480px) {
	.gallery-slider .swiper-pagination-bullets {
		display: block;
		position: absolute;
		bottom: 23px;
		/* font-size: 0; */
		line-height: 1;
		z-index: 11;
		left: 50%;
		transform: translateX(-50%);
		width: 100% !important;
		text-align: center;
		padding: 0 20px;
	}

	.gallery-slider .swiper-pagination-clickable .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: rgba(255, 255, 255, 0.5);
		opacity: 1;
	}

	.gallery-slider .swiper-pagination-bullet-active {
		border: solid 1px #ffffff;
	}

	.landing-page-tabs-section .education-tabs-no-btns .elementor-tab-content {
		padding: 0 0 30px !important;
	}
	/* 	Selectors Update For Elementor 3.19.2
		Old: .automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-text-editor h4
	*/
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt h4 {
		width: 100%;
		margin-bottom: 14px;
	}
}

/* ===================== style-max-480px.css ================================== */

/* ===================== style-max-374px.css ================================== */

@media only screen and (max-width: 374px) {
	.mmc-pagination-wrapper .page-numbers.next, .mmc-pagination-wrapper .page-numbers.prev, .mmc-pagination-wrapper .page-numbers.dots {
		padding: 6px 4px 4px;
		height: 30px;
		font-size: 17px;
	}
	.building-future-form-wrap .gform_wrapper form .zip-one-fourth {
		width: 100%;
	}

	.building-future-form-wrap .gform_wrapper form .phone-two-third {
		width: 100%;
	}

	.contact-module .gform_wrapper form ul .zip-one-fourth {
		width: 100%;
	}

	.contact-module .gform_wrapper form ul .phone-two-third {
		width: 100%;
	}

	.tour-schedule-module .gform_wrapper form ul .zip-one-fourth {
		width: 100%;
	}

	.tour-schedule-module .gform_wrapper form ul .phone-two-third {
		width: 100%;
	}

	.quality-education-inner .quality-education-right .icon-box-excerpt {
		width: 100%;
	}

	.mmc-video-slider-wrapper .elementor-testimonial .elementor-testimonial__text {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.partners-section .elementor-column-gap-default .employment-logos .elementor-column {
		width: 100%;
	}

	.partners-section .elementor-element.elementor-element-ae1e36e>.elementor-element-populated {
		padding: 0 0 40px 0;
	}
	.mmc-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots){
		margin: 0 5px
	}
}

/* ===================== style-max-374px.css ================================== */

/* ADA issus fixing*/
	/*code for skip content */
	a.skip-main {
		left: -999px;
		position: absolute;
		top: auto;
		width: 1px;
		height: 1px;
		overflow: hidden;
		z-index: -999;
		background-color: #fff;
		color: #333;
		font-size: 14px;
	}
	a.skip-main:focus, a.skip-main:active {
		/*code for skip content */
		background-color: #fff;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
		clip: auto!important;
		color: #333;
		display: block;
		font-size: 14px;
		font-weight: 700;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000;
	}

	/* code for spaces  */
	.mmc-video-slider-wrapper .swiper-pagination-bullets, 
	.elementor-social-icons-wrapper, .footer-sep{
		font-size: 11px;
	}
	
	/* /Code For Form */
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus-visible, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus-visible, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus-visible, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus-visible, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus-visible~label:before, 
	html body .gchoice:focus-visible input[type="checkbox"]~label:before, 
	html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before,
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus-visible, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus~label:before, 
	html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before,
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus-within, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus-within, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus-within, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus-within, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus-within, 
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="checkbox"]:focus-within~label:before, 
	html body .gchoice:focus-within input[type="checkbox"]~label:before, 
	html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before,
	html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus-within {
		/* background-color:#eee; */
		border: 1px solid #000 !important;
		box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
	}
	.styledSelect:focus-within,
	.styledSelect:focus-visible,
	.styledSelect:focus {
		border: 2px solid #a65d43;
	}
	.elementor-icon-list-item > a:focus{
		outline: 1px solid #000 !important;
	}

	html body .gform_wrapper form ul.gform_fields li.gfield > a:focus,
	html body .gform_wrapper form ul.gform_fields li.gfield > a:focus-within{
			border: 1px solid #000 !important;
	}
	
	/* /Code For Form Ending*/

	/* code for menu open on focus */
	@media screen and (min-width: 1024px) {
		.main-menu:focus-within{
			overflow: visible;
		}
		.elementor-nav-menu li:focus-within >  ul,
		.elementor-nav-menu li.menu-item-has-children:focus-within > .sub-menu{
			display: block !important;
			opacity: 1 !important;
		}
		.elementor-nav-menu li:focus-within >  ul,
		.elementor-nav-menu li.menu-item-has-children.menu-campuses:focus-within > .sub-menu{
			display: flex !important;
			opacity: 1 !important;
		}
		.elementor-nav-menu > li ul > li > a:focus {
			background-color: #eaedf5;
			color: #001234;
		}
	}

	
	.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container, .elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{
		font-size: 11px;
	}

/* ADA issus fixing end*/
