  html, body {
	height: 100%;
	min-height: 100%;
  }
  body {
	margin: 0px;
	font-size: 85%;
	font-family: sans-serif;
	line-height: 22px;
	color: #444;
	background: #eee;				
  }
  h1, h2, h3 {
/*	font-family: 'Archivo Narrow', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	color: #003D7E;
	margin-bottom: 1.1em;
  }
  h2.subtitle {
	font-family: 'Montserrat', sans-serif; 
  }
  img.hidden, 
  div.hidden {
	display: none;
  }
  img.wide {
	width: 98%;
  }
  img.medium {
	width: 48.5%;
	margin-right: 1%;
  }  
  img.small {
	width: 32%;
	margin-right: 1%;
  }
  div.placeholder {
	height: 200px;
	background-color: #ddd;
  }
  br.clear {
	clear: both;
  }  
  #wrapper {
	background: url(../img/bg_shadow.png) center -20px no-repeat;
	margin: 0px auto;
	width: 100%;
	text-align: center;
  }
  #headpic{
	background: no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	position: relative;
	margin: 50px auto 0;
	overflow: hidden;
	text-align: center;

	width: 100%;
	height: 35%;
	max-height: 542px;
  } 
  .home #headpic{
	height: 60%;
  }  
  #headpic .banner {
	text-align: left;
	text-transform: uppercase;
	color: #fff; /* 333 */
	font-weight: 700;
	font-size: 2.8em;
	letter-spacing: -2px;
	margin: 6% auto 3% 6%; 
	overflow: hidden;
	
	max-width: 50%;
/*	background-color: red; */
  }
  #headpic .banner p {
/*	background-color: rgba(255,255,255,0.6); */
	border: 2px solid rgba(255,255,255,.5);
	padding: 5%;
	margin: 0;
    border-radius: 6px;
  }
  #headpic .banner span {
	color: #eee; /*003D7E */
  }  
  #headpic .banner b {
	color: #ccc; /*003D7E */
	font-weight: normal;
  }
  #headpic .banner img.icon {
	display: none;
  }  
  #headpic img {
	margin: 0px;
	float: left;
  }
  #headpic img.pic {
	width: 100%;
  }  
  #logo-wrapper {
	float: left;
	margin: 5px 0 0 5px;
  }
  #logo {
	height: 80px;
	border: 0;
  }
  #menu-wrapper.fixed  #logo {
	height: 62px;
  }  
  #content {
	position: relative;
	background-color: #fff;
	min-height: 240px;
	text-align: left;
	margin: -125px auto 0px;
	padding: 10px 20px 100px;
	overflow: hidden;
	
	border: 1px solid #eee;
	border-width: 1px 0;
	border-left: 15px solid transparent; /* compensate right padding */	
