@import url("https://use.typekit.net/jrx8ywd.css");
body {
	font-family: "museo-sans", sans-serif;
	font-size: 24px;
	color: #4d4c4c;
}
a {
	color:#e77a07;
}
a:hover {
	color:#4666c6;
}
p {
	line-height: 28px;
}

h1 {
	font-size: 48px;
	font-weight: normal;
	color: #e77a07;
	margin-bottom: 10px;
}
h2 {
	font-size: 42px;
	color: #e77a07;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 28px;
	color: #e77a07;
	font-weight: normal;
	margin-bottom: 10px;
}
h4 {
	font-size: 26px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
h5 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
h6 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	padding-top: 20px;
}
header .nav > ul {
	text-align: right;
}
header .nav > ul > li > a {
	color: #fff;
	padding: 18px 20px;
	margin: 0;
}
header .nav ul li:hover {
	background: #efefef;
	color: #000;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
header .nav ul li:hover a {
	color: #000;
}
header .nav > ul > li > ul > li a:hover {
	background: #efefef;
	color: #000;
}
.button {
	padding: 10px 20px;
	background: #e77a07;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
	display: block;
	max-width: 200px;
	text-align: center;
}
.button-large {
	max-width: 300px;
	cursor: pointer;
}
.button-xlarge {
	max-width: 400px;
	cursor: pointer;
}
.button:hover {
	background: #934f00;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.col14 {
	width: 23%;
	float: left;
	margin: 0 1%;
}

	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 0px 0;
		border-bottom: 5px solid #e77a07;
	} 
	header #logo {
		width: 35%;
		float: left;
		padding-top: 10px;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 65%;
		float: left;
		color: #666;
	}
	header #links a {
		color: #666;
	}
	header #links a:hover {
		color: #000;
	}
	header #links .phone {
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		border-left: 0px solid #666;
	}
	header #links .top-menu {
		float: right;
		margin: 0 15px 0 0;
		padding-right: 15px;
		text-transform: uppercase;
	}
	header #links #social {
		float: right;
	}
	header #links #social .social {
		font-size: 30px;
	}

/* ^ HEADER */
/* BLOCKS */
	.doublecolumn.wideleft .right .button,
	.doublecolumn.wideright .left .button {
		margin-top: 100px;
	}
	.TabbedPanel.Purple,
	.TabbedPanel.Brown,
	.TabbedPanel.Green,
	.TabbedPanel.Blue,
	.TripleColumn.Purple,
	.TripleColumn.Brown,
	.TripleColumn.Green,
	.TripleColumn.Blue {
		padding: 20px 0 50px;
		clip-path: polygon(100% 1%, 100% 85%, 50% 100%, 0 85%, 0 0);
	}
	.TabbedPanel.Blue .content,
	.TripleColumn.Blue {
		background: #d5eef1;
	}
	.TabbedPanel.Green .content,
	.TripleColumn.Green {
		background: #aadfac;
	}
	.TabbedPanel.Brown .content,
	.TripleColumn.Brown {
		background: #dfc7aa;
	}
	.TabbedPanel.Purple .content,
	.TripleColumn.Purple {
		background: #caaadf;
	}
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center {
		padding: 0 30px;
	}
	.TripleColumn h3 {
		font-size: 26px;
	}
	.TripleColumn h3 strong {
		font-size: 50px;
	}
	
	.TabbedPanel .header .tab-header {
		background: #486f90;
		color: #fff;
		text-align: center;
		margin-right: 15px;
		padding: 10px;
		float: left;
		cursor: pointer;
	}
	.TabbedPanel .header .tab-header:hover {
		text-decoration: underline;
	}
	.TabbedPanel .header .tab-header.active {
		background: #0a83eb;
	}
	.TabbedPanel .content .tab-content {
		display: none;
		padding: 30px 0;
	}
	.TabbedPanel .content .tab-content.active {
		display: block;
	}


/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #fff;
		color: #333;
		padding: 20px 0;
		margin: 0px 0;
		font-size: 20px;
		border-top: 1px solid #000;
	}
	
	#footer {
		color: #333;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #333;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}
	#footer .col1 {
		width: 68%;
		margin-right: 2%;
		padding: 0;
	}
	#footer .col2 {
		width: 30%;
		text-align: right;
	}
	#footer .col2 img {
		max-width: 200px;
	}
	#footer .left ul {
		list-style: none;
		width: 100%;
		text-align: right;
	}
	#footer .left ul li {
		text-align: right;
		text-transform: uppercase;
		font-size: 23px;
		margin: 15px 0;
	}
	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		margin-top: 30px;
	}
		/* ^ FOOTER */

