/*
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: #005EB8;
	font-size: inherit;
	transition: all 0.3s;
}

.elementor a:hover, a:hover {
	text-decoration: none;
	color: #005EB8;
}

body a, body p a {
	color: #005EB8;
	text-decoration: underline;
}

body a, body p a:hover {
	color: #005EB8;
	text-decoration: none;
}

/* / =----------------------------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, body .site-main ul li ol li ul 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 li, .site-main ul li ol li {
	font-size: inherit;
	line-height: 1.43;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	margin-bottom: 5px;
	padding-left: 10px;
	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, .site-main ul li ol li ul li:after {
	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: var( --e-global-color-accent) !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: #0C2340;
	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: "Avenir", Sans-serif;
	font-weight: 900;
	line-height: 71px;
	letter-spacing: -0.75px;
}

body .elementor-widget-heading h2.elementor-heading-title, body h2, body .h2 {
	font-size: 40px;
	font-family: "Avenir", Sans-serif;
	font-weight: 900;
	line-height: 48px;
	letter-spacing: -0.5px;
}

body .elementor-widget-heading h3.elementor-heading-title, body h3, body .h3 {
	font-size: 30px;
	font-family: "Avenir", Sans-serif;
	font-weight: 900;
	line-height: 36px;
	letter-spacing: -0.38px;
}

body .elementor-widget-heading h4.elementor-heading-title, body h4, body .h4 {
	font-size: 20px;
	font-family: "Avenir", Sans-serif;
	font-weight: 900;
	line-height: 24px;
	letter-spacing: -0.25px;
}

body .elementor-widget-heading h5.elementor-heading-title, body h5, body .h5 {
	font-size: 18px;
	font-family: "Avenir", Sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.25px;
}

body .elementor-widget-heading h6.elementor-heading-title, body h6, body .h6 {
	font-size: 16px;
	font-family: "Avenir", Sans-serif;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.25px;
}

/* ---------------------------------------------------------------
Subheading Accents
--------------------------------------------------------------- */

.subhead-accent .elementor-heading-title {
	font-size: 14px;
	font-family: "Avenir", Sans-serif;
	font-weight: 900;
	color: #f6be00;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	padding-bottom: 14px;
	line-height: 1.357;
}

.subhead-accent .elementor-heading-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: #f6be00;
}

#Oval-Copy {
	stroke: var( --e-global-color-a413af1);
}

#Oval-Copy+text {
	fill: var( --e-global-color-80fb4e7);
}

[fill="#DF6A16"] {
	fill: currentColor;
}

[stroke="DF6A16"] {
	stroke: currentColor;
}

/* ------------------------------------------------------------
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---------------------- / */

#five9OpenChatButton img {
	margin-top:-10px !important;
}

#five9OpenChatButton:hover {
	background-color: #005EB8 !important;
}


.elementor-button:after, [type="button"]:after {
	content: "";
	width: 162px;
	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: #ffa40b !important;
	color: #0c2340;
	text-decoration: none;
}

.elementor-section.elementor-section-boxed>.elementor-container {
	width: calc(100% - 30px);
}

.elementor-section.elementor-section-boxed>.elementor-container .elementor-container{
	width: 100%;
}

/* ===============form================ */

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: 46px;
	cursor: pointer;
	position: relative;
	-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: #e75454;
}

.s-hidden {
	display: none;
}

.styledSelect {
	padding: 9px 30px 10px 14px;
	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: calc(100% - 1px);
	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: 300px;
	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 7px;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
	text-transform: none;
	cursor: pointer;
}

body form .options li:hover {
	background-color: #f6f6f6;
}

.options li::before {
	display: none !important;
}

.options li[rel=""] {
	display: none;
}

.options li.active {
	background-color: #F6F6F6;
	position: relative;
	cursor: default;
	pointer-events: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: #0C2340;
}

/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */

/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */

/* html structure */

/* <label class="checkbox-container">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label> */

/* end html structure */

/* 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
------------------------------------------------------------ */

/* html structure */

/* <label class="radio-container">One
  <input type="radio" checked="checked" name="radio">
  <span class="checkmark"></span>
</label> */

/* 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: #005EB8;
}

/* 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 {
	display: 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;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: -0.14px;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 0px !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: #0C2340 !important;
	width: 100% !important;
	height: 46px;
	padding: 10px 14px !important;
	letter-spacing: -0.18px !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;
	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 form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
	padding-top: 10px !important;
}

html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}

html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 10px;
	color: #e11919;
	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 .validation_message {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}

html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	display: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: #0C2340;
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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: #e75454 !important;
}

.gfield_error .styledSelect {
	border-color: #e75454;
}

html body .gform_wrapper .top_label .gfield_label, html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-size: 20px;
	color: #000;
}

/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */

html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label, html body .gform_wrapper .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 li label {
	padding-left: 30px;
	font-weight: normal;
}

html body .gform_wrapper ul.gfield_radio li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	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: #2196f3;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}

html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}

html body .gform_wrapper ul.gfield_radio li label:after {
	top: 9.5px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}

html body .gform_wrapper ul.gfield_checkbox 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_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-weight: normal;
}

html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

html body .gform_wrapper ul.gfield_checkbox li label:before{
	background-color: #fff;
    border: 2px solid #cacaca;
}
html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
    background-color: #2196f3 !important;
}

html body .gform_wrapper ul.gfield_checkbox li:hover input~label:before {
	background-color: #ccc;
}

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;
}

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: 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);
}

.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;
}

/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */

html body .gform_wrapper form .gform_footer {
	text-align: center;
	padding: 10px 0 0;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"] {
	background-color: #005EB8 !important;
	color: #fff !important;
	max-width: 200px;
	width: 100%;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #00498f !important;
}

