@import url("https://use.typekit.net/iyu2qnm.css");
body {
	font-family: "articulat-cf", sans-serif;
	font-size: 23px;
	font-weight: 300;
	color: #a39e91;
	background: #fff;
}
.container,
.block .clear {
	width: 98%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 0px;
}
a {
	color:#809965;
}
a:hover {
	color:#5c7145;
}
p {
	line-height: 32px;
}
strong {
	font-weight: bold; 
}
h1 {
	font-size: 48px;
	font-weight: normal;
	color: #a39e91;
}
.block[rel="68"] h1 {
	font-size: 42px;
}
h2 {
	font-size: 42px;
	/* color: #a39e91; */
	color: #5c7145;
	font-weight: normal;
}
h3 {
	font-size: 28px;
	color: #a39e91;
	font-weight: normal;
}
hr {
	border-bottom: 1px solid #a39e91;
	border-top: 0px solid #a39e91;
}
h1,h2,h3 {
	font-weight: 500;
}
h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #f38901;
	font-weight: bold;
}
main {
	background-size: cover;
}
.block .bgcolor {
	padding: 30px;
}
header .nav > ul {
	text-align: right;
}
header .nav > ul > li > a {
	color: #fff;
}
header .nav ul li:hover {
	background: #999;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button {
	padding: 10px 20px;
	background: #809965;
	color: #fff;
	text-transform: uppercase;
	border: 0px solid #fff;
	font-size: 22px;
	border-radius: 0;
	line-height: 50px;
}
.button:hover {
	background: #5c7145;
	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%;
}
.col14.location-icon {
	width: 30%;
}
.col14.phone-icon {
	width: 27%;
}
.col14.troubles {
	width: 14%;
	margin: 0;
	text-align: center;
}
	.mobile {
		display: none;
	}
	.no-mobile {
		display: block;
	}

/* HEADER */
	header {
		background: #fff;
	}
	header #above-nav {
		background: transparent;
		padding: 20px 0; 
	}
	header #above-nav .container {
		margin-bottom: 0px;
		padding: 5px 15px;
		border-bottom: 1px solid #999;
	} 
	header #logo {
		width: 35%;
	}
	header #logo img {
		display: block;
		margin-top: 15px;
	}
	header #navigation {
		width: 65%;
		color: #a39e91;
	}
	header #navigation a {
		color: #a39e91;
	}
	header #navigation .nav ul li a:hover,
	header #navigation .nav ul li:hover a {
		color: #fff;
	}
	header #navigation .nav ul li:hover ul li a {
		color: #666;
	}
	header #navigation .nav ul li ul li a:hover,
	header #navigation .nav ul li ul li:hover a {
		color: #fff;
	}
	header #navigation #searchBox {
		text-align: right;
		width: 30%;
		margin-left: 70%;
		padding-right: 20px;
	}
	header #navigation #searchBox form {
		max-width: 300px;
		display: flex;
		flex-wrap: wrap;
	}
	header #navigation #searchBox #search {
		width: 88%;
		padding: 5px;
		text-align: right;
		margin: 0px;
		background: transparent;
		border: 1px solid #fff;
	}
	header #navigation #searchBox #search:focus {
		border: 1px solid #afafaf;
		outline: none;
	}
	header #navigation #searchBox i {
		width: 12%;
		padding: 5px;
		background: transparent;
		font-size: 20px;
		line-height: 20px;
		margin-top: 3px;
		border: 0px;
	}
/* ^ 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;
	}

	.PortfolioFeatured .portfolioTitle {
		font-size: 50px;
		color: #861615;
		margin-bottom: 15px;
	}
	.PortfolioFeatured .portfolioLink .button {
		border: 1px solid #666;
		color: #666;
		padding: 5px 20px;
		background: #fff;
	}
	.PortfolioFeatured .portfolioName {
		font-size: 30px;
		color: #4b1515;
		margin-bottom: 15px;
		font-weight: bold;
	}

/* ^ BLOCKS */
/* FOOTER */
	footer {
		background: #f8f7f3;
		color: #333;
		padding: 20px 0;
		margin: 0 0 20px 0;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		color: #a39e91;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footer a {
		color: #a39e91;
	}
	#footer p {
		margin-bottom: 0px;
		line-height: 28px;
	}
	#footer #footer-social {
		margin-top: 10px;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
	}
	#footer .col {
		width: 66%;
		margin-right: 2%;
	}
	#footer .col:first-of-type {
		width: 10%;
	}
	#footer .col:last-of-type {
		width: 20%;
		margin-right: 0;
	}

	#footer .title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	#footer .siteby {
		max-width: 170px;
	}
	#footer .mainmenu {
		margin-bottom: 15px;
	}
	#footer .mainmenu ul {
		list-style: none;
	}
	#footer .mainmenu ul li {
		float: left;
	}
	#footer .mainmenu ul li a {
		padding: 0 30px 0 0;
	}
	#footer .mainmenu ul li ul {
		display: none !important;
	}
