 /* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset browser styles */

/* web fonts */


body {
	background-color: #F0FFFF;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 4em;
	text-align: center;
}
h2 {
	font-size: 3em;
	text-align: center;
}
h3 {
	font-size: 2em;
	text-align: center;
}
h4 {
	font-size: 1.7em;
	text-align: center;
}
h5 {
	font-size: 1.3em;
	text-align: center;
}
p {
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	color: #000;
}
hr {
	border: 1px solid black;
}
.clearfix {
  overflow: auto;
}
.tab-nav {
	display: none;
}
/*Customized Bootstrap 3 navigation header*/
.navbar-inverse {
	background-color: rgba(234, 85, 21, .9);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}
.navbar-nav > li > a:link,
.navbar-nav > li > a:visited {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
	text-decoration: none;
}
.navbar-nav .dropdown-menu {
	background-color: rgba(234, 85, 21, .9);
}
.navbar-nav .dropdown-menu a {
	color: #fff;
	font-size: 1.2em;
}
.navbar-nav .dropdown-menu a:hover, a:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .5)
}
.navbar-inverse .navbar-nav > .active > a { 
		font-weight: bold;
		color: #f0e68c;
		background: rgb(169,172,235);
		background: -moz-linear-gradient(top,
			rgba(169,172,235,1) 0%,
			rgba(91,100,217,1) 24%,
			rgba(20,31,180,1) 50%,
			rgba(64,74,210,1) 79%,
			rgba(109,117,221,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,172,235,1)),
			color-stop(24%,rgba(91,100,217,1)),
			color-stop(50%,rgba(20,31,180,1)),
			color-stop(79%,rgba(64,74,210,1)),
			color-stop(100%,rgba(109,117,221,1)));
		background: -webkit-linear-gradient(top,
			rgba(169,172,235,1) 0%,
			rgba(91,100,217,1) 24%,
			rgba(20,31,180,1) 50%,
			rgba(64,74,210,1) 79%,
			rgba(109,117,221,1) 100%);
		background: -o-linear-gradient(top,
			rgba(169,172,235,1) 0%,
			rgba(91,100,217,1) 24%,
			rgba(20,31,180,1) 50%,
			rgba(64,74,210,1) 79%,
			rgba(109,117,221,1) 100%);
		background: -ms-linear-gradient(top,
			rgba(169,172,235,1) 0%,
			rgba(91,100,217,1) 24%,
			rgba(20,31,180,1) 50%,
			rgba(64,74,210,1) 79%,
			rgba(109,117,221,1) 100%);
		background: linear-gradient(to bottom,
			rgba(169,172,235,1) 0%,
			rgba(91,100,217,1) 24%,
			rgba(20,31,180,1) 50%,
			rgba(64,74,210,1) 79%,
			rgba(109,117,221,1) 100%);
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	font-weight: normal;
	color: #f0e68c;
	background: -moz-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(169,172,235,1)),
		color-stop(24%,rgba(91,100,217,1)),
		color-stop(50%,rgba(20,31,180,1)),
		color-stop(79%,rgba(64,74,210,1)),
		color-stop(100%,rgba(109,117,221,1)));
	background: -webkit-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -o-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -ms-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: linear-gradient(to top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
}
.banner {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.telephone a:link, .telephone a:hover, .telephone a:focus {
	text-decoration: none;
	color: #000;
}
.countyinfo {
	margin-left: 10%;
}
.navlogo {
	margin-left: 27.8%;
}
/*6 Blue Navigation Buttons*/
.left-info-nav {
   list-style: none;
}
.left-info-nav li {
   margin-left: 20%;
}
.left-info-nav a:link,
.left-info-nav a:visited,
.back-button a:link,
.back-button a:visited  {
	width: 65%;
	color: #f0e68c;
	font-size: 90%;
	text-decoration: none;
	border: 4px solid #fffacd;
	border-style: double;
	padding: 2%;
	margin-bottom: 4%;
	display: block;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	background: rgb(169,172,235);
	background: -moz-linear-gradient(top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,172,235,1)),
		color-stop(24%,rgba(91,100,217,1)),
		color-stop(50%,rgba(20,31,180,1)),
		color-stop(79%,rgba(64,74,210,1)),
		color-stop(100%,rgba(109,117,221,1)));
	background: -webkit-linear-gradient(top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -o-linear-gradient(top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -ms-linear-gradient(top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: linear-gradient(to bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
}
.left-info-nav a:hover,
.left-info-nav a:focus,
.left-info-nav a:active,
.back-button a:hover,
.back-button a:focus,
.back-button a:active { 
	font-weight: bold;
	background: -moz-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(169,172,235,1)),
		color-stop(24%,rgba(91,100,217,1)),
		color-stop(50%,rgba(20,31,180,1)),
		color-stop(79%,rgba(64,74,210,1)),
		color-stop(100%,rgba(109,117,221,1)));
	background: -webkit-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -o-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: -ms-linear-gradient(bottom,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
	background: linear-gradient(to top,
		rgba(169,172,235,1) 0%,
		rgba(91,100,217,1) 24%,
		rgba(20,31,180,1) 50%,
		rgba(64,74,210,1) 79%,
		rgba(109,117,221,1) 100%);
}
/*Regular Links*/
a:link, a:visited {
	color: blue;
	outline: none;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	outline: none;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}
/*Green tooltip and dropdown menu*/
@media only screen and (min-width: 768px) {
	.tooltip > .tooltip-inner {
		background-color: #006400;
		background: #006400; /* Old browsers */
		background: -moz-linear-gradient(-45deg, #006400 0%, #4a9723 50%, #006400 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(-45deg, #006400 0%,#4a9723 50%, #006400 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(135deg, #006400 0%,#4a9723 50%, #006400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		color: #F0FFFF;
		border: 1.5px solid rgb(0,62,0);
		padding: 10px;
		font-family: "Hoefler Text", Garamond, Times, serif;
		font-size: 16px;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;    
	}
}
.maintext {
	margin-bottom: 1.8em;}
.maintext p {
	text-align: justify;
}
hr.style-two { 
	border: 0; 
	height: 1px;
	background-image: -webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -moz-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -ms-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -o-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0)); 
	margin-bottom: 3.5em;
}
hr.style-two-nomarg { 
	border: 0; 
	height: 2px;
	background-image: -webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -moz-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -ms-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -o-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0)); 
}
hr.style-two-border { 
	height: 2px;
	background-image: -webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -moz-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -ms-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -o-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0)); 
}
hr.style-black { 
	border: 0; 
	height: 1px;
	background-image: -webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -moz-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -ms-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: -o-webkit-linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}