/* ------------------------------------------------------------
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: 7px 18px !important;
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	background: #005EB8 !important;
	border: 2px solid #005EB8;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 17px !important;
	line-height: 23px !important;
	letter-spacing: -0.21px !important;
}

.request-info-btn .elementor-button:hover {
	background: #00498f !important;
	color: #ffffff !important;
	border-color: #00498f;
}

.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 {
	line-height: 23px;
	opacity: .7 !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover {
	opacity: 1 !important;
	text-decoration: underline !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul.elementor-nav-menu--dropdown {
	padding: 9px 0 9px;
	min-width: 228px !important;
}

.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;
}

.mobile-underbar .elementor-icon-list-item a[href*="request-info"] span {
	color: #0c2340 !important;
}

.mobile-nav .mobile-underbar .elementor-icon-list-item a[href*="tel"] {
	border-right: 1px solid #f3f3f3;
}

.mobile-nav .mobile-underbar .elementor-icon-list-item a[href*="request-info"] span {
	color: #fff !important;
}

.mobile-nav .mobile-underbar .elementor-icon-list-item a[href*="tel:"] span, .mobile-nav .mobile-underbar .elementor-icon-list-item a[href*="tel:"] span i {
	color: #0c2340 !important;
}

.menu-mobile-main .menu {
	padding: 15px 15px 30px;
	list-style: none;
}

.menu-mobile-main .menu>li>a {
	text-transform: uppercase;
}

.menu-mobile-main .menu>li {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -0.23px;
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
	font-weight: 700;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

.tour-a-schedule a {
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
}

.menu-mobile-main .menu>li>a {
	padding: 14px 0 14px;
	display: block;
	color: #0c2340;
	letter-spacing: -0.21px !important;
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
	text-decoration: none;
	font-size: inherit;
}

.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: 1px solid #005EB8;
	color: #005EB8;
}

.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: #005EB8;
}

.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;
	opacity: 1 !important;
}

.menu-mobile-main .menu ul {
	padding: 11px 21px 10px 21px;
	list-style: none;
}

.menu-mobile-main .menu .menu-programs>ul {
	padding-bottom: 21px;
}

.menu-mobile-main .menu ul ul {
	padding: 2px 0 0px 0;
	margin-bottom: 10px;
	width: 232px;
}

.menu-mobile-main .menu .menu-programs ul>li+li {
	border-top-color: transparent;
}

.menu-mobile-main .menu>li.menu-programs>ul>li>a {
	font-family: Avenir;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: -0.21px;
	line-height: 23px;
	color: #005EB8;
	text-decoration: underline;
	opacity: 1 !important;
}

.menu-mobile-main .menu ul ul li a {
	opacity: 0.7;
	font-family: Avenir;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.21px;
	line-height: 23px;
	color: #0c2340;
	text-decoration: none;
}

.menu-mobile-main .menu ul ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}

.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 {
	font-family: Avenir;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -0.21px;
	line-height: 23px;
	color: #0c2340;
	margin: 0;
}

.menu-mobile-main .menu ul>li+li {
	border-top: 1px solid #e2e2e2;
}

.menu-mobile-main .menu ul>li>a {
	color: #0c2340;
	padding: 10px 0 9px;
	display: block;
	opacity: .7;
}

.menu-mobile-main .menu ul>li>a:hover, .menu-mobile-main .menu ul>li.current-menu-item>a {
	text-decoration: underline;
	opacity: 1 !important;
}

.menu-mobile-main .menu ul>li.menu-item-object-stvt-campus-states>a {
	color: #005EB8;
	font-weight: 900;
	font-family: 'Avenir', Arial, Helvetica, sans-serif !important;
	text-decoration: underline;
	letter-spacing: 0;
	opacity: 1;
}
.menu-mobile-main .menu ul>li.menu-item-object-stvt-campus-states>ul{
	width: 100%;
}

.menu-mobile-main .menu ul>li.menu-item-object-stvt-campus-states>li.menu-last {
	display: none !important;
}

.menu-mobile-main .menu .menu-programs ul>li {
	margin: 0px;
}

.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;
}

body.admin-bar:not(.elementor-editor-active) .mobile-nav {
	top: 92px;
}

.main-menu {
	overflow: hidden;
}

.main-menu:hover {
	overflow: visible;
}

.angle-down {
	position: absolute;
	top: 0;
	right: -2px;
	padding: 17px 13px 17px;
	line-height: 1;
	font-size: 22px;
	width: 56px;
	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);
	opacity: 1;
	color: #0c2340;
}

.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 .elementor-icon {
	background-image: url("../img/hamburger.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition: none;
	width: 22px;
	height: 19px;
	cursor: pointer;
}

.header-logo-bar .header-icon-column .menu-right-icon  .elementor-icon i::before {
	font-size: 0px;
}
p:empty{
	display: none;
}
.mobile-nav-open .header-logo-bar .header-icon-column .menu-right-icon  .elementor-icon {
	background-image: url("../img/menu-close.svg");
	background-size: cover;
	background-repeat: no-repeat;
	transition: none;
	height: 22px;
	width: 22px;
}

.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 10px;
	font-size: 0;
	height: 16px;
	width: 1px;
	background: rgb(255, 255, 255, 0.2);
	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;
}

.global-widget.curriculum-details-wappe .curriculum-details-right-content .elementor-widget-text-editor h5 {
	position: relative;
	padding-bottom: 15px;
	color: #df6a16;
	margin: 0;
	line-height: 1.2;
}

.global-widget.curriculum-details-wappe .curriculum-details-right-content .elementor-widget-text-editor 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: #005EB8;
	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: #005EB8;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content ul {
	column-count: auto;
	margin-top: 27px;
}

.mechanic-outer .mechanic-wrapper-inner >.elementor-container {
	margin: 0px -15px;
	width: auto !important;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content {
	border-top: 2px solid #005EB8;
}

.mechanic-outer .mechanic-wrapper-inner .elementor-column {
	margin: 0px 15px;
}

.mechanic-col-4 .mechanic-col.elementor-column {
	width: calc(50% - 30px);
}

.mechanic-col-4 >.elementor-container {
	flex-wrap: wrap;
}

.automatic-service-wrapper .automatic-services-inner .programs-col .program-length-excerpt h4 {
	color: #0c2340;
}

.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-widget-wrap {
	border-left: 3px solid #f6be00;
}

.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%;
}

.partners-section .employment-logos >.elementor-container {
	justify-content: space-between;
}

.event-img-container a {
	display: block;
	background: #005EB8 url(/wp-content/uploads/2021/03/STVT-Logo.png) center center no-repeat;
	background-size: 50%;
	min-height: 270px;
	background-size: 100px;
}

.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: #0c2340;
	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: #F6BE00;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	line-height: normal;
	display: inline-block;
	top: -17px;
	font-family: "Avenir", Arial, Helvetica, 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 ul li a:hover{
	color: #f6be00;
}


.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: #f6be00;
	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);
	grid-column-gap: 0px;
}

.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: currentColor;
	display: block;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content.curriculum-details-right-content ul li {
	color: #0c2340;
}
.mechanic-outer .mechanic-wrapper-inner .curriculum-details-right-content .elementor-widget-container{
	height: 100%;
}
.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 - 663px);
}

.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 - 663px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-main.type-page {
	min-height: calc(100vh - 397px);
	overflow-x: hidden;
}

/* Are You Ready for Your New Career? */

.new-career-form-column {
	width: 450px !important;
	margin-left: 84px;
}

.new-career-content-column {
	width: calc(100% - 534px) !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: "Open Sans", Sans-serif;
	font-weight: 500;
}

.automative-institute-features .elementor-icon-list-items li:not(:last-child) {
	margin-bottom: 34px;
}

.building-future-form-wrap .gform_wrapper form {
	border: none;
	padding: 0;
}

.building-future-form-wrap .gform_title {
	text-transform: uppercase;
	color: #005EB8;
	text-align: center;
	font-family: "AvenirNextCondensed", Sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -0.38px !important;
	line-height: normal;
	margin: 10px 0 6px 0;
}

.building-future-form-wrap .gform_wrapper {
	margin: 0;
}

.building-future-form-wrap .gform_wrapper form {
	border: none;
	padding: 0;
}

.building-future-form-wrap .gform_heading {
	margin-bottom: 16px;
}

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.14px;
	color: #0c2340;
}

.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: 200px;
	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;
}

/* .vocational-training-content-column>.elementor-widget-wrap{
	max-width: 550px;
} */

.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;
}

/* .automative-service-content-column>.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: 14px;
}

.tour-schedule-module .gform_wrapper form .gform_heading {
	margin-bottom: 14px;
}

.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 {
	letter-spacing: normal;
	text-align: center;
	color: #0c2340;
	padding: 0px 25px 0 25px !important;
	margin-top: -2px;
	letter-spacing: -0.2px !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: 15px !important;
	padding-top: 0 !important;
	letter-spacing: -0.14px !important;
}

.img-info-box .elementor-image-box-img {
	text-align: center;
	padding-top: 0px;
	margin-top: -2px;
	width: auto !important;
	flex: auto 0 0 !important;
	margin-right: 25px !important;
	padding-left: 0 !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: 28px;
}

.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;
}

.contact-module .gform_wrapper form #field_3_33, 
.contact-module .gform_wrapper form .gchoice_3_33_1{
    margin-bottom: 0!important;
}
.contact-module .gform_wrapper form #field_3_34 {
    padding-top: 5px !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;
	color: #005EB8;
}

.tour-schedule-module .gform_wrapper form .gform_body .top-text {
	font-size: 16px;
	line-height: 28px !important;
	letter-spacing: -0.2px;
	text-align: center;
	color: #0c2340;
}

.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: #0c2340;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	/* margin-bottom: 5px !important; */
	margin-top: -5px !important;
}
.tour-schedule-module .gform_wrapper form #field_1_41, 
.tour-schedule-module .gform_wrapper form .gchoice_1_41_1{
    margin-bottom: 0 !important;
    padding-bottom: 7px !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;
}

.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: 30px !important;
}

html body .tour-schedule-module .gform_wrapper form .gform_body .gfield.top-text {
	margin-bottom: 30px !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: rgb(8, 24, 45, .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: #0c2340;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
	background-color: #f6be00;
	font-family: 'Open Sans';
	text-decoration: none;
	line-height: 20px;
}

#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: #005EB8;
}

