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

@import url("https://fonts.googleapis.com/css2?family=Avenir:wght@800;900&family=Open+Sans:wght@400;600;700&display=swap");

@font-face {
	font-family: "Avenir";
	src: url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Book.woff2") format("woff2"), url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Book.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Medium.eot") format("embedded-opentype"), url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Medium.woff") format("woff"), url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Medium.ttf") format("truetype"), url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Medium.svg") format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir";
	src: url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Black.woff2") format("woff2"), url("/wp-content/themes/wp-berks/assets/fonts/Avenir-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AvenirNextCondensed";
	src: url("/wp-content/themes/wp-berks/assets/fonts/AvenirNextCondensed-Bold.eot") format("embedded-opentype"), url("/wp-content/themes/wp-berks/assets/fonts/AvenirNextCondensed-Bold.woff") format("woff"), url("/wp-content/themes/wp-berks/assets/fonts/AvenirNextCondensed-Bold.ttf") format("truetype"), url("/wp-content/themes/wp-berks/assets/fonts/AvenirNextCondensed-Bold.svg") format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "AvenirNext";
	src: url("/wp-content/themes/wp-berks/assets/fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("/wp-content/themes/wp-berks/assets/fonts/AvenirNext-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Avenir Next Condensed Demi";
	src: url("/wp-content/themes/wp-berks/assets/fonts/AvenirNextCondensed-DemiBold.woff2") format("woff2"), url("/wp-content/themes/wp-berks/assets/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: 700;
	text-decoration: underline;
	color: #212d80;
	font-size: inherit;
	transition: all 0.3s;
}

.elementor a:hover,
a:hover {
	text-decoration: none;
	color: #212d80;
}

body a,
body p a {
	color: #212d80;
	text-decoration: underline;
}

body a,
body p a:hover {
	color: #212d80;
	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: #78be20 !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: #282828cc;
	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: 82px;
}

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

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

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

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

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

/* Subheading Accents */

.subhead-accent .elementor-heading-title {
	font-size: 14px;
	font-family: "Avenir", Sans-serif;
	font-weight: 700;
	color: #78be20;
	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: 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 */

body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button),
.elementor-button,
body [type="button"]:not(.gm-control-active):focus,
body [type="button"]:not(.gm-control-active),
body [type="submit"]:not(.adminbar-button):focus,
body button:not(.gm-control-active):focus,
body button:not(.gm-control-active) {
	color: #141b4d !important;
	background-color: #78be20 !important;
	font-size: 16px;
	font-family: "AvenirNextCondensed" !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	padding: 15px 15px 13px 15px !important;
	border: none;
	border-radius: 50px;
	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: none;
	max-width: 100%;
	letter-spacing: 0.5px;
}

.elementor-button:after,
[type="button"]:after,
a.blue-button:after,
a.blue-button:after {
	content: "";
	width: 190px;
	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: #a0ff29 !important;
	color: #141b4d;
	text-decoration: none;
}

.blue-button a,
a.blue-button {
	color: #fff !important;
	background-color: #141b4d !important;
	font-size: 16px;
	font-family: "AvenirNextCondensed" !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	padding: 15px 15px 13px 15px !important;
	border: none;
	border-radius: 50px;
	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: none;
	max-width: 100%;
}

.blue-button a:hover,
a.blue-button:hover {
	color: #fff !important;
	background-color: #212d80 !important;
	text-decoration: none !important;

}

.elementor-top-section.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("/wp-content/themes/wp-berks/assets/img/chevron-down-666.svg") no-repeat center;
}

.styledSelect.active:after {
	background: url("/wp-content/themes/wp-berks/assets/img/chevron-up-666.svg") no-repeat center;
}

body .options {
	display: none;
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	left: 0;
	z-index: 39;
	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;
	letter-spacing: -0.18px;
	color: #666666;
	text-transform: none;
	cursor: pointer;
}

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

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

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

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

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

/* End of Select Dropdown Custom Style */

/* Checkbox custom style */

/* Create a custom checkbox */

.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */

.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* End of checkbox custom style */

/* Checkbox custom style */

/* The container */

.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */

.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */

.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.radio-container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.radio-container input:checked~.checkmark {
	background-color: var(--e-global-color-4a427a6);
}

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

.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: #282828 !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 14px;
	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: 15px !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: #e11919;
	display: none;
}

.styledSelect.noplaceholder .text-ellipses {
	color: #282828;
	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: 4px;
	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: 9px;
	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;
}
body .elementor-nav-menu .sub-arrow{
	display: none;
}
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: #141b4d !important;
	color: #fff !important;
	margin: 0;
}

html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #212d80 !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 22.54px 6px !important;
	font-family: "AvenirNextCondensed", Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	background: #141b4d !important;
	border: 2px solid #141b4d;
	border-radius: 100px !important;
	color: #fff !important;
	font-size: 17px !important;
	line-height: 23px !important;
	letter-spacing: -0.21px !important;
	text-transform: none;
}

.request-info-btn .elementor-button:hover {
	background: #212d80 !important;
	color: #fff !important;
	border-color: #212d80;
}

.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 {
	width: 260px !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
	line-height: 23px;
	color: #282828cc !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item:hover {
	opacity: 1 !important;
	text-decoration: none !important;
	color: #212d80cc !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul.elementor-nav-menu--dropdown {
	padding: 22.5px 0 22.5px;
	min-width: 0 !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: #fff !important;
}

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

}

.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: #141b4d !important;
}

.menu-mobile-main .menu {
	padding: 5px 15px 0;
	list-style: none;
	background-color: #f3f3f6;
}

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

.menu-mobile-main .menu>li {
	font-size: 17px;
	line-height: 23px;
	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;
	text-decoration: none;
}

.menu-mobile-main .menu>li>a {
	padding: 15px 0 15px;
	display: block;
	color: #141b4d;
	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 15px;
	letter-spacing: -0.21px;
	line-height: 23px;
}


.mobile-nav .tour-a-schedule ul>li>a .elementor-icon-list-icon {
	width: 13px !important;
	position: relative;
	top: -2px;
}

.mobile-nav .tour-a-schedule ul>li {
	border-bottom: 1px solid rgba(40, 40, 40, .1);
}


.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.current_page_item>a,
.menu-mobile-main .menu>li.current-menu-item>a {
	text-decoration: none;
	color: #212d80;
}

.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: 0px 15px 0px 15px;
	list-style: none;
}

.menu-mobile-main .menu .menu-programs>ul {
	padding: 0px 15px 30px 17px;
	margin-top: -1px !important;
}

.menu-mobile-main .menu .menu-programs>ul ul {
	margin: 0 0 29px;
	padding: 16px 0 0px 0;
}

.menu-mobile-main .menu .menu-programs>ul li:last-child ul {
	margin-bottom: 0 !important;
}

.menu-mobile-main .menu .menu-programs>ul ul>li>a {
	padding: 0;
}

.menu-mobile-main .menu ul ul {
	padding: 12px 0 0px 0;
	margin-bottom: 20px;
	width: 100%;
}

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

.menu-mobile-main .menu .menu-programs li:last-child ul>li:last-child {
	margin-bottom: 0;
}

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

