@charset "UTF-8";

.pageContainer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

.contentbox {
	font-size: 14pt;
}
.contentbox_title {
	margin-top: 20px;
	font-size: 14pt;
	font-family: 'Cinzel';
	font-weight:400;
}
.contentbox_content {
	width: 85%;
	padding-left: 7.5%;
	padding-right: 7.5%;
	font-size: 11pt;
	margin-top: 20px;
	text-align: justify;
}
.contentbox_banner {
}
.contentareaContainer {
}


.contentContainer {
	height: 100%;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


.pageContainer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.contentbox {
	font-size: 14pt;
}
.contentbox_title {
	font-size: 20pt;
	margin-top: 20px;
	font-family: 'Cinzel';
	font-weight:400;
}
.contentbox_content {
	font-size: 11pt;
	text-align: justify;
	margin-top: 20px;
	padding-left: 7.5%;
	padding-right: 7.5%;
	width: 85%;
}
.contentbox_banner {
}
.contentareaContainer {
}

.contentContainer {
	display: block;
	height: 100%;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1025px) {



body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	float: left;
	clear: none;
}


.pageContainer {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	float: left;
	clear: none;
}

.contentbox {
	width: 80%;
	display: block;
	clear: none;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 14pt;
	padding-top: 20px;
	padding-bottom: 20px;
}
.contentbox_title {
	font-size: 20pt;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Cinzel';
	font-weight:400;
}
.contentbox_content {
	text-align: justify;
}
.contentbox_banner {
	display: none;
}
.contentareaContainer {
	width: 95%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1280px;
}


.contentContainer {
	opacity: 1;
}


}
