/* 
Theme Name:		 Dennis Group v1
Description:	 Dennis Group v1 is a child theme of BTC Marketing, created by ChildTheme-Generator.com
Author:			 Arthur Pemberton
Author URI:		 https://www.arthurpemberton.com/
Template:		 btc2016
Version:		 1.0.0
Text Domain:	 dennis_v1
*/

select.form-control {
	appearance: auto;
}

body.page {
	--bs-body-font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	--bs-body-font-weight: 300;
}

body.page div.entry-content {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
}

body.course_page {
	min-width: 0;
}

body.course_page footer .center_column {
	width: 100%;
}

body.course_page div#content {
	margin-left: 195px;
}

body.course_page div#content .course-page-boxed {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
}

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

	body.course_page div#content {
		margin-left: 0px;
	}

	body.course_page div#content .course-page-boxed {
		max-width: 100%;
	}

}

@media only screen and (min-width: 720px) and (max-width: 1365px) {

	body.course_page div#content .course-page-boxed {
		margin-left: 35px;
		max-width: none;
		width: calc(100% - 35px);
	}

}

body.course_page div.content-area main {
	padding: 0;
}

body.course_page div.content-area main h1.entry-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
	max-width: 100%;
	text-shadow: none;
}

body.course_page div.content-area main .hentry {
	margin: 0;
}

body.course_page div.site-content {
	background-color: #E7F0F7;
}

body.course_page .course-page-subtitle {
	color: #7e7b74;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px;
	text-transform: uppercase;
}

body.course_page .form-control {
	font-weight: 300;
}
body.course_page .form-control:focus {
	box-shadow: 0 0 0 .25rem rgba(59,191,173,.25);
}

body.course_page .btn:hover {
	text-decoration: none;
}
body.course_page .btn-group-lg > .btn,
body.course_page .btn-lg {
	border-radius: 10px;
	line-height: 1;
	padding: 15px 40px;
}
body.course_page .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
	border-color: #3BBFAD;
}
body.course_page .btn-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(59,191,173,.5);
}

body.course_page .course-page-calendar {
	background-color: #fff	;
	color: #000;
	padding: 60px 30px 60px 30px;
	text-align: center;
}

body.course_page .course-page-footer {
	background-color: #A5CAE4;
	color: #000;
	padding: 60px 0;
	text-align: center;
}
body.course_page .course-page-footer p:last-child {
	margin-bottom: 0;
}

body.course_page table.em-calendar.fullcalendar {
	margin: 0 auto;
	width: min(1100px, 100%);
}

body.course_page table.em-calendar.fullcalendar thead tr td {
	border: none;
}
body.course_page table.em-calendar.fullcalendar thead tr td a {
	color: #26597F;
	text-decoration: none;
}
body.course_page table.em-calendar.fullcalendar thead tr td:first-child {
	text-align: left;
}
body.course_page table.em-calendar.fullcalendar thead tr td:last-child {
	text-align: right;
}
body.course_page table.em-calendar.fullcalendar thead tr td.month_name {
	font-size: 28px;
	font-weight: 300;
	text-align: center;
}

body.course_page table.em-calendar.fullcalendar tbody tr td {
	width: calc( 100% / 7 );
}

body.course_page table.em-calendar.fullcalendar tbody tr.days-names td {
	background-color: #DCDDDD;
	padding: 10px 0;
	text-align: center;
}

body.course_page table.em-calendar.fullcalendar tbody tr td.eventless,
body.course_page table.em-calendar.fullcalendar tbody tr td.eventless-today,
body.course_page table.em-calendar.fullcalendar tbody tr td.eventful {
	height: 7.5em;
	vertical-align: top;
}

body.course_page table.em-calendar.fullcalendar tbody tr td.eventless-today {
	background-color: #A5CAE4;
	color: #000;
}

body.course_page table.em-calendar.fullcalendar tbody tr td.eventful > a {
	text-decoration: none;
}

body.course_page table.em-calendar.fullcalendar tbody tr td.eventful > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.course_page table.em-calendar.fullcalendar tbody tr td.eventful > ul > li {
	font-size: 0.75em;
	padding-top: 0.5em;
}
body.course_page table.em-calendar.fullcalendar tbody tr td.eventful > ul > li > a {
	display: block;
	line-height: 1.2;
	text-decoration: none;
}
body.course_page table.em-calendar.fullcalendar tbody tr td.eventful > ul > li > a:focus {
	outline: none;
}


body.course_page-category .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.course_page-category .course-page-top {
	align-items: flex-start;
	display: flex;
	margin-bottom: 30px;
}

