#paths {
	background-color: white;
}

#paths.paths-new-container {
	padding: 96px 0 68px;
	max-width: 1160px;
	margin-top: 0;
	@media (max-width: 800px) {
		padding-left: 0;
		padding-right: 0;
	}

	@media (max-width: 500px) {
		padding: 48px 0 48px;
	}
}

.path-new.row {
	margin-bottom: 28px;
	background-color: #F2F2F2;
	margin-left: 0;
	margin-right: 0;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s ease-in-out;
}

.path-new.row:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}

.path-new-image {
	padding: 0 !important;

	@media (min-width: 800px) {
		width: 40%;
		position: relative;
	}
}

.path-new-image img {
	@media (min-width: 800px) {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.path-new-summary {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(80, 87, 89, 0.9);
	margin-bottom: 32px;
}

.path-new-summary .d-flex {
	margin-right: 20px;
	position: relative;
}

.path-new-summary.d-flex {
	flex-wrap: wrap;
}

.path-new-summary.d-flex .d-flex {
	white-space: nowrap;
	flex-wrap: nowrap;
	margin-top: 8px;
}

.path-new-summary .d-flex:after {
	content: '·';
	position: absolute;
	top: 0px;
	right: -13px;
	color: rgba(80, 87, 89, 0.8);
	font-weight: 500;
}

.path-new-summary .d-flex:last-child:after {
	display: none;
}

.path-new-summary img {
	margin-right: 8px;
}

.path-new .path-new-info {
	width: 100%;
	padding: 24px;
	@media (min-width: 800px) {
		width: 60%;
	}
}

.path-new-title {
	font-size: 20px;
}

.path-new-main-title {
	font-size: 36px;
	line-height: 54px;
	font-weight: 400;
	margin-bottom: 24px;
	color: #505759;

	@media (max-width: 500px) {
		font-size: 32px;
		line-height: 46px;
	}
}

.path-new-description {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 68px;

	@media (max-width: 500px) {
		font-size: 18px;
		line-height: 32px;
	}

}

.path-new-subtitle {
	font-size: 16px;
	line-height: 1.75;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;


	@supports (-webkit-line-clamp: 3) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}

.path-new-tag {
	background-color: rgba(80, 87, 89, 0.12);
	display: inline-block;
	padding: 2px 12px;
	border-radius: 5px;
	margin-bottom: 8px;
	margin-right: 8px;
	font-size: 11px;
	line-height: 20px;
	font-weight: 400;
}

.path-new-dropdown-label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #505759;

	@media (max-width: 500px) {
		display: none;
	}
}

.path-new-dropdown {
	position: relative;
	width: 280px;
	height: 48px;
	border: 1px solid #505759;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 48px;
	transition: 0.2s all;
	color: rgba(80,87,89, 0.2);
	display: inline-block;
	padding: 0 18px;
	cursor: pointer;

	@media (max-width: 500px) {
		height: 32px;
		width: auto;
		line-height: 32px;
		font-size: 14px;
		color: #505759;
		padding: 0px 12px;
	}
}

.path-new-dropdown:hover {
	background: #f2f2f2;
}

.path-new-dropdown[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.path-new-dropdown.selected {
	@media (max-width: 500px) {
		color: #C8102E;
		border-color: #C8102E;
	}
}

.path-new-dropdown:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 18px;
	width: 12px;
	height: 8px;
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-chevron.svg');
	background-size: contain;
	background-repeat: no-repeat;

	@media (max-width: 500px) {
		display: none;
	}
}

.path-new-dropdown-desktop {
	@media (max-width: 500px) {
		display: none;
	}
}

.path-new-dropdown-mobile {
	@media (min-width: 501px) {
		display: none;
	}
}

.filter.path-new-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
	margin-bottom: 28px;
	position: relative;

	@media (max-width: 500px) {
		gap: 8px;
	}
}

.filter .filter-results {
	position: absolute;
	bottom: 0;
	right: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(80,87,89, 0.7);

	@media (max-width: 500px) {
		font-size: 12px;
		bottom: 5px;
	}
}

.filter-nothing {
	display: none;
	text-align: center;
}

.filter-nothing-icon {
	margin-bottom: 28px;
	@media (max-width: 500px) {
		width: 46px;
		height: 46px;
	}
}

.filter-nothing-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;
}

.filter-nothing-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 32px;
}
.filter-nothing-btn {
	display: inline-block;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: white;
	background-color: #C8102E;
	border-radius: 4px;
	cursor:pointer;
	transition: 200ms;

	@media (max-width: 500px) {
		width: 100%;
	}
}

.filter-nothing-btn:hover {
	background-color: #990c23 !important;
}

.filter .path-new-dropdown-menu {
	padding: 8px 0;
	border: none;
	box-shadow: 0 4px 24px rgba(80,87,89, 0.2);
	border-radius: 0;
	min-width: 280px;

	@media (max-width: 500px) {
		padding: 16px 0;
	}
}

.filter .path-new-dropdown-menu:after {
	@media (max-width: 500px) {
		content: '';
		display: block;
		position: fixed;
		left: 0;
		bottom: 100%;
		height: calc(100vh - 100%);
		width: 100vw;
		background-color: rgba(80,87,89, 0.32);
		z-index: -1;
		backdrop-filter: blur(4px)
	}
}

.filter .path-new-dropdown-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 21px 24px !important;
	background: none !important;
	color: #505759 !important;
	cursor: auto !important;

	@media (min-width: 501px) {
		display: none;
	}
}

.filter .path-new-dropdown-header span {
	flex: 1;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	margin-left: 8px;
}

.path-new-dropdown-header-close {
	cursor: pointer;
}

.filter .path-new-dropdown-menu li {
	padding: 8px 18px;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #505759;
	cursor: pointer;

	@media (max-width: 500px) {
		padding: 6px 38px;
		position: relative;
		z-index: 1;
	}
}

.filter .path-new-dropdown-menu li:hover, .filter .path-new-dropdown-menu li:has(.selected) {
	background-color: rgba(200, 16, 46, 0.1);
	color: #C8102E;
}

.filter .path-new-dropdown-menu li label {
	margin-bottom: 0;
	cursor: pointer;
}

.filter .path-new-dropdown-menu li input {
	display: none;
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-check.svg');
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	border: 0 solid #fff;
	appearance: none;
	outline: 0;
	pointer-events: none;
	position: relative;
	margin-right: 10px;
	top: -2px;
}
.filter .path-new-dropdown-menu li input:checked {
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-check-checked.svg');
	background-color: transparent;
}

.path-new-buttons .btn {
	font-size: 12px;
	text-transform: none;
	color: #fff;
	background-color: #C8102E;
	transition: .2s all;
	padding: 8px 16px;
	border-radius: 4px;

	@media (max-width: 500px) {
		width: 100%;
		text-align: center;
		padding: 6px 10px;
	}
}

