body {
	height: 100vh !important;
}

.inlineBCA {
	height: 1.5rem;
}

.rightCollapseArrowActive {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform-origin: 25% 25%;
	-webkit-transform-origin: 25% 25%;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.rightCollapseArrow {
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

.heartList {
	list-style-image: url("../imgs//assessment/ulBcHeart.svg");
}

.certBox {
	width: 15rem;
	height: 15rem;
	position: relative;
}

@media (min-width: 768px) {
	#bcaMainSlide1 {
		width: 60%;
		z-index: 2;
		top: 0;
		right: 0;
	}
	#bcaSlideText1 {
		width: 28%;
		z-index: 4;
		top: 15%;
		right: 18%;
	}
	#bcaSlideText2 {
		width: 28%;
		z-index: 4;
		top: 44%;
		right: 13%;
	}
	#bcaSlideImprint {
		width: 7%;
		z-index: 3;
		top: 32%;
		right: 13.1%;
	}

	#bcaPersonMainSlide {
		width: 10.5%;
		z-index: 1;
		bottom: -0.2%;
		left: 35%;
	}
	#bcaBaseLine {
		width: 20%;
		z-index: 1;
		bottom: -13%;
		left: 27%;
	}
	#bcaFirstFile {
		width: 7%;
		z-index: 3;
		bottom: -9%;
		left: 32%;
	}
	#bcaImprintFile {
		width: 5%;
		z-index: 2;
		bottom: -7%;
		left: 29%;
	}
	#bcaThirdFile {
		width: 5%;
		z-index: 1;
		bottom: 14%;
		left: 30%;
	}
}

@media (max-width: 767.98px) {
	#bcaMainSlide1 {
		width: 110%;
		z-index: 2;
		top: -1px;
		right: -25%;
	}

	/* #bcaPersonMainSlide {
		width: 43%;
		z-index: 2;
		top: 35%;
		left: 0%;
	} */

	#bcaMainSlide2lg {
		width: 190%;
	}

	#bcaSlideText1 {
		width: 45%;
		z-index: 4;
		top: 15%;
		right: 18%;
	}
	#bcaSlideText2 {
		width: 45%;
		z-index: 4;
		top: 40%;
		right: 10%;
	}
	#bcaSlideImprint {
		width: 15%;
		z-index: 3;
		top: 26%;
		right: 8.7%;
	}

	#bcaPersonMainSlide {
		width: 20.5%;
		z-index: 5;
		bottom: -0.5%;
		left: 18%;
	}
	#bcaBaseLine {
		width: 40%;
		z-index: 1;
		bottom: -14%;
		left: 1%;
	}
	#bcaFirstFile {
		width: 14%;
		z-index: 8;
		bottom: -9%;
		left: 12%;
	}
	#bcaImprintFile {
		width: 10%;
		z-index: 7;
		bottom: -7%;
		left: 6%;
	}
	#bcaThirdFile {
		width: 10%;
		z-index: 6;
		bottom: 14%;
		left: 8%;
	}
}

@media (max-width: 575px) {
	.certBox {
		width: 10rem;
		height: 12rem;
		font-size: 0.7rem;
		/* margin: 0.02rem !important; */
	}

	.certBox img {
		width: 40%;
	}
}

div.certBox {
	background-color: #eaeaea;
}
div.certBox:hover {
	background-color: #efefef !important;
}

.assessment-reports-logo {
	position: absolute;
	top: 50%;
	width: 12%;
	left: 20%;
	transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-o-transform: translateY(-60%);
}

.bei-logo-top {
	top: 60% !important;
}
.margin-left-20percent {
	margin-left: 20%;
}

.big-border {
	border-width: 7px !important;
}

.custom-width {
	width: 13rem;
}
.heart-bullets li {
	/* display: block; */
	/* max-width: 60vw; */
	/* text-indent: 0%; */
}
.heart-bullets li::before {
	content: "";
	background-image: url("../imgs/greenHeart.svg");
	display: inline-block;
	height: 1em;
	width: 1em;
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 2em;
}
@media (max-width: 768px) {
	.assessment-reports-logo {
		left: 15%;
	}

	.margin-left-20percent {
		margin-left: 15%;
	}
}
@media (max-width: 576px) {
	.assessment-reports-logo {
		left: 5%;
		width: 25%;
	}

	.header-colored-bg {
		height: 15vh !important;
	}

	.margin-left-20percent {
		margin-left: 5%;
	}
	.inline-btn {
		font-size: 1rem !important;
	}
}
