/* Misc Styles */

html {
	background:#e6e6e6;
}
body{
	background:none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.clear {
	clear: both;
}
h1{
	font-weight:bold;
}

.content {
	background-color:#fff;
	max-width: 700px;
	text-align: center;
	margin: 150px auto;
	padding: 70px;
	border: 1px solid #9c9c9c !important;
}
.redtext {
	color: #f10000;
	font-size: 40px;
	font-weight: bold;
}

.purple {
	color: #da00ac;
	font-size: 40px;
	font-weight: bold;
}

.content p{
	font-size:20px;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}

a {
	color: #ee2d26;
}

a:hover {
	color: #ee2d26;
	text-decoration: underline;
}


/* Bootstrap Overrides */

/*
	This CSS resource incorporates links to font software which is the valuable copyrighted
	property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
	redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
	Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
*/

@font-face{
	font-family:"HelveticaNeueW02-45Ligh";
	src:url("/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix");
	src:url("/fonts/694015/88fcd49a-13c7-4d0c-86b1-ad1e258bd75d.eot?#iefix") format("eot"),url("/fonts/694015/9a2e4855-380f-477f-950e-d98e8db54eac.woff") format("woff"),url("/fonts/694015/fa82d0ee-4fbd-4cc9-bf9f-226ad1fcbae2.ttf") format("truetype"),url("/fonts/694015/48d599a6-92b5-4d43-a4ac-8959f6971853.svg#48d599a6-92b5-4d43-a4ac-8959f6971853") format("svg");
}

@font-face{
	font-family:"HelveticaNeueW02-75Bold";
	src:url("/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix");
	src:url("/fonts/694033/db853e0e-929b-4272-b420-c946c954cf3a.eot?#iefix") format("eot"),url("/fonts/694033/4a9c62ab-b359-4081-8383-a0d1cdebd111.woff") format("woff"),url("/fonts/694033/db5f9ba6-05a4-433a-9461-0a6f257a0c3a.ttf") format("truetype"),url("/fonts/694033/25e09910-ffc3-4fc4-b0d1-db9a95dface8.svg#25e09910-ffc3-4fc4-b0d1-db9a95dface8") format("svg");
}


/* Header */


span.red { 
	color: #ed2d25;
	display: inline-block;
	margin: 0 0.2em;
}


/* Media Queries */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1410px) {
	.content {
		padding-left: 20px;
		padding-right: 20px;
	}
}


p.small {
	font-size: 7pt;
	color:#c3c1bf
}