/*hiding links*/
.blackLink a:link, .blackLink a:visited {
	color: #000;
	text-decoration: underline;
}
.blackLink a:hover, .blackLink a:focus, .blackLink a:active {
	color: rgb(128,0,0);
}
#whatwedo {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1.5em;
	margin-left: 1em;
	color: rgb(128, 0, 0); 
	font-family: "Century Gothic", Tahoma, Helvetica, sans-serif;
}
/*All of these image swaps pertain to the jacaScript code formaking the transiitons fadein and out*/
figure #imageSwap, figure #imageSwapA, figure #imageSwapF, figure #imageSwapI, figure #imageSwapL {
	display: inline-block; 	
	vertical-align: top;
	margin: 15px 0 35px 0;
	text-align: center;
}
figure img #imageSwap, figure img #imageSwapA, figure img #imageSwapF, figure img #imageSwapI, figure img #imageSwapL {
	margin: auto;
}
#imageSwap, #imageSwapA, #imageSwapB, #imageSwapC, #imageSwapD, #imageSwapE, #imageSwapF, #imageSwapI, #imageSwapL {
	margin-bottom: 4.65%;
	text-align: center;
}
#imageSwapA img, #imageSwapB img, #imageSwapC img, #imageSwapD img, #imageSwapE img {
	border-radius: 13px;
	width: 90%;
}
#imageSwap img, #imageSwapF img, #imageSwapI img, #imageSwapL img {
	width: 90%;
	border-radius: 5px;
}
/* this image swap is for the one on front page and center*/
#imageSwapL img {
	margin-top: 2em;
	margin-bottom: -1em;
}
.imgSwp{
	margin-bottom:4.65%;
	text-align:center;
}
.imgSwp img{
	border-radius:13px;
	width:90%;
}
.just {
	text-align: justify;
	margin-bottom: 20%;
}
figcaption {
	text-align: center;
	font-size: 1.1em;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	padding-top: .2em;
	margin-bottom: 10px;
	margin-top: 1em;
	vertical-align: top;
}
/*These Blurbs pertain mostly to images with a red caption and smaller text description beneath that.*/
.blurbhead {
	color: rgb(128,0,0);
	margin-top: -20px;
}
.blurb {
	padding: 0 9% 0 9%;
	margin-bottom: 8.5%;
}
.blurb p {
	font-size: 1.1em;
	text-align: justify;
}
/*This is the Scanning page picture with the USB*/
.digibox {
	margin-top: 58.5px;
}
.digibox figure {
	margin: 0;
	margin-bottom: 3.5em;
	border: none;
}
.digibox figcaption, .digibox p {
	font-family: Aerial, Helvetica, Tahoma, "sans-serif";
	font-size: 1.1em;
	color: rgb(128,0,0);
	margin-top: 3%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: justify;
}
.scanstuff figure img {
	border: 1px solid black;
	border-radius: 2px;
	margin-bottom: -.9em;
}
.scanstuff figcaption {
	margin-bottom: 2em; 
}
form img {
	border: 0;
}
#pagecap {
	margin-bottom: 1.7em;
}
/*digital printing page*/
.largecopyex {
	font-family: Aerial, Helvetica, Tahoma, "sans-serif";
	font-size: 1.2em;
	color: red;
	margin: -1% 5% 3.5% 15%;
	text-align: justify;
}
/*cdm page*/
.cdslist ul {
	list-style: none;
	text-align: justify;
	margin-right: 2%;
}
.cdslist li {
	margin-bottom: 2em;
}
.bidpresentate p {
	text-align: center;
	margin-bottom: 1em;
	font-size: 1.1em;
}
/*All Services page*/
.all-service-list a:link, .all-service-list a:visited {
	color: #000;
}
.all-service-list a:hover, .all-service-list a:focus, .all-service-list a:active {
	color: #2a0cd1;
	text-decoration: underline;
}
.listhead a:link, .listhead a:visited {
	color: rgb(128,0,0);
	font-weight: bold;
}
.listhead a:hover, .listhead a:focus, .listhead a:active {
	color: rgb(128,0,0);
}
.all-service-list ul, .copy-list ul {
	list-style-type: none;
}
.all-service-list li, .copy-list li {
	padding-bottom: 1em;
}
.all-service-list li:before, .copy-list li:before {
	content: "*";
	padding-right: 8px;
	color: rgb(128, 0, 0);
}
.listhead {
	list-style-type: none;
	margin-top: 2em;
	margin-bottom: 1.2em;
	margin-left: 6%;
	color: rgb(128,0,0);
	font-family: Aerial;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.copy-list ul {
	margin-right: 3%;
}
.copy-list ul li {
	display: inline-block;
	margin-left: 2%;
	font-weight: bold;
}
.cctext figcaption {
	font-size: 1.7em;
	font-family: Aerial, Helvetica, Tahoma, "sans-serif";
	color: rgb(128,0,0);
	margin-bottom: .5em;
}
.copytext {
	font-size: 1.2em;
	text-align: center;
	margin: 0 6.5% 3% 6.5%;
}
.cctext img {
	border: -webkit-6px ridge #0000FF;
	border: -moz-6px ridge #0000FF;
	border: -ms-6px ridge #0000FF;
	border: -o-6px ridge #0000FF;
	border: 6px ridge #0000FF;
	border-radius: 35px;
}	
.bindhead {
	margin-bottom: 1.6em;
}
/*Thisis all for the form on the Contact page*/
.questions {
	text-align: justify;
	width: 75%;
	margin: auto;
	margin-bottom: 2em;
}
.contact-header {
	margin-bottom: 1em;
}
.formcontainer input[type="text"], .formcontainer textarea {
		margin-bottom: 1em;
		border-radius: 5px;
		border: 1px solid #f5f5f5;
		background-color: white;
		color: #000;
		font-size: 13px;
		box-shadow: 0 0 1px black;
		width: 90%;
		padding: 5px;
}
.formcontainer select {	
	font-size: 1.2em;
	color: #000;
}
.formcontainer input[type="submit"], .formcontainer input[type="reset"] {
	font-size: 13px;
	margin-bottom: 1.1em;
	padding: 4px 7px;
	color: #000;
	background: rgb(0,102,153);
	background: -webkit-linear-gradient(rgba(0,0,205,.1) 40%, rgba(0,0,205,.5));
	background: -moz-webkit-linear-gradient(rgba(0,0,205,.1) 40%, rgba(0,0,205,.5));
	background: -o-linear-gradient(rgba(0,0,205,.5) 40%, rgba(0,0,205,.5));
	background: linear-gradient(rgba(0,0,205,.1) 40%, rgba(0,0,205,.5));
	border: none;
	border-radius: 5px;	
	box-shadow: 0 0 5px rgba(0,128,192,.8);
}
.formcontainer input[type="submit"]:hover, .formcontainer input[type="reset"]:hover {
	background: -webkit-linear-gradient(rgba(0,128,192,.5) 40%, rgba(0,0,205,.1));
	background: -moz-webkit-linear-gradient(rgba(0,128,192,.5) 40%, rgba(0,0,205,.1));
	background: -o-linear-gradient(rgba(0,128,192,.5) 40%, rgba(0,0,205,.1));
	background: linear-gradient(rgba(0,128,192,.5) 40%, rgba(0,0,205,.1));
	box-shadow: 0 0 5px rgb(252,119,20);
	color: rgb(98,4,37);
}
.formcontainer input[type="text"]:focus, .formcontainer textarea:focus {
	background-color: white;
	color: black;
	box-shadow: inset 0 0 5px rgba(0, 128, 192, .9); 
}
.formcontainer input[type="submit"] {
	margin-right: 10%;
	margin-left: 14%;
	margin-bottom: 5%;
}
form#contactform input[type="text"] {
	min-height: 40px;
}
form#contactform input[type="text"], form#contactform textarea {
	padding-left:20px;
	padding-right:20px;
}
form#contactform textarea {
	padding-top:10px;
}
form#contactform .validation {
	font-size:11px;
}
.back-button a:link, .back-button a:visited {
	width: 15%;
	margin: 0 auto;
	font-size: 1em;
	padding: 1% .5%;
	margin-top: 3%;
}
.back-button a:hover,
.back-button a:focus,
.back-button a:active {
	font-weight: normal;
}
.medianav {
	clear: both;
}
.medianav ul {
	list-style-type: none;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px;
}
.medianav li {
	display: inline-block;
	margin: 0 5px 0 5px;
}
.bottom-nav ul {
	list-style-type: none;
	text-align: center;
}
.bottom-nav li {
	display: inline-block;
	color: #000;
	letter-spacing: .1em;
}
.bottom-nav a:link, .bottom-nav a:visited  {	
	color: #2a0cd1;
}
.bottom-nav a:hover, a:focus a:active {	
	color: rgb(128,0,0);
}
footer {
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 1.1em;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: rgba(234, 85, 21, .9);	
	clear: both;
	bottom: 0;
}
footer p {
	font-size: 1em;
	padding: 20px 0 20px 0;
	color: #fff;
}
.contactfooter {
	margin-top: 4%;
}

