#site .footer.centered img {
	margin-left: auto;
	margin-right: auto;
}

#site img {
	max-width: 100%;
	height: auto;
	display: block;
}

html {
	background-color: gray;
}

body {
	color: #d3d3d3;
	font: 300 15px/1.7 "Muli", sans-serif;
}

#site * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#site {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.blue {
	background-color: #021751;
}

.gray {
	background-color: #d3d3d3;
	color: #3d3d3d;
}

.right {
	float: right;
}

.left {
	float: left;
}

#site .main-content .gray a {
	color: #021950;
	text-decoration: underline;
}

.header {
	height: 67px;

	-webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
	z-index: 1;
	position: relative;
}

#site .centered h4 {
	color: #032d6a;
	font-size: 18px;
}

#site .image {
	position: relative;
}

.left-content {
	float: left;
	width: 63%;
	margin-right: 5%;
}

.right-content {
	float: left;
	width: 32%;
}

.full-content {
	width: 100%;
}

.centered {
	text-align: center;
	float: left;
	width: 100%;
}

.full {
	float: left;
	width: 100%;
	clear: both;
}

#site .main-content a {
	color: #97d3f8;
}

#site .main-content a:hover {
	text-decoration: none;
}

#site h1,#site h2,#site h3,#site h4,#site h5,#site h6 {
	color: #97d3f8;
	font-family: "Julius Sans One", sans-serif;
	font-weight: 400;
	line-height: 1.2;
}

#site .box h2,#site .footer h2 {
	color: #032d6a;
	line-height: 1.2;
}

#site h1 {
	font-size: 2.3em;
}

.top-nav {
	font-family: "Julius Sans One", sans-serif;
}

.top-nav ul {
	margin: 21px 0 0;
	padding: 0;
	list-style-type: none;
}

.top-nav li {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	position: relative;
}

.top-nav li:after {
	content: "/";
	color: #3080d4;
	position: relative;
	left: 10px;
}

.top-nav li:last-child:after {
	content: none;
}

.top-nav li a {
	color: #d3d3d3;
	text-decoration: none;
	letter-spacing: -1px;
}

.top-nav li a:hover {
	text-decoration: underline;
}

.main-content {
	position: relative;
	z-index: 1;

	-webkit-box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -15px 15px rgba(0, 0, 0, 0.3);
	padding: 38px 35px;
}

.logo-name {
	position: absolute;
	top: 49px;
	margin-left: 30px;
}

.box {
	padding: 17px;
	text-align: center;
	position: relative;
}

.box:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: url(../img/call-out-box-shadow.png) no-repeat 0 bottom;
	width: 100%;
	height: 60px;
	left: 0;
}

.super-footer {
	position: relative;
}

.super-footer:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 38px;
	background: url(../img/superfooter-shadow.png) no-repeat 0 bottom;
	left: -16px;
}

.super-footer-2 p {
	letter-spacing: 1px;
	font-size: 17px;
}

.footer {
	padding-top: 20px;
	padding-bottom: 150px;
}

.footer p {
	font-size: 12px;
}

#site .footer a,#site .footer h4 {
	color: #97d3f8;
	margin: 9px;
}

.sub-nav {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.sub-nav li {
	list-style-type: none;
	display: inline-block;
}

.sub-nav ul {
	padding: 0;
	margin: 0;
}

.sub-nav a {
	margin-right: 18px;
	padding-top: 8px;
	float: right;
	color: #021950;
	text-decoration: none;
}

.sub-nav a:hover {
	text-decoration: underline;
}

.swp-csv-displayer table {
	width: 100%;
	margin-bottom: 40px;
}

.swp-csv-displayer table,.swp-csv-displayer,.swp-csv-displayer table tbody tr td {
	border-style: none;
}

#site .field {
	clear: both;
}

.fields label {
	width: 22%;
	float: left;
}

.fields textarea,.fields input {
	width: 70%;
}

.fields .field {
	margin-bottom: 9px;
}

input.submit {
	float: right;
	padding: 5px 15px;
	background-color: #97d0f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(151, 208, 241)), to(rgb(121, 166, 192)));

	background-image: -webkit-linear-gradient(top, rgb(151, 208, 241), rgb(121, 166, 192));
	background-image: -moz-linear-gradient(top, rgb(151, 208, 241), rgb(121, 166, 192));
	background-image: -o-linear-gradient(top, rgb(151, 208, 241), rgb(121, 166, 192));
	background-image: -ms-linear-gradient(top, rgb(151, 208, 241), rgb(121, 166, 192));
	background-image: linear-gradient(top, rgb(151, 208, 241), rgb(121, 166, 192));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#97d0f1', EndColorStr='#79a6c0');
	margin-right: 12px;
	border-radius: 5px;
	border: 1px solid black;
}

input.submit:hover {
	position: relative;
	top: 1px;
}
.contact-form input,
.contact-form textarea{
	float: right;
	margin-bottom: 12px;
}
.contact-form input.submit{
	clear: both;
}


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.super-footer:after {
	left: 0px;
}

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.sub-nav li {
	list-style-type: none;
	display: block;
}

.sub-nav ul {
	padding: 0;
	margin: 0;
}

.sub-nav a {
	display: block;
	width: 100%;
	margin: 1px;
	padding: 6px;
	font-weight: bold;
	border-bottom: 1px solid silver;
}

.sub-nav li:last-child a {
	border-bottom: none;
}

}

@media only screen and (max-width: 790px) {
	.logo-name {
	top: 20px;
}

}

@media only screen and (max-width: 700px) {
	.logo-name {
	position: absolute;
	top: 33px;
	margin: -14px 0 0 21px;
	width: 440px;
}

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.left-content {
	float: left;
	width: 100%;
	margin-right: 0%;
}

.right-content {
	float: left;
	width: 100%;
}

.box {
	padding: 17px;
	text-align: center;
	position: relative;
}

.box:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: none;
	width: 100%;
	height: 1px;
	left: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	top: -1px;
}

.super-footer {
	padding-left: 20px;
	padding-right: 20px;
}

#site div.super-footer-2.gray.centered {
	padding-right: 20px;
	padding-left: 20px;
}

.super-footer:after {
	content: "";
	position: absolute;
	z-index: 1;
	background: none;
	width: 100%;
	height: 1px;
	left: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.footer {
	padding: 20px 20px 150px;
}

.sub-nav {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
}

.logo-name {
	position: absolute;
	top: 6px;
	width: 100%;
	margin: 0;
	padding-right: 18px;
	padding-left: 18px;
}
.contact-form label,
.main-content .swp-csv-displayer table tbody tr td {
	font-size: 12px;
}

.main-content .swp-csv-displayer table tbody tr td:nth-of-type(2) {
	word-break: break-all;
	padding-right: 14px;
}
.contact-form input.submit{
	margin-bottom: 29px;
}
.contact-form input,
.contact-form textarea{
	float: right;
	margin-bottom: 12px;
}
.contact-form input.submit{
	clear: both;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	#site .main-content h1 {
	font-size: 27px;
	text-align: center;
}
.contact-form input,
.contact-form textarea{
	float: right;
	margin-bottom: 12px;
}
.contact-form input.submit{
	clear: both;
}



}