.menu-mobile-main .menu>li.menu-programs>ul>li.current-menu-item>a,
.menu-mobile-main .menu .menu-campuses>ul>li.current-menu-item>a {
	color: #141b4d !important;
}

.menu-mobile-main .menu ul ul li a {
	font-family: Avenir;
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	color: rgba(40, 40, 40, 0.8);
	text-decoration: none;
}

.menu-mobile-main .menu>li>ul {
	display: none;
}

.menu-mobile-main .menu>li.menu-campuses>ul {
	padding: 8px 24px 8px 24px;
}

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,
.menu-mobile-main .menu ul>li.placeholder {
	display: none !important;
}

.menu-mobile-main .menu ul>li {
	font-family: Avenir;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: -.21px;
	line-height: 23px;
	color: #282828cc;
	margin: 0 0 15px;
}

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

.menu-mobile-main .menu .menu-campuses>ul>li:last-child {
	margin-bottom: 0;
}

.menu-mobile-main .menu ul>li>a {
	color: #282828cc;
	padding: 0;
	display: block;
	line-height: 23px;
	font-weight: 500;
	font-size: 17px;
}

.menu-mobile-main .menu ul>li.current-menu-item>a {
	color: #212d80cc !important;
	opacity: 1 !important;
}

.menu-mobile-main .menu .menu-campuses>ul>li>a {
	color: #212d80;
	font-weight: 700;
	font-family: 'Avenir', Arial, Helvetica, sans-serif !important;
	text-decoration: underline;
	letter-spacing: 0;
	padding: 0;
}

.menu-mobile-main .menu .menu-campuses>ul>li>ul {
	padding: 16px 0 0px 0;
	margin-bottom: 17px;
}

.menu-mobile-main .menu .menu-campuses>ul>li:last-child>ul {
	margin-bottom: 0;
}

.menu-mobile-main .menu .menu-campuses>ul>li>li.menu-last {
	display: none !important;
}

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

.menu-mobile-main .menu .menu-programs ul>li:last-child {
	margin-bottom: 0;
}

.menu-mobile-main .menu ul>li.current_page_item>a,
.menu-mobile-main .menu ul>li.current-menu-item>a {
	color: #282828;
}

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

.main-menu {
	overflow: hidden;
}

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

.angle-down {
	position: absolute;
	top: 4px;
	right: 1px;
	padding: 13px 13px 13px;
	line-height: 1;
	font-size: 22px;
	width: 48px;
	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);
	top: 3px;
}

.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("/wp-content/themes/wp-berks/assets/img/hamburger.svg");
	background-size: contain;
	background-repeat: repeat-x;
	transition: none;
	width: 24px;
	height: 19px;
	cursor: pointer;
}

.header-logo-bar .header-icon-column .menu-right-icon .elementor-icon i::before {
	font-size: 0px;
}

.mobile-nav-open .header-logo-bar .header-icon-column .menu-right-icon .elementor-icon {
	background-image: url("/wp-content/themes/wp-berks/assets/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 12px;
	font-size: 0;
	height: 16px;
	width: 1px;
	background: rgba(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 12px;
}

.landing-page-footer .remove-space {
	display: inline-block !important;
}

.quality-education-inner .quality-education-right .icon-box-excerpt {
	width: calc(33.33% - 15px);
	margin: 0px 7.5px 39px;
}

.quality-education-right .elementor-image-box-content {
	display: flex;
	max-width: 170px;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

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

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

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

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

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

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

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt li:before {
	display: none;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt li {
	padding-left: 0px;
	line-height: 28px;
	margin-bottom: 0px;
	font-family: "Open Sans", sans-serif;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .programs-col .program-length-excerpt ul {
	margin-top: 12px;
}

.automatic-service-wrapper.elementor-section-boxed .automatic-services-inner.elementor-section-boxed .bg-image-col .elementor-widget-wrap {
	border-left: 3px solid #78be20;
}

.st0 {
	fill: currentColor !important;
}

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

.quality-education-right .elementor-image-box-title {
	margin: 0;
}

.quality-education-right .elementor-widget-wrap {
	align-items: flex-start;
	justify-content: center;
	width: auto !important;
}

.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: var(--e-global-color-4a427a6) url(../img/placeholder-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: 480px;
	object-fit: cover;
	object-position: center 20%;
}

.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: #78be20;
	font-family: "Avenir";
	font-size: 14px;
	font-weight: 900;
	line-height: normal;
	letter-spacing: -0.18px;
	color: #ffffff;
	border-radius: 3px;
	padding: 8px 15px;
	position: relative;
	top: -25px;
	left: 20px;
}

.event-content-container h3 a {
	color: #333333;
}

.event-content-container h3 a {
	text-decoration: none;
}

.event-list-item:hover .event-content-container h3 a {
	color: #282828;
	text-decoration: underline;
}

.event-list-item:hover .event-inner-container {
	box-shadow: 3px 3px 20px 10px rgba(103, 103, 103, 0.07);
}

.post-pageination span.current {
	background-color: #78be20;
	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: #78be20;
	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: #78BE20;
	border-radius: 3px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	line-height: normal;
	display: inline-block;
	top: -17px;
	font-family: "Avenir", Sans-serif;
}

.post-pageination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 0px 40px;
}

.post-pageination a,
.post-pageination span {
	border-radius: 3px;
	font-weight: 900;
	color: #333333;
	letter-spacing: -0.2px;
	height: 40px;
	width: 40px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Avenir";
}

.event-details-column {
	width: 370px !important;
}

.event-detail-card-module ul {
	padding: 0;
	list-style: none;
}

.event-detail-card-module ul li {
	color: #ffffff;
	font-family: "Avenir";
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	padding-left: 46px;
	letter-spacing: -0.25px;
}

.event-detail-card-module ul li:not(:last-child) {
	margin-bottom: 25px;
}

.event-detail-card-module ul li a {
	color: #ffffff;
}

.event-detail-card-module .event_address {
	display: block;
	font-weight: 400;
	line-height: 1.36;
}

.event-detail-card-module ul li:before {
	content: "\f073";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 29px;
	color: #78be20;
	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;
	color: #141b4d;
}

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

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item {
	margin: 0;
}
.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(/wp-content/themes/wp-berks/assets/css/"data:image/svg+xml,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https:/fontawesome.com License - https:/fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z' fill='var(--e-share-buttons-secondary-color, %23fff)'/%3E%3C/svg%3E");
}
.blog-social-icons .elementor-share-btn_twitter .elementor-share-btn__icon .e-fab-twitter,
.blog-social-icons .elementor-share-btn_twitter .elementor-share-btn__icon i{
    opacity: 0
}
.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: #282828;
}

.job-outlook .elementor-image-box-title {
	position: relative;
	padding-bottom: 20px;
}

.career-out-column .job-outlook .elementor-image-box-content h5,
.career-out-column .job-outlook .elementor-image-box-content p,
.events-detail-inner .subhead-accent .elementor-heading-title {
	line-height: normal !important;
}

.page-not-found-section {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 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;
	position: relative;
}

.img-info-box-container .img-info-box h5:after {
	content: '';
	position: absolute;
	width: 42px;
	height: 2px;
	background: #78be20;
	position: absolute;
	bottom: -13px;
	left: 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: "Avenir", 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: var(--e-global-color-4a427a6);
	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;
	letter-spacing: 0;
	color: #666666;
}

.building-future-form-wrap .gform_wrapper form .gform_footer {
	padding: 0;
	margin: 28px 0 0;
	text-align: center;
}

.building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	margin: 0;
	min-width: 220px;
	margin-top: 2px;
}