.path-new-buttons .btn:hover, .path-new-buttons .btn:focus  {
	background-color: #990c23 !important;
	border: 1px solid #990c23 !important;
}

.path-new-buttons .btn.continue {
	background-color: #505759;
}

.path-new-buttons .btn.continue:hover, .path-new-buttons .btn.continue:focus {
	background-color: #383d3e !important;
	border: 1px solid #383d3e !important;
}

.path-new-buttons .btn.continue-watching {
	background-color: white;
	color: #C8102E;
	border: 1px solid #C8102E;
}

.path-new-buttons .btn.continue-watching:hover, .path-new-buttons .btn.continue-watching:focus {
	border: #8a2a2b 1px solid !important;
	background-color: white !important;
	color: #8a2a2b !important;
}

.path-new-buttons .btn.start.download-cert {
	margin-right: 16px;

	@media (max-width: 500px) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.paths-new-container {
	position: relative;
}

.paths-container-slick {
	max-width: 100%;
}

.paths-new-container .filter-selected {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;

	@media (max-width: 500px) {
		display: none;
	}
}

.filter-selected-topics, .filter-selected-skills {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 8px;
}

.filter-selected-topics span, .filter-selected-skills span {
	border: 1px solid #C8102E;
	padding: 6px 12px;
	border-radius: 4px;
	color: #C8102E;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	cursor: pointer;
}

.filter-selected-topics span:after, .filter-selected-skills span:after {
	content: '';
	display: inline-block;
	position: relative;
	bottom: -1px;
	margin-left: 4px;
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-remove.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
}

.clear-all {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	text-decoration: underline;
	border: transparent !important;
}

.clear-all:hover {
	color: #C8102E;
	background-color: transparent;
}

.clear-all-mobile {
	@media (min-width: 501px) {
		display: none !important;
	}
}

.clear-all-desktop {
	@media (max-width: 500px) {
		display: none !important;
	}
}

.app-banner {
	background-color: #F2F2F2;
	margin-bottom: 96px;

	@media (max-width: 800px) {
		margin-bottom: 48px;
	}
}

.single-path-new .app-banner {
	background-color: white;
}

.app-banner-title {
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	color: #505759;
	margin-bottom: 10px;

	@media (max-width: 800px) {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 24px;
	}
}

.app-banner-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
	color: #505759;
	margin-bottom: 34px;

	@media (max-width: 800px) {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 32px;
	}
}

.app-banner-text {
	align-content: center;
	padding: 48px 15px 32px;

	@media (min-width: 800px) {
		padding: 20px 15px;
		width: 60%;
	}
}

.app-banner-image {
	@media (min-width: 800px) {
		width: 40%;
	}
}

.app-banner-links {
	display: flex;
	gap: 32px;
}

.title-redbox-container {
	margin-top: 85px;
	height: 600px;
	position: relative;
	@media (max-width: 767px) {
		margin-top: 60px;
	}
	@media (max-width: 500px) {
		margin-top: 60px;
		height: 260px;
	}
}

.title-redbox-section__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.title-redbox-section__image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.title-redbox-wrap {
	align-items: center;
	display: flex;
	height: 100%;
}

.title-redbox {
	position: relative;
	color: #ffffff;
	padding: 24px;
	width: 350px;
	height: 350px;
	margin-left: 100px;
	@media (max-width: 500px) {
		position: absolute;
		margin-left: 0;
		padding: 14px;
		right: 0;
		top: 0;
		height: auto;
		width: calc(100% - 60px);
		max-width: 352px;
	}
}

.title-redbox:before {
	content: "";
	width: 30px;
	height: 30px;
	background: #c8102e;
	position: absolute;
	bottom: -30px;
	left: -30px;

	@media (max-width: 500px) {
		width: 24px;
		height: 24px;
		bottom: -24px;
		left: -24px;
	}
}

.title-redbox-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c8102e;
	opacity: 0.9;
}

.title-redbox-text {
	position: relative;
	font-size: 38px;
	line-height: 50px;
	margin-bottom: 12px;

	@media (max-width: 500px) {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0px;
	}
}

.title-redbox-subtitle {
	position: relative;
	font-size: 20px;
	line-height: 30px;

	@media (max-width: 500px) {
		display: none;
	}
}

#paths.paths-new-container #searchSkill,
#paths.paths-new-container #searchTopic {
	@media (max-width: 500px) {
		position: fixed !important;
		top: auto !important;
		bottom: 0;
		right: 0;
		transform: none !important;
		background-color: white;
	}
}

.scroll-up-button {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 52px;
	height: 52px;
	bottom: 0px;
	right: -100px;
	border-radius: 26px;
	background-color: #C8102E;
	box-shadow: 0px 4px 16px 0px #00000052;
	cursor: pointer;
	@media (max-width: 1300px) {
		display: none;
	}
}

#mobile-centers{
	margin: 0 5%;
}

#mobile-centers .accordion-button.collapsed,
#mobile-centers .accordion-button.active,
#mobile-centers .accordion-button  {
	width: 100%;
	border: 0;
	color: #000000;
	font-size: 2.2rem;
	line-height: 2.5rem;
	text-align: left;
	font-family: MerriweatherSans-Book;
	border-bottom: 1px solid lightgrey;
	padding: 2% 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}

#mobile-centers .accordion-button.collapsed img {
	transform: rotate(0deg);
}

#mobile-centers .accordion-button img {
	transform: rotate(180deg);
}

#mobile-courses .event-img-container + .event-img-container,
#mobile-congresses .event-img-container + .event-img-container,
#mobile-centers .event-img-container + .event-img-container {
	margin-top: 20px;
}

#mobile-centers {
	display: none;
}

@media (max-width: 500px) {
	#edwards_centers {
		display: none;
	}
}

@media (max-width: 500px) {
	.introduction-content-tabs .nav.nav-pills .nav-item {
		width: calc(100% / 3);
	}

	.introduction-content-tabs .nav.nav-pills .nav-item .red-button {
		font-size: 0.8rem;
		padding: 0.3em 0.8em;
	}
}

@media (max-width: 500px) {
	#congresses .red-button.toShow, #congresses .red-button {
		font-size: 0.8rem;
		padding: 0.3em 0.5em;
	}
}

@media (max-width: 500px) {
	.introduction-content-tabs {
		position: relative;
		z-index: 2;
	}
}

.eventSlick .slick-track {
	margin-left: 0;
}

@media (max-width: 500px) {
	.event-details_mobile .overlay .event_description, .event-details_mobile .overlay .event_description p {
		font-size: 1.4rem !important;
		width: 92%;
	}
}

@media (max-width: 500px) {
	.event-details_mobile .overlay .event-details {
		position: relative;
		padding-top: 170px;
		bottom: 0%;
		left: 5%;
		width: 94%;
		padding-bottom: 20px;
	}

	header {
		z-index: 11 !important;
	}

	section.singleEvent.container {
		z-index: 10 !important;
	}
}

