/* Conflicts with theme css
body {
	background: #e5e4e1;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', Calibri, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #f7f7f7;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
	outline: none;
}
*/
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.nm-header,
.nm-top {
	font-family: 'Open Sans', Arial, sans-serif;
}
.nm-header {
	margin: 0 auto;
	padding: 2em;
	background: rgba(0,0,0,0.01);
	text-align: center;
}
.nm-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.3;
}
.nm-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}
/* To Navigation Style */

.top-bar-night {
    background: #244B74;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 5px 0px #585858;
    z-index: 1;
}

.top-bar {
    background: #750000 /*  */;
    width: 100%;
    height: 55px;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 5px 0px #585858;
    z-index: 1;
}


.nm-top {
	width: 100%;
	background: #91cfa1;
	background: rgba(255, 255, 255, 0.1);
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2.2;
}
.nm-top a {
	display: inline-block;
	padding: 0 1em;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.nm-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}
.nm-top span.right {
	float: right;
}
.nm-top span.right a {
	display: block;
	float: left;
}
.content {
	margin-top:55px;
}
.block {

}
.block-40 {
	width: 40%;
}
.block-100 {
	width: 100%;
}
.block p {
	margin: 0;
	padding: 0 1em 0.6em;
	font-size: 1.8em;
	line-height: 1.5;
}
.info {
	text-align: center;
	font-size: 1.5em;
	margin-top: 3em;
	clear: both;
	padding-top: 3em;
	color: rgba(255,255,255,0.5);
}
.info a {
	font-weight: 700;
	font-size: 0.9em;
}
.info a:hover {
	color: #750000;
}

@media screen and (max-width: 69em) {
	.block {
		float: none;
		width: 100% !important;
		/* padding: 1em; */
	}
}

@media screen and (max-width: 25em) {
/*
	body {
		font-size: 80%;
	}
*/

}