.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: 16px !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: 13px;
}

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

.contact-module .gform_wrapper form #field_3_33, 
.contact-module .gform_wrapper form .gchoice_3_33_1{
    margin: 20px 0 !important;
}
.gform_wrapper form #field_7_38, 
.gform_wrapper form .gchoice_7_38_1{
    margin-top: 20px;
}
.tour-schedule-module .gform_wrapper form #field_1_41, 
.tour-schedule-module .gform_wrapper form .gchoice_1_41_1{
    margin: 20px 0 !important
}

.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: hsla(0, 0%, 16%, 0.8);
	padding: 0px 25px 0 25px !important;
	margin-top: -2px;
	letter-spacing: 0 !important;
	line-height: 28px !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: 30px;
	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;
}

.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: var(--e-global-color-4a427a6);
}

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

.tour-schedule-module .gform_wrapper form .gform_footer input[type="submit"] {
	margin: 0;
	min-width: 200px;
	margin-top: 33px;
	font-size: 16px;
	background: #78be20;
}

.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;
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 0 !important;
	margin-top: -5px !important;
	letter-spacing: -0.14px;
	color: #717171;
}

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

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(20 27 77 / 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: #282828;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 700;
	border-radius: 3px;
	text-align: center;
	background-color: #78be20;
	font-family: 'Open Sans';
	text-decoration: none;
	line-height: 1.539;
}

#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #ffa40b;
}

.tour-schedule-form-column .elementor-shortcode h1,
.contact-form-section .elementor-shortcode h1 {
	margin-top: 0;
	text-align: center;
	color: var(--e-global-color-4a427a6);
}

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

body .education-tabs .elementor-tab-content {
	padding: 30px 0px 0px 58px;
	background-color: #fff;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}

.post-com {
	width: calc(100% - 280px);
	padding: 40px 47px 40px 0;
}

.post-com p {
	color: #282828;
	margin: 0 0 30px;
}

.tabs-inner {
	display: flex;
}

.tabs-inner h3 {
	font-family: Avenir;
	font-size: 30px;
	line-height: 36px;
	font-weight: 900;
	margin: 0 0 16px;
	color: #141b4d;
	letter-spacing: -0.38px;
}

.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
	letter-spacing: 0;
	margin: 0px 0px 30px;
}

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

.education-tabs .elementor-tab-content h3 {
	color: #141b4d;
	margin: 24px 0px 21px;
}

.education-tabs .elementor-tab-content a {
	color: #fff !important;
	background-color: #141b4d !important;
	font-size: 16px;
	font-family: "AvenirNextCondensed" !important;
	font-weight: 700 !important;
	line-height: 22px !important;
	padding: 15px 15px 13px 15px !important;
	border: none;
	border-radius: 50px;
	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: none;
	letter-spacing: 0.5px;
	max-width: 100%;
}

.education-tabs .elementor-tab-content a:after {
	content: '';
	max-width: 190px;
	width: 100%;
	display: block;
}

.education-tabs .elementor-tab-content a:hover {
	color: #fff !important;
	background-color: #212d80 !important;
	text-decoration: none !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: 190px;
	height: 0px;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title {
	padding: 25px 24px 24px 30px !important;
	margin-bottom: 0;
	color: #212d80;
	font-weight: 400;
	border-bottom: 1px solid transparent !important;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title:not(.elementor-active) {
	padding: 27px 24px 21px 30px !important;
	border-bottom: 1px solid rgba(20, 27, 77, 0.3) !important;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title:not(.elementor-active):last-child {
	border-bottom: 1px solid transparent !important;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:last-child {
	border-bottom: none !important;
}

.education-tabs .elementor-widget-tabs .elementor-tab-desktop-title a {
	font-weight: inherit;
}

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

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

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

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

.education-tabs .elementor-tab-content {
	padding: 30px 0px 0px 58px;
	height: 100%;
}

.education-tabs .elementor-tabs-content-wrapper {
	border-left: 1px solid #b0b2c3 !important;
}

.education-tabs .elementor-tab-title:not(:last-child) {
	border-bottom: 0 !important;
}

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

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

.education-tabs .elementor-tab-title:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #141B4D !important;
}

.education-tabs .elementor-tab-title:hover a {
	color: #141B4D !important;
}

.education-tabs .elementor-tab-title:not(.elementor-active):hover a {
	opacity: 1 !important;
}

.education-tabs .elementor-tab-title.elementor-active {
/* 	color: #fff !important; */
	border-right: 0 !important;
	background: #fff;
	border-radius: 10px 0 0 10px;
}

.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: #78be20 !important;
	border-radius: 50%;
	background: rgba(255, 184, 66, 0) !important;
	cursor: pointer;
	z-index: 101;
}

.aii-video-slider-wrapper .elementor-custom-embed-play i {
	color: #282828 !important;
	font-size: 55px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	opacity: 1;
}

.aii-video-slider-wrapper .swiper-button-prev {
	width: 35px;
	height: 35px;
	background: url(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/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 #78be20;
}

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

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	opacity: 0.5;
	border-radius: 10px;
	margin: 0 3.5px;
	transition: all 0.3s ease-in;
	background-color: #282828;
}

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

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

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

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 1;
	background: #282828;
}

.subhead-accent .elementor-heading-title {
	padding-bottom: 11px;
}

.aii-video-slider-wrapper .swiper-button-prev:focus,
.aii-video-slider-wrapper .swiper-button-next:focus {
	outline: none;
}

.see-all-button.elementor-widget-button .elementor-button {
	padding: 0 !important;
	background: none !important;
	font-family: "Open Sans" !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: none !important;
	line-height: 28px !important;
	letter-spacing: -0.25px !important;
	border-bottom: 3px solid #78be20;
	border-radius: 0;
	color: #141b4d !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: #212d80;
	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: 33.3333%;
	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: 10px !important;
}

html body .request-info-form .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gfield_no_follows_desc {
	color: #717171;
}

html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .recaptcha-field {
	margin-bottom: 14px !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: #78be20 !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(/wp-content/themes/wp-berks/assets/img/chevron-down-666.svg) no-repeat right 14px center;
}

.video-section {
	display: flex;
	align-items: center;
}

.slide-video {
	width: calc(50% - 15px);
	margin-right: 15px;
	position: relative;
	align-self: flex-start;
}

.video-banner {
	position: relative;
	z-index: 100;
	cursor: pointer;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.1%;
	background: #c8c8c8 url(../img/event-placeholder.png) center center no-repeat;
}

.video-banner>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-contents {
	width: 50%;
	padding-left: 45px;
	padding-right: 45px;
}

.slider-contents .elementor-icon {
	vertical-align: top;
	font-size: 48px;
}

.slider-contents .elementor-icon-box-icon svg {
	height: auto;
}

.slider-contents .slide-text {
	margin: 40px 0;
}

.slider-contents .slide-text p {
	font-size: 20px;
	line-height: 29px;
	color: #282828;
	letter-spacing: -0.25px;
}

.slide-footer h5 {
	font-family: AvenirNextCondensed;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

.slide-footer h5 span {
	font-family: "Avenir Next Condensed Demi";
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}

.slide-video [data-vimeo-id] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #282828;
	visibility: hidden;
}

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

.slide-video.playVideo .video-banner {
	visibility: hidden;
}

.pausebtn {
	visibility: hidden;
}

.slide-video.playVideo .pausebtn {
	opacity: 0;
}

.slide-video.playVideo:hover .pausebtn {
	opacity: 1;
}

.slide-video.playVideo .playbtn {
	visibility: hidden;
}

.slide-video [data-vimeo-id] iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	cursor: pointer;
}

