@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900');
@import url('font-awesome.min.css');



/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #fff;
		color: #4b4c4b;
	}

	body,input,textarea,select
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 10pt;
		font-weight: 300;
		line-height: 1.75em;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 500;
		margin-bottom: 0.5em;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}
		
	strong, b
	{
		font-weight: 700;
		color: #2b2c2b;
	}
	
	em, i
	{
		font-style: italic;
	}

	a
	{
		-moz-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-webkit-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-o-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		-ms-transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
		outline: 0;
		color: #367e84;
	}



	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 1em;

	}
	
	p
	{
		font-size: 1.2em;
	}

	header
	{
		margin-bottom: 1em;
	}
		
		.homepage header
		{
			letter-spacing: 0.10em;

		}
	
		header h2
		{
			font-size: 2.5em;
			line-height: 1em;
			font-weight: 700;
			color: #367e84;
			
		}
		
		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.9em 0;
			font-size: 1.2em;
			line-height: 1.4em;
			color:#fff;
		}
		
	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */

		.image
		{
			display: inline-block;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.full
			{
				display: block;
				width: 100%;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

.circle {
	width: 110px;
	height: 110px; 
    margin: 0 auto;
    margin-bottom: 2em;

}


	/* Lists */

		ul.default
		{
			list-style: disc;
			padding-left: 1em;
		}
		
			ul.default li
			{
				padding-left: 0.5em;
			}		

		ul.style1
		{
			overflow: hidden;
			border-radius: 5px;
		}	
		
			ul.style1 .right
			{
				float: right;
				width: 70%;
				padding: 1.3em 1.5em 1.3em 1.5em;
				background: #5E905E;
				border-radius: 0px 5px 5px 0px;
				border: 1px solid rgba(255,255,255,0.25);
				font-size: 1.1em;
				color: #FFF;
			}
			
			ul.style1 .left
			{
				float: left;
				width: 30%;
				text-align: center;
				color: #367e84;
			}
		
			ul.style1 span
			{
			}
	
			ul.style1 li {
				overflow: hidden;
			}
	
			ul.style1 a {
				text-decoration: none;
				color: #514439;
				text-align: center;
			}
			
			ul.style1 a:hover {
				text-decoration: none;
			}
			
			ul.style1 .icon
			{
				position: relative;
				top: 0.9em;
				font-size: 2.1em;
			}
			
			ul.style1 .first {
				margin-top: 0 !important;
			}

		ul.style2
		{
		}	

			ul.style2 li
			{
				padding: 0.40em 0em;
			}	

			ul.style2 a {
				display: block;
				text-decoration: none;
				color: #514439;
			}

			ul.style2 a:hover {
				text-decoration: underline;
			}

		ul.icons
		{
			position: relative;
			background: #2f2f2f;
			background: rgba(128,128,128,0.05);
			border-radius: 0.50em;
			display: inline-block;
			padding: 0.50em 0.75em 0.30em 0.75em;
			font-size: 1.20em;
			cursor: default;
			margin-bottom: 1em;
		}
		
			ul.icons li
			{
				display: inline-block;
			}

		
				ul.icons li span
				{
					display: none;
					margin: 0;
					padding: 0;
				}

				ul.icons li a
				{
					display: inline-block;
					background: none;
					width: 2.5em;
					line-height: 2.2em;
					text-align: center;
					border-radius: 100%;
					border: 0;
					color: #555;
					color: rgba(255,255,255,.2);
				}
				
					ul.icons li a:hover,
					ul.icons li.active a
					{
						color: #FFF;
					}

		ul.info
		{
		}
		
			ul.info li
			{
				padding: 1.5em 0 0em 0;
			}
			
				ul.info li:first-child
				{
					padding-top: 0;
					border-top: none;
					box-shadow: none;
				}
			
			ul.info h3
			{
			display: inline-block;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; 
			}
			
			ul.info a
			{
				text-decoration: none;
				color: #4b4c4b;
			}
			
			ul.info a:hover
			{
				text-decoration: underline;
			}

		ul.menu
		{
			cursor: default;
		}
		
			ul.menu li
			{
				display: inline-block;
				line-height: 1em;
				border-left: solid 1px #ddd;
				padding: 0 0 0 0.5em;
				margin: 0 0 0 0.5em;
			}
			
			ul.menu li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.actions
		{
			padding-top: 1em;
		}
		
			ul.actions.major
			{
				text-align: center;
			}
		
			/*ul.actions li
			{
				margin-left: 1em;
			}*/
			
				ul.actions li:first-child
				{
					margin-left: 0;
					text-align: center;
				}

		ol.default
		{
			list-style: decimal;
			padding-left: 1.25em;
		}

			ol.default li
			{
				padding-left: 0.25em;
			}

	/* Forms */

		form
		{
			width: 60%;
			float: left;
			margin-right: 3em;
		}
		
			form .actions
			{
				padding-top: 0;
			}

			form .button
			{
				border-color: #367e84;
				margin-bottom: 1em;
			}

			form .button:hover
			{
				background: #fff;
				background: rgba(255,255,255,0.8);
				color: #367e84 !important;

			}
		
			form label
			{
				display: block;
			}
		
			form input.text,
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				background: none;
				border: solid 2px;
				border-color: #555555;
				border-color: rgba(255,255,255,0.2);
				border-radius: 0.35em;
				width: 100%;
				padding: 0.85em;
				-moz-transition: border-color 0.25s ease-in-out;
				-webkit-transition: border-color 0.25s ease-in-out;
				-o-transition: border-color 0.25s ease-in-out;
				-ms-transition: border-color 0.25s ease-in-out;
				transition: border-color 0.25s ease-in-out;
				outline: none;
				color: #aaa;
				color: rgba(255,255,255,0.5);
			}

				form input.text:focus,
				form select:focus,
				form textarea:focus
				{
					border-color: #aaa;
					border-color: rgba(255,255,255,0.4);
				}
				
				form input.text,
				form select
				{
					line-height: 1em;
				}

				form textarea
				{
					min-height: 10em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}
			
	/* Tables */
	
		table
		{
			width: 100%;
		}
		
			table.default
			{
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2)
				{
					background: #f4f4f4;
				}
				
				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th
				{
					text-align: left;
					font-weight: 700;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead
				{
				background: #444;
					color: #fff;
				}
				
				table.default tfoot
				{
					background: #eee;
				}
				
				table.default tbody
				{
				}

	/* Buttons */
		
		.button
		{
			display: inline-block;
			background: none;
			border: 2px solid #367e84;
			border-radius: 8px;
			font-size: 0.85em;
			padding: 0.85em 2.75em 0.85em 2.75em;
			color: #fff !important;
			text-decoration: none;
			font-size: 1em;
			font-weight: 600;
			text-align: center;
			background-color: #367e84;
		}



			.button:hover
			{
				background: #fff;
				color: #367e84 !important;
				text-decoration: none;
			}

			.button:active
			{
			}
			
			.button.style1
			{
			}

				.button.style1:hover
				{
					background: #fff;
					color: #367e84 !important;
				}

				.button.style1:hover .icon
				{
					color: #367e84 !important;
				}

			.button.style2
			{
			}

				.button.style2:hover
				{
					background: #FFF;
					color: #367e84 !important;
				}
		
			.button-alt
			{
				position: relative;
				display: inline-block;
				background: none;
				padding: 0;
				font-size: 0.85em;
				letter-spacing: 1px;
				color: #000 !important;
				text-decoration: none;
				font-size: 0.9em;
				font-weight: 700;
				text-align: center;
			}

				.button-alt.icon:before {
					display: inline-block;
					padding-right: 1em;
					opacity: 0.9;
					font-size: 0.90em;
				}

				.button-alt:hover
				{

				}
				
				.button.alt:active
				{
				}
		
			.button.small
			{
				padding: 0.70em 1.5em;
				letter-spacing: 1px;
				font-size: 1.2em !important;
				font-weight: 600;
				color: #FFF;
			}
			
			.button.big
			{
				padding: 0.70em 1.5em;
				letter-spacing: 1px;
				font-size: 1.2em !important;
				font-weight: 600;
				color: #FFF;
				border: 2px solid #367e84;
			}
			
			.button.huge
			{
			}
			
			.button2
			{
				display: inline-block;
				color: inherit;
				text-decoration: none;
				padding: 0.8em 2em 0.8em 2em;
			}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display:inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 1.5em 0em 1em 0em;
	}

		#header .container
		{
			position: relative;
			height: 50px;

		}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	}

		#logo h1
		{
		}
		
			#logo h1 a
			{
				position: absolute;
				margin: 0;
				top: 0.5em;
				text-decoration: none;
				display: block;
				font-size: 1.5em;
				font-weight: 600;
				color: #7fc7ce;
				margin-bottom: 10em;
			}
			
			#logo h1 span
			{
				font-weight: 300;
			}
			
		#logo .pennant
		{
			position: relative;
			top: 0.5em;
			display: inline-block;
			margin: 0em 0em 3em 0em;
	
		}

			#logo .pennant span
			{
				position: relative;
				display: inline-block;
				width: 35px;
				height: 35px;
				padding-top: 0.39em;
				background: #FFF;
				border-radius: 50%;
				font-size: 1em;
				color: rgba(0,0,0,.8);
			}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
		position: absolute;
		top: 0.8em;
		right: 0;
	}

		#nav > ul > li
		{
			float: left;
		}
		
			#nav > ul > li:last-child
			{
				padding-right: 0;
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: inline;
				margin-left: 0.4em;
				padding: 0.30em 1em;
				letter-spacing: 0.01em;
				text-decoration: none;
				font-size: 1.1em;
				outline: 0;
				color: #367e84;
				font-weight: 600;
			}

			#nav li.active a,
			#nav li.active span
			{
				color: #367e84;
			}

			#nav > ul > li > ul
			{
				display: none;
			}

			#nav a {
			color:#367e84;
		}


			#nav a:hover{
			color:#367e84;
			background-color: #fff;
			border-radius: 8px;
			text-decoration: underline;
					}
	
			#nav .button {

			background-color: #367e84;
			}
			
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		min-height:431px;
		position: relative;
		padding: 3em 0em 6em 0em;
		background-size: auto 150%;
		background-color: #7fc7ce;
		color: #fff;
		background-image: url("images/linebackground.png");
		background-repeat: no-repeat;
    	background-position: center bottom; 
    	background-size: 1920px;
	}
	
		#banner header
		{
			margin-bottom: 2em;
			width: 70%;

		}

			#banner header h2
			{
				font-size: 2.5em;
				line-height: 1em;
				font-size: 4em;
				color:#367e84;
			}
			
			#banner header .byline
			{
				letter-spacing: 0.10em;
				line-height: 1.4em;
				font-size: 1.5em;
				width: 70%
			}
		
		#banner .button
		{
			padding: 0.85em 3em;
			background-color: #367e84;
			border: 0px;
		}

		#banner .button:hover
			{
				background: #fff;
				background: rgba(255,255,255,0.8);
				color: #367e84 !important;

			}


			#banner .logo	{	

				float:left;
				margin-right: 2em;
				margin-bottom: 10em;
				margin-top: 0.8em;
			}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		padding: 8em 0em;
		background: #fff;
		text-align: justify;
	}
	
	#main header .byline  {
		font-size: 2.2em;
		line-height: 1.4em

	}


		#main header
		{
			margin-bottom: 1em;
		}

			.homepage #main header
			{
				margin-bottom: 3em;
			}
	
			.no-sidebar #main header
			{
				text-align: center;
			}
	
			#main header span
			{
				padding-bottom: 1em;
			}
			
			.homepage #main header p
			{
				padding: 0em 10em;
			}
		
		#main .box
		{
			margin-top: -2px;
			padding: 2em;
			border-radius: 0px 0px 8px 8px;
			border: 2px solid;
			border-color: #ccc;
			border-color: rgba(0,0,0,.2);
		}
	
		.homepage #main .image img
		{
			margin-bottom: 0;
			border-radius: 8px 8px 0px 0px;
		}

		#main .image img
		{
			overflow: hidden;
			margin-bottom: 2em;
			border-radius: 8px;
		}
	
		#main .button
		{
			border-color: #367e84;
		}

			#main .button:hover
			{
				color: #367e84 !important;
			}

		#main h2 {
			font-size: 2.5em;
			font-weight: 700;
			color: #367e84;

		}	

		#main h3 {
			font-size: 1.8em;
			color: #367e84;
			margin-bottom: 1em;

		}	
		
		#main .byline {
			color:#367e84;

		}

		#main .photos {
			margin: auto 0;
			text-align: center;
		}

		#main .photos img {
			margin-left: 1em;
			margin-right: 1em;
			margin: auto 0;
		}