/*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;
}

.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: #0c2340;
	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: #0c2340;
	letter-spacing: -0.38px;
}

.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 #005EB8;
	padding-top: 50px;
}

.education-tabs .elementor-tab-content p:last-child {
	padding-bottom: 30px;
}

.education-tabs .elementor-tab-content h3 {
	color: #005EB8;
	font-size: 30px;
	line-height: 36px;
	margin: 21px 0px 19px;
}

.education-tabs .elementor-tab-content a {
	color: #0c2340 !important;
	background-color: #f6be00;
	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;
	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: #ffa40b !important;
}

.education-tabs .elementor-tab-content a:hover {
	color: #fff;
	text-decoration: none;
}

.education-tabs .elementor-tab-content a::after {
	content: "";
	display: block;
	max-width: 100%;
	width: 160px;
	height: 0px;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 30px !important;
	margin-bottom: -1px;
	border-right: 1px solid #005eb8 !important;
	margin-right: -1px !important;
}

.education-tabs .elementor-tab-content img {
	float: right;
	margin-top: -31px;
	margin-left: 50px;
	max-width: calc(50% - 10px);
}

.education-tabs .elementor-tab-title {
	transition: all 0.2s ease-in;
}

.education-tabs .elementor-tab-title.elementor-active {
	position: relative;
	overflow: hidden;
	border-right: 0 !important;
}

.education-tabs .elementor-tabs-wrapper {
	overflow: visible;
}

.education-tabs .elementor-tab-title.elementor-active::before {
	width: 0 !important;
	height: 0 !important;
	border: 26px solid#fff !important;
	position: absolute !important;
	top: 16px !important;
	right: -27px !important;
	transform: rotate(45deg) skew(10deg, 10deg) !important;
	box-shadow: -5px 5px 7px 1px rgba(103, 103, 103, 0.07);
}

.education-tabs .elementor-tab-title {
	overflow: hidden;
}

.education-tabs .elementor-tab-content {
	padding: 31px 0px 0px 70px;
}

.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 #f1f3f7 !important;
}

html body .education-tabs .elementor-tab-title.elementor-active:not(:last-child) {
	border-bottom-color: #4c8ecd !important;
}

.education-tabs .elementor-image {
	width: 280px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.education-tabs .elementor-tab-title:hover {
	background: #E9F1F8;
}

.education-tabs .elementor-tab-title:not(.elementor-active):hover a {
	color: #005EB8 !important;
}

.education-tabs .elementor-tab-title.elementor-active {
	background: #4C8ECD;
	color: #fff !important;
}

.education-tabs.req-info-section .elementor-tab-title {
	padding-left: 21px !important;
}

.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: #0c2340 !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: #0c2340;
}

.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: #0c2340;
}

.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: #0c2340;
}

.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: 28px !important;
	letter-spacing: -0.25px !important;
	border-bottom: 3px solid #f6be00;
	border-radius: 0;
	color: #0c2340 !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;
}

.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: #0c2340;
	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;
	margin-bottom: 15px !important;
}

html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .recaptcha-field {
	margin-bottom: 30px !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: #0c2340;
	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: #0c2340;
	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;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program .elementor-widget-text-editor 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;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor 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 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;
}

.program-block-active-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: -999999px;
	z-index: 1;
}

/* =====================Home-Page================================= */

.education-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
	font-weight: bold;
	opacity: 1;
}

.education-tabs .elementor-tabs-wrapper a {
	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);
}

.stvt-video-slider-wrapper .swiper-pagination-bullets {
	position: relative;
	width: 100%;
	font-size: 0;
	top: 3px;
	;
}

.stvt-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: #f6be00;
}

.stvt-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: #0C2340;
}

.stvt-video-slider-wrapper .subhead-accent .elementor-heading-title::after {
	left: 43%;
}

.stvt-video-slider-wrapper .subhead-accent .elementor-heading-title {
	padding-bottom: 15px;
}

.stvt-video-slider-wrapper .elementor-swiper-button-prev {
	background-color: #ffffff;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	left: -11px;
	transition: all .3s linear;
}

.stvt-video-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:before {
	content: '\e87e';
	color: #0C2340;
	opacity: 0.21;
	position: absolute;
	left: 11px;
	font-weight: 800;
	font-size: 28px;
	top: 13px;
	transition: all .3s linear;
}

.stvt-video-slider-wrapper .elementor-swiper-button-next {
	background-color: #ffffff;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	right: -13px;
	transition: all .3s linear;
}

.stvt-video-slider-wrapper .elementor-swiper-button-next .eicon-chevron-right:before {
	content: '\e87d';
	color: #0C2340;
	opacity: 0.21;
	position: absolute;
	font-weight: 800;
	left: 15px;
	font-size: 28px;
	top: 13px;
	transition: all .3s linear;
}

.stvt-video-slider-wrapper .elementor-swiper-button-prev:hover, .stvt-video-slider-wrapper .elementor-swiper-button-next:hover {
	background-color: #666;
}

.stvt-video-slider-wrapper .elementor-swiper-button-prev:hover i:before, .stvt-video-slider-wrapper .elementor-swiper-button-next:hover i:before {
	color: #fff !important;
	opacity: 1;
}

.stvt-video-slider-wrapper .elementor-testimonial {
	max-width: 771px;
	margin: 60px auto 0 auto;
}

.stvt-video-slider-wrapper .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
	margin-top: 37px;
}

html body .gform_wrapper form ul.gform_fields li.gfield a {
	color: #005eb8 !important;
	font-weight: 400;
	line-height: inherit;
	text-decoration: none;
}

html body .gform_wrapper form ul.gform_fields li.gfield a:hover {
	text-decoration: underline;
}

.education-tabs .elementor-tab-title {
	position: relative;
}

.stvt-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next, .stvt-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: 50%;
	margin: 0px 0px 50px;
}

.quality-education-right .elementor-image-box-img {
	min-height: 48px;
	display: flex !important;
	justify-content: center;
	margin-bottom: 11px !important;
	min-width: 54px !important;
}

.quality-education-right .elementor-image-box-content {
	align-items: center;
	text-align: left;
	margin: 0 auto;
	justify-content: center;
	padding: 3px 9px 5px 0;
}

.stvt-video-slider-wrapper .elementor-testimonial__text {
	position: relative;
}

.stvt-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;
	color: #005EB8;
}

.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.7;
	background-color: #0C2340;
	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 #f6be00;
	padding: 15px;
}

.campuse-blocks .location-name span {
	font-family: "Avenir", sans-serif;
	font-size: 30px;
	font-weight: 900;
	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: #f3f3f3;
}

.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;
}

.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: 'Avenir';
	font-size: 16px;
	font-weight: 700;
	color: #005EB8;
	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: #f3f3f3;
	padding: 31px 15px 0px 15px;
	border-width: 1px 1px 0px 1px;
	position: relative;
}


.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: #0C2340;
}

.program-block .program-block-inner h4 {
	color: #005EB8;
	font-style: normal;
}

.program-block .program-block-inner span a {
	text-decoration: none;
}

.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;
	/* padding-top: 15px; */
}

.program-block-inner .duration br+br {
	display: none;
}

.program-block-inner .programs-locations address {
	color: #0C2340;
	font-style: normal;
	position: relative;
	padding-right: 7px;
	display: inline-block;
	width: 100%;
}

.program-block-inner .programs-locations address: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-block-inner .programs-locations h4 {
	margin-left: -21px;
}

.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: #005EB8;
	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: "Opem Sans", Sans-serif;
	;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2c318c;
}

.program-block-inner p {
	color: #0C2340;
	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;
}
.swiper-wrapper{
	align-items: flex-start;
}
.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-col .blog-description:hover {
	text-decoration: none;
}

.blog-description .subhead-accent {
	position: relative;
	font-family: "Aviner", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #f6be00;
	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: #f6be00;
}

.blog-description h3 {
	color: #0C2340;
	font-family: "Aviner", Sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	margin: 18px 0 16px 0;
}

.blog-description a:hover {
	text-decoration: underline;
}

.blog-description p {
	color: #0C2340;
	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 #f6be00;
	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: #0C2340 !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;
}

.stvt-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;
}

.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 #f6be00;
	border-color: #f6be00 transparent #f6be00 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	z-index: 9;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.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;
}

.stvt-pagination-wrapper {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.stvt-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: #0C2340;
	font-weight: 400;
	text-decoration: none;
	line-height: normal;
	font-family: 'Open Sans';
	font-size: 18px;
	border-radius: 2px;
}

.stvt-pagination-wrapper .page-numbers.next, .stvt-pagination-wrapper .page-numbers.prev, .stvt-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: #0C2340;
}

.stvt-pagination-wrapper .page-numbers.current {
	background: #005eb8 !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.stvt-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: #005eb8 !important;
	color: #fff !important;
}

.stvt-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: #0C2340;
}

.stvt-pagination-wrapper .page-numbers.next:hover, .stvt-pagination-wrapper .page-numbers.prev:hover, .stvt-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: #005EB8;
}