.aii-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:only-child {
	display: none !important;
}

.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 {
	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%;
	color: #141b4d;
}

.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::before {
	content: '';
	width: 100%;
	background: #f4f4f7;
	height: 2px;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
}

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

.education-tabs .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
	font-weight: 900;
	opacity: 1;
	text-decoration: none;
}

.education-tabs .elementor-tab-title:not(.elementor-active) a {
	text-decoration: none;
	opacity: 1;
}

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

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

.berks-video-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 60px;
	opacity: 1;
	background: var(--e-global-color-a2bf026);
}

.berks-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: #141b4d;
}

.berks-video-slider-wrapper .subhead-accent .elementor-heading-title::after {
	left: 50%;
	transform: translate(-50%);
	background-color: currentColor;
}

.berks-video-slider-wrapper .subhead-accent .elementor-heading-title {
	padding-bottom: 13px;
	font-style: italic;
}

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

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

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

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

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

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

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

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

html body .gform_wrapper form ul.gform_fields li.gfield a {
	color: #212d80 !important;
	font-weight: 700;
	line-height: inherit;
	text-decoration: underline;
}

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

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

.berks-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
.berks-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
	top: calc(50% - 45px);
	display: flex;
	justify-content: center;
    align-items: center;
}

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

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

.berks-video-slider-wrapper .elementor-testimonial__text:before {
	position: absolute;
	content: "";
	z-index: -1;
	background: url(/wp-content/themes/wp-berks/assets/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: var(--e-global-color-4a427a6);
}

.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: #08182D;
	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 #78be20;
	padding: 15px;
}

.campuse-blocks .location-name span {
	font-family: "Avenir", sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	line-height: normal;
	text-align: center;
}

.campuse-blocks .location-name:hover span {
	text-decoration: none;
}

.campuse-blocks .location-detail ul {
	padding-left: 0;
	list-style: none;
}

.campuse-blocks .campus-block-inner {
	box-shadow: 0 5px 7px 1px rgba(103, 103, 103, 0.07);
	background-color: #ffffff;
}

.location-detail {
	padding: 25px 19px 38px 21px;
}

.location-detail ul li:not(:last-child) {
	padding-bottom: 15px;
}

.location-detail ul li a {
	font-weight: 700;
	text-decoration: underline;
}

.location-detail ul li a:hover {
	text-decoration: none;
}

.location-detail ul li address {
	font-style: normal;
}

.location-detail ul li a,
.location-detail ul li span {
	display: inline-block;
	line-height: inherit;
}

.location-detail ul li {
	position: relative;
	line-height: 25px;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
	letter-spacing: normal;
	padding-left: 22px;
}

.location-detail ul li address:after {
	content: '';
	position: absolute;
	background: url(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/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: 70px 0 0 0;
}

.filter-dropdown .filter-by {
	font-family: 'Avenir';
	font-size: 16px;
	font-weight: 700;
	color: var(--e-global-color-4a427a6);
	text-transform: uppercase;
	padding-right: 6px;
	padding-top: 2px;
}

.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: #f8f7f4;
	padding: 29px 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: #282828;
}

.program-block .program-block-inner h4 {
	color: var(--e-global-color-4a427a6);
	font-style: normal;
}

.program-block .program-block-inner span a {
	text-decoration: none;
	vertical-align: top;
	display: inline-block;
	line-height: 15px;
}

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

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

.program-block-inner .programs-locations address {
	color: #282828;
	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(/wp-content/themes/wp-berks/assets/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;
}

body .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: #212d80;
	padding: 14px 14px 13px 14px;
	text-align: center;
	display: block;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	text-decoration: none;
}

body .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 {
	display: block;
	margin: 0 0 17px;
}

.program-block-inner span a {
	display: inline-block;
	line-height: normal;
	font-family: "Avenir", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #78be20 !important;
	padding: 5px 9.5px;
	border-radius: 3px;
	border: solid 1px rgba(40, 40, 40, 0.1);
	background-color: #fff;
	vertical-align: top;
	line-height: 15px;
}

.program-block-inner p {
	color: #282828;
	padding-bottom: 8px;
	margin: 0;
}

.programs-dropdown .locations-placeholder {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	display: block;
}

.programs-dropdown .dropdown-placeholder {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #666666 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	display: block;
}

.programs-dropdown .dropdown-placeholder:after {
	content: "";
	position: absolute;
	top: 22px;
	transform: translateY(-50%);
	right: 14px;
	line-height: 1;
	width: 10px;
	height: 6px;
	background: url(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/img/chevron-down-666.svg) no-repeat center;
}

.programs-dropdown .items {
	display: none;
	position: absolute;
	top: 46px;
	right: 0;
	left: 0;
	z-index: 9;
	margin: 0 !important;
	padding: 0;
	list-style: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	overflow-y: auto;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.programs-dropdown .items {
	padding: 15px 0;
}

.programs-dropdown .items li {
	padding: 7px 15px 7px 15px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
}

.programs-dropdown .items li span {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
}

.programs-dropdown .items .active-item {
	background-color: #f8f7f4;
}

.programs-dropdown .items li:hover {
	background-color: #f8f7f4;
}

.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;
	text-decoration: none;
}

.blog-col .blog-description:hover {
	text-decoration: none;
}

.blog-description .subhead-accent {
	position: relative;
	font-family: "Avenir", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #141b4d;
	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: currentColor;
}

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

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

.blog-description p {
	color: #282828;
	line-height: 25px;
	font-weight: normal;
}

.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 #78be20;
	position: relative;
	z-index: 1;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	overflow: hidden;
}

.blog-block .blog-img:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .25);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	opacity: 0;
	z-index: -1;
}

.blog-img:hover:after {
	opacity: 1;
}

.blog-wrapper .blog-search-form {
	max-width: 370px;
	width: 100%;
	position: relative;
}

.blog-search-form form {
	position: relative;
}

.blog-search-form input[type="search"] {
	padding: 9px 30px 10px 15px;
	position: relative;
	height: 46px;
	z-index: 4;
	border-radius: 0 !important;
	background-color: #ffffff;
	border: solid 1px #cacaca;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	line-height: 1.86;
	color: #282828 !important;
	text-transform: none;
	letter-spacing: -0.18px;
	width: 100%;
	padding: 10px 38px 10px 15px !important;
}

.blog-search-form button[type="button"] {
	position: absolute;
	top: 0;
	border: 0;
	right: 0;
	background: url(/wp-content/themes/wp-berks/assets/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;
}

.berks-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 #78be20;
	border-color: #78be20 transparent #78be20 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(/wp-content/themes/wp-berks/assets/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;
}

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