@media (max-width: 500px) {
	.event-details_mobile .overlay .go-back {
		z-index: 1;
	}
}

#ev_carousel_area .ev_item .event_location {
	white-space: normal;
}

#singlePath.new-single-path {
	background-color: white;
	max-width: 1260px;
	margin: 0 auto !important;
	padding: 12.42rem 15px 96px !important;

	@media (max-width: 767px) {
		padding: 92px 15px 0 !important;
		height: auto !important;
	}
}

#singlePath.new-single-path .main-post {
	padding: 0;
	margin-top: 32px;
}

#singlePath.new-single-path .main-post > div.title {
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	margin-bottom: 24px;

	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
	}
}

#singlePath.new-single-path .tab-content .path-new-summary.d-flex {
	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 0;
		padding-bottom: 48px;
	}
}

#singlePath.new-single-path .main-post > div.path-subtitle {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 64px;

	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 48px;
	}
}

#singlePath.new-single-path .tab-pane > div.about .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 8px;

	@media (max-width: 767px) {
		display: none;
	}
}

#singlePath.new-single-path .tab-pane > div.about .subtitle {
	font-family: Merriweather Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 8px;
}

#singlePath.new-single-path .main-post > div.title span.path-title {
	color: #505759;
	font-family: Merriweather Sans;

	@media (max-width: 500px) {
		display: block;
		font-size: 32px;
		font-weight: 400;
		line-height: 46px;
	}
}

@media (max-width: 500px) {
	#singlePath.new-single-path .col.right .nav-tabs li {
		display: block;
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 0;
		width: 100%;
	}
}

#singlePath.new-single-path .main-post .row .col.right {
	width: calc(42% - 1px);
	max-width: calc(42% - 1px);

	@media (max-width: 767px) {
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
		padding-bottom: 48px !important;
	}
}

#singlePath.new-single-path .main-post .row {
	@media (max-width: 767px) {
		display: block;
	}
}

#singlePath.new-single-path .maintohide {
	@media (max-width: 767px) {
		margin: 0 -15px;
		line-height: inherit !important;
		font-size: inherit !important;
		font-family: inherit !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

#singlePath.new-single-path .path-new-tabs {
	display: flex;

	@media (min-width: 768px) {
		display: none;
	}
}

#singlePath.new-single-path .modal .publication-wrapper>:not(.title-section).path-new-tabs-single, #singlePath.new-single-path .tab-pane>div:not(.about)>:not(.title-section):not(#open_video):not(.overlay).path-new-tabs-single {
	padding-left: 0 !important;
}

#singlePath.new-single-path .path-new-tabs-single {
	flex: 1;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 3px solid rgb(204, 204, 204);
}

#singlePath.new-single-path.view-content .path-new-tabs-single.view-content {
	border-bottom: 3px solid rgb(200, 16, 46);
}

#singlePath.new-single-path.view-description .path-new-tabs-single.view-description {
	border-bottom: 3px solid rgb(200, 16, 46);
}

#singlePath.new-single-path.view-qa .path-new-tabs-single.view-qa {
	border-bottom: 3px solid rgb(200, 16, 46);
}

#singlePath.new-single-path.view-content .tab-pane > div.about,
#singlePath.new-single-path.view-content .tab-content .path-new-summary.d-flex,
#singlePath.new-single-path.view-content .paths-new-download,
#singlePath.new-single-path.view-content .new-comment-wrapper {
	@media (max-width: 767px) {
		display: none !important;
	}
}

#singlePath.new-single-path.view-description .main-post .row .col.right,
#singlePath.new-single-path.view-description .new-comment-wrapper {
	@media (max-width: 767px) {
		display: none !important;
	}
}

#singlePath.new-single-path.view-qa .main-post .row .col.right,
#singlePath.new-single-path.view-qa .tab-pane > div.about,
#singlePath.new-single-path.view-qa .paths-new-download,
#singlePath.new-single-path.view-qa .tab-content .path-new-summary.d-flex {
	@media (max-width: 767px) {
		display: none !important;
	}
}

#singlePath.new-single-path .paths-new-divider,
#singlePath.new-single-path .main-post .row .col.right > div.title {
	@media (max-width: 767px) {
		display: none;
	}
}

.new-single-path-divider {
	width: 1px;
	background-color: rgb(197, 197, 197);
	@media (max-width: 767px) {
		display: none;
	}
}

#singlePath.new-single-path .main-post .row .col:not(.right) {
	width: 58%;
	max-width: 58%;

	@media (max-width: 767px) {
		width: 100%;
		max-width: 100%;
	}
}

#singlePath.new-single-path .main-post .row .col:not(.right) .tab-pane > div:not(.about) {
	border: none;
}

#singlePath.new-single-path .tab-pane > .paths-new-media-item > div:not(.about) > *:not(.title-section):not(.tags):not(.overlay)#open_video {
	padding: 56.25% 0 0 0;
	position: relative;
}

#singlePath.new-single-path .tab-pane > .paths-new-media-item > div:not(.about):not(.title-section):not(#open_video):not(.overlay),
#singlePath.new-single-path .tab-pane > .paths-new-quiz > div:not(.about):not(.title-section):not(#open_video):not(.overlay){
	padding-left: 0 !important;
}

#singlePath.new-single-path .tab-pane > .paths-new-post {
	padding: 56.25% 0 0 0;
	height: 0;
	overflow: auto;
	position: relative;
}

#singlePath.new-single-path .tab-pane > .paths-new-post > div {
	margin-top: -56.25%;
}

#singlePath.new-single-path .main-post .row .col:not(.right) .tab-pane > div:not(.about) > div > .overlay {
	position: sticky;
	background-image: url(/wp-content/uploads/sites/2/2022/02/overlay_gradient.png);
	background-size: cover;
	padding: 0 !important;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: end;
}

#singlePath.new-single-path .main-post .row .col:not(.right) .tab-pane > div:not(.about) > div > .overlay img {
	margin-right: 0.78rem;
	margin-bottom: 1.75rem;
	margin-top: 0.52rem;
}

#singlePath.new-single-path .tab-pane > .paths-new-post > div:not(.about):not(.title-section):not(#open_video):not(.overlay) {
	padding-left: 0 !important;
}

#singlePath.new-single-path .tab-pane #open_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#singlePath.new-single-path .main-post .row .col.right > div.title {
	margin-left: 16px;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}

#singlePath.new-single-path .tab-pane > div.about {
	padding: 24px 24px 0 0;

	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
	}
}

