@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 100%; 
  line-height: 1.5;
  font-weight: normal;
	font-family: 'Montserrat', sans-serif;
  color: #222;
  background-color:#00386c; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  }
 
.wrapper {
	width:100%;
	float:left;
	background:#ffffff; /* page color */
	min-height:500px;
	padding-bottom:0;
	overflow: hidden;
}




#old-browser {
	position: absolute;
	z-index: 99999;
	width: 80%;
	padding:20px 10%;
	background-color: #ffe17f;
	font-size: 120%;
	top:0;
}
  
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width:960px; /* width for ie 8 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {  
	.container {
		  width: 90%;
		  max-width: 1200px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}
  
/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



@media (max-width: 767px) {
	
 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}
	
 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }	
		

}









/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 { margin-top: .5em; margin-bottom:.2em; font-family: Montserrat, "sans-serif"; font-weight: 700; }

h1 { font-size: 64px;  line-height: 1.2;  }
h2 { font-size: 36px;   line-height: 1.25;  }
h3 { font-size: 28px; line-height: 1.3;   }
h4 { font-size: 1.5em;  line-height: 1.35;  }
h5 { font-size: 1.2em; line-height: 1.5;   }
h6 { font-size: 1em;    line-height: 1.6;   }


p {margin: 0 0 .6em 0;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85%;}
.larger {font-size: 120%;}
	
.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignTop		{vertical-align: top;}


@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter		{text-align:center;}
	.alignRightMobileCenter		{text-align:center;}	
}


sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	width:90%;
	padding:.1em 4%;
	margin:20px auto 20px 0;
	border-left:4px solid #666666;
	font-style:italic;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside; }
ol { position: relative; list-style: none; counter-reset: circ-counter;}
ol, ul {padding-left: 1em; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
li {margin-bottom: 1em; }

ul.gold li { position: relative; padding-left: 20px; }
ul.gold li:before {
	content: '• ';
	color: #fb940d;
	font-size: 2em;
	top: -17px;
	position: absolute;
	left: 0;
}

ol.bluecircles li {margin-left: 3em; min-height: 4em;}
ol.bluecircles li:before {
	position: absolute;
	content: counter(circ-counter);
	counter-increment: circ-counter;
	left: 0;
	font-size: 2em;
	padding-top: 5px;
	border: 3px solid #fff;
	border-radius: 50%;
	width: 1.4em;
	height: 1.4em;
	box-sizing: border-box;
	line-height: 1;
	text-align: center;
	background: #12abe3;
	color: #00376e;
	font-weight: bold;
}

/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }	
		
.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}


/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #00386c; text-decoration: none;}
a:hover, a:focus, a:active	{color: #005e9e; text-decoration: none; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}






/* Standard Form 
---------------------------------------------------------- */

fieldset {margin:10px 0; padding:0;}

form.standard {
	margin-bottom: 20px; }
.standard fieldset {
	margin-bottom: 20px; }
.standard input[type="text"],
.standard input[type="password"],
.standard input[type="email"],
.standard textarea,
.standard select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 300px;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] {
	display: inline; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }


.multirow {
	width:100%;
	float:left;
	clear:both;
}

.multirow input.short, .multirow select.short {
	width:60px;
	float:left;
	margin-right:10px;
}

.multirow input.medium, .multirow select.medium {
	width:200px;
	float:left;
	margin-right:10px;
}	

input.short, select.short {
	width:60px;
}

input.medium, select.medium {
	width:200px;
}		

form.standard p.supplementalInfo {
	margin:-13px 0 15px 0;
	font-size:80%;
}

form.standard  label.error {
	margin:-6px 0 15px 0;
	color:#d10109;		
}

.multirow label.error {
	display:inline-block;
	clear:both;
}

form.standard  input.error, form.standard  select.error {
	background-color:#fefee8;
}	

label.error { float: none;
	color: red;
	vertical-align: top;
	margin:4px 0 0 0;
	padding:0;
	width: 250px;
	text-align:left;
}