.berks-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
	min-width: 48px;
	height: 48px;
	margin: 0 10px;
	padding: 13px 15px;
	background-color: #f4f3f1;
	display: inline-block;
	color: #282828;
	font-weight: 400;
	text-decoration: none;
	line-height: normal;
	font-family: Avenir;
	font-size: 18px;
	border-radius: 2px;
}

.berks-pagination-wrapper .page-numbers.next,
.berks-pagination-wrapper .page-numbers.prev,
.berks-pagination-wrapper .page-numbers.dots {
	padding: 14px 10px 10px;
	display: inline-flex;
	height: 48px;
	text-decoration: none;
	vertical-align: top;
	align-items: center;
	justify-items: center;
	font-size: 22px;
	min-width: 0;
	color: #282828;
}

.berks-pagination-wrapper .page-numbers.current {
	background: var(--e-global-color-4a427a6) !important;
	color: #fff !important;
	font-weight: 700 !important;
}

.berks-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: var(--e-global-color-4a427a6) !important;
	color: #fff !important;
}

.berks-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots):hover {
	background: #282828;
}

.berks-pagination-wrapper .page-numbers.next:hover,
.berks-pagination-wrapper .page-numbers.prev:hover,
.berks-pagination-wrapper .page-numbers.dots:hover {
	opacity: 0.7
}

.main-menu .menu-programs>ul>li.placeholder {
	overflow: hidden;
	height: 0;
	margin-bottom: 0;
	padding: 0;
}

/*  Blog Detail */

.latest-articles-inner .subhead-accent:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 2px;
	background-color: var(--e-global-color-4a427a6);
}

.blog-detail-aside {
	width: 100%;
	max-width: 330px;
	margin-left: auto;
}

.post-3829 .entry-title {
	padding-top: 50px;
}

.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: var(--e-global-color-4a427a6);
	position: relative;
	padding-bottom: 12px;
	text-transform: uppercase;
	display: block;
}

.latest-articles-inner {
	background-color: #f8f7f4;
	border-top: 3px solid var(--e-global-color-4a427a6);
	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: 700;
	color: #282828;
	text-decoration: none;
	line-height: normal;
}

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

.blog-widget .date-sm {
	font-family: "Avenir", 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: 700;
	text-decoration: none;
	color: #282828;
	line-height: normal;
	position: relative;
	padding-left: 16px;
}

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

.blog-categories-inner ul li:not(:last-child) {
	margin: 0 0 20px 0;
}

.blog-categories-inner ul li:last-child {
	margin: 0;
}

.blog-categories-inner ul li a:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 7px;
	border-width: 6px 10px 6px 8px;
	border-style: solid;
	border-color: rgba(223, 107, 23, 0) rgba(223, 107, 23, 0) rgba(223, 107, 23, 0) #78be20;
}

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

.blog-single-post h2 {
	margin: 0 0 30px 0;
	color: var(--e-global-color-4a427a6);
}

.blog-single-post h3,
.blog-single-post h4,
.blog-single-post h5,
.blog-single-post h6 {
	color: var(--e-global-color-4a427a6);
}

.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: #78be20;
	padding: 6px 19px;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	color: #141B4D;
	font-weight: 600;
	font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

.search-no-results .blog-search-form input[type="search"] {
	background: url(/wp-content/themes/wp-berks/assets/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: #f8f7f4;
}

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

.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 rgb(102, 102, 102, .2);
}

.three-icon-blocks .block-with-icon .elementor-button {
	background: #78be20 !important;
	color: #141b4d !important;
}

.three-icon-blocks .block-with-icon .elementor-button:hover {
	background-color: #a0ff29 !important;
	color: #141b4d !important;
}

.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: #212d80;
	margin: 3px 0 16px;
}

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

.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: #666666;
	margin: 0 0 29px 0;
	line-height: normal;
}

.find-programs-here  h4 a {
	color: inherit;
}

.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;
	padding-left: 30px;
	margin-bottom: 27px;
}

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

.programs-dropdown .options {
	padding: 8px 0 16px 0;
	overflow: hidden;
	max-height: none;
}

.programs-dropdown .options li {
	padding: 7px 15px 8px 15px;
	cursor: pointer;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.86;
	color: #666666;
	height: auto;
}

.programs-dropdown .options li:hover {
	background-color: #f8f7f4;
}

.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(/wp-content/themes/wp-berks/assets/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: #282828;
}

.blog-single-post p img {
	padding-top: 10px;
}

.college-programs-wrapper .program-blocks .no-record-found {
	margin: 0 auto 40px auto;
	text-align: center;
}

.blog-wrapper {
	min-height: calc(100vh - 681px);
}

.blog-single-post ul,
.blog-single-post ol {
	margin: 0 0 25px 0;
	padding-left: 0;
}

.blog-single-post ol {
	font-size: inherit;
	padding-left: 18px;
	color: inherit;
}

.blog-single-post ol li {
	position: relative;
	padding-bottom: 5px;
	padding-left: 8px;
}

.blog-single-post ul>li {
	font-size: inherit;
	line-height: 1.75;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	padding-bottom: 5px;
	padding-left: 18px;
	position: relative;
	list-style: none;
}

.blog-single-post ul>li:before {
	content: "\f111";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	color: inherit;
	position: absolute;
	left: 0;
	top: 12px;
	font-size: 6px;
	font-weight: 900;
}

.blog-block .blog-img-wrapper {
	position: relative;
}

.blog-block .blog-img-wrapper .blog-cat-title {
	font-family: "Avenir", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #141B4D;
	padding: 6px 20px 6px 19px;
	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	background-color: #78be20;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	cursor: pointer;
	text-decoration: none !important;
}

.blog-block .blog-img-wrapper .blog-cat-title:hover {
	background-color: #89d925;
	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: var(--e-global-color-4a427a6);
}

.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: var(--e-global-color-dfdee79);
	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: var(--e-global-color-dfdee79);
	padding-bottom: 8px;
	border-bottom: 2px solid var(--e-global-color-dfdee79);
	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: 44px;
}

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

html body .gform_wrapper form ul.gform_fields li.gfield.gfield--type-captcha{
    margin-top: 25px;
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	margin-top: 0;
	background-color: #78be20 !important;
	color: #141b4d !important;
}

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

#building-future-form-wrap h3 {
	color: var(--e-global-color-4a427a6);
}

.gform_title {
	text-align: center;
	color: var(--e-global-color-4a427a6);
}

.program-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background-color: #89d925 !important;
	color: #141b4d !important;
}

.request-info-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"] {
	background: #141b4d !important;
	color: #ffffff !important;
	border-color: #141b4d;
	min-width: 200px;
}

.request-info-form .building-future-form-wrap .gform_wrapper form .gform_footer input[type="submit"]:hover {
	background: #212d80 !important;
	color: #ffffff !important;
}

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

.check-list label {
	padding: 10px 20px 9px 14px;
	border-radius: 3px;
	border: solid 1px #d2d2d2;
	background-color: #ffffff;
	font-family: 'Avenir', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	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;
	color: #282828;
}

.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 var(--e-global-color-4a427a6);
	background: var(--e-global-color-4a427a6);
}

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

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

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

