@charset "UTF-8";

/* ---- Universal ---- */
* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
 /*   background-color: #002A5B; */
	font-family: 'Lato', sans-serif;
	font-size: 1em;
}

a, img {
	border: none;
}

a {
	outline: none;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}

p span {
	font-weight: 900;
}

.centered {
	text-align: center;
}

.trail {
	font-size: 0.8em;
	margin-bottom: 5px;
	font-style: italic;
}

#content1 .trail a:link,
#content1 .trail a:visited {
	text-decoration: underline;
	font-weight: 400;
}

#content1 .trail a:hover,
#content1 .trail a:active {
	text-decoration: none;
	font-weight: 400;
}

.container {
	margin: 0 auto;
	position: relative;
	max-width: 960px;
}

.items	{
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

.items .item	{
	flex: 1 0 200px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.cl {
	clear: both;
}

/* ---- Lists ---- */

.listp {
	margin: 0;
}

.decimalbullet {
	margin-top: 0;
}

.decimalbullet li {
	list-style-type: decimal;
	margin-left: 40px;
}

.bulletinset {
	margin-left: 1.500em;
	text-indent: -0.9em;
	list-style-position: inside;
}

.bulletinset li, {
	position: relative;
	left: 1em;
	list-style-image: url(../images/bullet2.png);
}


.listbullet {
	margin-bottom: 10px;
	text-indent: -1em;
	list-style-position: inside;
}

.formlist .listbullet li, .formlist .nobullet li {
	margin-bottom: 8px;
}

.listbullet {
	margin-left: 40px;
	list-style-image: url(../images/bullet.png); 
}

.sidelist {
	list-style-type: none;
	margin-left: 10px;
	font-weight: 700;
	color: #949494;
}

.sidelinkbox {
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
	border-top: 4px solid #002A5B;
	margin-top: 20px;
	padding: 10px;
}
.sidelinkbox h3 {
	margin-top: 0;
	padding-top: 5px;
}

.sidelinks {
	background-color: #EBDDCB;
	border-radius: 15px;
	width: 100%;
	margin: 5% 10px;
	padding: 10px;
}

.nobullet {
	list-style-type: none;
	margin-left: 10px;
}

#facebook {
	display:block;
	width: 40px;
	height: 40px;
	margin-top: 10px;
}
#facebook a:link,
#facebook a:active,
#facebook a:visited {
	background-image: url(../images/facebook.svg);
	display: block;
	width: 40px;
	height: 40px;
}

#facebook a:hover {
	background-image: url(../images/facebook-up.svg);
	display: block;
	width: 40px;
	height: 40px;
}

.col9 ul {
	list-style-type: none;
}
.col9 ul li {
	margin-bottom: 5px;
}
.col9 ul ul li a {
	font-size: 0.9em;
}
.col9 ul ul {
	margin-left: 20px;
}

.bigcl, .medcl, .smcl { display: none }

/* ---- Header tags ---- */

h1 {
	font-family: 'Lato';
	font-size: 40px;
	color: #002A5B;
	text-align: center;
	line-height: 1em;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 1);
/*	text-shadow: 2px 2px 0px #fff, 4px 4px 0px rgba(0,0,0,0.15); */
}

h2 {
	color: #002A5B;
}

h3 {
	margin: 15px 0 5px 0;
	color: #002A5B;
}

.col9 h3 {
	margin: 0 0 5px 0;
}

h4.language {
	text-align: right;
	font-size: 14px;
	color: #777;
	display: table-cell;
	float: right;
}

.language img {
	margin-right: 5px;
	vertical-align: text-bottom;
}

h4.language a,
h4.language a:link,
h4.language a:visited,
h4.language a:active,
h4.language a:hover {
	color: #777;
}

.sidehead {
	padding: 20px 0 0 0;
}