#singlePath.new-single-path .col.right .nav-tabs > div {
	width: 100%;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown a.dropdown-toggle {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 16px;
	border-bottom: 1px solid #F2F2F2;
	font-weight: 400;
	color: #C8102E;
	align-items: center;
	font-family: MerriweatherSans-Bold;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown a.dropdown-toggle .section-progress, #singlePath.new-single-path .col.right .nav-tabs li:not(.dropdown) a .subsection-duration {
	font-family: MerriweatherSans-Book;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	display: contents;
}

#singlePath.new-single-path .col.right .nav-tabs li:not(.dropdown) a {
	border: none;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu li a {
	padding-left: 52px;
	margin: 0;
	display: block;
	font-family: MerriweatherSans;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu {
	z-index: 10 !important;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu li input {
	left: 16px;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown a.dropdown-toggle::after {
	content: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-dropdown.svg);
	margin-right: 0;
}

#singlePath.new-single-path .col.right .nav-tabs li:not(.dropdown) a.active.show {
	padding-left: 52px;
	background-color: #F2F2F2;
}

#singlePath.new-single-path .paths-new-more-paths {
	display: block;
	position: relative;
	padding: 96px 0;
	margin-top: 0;

	@media (max-width: 767px) {
		padding-top: 48px;
		padding-bottom: 48px;
	}
}

#singlePath.new-single-path .paths-new-more-paths:before {
	content: '';
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	background-color: #F2F2F2;
	z-index: 1;
}

#singlePath.new-single-path .paths-new-more-paths .title,
#singlePath.new-single-path .paths-new-more-paths .desktop {
	position: relative;
	z-index: 2;
}

.paths-new-more-paths-single .card-title  {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0;
	opacity: 1;
	max-height: 56px;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;


	@supports (-webkit-line-clamp: 2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	@media (max-width: 767px) {
		height: auto;
	}
}

#singlePath.new-single-path #relatedCarousel .carousel-item > .row .col .card .card-body {
	padding: 24px !important;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu:not(.show) {
	display: none !important;
}

.more-paths .title {
	font-family: Merriweather Sans;
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;
	color: #505759;
	display: flex;
	gap: 40px;
	margin-bottom: 64px;
	align-items: center;

	@media (max-width: 767px) {
		flex-direction: column;
		font-size: 32px;
		line-height: 46px;
		gap: 16px;
		align-items: flex-start;
		margin-bottom: 48px;
	}
}

.more-paths .title a {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: underline;
	display: inline-flex;
	align-items: center;
	color: #C8102E;

}

.more-paths .title a:hover {
	text-decoration: none;
}
.more-paths .title a:hover img {
	animation: linkarrow .8s infinite;
	position: relative;
}

.more-paths .title a img {
	margin-left: 8px;
}

.paths-new-more-paths-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;

	@media (max-width: 767px) {
		flex-direction: column;
	}
}

.paths-new-more-paths-single-item {
	flex: 1;
}

.paths-new-more-paths-single {
	background-color: white;
	border-radius: 8px;
	overflow: hidden;
	display: block;
	cursor: pointer;
	transition: .2s all;
}

.paths-new-more-paths-single:hover {
	transform: translateY(-0.25rem);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
}

.paths-new-more-paths-single .card-body {
	padding: 24px;
	min-height: 184px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (min-width: 70em) {
	.paths-new-more-paths-single .card-body {
		min-height: 200px;
	}
}

.paths-new-more-paths-single-item .img-wrapper img {
	width: 100%;
	height: 234px;
	object-fit: cover;
}


.paths-new-divider {
	width: 100%;
	height: 1px;
	background-color: #C5C5C5;
	margin: 32px 0;
}

.paths-new-favorites .slick-arrow {
	position: absolute;
	top: 100px;
	z-index: 10;
	background: transparent !important;
	height: 48px;
	width: 48px;
	margin: 0 !important;
}
.paths-new-favorites .slick-arrow.slick-prev:before {
	transform: rotate(180deg);
}

.paths-new-favorites .slick-arrow.slick-prev {
	left: -63px;
}

.paths-new-favorites .slick-arrow.slick-next {
	right: -63px;
}

.paths-new-favorites .slick-arrow:before {
	content: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-next.svg);
	height: 48px;
	width: 48px;
	display: block;
	margin: 0 !important;
}

.paths-new-favorites .slick-dots li {
	width: 12px;
	height: 12px;
}

.paths-new-favorites .slick-dots li button {
	border: none;
	background: rgba(217, 217, 217, 1);
	width: 12px;
	height: 12px;
}

.paths-new-favorites .slick-dots li.slick-active button:before {
	width: 12px;
	height: 12px;
	background: #C8102E;
}

.paths-new-favorites .slick-track {
	margin-left: 0;
}

.paths-new-favorites-empty {
	margin-top: -68px;
}

.paths-new-progress-wrapper > a {
	text-decoration: none !important;
	cursor: pointer;
}

.paths-new-progress-wrapper .img-wrapper {
	position: relative;
	cursor: pointer;
	overflow: hidden;
   	background-color: #CCC;
	border-radius: 4px;
    width: 100%;
    height: 198px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, .16);
	border: 1px solid #f2f2f2;
}

.paths-new-progress-wrapper .img-wrapper img.paths-new-progress-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.paths-new-progress-wrapper .img-wrapper img:not(.paths-new-progress-play) {
	width: 100%;
	object-fit: cover;
	height: 198px;
}

.paths-new-progress-bar {
	width: 100%;
	height: 4px;
	background-color: rgb(242, 223, 226);
	margin-bottom: 16px;
}

.paths-new-progress-bar-inner {
	background-color: #C8102E;
	height: 100%;
}

.paths-new-progress-percentages {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(80, 87, 89, 0.9);
	margin-bottom: 24px;
}

.paths-new-progress-buttons > span {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	transition: 0.2s all;
	text-decoration: underline;
	color: #C8102E;
	cursor: pointer;
}

.paths-new-progress-wrapper > a:hover .paths-new-progress-buttons span img  {
	animation: linkarrow .8s infinite;
	position: relative;
}

.paths-new-progress-wrapper > a:hover .paths-new-progress-buttons span {
	text-decoration: none;
}

.paths-new-progress-buttons span img {
	margin-left: 8px;
}

.container.paths-new-favorites {
	margin-bottom: 96px;
	padding: 0 15px;
}

.container.paths-new-favorites .slick-slide {
	padding: 0 14px;

	@media (max-width: 1400px) {
		width: 362px;
	}

}

/* the parent */
.container.paths-new-favorites .slick-list {
	margin: 0 -14px;
}

.paths-new-progress-title  {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 12px;
	margin-top: 24px;
	opacity: 1;
	height: 56px;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;


	@supports (-webkit-line-clamp: 2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.paths-new-modal.modal-dialog {
	width: 100%;
	max-width: 100%;
}

.paths-new-modal.modal-dialog .wrapper_iner_shadow {
	width: 100%;
	left: 0;
}

.paths-new-dropdown-menu {
	display: block !important;
}

#singlePath.new-single-path .col.right .nav-tabs li:not(.dropdown) a .subsection-duration {
	display: inline-flex;
}

#singlePath.new-single-path .col.right .nav-tabs li:not(.dropdown) a .subsection-duration img {
	width: 13px;
	height: auto;
	margin-right: 6px;
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu li input {
	display: block;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-checkbox.svg);
}