select.berks_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(/wp-content/themes/wp-berks/assets/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: #78BE20;
	color: #141b4d;
}

body #cookie-notice .cookies-button-container .cookies-button:hover {
	background: #a0ff29 !important;
	color: #141b4d !important;
	border-color: #a0ff29;
}

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-widget-image .elementor-widget-containere::before {
	content: '';
	position: absolute;
	height: 100%;
	background: url(/wp-content/themes/wp-berks/assets/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: #282828 !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;
}

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

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

html body .video-meta h4 {
	margin: 0 0 0;
	font-family: "AvenirNextCondensed";
	font-weight: 700;
	color: #282828;
	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: #282828;
	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(/wp-content/themes/wp-berks/assets/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: var(--e-global-color-4a427a6);
}

.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: var(--e-global-color-4a427a6);
}

.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: var(--e-global-color-4a427a6);
}

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

.slider-outer-section .swiper-button-next {
	width: 35px;
	height: 35px;
	background: url(/wp-content/themes/wp-berks/assets/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(/wp-content/themes/wp-berks/assets/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;
}

.slider-outer-section h2 {
	font-family: Avenir;
	font-size: 14px !important;
	font-weight: 900;
	letter-spacing: -0.23px !important;
	color: #78be20 !important;
	line-height: 16px !important;
	margin-bottom: 54px !important;
	margin-top: 0;
	text-transform: uppercase;
}



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

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

.call-us-text {
	margin-right: 2px;
}

.img-info-box a {
	text-decoration: none !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: #78be20 !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;

}

.footer-bottom-content a[href^='tel'] {
	font-weight: 400;
}

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

.single-event-section h2 {
	color: #141b4d;
}

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

.three-icon-blocks .block-with-icon a,
.general-text .elementor-widget-wrap a,
.general-text .elementor-widget-wrap h3 {
	word-break: break-word;
}

html body .education-tabs .elementor-tab-title.elementor-active:last-child:after {
	content: "";
	width: 4px;
	height: 100%;
	top: 0;
	right: -2px;
	background-color: #fff;
}

/* End Datepicker style */

.question-mark{
    background: #141b4d !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;
}
@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: 25px !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: 15px !important;
	}

	.main-menu {
		margin-left: auto;
		margin-right: -25px;
	}

	body:not(.rtl) .elementor .footer-links .elementor-nav-menu li:not(:last-child) {
		margin-right: 20px;
	}
}

@media only screen and (min-width: 1025px) {
	body:not(.elementor-editor-active) .mobile-nav {
		visibility: hidden;
	}

	.img-info-box-container .elementor-col-33 {
		width: 33.33333% !important;
	}
}

@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: -62px !important;
		display: none;
	}

	.main-menu .menu-programs:hover>ul {
		display: inherit;
	}
	@supports (break-inside: avoid-column) {
		.main-menu .menu-programs>ul>li{
			overflow: visible;
			/ for chrome /
		}
	}
	.main-menu .menu-programs>ul>li {
		display: block;
		break-inside: avoid;
		page-break-inside: avoid;
		overflow: hidden;
		margin-bottom: 0px;
		width: 100%;
		padding: 0;
		vertical-align: top;
		padding-top: 19px;
	}

	.main-menu .menu-programs>ul>li a {
		padding: 10px 0 10px !important;
		margin-bottom: -4px;
	}

	.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: 700 !important;
		color: #212d80 !important;
		text-decoration: underline !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		opacity: 1 !important;
	}

	.elementor-widget-nav-menu.main-menu .menu-programs>ul>li>a.elementor-sub-item:hover {
		color: #141b4d !important;
		text-decoration: underline !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: #282828cc !important;
		line-height: 23px !important;
		letter-spacing: -0.21px !important;
		margin: 0;
	}

	.main-menu .menu-programs ul li ul li a.elementor-sub-item:hover {
		color: #212d80cc !important;
		text-decoration: none !important;
	}

	.main-menu .menu-programs>ul {
		width: 800px !important;
		padding: 0px 18px 21px 30px !important;
		background-color: #ffffff;
		left: -102px;
		column-count: 3;
		column-gap: 58px;
		margin-bottom: 0;
	}

	.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: 24px 17px 24px 24px !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: inherit !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: 24px 0px 0 !important;
		padding: 0 !important;
		box-shadow: none !important;
		width: 100% !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	.main-menu .menu-campuses>ul>li:last-child {
		margin-bottom: 0 !important;
	}

	.main-menu .menu-campuses>ul>li>ul li+li {
		margin-top: 24px;
	}

	.main-menu .menu-campuses>ul>li {
		display: block;
		width: 169px;
		line-height: 19px;
		padding-right: 15px;
		margin-top: 0;
		margin-bottom: 24px;
	}

	.main-menu .menu-campuses>ul>li a.elementor-sub-item {
		padding: 0 !important;
		white-space: normal !important;
		border-left: 0 !important;
		font-family: Avenir !important;
		font-size: 16px !important;
		font-weight: 500 !important;
		color: #666666 !important;
		line-height: 19px !important;
		letter-spacing: 0px !important;
	}

	.main-menu .menu-campuses>ul>li>a.elementor-sub-item {
		font-family: Avenir !important;
		font-size: 16px !important;
		font-weight: 700 !important;
		color: #212d80 !important;
		text-decoration: underline !important;
		line-height: 19px !important;
		letter-spacing: 0px !important;
		opacity: 1 !important;
	}

	.main-menu .menu-campuses>ul>li a.elementor-sub-item:hover {
		color: #282828 !important;
		text-decoration: none !important;
	}

	.main-menu .menu-campuses>ul>li>a.elementor-sub-item:hover {
		color: #141b4d !important;
		text-decoration: underline !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: #f8f7f4;
		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: Avenir !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;
	}

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

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

@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: 0;
		right: 0;
	}
}

/* End custom CSS */

