/* @override 
	https://central.local/wp-content/themes/gmlaunch/css/modules.css?ver=5.6 */

div.module-page {
	/*	border: 1px dotted #000;*/
}

div.module-page.image_block {
	/*	border: 1px dotted #000;*/
	max-width: 1600px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}

div.module-page.image_block img {
	/*	border: 1px dotted #000;*/
	margin-right: auto;
	margin-left: auto;
}

.photo_text_three_column, 
.photo_text_two_column {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	flex-wrap: wrap;
}

@media (max-width: 900px) {
	.photo_text_three_column, 
	.photo_text_two_column {
		
	}
}
	.photo_text_three_column .module-page.section-title
	.photo_text_two_column .module-page.section-title {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-basis: 100%;
}

.photo_text_two_column_wrapper {
	display: flex;
	margin-bottom: 0;
	flex-wrap: wrap;
	justify-content: space-between;
	/*	border: 1px solid #333;*/
}

.photo_text_two_column_text {
	display: flex;
	padding: 30px 3%;
	/*		justify-content: center;*/
	flex-basis: 50%;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.photo_text_two_column_text_inner {
	display: flex;
	flex-direction: column;
	width: 90%;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	align-content: flex-start;
}

@media (max-width: 1200px) {
	.photo_text_two_column_text_inner {
		width: 100%;
	}
}
	.photo_text_two_column h2 {
	position: relative;
	margin-bottom: 60px;
}

h2.section-title {
	width: 100%;
	margin-bottom: 0!important;
	padding-right: 3%;
	padding-bottom: 60px;
	padding-left: 3%;
	text-align: center;
}

h2.show-underline, 
.module-text-header h2.show-underline, 
h2.show-underline.section-title {
	position: relative;
}

.text_block h2.show-underline {
	margin-bottom: 60px!important;
}

.text_block h2.show-underline:after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	display: flex;
	width: 100px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background: #764399;
}

.module-text-header h2.show-underline {
	margin-bottom: 50px!important;
}

@media all and (max-width: 950px) {
	.module-text-header h2.show-underline {
		margin-bottom: 0!important;
	}
}

	.module-text-header h2.show-underline:after {
	position: absolute;
	right: 0;
	bottom: -25px;
	left: 0;
	display: flex;
	width: 100px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background: #764399;
}

h2.show-underline.section-title:after {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	display: flex;
	width: 100px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background: #764399;
}

.photo_text_two_column_text h2.show-underline:after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	display: flex;
	width: 100px;
	height: 3px;
	content: '';
	background: #764399;
}

h2.show-underline.section-title:after {
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	display: flex;
	width: 100px;
	height: 3px;
	margin-right: auto;
	margin-left: auto;
	content: '';
	background: #764399;
}
/*.module-text-header  h2:after {
	margin-right: auto;
	margin-left: auto;
	}*/

.photo_text_two_column_img {
	position: relative;
	display: flex;
	flex-basis: 45%;
}

@media (max-width: 700px) {
	.photo_text_two_column_img, 
	.photo_text_two_column_text {
		flex-basis: 100%;
	}
}
	.photo_text_two_column_img img {
	width: 100%;
	height: auto;
	align-self: center;
}

.photo_text_two_column_wrapper .right {
	order: 2;
}

