@import url("https://use.typekit.net/zcf3gzf.css");
body {
	font-family: museo-slab, serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	color: #4b4b4b;
}
a {
	color:#ab2722;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}
p {
	line-height: 28px;
}
strong {font-weight: bold;}
h1 {
	font-size:35px;
	font-family: museo-slab, serif;
	font-weight: 700;
	font-style: normal;
	color:#163d95;
	margin-bottom:15px;
}
h2 {
	font-size:30px;
	color: #c60001;
	margin-bottom:15px;
}
h3 {
	font-size:26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
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;
}
.block.withbg h6 {
	color: #f38901;
}
.block .bgcolor h5 a,
.block.withbg h5 a {
	color: #f38901;
}
#navigation {
	background: #000; 
}
header #licenses {
	text-align: right;
	margin-bottom: 13px;
}
header .nav {
	margin-top: 20px;
	background: #646464;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px 20px;
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
}
header .nav ul li:hover {
	color: #646464;
	background: #dbdbdb;
	-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: #646464;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button {
	background-color: #c60001;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 10px;
	text-decoration: none;
	border-radius: 0;
}
.button:hover {
	background: #820808;
	color: #fff;
	text-decoration: none;
}
.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: 10px 0 0;
	} 
	.scroll header #above-nav {
		border-bottom: 1px solid #646464;
	} 
	header #logo {
		width: 30%;
	}
	header #logo img {
		max-width: 100%
	}
	header #links {
		width: 70%;
	}
	header #links .flex {
		align-items: center;
	}
	header #links #cta {
		width: 60%;
		text-align: right;
	}
	header #links #cta a {
		margin: 0 auto;
		padding: 7px 15px;
		max-width: 250px;
		text-align: center;
		border: 2px solid #ab2722;
		background: transparent;
		font-size: 26px;
	}
	header #links #cta a:hover {
		text-decoration: none;
		background: #efefef;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	header #links #top-contact {
		width: 40%;
	}
	header #links .phone {
		text-align: right;
		border-left: 0px solid #666;
		color: #182857;
		font-weight: bold;
	}
	header #links .phone a {
		font-size: 40px;
		text-decoration: none;
		color: #d3313c;
		font-weight: bold;
	}
	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: 20px;
		color: #4b4b4b;
		padding: 0 5px;
	}

/* ^ 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 {
		padding: 40px 0;
		background: #fff;
		text-align: center;
		color: #fff;
		height: auto;
		position: relative;
		font-size: 18px;
		border-top: 1px solid #333;
	}
	
	#footer {
		color: #333;
		padding-top:20px;
		padding-bottom:0px;
	}
	#footers a {
		color: #333;
	}
	#footer p {
		margin: 0px;
		padding: 0px;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #666;
	}

	#footer .title {
		font-size: 32px;
		margin-bottom: 20px; 
	}
	#footer .siteby {
		margin-top: 30px;
		max-width: 100%;
		width: 100%;
	}
	#footer .siteby img {
		max-width: 200px;
	}
		/* ^ FOOTER */

.block[rel="0"]  {
	margin-top: 35px;
	background: #c6d2ae;
}

.block-blockform .FormText {
	display: flex;
	flex-wrap: wrap;
}
.block-blockform .FormText .form-text {
	width: 30%;
	margin-right: 10%;
}
.block-blockform .FormText .form-fields {
	width: 60%;
}
.block-blockform .form-wrapper label,
.block-blockform .form-wrapper h3,
.block-blockform .form-wrapper h2,
.block-blockform .form-wrapper p {

}
.block-blockform .form-wrapper h3 {
	margin-bottom: 15px;
	font-size: 28px;
}
.block-portfolioblock .PortfolioBlock .layout2 .portfolioInfo .portfolioText,
.block-portfolioblock .PortfolioBlock .layout3 .portfolioInfo .portfolioText {
	display: none;
}
.block[rel="12"] {
	padding-bottom: 0px;
}
.FourColumn .col p {
	margin-bottom: 15px;
}
.FourColumn .col {
	padding: 15px;
	border: 1px solid #fff;
	background:#414d67;
}	
.PortfolioItems .portfolioText {
	width: 68%;
}
.PortfolioItems .portfolioImage {
	width: 30%;
}
.ThreeColumn .left p,
.ThreeColumn .right p,
.ThreeColumn .center p {
	margin-bottom: 15px;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a {
	display: block;
	padding: 7px 15px;
	max-width: 250px;
	text-align: center;
	border: 1px solid #ab2722;
	background: transparent;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a:hover {
	background: #cfcfcf;
	text-decoration: none;
	color: #ab2722;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioIntro .Categories {
	display: none;
}
.block-portfolioblock .PortfolioBlock .portfolioDiv a {
	display: block;
	padding: 20px;
}
.block-portfolioblock .PortfolioBlock .portfolioDiv a:hover {
	background: #0b1220;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.staticText {
	top: 70%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.8);
	min-height: 100px;
	padding: 20px 60px;
	margin: 0 !important;
	width: 100%;
	min-width: 100%;
	position: relative;
}
.staticText .banner_overlay_container, .banner_overlay_container {
	position: relative;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
}
@media (max-width:1000px) {
	h1 {
		font-size: 26px;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.mobile {
		display: block;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
	/* ^ HEADER */
	.our-team .block-twocolumn .wideright .right,
	.our-team .block-twocolumn .wideleft .left {
		order: 2;
	}
	.our-team .block-twocolumn .wideright .left,
	.our-team .block-twocolumn .wideleft .right {
		order: 1;
	}
	.block[rel="3"] {
		background: #fff;
		background-image: none;
	}
	header #links #cta,
	header #links #top-contact,
	.block-blockform .FormText .form-text,
	.block-blockform .FormText .form-fields,
	.our-team .block-twocolumn .wideright .right,
	.our-team .block-twocolumn .wideleft .left,
	.our-team .block-twocolumn .wideright .left,
	.our-team .block-twocolumn .wideleft .right,
	header #logo,
	header #links,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 0;
	}
	.button {
		display: block;
	}
	header .container #logo,
	header #licenses,
	header #links #cta,
	header #links {
		text-align: center;
		margin: 10px 0;
	}
	header #links .phone,
	header #links #social {
		margin: 10px 0;
		padding: 0 30px;
		border: 0px;
		text-align: center;
		float: none;
	}
	header #links .phone a {
		padding-right: 0;
	}
	#footer .left ul,
	#footer .left,
	#footer .right {
		text-align: center;
		padding: 0;
		border: 0px;
	}
	#footer .left ul li {
		text-align: center;
	}
	header .nav {
		background: #182857;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
	header .container {
		margin: 0;
		padding: 0;
	}
	header .container #logo {
		margin: 0;
		padding: 0 30px ;
	}
	.banner {
		min-height: 100px;
	}
	.block.large-top-padding {
		padding-top: 20px;
	}
	.block-blockform .FormText .form-text h3,
	.block-blockform .FormText .form-text p {
		text-align: center !important;
	}
}
