/*CLOSED AND ORGANIZED CSS MIGUEL BARBOSA*/
.hover_overlay,
#tab_course_controls li {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#course {
	border: none;
	position: relative;
	z-index: 2;
	margin-top: -58px;
}
#course .et_pb_row { padding-top: 0; }
#course_body {
	margin-top: 30px;
}
.course_tabs .et_pb_tab { padding: 0; }
.toggle_content.content_modules .main_toggle:last-child { border-bottom: none; }
@media (max-width: 980px) {
	#course_body .main_column,
	#course_body .side_column  { flex-basis: 100%; }
	#keyinfo {
		margin-top: 30px;
	}
	#keyinfo .k_book img,
	#keyinfo .k_collab img {
		max-width: 50%;
	}
	#course_overview .sd_points .point {
		flex-basis: 100% !important;
	}
}
#course_body .course_tab_controls {
	margin: 0 0 10px;
	height: 45px;
	font-size: 15px;
	padding: 0;
	display: flex;
}
#course_body .course_tab_controls::after {
	content: none;
}
#course_body .course_tab_controls li {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 4px 40px 4px;
	background: #00B0D3;
	border: 1px solid #00B0D3;
	margin-right: 5px;
	cursor: pointer;
	color: white;
	display: flex;
	align-items: center;
}
#course_body .course_tab_controls li::marker { content: none; }
#course_body .course_tab_controls li:hover {
	background: white;
	color: #00B0D3;
}
#course_body .course_tab_controls li.active {
	background: white;
	color: #00B0D3;
	text-decoration: underline;
}

/*/////////////////////////////////////////////////////////BANNER//////////////////////////////////////////////////////////*/
#course_banner {
		background-size: cover;
	}
	#course_banner::before {
		content: "";
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}
	#course_banner .et_pb_row {
		padding: 80px 0 125px;
	}
	#course_banner h1 { padding-bottom: 20px; }
	#course_banner h1,
	#course_banner h2,
	#course_banner h4 {
		color: white;
	}
	#course_banner h1,
	#course_banner h4 {
		font-weight: 700;
	}
	#course_banner h2 {
		padding-bottom: 0;
		font-weight: 400;
	}
	#course_banner .et_pb_row > svg {
		margin-top: 25px;
		width: auto;
		height: 40px;
	}
	#course_banner .et_pb_row > svg path {
		fill: white;
	}
	#course_banner .et_pb_row > .banner_btns {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		right: 0;
		top: 30px;
	}
	#course_banner .et_pb_row > .banner_btns > * { margin-bottom: 10px; }
	#course_banner .et_pb_row > .banner_btns > *:last-child { margin-bottom: 0; }
	#course_banner .et_pb_row > .banner_btns > * > span { margin-right: 10px; }
/*/////////////////////////////////////////////////////////BANNER END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////TAB CONTROLS//////////////////////////////////////////////////////////*/
#tab_course_controls {
	display: flex;
	overflow-x: auto;
	padding-bottom: 3px;
	}
	#tab_course_controls li {
		background: #00B0D3;
		margin-right: 5px;
		color: white;
		cursor: pointer;
		padding: 4px 25px;
		display: flex;
		align-items: center;
		border: none;
		white-space: nowrap;
		font-weight: 700;
		line-height: 50px;
	}
	#tab_course_controls li:hover {
		background: white;
	}
	#tab_course_controls li:hover {
		color: #00B0D3;
	}
	#tab_course_controls li.active {
		background: white;
		text-decoration: underline;
	}
	#tab_course_controls li.active {
		color: #00B0D3;
	}
	#tab_course_controls::-webkit-scrollbar {
		height: 5px;
		margin-top: 3px;
		background: #f0eceb;
		border-radius: 5px;
	}
	#tab_course_controls::-webkit-scrollbar-thumb {
		background: #00B0D3;
		border-radius: 5px;
	}