.sideimg {
	width: 150px;
	height: 100px;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

/* ---------- Header ---------- */

header {
	height: 144px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgb(255,255,255) 37%, rgb(204,204,204) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(37%,rgb(255,255,255)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgb(255,255,255) 37%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgb(255,255,255) 37%,rgb(204,204,204) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgb(255,255,255) 37%,rgb(204,204,204) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgb(255,255,255) 37%,rgb(204,204,204) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.41);
	border-bottom: 1px solid #878787;
	position: relative;
	z-index: 99;
	width: 100%;
}

section#logo {
	float: left;
	position: relative;
/*	z-index: 95; */
}

#logo img {
	width: 198px;
	height: 198px;
}

/* .hover_group:hover {
	opacity: 0.7;
} */

section#title {
	width: 600px;
	float: left;
	padding-top: 40px;
}

#publicHealth {
	float: left;
	width: 148px;
	text-align: right;
	padding-top: 10px;
	position: relative;
}

#publicHealth img {
	 width: 144px;
	 height: 125px;
}

/* ---- Content ---- */

#content1, #content2 {
	position: relative;
/*	z-index: 50; */
	clear: both;
	width: 100%;
}

#content1 {
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(234,225,213) 0%, rgb(255,255,255) 84%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,225,213)), color-stop(84%,rgb(255,255,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(234,225,213) 0%,rgb(255,255,255) 84%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(234,225,213) 0%,rgb(255,255,255) 84%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(234,225,213) 0%,rgb(255,255,255) 84%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(234,225,213) 0%,rgb(255,255,255) 84%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae1d5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#content2 {
	background-color: #EBDDCB;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.rightItem .dropdownClass {
	float: right;
}

#content1 a:link,
#content1 a:visited {
	font-weight: 700;
	color: #002A5B;
	text-decoration: underline;
}

#content1 a:hover,
#content1 a:active {
	font-weight: 700;
	color:#002A5B;
	text-decoration: none;
}

#contentback {
	background-color: #FFFFFF;
	margin: 0;
}


#news {
	width: 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

#news h3 {
	margin: 0;
	padding: 10px;
	background-color: #002A5B;
	color: #FFFFFF;
}

#news ul {
	padding: 10px;
	list-style-type: none;
}

#news ul li {
	padding: 5px;
	border-bottom: 1px #dddddd solid;
}

/* ---------- Columns ---------- */

.col5, .col7 {
	padding: 20px;
	float: left;
	position: relative;
}
.col1, .col2, .col3, .col9 {
	padding: 20px 0 0 0;
	float: left;
	position: relative;
}
.col8 {
	width: 50%;
	float: left;
}
.col11 {
	width: 75%;
	float: left;
}

.col9 {
	margin-bottom: 20px;
}
.col10 {
	clear:both;
	padding: 20px 0 0 0;
	position: relative;
	width: 100%
}
.col4 {
	padding: 20px;
	float: right;
	position: relative;
}
.col6 {
	float: left;
	position: relative;
}

.fb1 {
	margin: 20px 0;
	width: 100% !important;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width:  100% !important;display:block;z-index:2000;position:relative}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe  span[style] {width: 100% !important;display:block;z-index:2000;position:relative}

.col6 .col1 {
	padding-top: 0;
}

.quicklink {
	padding: 10px;
	margin: 20px;
	border-radius: 20px;
/*		-webkit-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.46);
	-moz-box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.46);
	box-shadow: 4px 4px 10px rgba(50, 50, 50, 0.46);
	background-image:url(../images/pic2.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed; */
}

#content1 .col6 .col1 img {
	border-radius: 0;
}

.pic {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 1;
}

.imgscale {
	float: left;
	max-width: 100%;
	max-height: auto;
}

.contentpic, img .contentpic {
	float: left;
	padding: 0 20px 3px 0;
	max-width: 50%;
}
.contentpic2, img.contentpic2 {
	float: right;
	padding: 0 0 0 20px;
	width: 200px;
	max-width: 50%;
}
.contentpic3, img.contentpic3 {
	float: right;
	padding: 0 0 0 20px;
	max-width: 50%;
}

.contentpic img, .contentpic2 img, .contentpic3 img {
	margin-top: 5px;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	height: auto;
}

.contentpic p, .contentpic2 p {
	margin-bottom: 0.5em;
	font-style: italic;
	font-size: 0.8em;
}

