@charset "utf-8";
/* CSS Document */
.bg-ctclearn {
	background-image:url('/ctclearn/images/header-long.jpg?V02');
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	padding-top:3.5rem;
	padding-bottom:3.5rem;
}

@media screen and (max-width:1199px) {
	.bg-ctclearn {
		padding-top:2rem;
		padding-bottom:2rem;
	}
}
@media screen and (max-width:992px) {
	.bg-ctclearn {
		padding-top:1rem;
		padding-bottom:1rem;
	}
}
@media screen and (max-width:768px) {
	.bg-ctclearn {
		padding-top:.8rem;
		padding-bottom:.8rem;
	}
}
@media screen and (max-width:767px) {
	.bg-ctclearn {
		background:none;
	}
}

.header img {
	margin-left:auto;
	margin-right:auto;
}

.main-text p {
	font-size:1.25rem;
	line-height:1.5;
	margin-bottom:1rem;
}
.main-text ul {
	padding-left:1.5rem;
}
.main-text ul > li {
	font-size:1.25rem;
	line-height:1.5;
	margin-bottom:.75rem;
	padding-left:.75rem;
}

.bar-black {
	width:100%;
	max-width:100%;
	height:4px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
}

a.btn-danger {
	font-weight:700;
	border-radius:0;
	white-space:normal;
	background-color:#cf2122;
	border-color:#cf2122;
}

@media screen and (min-width:768px) {
	.mh-50 {
		min-height:120px;
	}
	.mh-70 {
		min-height:150px;
	}
}

@media screen and (min-width:992px) {
	.mh-50 {
		min-height:70px;
	}
	.mh-70 {
		min-height:100px;
	}
}