@media only screen and (max-width: 1024px) {

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

	.berks-video-slider-wrapper .elementor-testimonial__text:before {
		left: 0;
		top: -13px;
	}

	.berks-video-slider-wrapper .subhead-accent {
		margin-bottom: 30px !important;
	}

	.berks-video-slider-wrapper .elementor-swiper-button-prev {
		left: calc(50% - 22px);
		transform: translateX(-50%);
		width: 33px;
		height: 33px;
	}

	.berks-video-slider-wrapper .elementor-swiper-button-next {
		right: calc(50% - 22px);
		transform: translateX(50%);
		left: auto;
		width: 33px;
		height: 33px;
	}

	.berks-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,
	.berks-video-slider-wrapper .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev {
		top: 0;
	}

	.berks-video-slider-wrapper .elementor-swiper-button-prev .eicon-chevron-left:before {
		top: 8px;
		left: 8px;
		font-size: 16px;
	}

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

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

	.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;
		margin-top: 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-section > .elementor-container .elementor-column .elementor-background-overlay {
		background-color: #000 !important;
		opacity: .49 !important;
	}

	.new-career-content-column .elementor-widget-wrap {
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat
	}

	.berks-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-containe >r>.elementor-container {
		flex-direction: column;
	}

	.automate-service-section>.elementor-container {
		width: 100% !important;
	}

	.start-technical-edu-section .automate-service-content-column {
		background: url("/wp-content/themes/wp-berks/assets/img/landing-page-banner.png") no-repeat center left;
		background-size: cover;
	}

	.premiere-vocational-section>.elementor-containe >r>.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-containe >r>.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: 0px;
	}

	.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: 12px 19px 10px 19px !important;
	}

	.building-future-form-wrap .elementor-shortcode h3 {
		font-size: 22px;
		margin: 3px 0 16px;
	}

	/* 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 #78be20;
		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 {
		font-size: 18px !important;
		line-height: 20px !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title,
	.education-tabs .elementor-tab-title.elementor-active {
		padding: 20px 0 !important;
		border-right: 0 !important;
		background: none !important;
		margin-right: 0 !important;
		border-bottom: 1px solid rgba(40, 40, 40, .3);
	}

	.elementor-widget-tabs .elementor-tab-mobile-title {
		padding: 21px 15px 21px !important;
		font-size: 18px !important;
	}

	.education-tabs .elementor-tab-title.elementor-active {
		font-weight: 700 !important;
		padding: 21px 15px !important;
		color: #212d80 !important;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active) {
		border-bottom: 0 !important;
	}

	.education-tabs .elementor-tabs-content-wrapper {
		box-shadow: none;
	}

	.education-tabs .elementor-tab-content {
		padding-top: 0px;
		margin-top: -1px;
	}

	.education-tabs .elementor-tab-content.elementor-active {
		border-bottom: 1px solid rgba(40, 40, 40, .1) !important;
	}

	.education-tabs .elementor-tab-content img {
		margin-top: -20px;
	}

	.education-tabs .elementor-tab-title {
		color: rgba(20, 27, 77, 0.8) !important;

	}

	.education-tabs .elementor-tab-title:after {
		color: #282828;
		opacity: .3;
	}

	.education-tabs .elementor-tab-title.active:after {
		opacity: 1;
	}

	.education-tabs .elementor-tab-title.active {
		color: #282828 !important;
	}

	.education-tabs .elementor-tab-title:not(:last-child) {
		border-bottom-width: 0 !important;
	}

	.upcoming-events-wrapper {
		min-height: calc(100vh - 601px);
	}

	.education-tabs .elementor-tab-title:after {
		content: "\f107";
		position: absolute;
		right: 15px;
		top: 22px;
		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: 20px;
		right: 14px;
	}

	html body .education-tabs .elementor-tab-title.elementor-active:not(:last-child) {
		background-color: #fff !important;
		border-radius: 10px 10px 0 0;
	}

	.education-tabs .elementor-tab-content {
		border-radius: 0;
		height: auto;
	}

	.education-tabs .elementor-tabs-content-wrapper {
		border-left: 0 !important;
	}

	.education-tabs .elementor-tab-title:not(.elementor-active):not(:last-child) {
		border-bottom: 1px solid rgba(20, 27, 77, 0.3) !important;
	}

	html body .education-tabs .elementor-tab-title.elementor-active:not(:last-child):after {
		display: none;
	}

	html body .education-tabs .elementor-tab-title.elementor-active:after {
		display: block !important;
	}
	html body .education-tabs .elementor-tab-title.elementor-active:before{
		content: "";
		top: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #f4f4f7;
		position: absolute;
		display: block !important;
		opacity: 1;
	}
}

@media only screen and (min-width: 769px) {
	html body .education-tabs .elementor-tab-title.elementor-active:not(:last-child):after {
		content: "";
		width: 4px;
		height: 100%;
		top: 0;
		right: -2px;
		background-color: #fff;
	}
}

@media (min-width: 768px) {
	.berks-optin-tooltip{
		position: absolute;
		bottom: 48px;
		left: 5px;
		width: 400px;
		padding: 10px 10px 20px;
		background: #141b4d;
		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;
	}

	.elementor .elementor-element.testimonial-slider>.elementor-background-overlay {
		background-color: transparent !important;
	}
}

@media only screen and (max-width: 900px) and (min-width:768px) {

	html body .footer-content-column {
		max-width: none !important;
		width: 100% !important;
	}

	body:not(.rtl) .elementor .footer-links .elementor-nav-menu li:not(:last-child) {
		margin-right: 20px !important;
	}
}

/* End custom CSS */

