.bgImageSubPage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
}
@media (max-width: 1200px) {
	html.portrait .bgImageSubPage {
		height: 30vh;
	}
}
@media (max-width: 479px) {
	html.portrait .bgImageSubPage {
		height: 20vh;
	}
}

.csc-default * {
	color: rgb(239, 239, 239);
}
.csc-default h1, 
.csc-default h2, 
.csc-default h3, 
.csc-default h4, 
.csc-default h5, 
.csc-default h6 {
	color: rgb(184, 166, 137);
}

.csc-default h1 {
	text-transform: none;
	margin-bottom: 25px;
}
.csc-default h2 {
	margin-bottom: 21px;
}
.csc-default h3 {
	margin-bottom: 17px;
}
.csc-default h4 {
	margin-bottom: 17px;
}
.csc-default h5 {
	margin-bottom: 17px;
}
.csc-default h6 {
	margin-bottom: 17px;
}