
/* -------------- COLORS -------------- */

/* ---------------------------- */

/* -------------- FRONT END -------------- */

/* ---------------------------- */

/* -------------- ADMIN -------------- */

/* ---------------------------- */

/* -------------- MIXINS -------------- */

/* ---------------------------- */

/* -------------- MEDIA QUERIES -------------- */
.resource_center-filter-row {
	position: relative;
	background-color: #f0f0f0;
	border-radius: 10px;
	display: flex;
	padding: 15px;
	justify-content: space-between;
	gap: 13px;
	overflow: hidden;
}

.resource_center-filter-row .form-container {
	display: flex;
	gap: 15px;
	align-items: center;
}

.resource_center-filter-row .form-container .rc-button {
	display: flex;
}

.resource_center-filter-row .rc-filter {
	flex: 1 1 auto;
	position: relative;
	-webkit-appearance: none;
	background-image: url("https://decisions.com/nitropack_static/qbsAUcfsKewEliMyIrsGPoJwgFuIzUdx/assets/images/source/rev-d950576/decisions.com/wp-content/themes/decisions2022/images/arrow-down-svgrepo-com.svg");
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: 98% 38%;
}

.resource_center-filter-row .rc-filter.nitro-lazy {
	background-image: none !important;
}

.resource_center-filter-row .rc-filter:focus {
	outline: none;
	border: transparent;
}

.resource_center-filter-row select {
	border: 1px solid #f0f0f0;
	border-radius: 6px;
	padding: 8px 35px 8px 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #111e4c;
}

.resource_center-filter-row .filter-search {
	position: relative;
	width: 20%;
}

