html {
    /* To make entire website centered add this:  margin:    0 auto; */
    max-width: 960px;
}

body {margin:0;font-family:Helvetica, Arial, sans-serif}

* {
  box-sizing: border-box;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


a:link {
    color: #0000FF; 
    background-color: transparent; 
}

a:hover {
    color: red;
    background-color: transparent;
}

.desktoptopbanner {
	text-align:left;
	margin:10px;
}

.topbanner {
	height:90px;
}

/* Sponsored Links Text with Ads Top Desktop Hide on Mobile Start */
@media screen and (max-width: 600px) {
  .sponsored {display: none;} 
}
/* Sponsored Links Text with Ads Top Desktop Hide on Mobile End */

/* Sponsored Links Text with Ads Hide on Mobile Start */
@media screen and (max-width: 600px) {
  .sponsored2 {text-align: center; font-size: 16px; padding: 5px;}
}
/* Sponsored Links Text with Ads Hide on Mobile End */

/* Trail Start */
.trail {font-family: 'Open Sans', arial, sans-serif;  text-align: left;	font-size: 15px;  color: #302C2C; line-height: 18px; padding-top: 20px; padding-bottom: 2px; padding-left: 10px; padding-right: 20px;}
.trail A {color: #0000FF; text-decoration: underline;}
.trail A:LINK {color: #0000FF; text-decoration: underline;}
.trail A:VISITED {color: #0000FF; text-decoration: underline;}
.trail A:HOVER {color: #FF0000; text-decoration: none;}
/* Trail Stop */

/* Trail Extra Pages Menu Start */
.trail2 {font-family: 'Open Sans', arial, sans-serif;  text-align: center;	font-size: 18px;  color: #302C2C; line-height: 18px; padding: 5px;}
.trail2 A {color: #0000FF; text-decoration: underline;}
.trail2 A:LINK {color: #0000FF; text-decoration: underline;}
.trail2 A:VISITED {color: #0000FF; text-decoration: underline;}
.trail2 A:HOVER {color: #FF0000; text-decoration: none;}
/* Trail Extra Pages Menu Stop */

/* Department Name Start */
h1.departmentname { 
    display: block;
    font-size: 36px;
    margin-top: 0.25em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
	text-transform: none;
}
/* Department Name Stop */

/* Department Title Start */
.title { 
    display: block;
    font-size: 24px;
    font-weight: bold;
}
/* Department Title Stop */

/* Department Info Start */
.departmentinfo { 
    display: block;
    font-size: 18px;
    font-weight: bold;
}
/* Department Info Stop */

/* Padding TopBottom Starts */
.paddingtopbottom {
	padding-top: 10px;
	padding-bottom: 15px;
}
/* Padding TopBottom Ends */

/* Padding Bottom Starts */
.paddingbottom {
	padding-bottom: 20px;
}
/* Padding Bottom Ends */

/* Navigation Bar With Dropdown Start */
.topnav {
  overflow: hidden;
  background-color: #000000;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #636363;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 10px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .dropdown-content a {
  	padding: 14px 16px;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size:20px;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	font-size:20px;
  }
}
/* Navigation Bar With Dropdown End */


/* Navigation Bar Start */
.middlenav {
  overflow: hidden;
  background-color: #000160;
}

.middlenav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.middlenav a:hover {
  background-color: #E5E1DA;
  color: #000000;
  text-decoration: underline;
}

.activemiddle {
  background-color: #C0C0C0;
  color: #000000;
}

.middlenav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .middlenav a {display: none;}
  .middlenav {background-color: #000160;}
  .middlenav a:hover {background-color: #E5E1DA;}
  .middlenav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .middlenav.responsive {position: relative;}
  .middlenav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .middlenav.responsive a {
    float: none;
    display: block;
    text-align: left;
	font-size: 24px;
  }
}

/* Navigation Bar End */

/* Top Columns Start */
.toplefthalf {
  float:left;
  width:50%;
  text-align:left;
}

.toprighthalf {
  float:left;
  width:50%;
  text-align:center;
  padding:20px;
}
/* Top Columns End */

/* Main Columns Start*/
.leftcolumn {
  background-color:#6097CD;
  height:1200px;
  float:left;
  width:20%;
  padding:50px 15px;
  margin-top:7px;
  text-align:center;
  box-shadow:0 4px 5px 0 rgba(0,0,0,0.2),0 4px 10px 0 rgba(0,0,0,0.2);
}

.centercolumn {
  float:left;
  height:1200px;
  width:60%;
  padding:0 20px;
  margin-top:30px;
  text-align:center;
}

/* Nested Center 2 Columns Start */
.centercolumnnested2 {
  float:left;
  width:50%;
  padding:0 20px;
  text-align:center;
  font-size:18px;
  line-height: 1.5;
}
/* Nested Center 2 Columns Stop */

/* Nested Center 2 Left Columns Start */
 .centercolumnnested2left {
  float:left;
  width:50%;
  padding:0 40px;
  text-align:left;
  font-size:18px;
  line-height: 1.5;
  }
 /* Nested Center 2 Left Columns Stop */

/* Nested Center 3 Columns Start */
.centercolumnnested3 {
  float:left;
  width:33%;
  padding:0 20px;
  text-align:center;
  font-size:18px;
  line-height: 1.5;
}
/* Nested Center 3 Columns Stop */

/* Nested Center 4 Columns Start */
.centercolumnnested4 {
  float:left;
  width:25%;
  padding:0 20px;
  text-align:center;
  font-size:18px;
  line-height: 1.5;
}

.centercolumnnested4gallery {
  float:left;
  width:25%;
  padding:0 20px;
  text-align:center;
  font-size:18px;
  line-height: 1.5;
}
/* Nested Center 4 Columns Stop */

.rightcolumn {
  background-color:#e5e5e5;
  height:1200px;
  float:left;
  width:20%;
  padding:15px;
  margin-top:7px;
  text-align:center;
  box-shadow:0 4px 5px 0 rgba(0,0,0,0.2),0 4px 10px 0 rgba(0,0,0,0.2);
}

/* Main Columns End*/

/* Map and Text Styling Start */
.mapstate {
	font: bold 28px serif;
	color:#800000;
	text-align:center;
}

.maptext {
	font: bold 28px serif;
	color:#800000;
	text-align:center;
}
h3.mapwords {
	font: bold 16px serif;
	color:#000000;
	text-align:center;
	}
/* Map and Text Styling End */


/* General Font Replacements Start */
.fonttwowithcolor {
	font: bold 24px serif;
	color:#800000;
	}
	
.fonttwowithnocolor {
	font: bold 24px serif;
	}	
	
.fontonewithcolor {
	font: bold 22px serif;
	color:#800000;
	}	
	
.fontonenocolor {
	font: bold 22px serif;	
	}
	
.depttext {
	text-align: left;
	padding: 10px;
	}		

/* General Font Replacements Stop */

/* Mobile Screen Styling Start */
@media all and (max-width:800px) {
  .centercolumnnested4gallery {
    width:100%;
	height:auto;
	background-color:#FFFFFF;
	font-size:24px;
	line-height: 2.5;
  }
 } 

@media all and (max-width:600px) {

    img {
	display:block;
	margin:0 auto;
	max-width: 100%;
	height: auto;
	padding-top: 10px;
	}
	
	.leftcolumn, .centercolumn, .rightcolumn, .toplefthalf, .toprighthalf {
    width:100%;
	height:auto;
	background-color:#FFFFFF;
	box-shadow:none;
  }
  
  .leftcolumn {
  	padding:25px 15px;
  }
  
  .centercolumn {
  	margin-top:5px;
  }
  
  .centercolumnnested2, .centercolumnnested3, .centercolumnnested4, .centercolumnnested4gallery {
    width:100%;
	height:auto;
	background-color:#FFFFFF;
	font-size:24px;
	line-height: 2.5;
  }
  
   	.centercolumnnested2left {
  	width:100%;
	height:auto;
	background-color:#FFFFFF;
	font-size:24px;
	line-height: 2.5;
	text-align:center;
  }
  
  
  	.trail {
		display: none;
	}
	
	.trailmobile {font-family: 'Open Sans', arial, sans-serif;  text-align: left;	font-size: 22px;  color: #302C2C; line-height: 2.2; padding: 2px;}
	.trailmobile A {color: #0000FF; text-decoration: underline;}
	.trailmobile A:LINK {color: #0000FF; text-decoration: underline;}
	.trailmobilel A:VISITED {color: #0000FF; text-decoration: underline;}
	.trailmobile A:HOVER {color: #FF0000; text-decoration: none;}

	.trail2 {
	font-size: 18px;
	line-height: 2.2; 
	padding: 2px; 
	text-align: center;
	}
	
	.mapstate {
	line-height: 2.2;
	}
	
	.mapgodirect {
	font-size: 18px;
	line-height: 2.2;
	}
	
	h1.departmentname { 
    font-size: 24px;
	line-height: 1.7;
	}
	
	.title { 
    font-size: 22px;
	line-height: 1.7;
	}
	
	.departmentinfo { 
    font-size: 20px;
	line-height: 1.7;
	}
  
	.mapimage, .maptext, .leftresponsivead, .rightresponsivead, .mobileremove, .checkemailfront {
  	display: none;
  	}	
	
	.mobileadd {
	font: bold 24px serif;
	color:#800000;
	text-align:center:
	}
	
	.paddingtopbottom {
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
	.w3-medium {
	font-size:20px!important
	}
	
	.footer li {
	display: block !important;
	font-size: 16px;
	line-height: 2.5;
	text-align: center;
	margin:auto;
	}
}
/* Mobile Screen Additional Styling End */

/* Desktop Styling Start */
@media all and (min-width:601px) {

    img {
	max-width: 100%;
	height: auto;
	}
		
	.mobileadd {
	display:  none;
	}
	
	/* Trail Mobile Start */
	.trailmobile {
	display: none;
	}
	/* Trail Mobile Stop */
}
/* Desktop Styling End */

/* Style Check Email Front Start */
.checkemailfront {
	background-color: #FFFFFF;
	text-align: center;
    padding: 10px;
	font-size: 16px;
	margin-bottom: 50px;
}
/* Style Check Email Front End */

/* Style Department Lists Start */

.departmentlist {
	font-size: 18px;
	line-height: 1.5;
}

/* Style Department Lists End */

/* Style the Footer Start*/
.footer {
    background-color: #F1F1F1;
    text-align: center;
    padding: 100px;
	font-size: 15px;
}

.w3-opacity,.w3-hover-opacity:hover {
	opacity:0.60
}
	
.w3-opacity-off,.w3-hover-opacity-off:hover {
	opacity:1
}
	
.w3-opacity-max {
	opacity:0.25
}
	
.w3-opacity-min {
	opacity:0.75
}

.w3-medium {
	font-size:15px!important
}

.w3-hover-text-green:hover {
	color:#4CAF50!important
}

.footer li {
	display:inline-block;
	text-align: center;
}

/* Style the Footer End*/