#singlePath.new-single-path .col.right .nav-tabs li.dropdown .dropdown-menu li input:checked {
	background-image: url(/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-checkbox-checked.svg);
}

.paths-new-back {
	font-size: 14px;
	line-height: 32px;
	font-weight: 700;
	color: #C8102E;
	align-items: center;
	padding-left: 40px;

	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.paths-new-back span {
	margin: 0 10px;
	color: black;
}

.paths-new-back a {
	font-weight: 400;
	color: black !important;
	position: relative;
}

.paths-new-back a img {
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

#elementor-tab-title-2583 {
	display: none;
}

footer.footer-new {
	background: rgba(80, 87, 89, 1) !important;
	padding: 103px 0 96px;
	position: relative !important;
	bottom: 0 !important;
	margin-left: 0 !important;
	color: white;
	text-align: left !important;
	@media (max-width: 500px) {
		padding: 48px 0;
	}
}

.footer-new-content {
	display: flex;
	gap: 126px;
	align-items: end;
}
.footer-new__left {
	flex: 1;
}

.footer-new__logo {
	bottom: -20px;
	position: relative;
	width: 80px;
	@media (max-width: 500px) {
		display: none;
	}
}

.footer-new-divider {
	width: 100%;
	height: 1px;
	background-color: rgba(242, 242, 242, 1);
	margin: 64px 0;

	@media (max-width: 500px) {
		margin: 32px 0;
	}
}

.footer-new-social {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	@media (max-width: 500px) {
		gap: 16px;
	}
}

.footer-new-social ul {
	@media (max-width: 500px) {
		width: 100%;
	}
}

.footer-new-social li {
	display: inline-block;
	margin-right: 16px;
}

.footer-new__menu {
	margin-bottom: 32px;
}

.footer-new__menu li {
	display: inline-block;
	font-family: Merriweather Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 3px;

	@media (max-width: 500px) {
		display: block;
		margin: 0;
	}
}

.footer-new__menu li:nth-child(even) {
	@media (max-width: 500px) {
		display: none;
	}
}

.footer-new-content p {
	font-family: MerriweatherSans;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	color: white !important;
}

#singleMedia .footer-new-content p {
	font-family: MerriweatherSans;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 0;
	color: white !important;
}

.footer-new-content p.view-small {
	font-size: 14px !important;
}

.footer-new-content p + p {
	margin-top: 24px;
}

.footer-new-content p a {
	text-decoration: underline;
}

#singleMedia .footer-new-content p.view-small {
	font-size: 14px !important;
}

#singleMedia .footer-new-content p + p {
	margin-top: 24px;
}

#singleMedia .footer-new-content p a {
	text-decoration: underline;
}

#singleMedia.full-screen, #singlePub.full-screen {
	padding-bottom: 0 !important;
}

.event_header-item .events__header-cta {
	top: 13%;
}

#events_top_section .event_header-item .redbox_slider {
	top: 9.34% !important
}

.new-comment-user-wrapper {
	display: flex;
	gap: 16px;
}

.new-comment-wrapper .children {
	padding-left: 57px;

	@media (max-width: 500px) {
		padding-left: 20px;
	}
}

.new-comment-wrapper .comment-reply-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 16px;

	@media (max-width: 767px) {
		display: none;
	}
}

.new-comment-wrapper .form-submit {
	margin-top: 18px;
	margin-bottom: 32px;
	padding-left: 57px;

	@media (max-width: 500px) {
		padding-left: 0;
	}
}

.new-comment-wrapper .form-submit .new-comment-btn {
	background-color: #C8102E;
	color: white;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 4px;
	padding: 10px 24px;
	appearance: none;
	cursor: pointer;
	border: none;
	width: auto;

	@media (max-width: 500px) {
		font-size: 14px;
	}
}

.new-comment-wrapper .form-submit .new-comment-btn:active {
	transform: scale(0.95);
}

.new-comment-user-avatar {
	background-color: rgb(137, 141, 141 );
	width: 41px;
	height: 41px;
	line-height: 41px;
	color: white;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1px;

	@media (max-width: 500px) {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
}

.new-comment-user-wrapper .new-comment-user-avatar {
	@media (max-width: 500px) {
		display: none;
	}
}

.new-comment-user-wrapper textarea {
	color: black;
	position: relative;
	margin-top: -2px;
	font-family: Merriweather Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	border: 1px solid rgba(80, 87, 89, 1);
	padding: 9px 16px;
	appearance: none;
	width: 100%;
	flex: 1;
	resize: none;
	border-radius: 4px;
	outline: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;

	@media (max-width: 500px) {
		font-size: 14px;
	}
}

.new-comment-wrapper {
	padding-right: 24px;

	@media (max-width: 767px) {
		margin-left: 15px;
		margin-right: 15px;
		padding-top: 24px;
		padding-right: 0;
		padding-bottom: 32px;
	}
}

.new-comment-wrapper .logged-in-as {
	display: none;
}

.new-comment-content {
	display: flex;
	gap: 16px;
	margin-bottom: 8px;

	@media (max-width: 500px) {
		gap: 8px;
	}
}

.new-comment-content .new-body {
	flex: 1;
}

.new-comment-author {
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	text-align: left;
	color: rgb(80, 87, 89);
}

.new-comment-reply {
	@media (max-width: 500px) {
		display: none;
	}
}

.new-comment-date {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: rgb(102, 102, 102);
	margin-bottom: 8px;
}

.new-comment-date .new-comment-user-admin {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	padding: 0 10px;
	border-radius: 4px;
	background-color: rgb(206, 184, 136);
	color: white;

	@media (max-width: 500px) {
		margin-left: 0;
		margin-right: 4px;
	}
}

.new-comment-date span.new-comment-user-dot {
	display: inline-block;
	margin: 0 8px;

	@media (max-width: 500px) {
		display: none;
	}
}

.new-comment-date span.new-comment-user-dot.view-user {
	margin-left: 0;
}

.new-comment-author-name {
	display: inline-block;
	margin-right: 8px;
	@media (max-width: 500px) {
		margin-right: 4px;
	}
}

.new-comment-user-datetime {
	white-space: nowrap;
}

.new-comment-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	text-align: left;
	color: rgb(80, 87, 89);
}

.new-comment-text p {
	margin-bottom: 16px;
}

.new-comment-info {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
	color: rgb(168, 153, 104);
}

#discoverPage #clear {
	white-space: nowrap;
}

#discoverPage .filter .landscape-container {
	align-items: center;
}