/* ^ FOOTER */
.block-portfolioblock .PortfolioBlock .layout2 .col:nth-of-type(2) {
	margin: 0 3.5%;
}
.block[rel="3"] a {
	margin-right: 40px;
}
.xyzblock-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioName:after,
.block[rel="3"] a:after {
	content: "\f061";
	position: absolute;
	font-family: 'FontAwesome';
	font-size:20px;
	top: -2px;
	right: -30px;
	color:#a39e91;
	font-weight: 100;
}
.block-portfolioblock {
	background: #ede8e1;
	padding: 60px 0;
	border-top: 5px solid #cec8bc;
	border-bottom: 5px solid #cec8bc;
}
.block.large-top-padding.block-portfolioblock {
	padding: 50px 0;
}
.block-portfolioblock .layout3 .col:first-of-type {
	margin-right: 2%;
}
.block-portfolioblock .layout3 .col:last-of-type {
	margin-left: 2%;
}
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo {
	text-align: left;
}
.block-portfolioblock .portfolioButton {
	margin-top: 25px;
}
.block-portfolioblock .PortfolioBlock .portfolioInfo .portfolioName {
	display: inline-block;
}
.block-portfolioblock .PortfolioBlock .layout1 .portfolioInfo .portfolioName,
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo .portfolioName,
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioName {
	color: #a39e91;
	font-size: 18px;
	text-align: left;
	font-weight: normal;
	margin: 0;
}
.block-portfolioblock .portfolioLink {
	display: none;
}
.block-portfolioblock .PortfolioBlock .layout1 .portfolioInfo, 
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo {
	text-align: left;
}
.block-portfolioblock .PortfolioBlock .layout1 .portfolioImage, 
.block-portfolioblock .PortfolioBlock .layout2 .portfolioImage, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioImage {
	max-height: 420px;
}
.PennoyerBlock .portfolioList .portfolioDiv:hover .portfolioName a,
.block-portfolioblock .PortfolioBlock .layout1 a:hover .portfolioInfo .portfolioName,
.block-portfolioblock .PortfolioBlock .layout2 a:hover .portfolioInfo .portfolioName,
.block-portfolioblock .PortfolioBlock .layout3 a:hover .portfolioInfo .portfolioName {
	text-decoration: underline;
}
.PennoyerBlock .portfolioList .portfolioDiv:hover .portfolioImage img,
.block-portfolioblock .PortfolioBlock .layout1 a:hover .portfolioImage img, 
.block-portfolioblock .PortfolioBlock .layout2 a:hover .portfolioImage img, 
.block-portfolioblock .PortfolioBlock .layout3 a:hover .portfolioImage 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;
}
.block-portfolioblock .PortfolioBlock .layout1 .portfolioImage img, 
.block-portfolioblock .PortfolioBlock .layout2 .portfolioImage img, 
.block-portfolioblock .PortfolioBlock .layout3 .portfolioImage img {
	width: 100%;
}
input[type="password"], input[type="email"], input[type="text"], textarea, select {
	background: #f9f7f4;
}
.labels-0 .required {
	border: 0px;
}
#searchBox .click {
	cursor: pointer;
}
main ul li,
main ol li {
	margin-bottom: 15px;
}
.teamIntro .teamImage {
	max-width: 350px;
	margin: 0 0 0 35px;
}
.teamIntro .teamImage img {
	width: 100%;
}
.block .teamIntro.clear {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 0px;
}
.block .teamIntro .title,
.block .teamIntro h3 {
	color: #a39e91;
}
.block .teamIntro h3 {
	font-size: 32px;
}
.bg-tan {
	border-top: 5px solid #cec8bc;
	border-bottom: 5px solid #cec8bc;
}
.block[rel="108"].bg-tan {
	border-bottom: 0px;
	padding-bottom: 5px;
}
.block[rel="108"].bg-tan h2 {
	margin-bottom: 0px;
}
.block[rel="46"].block-portfolioblock {
	border-top: 0px;
	padding-top: 5px;
}
.blockUploadImage,
.banner-slider,
.banner {
	max-height: 800px;
}
.staticText, .banner_overlay {
	top: 80%;
}
.banner_overlay_container.left-text {
	width: 80%;
	text-align: left;
}
.staticText .banner_overlay_header, .banner_overlay_header {
	font-size: 54px;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
	.xstaticText, .banner_overlay {
		top: 75%;
	}
}
@media (max-width:1200px) {
	.xstaticText, .banner_overlay {
		top: 70%;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1100px) {
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 26px;
		font-weight: bold;
	}
	.banner_overlay_container.left-text {
		width: 100%;
		text-align: center;
		position: relative;
	}
}
@media (max-width:1000px) {
	.staticText, .banner_overlay {
		bottom: -5%;
		top: auto;
		padding: 0 10px;
	}
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 24px;
		font-weight: bold;
	}
	.button {
		display: block;
		text-align: center;
	}
	.block[rel="96"] .left {
		order: 2;
	}
	.block[rel="96"] .right {
		order: 1;
	}
	.navDots, .staticText, .banner_overlay {
		display: block;
	}
	
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	.container,
	.block .clear {
		width: 100%;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}
	/* HEADER */
		header { }
		header #logo img {
			display: inline;
		}
	/* ^ HEADER */
	header #navigation,
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	header #navigation #searchBox,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	header #navigation {
		margin:0;
	}
	header #above-nav,
	header #above-nav .container {
		padding: 0;
	}
	header #navigation #searchBox {
		width: 70%;
		margin:15px 15%;
		padding: 0;
	}
	header #navigation #searchBox form {
		max-width: 400px;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0;
		border: 0px;
		text-align: center;
	}
	header #logo {
		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: left;
	}
	main .block[rel="48"] .right {
		text-align: left;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	header nav.mainmenu {
		background: #809965;
	}
	#main .container {
		padding: 0 20px !important;
		overflow: visible;
	}
	header .container {
		overflow: visible;
	}
	#footer .mainmenu ul li,
	#footer .col,
	#footer .col:first-of-type,
	.block-portfolioblock .layout2 .col,
	.block-portfolioblock .layout3 .col {
		width: 100% !important;
		margin: 10px 0 !important;
	}
	#footer .col img {
		max-width: 250px;
	}
	#footer .mainmenu ul li a {
		padding: 0
	}
	#footer .siteby {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	#footer .siteby img {
		max-width: 200px;
	}
	.teamIntro .teamImage {
		margin: 0;
		max-width: 100%;
		float: none;
	}
	.teamIntro .teamName {
		margin-top: 15px;
	}
}
