@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'PTSans-Bold';
	src: url('../fonts/PTSans-Bold.eot?') format('eot'), url('../fonts/PTSans-Bold.woff') format('woff'), url('../fonts/PTSans-Bold.ttf') format('truetype'), url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
}

@font-face {
	font-family: 'PTSans-BoldItalic';
	src: url('../fonts/PTSans-BoldItalic.eot?') format('eot'), url('../fonts/PTSans-BoldItalic.woff') format('woff'), url('../fonts/PTSans-BoldItalic.ttf') format('truetype'), url('../fonts/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
}

@font-face {
	font-family: 'PTSans-Italic';
	src: url('../fonts/PTSans-Italic.eot?') format('eot'), url('../fonts/PTSans-Italic.woff') format('woff'), url('../fonts/PTSans-Italic.ttf') format('truetype'), url('../fonts/PTSans-Italic.svg#PTSans-Italic') format('svg');
}

@font-face {
	font-family: 'PTSans-Narrow';
	src: url('../fonts/PTSans-Narrow.eot?') format('eot'), url('../fonts/PTSans-Narrow.woff') format('woff'), url('../fonts/PTSans-Narrow.ttf') format('truetype'), url('../fonts/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
}

@font-face {
	font-family: 'PTSans-NarrowBold';
	src: url('../fonts/PTSans-NarrowBold.eot?') format('eot'), url('../fonts/PTSans-NarrowBold.woff') format('woff'), url('../fonts/PTSans-NarrowBold.ttf') format('truetype'), url('../fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
}

@font-face {
	font-family: 'PTSans-Regular';
	src: url('../fonts/PTSans-Regular.eot?') format('eot'), url('../fonts/PTSans-Regular.woff') format('woff'), url('../fonts/PTSans-Regular.ttf') format('truetype'), url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
}

@font-face {
	font-family: 'RexBold';
	src: url('../fonts/RexBold.eot?') format('eot'), url('../fonts/RexBold.woff') format('woff'), url('../fonts/RexBold.ttf') format('truetype'), url('../fonts/RexBold.svg#RexBold') format('svg');
}

html{
	font-family: 'PTSans-Narrow', Arial;
}

body{
	background:#fff url(../images/bg.png);
	font-family: 'PTSans-Narrow', Arial;
	font-size:18px;
	color:#555555;
	line-height:125%;
}

a{
	color:#67af03;
	text-decoration:underline;
}

a:focus, a:link{
	color:#67af03;
	text-decoration:underline;
}

a:hover{
	color:#67af03;
	text-decoration:none;
}

strong, b{
	font-family: 'PTSans-NarrowBold';
	font-weight:normal;
}

img{
	display:block;
}

.clear{
	clear:both;
}

.form-item, .form-actions{
	margin:0;
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select,
.form-managed-file .form-file{
	background: #ffffcc;
	border:0;
	margin:0;
	padding:0 5px;
	width:235px;
	height:30px;
	line-height:28px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.52);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.52);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.52);
	font-family: 'PTSans-Narrow';
	font-size:18px;
	color:#000;
}

.form-managed-file .form-file{
	float:left;
	width:245px;
}

.form-managed-file .form-submit{
	float:left;
	height:30px;
	line-height:28px;
	margin-left:10px;
}

.form-textarea-wrapper textarea{
	width:245px;
	height:194px;
	font-family: 'PTSans-Narrow';
	font-size:18px;
	color:#000;
}

select{
	width:400px;
}

label{
	font-weight:normal;
	font-family: 'PTSans-Narrow';
	font-size:18px;
	color:#555555;
	height: 47px;
	line-height: 64px;
	clear:both;
	float:none;
	display:block;
}

input.form-submit, input[type="submit"]{
	border:0;
	background: #67af03;
	display: block;
	height: 36px;
	line-height: 34px;
	padding:0 15px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	font-family: 'PTSans-Narrow';
	font-size:18px;
	cursor:pointer;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

input.form-submit:hover, input[type="submit"]:hover{
	background:#7ccd0b;
}

.logo{
	font-size:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100%;
	text-align:center;
	color:#9e0b0f;
	padding-top:60px;
	padding-bottom:4px;
}

.logo a, .logo a:hover{
	text-decoration:none;
	font-size:60px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:100%;
	text-align:center;
	color:#9e0b0f;
}

.callback{
	color:#000;
	text-align:center;
}

.line{
	height:1px;
	display:block;
	width:520px;
	background:#cccccc;
	margin:0 auto;
	margin-top:35px;
}

.masonry-item{
	float:left;
	width:320px;
}

.view-sites{
	min-width:1020px;
	max-width:1370px;
	margin:0 auto;
}

.view-sites .views-field-title{
	text-align:center;
	color:#000;
	padding-top:22px;
	padding-bottom:75px;
}

.centered{
	position: relative;
    float: right;
    right: 50%;
}

h1#page-title {
	position: relative;
	background: #9e0b0f;
	margin:0;
	padding:0;
	line-height:100%;
	font-size:18px;
	color:#fff;
	padding:0 16px;
	height:36px;
	line-height:34px;
	margin-top:30px;
	margin-bottom:70px;
	float: left;
    left: 50%;
}

h1#page-title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(158, 11, 15, 0);
	border-top-color: #9e0b0f;
	border-width: 5px;
	margin-left: -5px;
}

.node-type-site #block-system-main img{
	display:inline;
	text-align:center;
}

.node-type-site #block-system-main .field-item{	
	text-align:center;
}

.view-sites .view-content{
	margin:0 auto;
}