#discoverPage .filter .btn.select-title {
	display: flex;
}

#discoverPage .filter .individual-filter {
	margin-top: 0;
}

#discoverPage .filter .select-title .vl {
	margin-bottom: 0;
}

#discoverPage .btn.select-title:active, #discoverPage .btn.select-title:focus, #discoverPage .btn.select-title:hover {
	@media (max-width: 500px) {
		background-color: #c8102e !important;
		color: #fff !important;
		border: 1px solid !important;
	}
}

#discoverPage {
	height: auto;
	overflow: inherit;
}


#discoverPage #load-more, #discoverPage #load-more-filtered, #discoverPage #no-load {
	margin-bottom: 0;
	padding-bottom: 30px;
}

#discoverPage ul.drop {
	transform: none !important;
	top: 29px !important;
}

@media (orientation: landscape) and (max-width: 700px) {
	#discoverPage  ul.drop#searchTopic {
		top: 29px !important;
	}
}

#discoverPage .btn.select-title {
	padding-top: 4px;
	padding-bottom: 4px;
}

#discoverPage .checkbox-round {
	pointer-events: none;
}

#discoverPage ul.drop li {
	cursor: pointer;
}

.paths-new-quiz {
	padding: 24px;
	background-color: rgb(244,244,244);

	@media (max-width: 500px) {
		padding: 16px;
	}
}

#singlePath.new-single-path .tab-pane > .paths-new-quiz > div:not(.about):not(.title-section):not(#open_video):not(.overlay) {
	background-color: white;
	padding: 32px !important;
	border-radius: 8px;

	@media (max-width: 500px) {
		padding: 16px !important;
	}
}

.paths-new-quiz-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #505759;
	margin-bottom: 16px;
}

.paths-new-quiz-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	padding-bottom: 16px;
	color: #505759;
	border-bottom: 1px solid #C5C5C5;
}

.paths-new-quiz-questions {
	padding: 8px 0;
}

.paths-new-quiz-question {
	padding: 8px 0;
}

.paths-new-quiz-question + .paths-new-quiz-question {
	margin-top: 16px;
}

.paths-new-quiz-question-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #505759;
}

.paths-new-quiz-question-subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.paths-new-quiz-answers {
	padding-top: 8px;
}
.paths-new-quiz-answer {
	padding: 6px 0;
	margin: 0 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #505759;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.paths-new-quiz-answer span {
	flex: 1;
}

.paths-new-quiz-answers:has(.view-correct) {
	.paths-new-quiz-answer {
		padding-left: 4px;
	}
}

.paths-new-quiz-answers:has(.view-error) {
	.paths-new-quiz-answer {
		padding-left: 4px;
	}
}

.paths-new-quiz-answer.view-correct {
	background-color: #00626C1A;
}

.paths-new-quiz-answer.view-error {
	background-color: #C8102E1A;
}

.paths-new-quiz-answer input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.paths-new-quiz-answer.view-radio::before {
	content: "";
	width: 24px;
	height: 24px;
	border: 2px solid #505759;
	border-radius: 50%;
	background-color: white;
	margin-right: 12px;
	transition: all 0.3s ease;
}

.paths-new-quiz-answer.view-radio:has(input:checked)::before {
	border: 8px solid #7A99AC;
}

.paths-new-quiz-answer.view-checkbox::before {
	content: "";
	width: 24px;
	height: 24px;
	border: 2px solid #505759;
	border-radius: 4px;
	background-color: white;
	margin-right: 12px;
	transition: all 0.3s ease;
}

.paths-new-quiz-answer.view-checkbox:has(input:checked)::before {
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-checkbox-quiz.svg');
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
}

.paths-new-quiz-answer-result {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.paths-new-quiz-answer-result.view-error {
	color: #C8102E;
}

.paths-new-quiz-answer-result:not(:empty) {
	margin-top: 16px;
}

.paths-new-quiz-btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: white;
	border: none;
	text-transform: none;
	background-color: #C8102E;
	border-radius: 4px;
	cursor:pointer;
	transition: 200ms;
	text-align: center;
	margin-top: 24px;

	@media (max-width: 500px) {
		width: 100%;
		justify-content: center;
	}
}

.paths-new-quiz-btn img {
	margin-left: 8px;
}

.paths-new-download button {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	padding: 8px 16px;
	text-transform: none;
	color: #C8102E;
	border-radius: 4px;
	background-color: white;
	transition: 200ms;
	border: 1px solid #C8102E;
}

.paths-new-download {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;

	@media (max-width: 767px) {
		padding: 0 16px 48px;
	}
}

.paths-new-download span {
	margin-right: 16px;

	@media (max-width: 500px) {
		margin-right: 0;
		margin-bottom: 16px;
		display: block;
	}
}

.paths-new-download button:disabled,
.paths-new-download button:disabled:hover {
	cursor: not-allowed;
	border-color: #CCCCCC;
	color: #898D8D;
	background-color: white !important;
}

.paths-new-download button:not(:disabled):hover {
	border-color: #990c23;
	color: #990c23;
	background-color: white !important;
}

.paths-new-quiz-btn:hover {
	background-color: #990c23 !important;
}

.paths-new-quiz-btn:hover img {
	animation: linkarrow .8s infinite;
	position: relative;
}

.paths-new-finished {
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/img/skill-finished.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	text-align: center;
	padding: 106px 48px 156px;
	border-radius: 4px;
	position: relative;

	@media (max-width: 500px) {
		padding: 48px 16px 98px;
	}
}

.paths-new-finished:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(26, 46, 59, 0.8);
}

.paths-new-finished > * {
	position: relative;
	z-index: 1;
}

.paths-new-finished-title {
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin: 0 0 16px;
}

.paths-new-finished-btn {
	display: inline-block;
	padding: 8px 16px;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	color: white !important;
	background-color: #C8102E;
	border-radius: 4px;
	margin-bottom: 24px;
	cursor:pointer;
	transition: 200ms;

	@media (max-width: 500px) {
		width: 100%;
	}
}

.paths-new-finished-btn:hover {
	background-color: #990c23 !important;
}

.paths-new-finished-more {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: white !important;
	text-decoration: underline !important;
}

.paths-new-finished-more:hover {
	text-decoration: none !important;
}

.paths-new-finished-repeat {
	position: absolute;
	left: 10px;
	bottom: 10px;
	cursor: pointer;
}

.paths-new-finished-repeat {
	width: 35px;
}

.paths-new-hide {
	display: none !important;
}

.paths-new-next-section {
	display: inline-flex;
	align-items: center;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: white;
	border: none;
	text-transform: none;
	background-color: #C8102E;
	border-radius: 4px;
	cursor:pointer;
	transition: 200ms;
	text-align: center;
	margin-top: 24px;

	@media (max-width: 500px) {
		width: 100%;
		justify-content: center;
	}
}