/*/////////////////////////////////////////////////////////TAB CONTROLS END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////OVERVIEW//////////////////////////////////////////////////////////*/
#course_overview {}
	#course_overview h3 {
		font-size: 22px;
		font-weight: 700;
		padding-top: 0px;
	}
	#course_overview .mobile_sidebar {
		margin-bottom: 25px;
	}
	#course_overview .mobile_sidebar h4 {
		background-color: #136BAC;
		color: white;
		padding: 15px;
		margin-bottom: 3px;
	}
	#course_overview .main_column > ul { list-style: inside; }
	/*SPECIAL DESIGN POINTS*/
	#course_overview .sd_points {
		padding: 40px;
		margin-top: 30px;
		background: #ECEEF0;
    border-left: 3px solid #00B0D3;
	}
	#course_overview .sd_points h4 {
		font-weight: 600;
		margin-bottom: 20px;
	}
	#course_overview .sd_points .cont {
		display: flex;
		flex-wrap: wrap;
	}
	#course_overview .sd_points .point {
		display: flex;
		padding: 0 10px 15px 0;
		flex-basis: 50%;
		word-break: break-word;
	}
  #course_overview .sd_points .point .text {
		padding-left: 10px;
	}
	#course_overview .sd_points .point h5 {
		font-weight: 600;
	}
	#course_overview .sd_details {
		margin-top: 40px;
	}
	#course_overview .sd_details ol {
		list-style: decimal;
    list-style-position: inside;
		margin-bottom: 15px;
	}
	#course_overview .sd_details h3 {
		margin-bottom: 15px;
	}
	/*VENUES*/
	#course_overview .overview_venues_section {
		margin-top: 50px;
	}
	#course_overview .overview_venues {
		display: flex;
		justify-content: space-between;
	}
	#course_overview .overview_venues .cont {
		display: flex;
		flex-direction: column;
		padding: 10px;
	}
	#course_overview .overview_venues .cont:first-child {
		padding-left: 0;
	}
	#course_overview .overview_venues .cont:last-child {
		padding-right: 0;
	}
	#course_overview .overview_venues .cont img {
		padding-bottom: 10px;
	}
	#course_overview .overview_venues .cont a .hover_overlay {
		position: relative;
	}
	#course_overview .overview_venues .cont a .hover_overlay::after {
		font-family: 'ETmodules' !important;
		content: '\e050';
		font-size: 30px;
		position: absolute;
		top: calc(50% - 15px);
		left: calc(50% - 15px);
		opacity: 0;
	}
	#course_overview .overview_venues .cont a .hover_overlay:hover::after {
		opacity: 1;
	}
	/*VIDEO*/
	#course_overview .spd_video { margin-top: 40px; }
	#course_overview .spd_video_text {
		display: flex;
		background: #ECEEF0;
		border-left: 3px solid #00B0D3;
	}
	#course_overview .spd_video_text .cont { flex-basis: 50%; }
	#course_overview .video_text { padding: 20px; }
	#course_overview h2 { font-size: 20px; }
	#course_overview .spd_video_text p { line-height: 1.5; }
	#course_overview .spd_video_text .video_cont {
		overflow: hidden;
	  border-top-left-radius: 35px;
	}
	/*SPEAKERS*/
	#course_overview .speaker_section {
		margin-top: 40px;
	}
	#course_overview #speaker_lp {
		padding-top: 10px;
	}
	#course_overview #speaker_lp .speaker_lp_item { flex-basis: 25%; }
	@media (max-width: 767px) {
		#course_overview #speaker_lp .speaker_lp_item { flex-basis: 33.33333%; }
	}
	@media (max-width: 600px) {
		#course_overview #speaker_lp .speaker_lp_item { flex-basis: 50%; }
	}
	/*SHORT MODULE LIST*/
	#course_overview .short_program {
		margin-top: 25px;
	}
