html, body {
	background: #333 url('../images/crossed_stripes.png') 0 0 fixed;
	color: #ACACAC;
	font-family: 'GandhiSansRegular', Arial, sans-serif;
	font-size: 1.2em;
}

img {
	border: 2px solid #FFF;
}

	.header img {
		border: none;
	}

h1, h2, h3, h4 {
	font-family: 'GandhiSansBold', Arial, sans-serif;
}

h1 {
	color: #070;
	text-shadow: 2px 1px 1px #FFF;
	line-height: 1.6em;
}

h3 {
	margin-top: 0;
	line-height: 0.8em;
}

p {
	font-size: 1.2em;
}

label {
	color: #4682B4;
	text-transform: uppercase;
}

a {
	color: #4682B4;
	text-decoration: none;
}

a:hover {
	color: #4682B4;
	text-decoration: underline;
}

.bg-building {
	position: fixed;
	z-index: 0;
	bottom: 0;
	background-size: cover;
	min-width: 100%;
	border: none;
}

	.bg-building.right {
		right: 0;
	}

.header {
	width: 100%;
	background: #104E8B;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-top: 1em;
	padding: 1em 0;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.9);
}

	.header p {
		float: left;
		padding-left: 50px;
		font-size: 2.6em;
		font-family: 'GandhiSansBoldItalic', sans-serif;
		text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), 0 1px 1px rgba(153, 153, 153, 0.6);
		color: #DDD;
		line-height: 2.1em;
		margin: 0 0 0 1%;
	}

.logo {
	float: left;
}

.site-nav {
	margin: 0;
}

.nav-bar {
	background: none;
}

.nav-bar > li, .nav-bar > li:first-child, .nav-bar > li:last-child {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-family: 'GandhiSansBold', Arial, sans-serif;
}

	.nav-bar > li:first-child a {
		padding-left: 0;
	}

.nav-bar > li a:first-child {
	font-size: 1.5em;
}

	.nav-bar > li a:first-child.active {
		color: #4682B4;
		font-weight: bold;
		line-height: 1.9em;
		cursor: default;
	}

.nav-bar > li:hover {
	background: none;
}

	.nav-bar > li:hover a {
		color: #4682B4;
	}

.content {
	padding: 1em;
	background: rgba(255, 255, 255, 0.8);
	min-height: 580px;
}

	.content img {
		float: left;
		margin-right: 1em;
		border: 2px solid #FFF;
	}

ul.img {
	list-style: none;
}

	ul.img li img {
		margin: 1em 0;
	}

.container.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	background: #000;
	color: #999;
	padding-top: 1em;
}

form textarea {
	height: 60px !important;
}


@font-face {
    font-family: 'GandhiSansRegular';
    src: url('../font/GandhiSans-Regular-webfont.eot');
    src: url('../font/GandhiSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/GandhiSans-Regular-webfont.woff') format('woff'),
         url('../font/GandhiSans-Regular-webfont.ttf') format('truetype'),
         url('../font/GandhiSans-Regular-webfont.svg#GandhiSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansItalic';
    src: url('../font/GandhiSans-Italic-webfont.eot');
    src: url('../font/GandhiSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/GandhiSans-Italic-webfont.woff') format('woff'),
         url('../font/GandhiSans-Italic-webfont.ttf') format('truetype'),
         url('../font/GandhiSans-Italic-webfont.svg#GandhiSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansBold';
    src: url('../font/GandhiSans-Bold-webfont.eot');
    src: url('../font/GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/GandhiSans-Bold-webfont.woff') format('woff'),
         url('../font/GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('../font/GandhiSans-Bold-webfont.svg#GandhiSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSansBoldItalic';
    src: url('../font/GandhiSans-BoldItalic-webfont.eot');
    src: url('../font/GandhiSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/GandhiSans-BoldItalic-webfont.woff') format('woff'),
         url('../font/GandhiSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../font/GandhiSans-BoldItalic-webfont.svg#GandhiSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (max-width: 1100px) {
	.header p {
		font-size: 2em;
		line-height: 3em;
	}
}

@media only screen and (max-width: 900px) {
	.header p {
		font-size: 1.5em;
		line-height: 4em;
	}
}

@media only screen and (max-width: 767px) {

	html, body, h1, h2, h3, h4 {
		font-family: Arial, sans-serif;
	}

	.nav-bar > li > a:first-child {
		font-family: Arial, sans-serif;
		padding: 0;
		border-bottom: 1px solid #104E8B;
	}

	.container.footer {
		position: inherit;
		width: 100%;
		z-index: inherit;
	}

	.header p {
		font-size: 1.2em;
		line-height: 4.5em;
	}

	form .columns {
		padding: 0 !important;
	}
}

@media only screen and (max-width: 640px) {

	.header p {
		display: none;
	}
}

@media only screen and (max-width: 479px){

	h3 {
		line-height: 1em;
	}

	.nav-bar > li > a:first-child {
		padding: 0;
		border-bottom: 1px solid #104E8B;
	}

	.container.footer {
		position: inherit;
		width: 100%;
		z-index: inherit;
	}
}