body.course_page-category .course-page-top .course-page-top-info {
	flex-grow: 1;
	margin-right: 30px;
}

body.course_page-category .course-page-top .course-page-top-info .course-page-title {
	color: #414244;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

@media only screen and (min-width: 720px) and (max-width: 1365px) {

	body.course_page-category .course-page-top .course-page-top-info .course-page-title {
		font-size: 32px;
	}

	body.course_page-category .course-page-top .course-page-top-info h2 {
		font-size: 24px;
	}

}

body.course_page-category .course-page-top .course-page-top-info p {
	margin-bottom: 1em;
}

body.course_page-category .course-page-top .course-page-top-info ul {
	margin-left: 0;
	margin-bottom: 1em;
}

body.course_page-category .course-page-top .course-page-top-author {
	background-color: #fff;
	flex-grow: 0; flex-shrink: 0;
	font-size: 14px;
	padding: 30px;
	width: 260px;
}

body.course_page-category .course-page-top .course-page-top-author figure {
	margin: 0 0 10px 0;
	text-align: center;
}

body.course_page-category .course-page-top .course-page-top-author img {
	border-radius: 50%;
	width: 150px; height: auto;
}

body.course_page-category .course-page-top .course-page-top-author p.heading {
	color: #236092;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}

body.course_page-category .course-page-top .course-page-top-author p:last-child {
	margin-bottom: 0;
}

body.course_page-category .course-page-form var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
}
body.course_page-category .course-page-form var#spaces_available {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body.course_page-category footer.site-footer {
	margin-top: 0;
}

body.course_page-category .course-page-moreinfo {
	display: flex;
	gap: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
}

body.course_page-category .course-page-moreinfo h2 {
	color: #414244;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 20px;
}

@media only screen and (min-width: 720px) and (max-width: 1365px) {

	body.course_page-category .course-page-moreinfo h2 {
		font-size: 32px;
	}

}


.form-group {
	margin-bottom: 20px;
}
.form-group label {
	color: #414244;
	display: block;
	font-weight: bold;
}
.form-group .form-control {
	border: solid 1px #414244;
	max-width: 100%;
	width: 100%;
	padding: 6px 12px;
}
.form-group select.form-control {
	background-color: #fff;
}
.form-group .form-text {
	display: block;
}
.form-group label.form-text {
	font-size: 0.85em;
	font-weight: normal;
	margin-top: 5px;
}


body.page-template-course_intro {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_intro .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
body.page-template-course_intro .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_intro div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_intro footer.site-footer {
	margin-top: 0;
}

body.page-template-course_intro footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	width: min(1100px, calc(100% - 195px));
}

body.page-template-course_intro footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_intro footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_intro div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_intro div.content-area main div.entry-content h1.entry-title {
	margin: 0;
	max-width: 100%;
}

body.page-template-course_intro div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 60px 30px;
}

body.page-template-course_intro .course-page-subtitle {
	color: #7e7b74;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_intro .course-page-top {
	align-items: flex-start;
	display: flex;
	margin-bottom: 30px;
}

body.page-template-course_intro .course-page-top .course-page-top-info {
	flex-grow: 1;
	margin-right: 30px;
}

body.page-template-course_intro .course-page-top .course-page-top-info .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.page-template-course_intro .course-page-top .course-page-top-info p {
	margin-bottom: 1em;
}

body.page-template-course_intro .course-page-top .course-page-top-info ul {
	margin-left: 0;
	margin-bottom: 1em;
}

body.page-template-course_intro .course-page-photos {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

body.page-template-course_intro .course-page-photos > div:nth-child(1) {
	width: calc(50% - 15px);
}

body.page-template-course_intro .course-page-photos > div:nth-child(2) {
	width: calc(50% - 15px);
}

body.page-template-course_intro .course-page-form {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}

body.page-template-course_intro .course-page-form .col-left {
	flex-shrink: 1;
	width: 30%;
}

body.page-template-course_intro .course-page-form .col-middle {
	flex-shrink: 1;
	width: 40%;
}

body.page-template-course_intro .course-page-form .col-right {
	flex-shrink: 1;
	width: 30%;
}

body.page-template-course_intro .course-page-form var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	margin-left: 1ch;
}

body.page-template-course_intro .course-page-top .course-page-top-author {
	background-color: #fff;
	flex-grow: 0; flex-shrink: 0;
	font-size: 14px;
	padding: 30px;
	width: 260px;
}

body.page-template-course_intro .course-page-top .course-page-top-author figure {
	margin: 0 0 10px 0;
	text-align: center;
}

body.page-template-course_intro .course-page-top .course-page-top-author img {
	border-radius: 50%;
	width: 150px; height: auto;
}

