  @charset "utf-8";
/* CSS Document */

/*
Blue:  #00204E    0,32,78
Red:   #DA1B0C   218,27,12
*/

/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
	padding-top: 0px;
}
#topOffsetAdmin {
	padding-top: 30px;
}
#admin {
	display: block;
}
#admin-mobile {
	display: none;
}
#slide2 {
	background: #FFF;
	padding: 10px 0 40px 0;
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons a, .buttons button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0;
	text-decoration: none;
	cursor: pointer;
	padding: 6px; /* Links */
}
.buttons button {
	overflow: visible;
	padding: 6px; /* IE6 */
}
.buttons button[type] {
	padding: 6px; /* Firefox */
	line-height: .7rem; /* Safari */
}
*:first-child+html button[type] {
	padding: 6px; /* IE7 */
}
.buttons button img, .buttons a img {
	margin: 0;
	padding: 0;
	border: none;
	width: 14px;
	height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
	font-family: montserrat, sans-serif;
	background: #B8CDEA;
	border: 1px solid #96B2DB;
	color: #196DB6;
}
button:hover, .buttons a:hover {
	background: #96B2DB;
	color: #196DB6;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
	background: #C6D880;
	color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
	background: #FBE3E4;
	border: 1px solid #FBC2C4;
	color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #FBC2C4;
	color: #D12F19;
}
.req {
	color: #DA1B0C;
}
#ADDRESS2label {
	display: none;
}
#ADDRESS2 {
	display: none;
}
/* Contact
-----------------------------------------------------------------------------*/
#contact {
  padding: 36px 0 36px 0;
  background-color: #EFEFEF;
}
.publicForm {
  width: 70%;
  margin: 0 auto 12px auto;
}
.publicForm input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm textarea {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm select {
  font-size: 1.2rem;
  padding: 10px;
  background: rgba(60, 193, 205, .02);
  border-bottom: 1px solid rgba(60, 193, 205, 1);
  border-bottom: 1px solid #CCC;
  margin: 0 0 18px 0;
}
.publicForm button {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  width: 40%;
  padding: 10px 0 10px 0;
  font-size: 1rem;
  color: #FFF;
  border: none;
  background: #133051;
}
.publicForm button:hover, .publicForm button:focus {
  background: rgba(0, 0, 0, .7);
  color: #FFF;
  text-decoration: none;
}

/* Sub-page Box
-----------------------------------------------------------------------------*/
.subpageBox {
	display: block;
	border: 1px solid #FFF;
	background: #EFEFEF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 24px 0;
}
.subpageBox:hover {
	text-decoration: none;
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #333;
	background: #FFF;
}
.subpageBox div {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
}
.subpageBox h3 {
	font-weight: 600;
	color: #00204E;
	margin: 10px 0;
	padding: 0 20px 0 20px;
}
.subpageBox p {
	min-height: 80px;
	padding: 0 20px 0 20px;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.staffBox {
	display: block;
	border: 1px solid #FFF;
	background: #EFEFEF;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 0 0 24px 0;
}
.staffBox:hover {
	text-decoration: none;
	border: 1px solid #00204E;
	background: #FFF;
}
.staffBox div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 180px;
}
.staffBox h3 {
	font-weight: 400;
	color: #00204E;
	margin: 0;
	padding: 12px 12px 6px 12px;
	font-size: 1.0rem;
	line-height: 1.2rem;
}
.staffBox h4 {
	font-weight: 400;
	color: #666;
	margin: 0;
	padding: 0px 12px 12px 12px;
	font-size: .9rem;
	line-height: .9rem;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
.subpageBox2 {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #666;
	-webkit-background-size: 180%;
	-moz-background-size: 180%;
	-ms-background-size: 180%;
	-o-background-size: 180%;
	background-size: 180%;
	background-position: center;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.6rem;
	display: table;
	width: 100%;
	height: 300px;
  margin-bottom: 24px;
}
.subpageBox2:hover {
	text-decoration: none;
  -webkit-background-size: 190%;
	-moz-background-size: 190%;
	-ms-background-size: 190%;
	-o-background-size: 190%;
	background-size: 190%;
	color: #FFF;
}
.subpageBox2 h3 {
	font-weight: 700;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 2.0rem;
}
.subpageBox2 div {
	display: table-cell;
	vertical-align: middle;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.newsItem a {
	text-align: left;
	display: block;
	background: rgba(255,255,255,.8);
	color: #222;
	padding: 18px;
	margin: 0 0 12px 0;
	-webkit-transform: scale(.98);
	-moz-transform: scale(.98);
	-ms-transform: scale(.98);
	-o-transform: scale(.98);
	transform: scale(.98);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.newsItem a:hover {
	text-decoration: none;
	background: rgba(255,255,255,1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.newsItem h3 {
	color: #00204E;
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin: auto;
	margin-bottom: 6px;
	border: 1px solid #DDD;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.intro {	/* Used in Page Intros */
	font-size: 1.4rem;
	line-height: 2.0rem;
	margin: 0 0 24px 0;
	padding: 0 0 0 0;
	color: #00204E;
	font-weight: 300;
}
#INTRO {
	font-size: 1.4rem;
	line-height: 2.0rem;
	color: #00204E;
}
.intro2 {	/* Used in Section Intros */
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	color: #888;
}
#INTRO2 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	color: #888;
}
.fineprint {
	font-size: 0.7rem;
	line-height: 1.0rem;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
}
.footnote {
	font-size: 0.7rem;
	line-height: 1.1rem;
	border-top: 1px solid #CCC;
	margin-top: 36px;
	padding-top: 6px;
}
.anchor {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}
#byline {
	font-size: .8rem;
	text-align: right;
	margin: -15px 0 12px 0;
}
/* TOGGLE Sections
-----------------------------------------------------------------------------*/
.toggleTitle {
	cursor: pointer;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding: 8px;
	margin: 0 0 0 0;
	font-size: 1.1rem;
	line-height: 1.4rem;
	font-weight: 600;
	color: #00204E;
	background: rgba(0,0,0,.07);
	overflow: hidden;
}
.toggleTitle:hover {
	padding: 8px 12px 8px 12px;
	background: rgba(0,0,0,.15);
}
.toggleTitle em {
	display: inline-block;
	float: right;
	font-style: normal;
}
.toggleDiv {
	overflow: hidden;
	margin: 0 0 0 0;
	background-color: rgba(0,32,78,.1);
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
	width: 40%;
	float: right;
	margin: 0 0 24px 24px;
	font-size: .9rem;
	line-height: 1.1rem;
}
.mediaElements h3 {
	font-size: .9rem;
	line-height: 1.1rem;
	margin: 0 0 2px 0;
	padding: 0 0 0 0;
}
.mediaElements p {
	font-size: .9rem;
	line-height: 1.1rem;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.mediaElements ul {
	margin: 0 0 0 12px;
}
.mediaElements li {
	margin: 0 0 12px 0;
}
.mediaElements img {
	width: 100%;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
	margin: 0 auto 0 auto;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	width: 1100px;
}
[class*="span"] {
	margin-left: 2.12766%;
	float: left;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 6.38298%;
}
.span2 {
	width: 14.89362%;
}
.span3 {
	width: 23.40426%;
}
.span4 {
	width: 31.91489%;
}
.span4x {
	width: 30%;
	margin-left: 0;
}
.span5 {
	width: 40.42553%;
}
.span6 {
	width: 48.93617%;
}
.span6x {
	width: 50%;
	margin-left: 0;
}
.span7 {
	width: 57.44681%;
}
.span8 {
	width: 65.95745%;
}
.span8x {
	width: 70%;
	margin-left: 0;
}
.span9 {
	width: 74.46809%;
}
.span10 {
	width: 82.97872%;
}
.span11 {
	width: 91.48936%;
}
.span12 {
	width: 100%;
}

/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
html {
	font-size: 13px;
}
.container {
	width: 1000px;
}
}

/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
html {
	font-size: 12px;
}
.container {
	width: 700px;
}
.mediaElements {
	width: 100%;
	margin: 0 0 0 0;
	float: none;
}
}

/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
html {
	font-size: 12px;
}
#navClick {
	display: none;
}
#navTouch {
	display: block;
}
.container {
	width: 500px;
}
[class*="span"] {
	margin-left: 0;
}
[class*="span"]:first-child {
	margin-left: 0;
}
.span1 {
	width: 100%;
}
.span2 {
	width: 100%;
}
.span3 {
	width: 100%;
}
.span4 {
	width: 100%;
}
.span4x {
	width: 100%;
}
.span5 {
	width: 100%;
}
.span6 {
	width: 100%;
}
.span6x {
	width: 100%;
}
.span7 {
	width: 100%;
}
.span8 {
	width: 100%;
}
.span8x {
	width: 100%;
}
.span9 {
	width: 100%;
}
.span10 {
	width: 100%;
}
.span11 {
	width: 100%;
}
.span12 {
	width: 100%;
}
}

/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
.container {
	width: 88%;
	margin: 0 21px 0 21px;
}
footer span {
  display: block;
}
}