/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display: inline-block;
  		font-family: 'Montserrat', sans-serif;
		font-weight: bold;
		font-size: 1em;
		padding: 10px 20px 12px 20px;
		width: auto;
		margin: 0px 0 0 4px;
		text-transform: uppercase;
		text-decoration: none;
		border: none;
		transition: all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #00376e;
		/* height: 33px; */
		vertical-align: middle;
		line-height: 0.7;
		border-radius: 5px;
		}
		
.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#fcaf17;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#fb940d;
		border:none;
		}
		
a:link.button, a:visited.button {color: #ffffff; background-color:#0097d6; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #ffffff; background-color:#fb940d; text-decoration: none; }		
		
.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.3em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }	

footer input[type=submit] { background-color: #005e9e; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop30    {margin-top:30px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	color:#b3c4d3;
	clear:both;
	padding:50px 0;
	float: left;
	width: 100%;
	}
	
footer a:link, footer a:visited {color:#b3c4d3; text-decoration: none;}
footer a:hover, footer a:active {color:#ffffff;	 text-decoration: none;}

footer .copyright {color:#b3c4d3; text-align:center; font-size:85%; margin:10px 0;}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */




.contactBlock {
	width:100%;
	float:left;
	padding:20px 0;
	background-color:#fcaf17; /* #b0d0f2 */
	border-top:none;
	z-index:1002;
	position:relative;
	margin: 0;

}

.partner-logos { text-align:right;} 
.partner-logos img {margin:10px;}


.fullBlock {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px 0;
	background-color:#BDBABB;
}

.emailform input { height:34px; font-size:16px; padding:5px 8px; border: 1px #00386c solid;  border-right: none; line-height:1.2; display:inline-block; box-sizing:border-box;}


.emailform .button {
	display:inline-block;
	box-sizing:border-box;
	font-size:16px;
	-moz-border-radius: 0px 4px 4px 0px;
	-webkit-border-radius: 0px 4px 4px 0px;
	border-radius: 0px 4px 4px 0px;
	height:34px;
	background:#00386c;
	color:#ffffff;
	padding:4px 10px;
	width:auto;
	margin:4px 10px 4px 0;
	text-decoration:none;
	border: 1px #00386c solid;
	font-weight: bold;
	transition:all .2s;
	text-transform:none;
	}
.emailform .button:hover, .emailform .button:focus {background:#005e9e; border: 1px #005e9e solid;}




.colorBlue { color: #00376e; }
.colorWhite, .colorWhite:link, .colorWhite:visited { color: #fff !important; }

.small { font-size: 20px; }

.dotted {
	background-image: url(../images/dot-pattern.png);
	background-repeat: repeat;
	background-position: center center;
}
.soft { background-blend-mode: soft-light; }


.map { height: 800px; background: url(../images/hero.jpg) no-repeat center center /cover; }
.map h3 {
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 550px 0 35px;
}

#news .four a { font-weight: bold; }

/* --- middle map --- */
.region { position: relative; background: #7ab8d1 url(../images/navarre.jpg) no-repeat center left; background-size: auto 599px; }
.region:before {
	content: ' ';
	background: #017dbc;
	height: 559px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
}
.region .mapA {
	position: relative;
	background: url(../images/map-a.png) no-repeat center center;
	height: 559px;
}
.region img { margin-top: 100px; position: relative; z-index: 2; }

.stripe {
	position: absolute;
	height: 90px;
	background: rgba(255,255,255,.2);
	top: 107px;
	right: 0;
	z-index: 1;
	width: calc(50vw - 607px);
}

.twelve .stripe {
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 100%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
	width: 500px;
}

.stripe:nth-of-type(2) { top: 202px; }
.stripe:nth-of-type(3) { top: 297px; }
.stripe:nth-of-type(4) { top: 392px; }

/* --- Bottom map --- */
#mapB { position: relative; overflow: hidden;}
#mapB .bgLtBlue, #mapB .bgYellow { height: 480px
	; }
#mapkey {
	position: absolute;
	width: 650px;
	top: 760px;
	left: 0;
}
@media only screen and (min-width: 1050px) {
	#mapBimg {
		position: absolute;
		top: 250px;
		width: 100vw;
		height: 740px;
		background-image: url(../images/map-b.svg);
		background-repeat: no-repeat;
		background-size: auto 740px;
		background-position: calc(50vw - 540px) top;
	}
}

/* --- Contact Bar --- */
.circButton {
	display: block;
	width: 175px;
	height: 175px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	box-sizing: border-box;
	padding-top: 53px;
	font-weight: 800;
	font-size: 36px;
	text-shadow: 3px 3px 0px #fa8f0b;
	line-height: 1;
}
.circButton:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	box-sizing: border-box;
	border: 6px solid #fff;
	border-radius: 50%;
	width: 167px;
	height: 167px;
}

#butContact h3 { margin: 20px 0 30px 0; }
#contact a { font-weight: 800; }
#contact a:link, #contact a:visited { color: #00376e; }
#contact a:active, #contact a:hover { color: #fa8f0b; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#contact .row:last-of-type { text-align: center; }
	#contact .four { width: 48%; }
	#contact .four:last-of-type { width: 100%; margin-top: 20px; }
}

a[href^=tel], a[href^=mailto] { position: relative; padding-left: 30px; }
a[href^=tel]:before, a[href^=mailto]:before {
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: -3px;
	font-size: 1.1em;
	font-weight: 800;
}
a[href^=mailto]:before { content: '\f003'; }
a[href^=tel]:before { content: '\f095'; }

#contact input[type='text'] { border: 2px solid #00376e; vertical-align: middle; }
footer .imageFadeLink { display: inline-block; margin-left: 8px; }
footer .imageFadeLink:first-of-type { margin-left: 0; }



header h2 {color: #fff; font-weight: normal; margin-top: 70px; font-size: 300%;	}



/* 2018 UPDATE */

/* 
blue: #00386c
lite blue: #005e9e
lighter blue: #12abe3
lime-green: #97ca58
yellow: #fcaf17
*/

.paddingBlock20 {padding: 20px;}
.paddingBlock30 {padding: 30px;}

.bgBlue   { background-color: #00376e; color: #ffffff; overflow:hidden; position: relative; width: 100%;}
.bgYellow { background-color: #fcaf17;  overflow:hidden; position: relative; width: 100%;}
.bgLtBlue { background-color: #0072bc; color: #ffffff; overflow:hidden; position: relative; width: 100%;}
.bgLime   { background-color: #97ca58; color: #ffffff; overflow:hidden; position: relative; width: 100%;}

.borderBotYellow {	border-bottom: 4px solid #fcaf17;}
.borderBotBlue {	border-bottom: 4px solid #00386c;}
.borderBotWhite {	border-bottom: 4px solid #ffffff;}
.borderBotLime {	border-bottom: 4px solid #97ca58;}


.bgAircraft {
	background: #467cb9 url(../images/aircraft-background.svg) repeat center center;
	background-attachment: fixed;
	background-size: 1100px;
	color:#ffffff;
	position: relative;
}



.rowWhiteInset {
	background-color: #fff;
	color: #565656 !important;
	position: relative;
}

.rowWhiteInset h4.title {
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
	top:-30px;
	display: block;
	padding: 4px 25px;
	background-color: #fcaf17;
	color: #ffffff;
	text-transform: uppercase;
}

.centerTitle {
	text-align: center;
	width: 100%;

}

.centerTitle h4 {
	display: inline-block;
	padding: 4px 25px;
	background-color: #fcaf17;
	color: #ffffff;
	text-transform: uppercase;
}

.fourColImageBlock {
	width: 100%;
	box-sizing: border-box;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100%;
}


/* Main Menu
---------------------------------------------------------- */
#mobileMenuTrigger {
	 display: none;
	position:fixed;
	top:0;
	right:0;
	padding:10px 20px;
	z-index:1000;
	font-size: 1.5em;
	background-color: #00376e;
	border-bottom-left-radius: 3px;
}
#mobileMenuTrigger a {color:#fff;}		

ul.mainMenu {
	display:none;
	position: absolute;
	background:#00376e;
	width:90%;
	width:14em;
	right:0;
	top:0;
	margin:0 0 0 0;
	list-style:none;
	z-index:999;
	box-sizing:border-box;
	padding:60px 10px 20px 10px;
	border-bottom-left-radius: 6px;
	}




ul.menu {
	list-style: none;
	display: flex;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0;
	position: fixed;
	z-index: 90;
	border-bottom: #97ca58 1px solid;
}

.menu .cell {
	flex: 1 1 auto;
	text-align: center;
	font-size: 90%;
}

.menu a {padding: 15px 6px; display: inline-block;
	
}

.menu a:link, .menu a:visited {color:#ffffff; text-decoration: none;}
.menu a:hover, .menu a:active {color:#97ca58;	 text-decoration: none;}




.flexBox {display: flex;}

.flexBox .cell {
	flex: 1 1 auto;
}

.flexBox .cell-1-3 {
	flex: 1 1 33%;
	box-sizing: border-box;
	padding: 10px 20px;
}

.flexBox .imageCell-1-3 {
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	flex: 1 1 33%;
}

.flexBox .imageCellTravelMap {
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	flex-basis: 800px; /* default value */
  	flex-grow: 1;
	flex-shrink: 1;
	line-height: 0;
}







.videoWrapper {
	box-sizing:border-box;
	position: relative;
	display:block;
	background:#46a9e7 url(../video/video-poster.jpg) no-repeat center center;
	background-size: cover;
	padding-top:45%;
	width:100%;
	height:auto;
	max-height:600px;	
	float:left;
	overflow:hidden;
	margin-bottom:0;
	z-index: 99;
	border-bottom: 2px solid #005e9e;

}

.videoWrapper video { position:absolute; top: 0; display:block; width:100%; height:auto; margin: 0; opacity:1; z-index: 99;  }

.videoWrapper .title {
	position: absolute;
	bottom:30%;
	width: 100%;
	text-align: center;
	z-index: 100;
}

.videoWrapper .title h1 {
	text-align: center;
	color: #00386c;
	font-size: 300%;
	margin-top: 0;
}

.videoWrapper .title p {
	display: inline-block;
	width: auto;
	padding: 4px 15px;
	margin-bottom: 25px;
	color: #ffffff;
	background-color: #fcaf17;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}



#contactTrigger {
	position:fixed;
	bottom:0;
	left:0;
	padding:6px 10px;
	z-index:1000;
	font-size: 1.5em;
	background-color: #00376e;
	border-top-right-radius: 5px;
}
#contactTrigger a {color:#fff; padding: 0 3px;}	




	/* #Media Queries
================================================== */

	.mobileOnly {display:none;}






	@media only screen and (max-width: 1150px) {
		.imageCellTravelMap {flex-basis: 50%;}
		.imageCellTravelMap img { max-width: 100%; height: auto;}
		
	}


	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.hideMobile {display:none;}
		#butContact h3 { margin-top: 70px; }
		/*.circButton { padding-top: 40%; }*/
		

		

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.flexBox {display: block;}
		.flexBox .imageCell-1-3 {padding-top: 80%;}
			
		.hideMobile, .videoWrapper, #contactTrigger {display:none;}
		
		.mobileOnly {display:block;}
		
		#mobileMenuTrigger {display: block;}
		
		.mobileCenter {text-align:center;}	
		
		.wrapper {overflow:hidden;}	
		
		#panels { margin-top: -30px; }
		
		body { font-size: 16px; }
		h1 { font-size: 44px; }
		h2 { font-size: 24px; }


		
		ol.bluecircles li { margin-left: 3em; }
		ol.bluecircles li:before { font-size: 1.4em; padding-top: 3px; width: 1.6em; height: 1.6em; }
		
		
		ul.menu {
			display:none;
			position: fixed;
			background:#00386c;
			width:90%;
			max-width:16em;
			right:0;
			top:0;
			font-size: 1.2em;
			margin:0 0 0 0;
			list-style:none;
			z-index:999;
			box-sizing:border-box;
			padding:40px 10px 20px 10px;
			border-bottom-left-radius: 6px;
			text-align: left;
			border: none;
			}
			
		.menu li.cell {
			float:none;
			margin:0;
			padding:0;
			display: block;
			text-align: left;
			}
			
		.menu a {
			display:block;
			padding:8px 20px;
			}
			
		.menu a:link, .menu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
		.menu a:hover, .menu a:active {color:#FFF13D; background-color: transparent; text-decoration: none;}
		

				
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		header .logo { width: 50%; height: auto; margin:20px auto; }

		
	}