body.page-template-course_intro .course-page-top .course-page-top-author p.heading {
	color: #236092;
	font-weight: bold;
	margin: 10px 0;
	text-transform: uppercase;
}

body.page-template-course_intro .course-page-top .course-page-top-author p:last-child {
	margin-bottom: 0;
}

body.page-template-course_intro .course-page-moreinfo {
	display: flex;
	gap: 60px;
}

body.page-template-course_intro .course-page-moreinfo h2 {
	color: #414244;
	font-size: 35px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 20px;
}

body.page-template-course_intro .course-page-moreinfo .col-left {
	width: 50%;
}

body.page-template-course_intro .course-page-moreinfo .col-right {
	width: 50%;
}

body.page-template-course_intro .course-page-calendar {
	margin-bottom: 60px;
}

body.page-template-course_intro .course-page-footer {
	text-align: center;
}

body.page-template-course_intro .course-page-footer p {
	margin-bottom: 2em;
}
body.page-template-course_intro .course-page-footer p:last-child {
	margin-bottom: 0;
}


body.course_page-event {
	min-height: 0;
	min-width: 0;
}

body.course_page-event .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
body.course_page-event .btn-primary.btn-lg {
	border-radius: 10px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25;
	padding: 15px 60px;
	text-align: center;
}

body.course_page-event div.site-content {
	background-color: #E7F0F7;
}

body.course_page-event footer.site-footer {
	margin-top: 0;
}

body.course_page-event footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	padding: 0 30px 0 30px;
	width: min(1100px, 100%);
}

body.course_page-event footer.site-footer div.footerCol {
	margin-left: 0;
}

body.course_page-event footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.course_page-event div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.course_page-event div.content-area main {
}

body.course_page-event div.content-area main article.hentry {
	margin: 0;
}

body.course_page-event .course-page-subtitle {
	color: #7e7b74;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.course_page-event .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.course_page-event .course-page-form {
	margin-top: 60px;
	margin-bottom: 60px;
}

body.course_page-event .course-page-form var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	margin-left: 1ch;
}