.resource_center-filter-row .filter-search .search-icon {
	width: 20px;
	position: absolute;
	z-index: 15;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.resource_center-filter-row .filter-search .rcsearchForm {
	width: 0;
	transition: width .5s ease;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.resource_center-filter-row .filter-search input[type="text"] {
	width: 100%;
	padding: 7px;
	border: none;
	border-radius: 6px;
}

.resource_center-filter-row .filter-search input[type="text"]:focus {
	outline: none;
	border: transparent;
}

.resource_center-filter-row .filter-search button {
	position: absolute;
	border: 0;
	right: 0;
	top: 5px;
	background: inherit;
}

.resource_center-filter-row .filter-search button:focus {
	outline: none;
	border: transparent;
}

.resource_center-filter-row .filter-search button img {
	width: 17px;
}

.resource_center_lists .wrapper {
	position: relative;
	border-bottom: 1px solid #111e4c;
	padding-bottom: 20px;
}

.resource_center_lists .wrapper .owl-nav {
	position: absolute;
	top: -60px;
	right: 21px;
}

.resource_center_lists .wrapper .owl-nav .owl-next, .resource_center_lists .wrapper .owl-nav .owl-prev {
	border: 1px solid #111e4c !important;
	width: 40px;
	height: 40px;
	line-height: 4;
	border-radius: 5px;
}

.resource_center_lists .wrapper .owl-nav .owl-next img, .resource_center_lists .wrapper .owl-nav .owl-prev img {
	width: 9px;
	margin-top: -36px;
}

.resource_center_lists .wrapper .owl-nav .owl-next:focus, .resource_center_lists .wrapper .owl-nav .owl-prev:focus {
	outline: none;
}

.resource_center_lists .wrapper .owl-nav .owl-prev {
	margin-right: 15px;
}

.resource_center_lists .wrapper .owl-nav .owl-next.disabled, .resource_center_lists .wrapper .owl-nav .owl-prev.disabled {
	border: 1px solid #d5d5d5 !important;
	pointer-events: none !important;
}

.resource_center_lists .wrapper .owl-nav .owl-next.disabled img, .resource_center_lists .wrapper .owl-nav .owl-prev.disabled img {
	filter: brightness(0) saturate(100%) invert(87%) sepia(2%) saturate(8%) hue-rotate(336deg) brightness(94%) contrast(80%);
}

.resource_center_lists .wrapper:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.term-description {
	border-bottom: 1px solid #111e4c;
}

.videos-container.videos-wrapper {
	justify-content: unset !important;
}

.videos-container.videos-wrapper .item {
	width: auto !important;
	padding: 20px 15px !important;
}

.videos-container.videos-wrapper .item a {
	padding-bottom: 85px !important;
}

.videos-container.videos-wrapper .item a i {
	bottom: 35px !important;
}

.videos-container.videos-wrapper .item h2 {
	height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.whitepapers-container.whitepapers-wrapper {
	justify-content: unset !important;
}

.whitepapers-container.whitepapers-wrapper .item {
	width: auto !important;
	padding: 20px 15px !important;
}

.whitepapers-container.whitepapers-wrapper .item a {
	padding-bottom: 85px !important;
}

.whitepapers-container.whitepapers-wrapper .item a i {
	bottom: 35px !important;
}

.whitepapers-container.whitepapers-wrapper .item h2 {
	height: 65px;
	padding-top: 15px !important;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ebooks-wrapper .item {
	padding: 20px 15px !important;
}

.ebooks-wrapper .item a {
	display: block;
	height: 100%;
	padding: 0 0 26px 0;
	border-radius: 8px;
	color: #3a4045;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
	padding-bottom: 85px !important;
	position: relative;
	transition: all 400ms ease-in-out;
}

.ebooks-wrapper .item a div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
	overflow: hidden;
}

.ebooks-wrapper .item a div::after {
	content: "";
	display: block;
	padding-top: 50%;
}

.ebooks-wrapper .item a h2 {
	height: 65px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #3a4045;
	color: #024695;
	line-height: 1.4rem;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ebooks-wrapper .item a i {
	position: absolute;
	left: 50%;
	bottom: 35px !important;
	transform: translatex(-50%);
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 26px;
	height: 33px;
	border-radius: 35px;
	color: #fff;
	background-color: #111e4c;
	border-color: #111e4c;
}

.ebooks-wrapper .item a i:hover {
	color: #111e4c;
	background-color: #fff;
	text-decoration: none;
}

.ebooks-wrapper .item a i:before {
	content: "Download";
	font-style: normal;
	white-space: nowrap;
}

.ebooks-wrapper .item a:hover {
	text-decoration: none;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
	transform: scale(1.03);
}

.ebooks-wrapper .item a:hover i {
	background-color: #fff;
	color: #111e4c;
}

.datasheets-wrapper .item {
	margin: 15px;
	margin-bottom: 40px;
}

.datasheets-wrapper .item a {
	display: block;
	height: 100%;
	padding: 0 0 26px 0;
	border-radius: 8px;
	color: #3a4045;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
	padding-bottom: 85px !important;
	position: relative;
	transition: all 400ms ease-in-out;
}

.datasheets-wrapper .item a div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
	overflow: hidden;
}

.datasheets-wrapper .item a div::after {
	content: "";
	display: block;
	padding-top: 50%;
	background: rgba(49, 129, 210, .7);
}

.datasheets-wrapper .item a h2 {
	height: 65px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #3a4045;
	color: #024695;
	line-height: 1.4rem;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.datasheets-wrapper .item a i {
	position: absolute;
	left: 50%;
	bottom: 35px !important;
	transform: translatex(-50%);
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 26px;
	height: 33px;
	border-radius: 35px;
	color: #fff;
	background-color: #111e4c;
	border-color: #111e4c;
}

.datasheets-wrapper .item a i:hover {
	color: #111e4c;
	background-color: #fff;
	text-decoration: none;
}

.datasheets-wrapper .item a i:before {
	content: "Download";
	font-style: normal;
	white-space: nowrap;
}

.datasheets-wrapper .item a:hover {
	text-decoration: none;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
	transform: scale(1.03);
}

.datasheets-wrapper .item a:hover i {
	background-color: #fff;
	color: #111e4c;
}

.blogs-wrapper .item {
	margin: 15px;
	margin-bottom: 40px;
}

.blogs-wrapper .item a {
	display: block;
	height: 100%;
	padding: 0 0 26px 0;
	border-radius: 8px;
	color: #3a4045;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
	padding-bottom: 85px !important;
	position: relative;
	transition: all 400ms ease-in-out;
}

.blogs-wrapper .item a div.bg-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
	overflow: hidden;
}

.blogs-wrapper .item a div.bg-image:after {
	content: "";
	display: block;
	padding-top: 50%;
}

.blogs-wrapper .item a .data {
	font-size: 18px;
	color: #a9a6a6;
	text-align: center;
	padding: 13px 0;
}

.blogs-wrapper .item a .text {
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.blogs-wrapper .item a h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #3a4045;
	color: #024695;
	line-height: 1.4rem;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blogs-wrapper .item a i {
	position: absolute;
	left: 50%;
	bottom: 35px !important;
	transform: translatex(-50%);
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 26px;
	height: 33px;
	border-radius: 35px;
	color: #fff;
	background-color: #111e4c;
	border-color: #111e4c;
}

.blogs-wrapper .item a i:hover {
	color: #111e4c;
	background-color: #fff;
	text-decoration: none;
}

.blogs-wrapper .item a i:before {
	content: "Read More";
	font-style: normal;
	white-space: nowrap;
}

.blogs-wrapper .item a:hover {
	text-decoration: none;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
	transform: scale(1.03);
}

.blogs-wrapper .item a:hover i {
	background-color: #fff;
	color: #111e4c;
}

.reports-wrapper .item {
	margin: 15px;
	margin-bottom: 40px;
}

.reports-wrapper .item a {
	display: block;
	height: 100%;
	padding: 0 0 26px 0;
	border-radius: 8px;
	color: #3a4045;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
	padding-bottom: 85px !important;
	position: relative;
	transition: all 400ms ease-in-out;
}

.reports-wrapper .item a div {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
	overflow: hidden;
}

.reports-wrapper .item a p {
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 85px;
	margin-bottom: -39px;
}

.reports-wrapper .item a img {
	width: 291px;
	margin: 0 auto;
	padding: 15px;
	padding-bottom: 0px;
	margin-bottom: -10px;
}

.reports-wrapper .item a h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #3a4045;
	color: #024695;
	line-height: 1.4rem;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.reports-wrapper .item a i {
	position: relative;
	bottom: -50px !important;
	font-style: normal;
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 26px;
	height: 33px;
	border-radius: 35px;
	color: #fff;
	background-color: #111e4c;
	border-color: #111e4c;
}

.reports-wrapper .item a i:hover {
	color: #111e4c;
	background-color: #fff;
	text-decoration: none;
}

.reports-wrapper .item a i:before {
	content: "";
	font-style: normal;
	white-space: nowr ap;
}

.reports-wrapper .item a:hover {
	text-decoration: none;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
	transform: scale(1.03);
}

.reports-wrapper .item a:hover i {
	background-color: #fff;
	color: #111e4c;
}

.customer-profiles-wrapper .item {
	margin: 15px;
	margin-bottom: 40px;
}

.customer-profiles-wrapper .item a {
	display: block;
	height: 100%;
	padding: 0 0 26px 0;
	border-radius: 8px;
	color: #3a4045;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, .3);
	padding-bottom: 85px !important;
	position: relative;
	transition: all 400ms ease-in-out;
}

.customer-profiles-wrapper .item a div {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	position: relative;
	overflow: hidden;
}

.customer-profiles-wrapper .item a .text {
	text-align: center;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.customer-profiles-wrapper .item a .img-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 15px;
}

.customer-profiles-wrapper .item a .img-holder img {
	display: inline-block !important;
	width: auto !important;
}

.customer-profiles-wrapper .item a h2 {
	font-size: 1.2rem;
	font-weight: 400;
	color: #3a4045;
	color: #024695;
	line-height: 1.4rem;
	padding-top: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.customer-profiles-wrapper .item a i {
	position: absolute;
	left: 50%;
	bottom: 35px !important;
	transform: translatex(-50%);
	display: inline-block;
	font-size: .875rem;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	line-height: 22px;
	padding-top: 5px;
	padding-left: 26px;
	padding-right: 26px;
	height: 33px;
	border-radius: 35px;
	color: #fff;
	background-color: #111e4c;
	border-color: #111e4c;
	font-style: normal;
	white-space: nowrap;
}

.customer-profiles-wrapper .item a i:hover {
	color: #111e4c;
	background-color: #fff;
	text-decoration: none;
}

.customer-profiles-wrapper .item a i:before {
	content: "";
	font-style: normal;
	white-space: nowrap;
}

.customer-profiles-wrapper .item a:hover {
	text-decoration: none;
	box-shadow: 1px 2px 14px rgba(0, 0, 0, .5);
	transform: scale(1.03);
}

.customer-profiles-wrapper .item a:hover i {
	background-color: #fff;
	color: #111e4c;
}

.term-names {
	font-size: 15px;
	color: #111e4c;
	padding-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}

.hide-item {
	display: none !important;
}

.resource_type {
	opacity: 0;
	height: 0 !important;
	padding: 0;
}

.owl-dots {
	display: none;
}

.navigation .title {
	padding-left: 15px;
}

@media (max-width: 760px) {
	.resource_center-filter-row {
		flex-direction: column;
		padding-bottom: 0;
	}
	
	.resource_center-filter-row .form-container {
		flex-direction: column;
	}
	
	.resource_center-filter-row .filter-search {
		width: 100%;
	}
	
	.resource_center-filter-row .filter-search .rcsearchForm {
		position: relative;
		margin-top: 23px;
	}
	
	.resource_center-filter-row .filter-search .search-icon {
		position: relative;
		display: none;
	}
}
