@font-face {
	font-family:"SS3";
	src:url("/includes/css/SourceSans3-VariableFont_wght.ttf") format("truetype-variations");
}

* {padding:0; margin:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.platform_staging *, .platform_live * {outline:none;}
html {overflow-x:hidden;}
body {margin:0; font-size:17px; font-family: SS3, Helvetica, sans-serif; color:#4A4A4A; background-color:#0d0d0d; /*animation:fadein 2s;*/
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;}

body::-webkit-scrollbar {width:15px;}
body::-webkit-scrollbar-track {background:#0d0d0d;}
body::-webkit-scrollbar-thumb {background-color:#AAA;}

@keyframes fadein {
	from	{opacity:0;}
	to		{opacity:1;}
}

.clear {clear:both;}

.only_mobile {display: none !important;}
.only_desktop {display: inherit !important;}

a {text-decoration:none; color:inherit; cursor:pointer;}
a.link{color: #0B0072}
	a:hover {opacity:0.9;}

h1, h2, h3, h4, h5 {}
	h1 {}
	h2 {font-size:2.2em; line-height: 1em;}
	h3 {margin: .5em 0}

#messages {color:#FFF; text-align:center; width:fit-content; width:-moz-fit-content; left:0; right:0; margin:auto; padding:20px 0; font-weight:bold;}
#messages ul {padding:20px 5vw; margin:0; border-radius:20px;}
	.sfwrapper #messages ul {padding:20px;}
#messages ul li {list-style:none;}
#messages ul span {display:inline-block; display:none; margin-bottom:5px;}
/*#m_success {color: #339900;}
#m_notification {color:#3366CC;}
#m_error {color:#FF0000;}*/
#mess_error {background:#8B0000;}
#mess_notification {background:#3366CC;}
#mess_success {background:#339900;}

input, textarea, select{
	color: #333;
	width: 100%;
	padding: 0.4em;
	font-size: 1.2em;
	margin: 5px 5px 15px;
	border: none;
	background: white;
	font-family: SS3, Helvetica, sans-serif;
	border-radius: 8px;
}
input:disabled, textarea:disabled, select:disabled {background:#AAA;}
input[type="button"]:disabled, input[type="submit"]:disabled {opacity:0.5; background:#AAA;}

.label_wrap {position:relative;}
	.label_wrap label {position:absolute; top:10px; left:10px; font-size:0.8em; color:#4a5560; pointer-events:none; transition:transform 100ms ease-in-out;}
		.label_wrap input:valid + label {transform:translateY(-25px) translateX(-9px);}

input[type="checkbox"], input[type="radio"] {
	width: initial;
}
input[type="button"], input[type="submit"] {
	cursor:pointer;
	display: inline-block;
	padding: 10px 20px;
	color:#FFF6E7;
	background: #0B0072;
	border-radius: 100px;
	border-top-left-radius: 0px;
}
textarea{
	height: 200px;
}
input.text_button {
	background: none;
	color: inherit;
	padding: 0 !important;
	border-radius: 0;
	margin: 0 !important;
	font-size: inherit;
	width: inherit;
}
input.inline_button{
	width: auto;
}
iframe{
	max-width: 100%;
}

.password_wrap {position:relative;}
	.password_wrap .show_password {position:absolute; top:18px; right:5px;}
			.password_wrap .show_password:hover {cursor:pointer; opacity:0.85;}
		.password_wrap .show_password.shown {}
			.password_wrap .show_password .fa {width:21px; height:17px; text-align:center;}

.form{
	max-width: 680px;
	margin: 20px auto;
	background:rgba(230, 230, 230, 0.85);
	padding:20px 30px 20px 20px;
	border-radius:20px;
}

.form label {
	display: block;
	margin:0 5px 0 5px;
	font-weight: bold;
}

.form label.for_checkbox {
	display: inline-block;
}

.form_20{
	display: inline-block;
	width: 19%;
}
.form_30{
	display: inline-block;
	width: 29%;
}
select.form_30{
	width: 25%;
}
.form_40{
	display: inline-block;
	width: 39%;
}
.form_50{
	display: inline-block;
	width: 49.5%;
}
.form_60{
	display: inline-block;
	width: 60%;
}
.form_70{
	display: inline-block;
	width: 70%;
}
.form_80{
	display: inline-block;
	width: 80%;
}
.form_box{
	display: inline-block;
	margin: 0px 2px;
}

.limit_counter_counter{
	text-align: right;
    margin-top: -25px;
}

.tear_button {
	display: inline-block;
	padding: 5px 12px;
	color:#FFF6E7;
	background: #0B0072;
	border-radius: 100px;
	border-top-left-radius: 0px;
	font-weight:bold;
}

.tear_button.grey {
	color:#4A4A4A;
	background: rgba(255, 255, 255, 0.8);
}

.tear_button.orange {
	color:#FFF;
	background:#ce7d16;
}

.tear_button.green {
	color:#FFF;
	background-color:#0da54e;
	background-image: linear-gradient(-45deg, rgb(13, 165, 78) 0%, rgb(33, 202, 105) 25%, rgb(51, 167, 102) 51%, rgb(44, 181, 104) 100%  );
	animation: bg_animate 5s ease infinite;
	justify-content: center; background-size: 300% 300%;
}
@keyframes bg_animate {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

.tear_button img{
	border-radius: 100%;
    height: 1.8em;
    margin-bottom: -10px;
    margin-top: -5px;
}

.course_button{
	position:absolute;
	bottom:10px;
	left:120px;
}

@media (max-width: 1000px){
	.course_button{
		bottom:0px;
		left:0px;
	}
}

.enroll_button{
	position: initial !important;
    bottom: initial !important;
    left: initial !important;
    margin-right: 15px;
		background:#777;
}
.added_to_cart{
	background:#BBB;
}
.add_to_cart{
    background: #ce7d16;
}


.line_clamp {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.line_clamp[lines="2"]{
	-webkit-line-clamp: 2;
}
.line_clamp[lines="3"]{
	-webkit-line-clamp: 3;
}
.line_clamp[lines="4"]{
	-webkit-line-clamp: 4;
}
.line_clamp[lines="5"]{
	-webkit-line-clamp: 5;
}
.line_clamp[lines="6"]{
	-webkit-line-clamp: 6;
}
.line_clamp[lines="7"]{
	-webkit-line-clamp: 7;
}
.line_clamp[lines="8"]{
	-webkit-line-clamp: 8;
}
.line_unclamp {
	display: initial;
	display: revert;
}


.toggle_read_more {display:block; /*margin:10px auto 20px;*/ color:#0b0072; font-weight:bold; text-decoration:none;}


/*.gsc-control-cse {padding:0.4em; border-radius:25px; border:1px solid #999; background:#E9E9E9; box-shadow:3px 3px 20px rgb(68, 68, 68), 2px 2px 7px rgb(78, 78, 78);}*/
/*Top gsearch bar only*/
/*.gsc-control-searchbox-only {}
form.gsc-search-box {margin-bottom: 0;}
table.gsc-search-box {margin-bottom: 0;}
.gsc-input-box {border:1px solid #CCC; border-radius:25px; -webkit-appearance:none;}
.gsc-search-button-v2 {border-radius:25px; cursor:pointer; padding:9px 27px;}
table.gsc-search-box td.gsc-input {padding-right:5px;}
.gs-web-image-box {margin-right:10px;}
.gsc-table-cell-snippet-close {margin-top:10px;}*/


.lightbox{
	cursor: pointer;
}

.lbox_wrap {display:none; position:fixed; top:0; left:0; z-index:999; width:100%; height:100%; background:rgba(0, 0, 0, 0.5);}
	.lbox_wrap.lbox_active {display:block;}
	.lbox_wrap iframe {max-width:100%;}
.lbox {position:absolute; top:50%; left:0; right:0; margin:auto; transform:translateY(-50%); width:fit-content; width:-moz-fit-content; height:fit-content; height:-moz-fit-content; max-width:100%; max-height:100%; padding:20px; background:#FFF; border:5px solid rgba(0, 0, 0, 0.1);border-radius: 20px;}
	.lbox:before {content:'X'; cursor: pointer; position: absolute; right: -10px; top: -10px; font-size: 20px; background:rgb(190, 10, 10); color: white; border-radius:50%; width:35px; height:35px; line-height:35px; color:#FFF; font-weight:bold; text-align:center; display:block; margin:0 auto;}
			#student_testimonials_lb .lbox:before {right:0; top:0; font-size:13px; width:20px; height:20px; line-height:20px;}
	.lbox_wrap2 .lbox:before {position: relative; right: 0px; top: 0px;}
	.lbox .lbox_prev{position: absolute; left: -50px; top: calc(50% - 25px); font-size: 50px;}
	.lbox .lbox_next{position: absolute; right: -50px; top: calc(50% - 25px); font-size: 50px;}
	.lbox_prev .fa, .lbox_next .fa{background: white; padding: 10px; border-radius: 100%; box-shadow: 5px 5px 10px black;}

.wrapper {/*overflow:hidden;*/}

.hwrapper {position:relative; min-width:100%; min-height:100vh; background:linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) ), url('/images/background_ceiling.jpg') no-repeat center; background-size:cover;}
	.hwrapper.hmin {min-height:75px;}
		.hwrapper.hmin .ptitle {display:none;}
	.hwrapper.hminmed {min-height:200px;}
		.hwrapper.hminmed .ptitle {display:none;}
	.hwrapper.hmed {min-height:400px;}

	.hwrapper.thwrapper {background:#0b0072; min-height:0; border-bottom:1px solid #777;}
		.hwrapper.thwrapper.adminwrapper {background:#111;}
			.hwrapper.thwrapper.adminwrapper .admin_head {color:#ff9b00; text-align:center; border-bottom:1px solid #ff9b00;}
	.hwrapper.thwrapper .nav {padding:20px 0;}
		.hwrapper.thwrapper.adminwrapper .nav {padding:5px 0; text-align:center;}
	.hwrapper.thwrapper .nav ul.nright {margin:0;}

	.hwrapper .header_gradient {pointer-events:none;}

	/*admin hover menu*/
	.hwrapper.thwrapper.adminwrapper {position:absolute; top:0; left:0;/*right:0;*/ margin:auto; z-index:20; min-width:auto; width:fit-content; width:-moz-fit-content; padding:0 25px; height:25px; overflow:hidden; border:1px solid #555; border-top:none; border-left:none; border-radius:0 0 3px 0; cursor:default;}
			.hwrapper.thwrapper.adminwrapper.show_admin_mobile, .hwrapper.thwrapper.adminwrapper:hover {height:auto;}
		.hwrapper.thwrapper.adminwrapper .nav li {display:block; margin:0; text-align:left;}
	/**/
	@media (max-width:1000px){
		.hwrapper.thwrapper.adminwrapper {right:0; border-radius:5px 5px 10px 10px; border-left:1px solid #555;}
	}

.hwrapper.index_hwrap_min {height: 35vw; min-height: 50vh;}
.hwrapper.index_hwrap_min .header.index_ptitle .ptitle {bottom:80px;}
.hwrapper.index_hwrap_min .header.index_ptitle .itb1, .hwrapper.index_hwrap_min .header.index_ptitle .itb2 {bottom:45px; color: #0b0072; background: #fff6e7;}

.header {margin:0 auto; height:fit-content; height:-moz-fit-content; max-width:1200px;}
	#stickyhead {z-index: 10; position: relative;}
	.header.stickyhead, .header.stickyhead:before {background:#FFF; padding:0 0 15px; position:fixed !important; left:0; right:0; top:0; animation:stuck_menu 500ms normal ease-out; animation-iteration-count:1;}
		.header.stickyhead {z-index:2;}
			.header.stickyhead:before {content:''; height:60px; width:100vw; border-bottom:1px solid #DEDEDE;}
		.header.stickyhead .logo {top:0;}
			.header.stickyhead .logo img {width:75px; padding:5px;}
		.header.stickyhead .nav ul.ncenter li a {color:#111;}
			.header.stickyhead .nav ul.ncenter li.drop ul a {color:#FFF;}
	.header.stickyhead .cart_button .fa {color:#333;}
			.show_mobile_menu .header.stickyhead .cart_button .fa {color:#FFF;}

@keyframes stuck_menu {
	from {
		top:-60px;
	}
	to {
		top:0;
	}
}


.hwrapper.index_hwrap_min .header_cont {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}


.ptitle {position:absolute;bottom:0px; /*background-color: rgba(69, 72, 76, 0.8);*/color:#FFF;padding: 0px; font-size:2.8em; border-radius:0px 25px 25px 25px;	font-weight: bold;
	text-shadow: 3px 3px 20px rgb(0 0 0), 2px 2px 7px rgb(0 0 0); font-family: SS3; text-transform: uppercase; letter-spacing: 2px;}
.ptitle.center {text-align: center; margin: 5px auto; left: 0; right: 0;}

.header.index_ptitle {position:absolute; right:0; left:0; bottom:0; z-index:2; width:100%;}
	.header.index_ptitle .ptitle {bottom:150px; right:100px; color:#111; right:60px;}
		.header.index_ptitle .itb1 {position:absolute; bottom:95px; right:295px; font-size:1em;}
		.header.index_ptitle .itb2 {position:absolute; bottom:95px; right:110px; font-size:1em;}

.logo {position:absolute; top:-30px;}
	.logo a {display:inline-block;}
	.logo img {width:150px;}
	/*.logo img {width:200px; background:#FFF; border-radius:50%;}*//*for svg logo*/

.nav {padding-top:25px;}
	.nav .tear_button {padding: 5px 14px;}
		.nav.fnav {padding-top:0;}
	.nav ul {margin:0;}
		.nav ul.nleft {float:left;}
		.nav ul.ncenter {position:absolute; left:0; right:0; text-align:center; margin:0 auto; width:fit-content; width:-moz-fit-content;}
				.nav.fnav ul.ncenter {position:relative;}
			.nav ul.ncenter li:hover a, .nav ul.ncenter li.active a {border-bottom:5px solid #ff9b00; padding-bottom:5px; }
			.nav ul.ncenter .fa-chevron-down {display: none;}
		.nav ul.nright {float:right; margin-top:-10px;}
						/*.header .nav ul.nright .tear_button {padding:8px 14px;}*/
				.nav ul.nright li.drop ul {right: 0; transform-origin: top right;}
		.nav ul li {display:inline-block; margin-left:25px; position: relative; z-index:11; backface-visibility:hidden;}
		li.active a {
			border-bottom:5px solid #ff9b00;
		}
			.nav.fnav ul li {margin-left:10px;}
				.nav ul li:first-of-type {margin-left:0;}
		.nav ul li a {position:relative; color:#FFF; font-size:1.1em; text-decoration:none; transition:transform 0.25s ease-in-out; display:inline-block; width:max-content;}
				.nav.fnav ul li a {font-size:1em; text-decoration:underline;}
			/*.nav ul li a img {position:absolute; z-index:-1; top:-15px; left:-20px; width:50px;}*/

	.nav ul li.drop a:after {display:none; content:'v'; margin-left:5px;}
		.nav ul li.drop ul li {margin:5px 0; display:block; background-color:rgba(18, 9, 75, 0.98); text-align:left; border-radius:20px; border: 1px solid rgba(34, 34, 34, .6);}
				.nav ul li.drop ul li:hover {background-color:rgba(18, 9, 75, 0.90);}
			.nav ul li.drop ul li a {color:#fff; border:none !important; display:block; padding:5px 20px; font-size: 0.9em;}

	.nav ul li.drop ul {position:absolute; z-index:2; overflow: hidden; transition: 0.25s; transform-origin: top left; transform: scale(0);}
		.nav ul.ncenter li.drop ul {top:35px; width:fit-content; width:-moz-fit-content;}
	.nav ul li.drop:hover > ul, .nav ul li.drop:focus-within > ul, .nav ul li.drop ul:hover {transform: scale(1);}

	.header .cart_button {position:relative; display:none;}
			.cart_button.show {position:relative; display:inline-block;}
			.cart_button.dont_show{display: none !important;}
		.cart_button div {position:absolute; top:-10px; right:-10px; background-color:orange; color:#FFF; border-radius:50%; width:20px; height:20px; text-align:center;}
		.cart_button span {font-size:15px; position:relative; top:-4px;}
	.cart_button .fa {font-size:1.6em; vertical-align:middle; color:#FFF;}

	.header .ncenter .cart_button {display:none;}
	.header.stickyhead .ncenter .cart_button.show {display:inline-block;}

.cart_notify_wrap {position:fixed; top:0; right:0; z-index:999; background:#FFF; padding:10px 25px; border:1px solid #CCC; border-top:none; border-right:none; border-radius:0 0 0 5px; max-width:300px; transition:transform 200ms ease-out; transform:translateX(300px); box-shadow:0 5px 45px 5px #00000021;}
			.cart_notify_wrap.cart_notify_active {transform:translateX(0);}
	.cart_notify_wrap div {font-weight:bold;}
	.cart_notify_wrap span {color:green; font-size:1.2em;}
	.cart_notify_wrap a {color:#0b0072; font-size:0.9em;}

ul.breadcrumbs {position:absolute; z-index:2; bottom:-13px; list-style:none;}
	ul.breadcrumbs li {display:inline-block; margin-right:10px; background:#EEE; color:#000; padding:0 10px; font-size:0.8em; border-radius:0 10px 10px 10px; -webkit-border-radius:0 10px 10px 10px; border:1px solid #CCC;}
	ul.breadcrumbs + .ptitle {margin-bottom:15px;}

.cwrapper {background-color:#FFF; overflow:hidden;}
	.cwrapper.alt {background-color:#f1f0f7;}
	.cwrapper.alt2 {background-color:#fff9f0;}
	.cwrapper.alt3 {background-color:#f4eee5;}

.cwrapper.index_subhead {background-color:#fff9f0; position:relative; overflow:hidden;}
	.cwrapper.index_subhead h2 {padding:0; float:left; border-right:1px solid #777; margin-right:25px; padding-right:25px; /* margin-left:100px; */}

/*.cwrapper*/.apply_today {padding-bottom:50px;}
	.apply_today .apply_title {text-align: center;
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 25px;
		line-height: 1.2em;}
	.apply_today .content {margin-top: 40px; border:2px solid #EEE; box-shadow:5px 5px 10px 0px rgba(182, 182, 182, 0.58); border-radius:25px; background:#f2f2f2; padding:50px; font-weight:bold;}
	.apply_today .content .content {border-radius: 75px;}
		.apply_today .content h2 {text-align:left; color:#0b0072; padding-bottom:25px;}
		.apply_today .content > div {font-size:1.2em; line-height: 1.2em;}
		.apply_today .content a {color:#0b0072;}

.content {margin:0 auto; max-width:1200px; padding:40px 0; line-height:1.5em;}
	.content h2 {padding-bottom:25px; text-align:center;}

.content .fleft {float:left; width:45%;}
.content .fright {float:right; width:45%;}

.content .learn_wrap.learn_full .learn_content::-webkit-scrollbar {width:15px;}
.content .learn_wrap.learn_full .learn_content::-webkit-scrollbar-track {background:rgba(240, 240, 240, 0.5);}
.content .learn_wrap.learn_full .learn_content::-webkit-scrollbar-thumb {background-color:#AAA;}

/*learn wrap / featured content*/
.content .learn_wrap {display:inline-block; width:47.5%; margin: 5px 1% 20px 1%; border:2px solid #EEE; border-radius:25px; vertical-align:top; background-color:#FFF; box-shadow:10px 10px 20px -6px #00000042; position: relative;}
		.content .learn_wrap img {float:left; width:45%; border-radius:25px 25px 0 25px; display: block;}
		.content .learn_wrap .learn_coming_soon {text-align:center; font-size:22px; position:absolute; top:50%; left:-5px; transform:rotate(-45deg) translateY(-50%); color:rgba(255, 255, 255, 0.8); width:30%; text-transform:uppercase; text-shadow:3px 3px 20px rgb(0 0 0), 2px 2px 7px rgb(0 0 0);}
			@media (max-width: 1000px){.content .learn_wrap .learn_coming_soon {width:100%; left:0; font-size:200%;}}
	.content .learn_cont {float:right; width:55%; padding:20px;}
		.content .learn_title {display:inline-block; font-weight:bold;}
		.content .learn_content {overflow:hidden; margin:10px 0;}
		.content .scroll_cont{
			max-height: 170px;
			overflow: auto;
			margin-bottom: 10px;
		}
		.content .scroll_cont .learn_content {max-height:initial;}
		.learning_area_cont .tear_button{
			position: absolute;
			bottom: 10px;
		}

	.content .learn_wrap.learn_online {padding:20px; width:375px; min-height:460px;}
		.content .learn_wrap.learn_online .learn_title {display:block; position:relative; left:10px;     margin-left: 60px;     max-height: 80px; overflow: hidden;}
		.content .learn_wrap.learn_online .learn_content {border:1px solid #CCC; border-radius:25px; text-align:center; padding:10px 0; clear:both; position:relative; top:10px;}

			.content .learn_wrap.learn_online.courses_featured.courses_featured_alt {background:none; border:none; box-shadow:none; color:#000; font-weight:normal; min-height:0; max-width:355px; font-size:1.2em;}
				.content .learn_wrap.learn_online.courses_featured {min-height:465px;}
				.content .learn_wrap.learn_online.courses_featured img {border-radius:3px; box-shadow:10px 10px 20px -6px #000; margin-bottom:30px; margin-bottom:15px; width:100%; max-width:355px; height:100%; max-height:355px;}

	.content .learn_wrap.learn_full {width:100%; position:relative; background:none; box-shadow:unset !important; border:none;	 min-height: 440px;}
		.content .learn_wrap.learn_full .learn_img {position:absolute; width:30%; background-color:#F2F2F2; border-radius:25px; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.30);}
			.content .learn_wrap.learn_full .learn_img img {float:none; width:100%;}
			.content .learn_wrap.learn_full .learn_img .ctag {position:absolute; right:0; top:0; background-color:#0B0072; color:#FFF; border-radius:0 25px 0 25px; padding:0 25px; font-size:16px;}
		.content .learn_wrap.learn_full .learn_cont {width:75%; padding: 10px 50px 50px; padding-left:10%; background-color:#F2F2F2; border-radius:0 25px 25px 25px; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.30);}
				.content .learn_wrap.learn_full .learn_cont .cart_item img {width:50px; float:none; border-radius:25%;}
		.content .learn_wrap.learn_full .learn_title {font-size:1.2em; margin-top:25px; margin-bottom:15px; color:#0b0072;}
		.content .learn_wrap.learn_full .learn_content {max-height:none; overflow:auto;}

.content.learn_head .learn_wrap {border:none; box-shadow:5px 5px 10px 0px rgba(71, 71, 71, 0.58);}
	.content.learn_head .form_head_wrap {padding:75px 0;}

.content .learn_wrap.learn_wrap2 {width:31%; position: relative;}
	.content .learn_wrap.learn_wrap2 .video_img {float:none; width:100%; padding:20px; height:250px;}
	.content .learn_wrap.learn_wrap2 .learn_cont {float:none; width:initial; padding:20px; padding-top:0; text-align:center;}
	.content .learn_wrap.learn_wrap2 .fa-circle-play, .image_cont_img .fa-circle-play {position: absolute;
		color: white;
		opacity: 0.7;
		font-size:6em;
		text-align: center;
		top: 115px;
		width: 100%;
		pointer-events: none;
		text-shadow: 2px 2px 10px #000;
		z-index:9;}

.content .learn_wrap.learn_wrap3 {width:31%; background-color:#0b0072; color:#FFF;}
	.content .learn_wrap.learn_wrap3 img {float:none; width:100%;}
	.content .learn_wrap.learn_wrap3 .learn_cont {float:none; width:initial; text-align:center;}
		.content .learn_wrap.learn_wrap3 .learn_cont .tear_button {border:2px solid #AAA;}
	.content .learn_wrap.learn_wrap3 .learn_title {font-size:1.3em; font-weight:normal; min-height: 3.5em;}

.content .learn_wrap.learn_wrap4 {position:relative; width:100%; background-color:#f2f2f2;}
	.content .learn_wrap.learn_wrap4 img {float:none; position:absolute; top:0; left:0; width:110px;}
	.content .learn_wrap.learn_wrap4 .learn_cont {float:none; width:100%; position:static; transform:none;}
		/*.content .learn_wrap.learn_wrap4 .learn_cont .tear_button {border:1px solid #AAA;}*/
	.content .learn_wrap.learn_wrap4 .learn_title {font-size:1.2em; font-weight:normal; width:calc(100% - 400px); left:100px; color:#0b0072; font-weight:bold; position: relative;     margin-bottom: 30px; margin-top: -10px;}
	.content .learn_wrap.live_course .learn_title {width:calc(100% - 650px);}
	.content .learn_wrap.learn_wrap4 .class_schedule{font-weight:bold; padding:10px 0; border-top:1px solid #CCC; border-bottom:1px solid #CCC; margin-bottom:10px;
		float: left;
		width: 50%;
		margin-right: 5%;}
		.content .learn_wrap.learn_wrap4 .learn_content {max-height:none; overflow:unset; float: right; width: 250px;     margin-top: -10px; margin-bottom: 0px;}
		.content .learn_wrap.live_course .learn_content {width: 500px;}
		.content .learn_wrap.learn_wrap4 .learn_price {position:absolute; z-index:1; top:10px; right:20px; padding:0 5px;}
		.content .learn_wrap.learn_wrap4 .tear_button {position: absolute; bottom: 10px; left: 120px;}

		.course_type {font-size:14px; position:absolute; top:85px; right:0; background:#0B0072; color:white; border-radius:10px 0 10px 10px; padding:0 10px;}

/*Courses*/
.course_wrap {background:#f2f2f2; border-radius:25px; border:2px solid #EEE; position:relative; margin:5px 1% 20px 1%; min-height:115px; box-shadow:10px 10px 20px -6px #00000042;}
	.course_wrap a.curl {width:110px; height:110px; display:inline-block; vertical-align:top; position:relative; float:left; margin-right:10px;}
		.course_wrap .curl img {width:110px; border-radius:25px; margin-right:10px;}
	.course_wrap .ctag {position:absolute; right:0; bottom:0; background-color:#0B0072; color:#FFF; border-radius:25px 3px 3px; padding:0 10px 0 15px; font-size:14px;}
	.course_wrap .ctitle {font-size:1.2em; font-weight:bold; color:#0b0072; margin-top:10px; max-width:90%;}
	.course_wrap a.clearn_more {display:block; text-decoration:underline; font-weight:bold; color:#999; font-size:14px;}
	.course_wrap .centroll {}
	.course_wrap .class_schedule {position:absolute; right:-2px; border-radius:25px 0; background-color:#608ABB; color:#FFF; padding:0 15px 0 20px; bottom:-2px; font-size:15px;}
	.course_wrap .cintructors {position:absolute; right:0; top:55%; transform:translateY(-50%);}
		.course_wrap .cintructors .cintructors_text {display:inline-block; margin-right:10px; vertical-align:middle; font-weight:bold;}
			.course_wrap .cintructors .teacher_pill {display:inline-block; margin-right:10px; vertical-align:middle;}
	.course_wrap .cprice {position:absolute; top:0; right:0; background-color:#BBB; color:#FFF; border-radius:0 25px; padding:0 15px 0 20px;}

#index_bar_text{
	position: absolute;
	width: 1200px;
	max-width: 100%;
	color: white;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 800px;
	left: 0;
	right: 0;
	margin: auto;
	text-shadow: 2px 2px 4px #000;
}
	#index_bar_text:before {content:''; display:block; width:25px; height:10px; margin:-20px 0 15px; background:#ff9b00;}

.image_cont{
	position: relative;
	padding: 20px 0;
}

.image_cont image{
	max-width: 100%;
}

.image_cont_img{
	position: relative;
	overflow: hidden;
	margin: 0 30px 20px 0;
	float: left;
    clear: left;
    width: 30%;
    min-height: 250px;
	background-color: #F2F2F2;
	border-radius: 25px;
	box-shadow: 5px 5px 10px 0px rgba(71, 71, 71, 0.30);
}
	#page_course .image_cont_img {border-radius:3px;}

.image_cont_img img{
	display: block;
	width: 100%;
}

.image_cont_pri {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px;
}

.image_cont_sec {
	text-align: center;
	margin: 5px;
}

.image_cont_cont{
	background-color: #F2F2F2;
	border-radius: 0 25px 25px 25px;
	box-shadow: 5px 5px 10px 0px rgba(71, 71, 71, 0.30);
	padding: 50px;
}

.partial .image_cont_cont {
	margin-left: 300px;
	padding-left: 110px;
}

.image_cont_title{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 20px;
}

.image_cont_sub_title{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 20px;
}

.image_cont_author {
    font-size: 1.2em;
    color: #0B0072;
	margin-bottom: 2em;
}


.dynamic_image_left{
	clear: left;
	float:left;
	margin: 0 30px 20px 0;
}
.dynamic_image_right, .image-style-side{
	clear: right;
	float:right;
	margin: 0 0 20px 30px;
}
.dynamic_2_col{
	display: inline-block;
	width: 50%;
	padding: 30px;
	vertical-align: text-top;
}

p iframe{
	max-width: 100%;
}

			.lean_title_more {
				font-weight:bold;
				color: #999;
				font-size: 14px;
			}

.form_head_wrap {padding:100px 25px 120px; position: relative;	max-width: 1200px; margin: auto;}
	/*.form_head_wrap h2 {color:#FFF; width:fit-content; width:-moz-fit-content; margin:0 auto; border-radius:40px; border-top-left-radius:0px; background:rgba(12, 40, 70, 0.7); padding:20px 40px;}*/

.self_online_cont.slick-slider .slick-list.draggable {height:initial !important;}

.faculty_cont {}
	.faculty_cont .slick-list .slick-slide:hover {opacity:0.9;}
.faculty_slide {width:200px; text-align:center; vertical-align:top; margin:auto}
	.faculty_slide img {border-radius:50%; width:100%; box-shadow:2px 5px 5px 5px #00000021;}
	.faculty_slide .faculty_name {/*color:#0B0072;*/color:#140e4e; font-size:1.2em; font-weight:bold; margin-bottom:10px; margin-top:20px; min-height: 4em;}
	.faculty_slide .faculty_title {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/*.faculty_page_wrap {margin-bottom:10px;}
	.faculty_page_wrap .faculty_page {float:left; margin:0 50px 20px 0; font-size:0.8em; text-align:center; font-weight:bold;}
		.faculty_page_wrap .faculty_page img {border-radius:25px; width:100%;}*/

.articles_wrap {}
	.articles_wrap .articles_stub {float:left; width:63%; padding:50px 50px 50px 0; border-radius:25px; margin-top:40px;}
		.articles_wrap .articles_stub h3 a {color:#0B0072;}
			.articles_wrap .articles_stub h3 a:hover {color:#524c99;}
		.articles_wrap .articles_author {color:#4A4A4A;}
		.articles_wrap.alt .articles_stub {float:right; padding-left:50px; padding-right:0;}
				.articles_wrap .articles_stub small {font-style:italic; font-weight:normal; vertical-align:top; font-size:0.7em;}
			.articles_wrap .articles_stub .stub_content {margin:25px 0;}
	.articles_wrap img {float:right; border-radius:50%; width:35%; box-shadow:5px 5px 10px 0px rgba(182, 182, 182, 0.58);}
		.articles_wrap.alt img {float:left;}

.articles_wrap.blog_wrap {margin-bottom:50px; padding-bottom:50px; border-bottom:1px solid #EEE;}
	.articles_wrap.blog_wrap .articles_stub {margin:0; width:70%;}
	.articles_wrap.blog_wrap img {width:28%; border-radius:25px;}

.cart_item_wrap {float:left; width:75%;}
	.cart_item {display:inline-block; border-top:1px solid #CCC; border-bottom:1px solid #CCC; padding:15px 0; width:98%; position:relative;}
		.cart_item img {width:100px; border-radius:25%; vertical-align:middle; margin-right:20px;}
		.cart_item span {font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; max-width:calc(100% - 180px); display:inline-block; vertical-align:middle;}
	.cart_item_remove {position:absolute; right:0; bottom:0; color:#0b0072;}
	.cart_item_price {float:right; margin-left:10px;}
.cart_checkout_wrap {float:right; width:25%; border:2px solid #EEE; border-radius:25px; box-shadow:10px 10px 20px -2px #e8e8e8;}
.cart_checkout_coupon {}
	.cart_checkout_coupon h3 {text-align:center; margin:15px 0 5px;}
	.cart_checkout_coupon form {padding:10px;}
	.cart_checkout_coupon input {border:1px solid #CCC; margin:0;}
.cart_checkout_subtotal {text-align:center; font-weight:bold;}
	.cart_checkout_subtotal span {display:block; font-size:2em;}
.cart_checkout_total {text-align:center; font-weight:bold; margin:20px 0 30px;}
	.cart_checkout_total span {display:block; font-size:2em;}
.cart_checkout_coupon_applied {text-align:center;}
	.cart_checkout_coupon_applied div {font-weight:bold;}
	.cart_checkout_coupon_applied a {display:block; text-align:center; color:#0b0072;}

.course_cart_options {text-align:right; margin-bottom:10px; position:relative; z-index:1;}
.course_back_to {position:absolute; left:0; top:-55px; z-index:1;}

.cart_item_wrap.checkout_checkout_wrap {margin-bottom:25px;}
	.cart_item_wrap.checkout_checkout_wrap .cart_item {padding:5px 0; border-bottom:none;}
	.cart_item_wrap.checkout_checkout_wrap .cart_item_price {position:absolute; right:0; top:50%; transform:translateY(-50%);}

.sfwrapper {background-color:#F2F2F2;}
	.sfwrapper .sub_footer {margin:0 auto; max-width:1200px; padding:50px 0;}

.sfwrapper.home_sub_foot {background:linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('/images/background_prey_1.png'); background-size:cover; color:#EEE; background-position:bottom;}

.sub_footer_section {float:left; width:25%; padding:0 30px;}
	.sub_footer_section.sub_footer_quick a {display:block; margin:10px 0;}

	.home_sub_foot .sub_footer_section form input{color: white}
.sub_footer_section form input[type="text"] {background:transparent; border-bottom:2px solid #CCC; font-size:0.8em;}
.sub_footer_section form input[type="submit"] {width:fit-content; width:-moz-fit-content; padding:10px 30px;}

.sub_footer_section .sub_footer_social {margin-top:10px;}
	.sub_footer_section .sub_footer_head {font-weight:bold; color:#0B0072;}
	.sub_footer_section .sub_footer_social a {padding-right:10px; font-size:2em; color:#222;}
	.home_sub_foot .sub_footer_section .sub_footer_head {color:#EEE;}
	.home_sub_foot .sub_footer_section .sub_footer_social a {color:#EEE;}

.fwrapper {background-color:#4a4a4a;}

.footer {color:#FFF; margin:0 auto; max-width:1200px; padding:50px 50px;}
	.footer div {text-align:center; line-height:1.5em;}




#ma_engaged_top .fright{
	border-left:1px solid #CCC;
}



/*admin ported - jer review*/
.round_border_shadow {
    border: 2px solid #EEE;
    border-radius:25px;
    background-color:#FFF;
    box-shadow:10px 10px 20px -6px #00000042;
    margin: 10px;
    padding: 10px;
}

.grid_breakout{
	display: grid;
}

.period_selector {
	grid-column: 1 / 5;
	grid-row: 1;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.period_selector a {
    padding: 5px;
    border: 1px solid #ccc;
    text-align: center;
    background: #eee;
}

.period_selector a.selected {
    background: #fff;
}

.period_selector a:first-of-type {
    border-radius: 10px 0px 0px 10px;
}
.period_selector a:last-of-type {
    border-radius: 0px 10px 10px 0px;
}




.admin_active .cwrapper {overflow:auto;}
.admin_active .content {line-height:initial;}
.admin_active .table tr:hover {opacity:0.8;}
.admin_active .table td {overflow-x:auto; max-width:225px; background:inherit;}
	.admin_active .table td::-webkit-scrollbar {height:2px;}
	.admin_active .table td::-webkit-scrollbar-track {background:#eef1f3; border-radius:10px;}
	.admin_active .table td::-webkit-scrollbar-thumb {background-color:#a2a2a2; border-radius:10px;}

.admin_header {position:relative; background:#333; color:#EEE; width:fit-content; width:-moz-fit-content; margin:0 auto; padding:10px 20px 10px 60px !important; border-radius:30px;}
	.admin_header:before {content:''; background:url('/images/arihanta_logo.png'); width:50px; height:50px; position:absolute; border:2px solid #333; border-radius:50%; top:1px; left:2px; background-position:center; background-size:contain;}

@media (max-width:1000px){
	.admin_header {padding:5px 15px !important;}
	.admin_header:before {display:none;}
}

.admin_header span{
	opacity: 0.5;
}

table.admin {border:none; width:100%;}
	table.admin td {border:none; padding:0 10px;}
	table.admin input, table.admin textarea, table.admin select {background:#EEE; font-size:1em; margin:0 0 10px;}
	table.admin input[type="button"], table.admin  input[type="submit"] {background: #0B0072}
	table.admin a {display:inline-block; width: 100%; padding:10px; border:1px solid #CCC;}
		table.admin a:hover {color:blue;}

.ui-sortable > div:before {content:'\21F5'; margin-right:10px;}
.ui-sortable-handle:hover {cursor:grab;}
	.ui-sortable-handle:active {cursor:grabbing; background:#FFF;}
.ui-sortable-helper {opacity:0.8;}
.ui-sortable-placeholder {background:#DDD; visibility:visible !important;}


.search_cont{
	position: absolute;
	background:#d8d8d8;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #999;
}
	.search_cont:before {content:'User Index'; position:absolute; top:-4px; left:11px; font-size:14px;}

.search_result {
	background:#f5f5f5;
	padding: 5px;
	border: 1px solid #999;
	border-radius: 2px;
    margin: 2px 0px;
	cursor: pointer;
}
	.search_result:hover {opacity:0.8;}



.admin_item{
	margin:30px 0;
}

.admin_item_change{
	border: 1px solid #555;
}

.admin_item_change_info{
	width: 170px;
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_user{
	width: 130px;
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_data{
	width: calc(100% - 310px);
	display: inline-block;
	border: 1px solid #555;
}

.admin_item_change_data_set{
	border: 1px solid #555;
}

.admin_item_change_data_key{
	vertical-align: top;
	width: 200px;
	text-align: right;
	display: inline-block;
}

.admin_item_change_data_value{
	vertical-align: top;
	width: calc(100% - 210px);
	overflow: auto;
	max-height: 3.5em;
	display: inline-block;
}

.tabs {
	padding-top: 20px;
}

.tabs .tab {
	display: inline-block;
	text-align: center;
	border:1px solid #e3e3e3;
	border-radius: 10px 10px 0 0;
	padding:12px;
	transition:background 100ms ease-in-out, opacity 100ms ease-in-out;
}
	.tabs .tab:hover {opacity:1; background:#FAFAFA;}
	.tabs .tab.active {background:#333; color:#EEE;}

.tab_cont {padding: 20px;
				border: 1px solid;
				border-image-source:linear-gradient(to bottom, #e3e3e3, #3330 400px);
				border-image-slice: 1;
				margin-top: -1px;}

.table{
	background: #ddd;
	white-space: nowrap;
	color: #343434;
	width:100%;
}

.table th{
	padding: 3px;
	background: #e3e3e3;
}
.table td{
	background: #eee;
	padding: 3px;
}
.table tr:nth-child(2n) td{
	background: #f8f8f8;
}

.table td.overflow {
    max-width: 150px;
    overflow-y: auto;
}

.table .overflow::-webkit-scrollbar {height:2px;}
.table .overflow::-webkit-scrollbar-track {background:none;}
.table .overflow::-webkit-scrollbar-thumb {background-color:#AAA;}

.table .table_sort.DESC, .table .table_sort.ASC{
	font-weight: bold;
}

.pagination {
	font-size: 15px;
}

.pagination input, .pagination select{
	font-size: 15px;
	padding: 5px 10px;
}

.pagination_pages {
	float: right;
}

.pagination_nav {
	float: left;
	margin: 20px;
}

.pagination_cur_page{
	display: inline-block;
	background: #00000010;
	padding: 0px 5px;
}

.report_form{
	font-size: 0.8em;
	max-width: 100%;
	border: 1px solid black;
	border-radius: 20px;
	padding: 10px;
    position: relative;
    padding-bottom: 40px;
}

#copy_message {display:none; color:green; background-color:#EEE; width:fit-content; width:-moz-fit-content; margin:0 auto; padding:2px 15px; border-radius:10px;}

.landing_link_social {text-align:center; margin-bottom:25px;}
	.landing_link_social i {font-size:3em; margin:0 10px;}
.landing_link {position:relative; background:#f1f0f7; margin-bottom:10px; padding:15px; border-radius:10px; box-shadow:rgba(0, 0, 0, 0.2) 0.2rem 0.2rem 0.4rem 0px;}
		.landing_link:hover {background-color:#e9e8ee;}
	.landing_link .landing_image {border-radius:10px; float:left; width:75px;}
	.landing_link .landing_content {position:absolute; left:0; right:0; margin:auto; width:fit-content; width:-moz-fit-content; top:50%; transform:translateY(-50%); text-align:center; padding:0 150px;}
	.landing_link .landing_title {font-size:1.6em; color:rgb(11, 0, 114);}
	.landing_link .landing_subtitle {font-size:1.1em;}

/*ported - jer review*/
.expander {padding-left: 30px; cursor: pointer; position: relative;}
.expander:before {content: "+"; position: absolute; left: 0.4em; font-size: 1.6em; top: 0.3em;}
.expander.expanded:before {content: "-";}

#faqs .expander{
	background:#4a4a4a;
	border: 1px solid #b2b2b2;
	border-radius: 42px 42px 42px 0px;
	color:#FFF;
	/*font-size: 1.3em;*/
	padding: 30px 50px 30px 78px;
	margin: 10px 0px;
	z-index: 1;
	position: relative;
	font-size:1.5em;
}

#faqs .expander:before{
	left:25px; font-size:60px; top:30px;
}

#faqs .expander:hover{
	background: #0b0072;
	border: 1px solid #0b0072;
	color: white;
}

#faqs .expander.expanded{
	background: #4A4A4A;
	border: 1px solid black;
	color: white;
}
#faqs .expander.expanded:hover{
	background: #0b0072;
}

#faqs .expand{
	background: #F2F2F2;
	padding: 50px 20px 20px 80px;
	margin-top: -40px;
	/*font-size: 1.1em;*/
	border-radius:0 42px 42px 42px;
	width: 100%;
}

#admin_guides {
	margin-left: 15px;
	margin-right: 15px;
}

#admin_guides .expander {
	font-size: 14px;
	border: 1px solid #e3e3e3;
	margin-top: 5px;
	background-color: #f8f8f8;
	color: #343434;
}

#admin_guides .expander::before {
	top: -5px;
}

#faqs.partner_faq {}
	#faqs.partner_faq .expander {padding:0; height:150px; border:none;}
				#faqs.partner_faq .expander:before {top:60px;}
		#faqs.partner_faq .partner_faq_name {height:150px; padding-top:60px; position:relative; left:80px; width: calc(100% - 250px);}
	#faqs.partner_faq .expander .partner_image_box {width: 150px; height: 150px; position: absolute; right: 0; top:0; background:#fff}
	#faqs.partner_faq .expander .partner_image_box img {max-width: 150px; max-height: 150px; margin: auto; top: 50%; left: 0; right: 0; position: absolute; transform: translateY(-50%);}
	#faqs.partner_faq .expand {}



.partner_list {padding:20px; padding-bottom:35px; margin-bottom:25px; border-bottom:1px solid #EEE;}
	.partner_list img {width:200px; float:left; padding-right:25px;}
	.partner_list_content {float:left; width:calc(100% - 200px);}
		.partner_list_content h5 {font-size:1.5em; margin-bottom:20px;}
@media (max-width:1000px){
	.partner_list img {float:none; padding-right:0; display:block; margin:0 auto;}
	.partner_list_content {width:100%; margin-top:30px;}
	.partner_list_content h5 {text-align:center;}
}




/*ported - jer review*/
#speakers {
	background: white;
	padding-top: 20px;
}

.speaker{
	margin: 20px;
	position: relative;
		z-index:0;
}

.speaker_anchor, .header_anchor_pad {
	top: -200px;
	position: relative;
}

.speaker_image_wrap {position:absolute; min-height:290px;}
	.speaker_image_wrap a {position:relative; z-index:2;}

.speaker_image_wrap::after, .speaker_image_wrap::before {
	border: 1px solid #959595;
	width:125px;
	height:150px;
	top: 10%;
	position: absolute;
	left: 57px;
	display: block;
	border-radius: 50%;
	content: "";
	z-index: 1;
}

.speaker_image_wrap::before{
	left: 67px;
}

.speaker_image_wrap img{
	z-index: 2;
}

.speaker img{
	background: white;
	border-radius: 50%;
	display: inline-block;
	z-index: 10;
	position: absolute;
	top: 20px;
	left: 0;
	width:175px;
	height: 175px;
}

.speaker_info{
	display: inline-block;
	width: calc(100% - 125px);
	max-width: 1055px;
	vertical-align: top;
	background: #FFF6E7;
	height: 100%;
	min-height:215px;
	left: 125px;
	position: relative;
	padding-left:90px;
	border-radius:50px;
}

.speaker_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.speaker_name {
	color: #0B0072;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 20px;
}

.speaker_position {
	white-space: nowrap;
	font-size: 0.8em;
	color: #6c6c6c;
	overflow: hidden;
	text-overflow: ellipsis;
}
.speaker_position:before {content:'/ '; margin:0 5px;}

.speaker_company {
	padding-left: 15px;
	white-space: nowrap;
	font-size: 0.8em;
	color: #6c6c6c;
	overflow: hidden;
	text-overflow: ellipsis;
}

.speaker_bio {padding:0 30px 20px 20px; line-height:1.5em;}


.teacher_pill{
	position:relative; border:1px solid #CCC; border-radius:25px; padding:10px; padding-left: 50px; margin: 5px 0; text-align:center; font-weight:bold; background-color:#FFF; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.teacher_pill img{
	left:0; top:50% !important; transform:translateY(-50%); position: absolute; width: 46px !important; border-radius: 25px 25px 0 25px !important;
}


/*flowers ported - jer to rewrite*/
.index_flowers {position:absolute; opacity: 0.3; left:0; right:0; width:fit-content; width:-moz-fit-content; margin:0 auto;}
	.index_flowers img {width:425px; margin-left:1300px;}

	.page_flower_left, .page_flower_right {pointer-events:none;}

.page_flower_left{
	position: absolute;
	overflow: hidden;
	width: 108px;
	height: 191px;
	left: 0;
	padding: 100px;
	z-index:0;
}

.page_flower_left img{
	transform: scaleX(-1) translate(400px, 50px) rotate(90deg);
	width: 400px;
	right: 100px;
	top: 0;
	position: absolute;
}

.page_flower_left.animate img{
	animation: flower_left 2s normal forwards ease-out;
	animation-iteration-count: 1;
}

@keyframes flower_left {
	from {
		transform: scaleX(-1) translate(400px, 50px) rotate(90deg);
	}
	70% {
		transform: scaleX(-1) translate(-40px, -5px) rotate(-5deg);
	}
	90% {
		transform: scaleX(-1) translate(4px, 1px) rotate(1deg);
	}
	to {
		transform: scale(-1, 1);
	}
}

.page_flower_right{
	position: absolute;
	overflow: hidden;
	width: 108px;
	height: 191px;
	right: 0;
	padding: 100px;
	z-index:1;
}

.page_flower_right img{
	transform: translate(400px, 50px) rotate(90deg);
	width: 400px;
	left: 100px;
	top: 0;
	position: absolute;
}

.page_flower_right.animate img{
	animation: flower_right 2s normal forwards ease-out;
	animation-iteration-count: 1;
}

@keyframes flower_right {
	from {
		transform: translate(400px, 50px) rotate(90deg);
	}
	70% {
		transform: translate(-40px, -5px) rotate(-5deg);
	}
	90% {
		transform: translate(4px, 1px) rotate(1deg);
	}
	to {
		transform: scale(1, 1);
	}
}

.conference {
	display: inline-block;
    vertical-align: top;
    width: 500px;
		/*background: #666;
		background:rgba(102, 102, 102, 0.65);*/
		background:#0B0072;
	border-radius:35px;
    position: relative;
	padding:10px 10px 10px 150px;
	margin:10px 10px 20px;
	min-height:155px;
	color:#eee;
	border-color: #F5A623;
	background:linear-gradient(to top, #2d12559c, #0B0072, #0B0072);
}

.conference.allevents {width:31%; padding:0; margin:0 10px 45px; min-height:450px; background:#608abb; box-shadow:10px 10px 20px -6px #00000042; transition:transform 100ms ease-in-out;}
		.conference.allevents:hover {transform:scale(1.03);}
	.conference.allevents.future {background:#ecf7fd;}
		.conference.allevents .ur_tab {z-index:2; opacity: 1; color:#EEE; background:#608ABB; position:absolute; right:0; padding:5px 15px; border-radius:0 25px 0 25px;}
			.conference.allevents.future .ur_tab {color:#EEE; background:#0B0072;}
		.conference.allevents .conf_link {/*position:absolute; left:-2%; width:104%; height:100%; border-radius:25px; background:linear-gradient(to top, #2d1255, #2d12559c, #fff0);*/}
				.conference.allevents .conf_link:hover {opacity:1;}
		.conference.allevents .img_grad {background:linear-gradient(to top, #404040, #2d1255bc 40%, #fff0 70%); width:100%; height:100%; max-height:314px; position:absolute; z-index:1; border-radius:35px;}
			.conference.allevents .events_our_logo {position:absolute; width:50px; top:5px; left:5px;}
		.conference.allevents.future .img_grad {background:linear-gradient(to top, #231f55, #2d1255bc 40%, #fff0 70%);}
	.conference.allevents .conf_type {z-index: 1; opacity: 1; top:initial; bottom:-10px; left:0; background:#777; width:100%; text-align:center; border-radius:0 0 35px 35px; padding:5px 0; color:#EEE; font-size:1em;}
		.conference.allevents.future .conf_type {color:#EEE; background:#608abb;}
	.conference.allevents .conf_wrap {width:fit-content; width:-moz-fit-content; margin:auto; position:absolute; z-index:2; left:0; right:0; bottom:120px; text-align:center; padding:0 20px;}
		.conference.allevents .conf_wrap .name {margin-bottom:15px;}
		.conference.allevents .conf_wrap .date {margin-bottom:5px;}
		.conference.allevents .tear_button {background-color:#EEE; color:#222;}
			.conference.allevents .stub {position:absolute; bottom:41px; text-align:center; padding:0 10px; height:3.9em; color:#EEE; font-size:0.9em; line-height:1.3em; overflow:hidden; width:100%;}
				.conference.allevents.future .stub {color:#222;}

#events_filter {position:relative; top:-45px; margin-bottom:-30px; margin-top:20px;}
	#events_filter form {display:inline-block; width:fit-content; width:-moz-fit-content; margin:0 auto; background:#E9E9E9; border-radius:40px; border:1px solid #999; font-size:0.8em; padding:10px 10px 0; box-shadow:3px 3px 20px rgb(179, 178, 178), 2px 2px 7px rgb(167, 167, 167);}
		.events_filter_field {display:inline-block; margin:0 10px; position:relative;}
			.events_filter_select:after {content:''; opacity:0.5; position:relative; font-size:1.1em; background:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A@{arrow}%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A"); background-position:right 12px center; background-repeat:no-repeat; background-size:auto 40%; padding:10px 15px 10px 10px; margin-left:-25px; pointer-events: none;}
			.events_filter_field select {width:auto; max-width:125px; border:1px solid #CCC; border-radius:25px; margin:0; margin-left:5px; padding: 0.4em 1.7em 0.4em 1em; -webkit-appearance:none; appearance:none; outline:none;}
					.events_filter_field select option {background:#FFF; color:#111; font-size:0.8em; -webkit-appearance:none; appearance:none;}
				.events_filter_field input[type="submit"] {width:auto; background:#3D3D3D;}
				.events_filter_field input[type="text"] {width:auto; max-width:140px; margin:0; border:1px solid #CCC; border-radius:25px; padding:0.4em 1.7em 0.4em 1em; -webkit-appearance:none; appearance:none; outline:none;}

#index_head_call .conference{
	max-width: 450px;
    display: block;
}

.conference.future {
    /*background: #0b0072;
		background:#0B0072;*/
}

.conference.future .conf_image {	margin-top:-1px;}

.conference .conf_image {
	position: absolute;
    left: 10px;
    width: 130px;
    border-radius: 15px;
}

.conference .name {
	font-weight: bold;
	font-size: 1.3em;
	margin-top:10px;
}

.conference .date {padding-bottom:10px;}

.conference .conf_wrap {margin-left:5px;}

.conference .conf_wrap_more {/*width:100%; text-align:right; position:absolute; bottom:10px; right:10px;*/}

.conference .conf_type {position:absolute; top:-13px; right:10px; width:fit-content; width:-moz-fit-content; background:#608ABB; padding:4px 15px; border-radius:15px; color:#FFF; font-size: 0.8em;}

.conference .tear_button {padding:5px 20px; font-size:0.9em;}

.conference.future .tear_button {
	background-color:#f5a623;
	color:#111;
}

.conference.allevents.future .tear_button {background:#608abb; color:#EEE;}

.conference .cal {
	display: inline-block;
	width: 1.2em;
    position: relative;
	top:1px;
	vertical-align:top;
	margin-right:5px;
}

/*Podcast*/
.podcast_all_eps {color:#007cff; display:inline-block; margin-bottom:25px;}

	.podcast h2 {padding:0; text-align:left; color:#0B0072;}
	.podcast h3 {}
		.podcast h3 span {margin-right:10px;}

	.podcast_date {display:inline-block; color:#AAA;}
	.podcast_cat {display:inline-block; color:#AAA; margin-left:10px;}

	.podcast_embed {width:100%; height:200px; margin:25px 0;}

	.podcast_listen {float:left;}
		.podcast_listen div {font-weight:bold; text-transform:uppercase; color:#a0a5a7;}
		.podcast_listen a {font-size:1.6em; margin-right:10px;}
	.podcast_share {float:right;}
		.podcast_share div {font-weight:bold; text-transform:uppercase; color:#a0a5a7;}
		.podcast_share a {font-size:1.6em; margin-right:10px;}

	.podcast_submenu {border-bottom:4px solid #EEE; margin:50px 0;}
		.podcast_submenu div {border-bottom:5px solid #777; margin-bottom:-5px; display:inline-block; padding:0 20px; font-weight:bold;}

	.podcast_descr {margin-bottom:50px;}
		.podcast_descr h4 {margin:25px 0;}
		.podcast_descr p {margin:10px 0;}
		.podcast_descr a {color:#608abb;}

	/*.podcast h4 {position:relative; left:75px; top:30px; width:fit-content;}*/

	.podcast_resources ul li {margin-left:120px;}
		.podcast_resources ul li a {color:#007cff;}

/*Podcasts*/
.podcasts_featured_wrap {max-width:1000px;}
	.podcasts {max-width:1000px; padding-top:0;}
	.podcasts h2 {padding:0; text-align:left; color:#cd707d; margin:0 0 50px; font-size:1.2em; text-transform:uppercase;}
	.podcasts h3 {}
		.podcasts h3 span {margin-right:10px;}

	.podcasts_featured {}
		.podcasts_featured_img {float:left; width:100%; max-width:350px; border-radius:5px;}
		h2.podcasts_featured_title {color:#02005b; font-size:1.6em; font-weight:bold; text-align:center; padding-bottom:10px;}
		.podcasts_featured_subtitle {font-size:1.1em; font-weight:bold; text-align:center;}
		.podcasts_featured_content {margin-left:375px; margin-top:20px;}

	.podcast_embed {width:100%; height:200px; margin:25px 0;}

	.custom-player {border-radius:25px !important;}
	.custom-body-background {background:none !important;}

	.podcasts_episode {border-top:2px solid #EEE; border-bottom:2px solid #EEE; padding:10px 0; margin-bottom:30px;}
	.podcasts_episode_content_wrap {float:left; width:calc(100% - 225px);}
	.podcasts_img {float:right; width:100%; max-width:200px; border-radius:5px;}
	.podcasts_date {display:inline-block; color:#555;}
	.podcasts_cat {display:inline-block; color:#AAA; margin-left:10px;}
		h3.podcasts_title {}
	.podcasts_content {margin-bottom:10px;}

	.podcasts .tear_button {background-color:#2f63a4; color:#FFF;}
	.podcasts_playlist.tear_button {background:none; color:#6f889c; border:1px solid #CCC;}
	.podcasts_share.tear_button {background:none; color:#6f889c; border:1px solid #CCC;}

	.guest_podcasts {max-width:1000px; text-align:center;}
		.guest_podcasts .learn_wrap.learn_wrap3 {width:22%; background:#FFF; color:#111;}
		.guest_podcasts .learn_wrap.learn_wrap3 .learn_title {font-size:1em; height:125px; overflow:hidden;}
		.guest_podcasts .learn_wrap.learn_wrap3 .learn_cont .tear_button {border:none;}


/*News*/
.news_content {}
.news_info_wrap {}
.news_info_featured {position:relative; float:left; width:100%; max-width:600px; transition:transform 100ms ease-in-out;}
		.news_info_featured:hover {transform:scale(1.03);}
	.news_info_featured img {width:100%; max-width:600px; height:auto; border-radius:3px; box-shadow:10px 10px 20px -6px #00000042;}
	.news_info_featured h3.news_info_title {font-size:44px; line-height:44px;}
	.news_info_featured .news_info_descr {font-size:18px;}
		/*.news_info_featured a {position:absolute; top:0; left:0; width:100%; height:100%; font-size:0;}*/
.news_info_list {position:relative; float:right; width:550px;}
.news_info_item {border-bottom:1px solid #CCC; padding-top:20px; padding-bottom:20px; transition:transform 100ms ease-in-out;}
		.news_info_item:hover {transform:scale(1.03);}
		.news_info_item:first-of-type {padding-top:0; clear:both;}
	.news_info_item img {width:150px; height:150px; float:right; border-radius:3px; box-shadow:10px 10px 20px -6px #00000042;}
	.news_info_item_content_wrap {float:left; width:350px;}
	.news_info_item_title {font-weight:bold;}
	.news_info_item_sub_title {font-weight:bold; font-size:0.9em;}
	.news_info_item_author {font-size:0.8em; padding-bottom:5px;}
	.news_info_item_descr {}
	.news_info_item_readmore {margin-top:5px;}


/*Testimonials*/
.student_testimonials_single {position:relative; overflow:hidden;}
.student_testimonials_img {float:left; width:350px; border-radius:3px; box-shadow:10px 10px 20px -6px #00000042;}
.student_testimonials_content_wrap {float:right; width:800px; height:350px; padding-right:25px;}
.student_testimonials_content {position: relative; top: 50%; transform: translateY(-50%);}
	.student_testimonials_content a.line_clamp_toggle {display:block; width:fit-content; width:-moz-fit-content; color:#0B0072;}
.student_testimonials_quotes_img {position:absolute; width:75px; top:-50px; left:-15px; opacity:0.1;}
.student_testimonials_stub {font-size:1.4em; line-height:1.2em;}
.student_testimonials_name {display:inline-block; margin-top:25px; font-size:1.2em; font-weight:bold;}

.student_testimonials_more_arrow {font-family:slick; color:rgba(82, 82, 82, 0.9); vertical-align:middle; font-size:2em; margin-right:10px;}
#student_testimonials_lb .lbox {width:700px; border-radius:3px; border:2px solid rgba(0, 0, 0, 0.1); background:rgba(255, 255, 255, 0.95); font-size:1.2em; line-height:1.2em; overflow:hidden; overflow-y:auto; max-height:80%;}



/****************************************************************************************************/
@media (max-width: 1200px){
	.news_info_featured {max-width:600px !important; float:none; margin:0 auto 30px auto; padding-bottom:20px; border-bottom:1px solid #CCC;}
	.news_info_featured h3.news_info_title {font-size:28px; line-height:32px; margin-bottom:0.7em;}
	.news_info_list {float:none; width:auto; margin:0 auto;}
	.news_info_item img {width:100px; height:100px; margin-left:25px;}
	.news_info_item_content_wrap {float:none; width:auto !important;}

	.student_testimonials_wrap {max-width:600px; margin:0 auto; padding:10px;}
	.student_testimonials_img {width:100%; position:relative;}
	.student_testimonials_content_wrap {height:auto; width:100%; margin-top:40px; padding-right:0;}
	.student_testimonials_content {top:0; transform:none; padding:15px;}
	.student_testimonials_quotes_img {left:10px; top:-35px;}
	.student_testimonials_stub {font-size:1.2em; line-height:1.2em;}
}

.news_box{
	display: inline-block;
	width:375px;
	margin: 5px 1% 20px 1%;
    border: 2px solid #EEE;
    border-radius: 25px;
    vertical-align: top;
    background-color: #FFF;
    box-shadow: 10px 10px 20px -6px #00000042;
    position: relative;
}

.news_box img{
	width: 90%;
	margin:  20px auto;
}
@media (max-width: 1000px){
	.news_box{
		width:100%;
		min-height:auto !important;
		padding-bottom:20px;
	}
}

.news_title{
	text-align: center;
	padding:0 15px;
	font-size: 1.2em;
}

.faculty_slide .faculty_title {position:relative; top:-3em;}
	.faculty_slide .faculty_title .tear_button {margin-top:15px;}

@media (max-width: 1050px){

	.slick-dots li {margin:0 8px !important;}

	.conference {
		width: 100%;
		margin: 10px auto;
		max-width: 500px;
    	display: block;
		padding:10px 10px 5px 10px;
	}

	.conference .conf_image {}

	.conference .conf_wrap {margin-left:140px;}

	/*.conference .conf_wrap {position:absolute; bottom:12px; background:rgba(0, 0, 0, 0.5); width:calc(100% - 20px); padding:15px; border-radius:0 0 15px 15px;}*/

	.conference .date {padding-bottom:0;}

	.conference .conf_wrap_more {position:static;}

	.conference .tear_button {}

	.conference.allevents {width:46%; display:inline-block; min-height:350px;}
			.conference.allevents.slick-slide {margin:0 20px 50px;}
		.conference.allevents .img_grad {background:linear-gradient(to top, #404040, #2d1255bc 40%, #fff0 100%) !important;}

	.conference.allevents .conf_type {width:fit-content; width:-moz-fit-content; margin:0 auto; border-radius:20px; padding:2px 15px; margin-bottom:14px; font-size:0.8em; left:0; right:0;}

	#events_filter {position:static; margin:25px 0;}
		#events_filter div:first-of-type {margin:auto !important; margin-bottom:5px !important;}
	#events_filter form {display:block; padding:20px;}
	.events_filter_field {display:block; margin-bottom:5px;}
		.events_filter_field select {width:95%; max-width:initial;}
		.events_filter_field input[type="text"] {max-width:initial;}
	.conference.allevents .stub {color:#EEE !important; z-index:1;}

	.podcast_listen, .podcast_share {float:none; text-align:center; margin-bottom:20px;}
		.podcast h4 {position:static; width:100%; text-align:center;}
		.podcast_resources ul li {margin-left:10px;}

	.podcasts_featured_img {float:none; display:block; margin:0 auto 25px;}
		h2.podcasts_featured_title {padding-bottom:0;}
		.podcasts_featured_content {margin-left:0; margin-top:25px;}
		.podcasts_episode_content_wrap {float:none; width:100%;}
		.podcasts_img {width:100px;}
		.guest_podcasts .learn_wrap.learn_wrap3 {width:100%;}
		.guest_podcasts .learn_wrap.learn_wrap3 .learn_title {height:auto; min-height:auto;}
}
@media (max-width: 650px){
	.conference.allevents {width:100%;}
}




#confirm_action{
	display: none;
}
#confirm_action.active{
	display: block;
}
#confirm_shadow{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
#confirm_box{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    padding: 20px;
}

#confirm_box {text-align:center;}
	#confirm_title {text-align:center; text-transform:uppercase; padding:5px 20px; border:1px solid #777; background-color:#777; color:#FFF; border-radius:10px; position:absolute; top:-35px; left:0; right:0; margin:0 auto -5px; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:1.4em;}
		@media (max-width:750px){#confirm_title {position:relative;}}
	#confirm_message {margin-top:10px; margin-bottom:15px; text-align:center;}
		@media (max-width:750px){#confirm_message {margin-top:-10px;}}
	#confirm_yes {background:#d60000; cursor:pointer; width:90px; margin-right:10px;}
	#confirm_no {cursor:pointer; width:100px;}




/*ck-editer classes */
.text-tiny {
	font-size: .7em;
}
.text-small {
	font-size: .85em;
}
.text-big {
	font-size: 1.4em;
}
.text-huge {
	font-size: 1.8em;
}

.ck .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}
.ck .image {
    clear: both;
    display: table;
    margin: 0.9em auto;
    min-width: 50px;
    text-align: center;
}

.ck .image img, .ck img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.ck ul, .ck ol {
	padding-left:20px;
}


/* Snippets */

#snippets {
	font-size: 0.9em;
	background-color: #555;
	color:#0ff;
	transition: color 150ms ease-in-out, background-color 150ms ease-in-out;
}
	#snippets:hover {cursor:pointer; color:#00ffba; background-color:#444;}

#no_snippets{
	display: none !important;
}

.snippet{}

.snippet.editing{
	outline: 2px solid #ff8a8a;
}

.snippet_edit_info{
	background: #FFF;
	outline: 2px solid #0ff;
	margin-bottom:5px;
}

.editing .snippet_edit_info {}

.snippet_content {}

	.snippet_content pre {margin:0; white-space:normal;}

.snippet_snip{
	background-color: #333;
	color: #FFF;
	padding: 5px 10px;
}

.snippet_tools{
	display: none;
}

.editing .snippet_tools{
	display: block;
}



.snippet_tools input, .snippet_tools select, .snippet_tools textarea{
	width: auto;
}


.fa-facebook, .fa-facebook-official, .fa-facebook-square {
	color: #3b5998;
}
.fa-square-instagram, .fa-instagram {
	color: #3f729b;
}
.fa-youtube, .fa-youtube-play, .fa-youtube-square {
	color: #e52d27;
}
.fa-linkedin, .fa-linkedin-square {
	color: #0976b4;
}
.fa-spotify {
	color:#34cc6d;
}
.fa-amazon {
	color:#fba85d;
}
.fa-itunes {
	color:#812db7;
}


#mobile_menu{
	display: none;
}

@media (max-width: 1400px){
	.page_flower_left, .page_flower_right{
		display: none;
	}
}



@media (max-width: 1000px){
	html {-webkit-text-size-adjust:100%;}
	.only_mobile{display: inherit !important;}
	.hide_mobile{display: none !important;}
	.only_desktop {display: none !important;}

	/*ck editor fix*/
	.image {
		display: block;
		float: none;
		width: 100% !important;
		margin: 20px 0;
	}

	.image img {
		width: 100%;
	}

	.logo img {
		width: 100px;
	}

	#mobile_menu{
		display: block;
		position: fixed;
		z-index: 100;
		top:0;
		right: 0;
		width: 90%;
		max-height:100%;
		overflow-y:auto;
		transition:transform 0.5s, width 0.5s;
		background: #0b0072;
		color: white;
		transform: translate(100%, 0);
		padding:50px 2em 25px 2em;
		border-bottom-left-radius:3px;
	}
	.show_mobile_menu #mobile_menu{
		transform: translate(0, 0);
	}
	.show_mobile_menu .bar1, .show_mobile_menu .bar2, .show_mobile_menu .bar3 {background-color:#fff !important;}
	.show_mobile_menu .mobile_menu_bars {}
	.show_mobile_menu .bar1 {transform:translate(0, 11px) rotate(-45deg);}
	.show_mobile_menu .bar2 {opacity:0;}
	.show_mobile_menu .bar3 {transform:translate(0, -11px) rotate(45deg);}
	.hwrapper_mobile_wrap.show_mobile_menu .header.stickyhead, .hwrapper_mobile_wrap.show_mobile_menu .header.stickyhead:before {animation: none;}

	#mobile_menu a {
		color: white;
		display: block;
		padding: 6px;
	}
		#mobile_menu > a {font-size:1.1em;}
	#mobile_menu .tear_button {
		display:inline-block;
		width: fit-content;
		padding:6px 20px;
	}
	#mobile_menu .expand{
		margin-left: 20px;
	}
	#mobile_menu .expander:not(.tear_button){
		padding: 6px;
		font-size: 1.1em;
	}
	#mobile_menu .expander:before{
		content: none;
	}
	#mobile_menu .expander:after {content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; margin-top: 0.3em;	margin-left: 0.3em;	color: #ce7d16;}
	#mobile_menu .expander.orange:after {color: white; position:relative;}
	#mobile_menu .expander.expanded:after {content: "\f077";}
	#mobile_menu .expander.tear_button {/*padding-right: 2em;*/}


	.ptitle{
		font-size: 1.7em;
    	margin-left: 20px;
    	margin-bottom: 5px;
		line-height: 1.1em;
	}

	#ma_engaged_top{
		text-align: center;
	}
	#ma_engaged_top .fright{
		border-left:none;
	}

	.image_cont{
		margin: 0 -25px;
	}
	.image_cont_img{
		width: 100%;
	}
	.image_cont image{
		width: 100%;
	}
	.image_cont_cont {
		padding: 30px;
	}
	.partial .image_cont_cont {
		margin-left: 0;
		padding-left: 30px;
	}

	.dynamic_2_col{
		width: 100%;
	}

	#index_bar_text{
		padding: 50px;
		text-shadow: 1px 1px 3px #000, 2px 2px 7px #000, 3px 3px 12px #000;
	}
		#index_bar_text:before {display:none;}

		.learning_area_cont .learn_cont{
			text-align: center;
		}
		.learning_area_cont .tear_button{
			position: relative;
			bottom: 0;
			display: block;
			width: fit-content;
			margin: 8px auto;
		}

	.hwrapper_mobile_wrap { background:#0b0072;}
		.hwrapper_mobile_wrap .nav {display:none;}
		.hwrapper_mobile_wrap .logo {top:10px; left:10px;}
			.header.stickyhead:before {height:80px;}
			.header.stickyhead .logo img {margin:10px; padding:0;}
			.hwrapper_mobile_wrap.show_mobile_nav .header.stickyhead, .hwrapper_mobile_wrap.show_mobile_nav .header.stickyhead:before {background:inherit; padding:inherit; position:inherit !important; width:inherit; left:inherit; right:inherit; top:inherit; background:#0b0072;		 animation: none;}
			.header.stickyhead .mobile_menu_bars .bar1, .header.stickyhead .mobile_menu_bars .bar2, .header.stickyhead .mobile_menu_bars .bar3 {background-color:#444;}
					.header.stickyhead .nav ul.ncenter li.drop ul a {}
			.hwrapper_mobile_wrap.show_mobile_nav {position:fixed; z-index:999; top:0; width:100vw; max-height:100vh; overflow-y:scroll;		  border-bottom: 1px solid white; border-radius: 0 0 40px 40px;}
						.hwrapper_mobile_wrap.show_mobile_nav .header_gradient {display:none;}
						.hwrapper_mobile_wrap.show_mobile_nav .header_cont {display:none;}
				.show_mobile_nav .hwrapper {background: none !important; margin-bottom: 250px; min-height: auto;}
				.show_mobile_nav .hwrapper.thwrapper {margin-bottom:0px; position: absolute; bottom: 0px; width: 100%; border: none;}
						.show_mobile_nav .hwrapper.thwrapper .nright a {color:#FFF; font-size: 0.8em;}
						.show_mobile_nav .hwrapper.index_hwrap_min {min-height: 50vh; height: auto;}
				.show_mobile_nav .header .logo {position:relative; top: 15px; left: 30px; width: fit-content;}
					.show_mobile_nav.hwrapper_mobile_wrap .logo img {width:100px; margin: 0;}
				.show_mobile_nav .hwrapper .nav {display:block; padding:0;}
				.show_mobile_nav .nav ul.ncenter {position:static;}
				.show_mobile_nav .nav ul.ncenter .fa-chevron-down {display: inline-block; color: #ce7d16}
					.show_mobile_nav .thwrapper .nav ul li a {color:#FFF;}
					.show_mobile_nav .header .nav ul.ncenter li a {color:#FFF; width:100%; font-size: 1.0em;}
					.show_mobile_nav .nav ul li.drop ul li a {color:#FFF;}
				.show_mobile_nav .nav ul.nright {float:none !important; text-align:center;}
						.show_mobile_nav .nav ul.nright .drop {margin:20px auto; width:fit-content; width:-moz-fit-content;}
					.show_mobile_nav .nav ul li {display:block; margin:0 0 20px 0; font-size:1.4em;}
					.show_mobile_nav .nav ul li.drop ul {position:static; /*display:block !important;*/ font-size:0.4em; margin:0 auto !important; width:100%;}

			.nav ul li.drop ul li {background: none;
				border: none;
				font-size: 1.7em;
				text-align: center;}
				.nav ul li.drop ul li:hover {background-color:rgba(17, 17, 17, 0.9);}

			.show_mobile_nav .cart_button span {top:-9px;}

			/*.cart_button {display:inline-block !important;}*/
			/*.cart_button .fa {color:#FFF !important;}*/

			.mobile_menu_bars {display:inline-block; cursor:pointer; position:fixed; right:20px; top:10px; z-index:999; padding: 20px;}
			.bar1, .bar2, .bar3 {width:35px; height:5px; background-color:#FFF; margin:6px 0; transition:0.4s; border-radius:5px;}
			.show_mobile_nav .bar1, .show_mobile_nav .bar2, .show_mobile_nav .bar3 {background-color:#fff !important;}
			.show_mobile_nav .mobile_menu_bars {}
			.show_mobile_nav .bar1 {transform:translate(0, 11px) rotate(-45deg);}
			.show_mobile_nav .bar2 {opacity:0;}
			.show_mobile_nav .bar3 {transform:translate(0, -11px) rotate(45deg);}

	.hwrapper.index_hwrap_min {min-height:69vh;}
	.hwrapper.index_hwrap_min .header.index_ptitle .ptitle {bottom:130px;}
	.hwrapper.hmed {
		min-height: 300px;
	}
	ul.breadcrumbs {padding:0 10px; bottom:-17px; width:100%;}
		ul.breadcrumbs li {white-space:nowrap; max-width:35%; overflow:hidden; text-overflow:ellipsis;}
	ul.breadcrumbs + .ptitle {}

	.content .learn_content {max-height: 3em; }

	.cwrapper.index_subhead {}
		.cwrapper.index_subhead h2 {padding:0; margin:0; float:none; border:none;}
		.cwrapper.index_subhead div {margin-top:20px; text-align:center;}

	.content {padding:25px;}
	.content .fleft, .content .fright {float:none !important; width:100% !important;}
	/*.form_head_wrap {padding-top:200px !important;}*/
		.header.index_ptitle .ptitle {left:0; right:0; margin:0 auto; width:fit-content; width:-moz-fit-content; text-align:center;}
				.header.index_ptitle .ptitle img {width:75%; margin-bottom:-35px;}
			.header.index_ptitle .itb1 {left:0; right:150px; margin:0 auto; width:fit-content; width:-moz-fit-content;}
			.header.index_ptitle .itb2 {bottom:40px; left:150px; right:0; margin:0 auto; width:fit-content; width:-moz-fit-content;}
	.content .learn_wrap {width:100%; position:relative;/*max-width:47%;*/}
		@media (max-width: 525px){.content .learn_wrap {max-width:100%;}}
		.content .learn_wrap > img {width:100%; border-radius: 25px;}
		.content .learn_cont {float:none; width:100% !important; position:absolute; bottom: 0; /*top:50%; transform:translateY(-50%); transform takes the eliment out of normal page layout blearking the LB*/ border-radius:25px; -moz-border-radius:25px; background-color:rgba(255, 255, 255, 0.8);}
		.content .scroll_cont{ max-height: 55vw;}
		.content .learn_wrap img {width:inherit; height:auto; max-height:250px;}
		.content .learning_area_cont .learn_wrap img {width: 100%; max-height: initial; border-radius: 25px;}
		@media (max-width: 1000px){.learning_area_cont .learn_wrap {max-width:47.5% !important;} .learning_area_cont .learn_wrap img {max-height:initial !important;}}
		@media (max-width: 525px){.learning_area_cont .learn_wrap {max-width:100% !important;}}

		.content .learn_wrap.learn_online {width:100%; min-height:auto !important;}
		.content .learn_wrap.learn_online.courses_featured.courses_featured_alt {padding:10px;}
		/*.content .learn_wrap.learn_full .learn_content {max-height:170px;}*/
		.content .learn_wrap.learn_full .learn_cont {width:100%; transform:none; position:static; padding: 20px;}
		.content .learn_wrap.learn_full .learn_img {float:left; position:static; width:100%; margin-bottom: 40px;}
			.content .learn_wrap.learn_full .learn_img img {border-radius: 25px; max-height: inherit; /*float:left; height:100px; width:auto;*/}

		.content .learn_wrap.learn_wrap2, .content .learn_wrap.learn_wrap3, .content .learn_wrap.learn_wrap4 {width:100%;}
			.content .learn_wrap.learn_wrap3 .learn_title {color:#111;}
			.content .learn_wrap.learn_wrap3 img {max-height:inherit;}

		.content .learn_wrap.learn_wrap2 .learn_title {margin-top:20px;}
		.content .learn_wrap.learn_wrap2 .learn_cont {width:100%;}

		.content .learn_wrap.learn_wrap4 {margin-bottom:50px;}
		.content .learn_wrap.learn_wrap4 .learn_cont {padding-bottom: 40px; border-bottom-right-radius: inherit;}
		.content .learn_wrap.learn_wrap4 .learn_title {width:calc(100% - 100px); margin-top:10px; font-size: 1em;}
		.content .learn_wrap.learn_wrap4 .learn_content {float:none; width:100%}
		.content .learn_wrap.learn_wrap4 .tear_button {left:0px; bottom: 0;}
		.content .learn_wrap.learn_wrap4 .class_schedule {float: none; width: auto; margin: auto;}

		.content .learn_wrap.learn_wrap4 .course_type, .content .learn_wrap.learn_wrap4 .lean_title_more {display:inline-block;}

	.apply_today .content {width:100% !important; padding: 20px;}
	.apply_today .apply_title {margin-bottom: 25px}
	.apply_today .content .content {border-radius: 30px;}
	.apply_today .content div {font-size: 1em;}

	.faculty_slide {width:100%; padding: 10px;}

	.course_cart_options {text-align:left;}
		.course_cart_options .tear_button {display:block; text-align:center;}
		.course_cart_options span.coprice {display:block; text-align:right; margin-top:15px;}
	.course_back_to {top: -50px; left: -5px; z-index:1;}

	.cart_item_wrap, .cart_checkout_wrap {float:none; width:100%;}
	.cart_item_price {position:absolute; top:5px; right:0;}
		.cart_item_wrap.checkout_checkout_wrap .cart_item_price {position:absolute; top:5px; right:0; transform:none;}
	.cart_checkout_wrap {margin-top:20px;}

	.articles_wrap .articles_stub {float:none; width:100%; margin-top:0; margin-bottom:50px; padding:50px !important;}
	.articles_wrap img {float:none !important; width:100%; max-width:250px; margin:0 auto; display:block; margin-bottom:-25px; position:relative;}
	.articles_wrap .articles_stub small {display:block;}

	.articles_wrap.blog_wrap {padding-bottom:0;}
	.articles_wrap.blog_wrap .articles_stub {width:100%;}
	.articles_wrap.blog_wrap img {width:100%;}

	.lbox_wrap.lbox_wrap2.lbox_active {width:100%; position:static;}

	#faqs .expand {padding:50px 20px 20px 50px;}

	#faqs.partner_faq .partner_faq_name {width:100%; left:0; text-align:center; padding-top: 0; display: flex; justify-content: center; align-items: center;}
	#faqs.partner_faq .expander:before {display:none;}
	#faqs.partner_faq .expander .partner_image_box {display:none;}
	#faqs.partner_faq .expand {padding:50px 20px;}
	#faqs.partner_faq .expand img {float: left; margin: 0 40px 20px 0; max-width: 100%;}

	/*speaker ported - jer review*/
	.speaker {height:auto;}
		.speaker img {width:80px; height:80px; margin-left:10px;}
	.speaker_info {padding:0; left:0; width:100%; height:auto;}
	.speaker_name {text-align:right; padding-right:20px; padding-left:115px; min-height: 60px;}
		.speaker_name span {display:block; padding:0;}
	.speaker_position:before {content:''; margin:0;}
	.speaker_bio {margin-top:35px;}
	.speaker_image_wrap::after, .speaker_image_wrap::before {width:70px; height:70px; margin-left:-33px; top:25px;}
	.speaker_readmore {margin:auto;}

	.sub_footer_section {width:100% !important; margin-bottom:50px;}

	#index_conferences .conference.future .name {text-align:left; font-size:1em;}

	.teacher_pill{
		font-size: 0.9em;
		width:100% !important;
		max-width:400px !important;
	}
	.tear_button {
		margin: 5px;
	}
	.form_head_wrap h2{
		font-size: 1.4em;
	}

	.landing_link .landing_content {position:static; transform:none; text-align:left; padding:0 0 0 90px; width:auto; font-size:0.8em;}

	/*Courses*/
	.events_filter_field input[type="text"] {width:100%;}

	.course_wrap .cintructors {transform:initial; position:static; text-align:right;}
	.course_wrap .ctitle {padding-left:120px; font-size:1em; min-height:100px;}
	.course_wrap .cprice {top:initial; bottom:-2px; right:-2px; border-radius:25px 0 3px 0 !important; padding:0 15px 0 20px; font-size:0.8em;}
	.course_wrap a.clearn_more {}
	.course_wrap .centroll {float:right;}
	.cart_interaction {display:none;}
	.course_wrap .class_schedule {position:static; clear:both; line-height:16px; padding:10px 20px; margin:5px 0;}
	.course_wrap .cintructors .teacher_pill {width:100%;}
	.course_wrap .cintructors .cintructors_text {float:left; width:110px; text-align:center; margin:auto; margin-top:15px;}
}


/*squared edges override*/
.content .learn_wrap img {border-radius:3px 0 0 3px;}
.content .learn_wrap {border-radius:3px;}
.content .learn_wrap.learn_full .learn_img .ctag {border-radius:0 0 0 25px; padding:0 25px 0 30px;}

.content .learn_wrap.learn_full .learn_cont {border-radius:3px;}
.content .learn_wrap.learn_full .learn_img {border-radius:3px;}
.content .learn_wrap.learn_full .learn_img img {border-radius:3px !important;}

.course_wrap {border-radius:3px;}
	.course_wrap .curl img {border-radius:3px;}
	.course_wrap .cprice {border-radius:0 3px 0 25px;}
	.course_wrap .class_schedule {border-radius:25px 3px 3px;}

.course_type {border-radius:0 3px 0 25px !important; padding:0 20px 0 25px !important;}

.cart_item img {border-radius:3px;}

.apply_today .content {border-radius:3px;}
	.apply_today .content .content {border-radius:3px;}

#faqs .expander {border-radius:3px;}
#faqs .expand {border-radius:3px;}

.articles_wrap .articles_stub {border-radius:3px;}
.articles_wrap.blog_wrap img {border-radius:3px;}
.image_cont_img {border-radius:3px;}
.image_cont_cont {border-radius:3px;}

.about_bubble {border-radius:3px !important;}

#index_head_call .conference {border-radius:3px !important; border:1px solid #F5A623;}
#index_head_call .conference.future .conf_image {border-radius:3px !important;}
.conference .conf_type {border-radius:3px;}
.index_about_imgs img {border-radius:3px !important; border:3px solid rgba(96, 138, 187, 0.35) !important;}

.conference {border-radius:3px;}
.conference.allevents .img_grad {border-radius:3px;}
.conference.allevents .conf_type {border-radius:3px;}
.conference.allevents img {border-radius:3px !important;}
.conference.allevents .ur_tab {border-radius:0 3px 0 25px; font-size:14px; line-height:28px; padding:0 20px 0 25px;}

.articles_wrap .articles_stub {border-radius:3px !important;}
.articles_wrap img {border-radius:3px !important;}

.form {border-radius:3px;}
input, textarea, select {border-radius:3px;}

#messages ul {border-radius:3px;}

#events_filter form {border-radius:3px;}
.events_filter_field select {border-radius:3px;}
.events_filter_field input[type="text"] {border-radius:3px;}

.gsc-input-box {border-radius:3px !important;}
.gsc-search-button-v2 {border-radius:3px !important;}

.nav ul li.drop ul li {border-radius:5px;}

.nav ul li.drop ul li:hover::before {content: "."; position:absolute; top:-17px; left:7px; font-size:2em; color: #ce7d16;}

@media (max-width: 1200px){
	.content .learning_area_cont .learn_wrap img {border-radius:3px;}
	.content .learn_cont {border-radius:25px 25px 3px 3px;}
	.content .learn_wrap.learn_full .learn_img img {border-radius:3px;}
}



/*admin menu left side*/
@media (min-width: 1200px){
	.admin_active .wrapper {width:calc(100% - 200px); float:right;}
	/*.platform_dev.admin_active .hwrapper.thwrapper.adminwrapper:hover {height:100%;}*/
	.admin_active .hwrapper.thwrapper.adminwrapper {position:fixed; z-index:999; right:initial; width:200px; height:100%; overflow-y:auto;}
		.admin_active .hwrapper.thwrapper.adminwrapper .admin_head {margin-top:75px; margin-bottom:5px;}
				.admin_active .hwrapper.thwrapper.adminwrapper .admin_head:before {content:''; background:url('/images/arihanta_logo.png'); width:60px; height:60px; position:absolute; top:10px; left:0; right:0; margin:auto; background-position:center; background-size:contain;}
			.admin_active .hwrapper.thwrapper.adminwrapper::-webkit-scrollbar {width:5px;}
			.admin_active .hwrapper.thwrapper.adminwrapper::-webkit-scrollbar-track {background:#0d0d0d;}
			.admin_active .hwrapper.thwrapper.adminwrapper::-webkit-scrollbar-thumb {background-color:#AAA;}
}




/*** /conference (conf port) ***/
#index_head_call2{
    top: 400px;
    transform: translateY(-50%);
	position: absolute;
	color: white;
	left:-20vw;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 500px;
}

#index_head_title {
	font-size: 2.6em;
    font-weight: 400;
	filter:drop-shadow(1px 1px 1px #222);
	line-height:1.2em;
}
#index_head_sub_title {font-size:1.4em;}

.index_head_sec {
	font-size: 1.5em;
	filter:drop-shadow(1px 1px 1px #222);
}

.index_head_sec img{
	height: 1em;
	position:relative;
	top:4px;
	margin-right:5px;
}

#index_info {
	background: #FFF6E7;
	text-align: center;
}

.index_info_item {
	display: inline-block;
	margin: 40px 60px;
}

#index_info img {
	width: 40px;
}

.index_info_item div {
	height: 50px;
}

#index_about{
	background: white;
}

#index_about_about{
	width: 300px;
	display: inline-block;
	text-align: center;
	/*transform:translateY(-40%);*/
	vertical-align: top;
}

#index_about_text{
	display: inline-block;
	width:calc(100% - 300px);
	max-width: 900px;
	padding: 40px 60px;
	border-left:1px solid #F2F2F2;
	line-height: 1.5em;
}



@media (max-width: 1000px){
	div#index_head_call2 {left:0; top:300px; transform:translateY(-40%); text-align:center;}
	#index_head_call2 .tear_button {padding:20px 40px;}
	#index_head_title {
		font-size: 2em;
		margin-bottom:15px;
	}

	#index_info {padding:25px 0;}

	.index_info_item {
		font-size: 1.1em;
		width:100%;
		text-align:center;
		margin:20px 0;
	}
	#index_about_text{
		width: 100%;
    	max-width: 100%;
		border: none;
	}
}


/*Series - ported for /conference */
/*+*/
.conf_accent_colorborder {border-color:#608abb !important;}
/*.conf_accent_colorbg {background-color:#608abb !important;}*/
.conf_accent_color {color:#608abb !important;}
/*+*/

.series_speakers_wrap {margin-top:50px; margin-bottom:50px; text-align:center; overflow:hidden;}
.series_speakers {display:inline-block; width:24%; text-align:center; margin-bottom:50px; vertical-align:top;}
				.series_speakers_wrap .slick_slider3 .series_speakers {display:block; width:auto;}
				.series_speakers_wrap .slick_slider3 .series_speakers_img {left:10px;}
						#series_speakers .series_speakers_wrap .series_speakers > .vimg_wrap:before {background-color:#FFF;}
		.vimg_wrap {position:relative;}
			.series_speakers > .vimg_wrap:before, .series_series_info > .vimg_wrap:before {content:''; position:absolute; top:0; left:0; background-color:#f1f0f7; width:125px; height:125px;}
				.series_series_info > .vimg_wrap:before {background-color:#f1f0f7; width:200px; height:200px; top:-10px; left:-10px;}
		.series_speakers div {width:145px; margin:0 auto; margin-bottom:10px;}
	.series_speakers_img {position:relative; top:10px; left:initial; width:125px; height:125px; border:2px solid #2ace72;}
	.series_speakers_date {color:#04a64d; font-size:20px; font-weight:bold; letter-spacing:2px; text-transform:uppercase;}
	.series_speakers_name {color:#030073; font-size:26px; font-weight:bold; line-height:26px; word-spacing:1000px;}
	.series_speakers_position {color:#04a64d; font-weight:bold; line-height:16px;}

.series_dates {display:inline-block; border:1px solid #999; border-top:none; border-radius:0 40px 40px 40px; background-color:#dcdcdc; color:#555; padding:5px 15px; margin-right:5px; font-size:0.9em;}
.series_dates.active {background-color:#2ace72; color:#FFF;}
.series_dates.past_date {background-color:#156638;}

.series_series_cont {position: relative; /**/line-height:initial;/**/ clear:both; padding:50px 0; text-align:center;}
	.series_series_cont div {}
		div.series_series_date {border-bottom:3px solid #2ace72; font-size:1.8em;}
		div.series_series_title {font-size:2em;}
		div.series_series_position {font-size:1.2em;}
		div.series_series_abstract {margin-top:25px; margin-bottom:35px; text-align:left; color:#393691; font-weight:bold;}

.series_series {}
	.series_series_img {position:relative; float:left; margin-right:25px; border:3px solid #2ace72; width:200px; height:200px; margin-bottom:25px;}
	.series_series_bio {margin-bottom:30px;}
	.series_series_info {clear:both;}
@media (max-width: 1200px){
	#series_speakers > .content:before, #series_speakers > .content:after, #latest_news > .content:before, #latest_news > .content:after {display:none;}
	div.series_series_date {font-size:1.2em;}
	div.series_series_title {font-size:1.6em; margin-top:15px; margin-bottom:20px;}
	.series_series_img {float:none;}
	.voices_register {position:static; text-align:center; display:block; width:fit-content; margin:25px auto;}
	.series_speakers {display:block; width:100%;}
	.series_series_info > .vimg_wrap {width:fit-content; width:-moz-fit-content; margin:0 auto;}
	.series_series_info > .vimg_wrap:before {top:-10px; left:-10px;}
	.lightbox.load_youtube img {max-width:100%;}
	#latest_news .news_box {min-height:auto; padding-bottom:20px;}
}


.cwrapper.watch_recording {background-color:#f1f0f7; border-top:5px solid #0B0072; border-bottom:5px solid #0B0072; padding-top:40px; padding-bottom:40px;}
	.cwrapper.watch_recording .content {padding:0 10px 10px; text-align:center;}
	.cwrapper.watch_recording .content .fa-regular.fa-circle-play {position: absolute; text-align: center; top: 50%; width: 100px; pointer-events: none; transform: translateY(-50%); font-size: 100px; opacity: 1; color: #04a64d; text-shadow: 0 0 10px #000; background: black; left: 0; right: 0; margin: auto; border-radius: 50%; height: 100px; text-shadow: 2px 2px 10px #000;}
		.cwrapper.watch_recording .content #yt_video {box-shadow:5px 5px 10px 0px rgba(182, 182, 182, 0.58);}
	@media (max-width: 1200px){.cwrapper.watch_recording .content #yt_video {width:100%;}}

/*courses popout*/
.courses_wrap {display:flex; flex-wrap:wrap;}
		.courses_wrap .course_box_wrap {padding:15px; width:33.3333333333%; width:25%;}
		.course_box_wrap a.course_link {position:relative; display:block; opacity:1 !important; transition:opacity 50ms ease-in-out;}
				/*.course_box_wrap a.course_link:hover {opacity:1;}*/
			.courses_wrap .course_box h3, .courses_wrap .course_box h5 {text-align:right; font-weight:bold; margin-top:0; margin-bottom:0.5rem; line-height:1.2em;}
			.course_box_wrap .course_box {position:relative; height:440px; height:415px;}
				.course_box_wrap .course_box .course_tag {position:absolute; top:-10px; right:-10px; background:#0b0072; color:#FFF; font-size:14px; padding:0 20px 0 25px; margin:10px 10px 0 0; border-radius:0 3px 0 25px;}
					.course_box_wrap .course_box .course_tag.membership_tag {top:initial; bottom:0; border-radius:25px 0 3px 0; background:#0ea44e;}
				.course_box_wrap .course_box .course_info {padding:20px 0;}
						.course_box_wrap .course_box .course_info .expander {padding-left:15px; padding-left:0; color:#555; font-size:14px; line-height:1em; width:fit-content; width:-moz-fit-content; position:absolute; left:0; right:0; bottom:11px; margin:0 auto; font-weight:bold;}
						.course_box_wrap .course_box .course_info .expander:before {top:auto; left:0; display:none;}
				.course_box_wrap .course_box .course_img {display:block; width:100%; height:225px; height:auto; box-shadow:0 5px 45px 5px #00000021; border-radius:3px;}
				.course_box_wrap .course_box h3.course_title {text-align:center; padding-bottom:0; font-size:20px; color:#000; font-weight:normal;}
				.course_box_wrap .course_box .course_descr {font-size:16px; color:#55636f; line-height:1.4em;}
				.course_box_wrap .course_box .course_enroller {}
						.course_box_wrap .course_box .course_enroller span.cart_interaction {position:absolute; bottom:3px; left:0; right:0; margin:auto; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:14px; color:#0b0072;}
								.course_box_wrap .course_box .is_in_cart {display:none; position:absolute; right:30px; right:0; left:0; bottom:26px; margin:auto; width:fit-content; width:-moz-fit-content; font-weight:bold; font-size:14px; color:#0b0072;}
						.course_box_wrap .course_box .course_enroller .tear_button {width:100%; text-align:center; padding:15px; margin-top:10px;}
								.add_to_cart {background:#0b0072;}
				.course_box_wrap .course_box .course_more_info {margin-top:1rem;}
						.course_box_wrap .course_box .course_more_info_left {position:absolute; bottom:29px;}
						.course_box_wrap .course_box .course_more_info_right {float:right;}
					.course_box_wrap .course_box .course_more_info h5.course_price {margin:0; font-size:16px; color:#55636f;}
				.course_box_wrap .course_box .course_learn_more {font-size:14px; font-weight:bold; color:#999; margin-bottom:8px;}
				.course_box_wrap .course_box .course_popout {opacity:0; pointer-events:none; position:absolute; z-index:1; top:45px; right:-150%; width:150%; background:#FFF; border:1px solid #CCC; padding:25px; margin-right:-15px; transform:scale(0.8); transition:opacity 150ms ease-in-out, transform 150ms ease-in-out; box-shadow:0 5px 45px 5px #00000021; border-radius:3px;}
				.course_box_wrap .course_box .course_popout.popout_left {right:auto; left:-150%; margin-right:auto; margin-left:-15px;}
						.course_box_wrap .course_box:hover > .course_popout {opacity:1; pointer-events:all; transform:scale(1);}
							.course_box_wrap .course_box .course_popout:before {content:''; opacity:0; position:absolute; z-index:-1; top:0; left:-35px; width:100%; height:100%;}
									.course_box_wrap .course_box .course_popout.popout_left:before {left:auto; right:-35px;}
							.course_box_wrap .course_box .course_popout:after {content:''; position:absolute; left:-10px; top:50%; transform:translateY(-50%) rotate(45deg); width:20px; height:20px; background:#FFF; border-bottom:1px solid #CCC; border-left:1px solid #CCC;}
									.course_box_wrap .course_box .course_popout.popout_left:after {left:auto; right:-10px; border-bottom:none; border-left:none; border-top:1px solid #CCC; border-right:1px solid #CCC;}
									.course_box_wrap .course_box .course_popout h3.course_title {text-align:left;}
										.course_box_wrap .course_box .course_popout h3.course_title {transition:color 100ms ease-in-out;}
												.course_box_wrap .course_box .course_popout:hover h3.course_title {color:#ce7d16;}
	@media (max-width: 1000px){
		.courses_wrap .course_box_wrap {width:33.333%;}
		.course_box_wrap .course_box {height:auto; overflow: hidden;}
		.course_box_wrap .course_box .course_descr {display:-webkit-box !important;}
			.course_box_wrap .course_box:hover > .course_popout {display:none;}
		.course_box_wrap .course_box h3.course_title {text-align:left;}
		.course_box_wrap .course_box .course_more_info {margin-top:2rem;}
		.course_box_wrap .course_box .course_more_info_left {position:relative;}
	}
	@media (max-width: 820px){
		.courses_wrap .course_box_wrap {width:50%;}
	}
	@media (max-width: 650px){
		.courses_wrap .course_box_wrap {width:100%;}
	}


.membership_banner {background-color:#f1f0f7;}
		.membership_banner .content {padding-bottom:20px; padding-left:20px; padding-right:20px;}
	.membership_banner_left {float:left; width:45%; margin-top:30px;}
		.membership_banner_left h3 {font-size:1.5em;}
		.membership_banner_left p {font-size:1.2em;}
		.membership_banner_left p.mtrial_button {text-align:center;}
			.membership_banner_left p.mtrial_button a.tear_button {padding:20px 30px; font-size:1em; width:100%; max-width:700px; margin-top:25px;}
	.membership_banner_right {float:right; width:50%;}
		.membership_banner_right img.membership_hero {width:100%;}
	@media (max-width:1000px){.membership_banner_left {float:none; width:100%; margin-top:0;} .membership_banner_right {float:none; width:100%;} .membership_banner .content {padding-bottom:40px;}}


.memberships_box {position:relative; display:inline-block; width:30%; margin:10px 35px 25px 0; padding:2em 3.5em; background-color:#f1f0f7; color:#111; vertical-align:top; border-radius:5px; box-shadow:10px 10px 20px -6px #00000042; transition:transform 100ms ease-in-out;}
			@media (max-width:1185px){.memberships_box {width:100%; font-size:1.4em;}}
			@media (max-width:700px){.memberships_box {font-size:1em;}}
	.memberships_box h3 {text-align:center; margin-bottom:25px;}
	.memberships_box .tear_button {width:100%; text-align:center; margin-top:25px; padding:20px;}
	.memberships_box ul {min-height:250px;}
			@media (max-width:1200px){.memberships_box ul {min-height:auto;}}
		.memberships_box ul li {margin-bottom:15px;}

.lbox.memberships_lbox .memberships_box {min-height:565px;}
	.lbox.memberships_lbox .memberships_box .tear_button {position:absolute; bottom:20px; right:0; left:0; margin:0 auto; max-width:250px;}
.lbox.memberships_lbox {overflow:hidden; overflow-y:auto; padding:0 0 0 40px; border-radius:0;}
	@media (max-width:1200px){.lbox.memberships_lbox {padding:0;} .lbox.memberships_lbox .memberships_box {width:100%; min-height:0;} .lbox.memberships_lbox .memberships_box .tear_button {position:static; max-width:initial;}}
.lbox.memberships_lbox:before {top:5px; right:5px;}

/*popup*/
#membership_inform.lbox_active .lbox {background:none; border:none;}
		#membership_inform.lbox_active .lbox:before {right:4%; top:0; z-index:1;}
	#membership_inform.lbox_active .lbox a img {width:100%;}