.paths-new-next-section img {
	margin-left: 8px;
}

.paths-new-next-section:hover {
	background-color: #990c23 !important;
}

.paths-new-next-section:hover img {
	animation: linkarrow .8s infinite;
	position: relative;
}

@media (max-width: 500px) {
	#spacing-logged-discover {
		height: 60px !important;
	}
}

@keyframes linkarrow {
	from {
		left: 0rem;
	}
	50% {
		left: 0.5rem;
	}
	95% {
		left: -0.2rem;
	}
	to {
		left: 0rem;
	}
}

.header__search {
	position: relative;
}

.header-new-mobilenav .header__search form.header-search:not(.modal-search) {
	@media (max-width: 767px) {
		width: calc(100% - 32px) !important;
		background-color: white;
		display: flex;
		height: 46px;
	}
}

.header-new-mobilenav .header__search form.header-search input[type="search"] {
	display: block !important;

	@media (max-width: 767px) {
		color: black;
		padding-left: 16px;
	}
}

.header-new-mobilenav .header__search form.header-search input[type="search"]::placeholder {
	@media (max-width: 767px) {
		color: rgba(0, 0, 0, 0.4);
	}
}

.header-new-mobilenav .header__search .icon {
	opacity: 0.4;
	width: 16px;
	height: 16px;
}

.header-open-search-icon {
	display: none;
	width: 18px;
	height: 18px;

	@media (max-width: 767px) {
		display: block;
		cursor: pointer;
	}
}

.header__search .search-form-clear {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	cursor: pointer;
	display: none;
	fill: white;

	@media (max-width: 767px) {
		right: 40px;
		width: 16px;
		height: 16px;
		fill: #505759;
	}
}

.search-results-autocomplete {
	position: absolute;
	top: 35px;
	left: 0;
	width: 380px;
	background-color: white;
	z-index: 100;
	border-radius: 4px;
	box-shadow: 0 4px 24px 0 rgba(5, 5, 30, 0.24);

	@media (max-width: 1230px) {
		width: 250px;
	}

	@media (max-width: 767px) {
		width: calc(100% - 32px) !important;
		top: 48px;
		left: 16px;
	}
}

.search-results-autocomplete .search-result {
	padding: 8px 16px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.search-results-autocomplete .search-result:first-child {
	padding-top: 16px;
}

.search-results-autocomplete .search-result:last-child {
	padding-bottom: 16px;
}

.search-results-autocomplete .search-result a {
	color: rgb(80, 87, 89);
}

.search-sort-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 32px;
}

.search-sort-filter-label {
	font-family: Merriweather Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.4px;
	color: rgba(133, 137, 139);
	margin-right: 16px;
}

.search-sort-filter-dropdown.dropdown-menu {
	padding: 8px 0;
	background-color: white;
	border: none;
	width: 280px;
	box-shadow: 0 4px 24px 0 rgba(5, 5, 30, 0.24);
}


.search-sort-filter-dropdown.dropdown-menu a.search-sort-filter-item {
	display: block;
	padding: 10px 16px;
	text-decoration: none;
	font-family: Merriweather Sans;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(80, 87, 89, 1);
}

.search-sort-filter-dropdown.dropdown-menu a.search-sort-filter-item.view-active {
	background-color: rgba(200, 16, 46, 0.1);
	color: rgba(200, 16, 46, 1);
}

.search-sort-filter-selected {
	font-family: Merriweather Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.4px;
	border-radius: 4px;
	padding: 4px 32px 4px 8px;
	color: rgba(0, 0, 0, 0.87);
	position: relative;
	cursor: pointer;
}

.search-sort-filter-selected[aria-expanded="true"] {
	background-color: rgba(80, 87, 89, 0.1);
}

.search-sort-filter-selected:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
	width: 12px;
	height: 8px;
	background-image: url('/wp-content/themes/theme-edwardsmasters-drupal2wp/assets/icons/skill-chevron.svg');
	background-size: contain;
	background-repeat: no-repeat;
}

.search-sort-filter-selected[aria-expanded="true"]:after {
	transform: rotate(180deg);
}

.search-results-title {
	font-family: Merriweather Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 0;
}

.search-result-link {
	margin-bottom: 32px;
	display: block;
	color: black !important;
	text-decoration: none !important;
}

.search-result-link-wrap {
	display: flex;

	@media (max-width: 600px) {
		flex-wrap: wrap;
	}
}

.search-result-link-image {
	width: 200px;
	height: 132px;
	overflow: hidden;

	@media (max-width: 600px) {
		width: 100%;
		height: auto;
	}
}

.search-result-link-image img {
	width: 100%;

	@media (min-width: 601px) {
		height: 100%;
		object-fit: cover;
	}
}

.search-result-link-content {
	flex: 1;
	padding-left: 20px;

	@media (max-width: 600px) {
		padding-top: 16px;
		padding-left: 0;
	}
}

.search-result-link h3 {
	font-family: Merriweather Sans;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 8px;
	color: black;
}

.search-result-link-speaker, .search-result-link-duration {
	font-family: Merriweather Sans;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 8px;
	color: black;
}

.search-result-link a {
	font-family: Merriweather Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-decoration: underline;
}

.search-tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 96px;
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	color: rgb(80, 87, 89);
	white-space: nowrap;
	overflow-x: auto;
	position: relative;
}

.search-tabs:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(204, 204, 204, 0.8);
}

.search-tabs-item {
	padding: 10px 20px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	color: rgb(80, 87, 89) !important;
	text-decoration: none !important;
}

.search-tabs-item.view-active {
	border-bottom: 3px solid #C8102E;
}

.pagination.search-pagination .page-numbers {
	font-family: Merriweather Sans;
	padding: 8px 12px !important;
	align-items: center;
	height: 100%;
	font-weight: 400;
	min-width: auto;
	width: auto;
	color: #333;
	font-size: 14px;
	line-height: normal;
	border-radius: .25rem;
	text-decoration: none;
	transition: .2s all;
	border: none;
	background: none;
	margin-right: 8px;
}

.pagination.search-pagination .page-numbers svg {
	height: 18px;
	overflow: visible;
	box-sizing: content-box;
}

.pagination.search-pagination .page-numbers.next, .pagination.search-pagination .page-numbers.prev {
	color: #333 !important;
}

.pagination.search-pagination .page-numbers.current {
	background: #f2f2f2 !important;
	color: #333 !important;
}

.pagination.search-pagination .page-numbers:not(.dots):hover {
	color: #999 !important;
	background: #f2f2f2 !importantą;
}