.banner_button {
	border: 1px solid #fff;
}
.banner_buttom {
	margin-top: 30px;
}
.banner_overlay, .staticText {
	width: 95%;
	margin-left: 5%;
	top: 30%;
}
#grad {
	background: transparent url("../../Assets/Images/award-graphic.png") 0 0 no-repeat;
	width: 222px;
	height: 160px;
	position: absolute;
	top: 7%;
	right: 7%;
	z-index: 3;
}
.bg-form-bg {
	padding: 20px 0;
	border-top: 8px solid #e77a07;
	background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ), url("../../Assets/Images/form-background.jpg") 0 0 no-repeat;
}
.block.withbg.bg-form-bg textarea::placeholder,
.block.withbg.bg-form-bg input::placeholder {
	color: #333 !important;
}
.bg-brown-band {
	border-bottom: 5px solid #e77a07;
}
.bg-orange-band {
	border-bottom: 5px solid #252122;
}
.PortfolioCategories .layout1 .portfolioDiv {
	display: none;
}
.PortfolioCategories .layout1 .portfolioDiv:nth-child(-n+3){
  display: block;
}
.PortfolioCategories .layout1 .portfolioDiv .portfolioName {
	font-weight: normal;
}
.PortfolioCategories .layout1 .portfolioDiv {
	width: 31%;
	margin: 1%;
	padding: 0px;
	background: transparent;
	border: 0px solid #fff;
}
.PortfolioCategories .layout1 .portfolioDiv:first-of-type {
	margin: 1% 2% 1% 0;
}
.PortfolioCategories .layout1 .portfolioDiv:nth-of-type(3) {
	margin: 1% 0 1% 2%;
}
.PortfolioCategories .layout1 .portfolioDiv img {
	width: 100%;
}
.text-over-images p a img {
	display: block;
}
.text-over-images p a {
	border: 2px solid #000;
}
.PortfolioBlock .portfolioDiv .portfolioImage img {
	filter: brightness(80%);
	border: 2px solid #000;
}
.PortfolioBlock .portfolioDiv .portfolioImage:hover img {
	filter: brightness(100%);
	-webkit-transition: all 0.55s ease;
	-moz-transition: all 0.55s ease;
	-o-transition: all 0.55s ease;
	transition: all 0.55s ease;
	border: 2px solid #e77a07;
}
.text-over-images p a,
.PortfolioBlock .layout2 .portfolioDiv a {
	display: block;
	position: relative;
	font-weight: normal;
}
.text-over-images p a:hover img,
.PortfolioBlock .layout2 .portfolioDiv a:hover img{
	filter: brightness(100%);
	transform: scale(1.05);
}
.text-over-images p a:hover,
.PortfolioBlock .layout2 .portfolioDiv a:hover {
	border: 2px solid #e77a07;
}
.text-over-images p img {
	width: 100%;
}