.mainimg, .mainimg img {
	width: auto;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}

.map {
	float: left;
	background-color: #C4C4C4;
	height: 350px;
	padding: 0;
	z-index: 4;
	margin-bottom: 1em;
}

/* ---- Footer ----*/

footer {
	clear: both;
	padding-top: 10px;
	width: 100%;
    background-color: #fff;
}

#footpic {
	margin-bottom: -70px;
}

#footpic img {
	width: 95%;
	margin: 0 2.5%;
}

#foot {
	width: 100%;
	background-color: #002A5B;
}

#footCopy {
	padding: 80px 0 10px 0;
	width: 100%;
	color: #5F7A9A;
	font-size: 0.8em;
}

#footCopy a:link,
#footCopy a:visited,
#footCopy a:active {
	color: #5F7A9A;
}

#footCopy a:hover {
	color: #5F7A9A;
	text-decoration: none;
}

/* ----- Navigation ----- */

#navigation {
	width: 100%;
	background-color: #002A5B;
	border-bottom: #CEAA7A 7px solid;
		-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 90;
}

nav {
	position: relative;
	width: 100%;
	color: #FFF;
	font-family: 'Lato';
	z-index: 90;
}

.red {
	color: #C40003;
	font-weight: 700;
}

.red a:link, .red a:visited, .red a:hover, .red a:active {
	color: #c4003;
}

@media screen and (min-width: 768px) {

ul.top_nav li {
	float: left;
}

ul.top_nav li a {
	height: 50px;
	padding: 5px 0.7em;
		/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	/* Safari, Chrome, and Opera */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
	position: relative;
	z-index: 99;
}

ul#horizontal-style li ul li {
	float: none;
	text-align: left;
}

ul#horizontal-style li ul li a {
	height: 25px;
	background-color: #CEAA7A;
	color: #CEAA7A;
	/* Internet Explorer 10 */
}

ul#horizontal-style a:link,
ul#horizontal-style a:visited,
ul#horizontal-style a:active {
	color: #FFF;
	text-decoration: none;
}
ul#horizontal-style li:hover a {
	color: #fff;
	text-decoration: none;
}

ul#horizontal-style li ul a:link,
ul#horizontal-style li ul a:visited,
ul#horizontal-style li ul a:active {
	color: #002A5B;
	text-decoration: none;
}

ul#horizontal-style li ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#horizontal-style {
    display: table;
    width: 100%
}
#horizontal-style li {
    display: table-cell;
}
#horizontal-style li ul li {
	display: block;
}
}


/* - Navigation function code - */

.head { position: relative; z-index: 99; }
.head > h1 { text-align: center; }

.menu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
	position: relative;
	z-index: 90;
}
.menu { 
	float: left; max-width: 60em;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
.menu > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.menu ul:after {
	content: ""; clear: both; display: block;
}
.menu ul li {
	padding: 0px;
}
.menu > ul > li { 
	display: inline-block;
}
.menu ul li a { 
	display: block;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #002A5B;
	font-size: 1em;
}
.menu ul li > a { 
	height:58px;
/*	padding: 19px 12px; */
	padding: 12px;
}
.menu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #f4f4f4;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul ul > li {
	position: relative;
}
.menu ul ul li a {
	text-align: left;
}
.menu ul ul > li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	background-color: #002A5B;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}

.menu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}

.menu ul li:hover {
	background-color: #CEAA7A;
}

.menu ul ul ul {
	background-color: #CEAA7A;
	position: absolute;
	left: -160px;
}



@media screen and (max-width: 480px) {
	a.menu-link {
		display: block;
		color: #002A5B;
		background-color: #CEAA7A;
		position: absolute;
		top: 0;
		right: 0;
	}
	#navigation {
		height: 61px;
	}
	.menu ul li > a { 
		height: 35px;
	}
	.menu, .menu > ul ul {
		top: 11px;
	}
}


@media screen and (min-width: 481px) and (max-width: 767px) {
    a.menu-link {
		display: block;
		color: #002A5B;
		background-color: #CEAA7A;
		position: absolute;
		top: 0;
		right: 0;
	}
	#navigation {
		height: 64px;
	}
	.menu, .menu > ul ul {
		top: 8px;
	}
}

