/*
CTC Separate Stylesheet
Updated: 2023-05-08 13:59:40
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
font-family: 'Raleway', sans-serif;
*/

html {
  scroll-behavior: smooth;
}

:root {
  --next-white: #FFF;
  --next-black: #222;
  --next-gray: #777;
  --next-teal: #28bbb8;
  --next-liteteal: #42d7d4;
  --next-darkteal: #1b7e7d;
  --next-verydarkteal: #0d3f3e;
  --next-blue: #2c6d93;
  --next-liteblue: #3b92c4;
  --next-darkblue: #1d4962;
  --next-sand: #c09d69;
  --next-litesand: #d2b993;
  --next-darksand: #a27c44;
  --next-body: #363a3d;
  --next-paragraph: #555;
}

/* --------- START SCROLLBAR CSS ----------- */

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--next-darkblue); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  transition: all ease 0.3s;
  border-radius: 4px;
  background-color: var(--next-blue);
  transition: background-color ease 0.3s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--next-liteblue);
}

/* ---------- END SCROLLBAR CSS ------------ */

* {

}

h1, h2, h3, h4, h5, h6, p, li {
	font-family: 'Raleway', sans-serif;
}

.entry-content h1 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-sand);
	font-weight: 700;
	font-size: 50px;
}

.entry-content h2 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-teal);
	font-weight: 700;
	font-size: 32px;
}

.entry-content h3 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-gray);
	font-weight: 700;
	font-size: 22px;
}

.entry-content h4 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-teal);
	font-weight: 700;
	font-size: 22px;
}

.entry-content h5 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-blue);
	font-weight: 700;
	font-size: 22px;
}

.entry-content h6 {
	font-family: 'Raleway', sans-serif;
	color: var(--next-sand);
	font-weight: 700;
	font-size: 16px;
}

.entry-content blockquote {
    border: solid 2px var(--next-sand);
    border-radius: 15px 2px 15px 2px;
    background: var(--next-white);
    padding: 15px 30px;
    font-style: normal;
}

.entry-content blockquote:before {
    display: none;
}

.entry-content figcaption {
    font-size: 14px;
    text-align: center;
    color: var(--next-gray);
    margin-top: 7px;
    font-style: italic;
}

.entry-content ul li,
.entry-content ol li {
	font-weight: 500;
	font-size: 16px;
	color: var(--next-gray);
}

.entry-content p {
	font-family: 'Raleway', sans-serif;
	color: var(--next-paragraph);
	font-weight: 400;
	font-size: 16px;
}

body {
	/* background: var(--next-body); */
	background: transparent;
}

body:after {
	display: block;
	content: '';
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to bottom right, var(--next-verydarkteal), var(--next-blue), var(--next-teal));
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -5;
}

body.tutor-screen-course-builder {
	background: var(--next-white);
}

.tutor-site-wrap {
	background: var(--next-white);
}

.navbar-brand a {
	position: relative;
	top: 15px;
	left: 20px;
	display: inline-block;
	transition: all ease 0.3s;
}

.navbar-brand img {
	width: 270px;
}

header.header-default.header-default-next-level {
	position: relative;
    height: 200px;
    z-index: 100;
    background: transparent;
}

.header-next-level-teal-background {
	width: 100%;
    height: 250px;
    background: var(--next-teal);
    transform: skewY(-2deg);
    position: absolute;
    top: -120px;
    overflow: hidden;
}

.next-level-site-container {
    max-width: 1400px;
    margin: 0 auto;
    border-left: solid 3px var(--next-white);
    border-right: solid 3px var(--next-white);
    background: var(--next-white);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.7);
}

.header-next-level-blue-brand-background {
	position: absolute;
    width: 500px;
    height: 100%;
    transform: skewX(30deg);
    background: var(--next-blue);
    left: -150px;
    box-shadow: inset 0px 0px 70px 0px rgba(17, 43, 59, 1.0);
}

.header-default-next-level .navbar.navbar-right .menu-primary-container {
	justify-self: start;
	padding-left: 120px;
	padding-top: 35px;
}