.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: 'Avenir';
	font-size: 18px;
	font-weight: 700;
	color: #005EB8;
	position: relative;
	padding-bottom: 12px;
	text-transform: uppercase;
	display: block;
}

.latest-articles-inner {
	background-color: #f6f6f6;
	border-top: 3px solid #005EB8;
	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: "Avenir", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #0C2340;
	text-decoration: none;
	line-height: normal;
}

.blog-widget h4 a:hover {
	text-decoration: underline;
	color: #0C2340;
}

.blog-widget .date-sm {
	font-family: "Open Sans", 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: "Avenir", Sans-serif;
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	color: #0C2340;
	line-height: normal;
	position: relative;
	padding-left: 16px;
}

.blog-categories-inner ul li a:hover {
	text-decoration: underline;
	color: #0C2340;
}

.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) #f6be00;
}

.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: #f6be00;
}

.blog-single-post h2 {
	margin: 0 0 30px 0;
	color: #005EB8;
}

.blog-single-post h3, .blog-single-post h4, .blog-single-post h5, .blog-single-post h6 {
	color: #005EB8;
}

.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: #f6be00;
	padding: 6px 19px;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.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 .side-arrow:after {
	background-color: #f3f3f3;
}

.side-arrow.gray:after {
	background-color: #f3f3f3;
}

.three-icon-blocks .block-with-icon {
	width: calc(33.33333% - 30px);
	margin: 64px 15px 0px 15px !important;
}

.two-icon-blocks-adj .block-with-icon {
	width: calc(50% - 30px);
}

.three-icon-blocks .elementor-widget-wrap {
	margin: 0 -15px;
	width: auto;
}

.three-icon-blocks .block-with-icon .elementor-widget-container {
	border: 2px solid rgba(0, 94, 184, 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 !important;
	text-transform: uppercase;
	text-align: center;
	color: #005EB8;
}

.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 {
	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: #f3f3f3;
}

.find-programs-here .programs-locations {
	width: 25%;
	padding-bottom: 34px;
}

.find-programs-here h4 {
	font-family: 'Avenir';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6be00;
	margin: 0 0 29px 0;
	line-height: normal;
}

.find-programs-here ul li:before {
	display: none !important;
}

body .site-main .find-programs-here ul li {
	font-family: "Avenir", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	color: #0C2340;
	padding-left: 30px;
	margin-bottom: 27px;
}

body .site-main .find-programs-here ul li a {
	color: #0C2340;
	text-decoration: none;
}

body .site-main .find-programs-here ul li a:hover {
	text-decoration: underline;
}

.curriculum-details-right .subhead-accent .elementor-heading-title::after {
	background-color: currentColor;
}

.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;
}

.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: #0C2340;
}

.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%;
}


.img-info-box:hover .elementor-image-box-description {
	text-decoration: underline;
}

.campus-location .styledSelect span {
	color: #0C2340;
}

.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);
}
body .elementor-nav-menu .sub-arrow{
	display: none;
}
.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: "Open Sans", 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: #f6be00;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	cursor: pointer;
}

.blog-block .blog-img-wrapper .blog-cat-title:hover {
	background-color: #ffa40b;
	text-decoration: none;
}

.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);
}

.building-future-form-wrap .gform_wrapper div.validation_error {
	display: none;
}

/* ===================== 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;
	color: #005eb8;
}

.privacy-policy-content p, .privacy-policy-content ul, .privacy-policy-content table {
	margin-bottom: 30px;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
	background: #f2f2f2;
}

.gallery-slider .slider-inner-wrapper img {
	width: 350px;
	height: 350px;
	object-fit: cover;
}

/* general text block */


.general-text-box p, .general-text-box ul {
	margin-bottom: 30px;
}

.general-text-box h2, .general-text-box h3, .general-text-box h4, .general-text-box h5, .general-text-box h6 {
	margin: 0 0 5px;
	color: #005eb8;
	padding-top: 0 !important;
}

/* End general text block */

.step-outter {
	margin: 0 auto;
	display: none;
}

.step-outter.active-step {
	display: block;
}

.step-outter h4 {
	color: #005eb8;
	padding-bottom: 10px;
	border-bottom: 2px solid #005eb8;
	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: #f6be00 !important;
	color: #0c2340 !important;
}

.gform_wrapper ul.gform_fields li.gfield select {
	width: 100%;
}

#building-future-form-wrap h3 {
	color: #005EB8;
}

.gform_title {
	text-align: center;
	color: #005EB8;
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #ffa40b !important;
	color: #0c2340 !important;
}

.check-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.check-list label {
	padding: 11px 20px 10px 14px;
	border-radius: 3px;
	border: solid 1px #d2d2d2;
	background-color: #ffffff;
	font-family: 'Avenir';
	font-size: 16px;
	font-weight: 900;
	line-height: 18px;
	width: calc(50% - 30px);
	margin: 0 15px 15px;
	display: flex;
	cursor: pointer;
	transition: border 0.3s ease-in;
	align-items: center;
	min-height: 59px;
	letter-spacing: normal;
}

.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;
}

.ui-datepicker {
	margin: 0;
}

.check-list label input:checked+span {
	border: 1px solid #005eb8;
	background: #005eb8;
}

.check-list label input:checked+span:after {
	content: '\f00c';
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	position: relative;
	top: 1px;
}

.check-list label input {
	display: none;
}

.filter-search-form {
	display: flex;
	width: 100%;
}

select.stvt_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: #F6BE00;
	color: #0c2340;
}

body #cookie-notice .cookies-button-container .cookies-button:hover {
	background: #ffa40b !important;
	color: #0c2340 !important;
	border-color: #ffa40b;
}

html, body {
	-webkit-overflow-scrolling: touch !important;
}

.deactive-program .ginput_container_select {
	opacity: .7;
}

.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;
}

.logo .elementor-widget-container {
	position: relative;
}

.logo .elementor-widget-container:after {
	width: 100vw;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	content: '';
	background: #fff;
	z-index: 1;
}

.logo .elementor-image::before {
	content: '';
	position: absolute;
	height: 100%;
	background: url(../img/logo-bg-rectangle.svg) no-repeat right center;
	width: 41px;
	left: 100%;
	top: 0;
}

.social-links a path {
	transition: fill 0.3s ease-in;
}

.social-links a:hover path {
	fill: #fff;
}

.mobile-underbar .elementor-icon-list-item aa[href="/request-info"] .elementor-icon-list-text {
	color: #0c2340 !important;
}

.video-slide .swiper-slide {
	height: auto !important;
}

.video-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}

.video-outer {
	width: 50%;
	padding-right: 15px;
	position: relative;
}

.slide-content {
	width: 50%;
	padding-left: 45px;
	padding-right: 39px;
}

.quote-icon {
	margin-bottom: 40px;
	width: 48px;
	height: 35px;
	display: block;
	background-size: contain;
}

.video-text {
	margin-bottom: 69px;
}

.video-text p {
	font-size: 20px;
	line-height: 1.45;
	letter-spacing: -0.25px;
	color: #0c2340;
}

html body .video-meta h4 {
	margin: 0 0 0;
	font-family: "AvenirNextCondensed";
	font-weight: 700;
	color: #0c2340;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
}

html body .video-meta h5 {
	margin: 0 0 0;
	font-family: "AvenirNextCondensed";
	font-weight: 600;
	color: #0c2340;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: normal;
}

.video-thumbnail:after {
	padding-bottom: 66.317%;
	content: '';
	display: block;
}

.video-thumbnail {
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
}

.play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(246, 190, 0, .8);
	transition: background-color ease 0.3s;
	width: 77px;
	height: 77px;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
}

.play-icon:after {
	content: '';
	background-image: url(../img/video-play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 31px;
	display: inline-block;
}

.play-icon:hover {
	background-color: rgba(246, 190, 0, 1);
}

.video-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-video .swiper-pagination-bullets {
	position: static;
	width: 100%;
	font-size: 0;
	margin: 45px 0 0 90px;
}

.slider-video .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: #005eb8;
}

.slider-video .swiper-pagination-bullets .swiper-pagination-bullet:focus {
	outline: none;
}

.slider-video [data-vimeo-id] {
	position: absolute;
	top: 0;
	width: calc(100% - 15px);
	height: 100%;
	background-color: #282828;
	visibility: hidden;
	z-index: 10;
	border-radius: 3px !important;
}