@media screen and (max-width: 767px) {
	.menu {
		clear: both;
		min-width: inherit;
		float: none;
	}
	.menu, .menu > ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #CEAA7A;
	}
	.menu > li > ul.sub-menu {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	.menu.active, .menu > ul ul.active {
		max-height: 75em;
	}
	.menu ul {
		display: inline;
	}
	.menu > ul {
		border-top: 1px solid #BE8F50;
	}
	.menu li, .menu > ul > li {
		display: block;
	}
	.menu li a {
		color: #000;
		display: block;
		padding: 0.5em;
		border-bottom: 1px solid #BE8F50;
		position: relative;
	}
	.menu li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
		padding: 0.55em 0.5em;
	}
	.menu li.has-submenu > a.active:after {
		content: "-";
	}
	.menu ul ul > li a, .menu ul ul div > li a {
		background-color: #DFC7A8;
		height: 30px;
	/*		padding: 10px 18px 10px 30px; */
		padding: 7px 15px;
	}
    .menu ul ul > li.has-submenu a {
        background-color: #CEAA7A;
        height: 40px;
    }
    .menu ul ul ul > li a, .menu ul ul ul div > li a {
		background-color: #DFC7A8;
        padding: 7px 30px;
        height: 30px;
    }
	.menu ul ul, .menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
.menu ul ul > li a:hover {
	background-color: #002A5B;
	color: #fff;
}

.menu ul > li a:hover {
	background-color: #002A5B;
	color: #fff;
}
}

@media screen and (min-width : 768px) {
	ul#horizontal-style li ul > li a:hover {
		background-color: #002A5B;
		color: #fff;
	}
	ul#horizontal-style > li a:hover {
		background-color: #CEAA7A;
		color: #002A5B;
	}
	ul#horizontal-style > li:hover a {
		color: #002A5B;
	}
    .smallvis {
        display: none;
    }
	.jcarousel-control-prev,
	.jcarousel-control-next {
		display: none;
	}
}

@media screen and (min-width : 768px) and (max-width : 1074px) {
	.menu ul li > a {
		padding: 12px 5px;
	}
}

@media screen and (min-width : 1075px) {
	#menu {
		float: right;
	}
}


/* ----- Video ----- */

#main_video {
	margin: auto;
	height: auto;
	width: 100%;
}

#main_video video {
	width: 100%;
	height: auto;
}


/* ---------- Slideshow ---------- */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/* ----- jCarousel ----- */

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.jcarousel-wrapper .jcarousel-control-prev a:link,
.jcarousel-wrapper .jcarousel-control-prev a:active,
.jcarousel-wrapper .jcarousel-control-prev a:hover,
.jcarousel-wrapper .jcarousel-control-prev a:visited {
	color: #ffffff;
	text-decoration: none;
}

.jcarousel a:link,
.jcarousel a:active,
.jcarousel a:visited {
	color: #000;
	text-decoration: none;
}

.jcarousel a:hover {
	color: #002A5B;
	text-decoration: none;
}

.jcarousel a:hover > img {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75);
box-shadow: 0px 0px 15px 5px rgba(255, 255, 255, .75); 
}

.jcarousel h3:hover {
	text-decoration: underline;
}

#mobnav-btn {
    display: none;
    font-weight: bold;
    color: white;
    padding: 10px;
    cursor: pointer;
	text-align: right;
}
.mobnav-subarrow {
    display: none;
}

.jcarousel img {
	display:block;
    margin:auto;
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.4);
}

.jcarousel h3 {
	margin: 0;
	padding-top: 10px;
}


/* ---------- FAQs ---------- */