@media screen and (max-width: 767px) {
	.berks-optin-tooltip{
		display: block !important;
	}
	.question-mark{
		display: none !important;
	}
	.contact-module .gform_wrapper form .gform_heading {
		margin-bottom: 12px;
	}

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

	.berks-video-slider-wrapper .elementor-testimonial__text:before {
		width: 51px;
		height: 37px;
		left: 0;
		top: 0;
		background-size: contain;
	}

	.elementor-active.elementor-tab-title:after {
		transform: rotate(180deg);
	}

	.education-tabs .elementor-tab-title.elementor-active {
		border-bottom: 0 !important;
	}

	#cookie-notice .cookie-notice-container {
		padding: 25px 40px;
	}

	.quality-education-inner .quality-education-right .icon-box-excerpt {
		width: calc(50% - 30px);
	}

	#cookie-notice .cookies-message {
		width: 100%;
		max-width: 100%;
		display: block;
		padding-bottom: 25px;
		margin: 0 auto;
	}

	#cookie-notice .cookies-button-container {
		display: block;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	#cookie-notice #cn-notice-text {
		display: block;
	}

	body .elementor-widget-heading h1.elementor-heading-title,
	body h1,
	body .h1 {
		font-size: 36px;
		line-height: 40px;
	}

	body .elementor-widget-heading h2.elementor-heading-title,
	body h2,
	body .h2 {
		font-size: 26px;
		line-height: 36px;
	}

	body .elementor-widget-heading h3.elementor-heading-title,
	body h3,
	body .h3 {
		font-size: 22px;
		line-height: 30px;
	}

	body .elementor-widget-heading h4.elementor-heading-title,
	body h4,
	body .h4 {
		font-size: 18px;
		line-height: 25px;
	}

	[type="button"],
	[type="submit"]:not(.adminbar-button),
	.elementor-button,
	[type="button"]:focus,
	[type="button"],
	[type="submit"]:not(.adminbar-button):focus,
	button:focus,
	button,
	.orange-button a,
	a.orange-button,
	a.blue-button,
	.blue-button a {
		font-size: 14px !important;
		padding: 13px 15px 12px 15px !important;
		line-height: 19px !important;
		letter-spacing: 0.44px;
	}

	.elementor-button:after,
	[type="button"]:after,
	a.blue-button:after,
	.blue-button a:after {
		width: 138px;
	}

	.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: 147px !important;
		max-width: calc(100% - 95px) !important;
		margin-top: -1px;
	}

	.footer-links .elementor-nav-menu {
		display: block !important;
		column-count: auto;
		column-gap: 15px;
		width: auto;
		margin-left: auto;
	}

	.footer-links .elementor-widget-container {
		padding-left: 0 !important;
	}

	.footer-links .elementor-nav-menu>li {
		margin-bottom: 18px;
		margin-right: 0 !important;
		text-align: right;
		width: 100%;
	}

	.footer-links .elementor-nav-menu>li:last-child {
		margin-bottom: 0;
	}

	.footer-links .elementor-widget-wrap {
		align-content: flex-start;
		align-items: flex-start;
	}

	.social-links {
		width: auto;
		position: absolute;
		top: 78px;
		left: 6px;
		margin-top: 0;
	}

	.footer-sep {
		margin: 0 12px;
	}

	.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: 25px !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% - 26px);
		margin: 0px 6px 42px;
	}

	.quality-education-inner .quality-education-right .icon-box-excerpt:nth-child(even) {
		margin-left: auto;
	}

	.quality-education-right .elementor-widget-wrap {
		justify-content: center;
	}

	.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 {
		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 #78be20;
		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;
	}

	.automative-institute-features .elementor-icon-list-items li span.elementor-icon-list-text {
		padding-left: 14px !important;
		padding-top: 0px;
	}

	.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: 168px !important;
		width: auto;
		margin-top: 7px;
		padding: 13px 13px 12px !important;
	}

	.building-future-form-wrap .gform_wrapper form .zip-one-fourth {
		width: 32.2%;
		padding-left: 7.5px !important;
	}

	.building-future-form-wrap .gform_wrapper form .phone-two-third {
		width: 67.8%;
		padding-right: 7.5px !important;
	}

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

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

	html body .request-info-form .building-future-form-wrap .gform_wrapper form .gfield_no_follows_desc {
		font-size: 10px;
		line-height: 14px !important;
		letter-spacing: -0.03px !important;
	}

	html body .building-future-form-wrap.building-future-form-adj .gform_wrapper form .gfield_no_follows_desc {
		margin-bottom: 5px !important;
	}

	html body .contact-module .gform_wrapper form .gform_body .gfield.top-text {
		padding: 1px 15px !important;
		margin-bottom: 39px !important;
		letter-spacing: -0.2px !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: 18px !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: 14px !important;
		font-size: 10px;
		margin-bottom: 3px !important;
		margin-top: 0px !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 {
		margin: 15px 0 0;
	}

	.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;
		margin-bottom: 11px;
	}

	.education-tabs .elementor-tab-title.elementor-active {
		margin-right: 0;
	}

	.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 rgb(20, 27, 77, .3) !important;
	}

	.education-tabs .elementor-tab-content.elementor-active {
		background: #fff;
		border-radius: 0 0 3px 3px;
		overflow: hidden;
	}

	.elementor-widget-tabs .elementor-tab-mobile-title:not(.elementor-active):last-child {
		border-bottom: 0 !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 15px 15px;
	}

	.education-tabs .elementor-tab-content p:last-child {
		margin: 0px 15px 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 !important;
		letter-spacing: 0.44px;
		padding: 13px 17px 12px 17px !important;
	}

	.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: #F3F3F6 !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-img {
		align-items: center;
		min-height: 42px;
		margin-bottom: 11px !important;
	}

	.quality-education-right .elementor-image-box-img img {
		max-height: 42px;
	}

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

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

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

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

	.berks-video-slider-wrapper .elementor-main-swiper {
		width: 100%;
	}

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

	.berks-video-slider-wrapper .elementor-main-swiper .swiper-slide {
		padding-bottom: 33px !important;
	}

	.berks-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: 18px 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, #101233 0%, #101233 34%, rgba(16, 18, 51, 30%) 100%) !important;
		opacity: 1 !important;
		height: 46vw !important;
	}

	.img-with-gradient.elementor-section:not(.elementor-motion-effects-element-type-background) {
		background-size: 100% auto !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 .program-block-inner {
		padding: 30px 15px 0px 15px;
	}

	.program-block-inner .duration {
		padding-bottom: 31px;
	}

	.program-block-inner h4 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 6px;
	}

	.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: 6px 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 {
		letter-spacing: -0.2px;
	}

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

	.blog-block .blog-img {
		min-height: 198px;
	}

	.berks-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 44px;
		height: 44px;
		padding: 11px 7px 11px 7px;
	}

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

	.filter-search-form {
		display: block;
	}

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

	.play-icon {
		width: 50px;
		height: 50px;
		background-color: #78be20;
	}

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

	html body .img-info-box .elementor-image-box-img {
		width: auto !important;
		padding-left: 0px !important;
		flex: auto 0 0;
		margin-top: -1px !important;
		display: none;
	}

	.img-info-box-container .img-info-box h5:after {
		bottom: -15px;
	}

	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: 15px !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: 15px 15px 8px !important;
	}
}

@media (max-width: 600px) {
	.check-list label {
		width: 100%;
	}

	.check-list-section {
		margin-bottom: 34px;
	}

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

	html body .program-form .building-future-form-wrap .gform_wrapper form .gform_fields li.gfield .ginput_container.ginput_recaptcha>div {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
	}

	.gotoback.elementor-invisible {
		height: 0 !important;
		overflow: hidden !important;
	}
}

@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: 22px !important;
		margin-bottom: 18px !important;
	}

	.education-tabs .elementor-tab-content p:not(:last-child):not(:first-child) {
		margin: 0px 15px 20px;
	}

	.education-tabs .elementor-tab-content {
		padding-bottom: 30px !important;
		margin-bottom: 0 !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;
	}

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

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

	.step-outter h4 {
		padding-bottom: 8px;
	}
}

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

	.berks-pagination-wrapper .page-numbers:not(.prev):not(.next):not(.dots) {
		min-width: 34px;
		height: 34px;
		padding: 7px 6px 5px 7px;
		margin: 0 5px;
	}

	.berks-pagination-wrapper .page-numbers.next,
	.berks-pagination-wrapper .page-numbers.prev,
	.berks-pagination-wrapper .page-numbers.dots {
		padding: 8px 6px 8px;
		height: 34px;
		font-size: 19px;
	}
}

@media only screen and (max-width: 374px) {
	.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: 130px !important;
	}

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

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

	.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: 14px !important;
		padding: 13px 15px 12px 15px !important;
		line-height: 19px !important;
		letter-spacing: 0.44px;
	}

	.footer-bottom-content .footer-sep {
		margin: 0 7px;
	}

	.footer-bottom-content {
		font-size: 11px !important;
		line-height: 20px !important;
		letter-spacing: -0.4px !important;
	}

	.dual-btn-wrapper .elementor-widget-wrap .elementor-widget-button {
		width: 100% !important;
		max-width: 100% !important;
		text-align: center;
	}

	span.step-title span {
		display: none;
	}

	.automate-service-section > .elementor-container .elementor-column .elementor-widget-container .elementor-heading-title {
		font-size: 26px;
		line-height: 30px;
	}
}

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

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.footer-sep , .social-links .elementor-icon.elementor-social-icon,
 .berks-video-slider-wrapper .swiper-pagination-bullets   { 
	font-size: 11px;
    color: transparent;
}

.berks-video-slider-wrapper .swiper-pagination-bullet , .social-links .elementor-grid-item{
     font-size: 11px
}


.social-links .elementor-icon.elementor-social-icon svg , .social-links .elementor-social-icons-wrapper.elementor-grid , 
.social-links .elementor-grid-item ,.social-links .elementor-icon.elementor-social-icon.elementor-social-icon-facebook-square-brands, .social-links a.elementor-icon svg path{
     font-size: 11px;
}

.social-links .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container, 
.social-links .elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container{
	font-size: 11px;
}