body.course_page-event .course-page-form fieldset {
	border: none;
	border-bottom: solid 2px #83858A;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
body.course_page-event .course-page-form fieldset:last-child {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.course_page-event .course-page-form input[type="email"].form-control,
body.course_page-event .course-page-form input[type="tel"].form-control,
body.course_page-event .course-page-form input[type="text"].form-control {
	width: 100%;
}

body.course_page-event .course-page-form .row {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

body.course_page-event .course-page-form .col-3 {
	flex-shrink: 1;
	width: 25%;
}

body.course_page-event .course-page-form .col-4 {
	flex-shrink: 1;
	width: 33.3%;
}

body.course_page-event .course-page-form .col-5 {
	flex-shrink: 1;
	width: 41.6%;
}

body.course_page-event .course-page-form .col-6 {
	width: 50%;
}

body.course_page-event .course-page-form .col-left {
	width: 30%;
}

body.course_page-event .course-page-form .col-middle {
	width: 30%;
}

body.course_page-event .course-page-form .col-right {
	width: 40%;
}

body.course_page-event div.course-page-ordersummary {
	background-color: #FFFFFF;
	color: #000;
	padding: 60px 0;
}

body.course_page-event div.course-page-ordersummary table {
	color: #414244;
	margin: 0 auto 0 auto;
	max-width: min(360px, 100%);
}

body.course_page-event div.course-page-ordersummary table thead th {
	border-bottom: solid 2px #83858A;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
}

body.course_page-event div.course-page-ordersummary table tbody {
	
}

body.course_page-event div.course-page-ordersummary table tbody tr th {
	color: #414244;
	font-size: 0.85em;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

body.course_page-event div.course-page-ordersummary table tbody tr th + td {
	color: #414244;
	line-height: 1;
	padding-top: 10px;
	text-align: right;
}

body.course_page-event div.course-page-ordersummary table tbody tr:last-child th {
	padding-bottom: 20px;
}

body.course_page-event div.course-page-ordersummary table tbody tr:last-child th + td {
	padding-bottom: 20px;
}

body.course_page-event div.course-page-ordersummary table tbody tr.item td {
	color: #414244;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
body.course_page-event div.course-page-ordersummary table tbody tr.item td + td {
	text-align: right;
}
body.course_page-event div.course-page-ordersummary table tbody tr.item td b {
	display: block;
	line-height: 1.1;
}
body.course_page-event div.course-page-ordersummary table tbody tr.item td small {
	display: block;
}

body.course_page-event div.course-page-ordersummary table tfoot {
	
}

body.course_page-event div.course-page-ordersummary table tfoot tr th {
	border-top: solid 2px #83858A;
	font-size: 0.85em;
	padding-top: 15px;
	text-align: left;
	text-transform: uppercase;
}

body.course_page-event div.course-page-ordersummary table tfoot tr th + td {
	border-top: solid 2px #83858A;
	padding-top: 15px;
	text-align: right;
}

body.course_page-event div.course-page-ordersummary table var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
}
body.course_page-event div.course-page-ordersummary table small var {
	font-size: inherit;
}

body.course_page-event .course-page-footer {
	background-color: #A5CAE4;
	color: #000;
	padding: 60px 0;
	text-align: center;
}

body.course_page-event .course-page-footer p {
	margin-top: 0;
	margin-bottom: 2em;
}
body.course_page-event .course-page-footer p:last-child {
	margin-bottom: 0;
}

body.course_page-event .em-booking {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

body.course_page-event .em-booking .statusnotice {
	width: 100%;
}

body.course_page-event .em-booking .em-booking-form {
	margin-right: auto;
	width: 480px;
}

body.course_page-event .em-booking .em-login {
	background-color: #8B2131;
	color: #fff;
	width: 480px;
}

body.course_page-event .em-booking .em-login a {
	color: #EEF5F9;
	font-weight: bold;
	text-decoration: underline;
}

body.course_page-event .em-booking .em-login .em-login-trigger {
	background-color: rgba(0, 0, 0, 0.2);
	padding: 15px 30px 15px 30px;
}

body.course_page-event .em-booking .em-login .em-login-content {
	padding: 15px 30px 30px 30px;
}

body.course_page-event .em-booking .em-login form > p > label {
	display: inline-block;
	text-align: right;
	width: 100px;
}

body.course_page-event .em-booking .em-booking-form-details {
	float: none;
	width: 100%;
}

body.course_page-event .em-booking-form-details label {
	display: inline-block;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 175px;
}

body.course_page-event .em-booking-form-details [type="text"],
body.course_page-event .em-booking-form-details select {
	color: #666;
	border-radius: 3px;
	border: solid 1px #414244;
	max-width: 100%;
	padding: 6px 12px;

	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body.course_page-event .em-booking-form-details [type="text"]::placeholder {
	color: #6c757d;
	opacity: 1;
}
body.course_page-event .em-booking-form-details .input-field-data_privacy_consent label {
	line-height: 1.2;
	text-align: left;
	width: 100%;
}
body.course_page-event .em-booking-form-details .em-booking-buttons {
	display: none;
}
body.course_page-event .em-booking-form-details [type="submit"] {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.course_page-event .em-attendee-fields {
	background-color: rgba(0, 0, 0, 0.10);
	padding: 20px 0;
}
body.course_page-event .em-attendee-fields:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
body.course_page-event .em-attendee-fields p.input-group:last-child {
	margin-bottom: 0;
}

body.course_page-event .em-booking-form-details-form_fields {
	background-color: rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}
body.course_page-event .em-booking-form-details-form_fields > p {
	display: flex;
}
body.course_page-event .em-booking-form-details-form_fields p.input-user-field:last-child {
	margin-bottom: 0;
}

body.course_page-event div.em-booking-login {
	background-color: #A5CAE4;
	border-left: none;
	margin-left: 550px;
	padding: 30px;
}
body.course_page-event div.em-booking-login p {
	margin-top: 0 !important;
}
body.course_page-event div.em-booking-login [type="submit"] {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.course_page-event div.em-booking-login [name="rememberme"] + label {
	width: auto;
}

body.course_page-event .em-booking .em-booking-form-details > * {
	padding-left: 20px;
	padding-right: 20px;
}

body.course_page-event .em-booking .em-booking-form-details > .em-attendee-fieldset {
	padding-left: 0px;
	padding-right: 0px;
}

body.course_page-event .em-booking .em-booking-form-details > .em-attendee-fieldset > .em-attendee-fields { 
	padding-left: 20px;
	padding-right: 20px;
}
body.course_page-event .em-booking .em-booking-form-details .em-booking-form-details-footer {
	display: none;
}

body.course_page-event .em-booking .em-booking-form .em-tickets-spaces {
	display: flex;
}

body.course_page-event .em-booking .em-booking-form label {
	line-height: 1.1;
	width: 110px;
}
body.course_page-event .em-booking .em-booking-form .input-field-data_privacy_consent label {
	float: none;
	font-style: italic;
	line-height: 1.1;
	padding: 0;
	width: auto;
}

body.course_page-event .em-booking .em-booking-form .ticket-price label,
body.course_page-event .em-booking .em-booking-form .em-tickets-spaces label {
	line-height: inherit;
}

body.course_page-event .em-booking .em-booking-form-details-after_user_details {
	background-color: #DAE9F1;
	padding: 25px 20px;
}
body.course_page-event .em-booking .em-booking-form-details-after_user_details > p {
	margin-bottom: 0;
}

body.course_page-event .em-booking .em-booking-form-details-other_questions {
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	padding: 25px 20px;
}

body.course_page-event .em-booking .em-booking-form-details-other_questions > label {
	float: none;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

body.course_page-event .em-booking .em-booking-form-details ul.checkbox-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.course_page-event .em-booking .em-booking-form-details ul.checkbox-list li label {
	display: block;
	float: none;
	padding: 4px 0 4px 8px;
	text-align: left;
	width: auto;
}


body.page-template-course_registration {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_registration .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
body.page-template-course_registration .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_registration div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_registration footer.site-footer {
	margin-top: 0;
}

body.page-template-course_registration footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	padding: 0 30px 0 30px;
	width: min(1100px, 100%);
}

body.page-template-course_registration footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_registration footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_registration div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_registration div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 0 30px;
}

body.page-template-course_registration div.content-area main article.hentry {
	margin: 0;
}

body.page-template-course_registration .course-page-subtitle {
	color: #7e7b74;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_registration .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.page-template-course_registration .course-page-form {
	margin-top: 60px;
	margin-bottom: 60px;
}

body.page-template-course_registration .course-page-form var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	margin-left: 1ch;
}

body.page-template-course_registration .course-page-form fieldset {
	border: none;
	border-bottom: solid 2px #83858A;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
body.page-template-course_registration .course-page-form fieldset:last-child {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.page-template-course_registration .course-page-form input[type="email"].form-control,
body.page-template-course_registration .course-page-form input[type="tel"].form-control,
body.page-template-course_registration .course-page-form input[type="text"].form-control {
	width: 100%;
}

body.page-template-course_registration .course-page-form .row {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

body.page-template-course_registration .course-page-form .col-3 {
	flex-shrink: 1;
	width: 25%;
}

body.page-template-course_registration .course-page-form .col-4 {
	flex-shrink: 1;
	width: 33.3%;
}

body.page-template-course_registration .course-page-form .col-5 {
	flex-shrink: 1;
	width: 41.6%;
}

body.page-template-course_registration .course-page-form .col-6 {
	width: 50%;
}

body.page-template-course_registration .course-page-form .col-left {
	width: 30%;
}

body.page-template-course_registration .course-page-form .col-middle {
	width: 30%;
}

body.page-template-course_registration .course-page-form .col-right {
	width: 40%;
}

body.page-template-course_registration table.course-page-ordersummary {
	color: #414244;
	margin: 0 auto 100px auto;
	max-width: min(360px, 100%);
}

body.page-template-course_registration table.course-page-ordersummary thead th {
	border-bottom: solid 2px #83858A;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
}

body.page-template-course_registration table.course-page-ordersummary tbody {
	
}

body.page-template-course_registration table.course-page-ordersummary tbody tr th {
	color: #414244;
	font-size: 0.85em;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

body.page-template-course_registration table.course-page-ordersummary tbody tr th + td {
	color: #414244;
	line-height: 1;
	padding-top: 10px;
	text-align: right;
}

body.page-template-course_registration table.course-page-ordersummary tbody tr:last-child th {
	padding-bottom: 20px;
}

body.page-template-course_registration table.course-page-ordersummary tbody tr:last-child th + td {
	padding-bottom: 20px;
}

body.page-template-course_registration table.course-page-ordersummary tbody tr.item td {
	color: #414244;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
body.page-template-course_registration table.course-page-ordersummary tbody tr.item td + td {
	text-align: right;
}
body.page-template-course_registration table.course-page-ordersummary tbody tr.item td b {
	display: block;
	line-height: 1.1;
}
body.page-template-course_registration table.course-page-ordersummary tbody tr.item td small {
	display: block;
}

body.page-template-course_registration table.course-page-ordersummary tfoot {
	
}

body.page-template-course_registration table.course-page-ordersummary tfoot tr th {
	border-top: solid 2px #83858A;
	font-size: 0.85em;
	padding-top: 15px;
	text-align: left;
	text-transform: uppercase;
}

body.page-template-course_registration table.course-page-ordersummary tfoot tr th + td {
	border-top: solid 2px #83858A;
	padding-top: 15px;
	text-align: right;
}

body.page-template-course_registration table.course-page-ordersummary var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
}

body.page-template-course_registration .course-page-footer {
	background-color: #A5CAE4;
	color: #000;
	padding: 60px 0;
	text-align: center;
}

body.page-template-course_registration .course-page-footer p {
	margin-top: 0;
	margin-bottom: 2em;
}
body.page-template-course_registration .course-page-footer p:last-child {
	margin-bottom: 0;
}


body.page-template-course_checkout {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_checkout .btn {
	border: none;
	border-radius: 10px;
	box-shadow: none;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 40px;
}
body.page-template-course_checkout .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
}
body.page-template-course_checkout .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_checkout div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_checkout footer.site-footer {
	margin-top: 0;
}

body.page-template-course_checkout footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	padding: 0 30px 0 30px;
	width: min(1100px, 100%);
}

body.page-template-course_checkout footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_checkout footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_checkout div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_checkout div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 60px 30px;
}

body.page-template-course_checkout .course-page-subtitle {
	color: #7e7b74;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_checkout .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 5px;
}

body.page-template-course_checkout .course-page-date {
	color: #7e7b74;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 20px;
}

body.page-template-course_checkout .course-page-form {
	margin-top: 60px;
	margin-bottom: 60px;
}

body.page-template-course_checkout .course-page-form .row {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

body.page-template-course_checkout .course-page-form .col-4 {
	width: 33.3%;
}

body.page-template-course_checkout .course-page-form .col-6 {
	width: 50%;
}

body.page-template-course_checkout table.course-page-ordersummary {
	color: #414244;
	margin: 0 auto 100px auto;
	max-width: min(360px, 100%);
}

body.page-template-course_checkout table.course-page-ordersummary thead th {
	border-bottom: solid 2px #83858A;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
}

body.page-template-course_checkout table.course-page-ordersummary tbody {
	
}

body.page-template-course_checkout table.course-page-ordersummary tbody tr th {
	color: #414244;
	font-size: 0.85em;
	line-height: 1;
	padding-top: 10px;
	text-align: left;
	text-transform: uppercase;
}

body.page-template-course_checkout table.course-page-ordersummary tbody tr th + td {
	color: #414244;
	line-height: 1;
	padding-top: 10px;
	text-align: right;
}

body.page-template-course_checkout table.course-page-ordersummary tbody tr:last-child th {
	padding-bottom: 20px;
}

body.page-template-course_checkout table.course-page-ordersummary tbody tr:last-child th + td {
	padding-bottom: 20px;
}

body.page-template-course_checkout table.course-page-ordersummary tbody tr.item td {
	color: #414244;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: bottom;
}
body.page-template-course_checkout table.course-page-ordersummary tbody tr.item td + td {
	text-align: right;
}
body.page-template-course_checkout table.course-page-ordersummary tbody tr.item td b {
	display: block;
	line-height: 1.1;
}
body.page-template-course_checkout table.course-page-ordersummary tbody tr.item td small {
	display: block;
}

body.page-template-course_checkout table.course-page-ordersummary tfoot {
	
}

body.page-template-course_checkout table.course-page-ordersummary tfoot tr th {
	border-top: solid 2px #83858A;
	font-size: 0.85em;
	padding-top: 15px;
	text-align: left;
	text-transform: uppercase;
}

body.page-template-course_checkout table.course-page-ordersummary tfoot tr th + td {
	border-top: solid 2px #83858A;
	padding-top: 15px;
	text-align: right;
}

body.page-template-course_checkout table.course-page-ordersummary tfoot tr td.button {
	padding-top: 40px;
}

body.page-template-course_checkout table.course-page-ordersummary var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-style: normal;
}

body.page-template-course_checkout .course-page-footer {
	text-align: center;
}

body.page-template-course_checkout .course-page-footer p {
	margin-bottom: 2em;
}
body.page-template-course_checkout .course-page-footer p:last-child {
	margin-bottom: 0;
}


body.page-template-course_thankyou {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_thankyou .btn {
	border: none;
	border-radius: 10px;
	box-shadow: none;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 40px;
}
body.page-template-course_thankyou .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
}
body.page-template-course_thankyou .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_thankyou div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_thankyou footer.site-footer {
	margin-top: 0;
}

body.page-template-course_thankyou footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	padding: 0 30px 0 30px;
	width: min(1100px, 100%);
}

body.page-template-course_thankyou footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_thankyou footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_thankyou div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_thankyou div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 60px 30px;
}

body.page-template-course_thankyou .course-page-subtitle {
	color: #7e7b74;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_thankyou .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 10px;
}

body.page-template-course_thankyou .course-page-received {
	color: #414244;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 10px;
}

body.page-template-course_thankyou .course-page-contact {
	color: #414244;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 5px;
}

body.page-template-course_thankyou .course-page-date {
	color: #7e7b74;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 20px;
}

body.page-template-course_thankyou div.content-area article > header {
	background: none;
	border: none;
	height: auto;
	margin: 0 auto 60px auto;
	max-width: 600px;
}

body.page-template-course_thankyou .course-page-ordersummary {
	background-color: #fff;
	margin: 60px auto;
	padding: 30px 30px;
	max-width: 600px;
}

body.page-template-course_thankyou .course-page-ordersummary table {
	color: #414244;
	margin: 0;
	width: 100%;
}

body.page-template-course_thankyou .course-page-ordersummary table thead th {
	border-bottom: solid 2px #83858A;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 20px;
	text-align: left;
}

body.page-template-course_thankyou .course-page-ordersummary table tbody tr td {
	color: #414244;
	padding-top: 20px;
	padding-bottom: 15px;
	vertical-align: bottom;
}
body.page-template-course_thankyou .course-page-ordersummary table tbody tr td + td {
	text-align: right;
	width: 150px;
}
body.page-template-course_thankyou .course-page-ordersummary table tbody tr td strong {
	display: block;
	font-size: 120%;
	line-height: 1.1;
}
body.page-template-course_thankyou .course-page-ordersummary table tbody tr td b {
	display: block;
	line-height: 1.1;
	font-size: 80%;
	text-transform: uppercase;
}
body.page-template-course_thankyou .course-page-ordersummary table tbody tr td small {
	display: block;
	font-size: 95%;
}

body.page-template-course_thankyou .course-page-ordersummary table tfoot tr td {
	border-top: solid 2px #83858A;
	font-size: 25px;
	padding-top: 15px;
	text-align: right;
}

body.page-template-course_thankyou .course-page-ordersummary table tfoot tr td var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-style: normal;
	margin-left: 2ch;
}

body.page-template-course_thankyou .course-page-footer {
	text-align: center;
}

body.page-template-course_thankyou .course-page-footer p {
	margin-bottom: 2em;
}
body.page-template-course_thankyou .course-page-footer p:last-child {
	margin-bottom: 0;
}


body.page-template-course_programs {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_programs .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
}
body.page-template-course_programs .btn-primary:hover {
	background-color: #309A8D;
	text-decoration: none;
}
body.page-template-course_programs .btn-primary:active {
	background-color: #35AC9D;
	text-decoration: none;
}

body.page-template-course_programs .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_programs div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_programs footer.site-footer {
	margin-top: 0;
}

body.page-template-course_programs footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	width: min(1100px, calc(100% - 195px));
}

body.page-template-course_programs footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_programs footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_programs div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_programs div.content-area main div.entry-content h1.entry-title {
	margin: 0;
	max-width: 100%;
}

body.page-template-course_programs div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 60px 30px;
}

body.page-template-course_programs .course-page-subtitle {
	color: #7e7b74;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_programs .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 40px;
}

body.page-template-course_programs .course-page-quote {
	margin: 100px 0;
	text-align: center;
}

body.page-template-course_programs .course-page-courses {
	margin: 100px 0;
}

body.page-template-course_programs .course-page-courses h2 {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 40px;
}

body.page-template-course_programs .row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

body.page-template-course_programs .col-6 {
	width: 50%;
}

body.page-template-course_programs .ui-dialog-titlebar {
	height: auto;
	border-bottom: none;
}
body.page-template-course_programs .ui-dialog-title {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
}

body.page-template-course_programs .ui-dialog-content p {
	margin-top: 0;
	margin-bottom: 1em;
}
body.page-template-course_programs .ui-dialog-content p:last-child {
	margin-bottom: 0;
}

body.page-template-course_programs .ui-dialog-content p.strong {
	font-weight: bold;
}

body.page-template-course_programs .ui-dialog-content ul {
	margin: 0 0 1em 0;
	padding-left: 20px;
}

body.page-template-course_programs .ui-dialog-content img {
	width: 100%; height: auto;
}

body.page-template-course_programs .course-page-courses .course-page-course_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card {
	background-color: #fff;
	width: calc(33.333% - 15px);
}

body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card a:focus {
	outline: none;
}

body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card .card-img img {
	width: 100%; height: auto;
}
body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card:hover .card-img {
	opacity: .75;
}
body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card .card-img a {
	display: block;
}

body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card .card-body {
	padding: 10px 10px;
}
body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card .card-body a {
	color: #414244;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	line-height: 1.25;
	min-height: 3.5em;
}

body.page-template-course_programs .course-page-courses .course-page-course_cards .course-card .card-footer {
	padding: 0 10px 10px 10px;
	text-align: right;
}

body.page-template-course_programs .course-page-footer {
	text-align: center;
}

body.page-template-course_programs .course-page-footer p {
	margin-bottom: 2em;
}
body.page-template-course_programs .course-page-footer p:last-child {
	margin-bottom: 0;
}


body.page-template-course_quote {
	min-height: 0;
	min-width: 0;
}

body.page-template-course_quote .btn-primary {
	color: #fff;
	background-color: #3BBFAD;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
body.page-template-course_quote .btn-primary.btn-lg {
	border-radius: 10px;
	font-size: 20px;
	font-weight: 400;
	padding: 15px 60px;
	display: inline-block;
	text-align: center;
	line-height: 1;
}

body.page-template-course_quote div.site-content {
	background-color: #E7F0F7;
}

body.page-template-course_quote footer.site-footer {
	margin-top: 0;
}

body.page-template-course_quote footer.site-footer div.site-info.center_column {
	margin: 40px auto 30px auto;
	padding: 0 30px 0 30px;
	width: min(1100px, 100%);
}

body.page-template-course_quote footer.site-footer div.footerCol {
	margin-left: 0;
}

body.page-template-course_quote footer.site-footer div.footerLogo {
	margin-bottom: 0;
}

body.page-template-course_quote div.content-area header {
	background-image: url('assets/images/training_course-header-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #fff;
	height: 360px;
}

body.page-template-course_quote div.content-area main {
	margin-left: auto;
	margin-right: auto;
	max-width: min(1100px, 100%);
	padding: 60px 30px 60px 30px;
}

body.page-template-course_quote .course-page-subtitle {
	color: #7e7b74;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

body.page-template-course_quote .course-page-title {
	color: #414244;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.page-template-course_quote .course-page-form {
	margin-top: 60px;
	margin-bottom: 60px;
}

body.page-template-course_quote .course-page-form var {
	font-family: "aktiv-grotesk", Helvetica, Arial, sans-serif;
	color: #414244;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	margin-left: 1ch;
}

body.page-template-course_quote .course-page-form fieldset {
	border: none;
	border-bottom: solid 2px #83858A;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
body.page-template-course_quote .course-page-form fieldset:last-child {
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body.page-template-course_quote .course-page-form input[type="email"].form-control,
body.page-template-course_quote .course-page-form input[type="tel"].form-control,
body.page-template-course_quote .course-page-form input[type="text"].form-control {
	width: 100%;
}

body.page-template-course_quote .row {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

body.page-template-course_quote .col-3 {
	flex-shrink: 1;
	width: 25%;
}

body.page-template-course_quote .col-4 {
	flex-shrink: 1;
	width: 33.3%;
}

body.page-template-course_quote .col-5 {
	flex-shrink: 1;
	width: 41.6%;
}

body.page-template-course_quote .col-6 {
	width: 50%;
}

body.page-template-course_quote .col-left {
	width: 30%;
}

body.page-template-course_quote .col-middle {
	width: 30%;
}

body.page-template-course_quote .col-right {
	width: 40%;
}

body.page-template-course_quote .course-page-footer {
	text-align: center;
}

body.page-template-course_quote .course-page-footer p {
	margin-bottom: 2em;
}
body.page-template-course_quote .course-page-footer p:last-child {
	margin-bottom: 0;
}



body.courses { }

body.courses div.site-content {
	background-color: #E7F0F7;
	padding-bottom: 50px;
}

body.courses div.entry-content h1.entry-title {
	margin-top: 20px;
	text-shadow: none;
	color: #414244;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.0;
	margin-bottom: 20px;
}

body.courses div.em.em-list div.em-item.em-category {
	display: block;
}
body.courses div.em.em-list div.em-item.em-category .em-item-image {
	display: none;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info {
	border-left: none;
	padding: 0;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info h3.em-item-title {
	font-size: 25px !important;
	margin-bottom: 10px !important;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events {
	font-size: 16px !important;
	display: block;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events > div {
	display: block;
	margin-left: 20px;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events .em-icon {
	display: none;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events p:first-child,
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events p:last-child {
	display: none;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .em-category-events a {
	display: block;
	color: #444 !important;
	font-size: 18px !important;
}
body.courses div.em.em-list div.em-item.em-category .em-item-info .button {
	color: #fff !important;
	background-color: #3BBFAD !important;
	border-color: #3BBFAD !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	height: auto !important;
	line-height: 1 !important;
	padding: 15px 40px !important;
}

body.courses footer.site-footer {
	margin-top: 0;
}