.faqs { position:relative; margin-bottom: 40px;}
.faqs h3	{ cursor:pointer; color:#d74646; }
.faqs h3.active	{ color:#d74646; }
.faqs h3:hover { text-decoration: underline; }
.faqs div   { position:relative; border-bottom: 1px solid #dddddd; }
.faqs div p	{ padding:0; margin-bottom:15px; }

/* ---------- Contact form --------- */

 #contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:5px;
	padding-bottom: 25px;
}
#contact-form h3 {
	color:#0257A4;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#002A5B;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form input[type="human"],
#contact-form textarea {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#002A5B;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-color: #1A3E97;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

.dropdown p {
	display: inline-block;
	font-weight: bold;
}

.dropdown select {
      width: 100%; /*Width of select dropdown to give space for arrow image*/
	  height: 25px;
	  font-size: 14px;
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
}

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

.data 
{
	border-spacing: 0px;
	border: 1px solid #002A5B;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}


.data th
{
	
	border: 1px solid #002A5B;
	background: #CEAA7A;
	color:#002A5B;
	padding: 0.4em;
}

.data td
{
border: 1px solid #002A5B;
  padding: .3em;
  text-align: left;
}

.data tbody th, thead th,  tbody td {
	vertical-align: top;
}

tr:nth-child(even) {background-color: #FFF}
tr:nth-child(odd) {background-color: #F0EFE7}

tr:hover {
	background-color:#DFC7A8;
}

/* ---------- Responsive iFrame (Calendar) ---------- */
 
.responsive-iframe-container {
    position: relative;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
}

/* ---------- @media code ---------- */


@media screen and (max-width: 480px) {
	.container {
		width: 320px;
		margin: 0 auto;
	}
	body {
		font-size: 0.8em;
	}
	header {
		height: 60px;
	}
	.col1, .col2, .col4, .col5, .col7 {
		width: 100%;
	}
	.col2 {
		padding: 20px 20px 0 20px;
	}
	.col8, .col11 {
		width: 100%;
	}
	
	.items .item  {
		max-width: 100%;
	}
	.pic {
		width: 100%;
	}
	.col3 {
		width: 100%;
		padding: 20px 20px 0 20px;
		height: auto;
	}
	.col6 {
		width: 100%;
		padding: 5px 6.5%;
	}
	.coltablet {
		clear: both;
		background-color: #EBDDCB;
	}
	.trail {
		font-size: 0.7em;
	}
	nav {
		font-size: 0.8em;
	}
	ul#top_nav li a {
		line-height: 16px;
	}
	ul#top_nav li ul li a {
		padding: 2px 0.9em 0 0.9em;
	}
	section#title {
		width: 200px;
		padding-left: 5px;
		padding-top: 13px;
		text-align: left;
	}
	#publicHealth {
		display: none;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
	}
	h1 {
		text-align: left;
		font-size: 20px;
	}
	#logo img {
		width: 100px;
		height: 100px;
	}
	#footpic {
		margin-bottom: -25px;
	}
	#footCopy {
		padding: 35px 6% 10px 6%;
		width: 100%;
	}
	.hiddenmenu {
		height: 60px;
		width: 60px;
		float: right;
	}
	.sideimg {
		width: 100px;
		height: auto;
	}
	.mainimg {
		width: 50%;
		height: auto;
	}
	.mainimg img {
		width: 100%;
	}
	.fdivide {
		display: none;
	}
	.fbreak:before {
		content: '\A';
		white-space: pre;
	}
	.fb1 {
		padding: 10px;
	}
