@import url("https://use.typekit.net/bdh2ulb.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
}
body {
	font-family: realist, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:24px;
	color:#565656;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1300px;
	margin:0px auto;
	padding:0px 10px;
}

.Alert {
	background-color: #F7D3A5;
}

.BadAlert {
	border: 1px solid red;
	height: auto;
	background: #EFE0E0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
} 

.BadNews {
	color: red;
	font-weight: bold;
}

.GoodAlert {
	padding: 10px;
	border: 1px solid green;
	height: auto;
	background: #E2EFE0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}

input.ExtraLarge {width: 500px;}
input.Large {width: 400px;}
input.Medium {width: 300px;}
input.MediumSmall {width: 250px;}
input.Small {width: 200px;}
input.ExtraSmall {width: 100px;}
input.Date {width: 80px;}

/* HEADER */
header {
	position:fixed;
	z-index:3;
	background: #fff;
}
#header {
	align-items: center;
}
.clear:after,
#header:after {
	content:'';
	display:block;
	clear:both;
}
#header #logo {
	width:27%;
}
#header #slogan {
	width:25%;
	text-align: center;
	font-size: 20px;
	font-style: italic;

}
#header #logo img {
	padding-top:10px;
}
#header #links {
    text-align: right;
    padding-top: 10px;
    width: 48%;
	margin-bottom: 10px;
}
#header #links > a {
    display: inline-block;
    padding: 0px 0px 0 5px;
	text-decoration:none;
	color:inherit;
}
#header #links span {
	display: block;
	font-size: 18px;
	color: #999;
}
#header #contact {
	text-align:right;
}
#header #tel {
	font-size:40px;
	text-decoration: none;
	color:#004378;
}
/* ^ HEADER */
/* NAVIGATION */
header nav {
	background-color:#004378;
	clear:both;
	text-align:center;
}
header #nav > ul {
	list-style:none;
	width:100%;
	display:block;
	margin:0px auto;
    font-size: 0px; /*elimiates spacing between li*/
}
header #nav ul li {
	margin-bottom:0px;
}
header #nav > ul > li {
	display:inline-block;
}
header #nav ul li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	display:block;
	padding:10px 20px;
	font-size:24px;
	font-weight:400;
}
header #nav ul li:hover a {
	background-color:#dbdbdb;
	color: #004378;
}
header #nav > ul > li ul  {
	display:none;
	position:absolute;
    text-align:left;
	margin-left:0px;
	background-color:#dbdbdb;
}
header #nav > ul > li ul li {
	display:block;
}
header #nav > ul > li ul li a {
	font-weight:300;
	padding:10px 20px;
}
header #nav > ul > li > ul > li a:hover {
	background-color:rgba(255,255,255,.5);
}
/* ^ NAVIGATION */
/* TABS */
#tabs {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 999;
	color: #fff;
}
#tabs ul { color: #fff; list-style: none;}
#tabs ul:after { 	
	content:'';
	display: block;
	clear:both;}
#tabs ul li { 
	cursor: pointer; 
	padding: 10px 15px; 
	float: left; 
	background: #004378; 
	border-right: 1px solid #fff
}
#tabs ul li:last-of-type { border-right: 0px; }
#tabs ul li.active { background: #4e4e4e; }
#tabs ul li:hover { text-decoration: underline; }
#tabs .content {
	min-height: 150px;
	padding: 20px 0;
	background-color:rgba(0,67,120,.7);
}
#tabs .content .right {
	padding-left: 20px;
}
#tabs .content .left {
	border-right: 1px solid #fff;
	padding-right: 20px;
}
#tabs .content div.container {display: none; }
#tabs .content div.container.active {
	display: block;
}
/* ^ TABS */
/* CONTENT */
#banner-header {
	max-height:670px;
	overflow:hidden;
}
#banner-header img {
	width:100%;
}
#main {
	position: relative;
	z-index:2;
	padding-top:0px;
	padding-bottom:0px;
}
#main:after {
	content:'';
	display: block;
	clear:both;
}
.left {
	float:left;
	width:75%;
	padding-right:50px;
}
.right {
	float:left;
	width:25%;
}
h1 {
	font-size:40px;
	color:#303d80;
	margin-bottom:15px;
}
h2 {
	font-size:34px;
	color: #375e85;
	margin-bottom:15px;
}
h3 {
	font-size:26px;
	color: #375e85;
	margin-bottom:15px;
}
h4 {
	font-size:26px;
	color:#565656;
	margin-bottom:15px;
}
h5 {
	font-size:24px;
	color: #565656;
	margin-bottom:15px;
}
h6 {
	font-size:22px;
	color: #565656;
	margin-bottom:15px;
}
p {
  margin-bottom:15px;
}
ul {
    list-style-position: inside;
}
a {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	color:#ab2722;
	text-decoration:none;
}
a:hover {
	color:#000;
}
.page-links, .subsection-links {
	padding-top:30px;
}
.page-links a:first-of-type {	
	padding-left:0px;
}
.page-links a {	
	padding:0px 20px;
	border-right:1px solid #ab2722;
}
.page-links a:last-of-type {	
	border-right:0px;
}
.page-links.section a {
	color:#707070;
	border-right:1px solid #707070;
	font-weight: bold;
}
.subsection-links .heading {
	font-style: italic;
	border-bottom:1px solid #707070;
	padding-bottom:15px;
	margin-bottom:15px;
}
.subsection-links .col {
	float:left;
	width:50%;
	padding-right:20px;
}
.subsection-links a {	
	color:#707070;
	font-weight: bold;
	display:block;
}
.row:after {
	content:'';
	display:block;
	clear:both;
	margin-bottom:20px;
}
input, textarea, select {
	-webkit-appearance: none;
	border-radius: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
	background-color:#ededed;
	border:0px;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}