.video-outer.playVideo [data-vimeo-id] {
	visibility: visible;
}

.slider-video .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: #005eb8;
}

.slider-video .subhead-accent .elementor-heading-title {
	padding-bottom: 15px;
	line-height: 1.2;
}

.slider-video .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
	background: #005eb8;
}

.slider-outer-section {
	position: relative;
}

.slider-outer-section .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: 0px;
	left: auto;
	transform: translate(0);
	margin: 0;
}

.slider-outer-section .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(../img/chevron-left.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	right: 45px;
	top: 0;
	left: auto;
	transform: translate(0);
	margin: 0;
}

.slider-outer-section .swiper-button-prev:focus, .slider-outer-section .swiper-button-next:focus {
	outline: none;
}
.vocational-training-content-column .blue-button{
	align-items: flex-start;
}
.program-block .program-block-inner .duration h4,
.program-block .program-block-inner .programs-locations h4{
	display: none;
}
.slider-outer-section h2 {
	font-family: Avenir;
	font-size: 14px !important;
	font-weight: 900;
	letter-spacing: -0.23px !important;
	color: #f6be00 !important;
	line-height: 16px !important;
	margin-bottom: 54px !important;
	margin-top: 0;
	text-transform: uppercase;
}

.slider-outer-section h2 span {
	line-height: inherit;
	vertical-align: top;
	padding: 2px 52px 3px 10px;
	border-radius: 1px;
	border: solid 2px #f6be00;
	display: inline-block;
	border-right: 0;
}

.img-info-box-container .img-info-box h5, .tag-heading-el h2 {
	line-height: inherit;
	vertical-align: top;
	padding: 2px 52px 3px 10px;
	border-radius: 1px;
	border: solid 2px #f6be00;
	display: inline-block;
	border-right: 0;
	font-family: Avenir;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: -0.23px !important;
	color: #c7c1ac;
	line-height: 16px !important;
	position: relative;
	overflow: hidden;
	min-width: 133px;
}

span.tag-heading {
	position: relative;
	overflow: hidden;
}

span.tag-heading:after, .img-info-box h5:after, .tag-heading-el h2:after {
	content: '';
	width: 13px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/tag-shape.svg) no-repeat center right;
}

.footer-bottom-content .schema_code>span:not(.footer-sep) {
	letter-spacing: -0.18px;
	color: #e2e2e2;
}

.footer-bottom-content .schema_code>span:empty {
	display: none;
}

.elementor-tab-content:focus {
	outline: none;
}

.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: #f6be00 !important;
	color: #0c2340 !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: #ffa40b !important;
	color: #0c2340 !important;
}

.img-info-box-container .elementor-widget-wrap .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: #f6be00 !important;
	border-radius: 0 !important;
}

.build-step-form .gf_progressbar .gf_progressbar_percentage span {
	display: none;
}

.build-step-form h3 {
	margin-bottom: 18px;
}

/* End step form code */

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

/* Datepicker style */

html body div#ui-datepicker-div {
	width: 280px;
	background: #fff;
	border-radius: 5px !important;
	overflow: hidden;
}

html body .ui-datepicker-header {
	background: #fff;
	border: 0 !important;
}

html body .ui-datepicker-title select {
	border: 0;
}

html body .ui-datepicker-next {
	background: none;
}

html body .ui-datepicker-prev {
	background: none;
}

html body .ui-datepicker-prev {
	position: relative;
	width: 30px;
}

html body .ui-datepicker-prev:before {
	content: '';
	width: 8px !important;
	height: 8px !important;
	border-left: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	display: block !important;
	transform: rotate(45deg) translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -4px 0 0 0 -2px;
}

html body .ui-datepicker-next {
	width: 30px;
	position: relative;
}

html body .ui-datepicker-next:before {
	content: '' !important;
	width: 8px !important;
	height: 8px !important;
	border-right: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
	display: block !important;
	transform: rotate(-45deg) translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -4px 0 0;
}

html body .ui-datepicker-title {
	display: flex;
	justify-content: space-between;
	text-shadow: none;
	color: #000;
}

html body .ui-datepicker-title select {
	width: calc(50% - 30px);
}

html body .ui-datepicker tbody tr {
	border: 0;
}

html body .ui-datepicker tbody td {
	border: 0;
}

html body .ui-datepicker-calendar .ui-state-default {
	background: none;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	box-shadow: none;
	border-radius: 50%;
	font-weight: 400;
	line-height: 38px;
	color: #000;
	text-shadow: none;
	font-size: 13px;
	width: 40px;
}

html body .ui-datepicker-calendar .ui-state-default:hover {
	background: #E6E6E6;
}

html body td.ui-datepicker-unselectable.ui-state-disabled {
	background: none;
	opacity: 0.5;
}

html body .ui-datepicker th {
	border: 0;
	background: none;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-top: 0 !important;
}

html body .ui-datepicker thead {
	background: none;
	border-bottom: 0;
}

html body .ui-datepicker tbody td {
	background: none;
}

html body .ui-datepicker tbody td.ui-datepicker-today .ui-state-default {
	border-color: #ddd;
}

html body .ui-datepicker th span {
	display: block;
}

/* End Datepicker style */
.sidebar-btn{
	color: #0c2340 !important;
    background-color: #f6be00 !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;
    letter-spacing: 0.5px;
	margin: 0 auto;
	max-width: 200px !important;
	display: block;
	width: 100%;
}
.sidebar-btn:hover{
	background-color: #ffa40b !important;
	color: #0c2340 !important;
	text-decoration: none !important;
}
.question-mark{
    background: #005EB8 !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;
}
.stvt_qr_code{
    margin-bottom: 30px;
    text-align: center;
}
.stvt_qr_code img{
    max-width: 220px;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 10px;
}
.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 .e-fab-twitter,
  .blog-social-icons .elementor-share-btn_twitter .elementor-share-btn__icon i{
	opacity: 0
  }
@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 !important;
	}
	body:not(.rtl) .main-menu .elementor-nav-menu>li:not(:last-child) {
		margin-right: 23px !important;
	}
	.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: 1100px) {
	body:not(.rtl) .main-menu .elementor-nav-menu>li:not(:last-child) {
		margin-right: 13px !important;
	}
	.main-menu {
		margin-left: auto;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 1025px) {
	.new-career-content-column>div, .automate-service-content-column>div{
		background: none !important;
	}
	.elementor .elementor-element.testimonial-slider>.elementor-background-overlay {
		background-color: transparent !important;
	}
	body:not(.elementor-editor-active) .mobile-nav {
		visibility: hidden;
	}
}

@media screen and (min-width: 1024px) {
	.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;
	}
	.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-programs ul li ul {
		position: static !important;
		margin: 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 .menu-programs>ul {
		left: -102px !important;
		display: none;
	}
	.main-menu .menu-programs:hover>ul {
		display: flex;
	}
	.main-menu .menu-programs>ul>li {
		display: inline-block;
		margin-bottom: 15px;
		width: 33.33333%;
		padding: 0 24px;
	}
	.main-menu .menu-programs>ul>li a {
		padding: 10px 0 !important;
	}
	.elementor-widget-nav-menu.main-menu .elementor-nav-menu>li:hover>a::after {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1 !important;
	}
	.elementor-widget-nav-menu.main-menu .menu-programs>ul>li>a.elementor-sub-item {
		font-family: Avenir !important;
		font-size: 17px !important;
		font-weight: 900 !important;
		color: #005eb8 !important;
		text-decoration: underline !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		opacity: 1 !important;
	}
	.main-menu .menu-programs>ul>li>a:hover {
		text-decoration: none !important;
	}
	.main-menu .menu-programs ul li ul li a.elementor-sub-item {
		white-space: normal !important;
		border-left: 0 !important;
		font-family: Avenir !important;
		font-size: 17px !important;
		font-weight: 500 !important;
		color: #0c2340 !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		opacity: .7;
	}
	.main-menu .menu-programs ul li ul li a.elementor-sub-item:hover {
		opacity: 1;
	}
	.main-menu .menu-programs>ul {
		width: 853px !important;
		padding: 20px 6px 5px 6px!important;
		background-color: #ffffff;
		left: -102px;
	}
	.main-menu .menu-programs ul li ul li {
		line-height: 19px !important;
	}
	.main-menu .menu-programs ul li ul li a:hover {
		text-decoration: underline !important;
	}
	.main-menu .menu-programs>ul>li>a.elementor-sub-item:hover {
		text-decoration: none !important;
	}
	.main-menu .menu-campuses>ul {
		padding: 12px 32px 30px !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;
	}
	.main-menu .menu-campuses:hover>ul {
		display: flex !important;
	}
	.main-menu .menu-campuses:hover a:after {
		opacity: 1 !important;
	}
	.main-menu .menu-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-campuses>ul>li {
		display: inline-block;
		width: 169px;
		line-height: 19px;
		padding-right: 15px;
	}
	.main-menu .menu-campuses>ul>li a.elementor-sub-item {
		padding: 12px 0 !important;
		white-space: normal !important;
		border-left: 0 !important;
		font-family: Avenir !important;
		font-size: 17px !important;
		font-weight: 500 !important;
		color: #0c2340 !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		opacity: .7;
	}
	.main-menu .menu-campuses>ul>li>a.elementor-sub-item {
		font-family: Avenir !important;
		font-size: 17px !important;
		font-weight: 900 !important;
		color: #005eb8 !important;
		text-decoration: underline !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		opacity: 1 !important;
	}
	.main-menu .menu-campuses>ul>li a.elementor-sub-item:hover {
		color: #0c2340 !important;
		opacity: 1;
		text-decoration: underline !important;
	}
	.main-menu .menu-campuses>ul>li>a.elementor-sub-item:hover {
		color: #005eb8 !important;
		text-decoration: none !important;
	}
	.main-menu .menu-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-campuses>ul>li.menu-last ul {
		width: auto !important;
		background: none !important;
	}
	.main-menu .menu-campuses>ul>li.menu-last ul a {
		background: none !important;
	}
	.main-menu .elementor-nav-menu .menu-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-campuses>ul>li.menu-last>ul li a {
		text-decoration: underline !important;
		font-family: 'Opens Sans' !important;
		white-space: nowrap;
		display: inline-block;
	}
	.main-menu .elementor-nav-menu .menu-campuses>ul>li.menu-last>ul:hover {
		background: none !important;
	}
	.main-menu .elementor-nav-menu .menu-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-campuses>ul>li.menu-last>ul li a.elementor-sub-item:hover {
		text-decoration: none;
	}
	.main-menu .elementor-nav-menu>li.current-menu-item>a:after, .main-menu .elementor-nav-menu>li.current-menu-ancestor>a:after {
		opacity: 1 !important;
		visibility: inherit;
	}
	.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: 1 !important;
	}
}

