	/* Import our reset*/
	@import url(css/normalize.css);
	
	/* Import external font*/
	@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
		
	/**:not(div){
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
	}*/
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		font-family: 'Open Sans', sans-serif;
		font-size:16px;
	}
	
	body.background {
		background:url(../img/backgrounds/background1.jpg) fixed center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	a {
		color:#fe0605;
		font-weight:700;
		text-decoration:underline;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
		transition:      all 0.25s ease-out;
	}
	a:hover {
		color:#000;
		text-decoration:none;
	}
	
/* 	a:hover, div.whiteText a:hover {
		
	} */
	#siteHeader {
		background:rgba(255,255,255,.75);
		margin:0;
		height:184px;
		-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
		box-shadow: 1px 2px 5px rgba(0,0,0,.3);
		position:relative;
		z-index:1000;
	}
	.siteBranding {
		padding:20px 0 12px 0;
		display:block;
		background:url(../img/common/wings-bg.png) no-repeat top center;
		text-align:center;
	}
	.headerLogo {
		margin:0 auto;
		padding:0;
		display:inline-block;
		font-size:34px;
		font-weight:700;
		color:#000;
		max-width:100%;
		height:auto;
	}
	.headerLogo {
		text-decoration:none;
	}
	.headerContact a{
		font-weight:700;
		font-size:30px;
		float:right;
		color:#000;
		margin-top:5px;
		text-decoration:none;
		outline:none;
	}
	.headerContact a:hover{
		text-decoration:none;
	}
	.openingBanner {
		margin:0;
		padding:0;
		min-height:460px;
		position:relative;
	}

	#pageContent {
		position: relative; 
		z-index: 50000; 
		padding: 0;
		height:100% !important;
	}
	.navContainer {
		width: 100%;
		margin:0 auto 0 auto;
		background: url(../img/common/nav-bg.png);
	}
	#main {
		position:relative;
		z-index:999;
	}
	
	#mainMenu {
		padding: 0;
		margin: 0;
		list-style: none;
		height:44px;
		text-align: center;
	}
	#mainMenu li{
		display:inline-block;
		position:relative;
	}
	#mainMenu li a{
		font-size:16px;
		font-weight:400;
		line-height:44px;
		padding:0 13px;
		color:#FFF;
		text-decoration:none;
		outline:none;
		text-shadow: 0 1px 5px rgba(0,0,0,.5);
	}
	ul.dropdown {
		display:none;
	}
	#mainMenu li:hover ul.dropdown {
		position:absolute;
		display:block;
		left: 0;
				background:rgba(0,0,0,.8);
		padding:15px 0 10px 0;
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
		box-shadow: 0 1px 5px rgba(0,0,0,.3);

	}
	ul.dropdown li {
		float:none;

	}
	ul.dropdown li a{
		display:block !important;
		font-size:16px;
		font-weight:400;
		line-height:24px !important;
		padding:0 13px;
		color:#FFF !important;
		text-decoration:none;
		outline:none;
		text-shadow: 0 1px 5px rgba(0,0,0,.5);
	}
	ul.dropdown li a:hover{
		color:#add3eb !important;
	}
	#mainMenu li a:active{
		outline:none;
	}
	#mainMenu li:hover a, #mainMenu li a.active{
		text-decoration:none !important;
		color:#add3eb;
	}
	#mainMenu li ul:not(.dropdown){
		visibility:hidden;
		position:absolute;
		top:40px;
		opacity:0;
		margin:0 auto;
		padding:10px 0 !important;
		z-index:999;
		width:100%;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
		transition:      all 0.25s ease-out;
	}
	#mainMenu li:hover ul{
		visibility:visible;
		opacity:1 !important;
	}
	#mainMenu li:hover > a{
		text-decoration:underline;
	}
	#mainMenu li ul li{
		display:block;
		float:none;
		width:100%;
		padding:0;
	}
	#mainMenu li ul li a{
		padding:10px 0;
		display:block;
		white-space:nowrap;
		text-align:center !important;
		border-right:0;
	}
	/* #mainMenu li ul li:last-child a{
	} */
	
	.shareContainer {
		background:rgba(204,204,204,.5);
		width:100%;
		padding:10px 10px 0 10px;
		margin-bottom:10px;
		text-align:left;
		border-bottom:rgba(204,204,204,1) solid 1px;
		overflow:hidden !important;
	}
	.addthis_native_toolbox {
		float:right;
	}
	#mainMenu li.mobileMenuToggle{
		display:none;
	}

	
	/* Show the mobileMenu when animating or visible */
	.animating #mobileMenu, .menuVisible #mobileMenu {
		display: block;
	}
 
	#pageContent, #mobileMenu {
		backface-visibility: hidden;
		perspective: 1000;
	}
	/* Hide the #toggleMenu element on larger screens */
	#toggleMenu, .clearMobile {
		display: none;
	}
	
	#cycle-loader {
		height:32px;
		left:50%;
		margin:-8px 0 0 -8px;
		position:absolute;
		top:30%;
		width:32px;
		z-index:999;
	}
	
	a.mobileLogo {
		display:none;
	}
	#footerContent{
		padding:20px 0 10px 0;
		background:rgba(255,255,255,1);
	}
	.subscriptionContainer{
		background:url(../img/common/newsletter-butterfly.jpg) no-repeat left 10px;
	}
	.subscriptionContainer h3 {
		font-size:24px;
		text-transform:uppercase;
		color:#4eafd0;
		padding-left:80px;
		padding-top:10px;
	}
	.subscriptionContainer form{
		padding-left:80px;
	}
	.subscriptionContainer form button{
		padding:.6em .8em;
		background:#2a99c4;
		border:rgba(102,102,102,.5) solid 0px;
		text-transform:uppercase;
		color:#FFF;
		cursor:pointer;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
		transition:      all 0.25s ease-out;
	}
	.subscriptionContainer form button:hover{
		background:#46b1db;
	}
	
	.siteFooter {
		background:rgba(41,101,163,.9);
		margin:0;
		padding:10px 0 5px 0;
		position:relative;
		z-index:1001;
		margin-bottom:0;
	}
	.siteFooter nav a {
		color:#add3eb;
		display:block;
		width:50%;
		float:left;
		font-size:12px;
		text-decoration:none;
		font-weight:normal;
		padding:5px 0;
	}
	.siteFooter nav a:hover {
		color:#FFF;
	}
	.siteFooter p{
		line-height:40px;
		margin:0;
		padding:0;
		font-size:12px;
		font-family:Arial, sans-serif
	}
	.siteFooter h5 {
		color:#FFF;
		font-size:14px;
		margin:0 0 10px 0;
		padding:0;
		text-transform:uppercase;
		border-bottom:#FFF solid 1px;
	}
	.siteFooter div.copyright{
		height:51px;
		color:#FFF;
		float:right;
	}
	.siteFooter div.copyright img{
		margin-right:10px;
		float:left;
	}
	.siteFooter div.copyright p{
		float:left;
		line-height:51px;
		margin:0;
		padding:0;
	}
	
	.button {
		font-weight:300;
		text-decoration:none;
		text-transform:uppercase;
		padding:.6em 1em;
		border:#FFF solid 1px;
		background:#999966;
		font-size:18px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
		transition:      all 0.25s ease-out;
		color:#FFF;
	}
	.button:active {
		text-decoration:none;
		background:#ffffcc !important;
		border-color:#999966;
	}
	.button:hover {
		text-decoration:none;
		background:#ffea7d !important;
		color:#000 !important;
		border-color:#999966;
	}
	.button.large {
		font-size:30px;
		padding:.4em 1.3em;
	}
	.button.white{
		  background:#FFF;
		  color:#000;
	}

	.btn-primary {
		background: #2a99c4;
		color: #fff;
	}
	.btn, .btn:active {
		text-decoration: none;
		padding: .5em 1.5em;
		display: inline-block;
		border-radius: 3px;
		margin-bottom: 1em;
	}
	.btn:hover {
    background: #46b1db;
	}

	.inputGroup{
		margin-bottom:10px;
		
	}
	.inputGroup label{
		/*width:140px;*/
		display:inline-block;
	}
	label.width140Px{
		width:140px;	
	}
	label.block {
		display:block;
	}
	label:not(.block) {
		margin-left:6px;
	}
	textarea {
		width:100%;
	}
	input, select, textarea {
		padding:.6em .8em;
		background:rgba(102,102,102,.2);
		border:rgba(102,102,102,.5) solid 1px;
		-webkit-transition: all 0.25s ease-out;
		-moz-transition:    all 0.25s ease-out;
		-ms-transition:     all 0.25s ease-out;
		-o-transition:      all 0.25s ease-out;
		transition:      all 0.25s ease-out;
	}
	input:focus, select:focus, textarea:focus {
		background:#FFF;
		border:#2a99c4 solid 1px;
	}
	
	h1, h2, h3, h4, h5, h6 {
		font-weight:700;
		color: #0b2d75;
	}
	h1 {
		font-size: 36px;
		line-height: 40px;
	}
	h1.home, h1.home a {
		color: #0b2d75;
		font-size: 30px;
		font-weight:normal;
		text-shadow: 0 1px 5px rgba(0,0,0,.35);
		padding:.2em .6em;
        line-height:150%;
	}
	h1.home a {
		color: #0b2d75;
		font-size: 30px;
		font-weight:normal;
		text-shadow: 0 1px 5px rgba(0,0,0,.35);
		padding:0;
	}
	h1.home a:hover {
		text-decoration:none;
	}
	 
	h2,
    h2 a {
		font-size: 24px;
		font-weight:normal;
		line-height: 34px;
		color:#fe0605;
		text-align:center;
		text-shadow: 0 1px 5px rgba(0,0,0,.35);
	}
    h2 a:hover {
        text-decoration:none;
    }
    
    h3 {
		font-size: 24px;
		line-height: 40px;
        font-weight:normal;
		padding-bottom:0;
		margin-top:0;
		margin-bottom:0;
	}
	 
	h4 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom:0;
		margin-top:20px;
		margin-bottom:0;
		color: #7f0000;
	}
	.h4 {
		font-size:16px; 
		line-height:26px;
		margin-bottom:.5em;
	}
	h5 {
		font-size: 14px;
		line-height: 24px;
	}
	 
	h6 {
		font-size: 12px;
		line-height: 22px;
	}
	
	p {
		font-size: 16px;
		line-height: 26px;
	}
	p.large, .large {
		font-size: 16px;
		line-height: 26px;
	}
	
	.textLarge {
		font-size: 24px;
		line-height: 34px;
	}
	.textWhite {
		color:#FFF;
	}
	
	.textShadow {
		text-shadow: 0 1px 5px rgba(0,0,0,.3);
	}
	.border {
		border:#365974 solid 1px
	}
	hr{clear:both;border-bottom:0;border-top:1px dotted #333333;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
	hr.alt1 {border-style: solid;}
	hr.alt2 {border-style: dashed;}
	.verticalAlignMiddle {
		vertical-align:middle;
	}
	.centerImage {
		margin:0 auto; 
		display:block;
	}
	ul {
		list-style-position:inside;
	}
	ol {
		list-style-position:outside;
	}
	ul ul{
		list-style-position:inside;
		margin-bottom:20px;
	}
	ul li{
		line-height:24px;
		margin-bottom:10px;
	}
	ol li{
		line-height:24px;
		margin-bottom:10px;
	}
	ul li ul li{
		line-height:24px;
		margin-top:10px;
	}
	
	
	ul.noStyle {
		margin:0;
		padding:0;
		list-style-type:none;
	}	
	
	.boxShadow {
		-moz-box-shadow: 0 1px 5px rgba(0,0,0,.3);
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
		box-shadow: 0 1px 5px rgba(0,0,0,.3);
	}	
	
	figure {
		margin: 0 0 1.5rem 0;
	}
	figcaption {
		font-weight: bold;
	}

/* Simple responsive Grid */
	.grid,
	.mod {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.grid {
		display: block;
		clear: both;
	}
	.grid .mod {
		float: left;
		width: 100%;
		padding: 10px;
	}
	
	/* This ensures the outer gutters are equal to the (doubled) inner gutters. */
	.grid .mod:first-child { padding-left: 20px; }
	.grid .mod:last-child { padding-right: 20px; }
	
	/* Nested grids already have padding though, so let’s nuke it */
	.mod .mod:first-child { padding-left:0; }
	.mod .mod:last-child { padding-right: 0; }
	.mod .grid:first-child > .mod { padding-top: 0; }
	.mod .grid:last-child > .mod { padding-bottom: 0; }
	
	/* Get rid of the gutters completely */
	.noGutter .mod,
	.mod.noGutter {
		padding: 0 !important;
	}
	
	/* Max-width .grid is optional if in .container */
	.container,
	.container .grid,
	.grid.container {
		max-width: 980px;
		margin: 0 auto;
	}
	
	.grid .spanFull				{ width: 100%; }
	.grid .spanHalf				{ width: 50%; }
	.grid .spanOneThird			{ width: 33.3332%; }
	.grid .spanTwoThirds		{ width: 66.6665%; }
	.grid .spanOneQuarter,
	.grid .spanOneFourth		{ width: 25%; }
	.grid .spanThreeQuarters,
	.grid .spanThreeFourths		{ width: 75%; }
	.grid .spanOneFifth			{ width: 20%; }
	.grid .spanTwoFifths		{ width: 40%; }
	.grid .spanThreeFifths		{ width: 60%; }
	.grid .spanFourFifth		{ width: 80%; }
	.grid .spanSmall			{ width: 38.2716%; } 
	.grid .spanLarge			{ width: 61.7283%; }
	
	/* clearFix after every .grid */
	.grid, .clearFix {
		*zoom: 1;
	}
	.grid:before, .clearFix:before, .grid:after, .clearFix:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.grid:after, .clearFix:after {
		clear: both;
	}
	
	/* Utility classes */
	.alignCenter { text-align: center; }
	.alignLeft   { text-align: left; }
	.alignRight  { text-align: right; }
	.floatLeft    { float: left; }
	.floatRight   { float: right; }
	
	/* A property for a better rendering of images in mods: this way bigger pictures are just resized if the mod becomes smaller */
	.mod img, .responsive-img {
		max-width: 100%;
	}
	
	/* Responsive Stuff */
	@media screen and (min-width:320px) and (max-width : 480px) { 
		.openingBanner {
			margin: 0px;
			padding: 0px;
			min-height: 400px;
			position: relative;
		}
		#toggleMenu {
			position: absolute;
			top: 55px;
			right: 10px;
		}
		#siteHeader {
			background:rgba(255,255,255,.75);
			margin:0;
			height:auto;
			-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			position:relative;
			z-index:1000;
		}
		
	}

	/*Mobile landscape (480x320)*/
	@media screen and (min-width:480px) and (max-width : 600px) { 
		.openingBanner {
			margin: 0px;
			padding: 0px;
			min-height: 300px;
			position: relative;
		}
		#toggleMenu {
			position: absolute;
			top: 65px;
			right: 20px;
		}
	}
	/*Small tablet portrait (600x800), Small tablet landscape (800x600), Tablet portrait (768x1024)*/
	@media screen and (max-width : 600px) { 
		a.mobileLogo {
			display:block;
		}
		a.desktopLogo {
			display:none;
		}
		.siteBranding {
			padding:20px 0 12px 0;
			display:block;
			background:none;
			text-align:center;
		}
	}
	
	@media screen and (max-width: 768px) {
	  /* Stack anything that isn’t full-width on smaller screens and doesn't provide the noStackMobile class */
		.grid:not(.noStackMobile) .mod {
			width: 100% !important;
			padding-left: 20px;
			padding-right: 20px;
		}
		.mod .grid .mod {
			padding-left: 0px;
			padding-right: 0px;
		}
		.clearMobile {
			clear:both;
			display:block;
		}
	  
		.hide {
			display: none !important;
		}
		#siteHeader {
			background:rgba(255,255,255,.75);
			margin:0;
			height:auto;
			-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			box-shadow: 1px 2px 5px rgba(0,0,0,.3);
			position:relative;
			z-index:1000;
		}
		.siteFooter div.copyright{
			height:51px;
			color:#FFF;
			float:none;
		}
		.siteFooter div.copyright p{
			float:left;
			line-height:51px;
			margin:0;
			padding:0;
		}
	}
	
	@media screen and (max-width: 868px) {
		/* mobile #mobileMenu CSS here */
		#toggleMenu {
			display: block;
			cursor: pointer; 
			padding: 35px 40px 16px 0px;
			outline:none;
			z-index:100;
		}
		#toggleMenu.active span, #toggleMenu.active span:before, #toggleMenu.active span:after {
			background:#fe0504;
		}
		#mainMenu li.menuItem{
			display:none;
			background: url(../img/common/mobile-nav-bg.png) repeat;
			margin:0;
		}
		#mainMenu li.menuItem:hover{
			background:#2965a3;
		}
		#mainMenu li.menuItem.first a{
			padding-top:10px !important;
		}
		#mainMenu li:last-child.menuItem a{
			padding-bottom:10px !important;
		}
		#mainMenu li.menuItem a{
			display:block;
		}
		#mainMenu li.mobileMenuToggle{
			display:block;
			margin-bottom:0;
		}
		#mainMenu li.mobileMenuToggle a{
			display:block;
		}
	}


	.team-cover-container {
		width:195px; 
		height:195px; 
		margin: 0 auto;
		border-radius: 50%;
		border: #FFF solid 10px; 
		overflow: hidden; 
		position: relative
	}	
	.team-cover-container img {
		width:100%;
		max-width:195px;
		position:absolute;
		left:0;
	}