input[type="submit"], button, .button {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
	background-color:#bb3131;
	color:#fff;
	padding: 5px 15px;
	text-align:center;
	text-transform: uppercase;
}
input[type="submit"]:hover, button:hover, .button:hover {
	color: #fff;
	background-color:#681b1b;
	text-decoration: none;
}
.buckets {
	background: #e6e6e6;
	padding: 20px 0;
}
.buckets.interior {
	background: #fff;
}
.bucket {
    width: 23%;
    float: left;
    margin: 0 1%;
}
.bucket a {
	color:#999;
	text-decoration: none;
	font-size: 22px;
}
.bucket .bar {
    width: 100%;
}
.bucket img{
	width:100%;
}
.interior .bucket {
	width: 31%;
}
.interior .bucket {min-height: 300px;}
.interior .bucket .bar {font-size: 20px;}
.bucket .imgWrap {
	max-height: 165px;
	overflow: hidden;
}
.interior .bucket .imgWrap {
	max-height: 220px;
	overflow: hidden;
}
.portfolioCategory .heading {
	font-size:30px;
	color: #375e85;
	margin-bottom:15px;
}
.project {margin-bottom: 20px;}
.project .right {
	width: 60%;
	float: left;
}
.project .left {
	width: 38%;
	margin-right: 2%;
	float: left;
}
.project .buttons {
	margin: 40px 0px;
}
.project .portfolioImage img {
	width: 100%;
}
.project #portfolioImages ul {
	list-style: none;
}
.project #portfolioImages ul li {
	float: left;
	width: 18%;
	margin: 1%;
}
.project #portfolioImages ul li img {
	cursor: pointer;
}
.portfolioText .left {
	width: 60%;
}
.portfolioText .right {
	width: 40%;
	text-align: right;
	font-size: 22px;
}

#announcement {
	padding: 20px 0;
}
#announcement #news {
	padding-left: 100px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	background: transparent url("../../Assets/Images/news-icon.png") 0 30% no-repeat;
}
#announcement #works {
	padding-left: 100px;
	padding-bottom: 30px;
	background: transparent url("../../Assets/Images/gears-icon.png") 0 30% no-repeat;
}
#form {padding: 20px 0;}
#form .intro {
	float: left;
	width: 31%;
	margin-right: 1%; 
	margin-left: 4%; 
}
#form .fields {
	float: left;
	width: 37%;
	margin-right: 1%;
}
#form .captcha {
	float: left;
	width: 24%;
	text-align: center;
}
#form input[type=submit] {
	max-width: 200px;
	margin: 10px auto;
}
.NewsSummary { }
.news .Date,
.NewsSummary .Date {font-size: 21px; font-style: italic; margin-bottom: 10px;}
.news .Category,
.NewsSummary .Category {font-size: 21px; font-weight: bold;}
.NewsSummary img {
	float: left;
	width: 20%;
	margin: 0px 20px 20px 0;
	display: block;
}