@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;
	}
}

@media only screen and (max-width: 1024px) and (min-width:870px) {
	body .social-links {
		width: auto !important;
		position: absolute;
		top: 25px;
		right: 0;
	}
}

/* End custom CSS */

@media only screen and (max-width: 1024px) {
	.video-slide {
		display: block;
	}
	.video-outer {
		width: 100%;
		padding: 0 0 20px;
	}
	.slide-content {
		width: 100%;
		padding: 0;
	}
	.quote-icon {
		margin-bottom: 15px;
		width: 29px;
		height: 21px;
	}
	.play-icon {
		width: 50px;
		height: 50px;
		background-color: #f6be00;
	}
	.play-icon:after {
		background-size: 18px auto;
	}
	.video-text p {
		font-size: 16px;
		line-height: 28px;
		letter-spacing: -0.2px;
		color: #282828;
	}
	.video-text {
		margin-bottom: 15px;
	}
	.slider-video .swiper-pagination-bullets {
		margin-bottom: 10px;
		margin-left: 0px;
	}
	body .elementor-widget-heading h1.elementor-heading-title, body h1, body .h1 {
		font-size: 48px;
		line-height: 54px;
	}
	body .elementor-widget-heading h2.elementor-heading-title, body h2, body .h2 {
		font-size: 32px;
		line-height: 40px;
	}
	body .elementor-widget-heading h3.elementor-heading-title, body h3, body .h3 {
		font-size: 26px;
		line-height: 30px;
	}
	body .elementor-widget-heading h4.elementor-heading-title, body h4, body .h4 {
		font-size: 19px;
		line-height: 22px;
	}
	.elementor-column.elementor-col-50.automative-service-img-column {
		width: 100%;
	}
	.mobile-nav-open .mobile-header-bar {
		z-index: 9999;
	}
	.vocational-training-content-column>.elementor-widget-wrap>.elementor-widget-wrap, .automative-service-content-column>.elementor-widget-wrap {
		max-width: 100%;
	}
	.vocational-training-content-column>.elementor-widget-wrap {
		padding: 40px 15px 40px !important;
	}
	.automative-service-content-column>.elementor-widget-wrap {
		padding: 40px 15px 40px !important;
	}
	.stvt-video-slider-wrapper .elementor-testimonial__text:before {
		left: 0;
		top: -13px;
	}
	.stvt-video-slider-wrapper .subhead-accent {
		margin-bottom: 30px !important;
	}
	.stvt-video-slider-wrapper .elementor-swiper-button-prev {
		left: calc(50% - 22px);
		transform: translateX(-50%);
		width: 33px;
		height: 33px;
	}
	.stvt-video-slider-wrapper .elementor-swiper-button-next {
		right: calc(50% - 22px);
		transform: translateX(50%);
		left: auto;
		width: 33px;
		height: 33px;
	}
	.stvt-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next, .stvt-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
		top: 0;
	}
	.stvt-video-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:before {
		top: 8px;
		left: 8px;
		font-size: 16px;
	}
	.stvt-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(50% - 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 >.elementor-container {
		justify-content: center;
	}
	.mechanic-outer .mechanic-wrapper-inner .elementor-column {
		width: calc(50% - 30px);
	}
	.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;
	}
	.partners-section .employment-logos >.elementor-container {
		justify-content: space-around;
	}
	.event-img-container img {
		width: 100%;
	}
	.automate-service-section {
		padding-bottom: 0 !important;
	}
	.automate-service-section >.elementor-container .elementor-column .elementor-background-overlay {
		background-size: cover;
		background-position: center;
	}
	.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;
	}
	.automate-service-content-column .elementor-widget-wrap{
		padding-left: 15px !important;
		padding-right: 15px !important;
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	.new-career-content-column .elementor-widget-wrap {
		background-size: cover;
		background-position: left top;
		background-repeat: no-repeat;
	}
	.stvt-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;
	}
	div.footer-logo {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	.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%;
	}
}

@media screen and (max-width: 1023px) {
	.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;
	}
	.premiere-vocational-section>.elementor-container {
		flex-direction: column-reverse;
	}
	.premiere-vocational-section .vocational-training-content-column {
		width: 100%;
	}
	.vocational-training-content-column>.elementor-widget-wrap {
		max-width: 100%;
	}
	.vocational-training-content-column>.elementor-widget-wrap {
		padding: 40px 15px 36px !important;
	}
	.premiere-vocational-section .vocational-training-img-column {
		width: 100%;
		min-height: auto;
	}
	.vocational-training-img-column>.elementor-widget-wrap {
		padding-bottom: 45%;
	}
	.automative-service-section>.elementor-container {
		flex-direction: column;
	}
	.automative-service-content-column>.elementor-widget-wrap {
		padding: 40px 15px 36px !important;
	}
	.automative-service-section .automative-service-content-column {
		width: 100%;
	}
	.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;
	}
	.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 0 20px;
	}
	.education-tabs .elementor-tab-content {
		padding-left: 20px;
		padding-top: 20px;
	}
	.partners-section .employment-logos >.elementor-container {
		max-width: 600px;
		margin: 0 auto;
	}
	.thank-you-content {
		min-height: calc(100vh - 667px);
	}
	/* ===================== 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 {
		max-width: 168px;
		padding: 13px 19px 9px 19px !important;
	}
	.building-future-form-wrap .elementor-shortcode h3 {
		font-size: 22px;
		margin: 5px 0 16px 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: 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;
	}
}

@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;
	}
}

@media (max-width: 900px) {
	.slide-content {
		padding-right: 0;
		padding-left: 0;
	}
}

@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:not(.elementor-active) {
		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;
		margin-right: 0 !important;
	}
	.education-tabs .elementor-tab-title.elementor-active {
		font-weight: 700 !important;
	}
	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active) {
		border-bottom: 1px solid #f1f3f7 !important;
	}
	.education-tabs .elementor-tabs-content-wrapper {
		box-shadow: none;
	}
	.education-tabs .elementor-tab-content {
		padding-top: 0px;
		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: -20px;
	}
	.education-tabs .elementor-tab-title:not(:last-child) {
		border-bottom-width: 0 !important;
	}
	.education-tabs .elementor-tab-title.elementor-active {
		padding: 20px !important;
		border-right: 0 !important;
		background: none !important;
		background-color: rgb(0, 94, 184, .7) !important;
		color: #fff !important;
		border-radius: 3px 3px 0 0 !important;
	}
	.upcoming-events-wrapper {
		min-height: calc(100vh - 601px);
	}
	.education-tabs .elementor-tab-title:after {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 30px;
		font-family: 'Font Awesome 5 Pro';
		font-size: 22px;
		font-weight: 400;
	}
	.elementor-active.elementor-tab-title:after {
		transform: rotate(180deg);
	}
	.education-tabs .elementor-tab-title.elementor-active:after {
		top: 18px;
	}
}

@media (min-width: 768px) {

	.stvt-optin-tooltip{
		position: absolute;
		bottom: 48px;
		left: 0;
		width: 400px;
		padding: 10px 10px 20px;
		background: #005eb8;
		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(84% + 8px) calc(100% - 8px), 84% 100%, calc(84% - 8px) calc(100% - 8px), 2px calc(100% - 8px), .5px calc(100% - 8px - .5px), 0 calc(100% - 8px - 2px) );
	}
	.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: 8px !important;
	}
}

@media only screen and (max-width: 869px) and (min-width:768px) {
	html body .social-links {
		width: auto !important;
		position: absolute;
		top: 25px;
		right: 0;
		left: auto;
	}
	html body .footer-content-column {
		max-width: none !important;
		width: 100% !important;
		margin-bottom: 0 !important;
	}
}

/* End custom CSS */

