@font-face {
	font-family: "GothamBook";
	src: url("/wps/wcm/connect/a82e3585-6d70-4e0b-91b1-30e2ff1826dc/gotham-book-webfont.ttf?MOD=AJPERES") format("truetype");
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
@font-face {
	font-family: "GothamBold";
	src: url("/wps/wcm/connect/84b39b98-16f7-4938-8730-3988d2a7ca03/gotham-bold-webfont.ttf?MOD=AJPERES") format("truetype");
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
@font-face {
	font-family: "GothamMedium";
	src: url("/wps/wcm/connect/172f9478-000b-49cf-8432-b6d4204d6b84/gotham-medium-webfont.ttf?MOD=AJPERES") format("truetype");
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
body a {
	text-decoration: none !important;
}
body .resource-collection-page {
	font-family: "GothamBook";
	line-height: normal;
}
body .resource-collection-page.page-overlay {
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 992px) {
	body .resource-collection-page .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	body .resource-collection-page .container {
		width: 1170px;
	}
}
@media (min-width: 1400px) {
	body .resource-collection-page .container {
		width: 1360px;
	}
}
@media (min-width: 1600px) {
	body .resource-collection-page .container {
		width: 1500px;
	}
}
body .resource-collection-page.search-collection-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	transition: 0.5s ease-in-out all;
	transform: translateY(calc(-100vh + 1000px));
}
body .resource-collection-page.search-collection-popup .search-close-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
	cursor: pointer;
	width: 15px;
}
body .resource-collection-page.search-collection-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
body .resource-collection-page .hero-section {
	position: relative;
	color: #fff;
}
body .resource-collection-page .hero-section .overlay-1,
body .resource-collection-page .hero-section .overlay-2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
body .resource-collection-page .hero-section .overlay-1 {
	z-index: 0;
	background-image: url("/wps/wcm/connect/14a14468-2b3f-4622-96a2-7cbb93fe9d69/unica-resources-background.png?MOD=AJPERES");
	background-repeat: no-repeat;
	background-size: cover;
}
body .resource-collection-page .hero-section .overlay-2 {
	background-image: linear-gradient(to bottom, #000000, rgba(45, 45, 45, 0) 200%);
	z-index: 1;
}
body .resource-collection-page .hero-section .content {
	position: relative;
	z-index: 3;
	padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .hero-section .content {
		padding-bottom: 150px;
	}
}
body .resource-collection-page .hero-section .content .d-flex {
	display: flex;
}
body .resource-collection-page .hero-section .content .align-items-center {
	align-items: center;
}
body .resource-collection-page .hero-section .content .justify-content-between {
	justify-content: space-between;
}
body .resource-collection-page .hero-section .content h1 {
	margin-top: 100px;
	font-size: 32px;
	font-family: "GothamMedium";
	line-height: 1.25;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .hero-section .content h1 {
		font-size: 28px;
		margin-top: 45px;
	}
}
body .resource-collection-page .hero-section .content p {
	font-family: "GothamBook";
	font-size: 16px;
	line-height: 1.5;
}
body .resource-collection-page .hero-section .content .search-container {
	max-width: 100%;
	margin-top: 125px;
	position: relative;
	border-radius: 7px;
	background-color: #ffffff21;
	display: flex;
	flex-direction: row;
	padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .hero-section .content .search-container {
		margin-top: 45px;
	}
}
body .resource-collection-page .hero-section .content .search-container form {
	margin: 0px;
	width: 100%;
}
body .resource-collection-page .hero-section .content .search-container form button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0px 30px;
	bottom: 0;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #fff;
	border: none;
	font-family: "GothamBold";
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.875px;
	text-transform: uppercase;
	color: #f5821e;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .hero-section .content .search-container form button {
		padding: 0px 15px;
		font-size: 12px;
		min-width: 50px;
	}
}
body .resource-collection-page .hero-section .content .search-container img {
	width: 17px;
	height: 17px;
	margin-right: 12px;
}
body .resource-collection-page .hero-section .content .search-container .master-search,
body .resource-collection-page .hero-section .content .search-container .master-search-popup {
	background-color: transparent;
	font-size: 16px;
	font-family: "GothamBook";
	color: #fff;
	border: none;
	width: 100%;
}
body .resource-collection-page .hero-section .content .search-container .master-search:focus,
body .resource-collection-page .hero-section .content .search-container .master-search-popup:focus {
	outline: none;
	border: none;
}
body .resource-collection-page .hero-section .content .search-container .master-search::placeholder,
body .resource-collection-page .hero-section .content .search-container .master-search-popup::placeholder {
	color: #fff;
	opacity: 1;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .hero-section .content .search-container .master-search,
	body .resource-collection-page .hero-section .content .search-container .master-search-popup {
		font-size: 14px;
	}
}
body .resource-collection-page .hero-section .content .search-container .search-result {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	background-color: #ffff;
	border-radius: 4px;
	z-index: 2;
	overflow-y: auto;
	max-height: 200px;
}
body .resource-collection-page .hero-section .content .search-container .search-result ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
body .resource-collection-page .hero-section .content .search-container .search-result ul li {
	padding: 10px 15px;
	font-family: "GothamMedium";
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #eee;
}
body .resource-collection-page .hero-section .content .search-container .search-result ul li:last-child {
	border: none;
}
body .resource-collection-page .hero-section .content .highlights {
	margin-top: 95px;
	font-size: 20px;
	font-family: "GothamBold";
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
	body .resource-collection-page .hero-section .content .highlights {
		font-size: 16px;
		margin-top: 45px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.25;
	}
}
body .resource-collection-page .hero-section .content .highlights .title {
	padding: 0;
}
@media only screen and (max-width: 1200px) {
	body .resource-collection-page .hero-section .content .highlights .title {
		margin-bottom: 20px;
	}
}
body .resource-collection-page .webinar-section {
	z-index: 5;
	position: relative;
	margin-top: -120px;
}
body .resource-collection-page .webinar-section .nav-tabs {
	border: none;
}
body .resource-collection-page .webinar-section .nav-tabs li {
	margin-right: 20px;
}
body .resource-collection-page .webinar-section .nav-tabs li.active a {
	font-family: "GothamBold";
}
body .resource-collection-page .webinar-section .nav-tabs li a {
	font-size: 18px;
	color: #fff;
	background: none;
	border: none;
	padding: 0px;
	font-family: "GothamBook";
}
body .resource-collection-page .webinar-section .nav-tabs li a:focus,
body .resource-collection-page .webinar-section .nav-tabs li a:hover {
	background: none;
	color: #fff;
	border: none;
}
body .resource-collection-page .webinar-section .nav-tabs li.see-all {
	float: right;
	margin-right: 0px;
}
body .resource-collection-page .webinar-section .tab-content {
	margin-top: 25px;
}
body .resource-collection-page .webinar-section .tab-content .top-slider-container {
	overflow-x: hidden;
}
body .resource-collection-page .webinar-section .tab-content .top-slider-container .card-container {
	padding-bottom: 20px;
}
body .resource-collection-page .webinar-section .tab-content .top-slider-container .slick-slide {
	height: unset !important;
}
body .resource-collection-page .webinar-section .tab-content .card-row article {
	border-radius: 7px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0 2px 24px 0 rgba(85, 131, 164, 0.12);
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .webinar-section .tab-content .card-row article {
		width: 220px;
	}
}
body .resource-collection-page .webinar-section .tab-content .card-row article header {
	line-height: normal;
	background-image: linear-gradient(352deg, #ffffff, #e2f3ff);
}
body .resource-collection-page .webinar-section .tab-content .card-row article header .count {
	margin-left: -20px;
	color: #dbeefb;
	font-size: 120px;
	font-family: "GothamMedium";
}
body .resource-collection-page .webinar-section .tab-content .card-row article .details {
	padding: 0px 25px 0px;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .details h3 {
	margin: 0px;
	color: #000000;
	font-size: 14px;
	font-family: "GothamMedium";
	line-height: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .details p {
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	line-height: 22px;
	color: #464646;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .register-link {
	margin-top: 20px;
	display: block;
	padding: 15px 25px;
	font-size: 14px;
	font-family: "GothamBold";
	color: #f5821e;
	text-transform: uppercase;
	letter-spacing: 0.88px;
	cursor: pointer;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .register-link svg {
	vertical-align: middle;
	margin-left: 27px;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .register-link svg g {
	fill: #f5821e;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .register-link:hover {
	text-decoration: none;
	background-image: linear-gradient(279deg, #f8ab69, #f5821e);
	color: #fff;
}
body .resource-collection-page .webinar-section .tab-content .card-row article .register-link:hover svg g {
	fill: #fff;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row figure {
	margin-bottom: 22px;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row figure img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row .register-link {
	color: #027edd;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row .register-link svg g {
	fill: #027edd;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row .register-link:hover {
	text-decoration: none;
	background-image: linear-gradient(100deg, #0365b3, #6ab4e1);
	color: #fff;
}
body .resource-collection-page .webinar-section .tab-content .featured .card-row .register-link:hover svg g {
	fill: #fff;
}
body .resource-collection-page .filter-section {
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	body .resource-collection-page .filter-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
body .resource-collection-page .filter-section h2 {
	text-align: center;
	margin: 0px;
	font-size: 26px;
	font-family: "GothamMedium";
	line-height: 1.35;
}
body .resource-collection-page .filter-section p {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #0f0f0f;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .filter-section p {
		font-size: 14px;
	}
}
body .resource-collection-page .filter-section .filter-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
body .resource-collection-page .filter-section .filter-row.space-between {
	justify-content: space-between;
}
body .resource-collection-page .filter-section .filter-row.space-around {
	justify-content: space-around;
}
body .resource-collection-page .filter-section .filter-row .filter-button {
	margin-top: 20px;
	width: calc(100% / 4 - 20px);
	position: relative;
	border-radius: 7px;
	padding: 30px;
	line-height: normal;
	border: none;
	font-size: 18px;
	font-family: "GothamBook";
	background-color: #fff;
	color: #0c0c0c;
	box-shadow: 0 2px 24px 0 rgba(85, 131, 164, 0.12);
	transition: all 0.3s ease-in;
	line-height: 29px;
}
body .resource-collection-page .filter-section .filter-row .filter-button.active,
body .resource-collection-page .filter-section .filter-row .filter-button.active:hover {
	transform: translateY(-10px);
	color: #fff;
	box-shadow: 0 2px 43px 0 rgba(85, 131, 164, 0.21);
	background-image: linear-gradient(100deg, #0365b3, #6ab4e1);
}
body .resource-collection-page .filter-section .filter-row .filter-button:hover {
	transform: translateY(-10px);
	color: #007ee4;
	box-shadow: 0 2px 43px 0 rgba(85, 131, 164, 0.21);
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .filter-section .filter-row .filter-button {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px;
		font-family: "GothamBook";
	}
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .filter-section .filter-row {
		display: block;
		margin-top: 0px;
	}
}
body .resource-collection-page .result-section {
	background-color: #ebf7ff;
}
body .resource-collection-page .result-section ul {
	padding: 0px;
}
body .resource-collection-page .result-section ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0;
	list-style: none;
}
body .resource-collection-page .result-section ul.accordion-list .list-wrapper {
	margin-bottom: 30px;
}
body .resource-collection-page .result-section ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #fff;
	margin: 0 auto 15px auto;
	border-radius: 5px;
	cursor: pointer;
}
body .resource-collection-page .result-section ul.accordion-list li.active h3 .collapse-icon {
	transform: rotate(180deg);
}
body .resource-collection-page .result-section ul.accordion-list li h3 {
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 auto 15px auto;
	font-size: 15px;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: 0.5s ease-in-out all;
}
body .resource-collection-page .result-section ul.accordion-list li h3 .collapse-icon {
	transform: rotate(0deg);
}
body .resource-collection-page .result-section ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
body .resource-collection-page .result-section ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	font-weight: 300;
	padding: 10px 0 0 0;
	cursor: pointer;
	line-height: 150%;
	margin: 0 0 15px 0;
	font-size: 14px;
}
body .resource-collection-page .result-section .filters {
	padding-left: 0px;
	padding-right: 0px;
	height: 2067px;
	overflow-y: auto;
	background-color: #ffffff;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.04);
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .filters {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		display: none;
	}
}
body .resource-collection-page .result-section .filters .close-button {
	display: none;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .filters .close-button {
		display: block;
		position: fixed;
		right: 15px;
		top: 32px;
		z-index: 99;
		font-size: 18px;
		color: #f5821e;
	}
}
body .resource-collection-page .result-section .filters .channel-filters {
	padding: 32px 20px 0px;
}
body .resource-collection-page .result-section .filters .channel-filters .panel {
	border: none;
	margin-bottom: 32px;
	box-shadow: none;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-heading {
	padding: 0px;
	background: none;
	border: none;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-heading .panel-title {
	border: none;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-heading .panel-title a {
	border: none;
	color: #2b2a2a !important;
	font-size: 16px;
	font-family: "GothamBook";
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-heading .panel-title a .collapse-icon {
	transform: rotate(180deg);
	transition: 0.2s ease-in-out all;
	margin-left: 10px;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-heading .panel-title a.collapsed .collapse-icon {
	transform: rotate(360deg);
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse {
	border: none;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body {
	border: none;
	padding: 0;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body ul {
	list-style: none;
	padding-left: 0px;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body ul li label {
	margin-top: 14px;
	margin-bottom: 0px;
	font-size: 14px;
	font-family: "GothamMedium";
	color: #2b2a2a;
	font-weight: normal;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body ul li label input {
	margin-right: 12px;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body ul li.disabled label {
	color: #979797;
}
body .resource-collection-page .result-section .filters .channel-filters .panel .panel-collapse .panel-body ul li.disabled label input {
	background: #e9e9e9;
	border: 1px solid #d8d8d8;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .filters .channel-filters {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
		z-index: 5;
	}
}
body .resource-collection-page .result-section .filters hr {
	margin: 0;
	opacity: 0.1;
	border-top: solid 1px #878787;
}
body .resource-collection-page .result-section .filters .select-one-filter {
	padding: 32px 0px;
}
body .resource-collection-page .result-section .filters .select-one-filter h5 {
	padding: 0 20px;
	font-family: "GothamMedium";
	font-size: 18px;
	margin-bottom: 20px;
}
body .resource-collection-page .result-section .filters .select-one-filter ul {
	list-style: none;
	padding-left: 0px;
}
body .resource-collection-page .result-section .filters .select-one-filter ul li {
	font-family: "GothamBook";
	font-size: 16px;
	padding: 10px 20px;
	line-height: 1.6;
	cursor: pointer;
	position: relative;
}
body .resource-collection-page .result-section .filters .select-one-filter ul li.active {
	background: #f8f8f8;
}
body .resource-collection-page .result-section .filters .select-one-filter ul li.active::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	width: 3px;
	/* background: #f5821e; */
	background: linear-gradient(309.13deg, #f8ab69 6.54%, #f5821e 92.48%);
	border-radius: 2.5px;
}
body .resource-collection-page .result-section .filters .select-one-filter ul li:hover {
	color: #f5821e;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .filters .select-one-filter {
		display: none;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
		z-index: 5;
	}
	body .resource-collection-page .result-section .filters .select-one-filter ul {
		overflow-y: scroll;
		height: calc(100% - 100px);
	}
	body .resource-collection-page .result-section .filters .select-one-filter ul::-webkit-scrollbar {
		display: none;
	}
}
body .resource-collection-page .result-section .aside-result {
	padding-left: 60px;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .aside-result {
		padding-left: 15px;
	}
}
body .resource-collection-page .result-section .aside-result .buttons-section {
	display: none;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .aside-result .buttons-section {
		display: flex;
		margin-top: 35px;
	}
}
body .resource-collection-page .result-section .aside-result .top-block {
	padding: 30px 0px;
	position: relative;
	width: 100%;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container {
	overflow-x: hidden;
	position: relative;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container::after {
	content: " ";
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	width: 40px;
	background-image: linear-gradient(to right, #ebf7ff00, #ebf7ffcc, #ebf7ff);
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .aside-result .top-block .slider-container::after {
		width: 100px;
	}
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .top-block .slider-container::after {
		display: none;
	}
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container::before {
	z-index: 1;
	content: " ";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 40px;
	background-image: linear-gradient(to left, #ebf7ff00, #ebf7ffcc, #ebf7ff);
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .aside-result .top-block .slider-container::before {
		width: 100px;
	}
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .top-block .slider-container::before {
		display: none;
	}
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-slide {
	height: unset !important;
	position: relative;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-slide a:focus {
	outline-offset: 0px;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-slide .slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-slide .slide-overlay {
		background-image: linear-gradient(to left, rgba(251, 253, 255, 0.74) 100%, #f5fbff 2%);
	}
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-slide.slick-active .slide-overlay {
	background-image: none;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-arrow {
	z-index: 2;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-arrow::before {
	content: none;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-arrow img {
	width: 24px;
	height: auto;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-arrow.slick-prev {
	left: 5px !important;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slick-arrow.slick-next {
	right: 5px !important;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item {
	max-width: 150px;
	background-color: #fff;
	margin-right: 10px;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure .item-thumbnail {
	position: relative;
	overflow: hidden;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure .item-thumbnail img {
	width: 150px;
	max-height: 90px;
	object-fit: contain;
	position: relative;
	margin: 0;
	height: auto;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure .item-thumbnail .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure .item-thumbnail .overlay.webinar {
	background-image: url("/wps/wcm/connect/746f0afd-766c-47f0-b6d8-30c020c26a01/unica-play-button.svg?MOD=AJPERES");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption {
	position: relative;
	padding: 10px 12px 12px;
	font-size: 12px;
	font-family: "GothamMedium";
	color: #2a3036;
	line-height: 18px;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .title {
	word-wrap: anywhere;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 55px;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .subtitle {
	color: #61687b;
	font-size: 12px;
	font-family: "GothamBook";
	margin-top: 10px;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel {
	margin-top: 14px;
	float: left;
	font-family: "GothamMedium";
	font-size: 11px;
	padding: 4px 6px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel.webinar {
	background-image: linear-gradient(284deg, #f56382, #e13c5f);
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel.notes {
	background-image: linear-gradient(99deg, #f5821e, #ffb574);
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel.support {
	background-image: linear-gradient(102deg, #00afbe, #38deec);
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel.blog {
	background-image: linear-gradient(290deg, #fab914, #ffa400);
}
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure figcaption .channel.documentation {
	background-color: #027edd;
}
body .resource-collection-page .result-section .aside-result .bottom-block,
body .resource-collection-page .result-section .aside-result .popup-bottom-block {
	padding: 20px 0px;
	max-height: 1800px;
	overflow-y: auto;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul {
	list-style: none;
	padding-left: 0px;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li {
	padding-bottom: 10px;
	position: relative;
	height: auto;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup {
	position: fixed;
	background-color: #fff;
	z-index: 999;
	transition: 0.5s ease-in-out all;
	transform: translateY(-100%) scale(0);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in-out all;
	border-radius: 10px;
	border: none;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup .arrow,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup .arrow {
	position: absolute;
	top: 100px;
	left: calc(100% + 10px);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup .arrow::before,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, 0.25);
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 10px 10px 10px 0;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup .arrow::after,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup .arrow::after {
	border-width: 10px 10px 10px 0;
	border-right-color: #fff;
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	left: -10px;
	border-right-color: #0083d5;
	transform: rotate(180deg);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup img,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup img {
	width: 400px;
	box-shadow: 3px -2px 4px #aaa;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	border: none;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .light-box-popup.active,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .light-box-popup.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(-100%) scale(1);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media {
		border-bottom: solid 1px #d8eaf67e;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-left-resource-banner,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-left-resource-banner {
	padding-right: 14px;
	position: relative;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-left-resource-banner .overlay,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-left-resource-banner .overlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 78px;
	transition: 0.5s ease-in-out all;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-left-resource-banner .overlay.webinar,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-left-resource-banner .overlay.webinar {
	background-image: url("/wps/wcm/connect/746f0afd-766c-47f0-b6d8-30c020c26a01/unica-play-button.svg?MOD=AJPERES");
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00000000;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-left-resource-banner .media-object,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-left-resource-banner .media-object {
	width: 127px;
	height: 78px;
	object-fit: contain;
	transition: 0.5s ease-in-out all;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-left-resource-banner .media-object,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-left-resource-banner .media-object {
		width: 125px;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body {
	width: calc(100% - 141px);
	border-bottom: solid 1px #d8eaf67e;
	padding-bottom: 10px;
	transition: 0.5s ease-in-out all;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body {
		border-bottom: none;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 98%;
	justify-content: space-between;
	position: relative;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading {
		display: block;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading h5,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	font-size: 16px;
	font-family: "GothamMedium";
	padding-right: 10px;
	line-height: 23px;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading h5,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading h5 {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
		height: 45px;
		line-height: 1.44;
		width: auto;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel {
	cursor: pointer;
	width: auto;
	font-family: "GothamMedium";
	font-size: 11px;
	padding: 6px 6px;
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel {
		display: none;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel.webinar,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel.webinar {
	background-image: linear-gradient(284deg, #f56382, #e13c5f);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel.notes,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel.notes {
	background-image: linear-gradient(99deg, #f5821e, #ffb574);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel.support,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel.support {
	background-image: linear-gradient(102deg, #00afbe, #38deec);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel.blog,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel.blog {
	background-image: linear-gradient(290deg, #fab914, #ffa400);
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .channel.documentation,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .channel.documentation {
	background-color: #027edd;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel {
	display: none;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel {
		display: inline-block;
		font-family: "GothamMedium";
		font-size: 11px;
		padding: 4px 6px;
		color: #fff;
		border-radius: 4px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel.webinar,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel.webinar {
		background-image: linear-gradient(284deg, #f56382, #e13c5f);
	}
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel.notes,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel.notes {
		background-image: linear-gradient(99deg, #f5821e, #ffb574);
	}
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel.support,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel.support {
		background-image: linear-gradient(102deg, #00afbe, #38deec);
	}
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel.blog,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel.blog {
		background-image: linear-gradient(290deg, #fab914, #ffa400);
	}
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .media-heading .mobile-channel.documentation,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .media-heading .mobile-channel.documentation {
		background-color: #027edd;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .tag-container,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .tag-container {
	width: calc(100% - 100px);
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .tag-container,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .tag-container {
		display: none;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .tag-container .tag,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .tag-container .tag {
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 8px;
	margin-bottom: 5px;
	font-size: 10px;
	font-family: "GothamMedium";
	color: #2ea3f2;
	background-color: transparent;
	border-radius: 4px;
	padding: 5px;
	text-transform: uppercase;
	border: 1px solid #2ea3f2;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .duration-wrapper,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .duration-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 98%;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .media-body .duration-wrapper .subtitle,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .media-body .duration-wrapper .subtitle {
	margin-top: 5px;
	font-size: 12px;
	color: #61687b;
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .mobile-tag-container,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .mobile-tag-container {
	display: none;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .mobile-tag-container,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .mobile-tag-container {
		display: flex;
		flex-wrap: wrap;
	}
}
body .resource-collection-page .result-section .aside-result .bottom-block ul li .mobile-tag-container .tag,
body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .mobile-tag-container .tag {
	flex-shrink: 0;
	margin-right: 12px;
	font-size: 11px;
	font-family: "GothamBook";
	color: #2ea3f2;
	background-color: transparent;
	border-radius: 4px;
	padding: 5px;
	margin-top: 20px;
	border: 1px solid #2ea3f2;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .result-section .aside-result .bottom-block ul li .mobile-tag-container .tag,
	body .resource-collection-page .result-section .aside-result .popup-bottom-block ul li .mobile-tag-container .tag {
		margin-top: 0px;
		margin-bottom: 10px;
	}
}
body .resource-collection-page .result-section .channel-button,
body .resource-collection-page .result-section .categories-button {
	cursor: pointer;
	font-family: "GothamBold";
	font-size: 14px;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #f5821e;
	border-width: 2px;
	border-image-source: linear-gradient(104deg, #f5821f, #f8a762 100%);
	border-image-slice: 1;
	border-style: solid;
	text-transform: uppercase;
	padding: 12px 0px;
	width: 50%;
}
body .resource-collection-page .result-section .channel-button {
	margin-right: 15px;
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .apply-btn-wrapper {
		background: #fff;
		position: fixed;
		display: flex;
		bottom: 0px;
		left: 0px;
		right: 0;
		height: 80px;
		z-index: 10;
		/* padding-top: 10px; */
		align-items: center;
		justify-content: center;
	}
}
body .resource-collection-page .result-section .apply-btn-wrapper .apply-button {
	width: 95%;
	position: absolute;
	bottom: 20px;
	left: 0;
	margin: 10px;
	display: none;
	padding: 15px;
	color: #f5821e;
	background-color: #fff;
	border: none;
	box-shadow: 0 14px 32px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (max-width: 980px) {
	body .resource-collection-page .result-section .apply-btn-wrapper .apply-button {
		display: block;
		position: relative;
		margin: 0px 10px 0px;
		bottom: 0px;
	}
}
body .resource-collection-page .result-section.search-result-section {
	background-color: #fff;
}
body .resource-collection-page .result-section.search-result-section .search-result-count-heading {
	margin-top: 45px;
	margin-bottom: 50px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
	color: #0f0f0f;
	font-family: "GothamBook";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
body .resource-collection-page .result-section.search-result-section .search-result-count-heading .search-result-keyword {
	font-weight: 400;
	font-family: "Gothambold";
}
body .resource-collection-page .result-section.search-result-section .bottom-block,
body .resource-collection-page .result-section.search-result-section .popup-bottom-block {
	max-height: none;
	height: auto;
	overflow-y: hidden;
}
body .resource-collection-page .result-section.search-result-section .back-cta-wrapper {
	margin: 90px 0px;
}
body .resource-collection-page .result-section.search-result-section .back-cta-wrapper .back-cta {
	border: 1.5px solid #000000;
	padding: 10px 15px;
	font-family: GothamBold;
	font-size: 14px;
	line-height: 18px;
	/* identical to box height, or 129% */
	text-transform: uppercase;
	color: #000000;
	background: transparent;
}
body .resource-collection-page .more-resources {
	padding: 120px 0px;
	background-image: url("/wps/wcm/connect/e2944bc5-ddf0-4f61-bc1e-52fbc85b01c9/unica-blob-left%403x.png?MOD=AJPERES"),
		url("/wps/wcm/connect/58476efc-c91f-4fa3-b6f1-1dd81f36bd57/combined-shape-right%403x.png?MOD=AJPERES");
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: auto 410px;
}
@media only screen and (max-width: 1024px) {
	body .resource-collection-page .more-resources {
		padding: 40px 0px;
		background: unset;
	}
}
body .resource-collection-page .more-resources h5 {
	font-size: 26px;
	font-family: "GothamMedium";
	color: #0f0f0f;
	text-align: center;
	margin-bottom: 10px;
}
body .resource-collection-page .more-resources .dash {
	width: 57px;
	height: 4px;
	margin: 0 auto;
	margin-bottom: 58px;
	border-radius: 2px;
	background-image: linear-gradient(273deg, #f8ab69, #f5821e);
}
@media only screen and (max-width: 1024px) {
	body .resource-collection-page .more-resources .dash {
		margin-bottom: 45px;
	}
}
body .resource-collection-page .more-resources .icon-card {
	padding: 25px;
	cursor: pointer;
	transition: all 0.2s ease-in;
}
body .resource-collection-page .more-resources .icon-card:hover {
	box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.07);
	background-color: #ffff;
}
body .resource-collection-page .more-resources .icon-card figure {
	text-align: center;
	margin: 0 auto;
	border-radius: 100%;
	position: relative;
	margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
	body .resource-collection-page .more-resources .icon-card figure {
		margin-bottom: 10px;
	}
}
body .resource-collection-page .more-resources .icon-card figure img {
	width: 82px;
	height: 82px;
}
body .resource-collection-page .more-resources .icon-card .title {
	text-align: center;
	font-size: 18px;
	font-family: "GothamMedium";
	color: #000000;
	margin-bottom: 10px;
}
body .resource-collection-page .more-resources .icon-card .subtitle {
	text-align: center;
	font-size: 14px;
	font-family: "GothamBook";
	color: #000000;
	line-height: 22px;
	width: 65%;
	margin: 0 auto;
}
body #leap-modal .modal-content .modal-body {
	padding: 0px;
	position: relative;
}
body #leap-modal .modal-content .modal-body .close-modal {
	border: none;
	background: none;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	z-index: 10;
	cursor: pointer;
}
body #leap-modal .modal-content .modal-body iframe {
	position: relative;
	z-index: 1;
	border: none;
}
body .resource-collection-page .loader,
body .resource-collection-page .loader:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
body .resource-collection-page .loader {
	margin: 100px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.5em solid rgba(0, 0, 0, 0.2);
	border-right: 0.5em solid rgba(0, 0, 0, 0.2);
	border-bottom: 0.5em solid rgba(0, 0, 0, 0.2);
	border-left: 0.5em solid rgba(0, 0, 0, 0.8);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@media screen and (max-width: 767px) {
	body .resource-collection-page .loader {
		width: 40px !important;
		height: 40px;
		margin: 100px 50vw 50px;
	}
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.webinar-section .card-row,
.filter-section .card-row {
	margin: 0;
}

.no-result {
	font-size: 24px;
	color: #fff;
}

/* DX CSS */
body #leap-modal .modal-content .modal-body .close-modal {
	font-size: 18px;
}

body .resource-collection-page .result-section .aside-result .bottom-block,
.bottom-block ul li .media-left-resource-banner .overlay:before,
body .resource-collection-page .result-section .aside-result .top-block .slider-container .slide-item figure .item-thumbnail .overlay:before {
	background-image: none;
}

.post-date {
	font-size: 14px;
}

ul.accordion-list label {
	font-size: 14px;
}

.btn {
	/* display: inline-block; */
	text-transform: uppercase;
	white-space: normal;
	z-index: 1;
	/* border-radius: 0 !important; */
}

.btn:hover,
.btn:focus {
	text-decoration: none;
	outline: 0;
}

body .resource-collection-page .webinar-section .tab-content .card-row article .register-link {
	text-align: left;
}

.btn.upcoming-link {
	color: #f5821e;
	padding: 4px 12px;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
	position: relative;
}

.btn.upcoming-link:hover,
.btn.upcoming-link:active {
	color: #fff;
	background: #f5821e;
}

.btn.upcoming-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: linear-gradient(279deg, #f8ab69, #f5821e);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.25s, background-color 0.25s;
	transition: transform 0.5s, opacity 0.25s, background-color 0.25s;
}

.btn.upcoming-link:hover {
	box-shadow: 0 14px 32px 0 rgba(245, 138, 44, 0.25);
	border-radius: 0 0 7px 7px;
	background: transparent !important;
}

.btn.upcoming-link:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.featured-link {
	min-width: 219px;
	color: #fff;
	padding: 8px 15px;
	box-shadow: 0 14px 32px 0 #ccc0;
	border: inherit;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.5, 1, 0.3, 1);
	position: relative;
}

.btn.featured-link:hover,
.btn.featured-link:active {
	color: #fff;
	background: #027edd;
	outline: 0;
}

.btn.featured-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background-image: linear-gradient(100deg, #0365b3, #6ab4e1 70%);
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.25s, background-color 0.25s;
	transition: transform 0.5s, opacity 0.25s, background-color 0.25s;
}

.btn.featured-link:hover {
	box-shadow: 0 14px 32px 0 #ccc0;
	border-radius: 0 0 7px 7px;
	background: transparent !important;
}

.btn.featured-link:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*# sourceMappingURL=resource-landing.css.map */