/*	
	-webkit-box-shadow: 0px 0px 15px 20px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 15px 20px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 15px 20px rgba(50, 50, 50, 0.25);
*/
  } 
  #content li {
	list-style: square; 
  }    
  h1#title, 
  h2#subtitle {
	font-weight: 700!important;
	display: inline-block;
	font-size: 1.9em;
	margin: 20px 0;
	font-weight: normal;
  }
  h1#title, 
  h3.dark {
	color: #333;
  }
  label {
	float: left;
	display: block;
	width: 75px;
  }
  input.flat, 
  textarea.flat {
	color: #111;
	padding: 5px;
	margin: 2px;
	border: #003D7E;
	font-size: 0.9em;
	background-color: #ddd;
	border: none;
  }
  textarea.flat {
	font-size: 85%;
	font-family: sans-serif;
  }  
  input.flat:focus,  
  textarea.flat:focus { 
	background-color: #eee;
  }
  a.progress-button, 
  input.flat.submit {
  	color: #fff;
	padding: 3px 20px;
	margin: 1px;  
	cursor: hand; cursor: pointer;

	box-shadow:0 1px 1px #ccc;
    border-radius:2px;

    background-color: #003D7E;
    background-image:-webkit-linear-gradient(top, #003D7E, #09529f);
    background-image:-moz-linear-gradient(top, #003D7E, #09529f);
    background-image:linear-gradient(top, #003D7E, #09529f);
  }  
  a.red {
	color: #003D7E!important;
  }
  .block {
	position: relative;
	color: #333;
	overflow: hidden;
	width: 31.5%;
	float: left;
	margin: 0 1.5% 2% 0%;
	padding: 1% 0 35px 0;
	zoom: 1;
	
	/* equal height hack 
	margin-bottom: -9964px!important;
	padding-bottom: 9999px!important; */
  }  
  .block:before, .block:after { content: "020"; display: block; height: 0; overflow: hidden; }
  .block:after { clear: both; }
  .home .block {
	border: 1px solid #ccc;
	background-color: #fff;  
  }
  .block.wide {
	width: 63%;
  }  
  .block a {
	text-decoration: none;
	color: #666;
  }
  .block a:hover {
	color: #000;
  }	  
  .block h2 {
	background: #003D7E;
	color: #fff!important;
	color: #333;
	font-size: 1em;
	margin: -5% -4% 0;
	padding: 3% 3% 2% 10%;
  }
  .block h3 {
	margin: 5px 0;
  }	  
  .home .block h3 {
	color: #444;
	font-weight: 400;
	font-size: 1.1em;
  }
  .block a.img {
	display: block;
	background-color: #333;
	margin: 0 0 -2% 0;
  }
  .block img {
	width: 100%;
	border: 0px;
  }	  
  .block .bubble {
	position: absolute;
	height: 150px;
	width: 100%;
	margin: 0 0 -125px 0;
	padding: 0 0 0 5%;
  }	  
  .block .bubble:after {
	display: none;
  }
  .block:hover .bubble {
	margin: -125px 0 0;
	padding-top: 5px;
  }
  .block:hover .bubble:after {
	display: block;
  }	
  .block .bubble li  {
	list-style: none!important;
 	font-family: 'Archivo Narrow', sans-serif;
 	font-weight: 400;
	color: #999;
	font-size: .9em;
  }   
  .block p {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: -1px;
	line-height: 24px;
	font-size: 1.8em;
  }
  .block p {
	color: #fff;
	display: inline-block;
	margin: 11% 2%;
  }   
  .block span {
	color: #222;
  } 
  .block  small {
	font-size: .7em;
  }
  .fancybox-inner h2 {
	color: #111;
	font-size: 1.1em;
	background-color: #ddd;
	border-bottom: 3px solid #003D7E;
	padding: 1%;
  } 
  .fancybox-inner .icon {
	margin: 0 1%;
  } 

  #footer {
	font-family: 'Archivo Narrow', sans-serif;
	color: #ddd; /* 666 */
	background-color: #003D7E; /* ddd */
	border-top: 30px solid #F4F4F4;
	width: 96%;
	min-height: 100px;
	padding: 2%;
	overflow: hidden;
	text-align: left;
  }	
  #footer a {
	text-decoration: none;
	color: #fff; /* #FD190E */
  }
  #footer b.title, #footer div {
	margin-left: 12.5%;
  }
  #footer div {
	width: 20%;
	float: left;
  }
  #footer li {
	list-style: none; 
  }
  #footer li:before {
    content: " ";
    border-left: 4px solid #CCC;
    padding-left: 10px;
  }
  #footer li:hover:before {
    border-color: #FD190E;
  }  
  #footer li.active:before {
    border-color: #666;
  }  
  #footer b.title {
	font-size: 1.8em;
	color: #ccc; /* 555 */
	font-weight: bold;
	text-shadow: -1px -2px rgba(255, 255, 255, 0.8);
  }
  #footer .bottom {
	width: auto;
	text-align: right;
  } 
  #footer .legal, 
  #footer .social {
	width: auto;
	margin: 0px auto;
  }
  #footer .legal {
	float: right;
  }
  #footer .social {
	float: left;
	white-space: nowrap;
  }
  #footer .social a {
	text-decoration: none;
  }
  #footer .social img {
	position: relative;
	margin: 0 0 -2px 0;
	border: 0px;
  }

/* navigation */
#menu-wrapper {
	position: absolute;
	top: 0;
	width: 98%; 
	z-index: 99;
	
	padding: 8px 1% 0;
	background: #fff;
	border-bottom: 1px solid #111;
	
    -webkit-transform: translateZ(0); /* Force 3d acceleration */
    -moz-transform: translateZ(0); /* Force 3d acceleration */
    transform: translateZ(0); /* Force 3d acceleration */
}
#topnav {
	padding-right: 20px;
	background-color: #fff;
