/*
	Halcyonic 3.0 by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

	body
	{
		min-width: 1200px;
	}

	section:last-child
	{
		margin-bottom: 0 !important;
	}

/* Wrappers */

	#header-wrapper
	{
		color:#414242;
		background: #ffffff url('/images/bg01.jpg') no-repeat center bottom;
		xxborder-bottom: solid 1px #272d30;
		xxbox-shadow: inset 0px -1px 0px 0px #51575a;
		xxtext-shadow: -1px -1px 1px rgba(0,0,0,0.75);
		height:462px;
	}

	.subpage #header-wrapper
	{
		height: 155px;
	}
	#features-wrapper {
		background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			color-stop(0, #0F4C7B),
			color-stop(1, #2986C3)
		);
		background-image: -o-linear-gradient(right, #0F4C7B 0%, #2986C3 100%);
		background-image: -moz-linear-gradient(right, #0F4C7B 0%, #2986C3 100%);
		background-image: -webkit-linear-gradient(right, #0F4C7B 0%, #2986C3 100%);
		background-image: -ms-linear-gradient(right, #0F4C7B 0%, #2986C3 100%);
		background-image: linear-gradient(to right, #0F4C7B 0%, #2986C3 100%);
	}
	#features-wrapper .inner-wrapper
	{
		background-image:url('/images/bg02.png');
		background-repeat:no-repeat;
		background-position:center top;
		border-bottom: solid 1px #272e31;
		padding: 45px 0 45px 0;
		text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
		background-repeat:no-repeat;
	}
	
	#content-wrapper
	{
		background: #f7f7f7 url('/images/bg04.png');
		border-top: solid 1px #fff;
		padding: 45px 0 45px 0;
	}
	
	#footer-wrapper
	{
		padding: 45px 0 45px 0;
		text-shadow: 1px 1px 1px rgba(255,255,255,1);
	}

/* Header */

	#header
	{
		min-height: 155px;
		position: relative;
	}

		#header h1
		{
			position: absolute;
			left: 0;
			top:0;
			xxheight:200px;
			bottom: 0px;
			font-family: 'Lobster', sans-serif;
			font-size: 2.75em;
		}
	
			#header h1 a
			{
				color: #fff;
				text-decoration: none;
			}
			#header h1 a {
				display:inline-block;
				height:168px;
				margin-top:15px;
			}
			body.inner #header h1 a {
				display:inline-block;
				height:101px;
			}

		#header nav
		{
			position: absolute;
			right: 0;
			bottom: 37px;
			font-weight: 200;
		}
	
			#header nav a
			{
				color: #414242;
				text-decoration: none;
				font-size: 24px;
				margin-left: 50px;
				outline: 0;
				font-weight:normal;
			}

			#header nav a:hover
			{
				xxcolor: #f6f8f8;
			}

/* Banner */
	
	#banner
	{
		padding: 35px 0 35px 0;
		color: #9c9c9c;
		font-size:21px;
	}

		#banner .bordered-feature-image
		{
			margin-bottom: 0;
		}

		#banner p
		{	
			font-size: 21px;
			font-weight: normal;
			line-height: 1.25em;
			padding-right: 1em;
			margin: 0 0 1em 0;
		}

/* Features */

	#features
	{
		color: #a0a8ab;
	}
	
		#features h2
		{
			font-size: 34px;
			color: #fff;
			margin: 0 0 0.25em 0;
		}

		#features a {
			color: #e7e7e7;
			text-transform:uppercase;
			font-size:18px;
			text-decoration:none;
		}
		#features p {
			color:#e7e7e7;
			font-size:18px;
		}
		#features strong
		{
			color: #fff;
		}

/* Content */

	#content
	{
	}
	
		#content section
		{
			background: #fff;
			padding: 40px 30px 45px 30px;
			box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.3);
			margin: 0 0 10% 0;
			xxmin-height:565px;
		}

		#content h2
		{
			font-size: 1.8em;
			color: #373f42;
			margin: 0 0 0.25em 0;
		}
		
		#content h3
		{
			color: #96a9b5;
			font-size: 1.25em;
		}
		
		#content a
		{
			color: #1d7bb9;
			text-transform:uppercase;
			text-decoration:none;
		}
		
		#content header
		{
			margin: 0 0 2em 0;
		}

/* Footer */

	#footer
	{
		color: #546b76;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#footer h2
		{
			font-size: 1.25em;
			color: #212f35;
			margin: 0 0 1em 0;
		}
		
		#footer a
		{
			color: #546b76;
		}

/* Copyright */

	#copyright
	{
		border-top: solid 1px #b5bec3;
		box-shadow: inset 0px 1px 0px 0px #e0e4e7;
		text-align: center;
		padding: 45px 0 80px 0;
		color: #8d9ca3;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
	}
	
		#copyright a
		{
			color: #8d9ca3;
		}

body.inner #header-wrapper h1 {
	margin-top:20px;
}
body.inner #header nav a {
	color:#ffffff;
	font-size:24px;
}
#header nav .phone {
	color:#06487c;
	font-family:Arial;
	font-size:29px;
	line-height:1;
	text-align:right;
	font-weight:800;
	margin-bottom:15px;
}
#header nav .phone span {
	font-size:20px;
}
