@charset "UTF-8";


/*
dark blue: #00386c
lite blue: #005e9e
Really lite blue: #76beea
yellow: #fecc37

*/

/*! 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html, body {width:100%;height:100%;}



body {
  font-size: 100%; 
  line-height: 1.5;
  font-weight: normal;
	font-family: 'Open Sans', sans-serif;
  color: #566566;
  background-color:#00386c; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  position:relative;
  }
 

.wrapper {
	position:relative;
	width:100%;
	float:left;
	background:#ffffff; /* page color */
	/* min-height:400px;
	padding-bottom:20px; */
	z-index:900;
	clear:both;
}



  
/* 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; }	
		

}


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

/*-- Backgrounds --*/
.bgWhite { background-color: #fff; }
.bgBlue { background-color: #0d7ebe; }
.bgLtBlue { background-color: #1c9ad6; }
.bgTan { background-color: #e9e7da; }
.bgLtTan { background-color: #f0efe6; }
.bgOrange { background-color: #f6891e; }

.bgSplit { position: relative; }
.bgSplit:before, .bgSplit:after {
	content: '';
	width: 50vw;
	position: absolute;
	top: 0;
	height: 100%;
	z-index: -1;
}
.bgSplit:before { background-color: #f0efe6; left: 0; }
.bgSplit:after { background-color: #e9e7da; left: 50vw; }

.bgBlue, .bgBlue h3, .bgOrange, .bgOrange h3 { color: #fff; }

header {
	z-index:1000;
	position:relative;
	background-color: #00376e;
	height: 240px;
	border-bottom: 5px solid #fcaf17;
	overflow: hidden;
}
header .container { width: 100%; position: relative; }
header .container::before {
	content: '';
	background-image: url(../images-index/dot-overlay.png), url(../images-content/ind_park/header_map.svg);
	background-repeat: repeat, no-repeat;
	background-size: auto, contain;
	background-position: center center;
	position: absolute;
	top: -420px;
	left: -1700px;
	width: 3600px;
	height: 1200px;
	z-index: -1;
}
header span {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1em;
	margin: 50px 0 0 150px;
	display: block;
}
header .src-logo { width: 250px; margin-top: 40px; }

.fullBlock {
	width:100%;
	float:left;
	margin:40px 0;
	background-color:#e3ecef; /* #e7edf3 */
	position:relative;
}

.fullBlock .row {margin:0;}


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

}

.tiles {
	width:100%;
	float:left;
	color:#ffffff;
}

.tiles p {
	width:33%;
	box-sizing:border-box;
	float:left;
	padding:20px 40px;
	text-align:center;
	height:8.5em;
	margin:0;
	border:5px solid #ffffff;
	background-color:#00386c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}


.imageBlock {
	position:relative;
	width:100%;
	float:left;
	height:450px;
	margin:10px 0 30px 0;
	background-size:100% auto;
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-image:url(../images-content/whitingaviationpark.jpg);
	z-index:100;
}

.imageBlockTitle {
	position:absolute;
	color:#FFFFFF;
	font-size:250%;
	font-weight:700;
	left:3%;
	bottom:5%;
	
}


  #map-canvas {
	width: 100%;
	height: 450px;
	margin:50px 0;
	border-bottom:1px solid #00386c;
	border-top:1px solid #00386c;
	position:relative;
  }



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

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.5em; vertical-align:-.2em; }
h4 .iconFont					{ font-size:2.2em; color:#00386c;}
h5 .iconFont					{ font-size:2.0em; color:#00386c;}


h1 {font-family: 'Open Sans', sans-serif; font-weight:400; font-size:280%; line-height:1.4; margin:10px 0; color:#00386c; letter-spacing:-.02em;}
h2 {font-family: 'Open Sans', sans-serif; font-weight:400; font-size:230%; line-height:1.4; margin:10px 0; color:#00386c; letter-spacing:-.02em;}

h3, h4, h5, h6 { margin-top: 1em; margin-bottom:.2em; font-family: 'Open Sans Condensed', sans-serif; text-transform: uppercase; font-weight:700; color:#00386c; line-height:1.2; }

h3.alignCenter, h4.alignCenter, h5.alignCenter, h6.alignCenter {max-width:100%;}

h3 { font-size: 160%;   }
h4 { font-size: 125%;   }
h5 { font-size: 110%;   }
h6 { font-size: 105%;  font-weight:bold;   }

.index h1 { font-size:1.6em; line-height:1.4;}
.index h2 { font-size:1.4em; line-height:1.4;}

.titleScroll { font-size:160%; font-family: 'Open Sans', sans-serif; font-weight:700; line-height:1.4; margin:10px 0; color:#00386c;}

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

.caption {margin-top:-4px; font-size:85%;}

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

.smaller {font-size:85%;}
h4 .smaller { font-weight: 100; }

.larger {font-size:120%;}
.doubleSize {font-size:200%;}

.colorBlue {color:#00386c;}

	
.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}

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

.nowrap {white-space:nowrap;}

  
  dt {
	  float:left;
	  clear:left;
	  width:2em;
	  display:inline-block;
	  background-color:#00386c;
	  color:#F3F3F3;
	  text-align:center;
	  font-weight: 700;
		font-size:110%;
		-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
  }
  
  
  dd {
    margin: 0 0 0 2.5em;
    padding: 0 0 0.5em 0;
  }

blockquote {
	width:90%;
	font-size:110%;
	padding:.1em 4%;
	margin:25px auto 25px 1em;
	border-left:4px solid #fecc37;
	font-weight:700;
	font-style:normal;
}

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: disc; }
ol {list-style: decimal; }
ol, ul {padding-left: 1.2em; margin-top: 0; line-height:normal;}
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
li {margin-bottom: .5em; }


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






/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #005e9e; text-decoration: none;}
a:hover, a:focus, a:active	{color: #8f4716; 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;}

a:link.whitelink, a:visited.whitelink			{color: #ffffff; text-decoration: none;}


ul.sideMenuList {list-style:none;margin-left:0; padding:0;}

ul.sideMenuList li {
	list-style:none;
	padding-left:0;
	margin:12px 0 12px 0;
	line-height:normal;
}




/* Quickfacts
--------------------------------------------------------- */


li.quickFacts {
	clear: both;
	float: right;
	text-align: right;
	width:auto;
	margin:6px 0 0 20px;
	padding:3px 10px 0 10px;
	border-top:#6f92b2 1px solid;
	line-height:normal;
	font-weight:700;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

li.quickFacts:hover {background:none;}


.quickFacts span { font-weight:400; font-size:.8em; color: #6f92b2; baseline-shift: 20px;}

.quickFacts a {
		display:inline-block;
			font-size:.9em;

		padding:3px 10px;
		transition:all .3s;
	
		margin:0 2px;
		}
		
	.quickFacts a:link, .quickFacts a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
	.quickFacts a:hover, .quickFacts a:active {color:#fecc37; background-color: #005e9e; text-decoration: none;}

.contactUs {
	float:right;
	position:absolute;
	top: -100px;
	right: 195px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:1em;
	padding: 10px 20px;
	line-height:1.3em;
	width: auto;
	margin: 25px 0 0 15px;
	text-decoration: none;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	transition:all .3s;
	box-sizing: border-box;
	color: #00386c;
	background: #fecc37;
	cursor: pointer;
	z-index:1005;
}

.contactUsOpen {
	position:absolute;
	display:none;
	right:0;
	padding:10px 18px;
	text-transform:none;
	text-align:center;
	line-height:1.8;
	background-color:#fecc37;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*transition:all .3s;*/
}






/* 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"] {
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size:1em;
		padding: 10px 20px;
		line-height:1.3em;
		width: auto;
		margin: 4px 0;
		text-transform: uppercase;
 		text-decoration: none;		border: none;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #00386c;
		background: #fecc37;
		}
		

.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		background:#76beea;
		border:none;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#76beea;
		border:none;
		}
		
a:link.button, a:visited.button {color: #00386c; background-color:#fecc37; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #00386c; background-color:#76beea; 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;
		 }	



.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;}




/* 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;
  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;}

.marginBoth50   {margin-top:50px; margin-bottom:50px;}

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


/* 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 {
	position:relative;
	color:#ffffff;
	font-size:90%;
	clear:both;
	padding:30px 0;
	z-index:200;	
	background-color:#00386c; 

	}
	
footer a:link, footer a:visited {color:#ffffff; text-decoration: none;}
footer a:hover, footer a:active {color:#fecc37;	 text-decoration: none;}


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


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-width: 0;
  border-top: 1px solid #00386c; }
  
hr.spacer {margin:3em 0;}


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

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



/* Tables
------------------------------------------------------- */

table td, table th, table.strip  td, table.strip th {padding:3px 8px; 
	vertical-align:top;
}

table.strip {
	margin:5px 0;
	border-bottom:#dfe3ea 1px solid;
	width:90%;
}

table.strip tr:nth-child(odd) {background:#dfe3ea;}

table th {
	padding:6px;
	border-bottom:#ccc 1px solid;
	text-align:center;
}

.darkRow {background:#dfe3ea;}

td.alignCenter {
		text-align:center;
}



/* Other
------------------------------------------------------- */
.nocaps { text-transform: none; }

.svgsprite { display: none; }

#site-plot { min-height: 250px; }

svg.check { width: 54px; margin: .8em 5px 0 30px; }
svg.check, div.check { display: inline-block; vertical-align: top; }

.circleSprite { width: 70px; height: 70px; vertical-align: middle; margin-right: 8px; }
.circleSprite+div { display: inline-block; vertical-align: middle; font-weight: 700; font-size: 1.3em; }
.circleSprite+div span { font-weight: 400; font-size: .7em; }
.circleSprite.large { width: 100px; height: 100px; }

.ems { display: inline-block; width: 110px; margin-left: 5vw; }
.ems:first-of-type { margin-left: 0; }
.ems .circleSprite { margin-right: 0; }

.photowrap { position: relative; }
.photoBGLeft, .photoBGRight {
	position: absolute;
	top: 0;
	width: calc(50vw - 600px + (.3 * 1200px));
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.photoBGLeft { left: 0; background-position: right center; }
.photoBGRight { right: 0; background-position: left center; }

@media only screen and (max-width: 1200px) {
	.photoBGLeft, .photoBGRight, .split .photoBGLeft, .split .photoBGRight { width: 30%; }
}
@media only screen and (max-width: 767px) {
	.photoBGLeft, .photoBGRight, .split .photoBGLeft, .split .photoBGRight { width: 100vw; height: 200px; position: relative; }
}

.sitelayout svg:first-of-type { width:auto; max-width: 50%; height:128px; }
.sitelayout svg:last-of-type { width:auto; max-width: 40%; height:131px; margin-left:40px; vertical-align:top; }

.bgMap { position: relative; background-color: #1d9bd8; }
.bgMap:before { content: ''; position: absolute; top: 0; left: 0; width: 50vw; height: 100%; background-color: #97cc5a; z-index: 0; }
.bgMap:after { content: ''; position: absolute; top: 0; left: 0; height: 1.7vw; max-height: 22px; width: 100vw; background-color: #0d7ebe; z-index: 0; }
.bgMap .container { height: calc(100% / 3.2); padding: 0; }
.bgMap img { display: block; position: relative; z-index: 10; }

ul.count { counter-reset: cirCount; list-style: none; position: relative; }
ul.count li { position: relative; margin-bottom: 30px; }
ul.count li::before {
	position: absolute;
	top: -.4em;
	left: -2.5em;
	counter-increment: cirCount;
	content: counter(cirCount);
	width: 1.7em;
	height: 1.7em;
	border-radius: 50%;
	border: 1px solid #fcaf17;
	background-color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 1.6em;
	color: #1b3a6c;
	box-sizing: border-box;
	padding-top: 0.1em;
}
.count::before {
	content: '';
	border: 1px solid #fcaf17;
	height: 90%;
	position: absolute;
	left: -1.5em;
}

.partner-logos { text-align: right; }
.partner-logos * { vertical-align: middle; }
.partner-logos img { margin-left: 20px; }


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

	.mobileOnly, #mobileMenuTrigger, .contactUsMobile {display:none;}
	




	
	
@media only screen and (min-width: 1040px) and (max-width: 1200px) {
	
	
	.mainMenu li { margin:0; padding:4px 6px; font-size:95%;}
	nav {margin-top:10px;}
	
}


@media only screen and (min-width: 1021px) and (max-width: 1039px) {
	
	
	/*.mainMenu li { margin:0; padding:4px 6px; font-size:85%;}
	nav {margin-top:10px;}
	header .logo {margin-right:10px;}*/

	
}



@media only screen and (max-width: 1020px) {

	
	
	#mobileMenuTrigger {
		display:block;
		position:fixed;
		top:0;
		left:0;
		padding:5px 10px;
		background-color:#005da4;
		
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
		
		font-size: 1.2em;
		z-index:1001;
	}
	
	
	#mobileMenuTrigger a {color:#fff;}	
		
	
		
	header .logo {margin:5px 0 10px 30px; display:block; }
	
						
	ul.mainMenu {
		display:none;
		position: absolute;
		background:#005da4;
		width:90%;
		max-width:20em;
		left:0;
		top:0;
		font-family: 'Open Sans', sans-serif;
		font-weight:400;
		font-size: 1.2em;
		margin:0 0 0 0;
		list-style:none;
		z-index:990;
		box-sizing:border-box;
		padding:40px 10px 20px 10px;
		border-bottom-right-radius: 6px;
		}
		
	.mainMenu li {
		float:none;
		margin:0;
		padding:0;
		}
		
	.mainMenu a {
		display:block;
		padding:8px 20px;
		transition:all .3s;
		}
		
	.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
	.mainMenu a:hover, .mainMenu a:active {color:#FFF13D; background-color: transparent; text-decoration: none;}
	
	.subMenu {
  	width: auto;
	box-sizing:border-box;
  	position: relative;
  	top: 0;
  	left: 0;
	background:#005e9e;
  	padding:0 0 4px 15px;
 	margin:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	}
	
	.imageBlock {
	height:300px;
	background-size:120% auto;
	}
	
	
	table.strip {	width:100%;}	
	


}





	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		body {font-size:90%;}
	
		
		
		
	}
	
	

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.hideMobile, .tiles, .imageBlock, .notMobile {display:none;}
		
		header .logo {margin:5px 0 10px 0; width:100%; text-align:center }
		
		header .container::before { top: -180px; left: -530px; width: 1200px; height: 600px; }
		header span { font-size: 1.4em; margin: 60px 0 0 110px; }
		header .src-logo { width: 140px; vertical-align: middle; margin-top: 30px; }

		.mobileOnly {display:block;}
		
		.mobileCenter {text-align:center;}	
		
		.partner-logos { text-align:center; }
		.partner-logos a { display: block; }
		.partner-logos img { margin: 0 0 20px 0; }
		
		svg.check { position: absolute; right: 0; }
		
		.bgSplit { background-color: #f0efe6; }

		.ems { margin-top: 15px; }
		
		.circleSprite { margin-bottom: 10px; }
		
		.sitelayout svg:last-of-type { margin-left: 0; }
		
		ul.count { margin-left: 40px; }
		
		.contactUs {display:none;}
		
		.contactUsMobile {
		display:block;
		position:fixed;
		top:0;
		right:0;
		padding:5px 10px;
		background-color:#fecc37;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		font-size: 1.2em;
		z-index:1005;
		}
		
		
		.contactUsMobile a {color:#00386c;}				
		
		.slideInImage2 { background-image:none;}
		
		h1, .index h1 {font-size:150%;}
		
			a.gallery {
			width:49%;
			}


				
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1024px) {
		header span { font-size: 2.4em; margin-top: 70px; }
		.contactUs { right: 105px; }
	}

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