/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	}
	
		.contact #content header
		{
			margin-bottom: 2.5em;
		}

		#content a {

		color: #367e84;
		}

		#content h3
		{
			display: inline-block;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; 
			text-align: center;
		}
		
			.no-sidebar #content h3 {
			padding-bottom: 1em;
			margin-top: 1em;
			margin-bottom: 1em;
			
		}

		#content form
		{
			width: 100%;
			margin: 0 auto;
		}
		
			#content form input.text,
			#content form select,
			#content form textarea
			{
				border-color: #ccc;
				color: #4b4c4b;

			}

				#content form input.text:focus,
				#content form select:focus,
				#content form textarea:focus
				{
					-moz-transition: background-color 0.35s ease-in-out;
					-webkit-transition: background-color 0.35s ease-in-out;
					-o-transition: background-color 0.35s ease-in-out;
					-ms-transition: background-color 0.35s ease-in-out;
					transition: background-color 0.35s ease-in-out;
					border: 2px solid rgba(0,0,0,.3);
				}

			#content form .button
			{
				border-color: #367e84;
				background-color: #367e84;
				color: #fff !important;
			}

			#content form .button:hover
			{
				background: #fff;
				border-color: #367e84;
				color: #367e84 !important;
			}
			
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar {

	}

	#sidebar p {
	}

		#sidebar section,
		#sidebar2 section
		{
			margin-top: 5em;
		}

		#sidebar section:first-child,
		#sidebar2 section:first-child
		{
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}
		
		#sidebar header,
		#sidebar2 header
		{
			margin-bottom: 2em;
			padding: 1em;
		}

			#sidebar header h2,
			#sidebar2 header h2
			{
				font-size: 2.5em;
			}
		
		#sidebar .button,
		#sidebar2 .button
		{
			margin: 1em 0em;
		}

		#sidebar form
		{
			width: 100%;
			float: left;
			margin-right: 3em;
		}
		

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		position: relative;
		padding: 3em 0em;
		text-align: left;
		background-color: #333333;
	}
	

		#footer p {
			color: #fff;
			font-size: 1em;

		}

		#footer img {
		margin-right: 1em;

		} 

		#footer header
		{
			margin-bottom: 3em;
		}
	
		#footer header h2
		{
			color: #FFF;
			font-size: 2.5em;
		}

		.h3 {
			display: inline-block;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; 
		}
		

		.vcard {
		color: #fff;
		font-weight: 500;
		font-size: 18px;
		float: right;
		}