/*These are the bootstrap 3 altered/custom settings for smaller monitors and devices. Refer to notes atop for explanations below.*/
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open {

  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
	font-size: 1em;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
  }
 }
 
 
 

/* Tablets */ 
@media only screen and (min-width : 480px) and (max-width: 767px) {
		h1 {
		font-size: 3.7em;
		}
		h2 {
			font-size: 2.7em;
		}
		h3 {
			font-size: 1.7em;
		}
		h4 {
			font-size: 1.4em;
		}
		.style-two-nomarg {
			display: none;
		}
		hr#style-two { 
			border: 0; 
			height: 1px;
			background-image: linear-gradient(to right, rgba(2, 21, 159, 0), rgba(2, 21, 159, 0.75), rgba(2, 21, 159, 0)); 
			margin-bottom: 0;
			margin-top: -6%;
		}
		.tab-nav {
			display: inline;	
		}
		.tab-nav ul {
			list-style: none;
			margin-top: -6%;
			margin-bottom: 9%;
			text-align: center;
		}
		.tab-nav ul li {
			display: inline;
			margin: 8px;
		}
		.tab-nav a:link, .tab-nav a:visited {
			width: 21%;
			text-align: center;
			font-size: .8em;
			background-color: rgb(169,172,235);
			color: #f0e68c;
			border: 3px ridge rgb(234, 85, 21);
			border: 4px solid #fffacd;
			border-style: double;
			padding: .5% 1% .8% 1%;
			border-bottom-left-radius: 9px;
			border-bottom-right-radius: 9px;
			display: inline-block;
			vertical-align: top;
			overflow: hidden;
			background: -moz-linear-gradient(bottom,  rgba(169,172,235,1) 0%, rgba(91,100,217,1) 24%, rgba(20,31,180,1) 50%, rgba(64,74,210,1) 79%, rgba(109,117,221,1) 100%);
			background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,rgba(169,172,235,1)), color-stop(24%,rgba(91,100,217,1)), color-stop(50%,rgba(20,31,180,1)), color-stop(79%,rgba(64,74,210,1)), color-stop(100%,rgba(109,117,221,1)));
			background: -webkit-linear-gradient(bottom,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: -o-linear-gradient(bottom,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: -ms-linear-gradient(bottom,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: linear-gradient(to top,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);				
		}
		.tab-nav a:hover, .tab-nav a:focus, .tab-nav a:active {
			text-decoration: none;
			background: -moz-linear-gradient(top,  rgba(169,172,235,1) 0%, rgba(91,100,217,1) 24%, rgba(20,31,180,1) 50%, rgba(64,74,210,1) 79%, rgba(109,117,221,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,172,235,1)), color-stop(24%,rgba(91,100,217,1)), color-stop(50%,rgba(20,31,180,1)), color-stop(79%,rgba(64,74,210,1)), color-stop(100%,rgba(109,117,221,1)));
			background: -webkit-linear-gradient(top,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: -o-linear-gradient(top,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: -ms-linear-gradient(top,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);
			background: linear-gradient(to bottom,  rgba(169,172,235,1) 0%,rgba(91,100,217,1) 24%,rgba(20,31,180,1) 50%,rgba(64,74,210,1) 79%,rgba(109,117,221,1) 100%);	
		}
		.countyinfo p, .countyinfo img, .left-info-nav {
			display: none;
		}
		.tooltip > .tooltip-inner {
			color: #FFFFF0;
			background-color: rgb(0, 0, 0);
			padding: 5px;
			font-size: 13px;
		}
		.navbar-nav > li > a:link {
			font-size: .9em;
			padding-top: 5px;
			padding-bottom: 6.2px;
		}
		.navbar-nav .dropdown-menu a {
			font-size: .9em;
		}
		.blurb {
			margin-bottom: 3%;
		}
		.blurb p {
			font-size: 1em;
		}
		.digibox figcaption, .digibox p {
			font-size: 1.1em;
			margin: 5% 15% -5.5% 15%;
		}
		.largecopyex {
			font-family: Aerial, Helvetica, Tahoma, "sans-serif";
			font-size: 1.2em;
			color: rgb(128,0,0);
			margin: -3% 15% 3.5% 15%;
			text-align: justify;
		}
		.scanstuff {
			text-align: center;
		}
		.cdslist ul {
			list-style: none;
			text-align: justify;
		}
		.cdslist li {
			margin-bottom: 2em;
		}
		.bidpresentate p {
			margin-bottom: 0;
		}
		.all-service-list {
			margin-right: 8%;
		}
		.all-service-list li, .copy-list li {
			text-align: center;
		}
		.copy-list ul li {
			font-weight: normal;
			font-size: 1em;
		}
		.listhead {
			margin-bottom: 1.5em;
			text-align: center;
		}
		.cctext figcaption {
			font-size: 1.5em;
		}
		.cctext p {
			font-size: 1em;
			margin-bottom: -2%;
		}
		.mappos {	
			width: 75%;
			float: none;
			margin: 0 auto;
		}
		.formcontainer {
			width: 75%;
			float: none;
			margin-left: 15%;
		}			
		.formcontainer input[type="submit"] {
			margin-right: 10%;
			margin-left: 22%;
		}
		.back-button a:link, .back-button a:visited {
			width: 20%;
			font-size: .9em;
		}
		.back-button a:hover,
		.back-button a:focus,
		.back-button a:active {
			font-weight: normal;
		}
		.medianav img {
			width: 25px;
			height: auto;
		}
		.medianav ul {
			margin-top: 4%;
			margin-bottom: 0;
		}
		.medianav li {
			margin: 15px 5px 15px 5px;
		}
		.bottom-nav li {
			letter-spacing: normal;
		}
		footer p {
			font-size: .9em;
			padding: 5px;
		}
}



/* Styles for phones */ 
@media only screen and (max-width : 479px) {
	body {
		margin-right: 2%;
	}
	h1 {
	font-size: 3.5em;
	}
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 1.5em;
	}
	h4 {
		font-size: 1.2em;
	}
	h5 {
		font-size: 1em;
	}
	p {
		font-size: .9em;
	}
	hr {
		border: 1px solid black;
	}
	.tooltip {
		visibility: hidden;
    }
	.navbar-nav > li > a:link {
		font-size: .9em;
		padding-top: 5px;
		padding-bottom: 6.2px;
	}
	.navbar-nav .dropdown-menu a {
		font-size: .9em;
	}
	.banner, .style-two, .left-info-nav {
		display: none;
	  }
	.telephone {
		display: inline;
	}
	.telephone a:link, .telephone a:visited {
		text-decoration: none;
		color: blue;
	}
	.telephone a:hover, .telephone a:focus, .telephone a:active {
		text-decoration: underline;
	}
	.countyinfo {
		float: none;
		margin-right: 10px;
		margin-left: 0;
	}
	.navlogo {
		float: right;
		margin-right: 0px;
	}
	.blurbhead {
		margin-top: -12px;
	}
	.blurb {
		margin-bottom: 6.5%;
	}
	.blurb p {
		font-size: .9em;
	}
	.digibox {
		float: right;
	}
	.digibox figcaption, .digibox p {
		font-size: 1em;
		margin-left: 5%;
		margin-right: 5%;
	}
	.largecopyex {
		font-size: 1.1em;
		margin-left: 25px;
		margin-right: 25px;
		clear: both;
	}
	.cdslist{
	margin-right: 1.8%;
}
	.cdslist li {
		font-size: .9em;
	}
	.bidpresentate p {
		font-size: .9em;
	}
	.listhead {
		margin-bottom: 1.4em;
		text-align: center;
	}
	.all-service-list {
		margin-right: 8%;
	}
	.all-service-list li, .copy-list li {
		text-align: center;
	}
	.copy-list ul li {
		font-weight: normal;
		font-size: 1em;
	}
	.cctext figcaption {
		font-size: 1.3em;
	}
	.cctext p {
		font-size: .9em;
	}
	.cctext img {
		border-radius: 29px;
		border-style: none;
	}
	.mappos {
		width: 100%;
		margin: 0 auto;
	}
	.formcontainer {
		width: 100%;
		margin-left: 10%;
	}
	.formcontainer input[type="text"], .formcontainer textarea {
		margin-bottom: 1.5em;
		border-radius: 3.5px;
		font-size: .9em;
		width: 75%;
		margin-left: 2%;
	}
	.formcontainer select {
		font-size: 1em;
	}
	.formcontainer input[type="submit"], .formcontainer input[type="reset"] {
		display: inline;
		font-size: .7em;
		border-radius: 4px;
		margin-bottom: 2em;
		padding: 2px 5px;
	}
	.formcontainer input[type="submit"] {
		margin-right: 10%;
		margin-left: 18%;
	}
	.back-button a:link, .back-button a:visited {
			width: 30%;
			font-size: .8em;
		}
		.back-button a:hover,
		.back-button a:focus,
		.back-button a:active {
			font-weight: normal;
		}
	.medianav img {
		width: 25px;
		height: auto;
	}
	.medianav ul {
		margin-top: 28px;
		margin-bottom: 10px;
	}
	.medianav li {
		display: inline;
	}
	.bottom-nav ul {
		margin-right: 15px;
	}
	.bottom-nav li {
		font-size: .8em;
		letter-spacing: normal;
	}
	footer p {
	    font-size: .6em;
		padding: 10px 0 10px 0;
	}
}


/*Notes:*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}