.container.mySwiper, .sliderBody.container {
	max-width: 1180px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.sliderBody.container .sliderBox {
	background: #c8102e;
	color: #ffffff;
	padding: 24px 13px 24px 19px;
	width: 283px;
	margin-left: 65px !important;
	height: 283px;
	position: absolute;
	left: 0;
	display: flex;
	flex-direction: column;
	min-width: 1px;
	min-height: 1px;

	@media(max-width: 1268px){
		width: 360px;
		height: 360px;
	}

	@media(max-height: 420px){
		width: 283px;
		height: 200px;
	}

	@media screen and (max-width: 500px) {
		min-width: 304px !important;
		min-height: 169px !important;
		left: 50px !important;
		top: 15vw !important;
		margin-left: 0 !important;
		width: 30% !important;
		height: auto !important;
		padding: 2.14rem 1.71rem;
	}
}

.sliderBody.container .boxSubTitle {
	font-family: "MerriweatherSans";
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	@media(max-width: 1268px){
		font-size: 30px;
	}
	@media screen and (max-width: 500px) {
		font-size: 18px;
		line-height: 28px;
	}

	@media screen and (max-height: 420px) {
		font-size: 18px;
		line-height: 28px;
	}
}

.sliderBody.container .boxInfo, .sliderBody.container .boxTitle {
	font-size: 22px;
	line-height: 32px;
	font-weight: normal;
	font-family: "MerriweatherSans-Book";



	@media screen and (max-width: 500px) {
		font-size: max(0.9vw, 14px) !important;
		line-height: max(1vw, 17px) !important;
	}
}

@media screen and (min-width: 830px) {
	.container.mySwiper .thumbsTitle {
		font-size: 14px;
		line-height: 16px;
	}

	.container.mySwiper .thumbsInfo {
		font-size: 14px;
		line-height: 18px;
	}
}

#discoverPage .response .row.container, #discoverPage .row.container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	grid-template-columns: 1fr 1fr 1fr;

	@media (max-width: 1000px) {
		grid-template-columns: 1fr 1fr;
	}

	@media (max-width: 750px) {
		grid-template-columns: 1fr;
	}
}

#events_top_section .container .redbox_slider {
	margin-left: 50px !important;
}

.container-grid {
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}

.footer__copyright .container {
	max-width: 1180px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.view_event_page .event_main_area.container-grid, .view_video_page .video_main_area {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.event_options .print-section {
	margin-right: 0 !important;
}

.event_main_area #open_event iframe {
	width: 100%;
}


.single-media__info .slick-carousel-inner .slick-slide {
	margin: 0 16px !important;
}

.single-media__info .slick-carousel-inner .slick-list {
	margin: 0 -16px 0 !important;

	@media (max-width: 1099px) {
		margin: 0 -16px 50px !important;
	}
}

.single-media__info .slick-carousel-inner .slick-track {
	margin-left: 0 !important;
}

.single-media__info .slick-slide .col {
	padding: 0;
}

.single-media__info .slick-slide .card .img-wrapper {
	aspect-ratio: 1.5;
	background: #d2e2dc;
	overflow: hidden;
	position: relative;
	height: 100%;
}

.single-media__info .slick-carousel .slick-arrow {
	position: absolute;
	top: 5.21rem;
	margin: 0 !important;
	background: none;
}

.single-media__info .slick-carousel .slick-arrow:before {
	display: none;
}

.single-media__info .slick-carousel .slick-arrow.slick-prev {
	left: -28px;
	transform: rotate(180deg);
}

.single-media__info .slick-carousel .slick-arrow.slick-next {
	right: -28px;
}

.single-media__info .slick-carousel .slick-arrow.slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.single-media__info .slick-carousel .slick-dots li {
	width: 12px;
	height: 12px;
}

.single-media__info .slick-carousel .slick-dots li button {
	border: none;
	background: rgba(217, 217, 217, 1);
	width: 12px;
	height: 12px;
}

.single-media__info .slick-carousel .slick-dots li.slick-active button:before {
	width: 12px;
	height: 12px;
	background: #C8102E;
}


.single-media__info .slick-slide .col .card .img-wrapper .overlay, .single-media__info .slick-slide .col .card .img-wrapper .overlay, .single-media__info .slick-slide .col .card .img-wrapper .overlay {
	background-color: rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 6px #00000029;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.single-media__info .slick-slide .col .card .img-wrapper > img, .single-media__info .slick-slide .col .card .img-wrapper > img, .single-media__info .slick-slide .col .card .img-wrapper > img {
	min-height: 8.78vw;
	aspect-ratio: 1.66 !important;
	object-fit: cover;
	width: 100%;
	height: auto !important;
	max-width: 100%;
}

.single-media__info .slick-slide .col .card, .single-media__info .slick-slide .col .card, .single-media__info .slick-slide .col .card {
	background: none;
	border: none;
}

.single-media__info .slick-slide .col .card .card-body, .single-media__info .slick-slide .col .card .card-body, .single-media__info .slick-slide .col .card .card-body {
	padding: 1.33rem 0 0 !important;
	background: none;
}

.single-media__info .slick-slide .col .card h4.card-title, .single-media__info .slick-slide .col .card h4.card-title, .single-media__info .slick-slide .col .card h4.card-title {
	color: black;
	font-size: 1.21rem;
	line-height: 1.57rem;
	font-family: 'MerriweatherSans-Bold';
	opacity: 0.5;
}

.single-media__info .slick-slide .col .card a, .single-media__info .slick-slide .col .card a, .single-media__info .slick-slide .col .card a {
	text-decoration: none !important;
}

.single-media__info .slick-slide .col .card .img-wrapper .overlay .playbtn, .single-media__info .slick-slide .col .card .img-wrapper .overlay .readbtn {
	width: 16.66%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	height: auto !important;
	aspect-ratio: unset !important;
	object-fit: cover;
}

.single-media__info .slick-slide .col .card .img-wrapper .overlay .savebtn {
	width: 5.38%;
	right: 8.77px;
	top: 10px;
	cursor: pointer;
	position: absolute;
	height: auto !important;
	aspect-ratio: unset !important;
	object-fit: cover;
}

#singleMedia.full-screen.mob .slider-wrapper, #singlePub.full-screen.mob #morePosts .slider-wrapper {
	padding: 0.24rem 0 0.2% 0;
}

#notif_updates_item .post-title, #notif_updates_item .posts .date {
	display: block;
}

@media (max-width: 500px) {
	.only_notif_tabs #notif_updates_item .notif_results {
		flex-wrap: wrap;
		margin-right: 0;
		padding: 1rem;
		margin-left: 0;
	}

	.only_notif_tabs#notif_right_cell #notif_updates_item .featured-image {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	#notif_updates_item .posts .notif_results:first-of-type > .notif_results_container {
		margin-top: 10px;
	}

	.only_notif_tabs#notif_right_cell .date {
		bottom: 0;
	}

	.only_notif_tabs #notif_updates_item .update_buttons:last-child {
		display: block;
		position: relative;
		top: 0;
	}

	.only_notif_tabs #notif_updates_item .post-title {
		min-height: auto;
		max-height: 100px;
	}
}