/*/////////////////////////////////////////////////////////OVERVIEW END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////KEYINFO//////////////////////////////////////////////////////////*/
#keyinfo {}
	#keyinfo .k_header {
		background-color: #136BAC;
		color: white;
		padding: 15px;
		margin-bottom: 3px;
	}
	/*SIDEBAR*/
	#keyinfo .k_sidebar {
		padding-bottom: 25px;
	}
	#keyinfo .k_sidebar .k_side_section {
		background: #ececec;
		display: flex;
		align-items: center;
		margin-bottom: 2px;
		padding: 10px 15px;
	}
	#keyinfo .k_sidebar .k_side_section .k_content .open-course_tab {
		font-size: 12px;
	}
	#keyinfo .k_sidebar .k_content {
		padding-left: 15px;
		flex-basis: calc(100% - 30px);
	}
	#keyinfo .k_sidebar .k_brother_cont { margin: 10px 0; }
	#keyinfo .k_sidebar .k_brother_cont:first-child { margin-top: 20px; }
	#keyinfo .k_sidebar .k_brother_cont:first-child {
		margin-top: 25px;
	}
	/*BUTTONS*/
	#keyinfo .k_buttons .k_btn {
		width: 100%;
		margin-bottom: 2px;
	}
	#keyinfo .k_buttons .k_btn a {
		width: 100%;
	}
	#keyinfo .k_buttons .k_btn_toggle::after {
		font-family: ETmodules;
    content: "3";
    font-size: 16px;
		padding-left: 5px;
	}
	#keyinfo .k_section {
		display: flex;
		flex-direction: column;
		border-top: solid 1px #E0E5EA;
		padding: 20px 0;
	}
	#keyinfo .k_section h4 {
		text-transform: uppercase;
		padding: 10px 0;
		margin-bottom: 10px;
		color: #333;
		font-weight: 700;
	}
	#keyinfo .k_section span {
		font-size: 14px;
	}
	#keyinfo .k_race .k_cont {
		display: flex;
		flex-direction: column;
	}
	#keyinfo .k_race .k_cont { padding-top: 5px; }
	#keyinfo .k_contacts h4 { margin-bottom: 0; }
	#keyinfo .k_contacts .k_cont {
		padding-top: 3;
	}
	#keyinfo .k_contacts .k_contact {
		display: flex;
		align-items: center;
		padding: 5px 0;
	}
	#keyinfo .k_contacts .k_contact span {
		margin-right: 10px;
	}
	#keyinfo .k_related #course_lp .course_lp_item {
		flex-basis: 100%;
	}
	#keyinfo .k_certificate .k_cont {
		display: flex;
		flex-direction: column;
		border-bottom: none;
	}
	#keyinfo .k_certificate img { padding-bottom: 10px; }
	#keyinfo .k_testimonials  {
		background-color: #f0eceb;
		margin-top: 15px;
		padding: 20px;
		line-height: 1.5;
		position: relative;
	}
	#keyinfo .k_testimonials ::before {
		font-family: 'ETmodules';
    content: "\7c";
    font-size: 32px;
    top: -16px;
    left: calc(50% - 16px);
    position: absolute;
    background: #f0eceb;
    overflow: hidden;
    border-radius: 100%;
    z-index: 2;
    line-height: 1;
    color: #00B0D3;
	}
	#keyinfo .k_testimonials .img_cont {
		height: 90px;
		width: 90px;
		float: left;
		margin: 0 10px 10px 0;
		overflow: hidden;
		border-radius: 100%;
		border: 1px solid #00B0D3;
	}
	#keyinfo .k_testimonials .name {
		padding: 10px 0;
    color: #333;
    font-weight: 700;
    font-size: 15px;
	}
	#keyinfo .k_testimonials a {
		color: #00B0D3;
	}
	#keyinfo .k_books  { display: flex; flex-direction: column; }
	#keyinfo .k_books .book_cont { display: flex; }
	#keyinfo .k_book {
		margin: 0 5px;
		-moz-transition: all 0.2s;
	  -webkit-transition: all 0.2s;
	  transition: all 0.2s;
	}
	#keyinfo .k_book:first-child {
		margin-left: 0;
	}
	#keyinfo .k_book:last-child {
		margin-right: : 0;
	}
	#keyinfo .k_books a.k_book_btn {
		color: white !important;
	  text-align: center;
	  font-size: 18px;
	  line-height: 2;
		margin-top: 15px;
		background: #00B0D3;
		text-transform: uppercase;
		font-size: 15px;
    padding: 0.5em 2em;
	}
	#keyinfo .k_book:hover { opacity: 0.8; }
	#keyinfo .k_collab img { margin: 15px 0; }
/*/////////////////////////////////////////////////////////KEYINFO END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////MODULES//////////////////////////////////////////////////////////*/
#opt_modules_tab {}
#modules_tab {}
	#modules_tab #tab_controls2 li ,
	#opt_modules_tab #tab_controls2 li {
		margin-top: 0 !important;
	}
	#course .modules_part_name {
		color: #333;
		font-weight: 700;
		font-size: 18px;
	}
	#course .module .module_header_info {
		display: flex;
		align-items: center;
		padding-top: 10px;
	}
	#course .module .module_header_info > * {
		margin-right: 10px;
		text-transform: capitalize;
	}
	#course .module .module_cont .module_content {
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #ececec;
	}
	#course .module .module_cont .module_content ul,
	#course .module .module_cont .module_content ol { list-style: inside; }
	#course .module .module_speaker {
		display: flex;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid #ececec;
	}
	#course .module .module_speaker > * { margin-right: 5px; }