.text-over-images p span,
.PortfolioBlock .layout2 .portfolioDiv .portfolioInfo,
.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo {
	position: absolute;
	z-index: 9;
	bottom: 15px;
	width: 100%;
	left: 0;
	text-align: center;
	text-transform: uppercase;
}
.block-portfolioblock .PortfolioBlock .layout2 .col {
	margin-bottom: 40px;
}
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo .portfolioName, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioName {
	font-weight: normal;
}
.block-portfolioblock .PortfolioBlock .portfolioLink {
	display: none;
}
.text-over-images p a img,
.blockSlideshow .banner_slide.dark .banner_image,
.blockUploadImage .wide_image.dark img {
	filter: brightness(60%);
}
.text-over-images p a,
.block-portfolioblock .PortfolioBlock .layout2 .portfolioImage, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioImage {
	max-height: 1285px;
	overflow: hidden;
}
.block-portfolioblock .PortfolioBlock .layout2 .portfolioImage img {
	width: 100%;
}
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(29),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(26),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(23),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(20),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(17),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(14),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(11),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(8),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(5),
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(2) {
	margin: 0 3%;
}
.blockUploadImage .banner_overlay {
	top: 30%;
}
.block.vertical-align .FourColumn .container,
.block.vertical-align .ThreeColumn .container,
.block.vertical-align .TwoColumn .clear {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.block.dark-images img {
	filter: brightness(80%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border: 2px solid #000;
}
.block.dark-images img:hover {
	border: 2px solid #e77a07;
	filter: brightness(100%);
}
.block.PortfolioItems.large-top-padding {
	padding-top: 0 !important;
}
.block.PortfolioItems h1 {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 300px;
}
.block.PortfolioItems .portfolioLinks .portfolioURL {
	float: left;
	margin-right: 20px;
	padding: 0 20px 0 0;
	margin-top: 20px;
}
.block.PortfolioItems .portfolioLinks .portfolioURL:first-of-type {
	border-right: 1px solid #e77a07;
}
.block.PortfolioItems .portfolioLinks .portfolioURL .button {
	background: transparent;
	color: #e77a07;
	font-size: 20px;
	text-align: left;
	padding: 0px 0;
	margin: 0;
	max-width: 400px;
}
.block.PortfolioItems .portfolioLinks .portfolioURL .button:hover {
	color: #934f00;
}
.text-over-images p a img {
	filter: brightness(70%);
}
.text-over-images p a:hover img {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	filter: brightness(100%);
}
.flex-control-thumbs {
	display: none;
}
.blockUploadImage,
.banner,
.banner-slider {
	max-height: 1700px;
}
.block.block-blockform.withbg:not(.darktext) textarea,
.block.block-blockform.withbg:not(.darktext) select,
.block.block-blockform.withbg:not(.darktext) input {
	color: #000 !important;
}
.block.withbg:not(.darktext) h3,
.block.withbg:not(.darktext) h2,
.block.withbg:not(.darktext) h1 {
	color: #e77a07 !important;
}
.PortfolioBlock .layout2 .col .portfolioText {
	display: none;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	header #logo {
		width: 30%;
	}
	header #links {
		width: 70%;
	}
	header #links a {
		padding: 11px;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	.blockUploadImage .banner_overlay {
		top: 22%;
		left: 5%;
	}
	.blockUploadImage .banner_overlay .banner_overlay_header {
		font-size: 50px 
	}
}
@media (max-width:1000px) {
	.text-over-images p span, 
	.PortfolioBlock .layout2 .portfolioDiv .portfolioInfo, 
	.PortfolioCategories .layout1 .portfolioDiv .portfolioInfo {
		bottom: 40px;
	}
	.PortfolioCategoryCustom h2 {
		font-size: 40px;
		line-height: 40px;
	}
	.staticText, .banner_overlay {
		display: block;
		top: 30%;
		width: 100%;
		padding: 0;
	}
	.banner_overlay_container.left-text {
		width: 100%;
		text-align: center;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 30px;
	}
	.small.flexslider .slides img {
		max-height: 500px;
		max-width: 770px;
		width: 100%;
	}
	.PortfolioSlider .container {
		padding: 0;
	}
	.flex-direction-nav {
		display: none;
	}	
	.small .flex-direction-nav {
		display: block;
	}	
	.flexslider .slides img {
		width: 100%;
		max-height: 370px;
		max-width: 1000px;
	}
	h1 {font-size: 38px;}
	h2 {font-size: 32px;}
	h3 {font-size: 26px;}
	.blockUploadImage .banner_overlay {
		display: block;
	}
	.blockUploadImage .banner_overlay .banner_overlay_header {
		font-size: 30px;
	}	
	.blockUploadImage .banner_overlay .banner_overlay_subhead {
		display: none;
	}	
	.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo .portfolioName, 
	.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioName {
		font-size: 20px;
	}
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(29), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(26), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(23), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(20), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(17), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(14), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(11), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(8), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(5), 
	.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(2) {
		margin: 10px 0;
	}
	.block-portfolioblock .PortfolioBlock .layout2 .col {
		margin-bottom: 10px;
	}
	footer {
		margin: 0;
	}
	#footer .siteby {
		margin-top: 30px;
		width: 100%;
		text-align: center;
		max-width: 100%;
	}
	#footer .siteby img {
		max-width: 200px;
	}
	.block.PortfolioItems .portfolioLinks .portfolioURL,
	.block.PortfolioItems .portfolioLinks .portfolioURL:first-of-type {
		border-right: 0px solid #e77a07;
		display: block;
		margin: 10px 0;
	}
	.block.PortfolioItems .portfolioLinks .portfolioURL:first-of-type {
		border-bottom: 1px solid #e77a07;
		padding-bottom: 10px;
	}
	.block.PortfolioItems .portfolioLinks .portfolioURL a {
		display: block;
		max-width: 100%;
	}
	header .container {
		padding: 0;
		text-align: center;
	}
	#navigation {
		padding: 0;
		background: #222;
	}
	header #links .top-menu,
	#grad,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	.PortfolioCategories .layout1 .portfolioDiv,
	.PortfolioCategories .layout1 .portfolioDiv:first-of-type,
	.PortfolioCategories .layout1 .portfolioDiv:last-of-type,
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .col1,
	#footer .col2,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #links {
		margin: 10px 0 0 ;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	main .right {
		text-align: center;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	.flex-control-thumbs {
		display: block;
	}
	.flex-control-thumbs {
		justify-content: center;
		display: flex;
		flex-wrap:wrap;
	}
	.flex-control-thumbs li {
		list-style: none;
		width: 80px;
		height: 80px;
		overflow: hidden;
		margin: 5px 10px 5px 0;
	}
	.flex-control-thumbs li img {
		max-width: 120px;
		width: 120px;
		cursor: pointer;
	}
	#fullslider .slides img {
		margin: 0 auto;
	}
}
@media (max-width:700px) {
	.flex-caption {
		bottom: 31px;
	}
	.flexslider .slides img {
		max-height: 220px;
	}
}
