#the_gallery_div {
	background-color: transparent;
}

.resource-btn {
	color: #22bbe4;
	font-weight: 600;
	border: 2px solid #22bbe4;
	text-decoration: none;
	padding: 10px 20px;
	transition: background-color 0.4s ease, color 0.4s ease;
}

.resource-btn:hover {
	transition: background-color 0.4s ease, color 0.4s ease;
	text-decoration: none;
	background-color: #22bbe4;
	color: #fff;
}

#resource_div,
#faq-container {
	background-color: #fff;
}

#resource_div .container {
	padding: 40px 0px 0px;
	border-bottom: 1px solid black;
}
.card {
	border: none;
}

.card img {
	max-width: 150px;
}

.card-title a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/*
.portfolio-item
{
	padding: 0px!important;
}*/

.resource-item {
	margin-bottom: 0px;
}

.resource-item .card-img-top {
	transition: transform ease 0.4s;
}

.resource-item:hover .card-img-top {
	transform: scale(1.2);
}

@media (min-width: 1400px) {
	.col-lg-2-4 {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) {
	.resource-item {
		-ms-flex: 0 0 14.28%;
		flex: 0 0 14.28%;
		max-width: 14.28%;
	}
}

#need-help-small {
	font-size: 1.4rem;
}

#Need-help {
	font-size: 4rem;
	font-weight: bold;
}

#faq-btn {
	transition: transform 0.2s ease;
}

#faq-btn:hover {
	transition: transform 0.2s ease;
	transform: scale(1.1);
}

/***************************SOLO PAGE***************************/
#application_banner .container {
	min-height: 200px;
	align-items: center;
	display: flex;
}

#banner-title {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}

#banner-title:hover {
	text-decoration: none;
	color: #000;
}

#content-container {
	padding: 0px 0px 0px;
	background-color: #ffffff;
}

#accord_menu_container {
	min-height: calc(100vh - 335px);
}

#img-menu_container {
	position: absolute;
	bottom: 0px;
}

#detail_content_container {
	padding: 0px 15px 0px 50px;
}

#accordion {
	margin-top: 40px;
	position: sticky;
	top: 150px;
	border-radius: 16px;
	background-color: #f4f4f4;
	box-shadow: 0px 1px 19px -5px #000000;
	margin-bottom: 250px;
}

#accordion .card:first-child,
#accordion .card:first-child .card-header {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

#accordion .card:last-child,
#accordion .card:last-child .card-header {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
}

#accordion .card:first-child .card-header {
	margin-top: 10px;
	border-top: none;
}

#accordion .card:last-child .card-header {
	margin-bottom: 10px;
	border-bottom: none;
}

#accordion .card {
	padding: 0px 15px;
}

#accordion .card,
.card-header {
	background: #fff;
}

#accordion .card-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#accordion .card-header {
	display: flex;
	justify-content: space-between;
	padding: 0px 15px;
	align-items: center;
	padding: 10px 0px;
}

.accordion-link {
	color: #000;
	font-weight: 700;
	text-align: left;
	margin-right: 20px;
}

.accordion-link:hover,
.accordion-link.active {
	text-decoration: none;
	color: #22bbe4;
}

.download-item {
	border-bottom: 0.5px solid rgba(128, 128, 128, 0.9);
	padding: 13px 10px 13px 20px;
	margin-left: 20px;
}

.download-name {
	font-size: 1.2rem;
	font-weight: 600;
}

#download-btn-container {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 0px 20px;
}
.download-btn-div {
	margin-bottom: 5px;
	margin-left: 5px;
}

.download-btn {
	border: 2px solid #22bbe4;
	border-radius: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #22bbe4;
}

.download-word-btn {
	padding-left: 4px;
}

.download-icon-btn {
	color: #fff;
	background-color: #22bbe4;
	padding: 0px 5px;
}

.download-btn:hover {
	text-decoration: none;
	color: #000;
	border-color: #000;
}

.download-btn:hover .download-icon-btn {
	color: #fff;
	background-color: #000;
}

.library-accordion {
	border-radius: 6px;
	/* 	border: 1px solid #5e9fd6; */
	margin-bottom: 15px;
	overflow: hidden;
	background-color: #fff;
}

.library-accordion .accordion-title {
	color: #fff;
	background-color: #5e9fd6;
	padding: 0.5rem 1rem;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: 600;
}

.library-accordion .accordion-arrow {
	float: right;
	font-size: 2rem;
	line-height: 0;
}

.library-accordion .accordion-body {
	padding: 1.5rem;
}

.library-download-item {
	display: flex;
	justify-content: center;
}

.library-download-item:hover .cover-overlay {
	transition: opacity 0.4s ease;
	z-index: 0;
	opacity: 1;
}

.library-download-item .card {
	text-align: center;
	width: 100%;
	background-color: transparent;
}

.cover-container {
	position: relative;
}

.cover-overlay {
	transition: opacity 0.4s ease, z-index 0s ease 0.4s;
	z-index: -1;
	opacity: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: center;
	font-size: 5rem;
}

.brochure-img {
	max-width: 190px !important;
	box-shadow: 5px 5px 15px -7px grey;
}

.thumbnail-button {
	margin-top: 5px;
	color: #000;
}

.thumbnail-button:hover {
	color: #22bbe4;
	text-decoration: none;
}

/***************************SOLO PAGE***************************/

@media (max-width: 1600px) {
	#content-container {
		background-color: #ffffff;
	}

	#application_banner .container {
		min-height: 120px;
	}
}

@media (max-width: 1400px) {
	#content-container {
		background-color: #ffffff;
	}

	.download-name {
		font-size: 1.2rem;
	}
}

@media (max-width: 800px) {
	#gallery_banner_img {
		height: auto;
	}

	#need-help-small {
		font-size: 1.3rem;
	}

	#Need-help {
		font-size: 3.4rem;
	}

	#faq-btn img {
		max-width: 200px;
	}

	#banner_container {
		height: auto;
	}

	#accordion {
		margin-bottom: 0px;
	}

	#content-container {
		background-color: #ffffff;
	}

	#detail_content_container {
		padding: 0px 15px 0px 15px;
	}

	#img-menu_container {
		display: none;
	}

	#accord_menu_container {
		min-height: auto;
	}
}

@media (max-width: 450px) {
	#need-help-small {
		font-size: 1.2rem;
	}

	#Need-help {
		font-size: 2rem;
	}

	#faq-img-container {
		padding: 0px;
	}

	#faq-btn img {
		max-width: 100px;
	}

	#feature_container {
		background: linear-gradient(#fff 10%, rgba(34, 187, 228, 0.3) 1% 90%);
		margin-bottom: 40px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#application_banner .container {
		height: 200px;
	}

	#faq-img-container {
		display: block !important;
	}

	#faq-desc-row,
	#faq-btn {
		width: 100%;
	}
}
