@import url("https://use.typekit.net/xza2fwr.css");
body {
	font-family: "gineso", sans-serif;
	font-size: 24px;
	color: #333;
}
a {
	color:#093a52;
}
a:hover {
	color:#4666c6;
}
.portfolioText .Description,
p {
	line-height: 32px;
	margin-bottom: 25px;
}

h1 {
	font-size: 48px;
	font-weight: 600;
	color: #093a52;
}
h2 {
	font-size: 36px;
	color: #008ed4;
	font-weight: 600;
}
h3 {
	font-size: 28px;
	color: #008ed4;
	font-weight: 600;
}
h4 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
h5 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}
h6 {
	font-size: 24px;
	color: #89cf3f;
	font-weight: normal;
}
h6 strong {
	font-size: 27px;
	display: block;
	margin-bottom: 30px;
}
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: #008ed4;
}
header .nav > ul {
	text-align: center;
}
header .nav > ul > li > a {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
header .nav ul li:hover {
	background: #093a52;
	-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 {

}
.button {
	padding: 10px 20px;
	background: #008ed4;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	font-size: 22px;
	border-radius: 0;
}
.button:hover {
	background: #093a52;
	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: 20px 0;
	} 
	header #logo {
		width: 35%;
		float: left;
	}
	header #logo img {
		max-width: 300px;
	}
	header #links {
		width: 65%;
		float: left;
		color: #000;
		text-align: right;
		
	}
	header #links a {
		color: #000;
	}
	header #links .phone {
		font-size: 32px;
		font-weight: bold;
		margin: 10px 0;
	}
	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 {
		color: #fff;
		font-size: 20px;
		border-top: 0px solid #000;
	}
	
	#footer {
		padding: 10px 0;
		margin: 0;
		background: #093a52;
		color: #fff;
	}
	#below-footer {
		background: #fff;
		color: #333;
		padding-top:10px;
		padding-bottom:10px;
	}
	#footer a {
		color: #fff;
	}
	#footer .social {
		font-size: 30px;
		margin-right: 5px;
		color: #fff;
	}
	#footer .left {
		width: 50%;
		border-right: 0px solid #000;
		padding: 50px 2% 50px 0;
	}
	#footer .right {
		width: 50%;
		text-align: right;
		padding: 50px 0 0;
	}
	#footer .right img {
		max-width: 270px;
	}
	#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-slider,