/*	.fb1 {
		visibility: visible;
		height: auto;
		width: auto;
	}
	.fb2 {
		visibility: hidden;
		height: 0;
		width: 0;
	} */
    #mobnav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        opacity: .3;
        border-bottom: 1px solid white;
        border-top: 1px solid black;
        height: 20px;
        width: 30px;
        background-position: top left!important;
        position: absolute;
        top: 8px;
        right: 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul {
        display: block!important;
    }
	.col9 {
		clear: both;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 0;
	}
	.jcarText {
		padding-left: 25px;
		width: 250px;
	}
	#footleft {
		margin: 0 auto;
		text-align: center;
	}
	#footright {
		margin: 0 auto;
		text-align: center;
	}
	.responsive-iframe-container {
    	padding-bottom: 96.25%;
	}
	.contentpic p, .contentpic2 p {
		font-size: 0.7em;
	}
	#facebook,
	#facebook a:link,
	#facebook a:active,
	#facebook a:hover,
	#facebook a:visited {
		width: 30px;
		height: 30px;
	}
	.clre {
		clear: both;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.container {
		width: 80%;
		margin: 0 auto;
	}
/*	body {
		font-size: 14px;
	} */
	.col4, .col5 {
		width: 100%;
		padding: 20px 6.25%;
	}
	.col1, .col2 {
		width: 100%;
		padding: 20px 0 0 0;
	}
	.col3 {
		width: 100%;
		padding: 20px 0;
		padding-bottom: 0;
		height: auto;
		margin-top: -5px;
	}
	.col8, col11 {
		width: 100%;
		padding: 0;
	}
	.col6 {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	.items .item  {
		width: 100%;
		padding: 20px 0 0 0;
	}
/*	.coltablet {
		clear: both;
		width: 100%;
		background-color: #EBDDCB;
	} */
	.pic, .pic img, .mainimg img {
		width: 100%;
		height: auto;
	}
	.mainimg, {
		width: 50%;
		height: auto;
	}
	.trail {
		font-size: 10px;
	}
	header {
		height: 80px;
	}
	nav {
		position: relative;
		margin: 0 auto;
		float: none;
	}
	.logo {
		margin: 0 auto;
		float: none;
	}
	#logo img {
		width: 125px;
		height: 125px;
	}
	section#title {
		width: 245px;
		padding-left: 10px;
		padding-top: 20px;
	}
	.col7 {
		width: 100%;
		padding: 20px 6%;
		float: left;
	}
	.pagePic {
		width: 100%;
		float: none;
	}
	.focal-point div {
        margin: 0 auto -23% auto;
    }
	.focal-point img {
		width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
		clip:rect(-50px auto 0 auto);
		margin: 0 auto;
	}
	.right-3 div {
		margin-top: -1.5em;
        margin-left: auto;
        margin-right: auto;
    }
	nav {
		font-size: 1em;
	}
	h1 {
		text-align: left;
		font-size: 24px;
	}
	ul#top_nav li a {
		line-height: 16px;
	}
	ul#top_nav li ul li a {
		padding: 2px 0.9em 0 0.9em;
	}
	#publicHealth {
		display: none;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
	}
/*	.sf-menu {
		visibility: hidden;
		width: 0;
		height: 0;
	} */
	.hiddenmenu {
		height: 60px;
		width: 60px;
		float: right;
	}
	.sideimg {
		width: 100px;
		height: auto;
	}
	#footpic {
		margin-bottom: -30px;
	}
	#footCopy {
		padding: 40px 6% 10px 6%;
		width: 100%;
	}
	footer .fdivide {
		display: none;
	}
	.fbreak:before {
		content: '\A';
		white-space: pre;
	}
	
	#mobnav-btn {
        display: block;
    }
    .mobnav-subarrow {
        display: block;
        opacity: .3;
        border-bottom: 1px solid white;
        border-top: 1px solid black;
        height: 20px;
        width: 30px;
        background-position: top left!important;
        position: absolute;
        top: 8px;
        right: 10px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
    }
    .sf-menu {
        width: 100%!important;
        display: none;
    }
    .sf-menu.xactive {
        display: block!important;
    }
    .sf-menu li {
        float: none!important;
        display: block!important;
        width: 100%!important;
    }
    .sf-menu li a {
        float: none!important;
    }
    .sf-menu ul {
        position:static!important;
        display: none!important;
    }
    .xpopdrop ul {
        display: block!important;
    }
	.smcl {
		display: inherit;
		clear: both;
	}
	.col9 {
		width: 50%;
		padding-right: 5%;
		float: left;
		font-size: 0.8em;
	}
	#footleft {
		margin: 0 auto;
		text-align: center;
	}
	#footright {
		margin: 0 auto;
		text-align: center;
	}
	.responsive-iframe-container {
    	padding-bottom: 76.25%;
	}
	#facebook,
	#facebook a:link,
	#facebook a:active,
	#facebook a:hover,
	#facebook a:visited {
		width: 30px;
		height: 30px;
	}
	.clre {
		clear: both;
	}
}