/* ^ CONTENT */
/* FOOTER */
footer {
	background-color:#002848;
}
#footer {
	color:#fff;
	padding-top:20px;
	padding-bottom:40px;
	font-size:20px;
}
#footer a {
	color:inherit;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#siteby img {
	max-width: 200px;
}
#footer .col1 {
	width: 70%;
}
#footer .col2 {
	width: 30%;
	text-align: right;
}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.block-portfolioblock .PortfolioBlock .layout2 .col {
	width: 31%;
	margin: 0 1% 20px;
}
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(2) {
	margin: 0 1% 20px;
}
.block-portfolioblock .PortfolioBlock .layout1 .col {
	width: 24%;
	margin: 0 .5% 20px;
}
.block-portfolioblock .PortfolioBlock .layout1 .col .portfolioImage {
	max-height: 165px;
	overflow: hidden;
}
.block-portfolioblock .PortfolioBlock .layout3 .col .portfolioImage {
	max-height: 265px;
	overflow: hidden;
}
.block-portfolioblock .PortfolioBlock .layout2 .col .portfolioImage {
	max-height: 225px;
	overflow: hidden;
}
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo,
.block-portfolioblock .PortfolioBlock .layout1 .col .portfolioInfo {
	color: #999;
	font-size: 22px;
	text-align: left;
}
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo:hover, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo:hover,
.block-portfolioblock .PortfolioBlock .layout1 .col .portfolioInfo:hover {
	text-decoration: underline;
}
.block-portfolioblock .PortfolioBlock .layout3 .col .portfolioLink,
.block-portfolioblock .PortfolioBlock .layout2 .col .portfolioLink,
.block-portfolioblock .PortfolioBlock .layout1 .col .portfolioLink {
	display: none;
}
.block-portfolioblock .PortfolioBlock .layout1 .portfolioInfo, 
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo .portfolioName, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioName {
	font-size: 22px;
	margin: 5px 0 0px 0;
	font-weight: normal;
}
.block[rel="70"],
.block[rel="63"] {
	padding-bottom: 0px !important;
}
.block[rel="70"] h3,
.block[rel="63"] h3 {
	margin-bottom: 0px !important;
}
header .nav > ul > li > a {
	margin: 0px;
}
/* SPECIAL TEAM BIO STYLING */
	.team-bio {}
	.team-bio .team {
		position: relative;
	}
	.team-bio .team .teamInfo {
		padding: 10px;
		background: rgba(0,0,0,0.5);
		bottom: 0;
		color: #fff;
		position: absolute;
		width: 100%;
		font-size: 18px;
	}
	.team-bio .team .teamInfo a {
		color: #fff;
		text-decoration: underline;
	}
	.team-bio .team .teamInfo div {
		margin-bottom: 5px;
	}
	.team-bio .team .teamInfo .teamName {
		font-weight: bold;
		font-size: 20px;
	}
/* ^ SPECIAL TEAM BIO STYLING */
.wide-button .button {
	display: block;
	max-width: 400px;
}
@media (max-width:1130px) {
	#header #slogan {
		font-size: 16px;
	}
	header nav {
		background-color: #01437d;
	}
	#mobile-nav {
		display:block;
	}
	header #nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
	}
	header #nav ul  li {
		display:block;
		width:100%;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header #nav ul  li a {
		color: #01437d;
	}
	header #nav > ul > li ul {
		position:relative;
	}
	.buckets .right {
		margin-bottom: 10px;
	}
}
@media (max-width:1030px) {
header{
	background-image: none;
}
}
@media (max-width:800px) {
	.block-portfolioblock .PortfolioBlock .layout1 .col {
		margin-bottom: 20px;
	}
	.block-portfolioblock .PortfolioBlock .layout1 .col .portfolioImage {
		max-height: 965px;
		overflow: hidden;
	}
	#footer .col2 {
		text-align: center;
		margin-top: 25px;
	}
	#footer .col2 img {
		max-width: 200px;
	}
	#form .intro,
	#form .fields,
	#form .captcha {
		width: 90%;
		margin: 10px 5%;
	}
	#form .captcha {
		text-align: left;
	}
	#form input[type=submit] {
		margin: 10px 0;
	}

	.block-portfolioblock .PortfolioBlock .layout1 .col,
	.project .left,.project .right,
	.portfolioText .left,.portfolioText .right,
	#footer .col1, #footer .col2,
	.left, .right {
		float:none;
		width:100%;
		padding:0px;
	}
	.right {
		margin-top:30px;
	}
	.portfolioText .right { text-align: center;	}
	.interior .bucket, .bucket {
		width:48%;
	}
	#siteby a {
		float:none;
		margin-top:30px;
	}
	.NewsSummary img {
		float: left;
		width: 100%;
		margin: 10px 0px 10px 0;
		display: block;
	}
	.block-portfolioblock .PortfolioBlock .layout2 .col,
	.block .left {
		width: 100%;
		margin: 10px 0;
	}

}
@media (max-width:600px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 26px;
	}
	#header #logo, 
	#header #slogan, 
	#header #links {
		float:none;
		width:100%;
		text-align:center;
		padding-top:0px;
	}
	header {
		position: relative;
	}
	#header #slogan {
		margin: 10px 0;
	}
	#header #tel {
		font-size: 30px;
	}
#header #contact {
	text-align:center;
	margin-top:10px;
}
}
@media (max-width:500px) {
.interior .bucket, .bucket {
	width:100%;
	margin:0px;
	float:none;
}
#header #links a:not(#tel) {
	font-size:18px;
}
.subsection-links .col {
	float:none;
	padding-right:0px;
	width:100%;
}
.page-links a {
	display:block;
	padding:0px;
	border:0px;
}
}