/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	.copyright 
	{
		position: relative;
		padding: 2em 0em 3em 0em;
		text-align: center;
		color: rgba(255,255,255,.2);
	}

/*********************************************************************************/
/* Featured                                                                     */
/*********************************************************************************/

	#featured
	{
		position: relative;
		padding: 4em 0em 4em 0em;
		background: #CAF0F4;
	}

	#featured header {
			color: #FFF;
			text-align: center;
		}

	#featured header .byline {
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.2em 0;
			font-size: 1.2em;
			line-height: 1.5em;
			color:#333333;
		}

		#benefits {
			width:50%;
			margin:0 auto;


		}


	#featured header h3  {
			display: inline-block;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; 
		}

	#featured span {
		margin: 0 auto;
	
		}

	#featured .actions {
	text-align: center;
	margin-top: 3em;

		}		


/*********************************************************************************/
/* Featuredhome                                                                     */
/*********************************************************************************/

	#Featuredhome
	{
		position: relative;
		padding: 4em 0em 4em 0em;
		background: #CAF0F4;
	}

	#Featuredhome header {
			color: #FFF;
			text-align: center;
		}

	#Featuredhome header .byline {
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.2em 0;
			font-size: 1.2em;
			line-height: 1.5em;
			color:#333333;
			min-height: 12em;
		}


	#Featuredhome header h3  {
			display: inline-block;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; }	

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

	#portfolio-wrapper {
		position: relative;
		padding: 4em 0em 4em 0em;
		background: #edeff0;
	}

	#portfolio-wrapperabout {
		position: relative;
		padding: 4em 0em 4em 0em;
		background: #edeff0;
		background-image: url("images/watermark.png");
		background-repeat: no-repeat;
    	background-position: center; 
  
	}


		#portfolio header h2
		{
			font-size: 2.5em;
			margin-top: 0.50em;
			text-align: center;
		}

	#portfolio header h3
		{
			text-align: center;
			font-weight: 600;
			font-size: 1.8em;
			color: #367e84; }
		}


		#portfolio header 
		{
			margin-top: 0.50em;
			text-align: center;
		}

		#portfolio header img {
			margin: 0 auto;
			width: 100%;

		}

		#process img {
			margin: 0 auto;
			width: 100%;

		}

		#portfolio .byline {

			color:#4e4e4e;
			text-align: center;
			font-size: 1.2em;
			line-height: 1.5em;
			width: 75%;
			margin: 0 auto;
		}
		
		#portfolio .icon
		{
			font-size: 9em;
		}

		#portfolio .alignright
		{
			text-align: right;
		}

		#portfolio .alignleft
		{
			text-align: left;
		}

		#portfolio .actions
		{
			margin-top: 2em;
			text-align: center;

		}

		#portfolio .button
		{
			border-color: #367e84 !important;
			text-align: center;
			color: #fff;
		}

		#portfolio .button:hover
		{
			background: #fff;
			border-color: #367e84 !important;
			color: #367e84 !important;
		}


		#videowrapper {

		width: 300px;
		height:169px;
		margin-top: 2em;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0em;


		}
		


/*********************************************************************************/
/* Pages                                                                     */
/*********************************************************************************/

	.storycontainer {
		width: 100%;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #d5d5d5;
		margin-bottom: 2em;
		padding-bottom: 2em;


	}


	#twocolwrapper {
     margin: 0 auto;
     padding: 0;
     overflow: auto;
}

	#leftcolumn {
	float: left;
	}

	#rightcolumn {
	     float: left;
	}

/*********************************************************************************/
/* Clouds                                                                     */
/*********************************************************************************/




input.nosee{
	opacity: 0;
	position: absolute;
	top: -200%;
	left:1000000px;
	width: 1px;
	height: 1px;
}

.g-recaptcha > div{
	margin: 0 auto 20px;
}