/*	white-space: nowrap; */
}
#topnav li:hover > a {
	background: #004C99;
}
#topnav li ul li a {
	border-color: #aaa;
	color: #333;
}
#topnav li ul li a:hover {
	color: #fd190e;
	background-color: #fff;
}
#topnav li ul li.active  a, 
#topnav li ul li a:hover {
	color: #004C99!important;
}
#topnav li ul {
	background: #fff;
}
#topnav li ul li a:hover, 
#topnav li ul li:hover > a {
	color: #111;
}

/* Fixed scroll */
#menu-wrapper.fixed {
	position: fixed;
	z-index: 99;
	padding: 1%;
	border-bottom-width: 1px;
	top: 0;
		
	-webkit-transition: top .7s, height 0.5s;
	-moz-transition: top .7s, height 0.5s;
	transition: top .7s, height 0.5s; 
}
#menu-wrapper.fixed #topnav {
	margin: 0 0 0 225px; /* Make room for logo */
}
#menu-wrapper.fixed #logo-wrapper {
    position: absolute;
	margin-top: -10px;
	z-index: 97;
	height: 45px;
}

/* maps */
#map_canvas {
	min-height: 480px;
	float: left;

	-webkit-box-shadow: 1px 1px 4px 2px rgba(0,0,0 ,0.7);
	-moz-box-shadow: 1px 1px 4px 2px rgba(0,0,0 ,0.7);
	box-shadow: 1px 1px 4px 2px rgba(0,0,0 ,0.7);
}
#textbox{
	float: right;
	min-height: 80%;
}
#textbox a{
}
#searchTextField {
}

/* creates triangle */
.bubble  {
	background: #fff;

	-webkit-transition: margin 0.3s ease 0s;
	-moz-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
}
.bubble:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #fff transparent;
	width: 0;
	z-index: 1;
	top: -15px;
	left: 30px;
}  	
.bubble ul {
	display: block;
	list-style: none;
	position: absolute;
	width: 85%;
	margin: 0px;
	padding: 0px;
}
.bubble li {
	border-bottom: 1px dotted #ddd;
}
  
/* Desktop only ----------- */
@media only screen and (min-width: 961px) {
  #wrapper {
	margin-top: 15px;
  }
  #content,
  #headpic .banner  {
	width: 940px;
  } 
  #menu-wrapper {
	min-width: 990px;
  }	
  #topnav li ul {
	border: 1px solid #666;
	margin-left: -3px;
  }
  #topnav li ul:after, 
  #topnav li ul:before {
	content: " ";
	position: absolute;
	top: -20px;
	left: 40%;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #555; /* edit this to suit design (no rgba in IE8) */
	border-bottom-color: rgba(0,0,0,5);
  }
  #topnav li ul:after { 
	z-index: 1;
	margin-top: 1px;
	border: 10px solid transparent;
	border-bottom-color: #fff; /* edit this to suit design (no rgba in IE8) */
	border-bottom-color: rgba(255,255,255,1);
  }
  #footer .bottom { 
	width: 980px;
  } 
}  

/* Tablet only ----------- */
@media only screen and (max-width: 960px) {
  #menu-wrapper {
	min-width: auto;
  }	
  #headpic .banner  {
	font-size: 2.2em;
  }
  #topnav li a{
	font-size: 1em;
  }
  .block{
	width: 46%;
  }	  
  .block h2 {
	margin: -2% -2% 2%;
  }
  #footer .social span {
	display: none; 
  } 
}	

/* Mobile only ----------- */
@media only screen and (max-width: 640px) {
  #logo-wrapper {
	position: absolute;
	margin: 0 auto 0 -80px;
	left: 50%;
  }
  #logo {
	z-index: -1;
	position: relative;
	height: 42px;
	margin: 0 auto -25px 0;
  }	
  #menu-wrapper.fixed #logo {
	height: 42px;
  }
  #menu-wrapper.fixed #menu-trigger {
	margin-bottom: 0; 
  }	
  #menu-wrapper.fixed #logo-wrapper {
	margin-top: 0;
  }
  #topnav {
	margin: 0;
	float: right;
	padding: 0 2%;
	width: 96%;
  }   
  #topnav li ul, #topnav li ul li a:hover {
	background: #eee;
  }  
  #headpic .banner  {
	display: none;
  }  
  .block, 
  #footer div {
	width: 96%;
  }	  
  .block h2 {
	margin: -2% -2% 0 0;
  }
  .banner .icon {
	display: none;
  } 
  #footer b.title {
	font-size: 1.2em;
  }  
}