@media screen and (max-width:767px) {
	.stvt-optin-tooltip{
		display: block !important;
	}
	.question-mark{
		display: none !important;
	}
	.sidebar-btn{
		font-size: 14px !important;
		padding: 13px 15px 12px 15px !important;
		line-height: 19px !important;
		letter-spacing: 0.44px;
		max-width: 176px !important;
		width: auto !important;
	}
	.sidebar-btn:after{
		content: "";
		width: 162px;
		display: block;
		max-width: 100%;
	}
	table td, table th {
		padding: 9px;
		line-height: 1.5;
		vertical-align: top;
		border: 1px solid #ccc;
		font-size: 11px;
	}
	.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: 20px;
		top: 27px;
		font-family: 'Font Awesome 5 Pro';
		font-size: 22px;
		font-weight: 400;
		color: inherit !important;
	}
	.stvt-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: 18px;
	}
	.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;
		letter-spacing: -0.45px;
	}
	body .elementor-widget-heading h2.elementor-heading-title, body h2, body .h2 {
		font-size: 26px;
		line-height: 31px;
		letter-spacing: -0.33px;
	}
	body .elementor-widget-heading h3.elementor-heading-title, body h3, body .h3 {
		font-size: 22px;
		line-height: 26px;
		letter-spacing: -0.28px;
	}
	body .elementor-widget-heading h4.elementor-heading-title, body h4, body .h4 {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: -0.23px;
	}
	[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;
		letter-spacing: 0.44px;
	}
	.elementor-button:after, [type="button"]:after {
		width: 146px;
	}
	.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;
		width: 248px !important;
		max-width: calc(100% - 95px) !important;
		margin-top: -1px;
	}
	.footer-links .elementor-nav-menu {
		display: block !important;
		column-count: 2;
		column-gap: 15px;
		width: 100%;
	}
	.footer-links .elementor-widget-container {
		padding-left: 0 !important;
	}
	.footer-links .elementor-nav-menu>li {
		margin-bottom: 13px;
		margin-right: 0 !important;
		text-align: right;
		width: 100%;
	}
	.footer-links .elementor-widget-wrap {
		align-content: flex-start;
		align-items: flex-start;
	}
	.social-links {
		width: auto;
		position: absolute;
		top: 99px;
		left: 0;
	}
	.footer-sep {
		margin: 0 9px;
	}
	.elementor .elementor-hidden-phone.footer-sep {
		font-size: 0;
		display: block;
		line-height: 0;
		height: 0;
		overflow: hidden;
		width: 0;
	}
	.footer-links .elementor-nav-menu>li {
		display: inline-block;
		text-align: left;
	}
	.footer-links .elementor-nav-menu>li>a {
		white-space: normal;
	}
	.landing-page-footer {
		text-align: left;
	}
	.footer-bottom-content {
		font-size: 12px !important;
		line-height: 22px !important;
		letter-spacing: -0.15px !important;
		color: #e2e2e2 !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;
	}
	.curriculum-details-wappe.global-widget .curriculum-details-right-content .elementor-widget-text-editor 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;
	}
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor h4 {
		margin: 0px 0px 14px 0px;
		width: 136px;
		max-width: 100%;
	}
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt.program .elementor-widget-text-editor ul {
		margin-top: -4px;
		width: calc(100% - 147px);
	}
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor 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-widget-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: 0 -1px 0 0 !important;
		min-height: 0;
		min-width: 54px !important;
		width: auto !important;
		flex: 54px auto auto;
	}
	.automative-institute-features .elementor-icon-list-items li span.elementor-icon-list-text {
		padding-left: 20px !important;
		padding-top: 3px;
	}
	.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: 0 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;
	}
	.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_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;
	}
	.vocational-training-img-column>.elementor-widget-wrap {
		padding-bottom: 69%;
	}
	.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;
	}
	.single-stvt-campuses .automative-service-section .automative-service-img-column{
		min-height: 0;
	}
	.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: 2px;
		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: 10px;
		line-height: 14px !important;
		letter-spacing: -0.13px !important;
	}
	html body .contact-module .gform_wrapper form .gform_body .gfield.top-text {
		padding: 1px 15px !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: 14px !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: 18px !important;
		margin-top: 10px !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: 16px;
	}
	.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.7);
		-webkit-transform: scale(0.7);
		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-title.elementor-active {
		margin-right: 0;
		margin-bottom: 1px;
	}
	.education-tabs .elementor-tab-content h3 {
		padding: 0;
		font-size: 22px;
		line-height: 27px;
		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) {
		border-bottom: 1px solid #f1f3f7 !important;
	}
	.education-tabs .elementor-tab-title:not(.elementor-active):not(:last-child) {
		border-bottom: 1px solid #f1f3f7 !important;
	}
	.education-tabs .elementor-tab-content.elementor-active {
		background: #fff;
		border-radius: 0 0 3px 3px;
		box-shadow: -5px 5px 7px 1px rgba(103, 103, 103, 0.07);
		overflow: hidden;
	}
	.education-tabs .elementor-tabs-content-wrapper {
		margin-bottom: 8px;
	}
	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 {
		padding: 26px 40px 22px 20px !important;
	}
	.education-tabs .elementor-tab-title.elementor-active {
		padding: 20px 0 !important;
		border-right: 0 !important;
		padding: 20px 40px 19px 20px !important;
		border-radius: 3px 3px 0 0;
		line-height: 28px !important;
	}
	.education-tabs .elementor-tab-content {
		padding: 0 0 40px !important;
		margin-top: -1px;
		margin-bottom: 5px;
		box-shadow: none;
	}
	.education-tabs .elementor-tab-content h3 {
		margin: 40px 20px 8px !important;
	}
	.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
		margin: 0px 20px 15px;
	}
	.education-tabs .elementor-tab-content p:last-child {
		margin: 0px 20px 0;
	}
	.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;
	}
	.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;
		padding-left: 10px;
		padding-top: 2px;
	}
	.quality-education-right .elementor-image-box-img {
		align-items: flex-start;
	}
	.automative-institute-features .elementor-icon-list-items li:not(:last-child) {
		margin-bottom: 34px;
	}
	.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;
	}
	.stvt-video-slider-wrapper .subhead-accent .elementor-heading-title {
		padding-bottom: 11px;
	}
	.stvt-video-slider-wrapper .elementor-testimonial {
		max-width: 771px;
		margin: 64px auto 0 auto;
	}
	.stvt-video-slider-wrapper .elementor-main-swiper {
		width: 100%;
	}
	.stvt-video-slider-wrapper .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
		margin-top: 26px;
	}
	.stvt-video-slider-wrapper .elementor-main-swiper .swiper-slide {
		padding-bottom: 33px !important;
	}
	.stvt-video-slider-wrapper .elementor-main-swiper {
		padding-bottom: 10px !important;
	}
	body .options {
		max-height: 190px;
	}
	html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
		padding-top: 1px;
	}
	/* ===================== 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%;
	}
	.two-icon-blocks-adj .block-with-icon {
		width: 100%;
	}
	.campus-programs-wrapper {
		padding: 30px 0 20px 0;
	}
	.campus-programs-wrapper .program-block {
		padding: 0 15px 30px;
	}
	.find-programs-here .programs-locations {
		width: 50%;
		padding-bottom: 20px;
	}
	.find-programs-here h4 {
		margin: 0 0 20px 0;
		font-size: 16px;
	}
	body .site-main .find-programs-here ul li {
		margin-bottom: 20px;
		font-size: 18px;
	}
	/* ===================== All Blocks ================================== */
	.img-with-gradient.elementor-section>.elementor-background-overlay {
		background-color: transparent !important;
		background-image: linear-gradient(360deg, #0C2340 0%, #0C2340 12%, rgba(12, 35, 64, .3) 100%) !important;
		opacity: 1 !important;
		height: 31.7vw !important;
	}
	.img-with-gradient.elementor-section:not(.elementor-motion-effects-element-type-background) {
		background-size: 100% auto !important;
	}
	.img-with-gradient.elementor-section>.elementor-background-overlay {
		min-height: 250px !important;
	}
	.img-with-gradient.elementor-section: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;
		margin: -4px 0 0;
	}
	.contact-module .gform_heading {
		margin-bottom: 14px;
	}
	.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;
	}
	.stvt-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 44px;
		height: 44px;
		padding: 11px 7px 11px 7px;
	}
	.stvt-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;
	}
	.quality-education-inner .quality-education-right .elementor-image-box-wrapper {
		display: flex;
	}
	.filter-search-form {
		display: block;
	}
	html body .img-info-box .elementor-image-box-img {
		width: auto !important;
		padding-left: 0px !important;
		flex: auto 0 0;
		margin-top: -1px !important;
	}
	html body .img-info-box .elementor-image-box-wrapper {
		display: flex;
		align-items: flex-start;
	}
	.education-tabs .elementor-tab-content img {
		margin-bottom: 0;
		margin-top: 0;
	}
	.education-tabs .elementor-tab-content p:last-child {
		padding-bottom: 20px;
	}
	.education-tabs .elementor-tab-content {
		padding-bottom: 0 !important;
	}
	.slider-outer-section h2 {
		margin-bottom: 38px !important;
	}
	.slider-video .swiper-pagination-bullets {
		margin: 33px 0 0;
	}
	.slider-video .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 7px;
		height: 7px;
		opacity: 0.5;
		border-radius: 10px !important;
		margin: 0 2.5px !important;
	}
	.slider-video .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
		width: 47px;
	}
	.slider-outer-section .swiper-button-next, .slider-outer-section .swiper-button-prev {
		display: none;
	}
	.slider-video [data-vimeo-id] {
		right: 0;
		width: 100%;
		height: calc(100% - 20px);
	}
	html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .recaptcha-field {
		margin-bottom: 18px !important;
	}
}

