/* CSS Document */

@charset "utf-8";

h3 {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;

}

.desktop h3, .desktop .row {
	padding-left: 10rem;
	padding-right: 10rem;

}

.container {
	position: relative;

}

.container h3 {
	font-size: 2rem;
	text-align: center;
	color: #222;

}

.container p {
	text-align: center;

}

.outerbox {
	width: 33.3%;

}

.outerbox .box {
	padding-bottom: 0;

}

.subcontent {
	text-align: left;

}

.subcontent img {
	width: 100%;
	padding: 1rem 0.5rem;
	padding-top: 0;

}

.subcontent h4 {
	padding: 0.5rem 0.5rem;
	font-size: 1.5rem;
	text-align: left;
	padding-bottom: 0;
	color: #222;

}

.subcontent p {
	padding: 1rem 0.5rem;
	padding-bottom: 0;
	color: #222222;
	text-align: left;

}

.subcontent p a {
	color: #d90202;
	font-weight: 500;

}

.subcontent p:last-child {
	padding: 1rem 0.5rem;
	padding-bottom: 0;

}

.subcontent .fa:before {
	vertical-align: middle;
	line-height: 2.5rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	color: #d90202;

}

.desktop .article .separator {
	height: 33rem;
	background-color: #ffffff !important;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-attachment: fixed !important;
	background-position: top center !important;

}

.CBoxes > * {
	padding: 0.5rem 0.5rem;

}

.CBoxes > *:nth-child(2n+1){
	cursor: pointer;

}

.desktop .CBoxes > *:nth-child(2n+1):hover, .CBoxes > *:nth-child(2n+1).selected {
	background: #727f97;
	color: #fff;

}

.CBoxes > *:nth-child(2n+1) > * {
	display: inline-block;
	vertical-align: bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.CBoxes > *:nth-child(2n+1) > *:first-child {
	width: 45%;
	line-height: 1.2rem;

}

.CBoxes > *:nth-child(2n+1) > *:nth-child(2){
	width: 10%;

}

.CBoxes > *:nth-child(2n+1) > *:nth-child(2) > * {
	line-height: 1.2rem;

}

.CBoxes > *:nth-child(2n+1) > *:last-child {
	width: 45%;
	line-height: 1.2rem;

}

.CBoxes > *:nth-child(2n+0){
	display: none;
	vertical-align: bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.CBoxes > *:nth-child(2n+0) > * {
	border-bottom: 1px solid #727f97;
	margin-bottom: 0.3rem;
	padding-bottom: 0.3rem;

}

.CBoxes > *:nth-child(2n+0) > *:last-child {
	border-bottom: 0 none transparent;
	margin-bottom: 0;

}

.CBoxes > *:nth-child(2n+0) > * > * {
	display: inline-block;

}

.CBoxes > *:nth-child(2n+0) > * > *:first-child {
	width: 45%;
	line-height: 1.2rem;

}

.CBoxes > *:nth-child(2n+0) > * > *:nth-child(2) {
	width: 10%;
	line-height: 1.2rem;

}

.CBoxes > *:nth-child(2n+0) > * > *:last-child {
	width: 45%;
	line-height: 1.2rem;

}

.desktop .container .content p {
	text-align: left;
	color: #333;
	font-size: 1.25rem;
	/*line-height: 150%;*/
	line-height: 2.5rem;
	margin-bottom: 1.5rem;

}

.desktop p:last-of-type {
	margin-bottom: 0;

}

.desktop .imgContainer1, .desktop .imgContainer2 {
	font-size: 0;
	background-color: #003e53;
	margin-bottom: 1rem;

}

.desktop .imgContainer1 > span, .desktop .imgContainer2 > span {
	display: inline-block;

}

.desktop .imgContainer1 > span:first-of-type, .desktop .imgContainer2 > span:first-of-type {
	width: 70%;

}

.desktop .imgContainer1 > span:nth-of-type(2), .desktop .imgContainer2 > span:nth-of-type(2){
	width: 30%;
	padding: 2rem;

}

img {
	max-width: 100%;
	width: 100%;
	display: block;

}

.imgContainer1 p, .imgContainer2 p {
	color: #fff !important;

}

.subcontent {
	padding: 2rem;
	color: #666;
	background: #ffffff;

}
.subcontent > h3 {
	padding-bottom: 2rem;

}

.desktop .subcontent {
	padding-left: 12rem !important;
	padding-right: 12rem !important;

}

.desktop .eventbox.openmenu .separator,
.desktop .openmenu .separator {
    margin-top: 3.15rem;
	background-position: center 3.15rem !important;
}