.banner {
	max-height: 1700px;
}
.home #xgrad {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: transparent url("../../Assets/Images/air-wave-graphic.png") 0 0 no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
}
.bg-bimage {
	background: transparent url("../../Assets/Images/bimage.png") 0 0 no-repeat;
	background-size: cover;
}
.bg-bimage h4 {
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.bg-techimage {
	background: transparent url("../../Assets/Images/tech.jpg") 0 0 no-repeat;
	background-size: cover;
}
.bg-fansimage {
	background: transparent url("../../Assets/Images/bgfans.jpg") 0 0 no-repeat;
	background-size: cover;
}
.bg-fansimage .container,
.bg-techimage .container {
	padding: 70px 0;
}
.blockUploadImage .banner_overlay,
.staticText, .banner_overlay {
	top: 30%;
}
.banner_overlay_container.left-text {
	width: 50%;
	text-align: left;
}
.blockUploadImage .banner_overlay_header,
.staticText .banner_overlay_header, .banner_overlay_header {
	font-size: 50px;
	font-weight: bold;
}
.DesignThreeColumn .center, .DesignThreeColumn .left, .DesignThreeColumn .right {
	width: 33%;
	float: left;
	margin: 0;
	padding: 90px 110px;
}
.DesignThreeColumn .bg-lblue:hover {
	background: #0271a8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.DesignThreeColumn .bg-lgreen:hover {
	background: #64972d;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.DesignThreeColumn .bg-mgreen:hover {
	background: #0e736a;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home .block-portfolioblock .PortfolioBlock .layout0:nth-of-type(2n+1) {
	background: transparent;
}
.home .block-portfolioblock .PortfolioBlock .layout0:nth-of-type(2n) .portfolioIntro .portfolioImage {
	order: 1;
}
.home .block-portfolioblock .PortfolioBlock .layout0 .portfolioIntro .portfolioImage {
	width: 50%;
}
.home .block-portfolioblock .PortfolioBlock .layout0 .portfolioIntro .portfolioText {
	width: 40%;
	margin: 0 10% 0 0;
}
.home .block-portfolioblock .PortfolioBlock .layout0:nth-of-type(2n) .portfolioIntro .portfolioText {
	order: 0;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a {
	display: inline-block;
	padding: 7px 15px;
	max-width: 250px;
	text-align: center;
	border: 1px solid #008ed4;
	background: #008ed4;
	margin-right: 25px;
	color: #fff;
	text-transform: uppercase;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a:hover {
	background: #093a52;
	color: #fff;
	border: 1px solid #093a52;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a.green-button {
	border: 1px solid #89cf3f;
	background: #89cf3f;
}
.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a.green-button:hover {
	background: #64972d;
	border: 1px solid #64972d;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width:1500px) {
}
@media (max-width:1300px) {
}
@media (max-width:1200px) {
	header .nav > ul > li > a {
		font-size: 22px;
		padding: 4px 10px;
	}
	.blockUploadImage .banner_overlay,
	.staticText, .banner_overlay {
		top: 20%;
	}
	.banner_overlay_container.left-text {
		width: 82%;
	}
	.blockUploadImage .banner_overlay_header,
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 40px;
		font-weight: bold;
	}
	.block-blockform .blockform .form-text p {
		width: 100%;
		margin: 0;
	}
	p a {
		overflow-wrap: break-word; /* Standard property */
		word-wrap: break-word; /* Older, but still widely used alias */
	}
}
@media (max-width:1000px) {
	.PortfolioItems .portfolioLinks .portfolioURL a,
	.button {
		display: block;
	}
	.home .blockSlideshow .banner_slide.dark .banner_image {
		filter: brightness(70%);
	}
	.PortfolioItems .portfolioImage {
		order: 0;
	}
	.PortfolioItems .portfolioText {
		order: 1;
	}
	.PortfolioItems .portfolioLinks {
		order: 2;
	}
	.blockUploadImage .banner_overlay,
	.staticText, .banner_overlay {
		padding: 0 20px;
		top: 15%;
		left: 0;
		width: 100%;
	}
	.blockUploadImage .banner_overlay_container {
		
	}
	.blockUploadImage .banner_overlay_container.right-text,
	.blockUploadImage .banner_overlay_container.left-text {
		width: 89%;
	}
	.blockUploadImage .banner_overlay_header,
	.staticText .banner_overlay_header, .banner_overlay_header {
		font-size: 26px;
		text-align: center;
	}
	.banner_overlay_subhead {
		font-size: 22px;
		font-weight: 700;
	}
	.navDots, .staticText, .banner_overlay {
		display: block;
	}
	.blockUploadImage .banner_overlay_container,
	.banner_overlay_container.left-text,
	.staticText .banner_overlay_container, .banner_overlay_container {
		position: absolute;
		top: 0;
		width: 89%;
		text-align: center;
	}
	.DesignThreeColumn .center, .DesignThreeColumn .left, .DesignThreeColumn .right {
		width: 100%;
		padding: 30px;
	}
	
	#tinymce ol li, #tinymce ul li, main ol li, main ul li {
		margin-bottom: 15px;
	}
	h1 {
		font-size: 34px;
		line-height: 42px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 26px;
	}
	h5 {
		font-size: 24px;
	}
	h6 {
		font-size: 24px;
		color: #89cf3f;
		font-weight: normal;
	}
	header #links .top-menu,
	.no-mobile {
		display: none;
	}
	.button,
	.mobile {
		display: block;
	}
	.button {
		text-align: center;
	}
	#social {
		position: relative;
		top: 0;
		right: auto;
		text-align: center;
	}
	/* HEADER */
		header { }
		header #links,
		header #logo {
			text-align: center;
			width: 100%;
			margin: 0px 0;
		}
	/* ^ HEADER */
	.block-portfolioblock .PortfolioBlock .layout0 .portfolioDescription a {
		display: block;
		max-width: 1250px;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.DesignThreeColumn .center, .DesignThreeColumn .left, .DesignThreeColumn .right,
	.home .block-portfolioblock .PortfolioBlock .layout0 .portfolioIntro .portfolioImage,
	.home .block-portfolioblock .PortfolioBlock .layout0 .portfolioIntro .portfolioText,
	header #links .phone,
	header #links .top-menu,
	header #links #social,
	#footer .left,
	#footer .right,
	main .right,
	main .left {
		width: 100%;
		margin: 10px 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;
	}
	header .nav > ul > li > a {
		color: #000;
	}
	header .nav > ul > li > a:hover {
		color: #000;
	}
}