@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: auto;
	}
	.building-future-form-wrap .gform_wrapper .gform_page_footer .button.gform_previous_button {
		top: 77px;
	}
	.education-tabs .elementor-tab-content h3 {
		margin: 20px 20px 8px !important;
	}
}

@media (max-width: 600px) {
	.check-list label {
		width: 100%;
	}
	span.step-title span {
		display: none;
	}
	.check-list-section {
		margin-bottom: 24px;
	}
	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);
	}
}

@media only screen and (max-width: 580px) {
	.landing-page-tabs-section .education-tabs .elementor-tab-content img {
		float: none;
		width: 100%;
		height: 85vw;
		object-fit: cover;
		max-width: none;
	}
	.education-tabs .elementor-tab-content img {
		float: none;
		width: 100%;
		height: 85vw;
		object-fit: cover;
		margin: 0;
		max-width: none;
	}
	.education-tabs .elementor-tab-content h3 {
		margin-top: 21px !important;
		margin-bottom: 12px !important;
	}
	.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
		margin: 0px 20px 30px;
	}
	.education-tabs .elementor-tab-content {
		padding-bottom: 20px !important;
	}
	/* ===================== 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 only screen and (max-width: 480px) {
	.gallery-slider .swiper-pagination-bullets {
		display: block;
		position: absolute;
		bottom: 23px;
		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;
	}
	.landing-page-tabs-section .education-tabs .elementor-tab-content img {
		float: none;
		width: 100%;
		height: 85vw;
		object-fit: cover;
		max-width: none;
	}
	.education-tabs .elementor-tab-content img {
		float: none;
		width: 100%;
		height: 86.5vw;
		object-fit: cover;
		max-width: none;
	}
	.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .program-length-excerpt .elementor-widget-text-editor h4 {
		width: 100%;
		margin-bottom: 14px;
	}
}

@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) {
	.stvt-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;
	}
	.stvt-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 34px;
		height: 34px;
		padding: 7px 6px 5px 7px;
		margin: 0 5px;
	}
	.stvt-pagination-wrapper .page-numbers.next, .stvt-pagination-wrapper .page-numbers.prev, .stvt-pagination-wrapper .page-numbers.dots {
		padding: 8px 6px 8px;
		height: 34px;
		font-size: 19px;
	}
}

@media only screen and (max-width: 374px) {
	table td, table th{
		padding: 5px;
		font-size: 10px;
	}
	.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%;
	}
	.footer-links {
		width: auto !important;
	}
	.stvt-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;
	}
	.stvt-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		margin: 0 5px
	}
	.quality-education-wrapper .quality-education-inner .quality-education-right {
		width: 100%;
	}
	.quality-education-wrapper .quality-education-inner .quality-education-right .elementor-element-populated {
		padding: 0px 0px 0px 0px !important;
	}
	.quality-education-right .elementor-image-box-img {
		justify-content: flex-start;
	}
	.quality-education-inner .quality-education-right .elementor-image-box-wrapper .elementor-image-box-img {
		width: 25% !important;
	}
	.footer-links .elementor-nav-menu>li, .footer-links .elementor-nav-menu>li>a {
		font-size: 12px !important;
	}
	[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: 12px !important;
		padding: 13px 10px 12px 10px !important;
		line-height: 19px !important;
		letter-spacing: 0.44px;
	}
	.footer-bottom-content .footer-sep {
		margin: 0 2px;
	}
	.footer-bottom-content {
		font-size: 11px !important;
		line-height: 20px !important;
	}
	.slider-outer-section h2{
		font-size: 12px !important;
	}
}

@media (max-width: 359px) {
	.footer-bottom-content .footer-sep {
		margin: 0 3px;
	}
}


/* Ada issue fixings */
@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-programs:focus-within > .sub-menu{
		display: flex !important;
		opacity: 1 !important;
	}
	.elementor-nav-menu > li ul > li > a:focus {
		background-color: #eaedf5;
		color: #001234;
	}
}
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 {
    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;
}
.footer-sep,
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.slider-video .swiper-pagination-bullets{
	font-size: 11px !important;
	line-height: 11px;
}
.footer-sep{
	color: rgba(0, 0, 0, 0);
}

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%);
}
.elementor-main-swiper .swiper-slide:focus,
.elementor-main-swiper .swiper-slide:focus-within,
.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:focus,
.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:focus-within,
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,
.slider-video .swiper-pagination-bullets .swiper-pagination-bullet:focus-within,
.slider-video .swiper-pagination-bullets .swiper-pagination-bullet:focus{
		border: 1px solid #000 !important;
}

.styledSelect:focus-within,
.styledSelect:focus-visible,
.styledSelect:focus {
    border: 2px solid #a65d43;
}
.elementor-icon-list-item > a:focus{
	outline: 1px solid #000 !important;
}
img[src*="https://l5srv.net"],
img[src*="https://qlix.quinstreet.com/"],
iframe[src*="education.mediaalpha.com/"]{
	position: absolute;
}
/* .styledSelect:focus-within + ul.options,
.styledSelect:focus-visible + ul.options,
.styledSelect:focus + ul.options{
	display: block !important;
} */
/* end of Ada issue fixings */