@media screen and (min-width : 768px) and (max-width : 1074px) {
	.container {
		width: 75%;
		min-width: 640px;
		margin: 0 auto;
	}
	header {
		height: 125px;
	}
	.col4, .col7 {
		width: 100%;
		padding: 6.25%;
		min-width: 280px;
	}
	.col1 {
		width: 100%;
		padding: 10px 6.25%;
		min-width: 280px;
	}
	.col5 {
		width: 100%;
		padding: 3.125%;
		min-width: 600px;
	}
	.col2 {
		width: 100%;
		padding: 20px 0 0 0;
		min-width: 600px;
	}
	.col3 {
		width: 100%;
		padding: 10px 0;
		min-width: 600px;
		height: auto;
	}
	.col6 {
		width: 100%;
		min-width: 640px;
		padding: 0 0 10px 0;
	}
	.col9 {
		width: 33%;
		padding-right: 5%;
		float: left;
	}
	.col6 .col1 {
		width: 50%;
		padding: 0;
		float: left;
	}
	.items .item {
		width: 100%;
		padding: 20px 0 0 0;
		min-width: 600px;
	}
	nav {
		font-size: 0.8em;
		width: 100%;
		min-width: 600px;
	}
	ul#top_nav li a {
		line-height: 16px;
	}
	ul#top_nav li ul li a {
		padding: 2px 0.9em 0 0.9em;
	}
	section#title {
		width: 300px;
		padding-left: 20px;
	}
/*	#publicHealth {
		visibility: hidden;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
	} */
	#publicHealth {
		float: right;
		width: 100px;
		height: auto;
		margin-top: 17px;
	}
	#publicHealth img {
		width: 100px;
		height: auto;
	}
	h1 {
		text-align: left;
		font-size: 30px;
	}
	#logo img {
		width: 120px;
		height: 120px;
	}
	.col1 .sidelinkbox {
		padding-top: 0;
		margin-top: 0;
	}
	#footpic {
		margin-bottom: -45px;
	}
	#footCopy {
		padding: 80px 0 10px 0;
		width: 100%;
	}
	.hiddenmenu {
		display: none;
		height: 0;
		width: 0;
	}
/*	.fb2 {
		visibility: visible;
		height: auto;
		width: auto;
	}
	.fb1 {
		visibility: hidden;
		height: 0;
		width: 0;
	} */
	#footleft {
		float: left;
	}
	#footright {
		float: right;
	}
	.medcl {
		display: inherit;
		clear: both;
	}
	.responsive-iframe-container {
    	padding-bottom: 66.25%;
	}
}

@media screen and (min-width : 1075px) {
	.container {
		width: 960px;
		margin: 0 auto;
	}
	.col1 {
		width: 100%;
	}
	.col4 {
		width: 280px;
	}
	.col3, .col7 {
		width: 620px;
	}
	.col2 {
		width: 600px;
		margin-right: 20px;
		padding-bottom: 20px;
	}
	.col5 {
		width: 940px;
	}
	.col6 {
		width: 340px;
	}
	.col9 {
		width: 25%;
		padding-right: 2%;
		float: left;
	}
	
	.items .item {
		width: 600px;
		margin-right: 20px;
		padding-bottom: 20px;
	}
	nav {
		font-size: 0.875em;
		width: 760px;
	}
	ul#top_nav li a {
		line-height: 20px;
	}
	ul#top_nav li ul li a {
		padding: 5px 0.9em 0 0.9em;
	}
	.hiddenmenu {
		display: none;
		height: 0;
		width: 0;
	}
/*	.fb1 {
		visibility: visible;
		height: auto;
		width: auto;
	}
	.fb2 {
		visibility: hidden;
		height: 0;
		width: 0;
	} */
	#footleft {
		float: left;
	}
	#footright {
		float: right;
	}
	.bigcl {
		display: inherit;
		clear: both;
	}
	.jcarText {
		padding-left: 25px;
		width: 250px;
	}
	.responsive-iframe-container {
    	padding-bottom: 56.25%;
	}
}