/*/////////////////////////////////////////////////////////MODULES END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////BROCHURE//////////////////////////////////////////////////////////*/
#course_brochure {}
	#course_brochure .brochure {
		width: 33.333333333%;
		font-size: 18px;
	}
	#course_brochure .brochure a {
		display: flex;
		flex-direction: column;
		padding-right: 15px;
	}
	#course_brochure .brochure img {
		margin-bottom: 10px;
	}
	@media (max-width: 980px) {
		#course_brochure .main_column {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		#course_brochure .brochure {
			width: 75%;
			font-size: 18px;
		}
	}
/*/////////////////////////////////////////////////////////BROCHURE END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////REQUIRE MODAL//////////////////////////////////////////////////////////*/
#course_require {}
	#course_require .main_column h2 {
		color: #333;
		font-weight: 700;
	}
	#course_require .main_column h4 {
		margin: 30px 0 15px;
		display: flex;
		padding-bottom: 0;
	}
	#course_require .main_column h4 span {
		font-size: 30px;
		margin-right: 10px;
		color: #333;
	}
/*/////////////////////////////////////////////////////////REQUIRE MODAL END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////REQUIRE MODAL//////////////////////////////////////////////////////////*/
#course_faq {}
	#course_faq h3 {
		margin-top: 15px;
	}
	#course_faq .et_pb_module {
		border: none;
    background: transparent;
    border-bottom: 1px solid #00B0D3;
		padding-left: 0;
	}
	#course_faq .et_pb_toggle_title::before {
		color: #32A56B;
	}
	#course_faq .faq_section {
		margin-top: 50px;
	}
/*/////////////////////////////////////////////////////////REQUIRE MODAL END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////SPEAKER MODAL//////////////////////////////////////////////////////////*/
#modal.speaker_modal {}
	#modal.speaker_modal h3 {
		padding-bottom: 15px;
		padding-top: 0px;
	}
	#modal.speaker_modal em {
		font-size: 15px;
		font-weight: 700;
		margin-bottom: 5px;
	}
	#modal.speaker_modal img {
		height: 185px;
	}
/*/////////////////////////////////////////////////////////SPEAKER MODAL END//////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////BOOK_NOW BUTTON MODAL//////////////////////////////////////////////////////////*/
#go_to_book {
  	position: fixed;
  	bottom: 25px;
  	right: 25px;
  	z-index: 3;
  }
  #go_to_book button {
  	background: #136BAC;
    border: 1px solid white;
    color: white;
    border-radius: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    width: 50px;
  }
  #go_to_book svg {
  	height: 25px;
  }
  #go_to_book svg path {
  	fill: white;
  }
/*/////////////////////////////////////////////////////////BOOK_NOW BUTTON MODAL END//////////////////////////////////////////////////////*/

	/* NOTE: REBRAND 3.0 CSS TO BE ALL ORGANIZED BELLOW THIS POINT ----------------------------------------------------------------------------------------------------------------------------- */

/*/////////////////////////////////////////////////////////MAIN CONTAINERS//////////////////////////////////////////////////////////*/
	#course .course_row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#course_body .main_column {
		flex-basis: 65%;
		margin-right: 0;
	}
	#course_body .side_column {
		flex-basis: calc(35% - 30px);
		float: right;
	}
	@media (max-width: 980px) {
		#course_body .side_column,
		#course_body .main_column {
			flex-basis: 100%;
		}
	}
	#course_body .main_column .course_container { margin-bottom: 40px; }
	@media (min-width: 981px) {
		#course_body .main_column .course_container:last-child { margin-bottom: 0; }
	}
/*/////////////////////////////////////////////////////////MAIN CONTAINERS END//////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////////EDITION TABS//////////////////////////////////////////////////////////*/
	.edition_tabs {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 25px;
	}
	.edition_tabs button { margin-right: 15px; }