@media (max-width: 700px) {
	.photo_text_two_column_wrapper .right {
		order: inherit;
	}
}
	.section-cards-wrapper {
	display: flex;
	margin-right: -1.5%;
	margin-left: -1.5%;
	padding: 100px 0 80px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (max-width: 700px) {
	.section-cards-wrapper {
		margin-right: 0;
		margin-left: 0;
		justify-content: center;
	}
}
	.section-cards-wrapper.no-paddding-top {
	padding-top: 0;
}

.section-cards-wrapper.no-paddding-bottom {
	padding-bottom: 0;
}

.cards_title {
	display: flex;
	flex-basis: 100%;
}

.section-upcoming-events-title {
	display: flex;
	margin-right: 1.5%;
	margin-left: 1.5%;
	padding-top: 0;
	padding-bottom: 50px;
	justify-content: space-between;
	flex-basis: 100%;
	flex-wrap: wrap;
	/*	border: 1px solid red;*/
}

@media (max-width: 700px) {
	.section-upcoming-events-title {
		justify-content: center;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
}
	.module-text-header {
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20%;
	padding-bottom: 0;
	padding-left: 20%;
	flex-basis: 100%;
	justify-content: center;
	align-items: stretch;
	margin-bottom: 60px;
}

@media (max-width: 900px) {
	.module-text-header {
		padding-right: 3%;
		padding-left: 3%;
	}
}
	.module-text-header p:last-of-type {
	margin-bottom: 0;
}

.photo_text_two_column_text_inner h4, 
.module-text-header h4 {
	color: #512d6d;
}

.card-item {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 1.5%;
	margin-bottom: 6%;
	margin-left: 1.5%;
	transition: all .2s ease-in-out;
	background: #fff;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	flex-basis: 30.3%;
	justify-content: flex-start;
	/*	outline: 1px solid #512D6D;*/
}

@media (max-width: 900px) {
	.card-item {
		max-width: 400px;
		flex-basis: 47%;
	}
}
	@media (max-width: 600px) {
	.card-item {
		min-height: inherit;
		flex-basis: 100%;
	}
}
	.card-item:hover {
	cursor: pointer;
	transition: all .2s ease-in-out;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
}

.card-item:after {
	font-family: 'Font Awesome 5 Pro';
	font-size: 18px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	content: '\f061';
	transition: all .2s ease-in-out;
	color: #512d6d;
}

.card-item:hover:after {
	right: 15px;
	transition: all .2s ease-in-out;
}

.card-item img {
	width: 100%;
	height: auto;
	padding-bottom: 0;
	align-self: center;
}

.card-price-header {
	display: flex;
	flex-direction: column;
	padding: 30px;
	text-align: center;
	background: #512d6d;
	align-self: center;
}

.card-item_text {
	display: flex;
	flex-direction: column;
	padding: 30px 30px 60px;
}

@media (max-width: 650px) {
	.card-item_text {
		padding: 15px 15px 40px;
	}
}

	.card-item_text a {
	color: #2c2c2c;
}

.card-item_text p.nolink.halfmargin a {
	text-decoration: none;
}

.card-item_text ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 0 15px;
	list-style: inherit;
	justify-content: flex-start;
	align-content: flex-start;
}

.card-item_text ul li {
	margin-bottom: 15px;
	list-style: inherit;
	color: #727272;
}

.fullscreen .module-page.text_block {
	padding-right: 3%;
	padding-left: 3%;
}

.module-page.text_block {
	padding: 80px 3%;
	/*	border: 1px solid #333;*/
}

@media (max-width: 700px) {
	.module-page.text_block {
		padding: 30px 0;
	}
}
	.section-blog-post .module-page {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
}

.module-page.photo_text_one_column {
	padding-top: 30px;
	padding-bottom: 30px;
}

.photo_text_one_column_img {
	padding-bottom: 30px;
}

.photo_text_one_column_text {
	padding-bottom: 30px;
}

.module-page.text_block.center {
	text-align: center;
}

.module-page.narrow {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.module-page.medium {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.module-page.wide {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
}

.module-page.nopadding-top {
	padding-top: 0;
}

.module-page.nopadding-bottom {
	padding-bottom: 0;
}

.module-page.nopadding {
	padding-top: 0;
	padding-bottom: 0;
}

.photo_text_two_column {
	display: flex;
	padding: 80px 0;
	flex-wrap: wrap;
}

@media (max-width: 700px) {
	.photo_text_two_column {
		padding: 40px 0;
	}
}
	.section-three-column-text-wrapper {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-bottom: 80px;
	padding-left: 3%;
	flex-wrap: wrap;
}

.section-two-column-text-wrapper {
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	flex-wrap: wrap;
	/*	border: 1px solid #333;*/
	justify-content: space-between;
}

.section-two-column-text-wrapper_item {
	flex-basis: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 700px) {
	.section-two-column-text-wrapper_item {
		margin-bottom: 60px;
		flex-basis: 100%;
	}
}
	.section-three-column-text-wrapper .unordered_list {
	flex-basis: 33%;
}

@media (max-width: 900px) {
	.section-three-column-text-wrapper .unordered_list {
		flex-basis: 100%;
	}
}
	.unordered_list {
	display: flex;
	flex-basis: 50%;
}

@media (max-width: 900px) {
	.unordered_list {
		flex-basis: 100%;
	}
}
	.unordered_list ul {
	width: 100%;
	margin: 0;
	padding-right: 0;
	padding-left: 15%;
	list-style: none;
	list-style-position: inherit;
	/*	border: 1px solid #ddd;*/
}

@media (max-width: 900px) {
	.unordered_list ul {
		padding-left: 0;
	}
}
	.unordered_list ul li {
	display: flex;
	margin-bottom: 30px;
	/*	border: 1px solid #eee;*/
	justify-content: space-between;
	/*	background: red;*/
}

@media (max-width: 900px) {
	.unordered_list ul li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		justify-content: center;
	}
	
	.section-two-column-text-wrapper .unordered_list ul li {
		justify-content: flex-start;
	}
}
	.unordered_list ul li img {
	width: 28px;
	height: auto;
	margin-top: -4px;
	margin-bottom: auto;
	flex-basis: 5%;
	flex-shrink: 0;
}

.unordered_list ul li h4, 
.unordered_list ul li h5 {
	line-height: 1.2em!important;
	margin-bottom: 0;
	padding-left: 5px;
	text-align: left;
	color: #000;
	flex-basis: 93%;
}

@media (max-width: 900px) {
	.unordered_list ul li h4, 
	.unordered_list ul li h5 {
		flex-basis: inherit;
	}
}
	.btn-wrapper {
	display: flex;
	padding-top: 30px;
	justify-content: center;
	flex-basis: 100%;
}

.profile-view {
	padding-top: 60px;
	padding-bottom: 60px;
	/*	border: 1px solid #eee;*/
}

.section-profile-view-wrapper {
	display: flex;
	padding-bottom: 60px;
	flex-wrap: wrap;
}

.profile-view-img {
	flex-basis: 15%;
}

@media (max-width: 900px) {
	.profile-view-img {
		flex-basis: 30%;
	}
}
	@media (max-width: 600px) {
	.profile-view-img {
		flex-basis: 100%;
	}
}
	.profile-view-text {
	padding-left: 3%;
	flex-basis: 85%;
}

@media (max-width: 900px) {
	.profile-view-text {
		padding-left: 3%;
		flex-basis: 70%;
	}
}
	@media (max-width: 600px) {
	.profile-view-text {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 0;
		flex-basis: 100%;
	}
}
	.profile-view-img img {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	/*	max-width: 200px;*/
}

.testimonial {
	display: flex;
	flex-direction: column;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.testimonial h5 {
	max-width: 1000px;
}

.testimonial-profile-wrapper {
	display: flex;
	overflow: hidden;
	align-items: center;
}

.testimonial-profile-wrapper img {
	max-width: 55px;
	border-radius: 50%;
	align-self: center;
}

.testimonial-profile-wrapper p {
	padding-left: 15px;
}

img.quote-svg {
	padding-bottom: 30px;
}

.section-add-modules {
	display: flex;
	flex-direction: column;
	max-width: 900px;
	margin: 5% auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
	@-webkit-keyframes modal-video {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}
	@keyframes modal-video {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}
	@-webkit-keyframes modal-video-inner {
from {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

to {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
}
	@keyframes modal-video-inner {
from {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

to {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
}
	.modal-video {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: opacity .3s ease-out;
	-webkit-animation-name: modal-video;
	animation-name: modal-video;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	opacity: 1;
	background-color: rgba(81, 45, 109, .98);
}

.modal-video-close {
	opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.modal-video-body {
	display: table;
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.modal-video-inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.modal-video-movie-wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-animation-name: modal-video-inner;
	animation-name: modal-video-inner;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	background-color: #333;
}

.modal-video-movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.modal-video-movie-wrap:after {
	content: "\f067";
	font-weight: lighter;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-size: 30px;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	color: #fff;
	right: -30px;
	top: -30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modal-video-movie-wrap:hover:after {
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	opacity: .5;
}

.modal-youtube.video-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: rgba(255, 255, 255, .95);*/
	width: 50%;
	max-width: 130px;
	height: 50%;
	max-height: 130px;
	margin: auto;
	transition: all .2s ease-in-out;
	text-align: center;
	border-radius: 100%;
	/*border: 1px solid transparent;*/
}

.video-popup {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-popup i {
	font-size: 40px;
	margin-right: -5%;
	color: rgba(81, 45, 109, 1.000);
}

.modal-youtube.video-popup:hover {
	transition: all .1s ease-in-out;
	/*border: 10px solid #fff;*/
}

.modal-youtube.video-popup svg:hover {
	width: 100%;
	transition: all .2s ease-in-out;
}

.video-popup svg {
	width: 90%;
	height: auto;
	transition: all .2s ease-in-out;
}

.text_block_column_list_wrapper {
	padding: 0 3% 60px;
	/*			border: 1px solid #333;*/
}

.text_block_column_list_wrapper.wrapheader {
	padding: 30px 3% 0;
	/*			border: 1px solid red;*/
}

.text_block_column_list_title {
	padding: 60px 3% 30px;
	/*	border: 1px solid #333;*/
}

.text_block_column_list_item.bottom-border h3.halfmargin {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

@media (max-width: 900px) {
	.text_block_column_list_item.bottom-border h3.halfmargin {
		font-size: 18px;
	}
}
	@media (max-width: 600px) {
	.text_block_column_list_item.bottom-border h3.halfmargin {
		font-size: 15px;
	}
}
	.text_block_column_list_item {
	/*	border: 1px solid #333;*/
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}

.text_block_column_list_item.bottom-border {
	margin-bottom: 30px;
	border-bottom: 1px solid #b8b8b9;
}

.text_block_column_list_item .teacher_name, 
.text_block_column_list_item .student_name, 
.text_block_column_list_item .year {
	line-height: 1.0em;
	flex-basis: 30%;
}

@media (max-width: 700px) {
	.text_block_column_list_item .year {
		flex-basis: 15%;
	}
}
	@media (max-width: 700px) {
	.text_block_column_list_item .teacher_name, 
	.text_block_column_list_item .student_name {
		flex-basis: 38%;
	}
}


	.section-years-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.parent-year {
	/*	border: 1px solid #ddd;*/
}

.child-year {
	/*	border: 1px solid #ddd;*/
	padding-left: 20px;
}

.section-years-wrapper ul {
	padding-left: 0;
	list-style: none;
}

.section-years-wrapper ul li {
	padding-left: 0;
	/*	border: 1px solid #ddd;*/
	list-style: none;
	margin-bottom: 70px;
}

.accordion {
	padding-bottom: 00px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 60px;
	margin-top: 60px;
	padding-top: 0;
}

.accordion ::-moz-selection {
	background: none;
	color: none;
}

.accordion ::selection {
	background: none;
	color: none;
}

.accordion h3:first-child {
	
}

.accordion h3 {
	margin: 0;
	cursor: pointer;
	position: relative;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	text-transform: uppercase;
	border-top: 1px solid #e9e9e9;
}

.parent-year h3 {
	text-transform: lowercase;
}

.accordion h3.open {
	
}

.accordion h3:hover {
	/*  color: #512D6D;*/
}

.accordion h3:after {
	content: "\f067";
	font-weight: lighter;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-size: 16px;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	color: #646464;
	right: 0;
	top: 25%;
}

.accordion h3.open:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.accordion .accordion-content {
	display: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 30px;
}

.accordion .accordion-content.active {
	/*  border-bottom: 1px solid #e9e9e9;*/
}

.accordion-content li p {
	
}