.header-default-next-level .navbar.navbar-right .navbar-nav {
    margin-bottom: 0px;
    height: 61px;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:visited {
    color: var(--next-white);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:hover,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:active,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:focus {
    color: var(--next-white);
    filter: unset !important;
    opacity: 1.0;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:after {
    display: none;
}

.header-default-next-level .navbar-nav .menu-item.icon a:before {
    -webkit-mask-image: unset;
    background: transparent;
    border-right: solid 2px rgba(255,255,255,0.0);
    border-bottom: solid 2px rgba(255,255,255,0.0);
    border-bottom-right-radius: 3px;
    width: 5px;
    height: 5px;
    transform: rotate(-45deg);
    transition: all ease 0.3s;
    top: 11px;
}

.header-default-next-level .navbar-nav .menu-item.icon a:hover:before {
    -webkit-mask-image: unset;
    background: transparent;
    border-right: solid 2px var(--next-white);
    border-bottom: solid 2px var(--next-white);
    transform: rotate(45deg);
}

.navbar .navbar-nav .menu-item.current-menu-item a {
    color: var(--next-white);
    filter: none;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu {
    border-radius: 3px;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu a {
    color: var(--next-blue);
    transition: all ease 0.3s;
    font-weight: 600;
}

.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu a:hover,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu a:visited,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu a:active,
.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item .sub-menu a:focus {
    color: var(--next-teal);
    filter: unset;
    opacity: 1.0;
}

.header-default-next-level .tutor-header-profile-content-text {
	color: var(--next-white);
}

.header-default-next-level .tutor-header-profile-name {
	color: #0d3f3e;
}

.header-default-next-level .tutor-submenu-login-section-instructor {
    background: linear-gradient(318.61deg,#173a4f,#2c6d93 96.92%),var(--next-white);
}

header.header-default.header-default-next-level {
    border-bottom: none;
}

.next-level-welcome {
	margin-top: -100px;
	margin-bottom: -138px;
}

.home-welcome-wrapper {
	width: 100%;
	height: 100vh;
	position: relative;
}

.home-welcome-wrapper {
	width: 100%;
	height: 800px;
	position: relative;
}

.home-welcome-background-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	left: 0px;
}

.home-welcome-wrapper:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #c09d69;
	z-index: 10;
	opacity: 0.9;
	box-shadow: inset 0px 0px 100px 3px rgba(0,0,0,0.5);
}

.home-welcome-container {
	position: relative;
    z-index: 20;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.home-welcome-container .home-welcome-text {
	text-align: center;
}

.home-welcome-container .home-welcome-text * {
	font-family: 'Raleway', sans-serif;
}

.home-welcome-container .home-welcome-text span.home-welcome-text-small {
	font-size: 35px;
	font-weight: 500;
	color: var(--next-white);
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	opacity: 1.0;
}

.home-welcome-container .home-welcome-text h1.home-welcome-text-large {
	font-size: 60px;
    font-weight: 400;
    color: var(--next-white);
    line-height: 1.1em;
    margin: 40px auto;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
	font-size: 24px;
    font-weight: 400;
    color: var(--next-white);
    line-height: 1.4em;
    margin: 40px auto;
    padding: 0px;
    letter-spacing: 0px;
    opacity: 0.7;
}

.next-level-btn {
	display: inline-block;
	font-size: 16px;
	background: var(--next-white);
	font-weight: 500;
	padding: 10px 16px;
	text-align: center;
	color: #2c6d93 !important;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 2px;
	border-radius: 2px;
	opacity: 1.0 !important;
	text-transform: uppercase;
	transition: all ease 0.3s;
	text-decoration: none;
	outline: none;
	border: none;
}

.next-level-btn span {
	display: inline-block;
}

.next-level-btn:hover {
	padding: 10px 22px;
	opacity: 1.0 !important;
	color: var(--next-teal) !important;
	text-decoration: none;
	cursor: pointer;
}

.next-level-btn-teal {
	background: var(--next-teal);
	color: var(--next-white) !important;
}

.next-level-btn-teal:hover {
	background: var(--next-liteteal);
	color: var(--next-white) !important;
}

.next-level-btn-sand {
	background: var(--next-sand);
	color: var(--next-white) !important;
}

.next-level-btn-sand:hover {
	background: var(--next-litesand);
	color: var(--next-white) !important;
}

.next-level-btn-blue {
	background: var(--next-blue);
	color: var(--next-white) !important;
}

.next-level-btn-blue:hover {
	background: var(--next-liteblue);
	color: var(--next-white) !important;
}

.inline-block-span {
	display: inline-block;
}

.braiding-natural-hair-widget {
	position: relative;
	z-index: 30;
}

.thick-to-thin-widget-wrapper {
	height: auto;
	position: relative;
	padding: 50px 70px 50px 70px;
}

.thick-to-thin-widget-wrapper .thick-to-thin-widget-wrapper-skew {
	width: 100%;
	height: 100%;
	background: var(--next-white);
	clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	box-shadow: inset 0px 0px 70px 0px rgba(0, 0, 0, 0.3);
}

.next-level-thick-thin-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.next-level-thick-thin-left img.next-level-thick-thin-left-image {
	width: 450px;
	display: block;
	position: relative;
    top: 45px;
}

.next-level-thick-thin-right {
	width: -moz-calc(100% - 600px);
	width: -webkit-calc(100% - 600px);
	width: calc(100% - 600px);
	justify-self: end;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.next-level-thick-thin-right-text h2 {
	font-weight: 500;
	color: var(--next-sand);
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 20px 0px;
}

.next-level-thick-thin-right-text p {
	font-weight: 400;
	color: #777;
	font-size: 17px;
	line-height: 1.7em;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 30px 0px;
}

.instructor-course-widget {
	position: relative;
	z-index: 30;
	margin-top: -140px;
}

.thin-to-thick-widget-wrapper {
	height: auto;
	position: relative;
	padding: 100px 70px 100px 70px;
}

.thin-to-thick-widget-wrapper .thin-to-thick-widget-wrapper-skew {
	width: 100%;
	height: 100%;
	clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0 80%);
	position: absolute;
	top: 0px;
	left: 0px;
	background: var(--next-blue);
    box-shadow: inset 0px 0px 70px 0px rgba(17, 43, 59, 1.0);
}

.next-level-thin-thick-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.next-level-thin-thick-right img.next-level-thin-thick-right-image {
	width: 450px;
	display: block;
}

.next-level-thin-thick-left {
	width: -moz-calc(100% - 600px);
	width: -webkit-calc(100% - 600px);
	width: calc(100% - 600px);
	justify-self: start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.next-level-thin-thick-left-text h2 {
	font-weight: 500;
	color: var(--next-white);
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 20px 0px;
}

.next-level-thin-thick-left-text p {
	font-weight: 400;
	color: var(--next-white);
	font-size: 17px;
	line-height: 1.7em;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 30px 0px;
}

.next-level-featured-courses-container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.next-level-featured-courses-container .next-level-featured-courses-text {
	text-align: center;
	max-width: 700px;
	margin: 50px auto 0px auto;
}

.next-level-featured-courses-container .next-level-featured-courses-text h1 {
	color: var(--next-sand);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
}

.next-level-featured-courses-container .next-level-featured-courses-text p {
    font-weight: 400;
    color: #777;
    font-size: 17px;
    line-height: 1.7em;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 30px 0px;
}

#page .next-level-featured-courses-container .tutor-wrap {
    padding-top: 10px;
}

.textwidget.custom-html-widget a {
    color: unset;
}

.textwidget.custom-html-widget a:hover {
    color: unset;
}

body.home .site-content {
    display: none;
}

.next-level-visuals-wrapper {
	height: auto;
	position: relative;
	padding: 50px 100px 0px 100px;
	overflow: hidden;
}

.next-level-visuals-container {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.next-level-visuals-background {
	display: block;
	background: var(--next-teal);
	background-image: linear-gradient(to bottom right, var(--next-teal) 40%, var(--next-darkteal));
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: -moz-calc(100% - 130px);
	height: -webkit-calc(100% - 130px);
	height: calc(100% - 130px);
}

.next-leve-visuals-left {
	width: -moz-calc(100% - 800px);
	width: -webkit-calc(100% - 800px);
	width: calc(100% - 800px);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.next-leve-visuals-right {
	width: 700px;
}

.next-level-visuals-image {
	border-radius: 50%;
	border: solid 2px var(--next-white);
	position: relative;
	bottom: -50px;
	width: 700px;
	height: 700px;
	display: block;
	object-fit: cover;
	box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.3);
}

.next-leve-visuals-left-text {
	padding-top: 150px;
	padding-bottom: 50px;
}

.next-leve-visuals-left-text h2 {
	font-weight: 600;
	color: var(--next-white);
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 20px 0px;
}

.next-leve-visuals-left-text p {
	font-weight: 400;
	color: var(--next-white);
	font-size: 17px;
	line-height: 1.7em;
	font-family: 'Raleway', sans-serif;
	margin: 0px 0px 30px 0px;
}

.next-level-staff-and-grads-wrapper {
	background: var(--next-white);
}

.next-level-staff-and-grads-container {
	display: flex;
	padding: 100px 100px;
	justify-content: space-between;
}

.next-level-staff-and-grads-left,
.next-level-staff-and-grads-right {
	height: auto;
	width: -moz-calc(50% - 50px);
	width: -webkit-calc(50% - 50px);
	width: calc(50% - 50px);
	flex-basis: -moz-calc(50% - 50px);
	flex-basis: -webkit-calc(50% - 50px);
	flex-basis: calc(50% - 50px);
	border: solid 3px #AAA;
	border-radius: 2px;
	text-align: center;
	padding: 0px 30px 30px 30px;
	display: flex;
	flex-direction: column;
}

.next-level-staff-and-grads-left {
	border: solid 3px var(--next-sand);
}

.next-level-staff-and-grads-right {
	border: solid 3px var(--next-blue);
}

.next-level-staff-widget-photo,
.next-level-graduate-widget-photo {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: solid 3px var(--next-sand);
	object-fit: cover;
	display: block;
	margin: 20px auto;
}

.next-level-graduate-widget-photo {
	border: solid 3px var(--next-blue);
}

.next-level-staff-and-grads-label {
	display: inline-block;
    padding: 5px 15px;
    color: #AAA;
    font-family: 'Raleway', sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 600;
    position: relative;
    top: -20px;
    background: var(--next-white);
    align-self: center;
}

.next-level-staff-and-grads-left .next-level-staff-and-grads-label {
    color: var(--next-sand);
}

.next-level-staff-and-grads-right .next-level-staff-and-grads-label {
    color: var(--next-blue);
}

.staff-member-widget-name,
.graduate-widget-name {
	color: var(--next-sand);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

.graduate-widget-name {
	color: var(--next-blue);
}

.staff-member-widget-summary,
.graduate-widget-summary {
	max-width: 300px;
	margin: 0 auto 30px auto;
}

.next-level-staff-and-grads-left .next-level-btn,
.next-level-staff-and-grads-right .next-level-btn {
	justify-self: end;
	margin-top: auto;
	display: inline-block;
	align-self: center;
}

.next-level-events-widget-wrapper {
	background: #c09d69;
	background-image: linear-gradient(to bottom right, var(--next-sand) 40%, var(--next-darksand));
	padding: 100px 100px;
}

.next-level-events-widget-container {
	display: flex;
}

.next-level-events-widget-left {
	flex-basis: 500px;
	flex-grow: 0;
	flex-shrink: 0;
}

.next-level-events-widget-right {
	padding: 0px 0px 0px 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.next-level-events-widget-text h2 {
    font-weight: 600;
    color: var(--next-white);
    font-size: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 20px 0px;
}

.next-level-events-widget-text p {
    font-weight: 400;
    color: var(--next-white);
    font-size: 17px;
    line-height: 1.7em;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 30px 0px;
}

.next-level-footer {
	background: #2c6d93;
	background-image: linear-gradient(to bottom right, var(--next-blue) 40%, var(--next-darkblue));
	padding: 50px 15px 30px 15px;
	border-top: solid 5px var(--next-teal);
	text-align: center;
}

.next-level-footer-logo {
	width: 230px;
	display: inline-block;
}

.next-level-footer-text {
	margin: 30px 0px 0px 0px;
}

.next-level-footer-text p {
	font-weight: 400;
	font-size: 15px;
	color: var(--next-white);
    font-family: 'Raleway', sans-serif;
    line-height: 1.4em;
}

.next-level-footer-text p.next-level-footer-address span {
	display: block;
}

.next-level-footer-text p.next-level-footer-copyright {
	color: var(--next-teal);
	font-size: 13px;
	margin-top: 30px;
}

.next-level-footer-text p.next-level-footer-copyright span {
	display: inline-block;
	margin: 0px 5px;
}

/* ---------- START Hide default theme footer --------- */

.site-footer,
.footer-widgets {
	display: none;
}

/* ----------- END Hide default theme footer ---------- */

.site-content {
	margin-bottom: 50px;
	margin-top: 10px;
}

.container {
    max-width: 1000px;
}

.all-next-level-staff-member-item {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 700px;
	padding: 0px 15px 50px 15px;
	margin: 0 auto 50px auto;
	border-bottom: solid 1px #EEE;
}

.all-next-level-staff-member-item:last-child {
	padding: 0px 15px 50px 15px;
	margin: 0 auto 0 auto;
	border-bottom: none;
}

.all-next-level-staff-member-item .all-next-level-staff-member-item-photo {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	object-fit: cover;
	display: block;
	margin: 0 auto 30px auto;
	border: solid 2px var(--next-sand);
}

.all-next-level-staff-member-item-name {
	color: var(--next-sand);
	font-size: 30px;
	display: block;
	font-weight: 500;
	margin-bottom: 15px;
}

.all-next-level-staff-member-item-title {
	color: var(--next-teal);
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
}

.all-next-level-staff-member-item-profile p {
	text-align: justify;
}

.all-next-level-graduates-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
}

.all-next-level-graduate-item {
	text-align: center;
	padding: 15px 15px 40px 15px;
}

.all-next-level-graduate-item .all-next-level-graduate-item-name {
	font-weight: 500;
	color: var(--next-blue);
	font-size: 19px;
	margin-bottom: 5px;
	display: block;
}

.all-next-level-graduate-item .all-next-level-graduate-item-date {
	font-weight: 500;
	color: var(--next-sand);
	font-size: 15px;
	margin-bottom: 12px;
	display: block;
	line-height: 1em;
}

.all-next-level-graduate-item .all-next-level-graduates-item-photo {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 auto 10px auto;
	border: solid 2px var(--next-blue);
	border-radius: 50%;
	object-fit: cover;
}

.all-next-level-graduate-item p.all-next-level-graduate-item-summary {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
	color: var(--next-gray);
	line-height: 1.4em;
	text-align: justify;
}

.fluentform form.next-level-contact-form label {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: var(--next-sand);
	letter-spacing: 1px;
	font-weight: 600;
}

.entry-header h1.entry-title {
	font-family: 'Raleway', sans-serif;
    color: var(--next-sand);
    font-weight: 700;
    font-size: 50px;
    padding: 0px 0px;
    text-align: center;
}

.next-level-event-item {
    display: flex;
    margin-bottom: 70px;
	padding: 0px 30px;
}

.next-level-event-item:last-child {
    margin-bottom: 20px;
}

.next-level-event-item .next-level-event-item-left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 270px;
    width: 270px;
}

.next-level-event-thumbnail-holder {
	width: 270px;
    height: 270px;
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--next-sand);
}

.next-level-event-item .next-level-event-item-left img.next-level-event-item-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    transition: all ease 0.3s;
}

.next-level-event-thumbnail-holder:after {
	display: block;
	content: '';
	width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 4px 4px 20px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0px;
    pointer-events: none;
}

.next-level-event-thumbnail-holder a:hover {
	opacity: 1.0;
}

.next-level-event-thumbnail-holder a:hover img.next-level-event-item-thumbnail {
	transform: scale(1.07);
}

.next-level-event-item .next-level-event-item-right {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.next-level-event-item-text h2 {
	margin: 0px 0px 10px 0px;
	font-size: 28px;
}

.next-level-event-item-text h2 a {
	text-decoration: none;
	color: var(--next-teal);
}

.next-level-event-item-text h2 a:hover {
	text-decoration: none;
	color: var(--next-liteteal);
}

.next-level-event-item-text h3 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}

.next-level-event-item-text p {
	margin: 0px 0px 0px 0px;
	font-size: 17px;
}

.no-upcoming-events-found {
	text-align: center;
}

.no-events-scissors {
	display: inline-block;
	max-width: 700px;
	width: 100%;
}

.all-next-level-education-paths {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 100px;
	grid-row-gap: 100px;
	padding: 0px 15px;
	margin-top: 100px;
}

.next-level-education-path-item-image-holder {
	max-width: 200px;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0px auto 30px auto;
}

.next-level-education-path-item-image-holder img.next-level-education-path-item-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.next-level-education-path-item {
	display: flex;
	flex-direction: column;
	justify-content: start;
	margin: auto;
	height: 100%;
	text-align: center;
	max-width: 425px;
}

.next-level-education-path-item h2 {
	margin: 0px 0px 5px 0px;
}

.next-level-education-path-item h3 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: var(--next-sand);
	font-weight: 500;
}

.next-level-education-path-item p {
	text-align: justify;
	font-size: 15px;
	line-height: 1.6em;
	margin: 0px 0px 15px 0px;
}

.eduction-path-item-bottom {
	margin-top: auto;
}

.tutor-courses-wrap {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.next-level-contact-form {
	max-width: 800px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.educator-quote {
	margin-bottom: 15px;
}

.educator-quote span.the-educator-quote {
	font-weight: 500;
	font-size: 18px;
	display: block;
	color: var(--next-liteteal);
	line-height: 1.3em;
	margin-bottom: 5px;
}

.educator-quote span.the-educator-byline {
	font-style: italic;
	color: var(--next-litesand);
	font-size: 16px;
	display: block;
	line-height: 1.3em;
}

.next-level-contact-form .ff-custom_html p {
	text-align: center;
	font-weight: 500;
	margin: 0px;
	color: var(--next-gray);
	font-size: 16px;
}

.navbar .navbar-brand img {
    max-height: 60px;
}


/* -------------------------------------------------------------------- */
@media (max-width: 1400px) {


	.next-level-visuals-image {
    width: 600px;
    height: 600px;
	}

	.next-leve-visuals-left {
    width: -moz-calc(100% - 650px);
    width: -webkit-calc(100% - 650px);
    width: calc(100% - 650px);
	}

	.next-level-site-container {
    border-left: none;
    border-right: none;
	}


}



/* -------------------------------------------------------------------- */
@media (max-width: 1199px) {

	.header-default-next-level .navbar.navbar-right .menu-primary-container {
    padding-top: 10px;
    padding-left: 70px;
	}

	.navbar-brand a {
	top: 5px;
	left: 0px;
	}

	.navbar-brand img {
    width: 230px;
	}

	.header-next-level-blue-brand-background {
    left: -220px;
	}

	.header-next-level-teal-background {
    top: -140px;
	}

	.next-level-thick-thin-right {
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
	}

	.next-level-thin-thick-left {
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
	}

	.next-level-thin-thick-right img.next-level-thin-thick-right-image {
    width: 400px;
	}

	.next-level-thick-thin-left img.next-level-thick-thin-left-image {
    width: 400px;
	}

	.next-level-thick-thin-right-text h2 {
    font-size: 24px;
	}

	.next-level-thick-thin-right-text p {
    font-size: 16px;
	}

	.next-level-thin-thick-left-text p {
    font-size: 16px;
	}

	.next-level-thin-thick-left-text h2 {
    font-size: 24px;
	}

	.next-level-btn {
    font-size: 14px;
    padding: 8px 14px;
	}

	.next-level-btn:hover {
    padding: 8px 17px;
	}

	.home-welcome-container .home-welcome-text h1.home-welcome-text-large {
    font-size: 40px;
    margin: 30px auto;
	}

	.next-level-welcome {
    margin-top: -160px;
    margin-bottom: -120px;
	}

	.next-level-visuals-image {
    width: 400px;
    height: 400px;
	}

	.next-leve-visuals-left {
    width: -moz-calc(100% - 450px);
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
	}

	.next-leve-visuals-left-text h2 {
    font-size: 24px;
	}

	.next-leve-visuals-left-text p {
    font-size: 16px;
	}

	.next-level-visuals-background {
    height: -moz-calc(100% - 150px);
    height: -webkit-calc(100% - 150px);
    height: calc(100% - 150px);
	}

	.next-level-staff-and-grads-container {
    padding: 50px 50px;
	}

	.next-level-staff-and-grads-left, .next-level-staff-and-grads-right {
    width: -moz-calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    flex-basis: -moz-calc(50% - 30px);
    flex-basis: -webkit-calc(50% - 30px);
    flex-basis: calc(50% - 30px);
	}

	.next-level-events-widget-text h2 {
    font-size: 24px;
	}

	.next-level-events-widget-text p {
    font-size: 16px;
	}

	.next-level-events-widget-left {
    flex-basis: 330px;
	}

	.next-level-events-widget-wrapper {
    padding: 50px 70px;
	}

	.home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
	font-size: 22px;
	}
	
	.next-level-event-thumbnail-holder {
    width: 220px;
    height: 220px;
	}
	
	.next-level-event-item .next-level-event-item-left {
    flex-basis: 220px;
    width: 220px;
	}
	
	.entry-content h2 {
    font-size: 27px;
	}
	
	.next-level-education-path-item h3 {
    font-size: 16px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 991px) {

	.header-default-next-level .navbar.navbar-right .navbar-nav {
    height: 100%;
	}

	.navbar.navbar-right .navbar-toggler {
    justify-self: flex-start;
    position: relative;
    left: 60px;
    top: 5px;
	}

	.next-level-site-container {
    border-left: none;
    border-right: none;
	}

	.navbar.navbar-right .navbar-toggler .toggle-icon span,
	.navbar.navbar-right .navbar-toggler .toggle-icon span:before,
	.navbar.navbar-right .navbar-toggler .toggle-icon span:after {
    background: rgba(255,255,255,0.7);
    transition: all ease 0.3s;
	}

	.navbar.navbar-right .navbar-toggler:hover .toggle-icon span,
	.navbar.navbar-right .navbar-toggler:hover .toggle-icon span:before,
	.navbar.navbar-right .navbar-toggler:hover .toggle-icon span:after {
    background: rgba(255,255,255,1.0);
	}

	.navbar.navbar-right .navbar-toggler:hover,
	.navbar.navbar-right .navbar-toggler:focus,
	.navbar.navbar-right .navbar-toggler:active {
    box-shadow: none;
	}

	/*.next-level-thick-thin-left img.next-level-thick-thin-left-image {
    width: 250px;
	}*/

	.next-level-thick-thin-left img.next-level-thick-thin-left-image {
    width: 265px;
    position: relative;
    top: 57px;
    right: 10px;
	}

	.next-level-thin-thick-right img.next-level-thin-thick-right-image {
    width: 250px;
	}

	.thick-to-thin-widget-wrapper {
    padding: 40px 30px 80px 30px;
	}
	
	.thin-to-thick-widget-wrapper {
    padding: 120px 30px 120px 30px;
	}

	.next-level-thick-thin-right {
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
	}

	.next-level-thick-thin-right-text h2 {
    font-size: 19px;
	}

	.next-level-thin-thick-left-text h2 {
    font-size: 19px;
	}

	.next-level-thick-thin-right-text p {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
	}

	.next-level-thin-thick-left-text p {
    font-size: 14px;
    margin: 0px 0px 20px 0px;
	}

	.next-level-thin-thick-left {
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
	}

	.home-welcome-container .home-welcome-text h1.home-welcome-text-large {
    font-size: 34px;
    margin: 20px auto;
    padding: 0px 30px;
	}

	.home-welcome-wrapper {
    height: 700px;
	}

	.next-level-featured-courses-container .next-level-featured-courses-text h1 {
    font-size: 28px;
	}

	.next-level-featured-courses-container .next-level-featured-courses-text p {
    font-size: 14px;
	}

	.next-level-featured-courses-container .next-level-featured-courses-text {
    padding: 0px 15px;
	}

	.next-level-visuals-background {
    height: 100%;
	}

    .next-level-visuals-image {
    width: 300px;
    height: 300px;
    bottom: 0px;
	}

	.next-level-visuals-wrapper {
    padding: 30px 30px 30px 30px;
	}

	.next-leve-visuals-left-text {
    padding-top: 0px;
	}

	.next-leve-visuals-left {
    width: -moz-calc(100% - 330px);
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
	}

	.next-level-staff-widget-photo, .next-level-graduate-widget-photo {
    width: 200px;
    height: 200px;
	}

	.next-level-staff-and-grads-label {
    font-size: 19px;
    top: -17px;
	}

	.next-level-events-widget-left {
    flex-basis: 200px;
	}

	.next-level-events-widget-right {
    padding: 0px 0px 0px 30px;
	}

	.next-level-featured-courses-wrapper {
	padding-left: 30px;
	padding-right: 30px;
	}

	.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a,
	.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:visited {
    color: var(--next-blue);
	}

	.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:hover,
	.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:active,
	.header-default-next-level .navbar.navbar-right .navbar-nav .menu-item a:focus {
    color: var(--next-teal);
	}

	.entry-content h1 {
    font-size: 40px;
    letter-spacing: 1px;
	}

	.all-next-level-graduates-list {
	grid-template-columns: 1fr 1fr;
	}

	.entry-header h1.entry-title {
    font-size: 40px;
    letter-spacing: 1px;
	}

	.home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
	font-size: 20px;
	}
	
	.next-level-event-thumbnail-holder {
    width: 200px;
    height: 200px;
	}
	
	.next-level-event-item .next-level-event-item-left {
    flex-basis: 200px;
    width: 200px;
	}
	
	.next-level-event-item-text h2 {
    font-size: 22px;
	}
	
	.next-level-event-item-text h3 {
    font-size: 17px;
	}
	
	.next-level-event-item-text p {
    font-size: 14px;
	}
	
	.all-next-level-education-paths {
    grid-template-columns: 1fr;
	max-width: 400px;
	margin: 50px auto 30px auto;
	}
	
	.next-level-education-path-item {
    margin-bottom: 100px;
	display: block;
	}
	
	.next-level-education-path-item:last-child {
    margin-bottom: 0px;
	}

	.educator-quote span.the-educator-quote {
	font-size: 16px;
	}

	.educator-quote span.the-educator-byline {
	font-size: 14px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 767px) {

	.navbar.navbar-right .navbar-toggler {
    justify-self: flex-end;
    position: relative;
    left: unset;
    top: unset;
	}

	.header-next-level-teal-background {
    top: -150px;
	}

	.header-next-level-blue-brand-background {
    left: -250px;
	}

	.header-default-next-level .navbar-brand {
    order: 0;
	}

	.next-level-thin-thick-container,
	.next-level-thick-thin-container {
    display: flex;
    flex-direction: column;
	}

	.next-level-thin-thick-left {
	order: 2;
	margin: 0 auto;
	text-align: center;
	}

	.next-level-thin-thick-right {
	order: 1;
	margin: 0 auto;
	}

	.next-level-thick-thin-left {
	order: 2;
	margin: 0 auto;
	}

	.next-level-thick-thin-right {
	order: 1;
	margin: 0 auto 30px auto;
	text-align: center;
	}

	.thin-to-thick-widget-wrappe,
	.thick-to-thin-widget-wrapper {
    padding: 60px 15px 80px 15px;
	}

	.thin-to-thick-widget-wrapper .thin-to-thick-widget-wrapper-skew {
    clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0 95%);	
	}

	.thick-to-thin-widget-wrapper .thick-to-thin-widget-wrapper-skew {
    clip-path: polygon(0% 0%, 100% 5%, 100% 100%, 0 100%);
	}

	.next-level-thin-thick-left {
    width: 100%;
    max-width: 400px;
	}

	.next-level-thick-thin-right {
    width: 100%;
    max-width: 400px;
	}

	.home-welcome-container .home-welcome-text span.home-welcome-text-small {
    font-size: 21px;
	}

	.home-welcome-container .home-welcome-text h1.home-welcome-text-large {
    font-size: 25px;
    margin: 15px auto;
    padding: 0px 20px;
	}

	.next-level-welcome {
    margin-top: -190px;
    margin-bottom: -100px;
	}

	/* .home-welcome-wrapper {
    height: 500px;
	} */

	.home-welcome-wrapper {
    height: 700px;
    padding: 100px 20px 30px 20px;
	}

	.next-level-visuals-container {
    flex-direction: column;
	}

	.next-leve-visuals-left {
    width: 100%;
    max-width: 350px;
    padding: 0px 20px;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}

	.next-leve-visuals-right {
    order: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}
	
	.next-level-visuals-image {
    margin: 0 auto 30px auto;
	}

	.next-level-visuals-wrapper {
    padding: 50px 20px 50px 20px;
	}

	.next-level-staff-and-grads-container {
    display: flex;
    flex-direction: column;
	}

	.next-level-staff-and-grads-left, .next-level-staff-and-grads-right {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
	}

	.next-level-staff-and-grads-left {
    margin-bottom: 70px;
	}

	.next-level-staff-and-grads-container {
    padding: 50px 30px;
	}

	.next-level-events-widget-container {
    flex-direction: column;
	}

	.next-level-events-widget-left {
    flex-basis: 200px;
    max-width: 300px;
    margin: 0 auto 50px auto;
	}

	.next-level-events-widget-right {
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    max-width: 400px;
	}

	.next-level-events-widget-text {
	text-align: center;
	}

	header.header-default.header-default-next-level {
    height: 120px;
	}

	.all-next-level-staff-member-item-profile p {
	font-size: 15px;
	}

	.all-next-level-staff-member-item-title {
    font-size: 16px;
	}

	.all-next-level-staff-member-item-name {
    font-size: 26px;
	}

	.entry-content h1 {
    font-size: 34px;
	}

	.all-next-level-graduate-item .all-next-level-graduates-item-photo {
    display: block;
    width: 170px;
    height: 170px;
	}

	.entry-header h1.entry-title {
    font-size: 34px;
	}

	.home-welcome-container .home-welcome-text p.home-welcome-text-paragraph {
	font-size: 18px;
	}

	.next-level-thick-thin-left img.next-level-thick-thin-left-image {
    width: 250px;
    position: relative;
    top: 0px;
    right: 0px;
	}
	
	.next-level-event-item {
    display: block;
	text-align: center;
	}
	
	.next-level-event-item:first-child {
    margin-top: 30px;
	}
	
	.next-level-event-item-left {
	margin: 0 auto 15px auto;
	}
	
	.next-level-event-item .next-level-event-item-right {
    padding-left: unset;
	padding: 0px 15px 0px 15px;
    display: block;
    flex-direction: unset;
    justify-content: unset;
	}
	
	.next-level-event-thumbnail-holder {
    width: 170px;
    height: 170px;
	}
	
	.next-level-event-item .next-level-event-item-left {
    flex-basis: 170px;
    width: 170px;
	}
	
	.thin-to-thick-widget-wrapper {
    padding: 80px 30px 100px 30px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 600px) {

	.header-next-level-teal-background {
    top: -165px;
	}

	.navbar-brand img {
    width: 190px;
	}

	.header-next-level-blue-brand-background {
    left: -300px;
	}

}

/* -------------------------------------------------------------------- */
@media (max-width: 500px) {

	.navbar-brand img {
    width: 145px;
	}

	.navbar-brand a {
    left: 0px;
	}

	.header-next-level-blue-brand-background {
    left: -370px;
	}

	.header-default-next-level .navbar.navbar-right .menu-primary-container {
    padding-left: 0;
	}

	body:not(.logged-in) .navbar .navbar-utils {
	max-width: 100px;
	}

	.navbar .navbar-toggler {
    margin-right: unset;
    margin-left: unset;
    position: relative;
    right: 10px;
	}

	.all-next-level-graduates-list {
	grid-template-columns: 1fr;
	}
	
	.all-next-level-staff-member-item-profile p {
    text-align: center;
	}

}