/*/////////////////////////////////////////////////////////EDITION TABS END//////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////MODULES TABS//////////////////////////////////////////////////////////*/
	.module_list,
	.module_list .main_toggle > .toggle_content,
	#course_optional .main_column > .main_toggle > .toggle_content {
		padding-top: 0;
	}
	.module_list > .main_toggle,
	.short_program > .main_toggle,
	#course_optional .main_column > .main_toggle { padding: 0; }
	.short_program > .main_toggle,
	.short_program > .main_toggle > .toggle_content { padding-top: 0; }
	.module_list .modules_part_name { margin: 15px 0; }
/*/////////////////////////////////////////////////////////MODULES TABS END//////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////PRICE TAB SPECIFIC//////////////////////////////////////////////////////////*/
	#course_price .pricing_plans {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}
	#course_price .pricing_plans > .plan {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: inherit;
		flex: 1;
	}
	#course_price .pricing_plans > .plan { padding: 0 10px 0 0; }
	#course_price .pricing_plans > .plan:last-child { padding: 0; }
	#course_price .pricing_plans > .plan.disabled { opacity: 0.5; }
	#course_price .pricing_plans > .plan .top_cont {
		background: #333;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 10px;
		color: #fff;
		font-weight: 700;
		height: 35px;
	}
	#course_price .pricing_plans > .plan .top_cont span {
		font-size: 11px;
		padding: 0 10px;
		border-radius: 20px;
		background: #EDB600;
		color: #333;
		line-height: 2;
	}
	#course_price .pricing_plans > .plan .cont {
		border: 1px solid #ececec;
		padding: 10px;
		height: calc(100% - 35px);
	}
	#course_price .pricing_plans > .plan.active .cont { background: #ececec; }
	#course_price .pricing_plans > .plan .cont .info {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0 10px 10px;
		position: relative;
	}
	#course_price #price-billing .toggle_content > h4 {
		display: flex;
    align-items: center;
	}
	#course_price #price-billing .toggle_content > h4 > span {
		font-size: 13px;
    padding: 0 10px;
    border-radius: 20px;
    background: #00B0D3;
    color: #fff;
    line-height: 2;
    margin-left: 10px;
		white-space: nowrap;
		text-transform: capitalize;
	}
	#course_price .pricing_plans > .plan .cont .info .discount span {
		color: #333;
		margin: 0 5px 0 0;
		line-height: 1;
	}
	#course_price .pricing_plans > .plan .cont .info .discount span.price {
		font-size: 20px;
		font-weight: 700;
		margin: 0;
	}
	#course_price .pricing_plans > .plan .cont .info .discount span.regular_price {
		text-decoration: line-through;
		margin: 0 0 0 5px;
	}
	#course_price .pricing_plans > .plan .cont .info .timeline {
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.3;
	}
	#course_price .pricing_plans > .plan .cont .info .timeline b { color: #00B0D3;}
	#course_price .pricing_plans > .plan .cont > button {
		margin-top: 10px;
		width: 100%;
	}
	@media (max-width: 767px), (min-width: 981px) and (max-width: 1200px) {
		#course_price .pricing_plans > .plan {
			flex-basis: 100%;
			padding: 0;
			margin-bottom: 15px;
		}
		#course_price .pricing_plans > .plan.disabled { order: 1; }
		#course_price .pricing_plans > .plan .cont .info .toggle_btn {
			display: block;
			position: absolute;
			right: 5px;
			bottom: 10px;
		}
	}
	#course_price #price-billing .vat_controls {
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}
	#course_price #price-billing .vat_controls > label {
		margin-right: 20px;
		display: flex;
		align-items: center;
		cursor: pointer;
		font-weight: 400;
	}
	#course_price #price-billing .vat_controls > label > input[type='radio'] { margin: 0 10px 0 0; }
	#course_price #price-billing .vat_controls > label > input[type='radio']::after {
		width: 16px;
    height: 16px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #ececec;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
	}
	#course_price #price-billing .vat_controls > label > input[type='radio']:checked::after { background-color: #31a56b; }
	#course_price #price-billing table {
		width: 100%;
		margin-bottom: 25px;
	}
	#course_price #price-billing table tr {
		border-bottom: 1px solid #ececec;
	}
	#course_price #price-billing table thead th {
		color: #333;
		font-weight: 700;
		padding: 10px 0;
	}
	#course_price #price-billing table tbody td { padding: 5px 0; }
/*/////////////////////////////////////////////////////////PRICE TAB SPECIFIC END//////////////////////////////////////////////////////*/
