/*
Banner Images: 2000 x 764
Feature Images: 300 x 200
*/
@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /* sets base to 10px for easy math */
}
body {
  /*background-color: #E7E7E7;*/
  background-color: #FFFFFF;
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.6em; /* sets the default sizing to 14px (1.4 x 10) */
}
.dsd-container {
  min-width: 320px;
  /*max-width:1280px;*/
  margin: 0 auto;
}
:focus { /* removes blue oultine #content */
  outline: n one !important;
  outline: 0 !important;
}
.skip-to-content {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
a.skip-to-content :active, a.skip-to-content :focus, a.skip-to-content :hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.layout-row {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
/* HEADER */
.header {
  background-color: #FFFFFF;
  padding: 0;
  text-align: right;
  position: relative;
  z-index: 90;
  height: 60px;
  margin: 0 auto;
}
.header h2 {
  text-align: center;
  font-style: italic;
  color: #666666;
  font-size: 1.6em;
  font-weight: normal;
  margin: 50px 0 0 0;
}
.header-right-box {
  text-align: right;
  padding-right: 20px;
  width: 100%;
}
.header-links {
  margin: 6px auto;
}
.header-links a:link {
  color: #333333;
  font-size: 1.0em;
  text-decoration: none;
  font-weight: bold;
}
.header-links a:hover {
  text-decoration: underline;
}
.header-links a:visited {
  color: #333333;
}
.header-links a:focus {
  color: #333333;
}
.header-links a:active {
  color: #333333;
}
/* end HEADER */
.column-box {
  text-align: center;
  margin: 0 auto;
}
/* BANNER */
.banner-home-container {
  position: relative;
  height: 625px;
}
.banner-home-news-box-container {
  z-index: 20;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #000000;
  background-color: #F9F9F9;
  width: 320px;
  padding: 0 10px 10px 10px;
  max-height: 450px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
  filter: alpha(opacity=90); /* IE 5-7 */
  -moz-opacity: 0.9; /* Netscape */
  -khtml-opacity: 0.9; /* Safari 1.x */
  opacity: 0.9;
}
.banner-image-credit {
  position: absolute;
  bottom: 50px;
  right: 10px;
  padding: 5px 10px;
  font-size: 0.85em;
  font-style: italic;
}
.banner-home-news-box-container:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 */
  filter: alpha(opacity=100); /* IE 5-7 */
  -moz-opacity: 1; /* Netscape */
  -khtml-opacity: 1; /* Safari 1.x */
  opacity: 1;
}
.banner-home-news-box {
  max-height: 395px;
  overflow: hidden;
}
.banner-home-news-box hr {
  position: relative;
  text-align: center;
  width: 100%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #999, #333, #999);
}
.banner-home-news-box h1 {
  position: relative;
  text-align: right;
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 15px 0;
  font-family: "BenguiatGot Bk BT";
}
.banner-home-emergency-box-container {
  z-index: 20;
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #000000;
  background: radial-gradient(circle, #510100, #780103);
  min-width: 300px;
  padding: 10px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 */
  filter: alpha(opacity=90); /* IE 5-7 */
  -moz-opacity: 0.9; /* Netscape */
  -khtml-opacity: 0.9; /* Safari 1.x */
  opacity: 0.9;
  width: 60%;
}
.banner-home-emergency-box {
  overflow: hidden;
}
.banner-home-emergency-box h1 {
  font-size: 2.0em;
}
.banner-home-emergency-box h2 {
  font-size: 1.5em;
}
.banner-home-emergency-box img {
  z-index: 20 !important;
  position: relative !important;
  height: auto !important;
  width: auto\9 !important; /* ie8 */
}
.banner-internal-container img {
  z-index: 20;
  position: absolute;
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
  border: none;
  bottom: -20px;
  left: 0;
}
.news-title {
  position: relative;
  text-align: left;
  font-weight: bold;
  margin: 10px 5px 3px 5px;
  font-size: 0.9em;
  color: #AC0000;
}
.news-body {
  position: relative;
  margin: 5px;
  text-align: left;
  font-size: 0.85em;
}
.news-date-time {
  font-size: 0.75em;
  color: #666;
  margin: 0 5px;
  text-align: left;
}
.news-read-more {
  text-align: right;
  margin: 0 10px 0 0;
}
.news-read-all {
  text-align: left;
  margin: 5px;
}
/* BODY */
.max-column {
  max-width: 1600px;
  min-width: 320px;
  margin: 0 auto;
  text-align: center;
}
.body-column {
  min-width: 320px;
}
.body-column h1 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 2.2em;
  text-align: left;
  margin: 0 0 15px 0;
}
.body-column h2 {
  font-size: 1.4em;
  margin: 5px 0;
  color: #666666;
}
.body-column h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.1em;
  margin: 5px 0;
  color: #0D2C69;
  clear: left;
}
.body-column-text {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.4em;
  text-align: left;
  margin: 20px;
}
.body-column a:link {
  font-family: Calibri;
  color: #CC0000;
  font-size: 1em;
  text-decoration: underline;
}
.body-column a:visited {
  color: #CC0000;
}
.body-column a:hover {
  color: #FF0000;
}
.body-column a:focus {
  color: #CC0000;
}
.body-column a:active {
  color: #CC0000;
}
.body-column a.alternative:link {
  color: #0D2C69;
  text-decoration: underline;
  font-size: 1.1em;
}
.body-column a.alternative:visited {
  color: #0D2C69;
}
.body-column a.alternative:hover {
  color: #0A2152;
}
.body-column a.alternative:active {
  color: #0D2C69;
}
.boxContainer {
  border: 1px solid #CCCCCC;
  background-color: #F2F5FF;
  padding: 20px;
  margin: 20px;
}
.boxParent {
  margin: 20px 15px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
.boxItem {
  margin: 10px;
  padding: 10px;
  font-size: 1.0em;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}
.inline-links a {
  display: inline-block;
  margin: 5px 10px;
}
/*
figcaption {
	margin: 4px;
	font-size: 0.70em;
	font-style: italic;
	text-align: right;
	color:#888888;
}
figure {
	padding: 0;
	margin: 0;
}
*/
/* FOR RedactorX */
figcaption {
  margin: 0 4px 4px 4px;
  font-size: 0.80em;
  font-style: italic;
  color: #888888;
}
figure {
  padding: 10px;
  margin: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.align-center {
  text-align: center;
}
/* end FOR RedacotrX */
.people-list {
  clear: left;
  padding: 0 10px 10px 10px;
}
.people-list h2 {
  color: #333;
  margin: 10px 0 4px 0;
  font-size: 1em;
}
.people-list img {
  float: left;
  border: solid #454545 1px;
  margin: 0px 20px 30px 20px;
}
.people-text {
  padding: 0 15px !important;
  overflow: hidden;
}
.people-text p {
  margin: 5px !important;
  font-size: 0.85em;
}
.people-text ul {
  text-align: left;
  margin: 0 0 30px 20px;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.3;
  font-size: 1.0em;
  position: relative;
  left: 2em;
}
.people-text li {
  margin-bottom: 10px;
}
/* end BODY */
/* TWO COLUMN */
.two_column_left-box {
  float: left;
  width: 50% !important;
}
.two_column_right-box {
  float: right;
  width: 50% !important;
}
/* end TWO COLUMN
/* Hamburger Icon */
.hamburger_box {
  display: none;
  position: fixed;
  right: 30px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
  background-color: #FFF;
}
.hamburger {
  float: right;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 8px 5px;
  width: 45px;
  height: 40px;
  transition-property: background-color, border-color;
}
.bar {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  transition-property: transform, opacity, background-color, width;
}
.bar:first-child {
  top: 0;
  background-color: #666666;
}
.bar:nth-child(2) {
  opacity: 1;
  background-color: #666666;
}
.bar:last-child {
  bottom: 0;
  background-color: #666666;
}
/*.hamburger:hover { border-color: #333; } */
/*.hamburger:hover .bar { background-color: #333; }*/
.bar + .bar {
  margin-top: 5px;
}
.hamburger_box.active .bar:first-child {
  width: 120%;
  -webkit-transform: rotate(45deg) translate(5px, 8px);
  transform: rotate(45deg) translate(5px, 8px);
}
.hamburger_box.active .bar:nth-child(2) {
  opacity: 0;
}
.hamburger_box.active .bar:last-child {
  width: 120%;
  -webkit-transform: rotate(-45deg) translate(4px, -8px);
  transform: rotate(-45deg) translate(4px, -8px);
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.directory-box {
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  float: right;
  padding: 15px;
  margin-left: 15px;
  font-size: 0.85em;
  line-height: 1.2;
}
.body-column .directory-box h1 {
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  color: #666666 !important;
}
.directory-box p {
  margin: 5px;
}
.directory-title {
  color: #777;
  margin: 10px 0 2px 0;
  font-weight: bold;
  font-size: 0.95em;
}
.directory-name {
  color: #666;
}
.descriptive-text {
  font-size: 0.85em;
  color: #666666;
  margin-left: 30px;
}
.left-box-25 {
  float: left;
  width: 25%;
  line-height: 2.0;
  padding: 10px;
}
.left-box-50 {
  float: left;
  width: 50%;
  line-height: 2.0;
  padding: 10px;
}
.doc-box-single-topic {
  line-height: 2.0;
  padding: 10px;
}
.body-column .left-box-25 h2 {
  margin: 0;
}
.body-column .left-box-50 h2 {
  margin: 0;
}
.contact-box {
  background-color: #F7F7F7;
  border: 1px solid #cccccc;
  float: right;
  padding: 15px;
  margin-left: 15px;
  font-size: 0.85em;
  line-height: 1.8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -opera-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
.contact-box h1 {
  text-align: center;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.2em;
  margin: 0;
}
.event-details-box {
  background-color: #F7F7F7;
  border: 1px solid #cccccc;
  float: right;
  padding: 15px;
  margin-left: 15px;
  font-size: 0.9em;
  line-height: 1.3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -opera-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-family: Verdana, Geneva, sans-serif;
}
.event-details-box p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.event-details-box h1 {
  font-size: 1.3em;
  margin: 0;
  font-style: italic;
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
}
.event-details-box h2 {
  text-align: left;
  font-size: 0.80em;
  margin: 10px 0 0 0;
}
.events_box_container {
  padding-left: 10px;
  margin: 0px;
  width: 33%;
  min-width: 210px;
  float: left;
}
.events_box {
  border: 1px solid #cccccc;
  padding: 15px 20px 15px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -opera-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  background: #FFFFFF url(../images/gradiant_box_background.jpg) repeat-x left top;
  font-size: 1em;
}
.events_box h1 {
  font-size: 1.5em;
}
.events_box h2 {
  font-size: 1em;
}
.events_box h3 {
  font-size: 1em;
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  color: #AC0000;
  text-align: left;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}
.events_box h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.85em;
  font-style: normal;
  color: #333333;
  text-align: left;
  font-weight: normal;
  margin: 0px 0px 5px 5px;
}
.events_box_text {
  font-size: 1em;
  color: #000000;
  text-align: left;
  margin: 0px 10px 0px 10px;
  padding-top: 9px;
}
.events_box_text p {
  margin: 0px;
}
.shadded_box {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 95%;
  /*min-width:600px;*/
  background-color: #F8F8F8;
}
.unshadded_box {
  padding: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -opera-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  width: 95%;
  /*min-width:600px;*/
  background-color: #FFFFFF;
}
.doc-list {
  line-height: 2.0;
  margin-left: 10px;
}
/* FOOTER */
.footer {
  padding: 0;
  text-align: center;
  font-size: 0.85em;
  line-height: 1.4;
}
.footer-address {
  display: inline-block;
  margin-top: 25px;
}
.footer p {
  float: left;
  padding: 0 15px;
  margin: 0;
}
.web-design a:link {
  color: #333333;
  text-decoration: underline;
  font-size: 1.2em;
}
.web-design a:visited {
  color: #333333;
}
.web-design a:hover {
  color: #666666;
}
.web-design a:focus {
  color: #333333;
}
.web-design a:active {
  color: #333333;
}
/* end FOOTER */
/* MISC */
.clearfix { /* fixes if an element is taller than the element containing it, and it is floated, it will overflow outside of its container. */
  overflow: auto;
}
/* my old method
/*
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
*/
.no-wrap {
  white-space: nowrap;
}
hr.dk_gray {
  text-align: center;
  width: 100%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #999, #333, #999);
}
hr.lt_gray {
  text-align: center;
  width: 100%;
  border: 0;
  height: 1px;
  background: #ccc;
  background-image: linear-gradient(to right, #eee, #ccc, #eee);
}
hr.style-news {
  border: none;
  height: 1px;
  width: 100%;
  clear: both;
  padding: 5px auto;
  color: #cccccc; /* old IE */
  background-color: #cccccc; /* Modern Browsers */
  margin: 20px 0 30px 0;
}
.align-up-top {
  vertical-align: top;
}
.left_image_box {
  margin: 0;
  width: 210px;
  height: 210px;
  float: left;
}
.left_thumbnail_box {
  margin: 0;
  width: 110px;
  height: 110px;
  float: left;
}
.this-bold {
  font-weight: bold !important;
}
.this-no-bold {
  font-weight: normal !important;
}
.this-center {
  text-align: center !important;
  margin: 0 auto !important;
}
.this-left {
  text-align: left;
}
.this-right {
  text-align: right;
}
.this-float-right {
  float: right !important;
}
.this-float-left {
  float: left;
}
.this-italic {
  font-style: italic !important;
}
.this-image-right-padding {
  padding: 10px 0 10px 10px;
}
.this-line-height-bigger {
  line-height: 1.8;
}
.this-clear {
  clear: both;
  margin: 10px;
  height: 10px;
}
.clear-both {
  clear: both;
}
.this-clear-right {
  clear: right;
}
.this-clear-both {
  clear: both;
}
.this-padding-right-40 {
  padding-right: 40px;
}
.this-padding-40 {
  padding: 40px;
}
.this-padding-20 {
  padding: 20px;
}
.this-padding-left-15 {
  padding-left: 15px;
}
.this-indent-right {
  padding-left: 10px !important;
}
.this-dk-blue {
  color: #0D2C69 !important;
}
.this-red {
  color: #CC0000 !important;
}
.this-dk-gray {
  color: #333333;
}
.this-background-lt-shade {
  background-color: #E6E6EE !important;
}
.this-bigger {
  font-size: 1.1em !important;
}
.this-lilsmall {
  font-size: 0.90em !important;
}
.this-lilsmaller {
  font-size: 0.90em !important;
}
.this-small {
  font-size: 0.80em !important;
}
.this-smaller {
  font-size: 0.7em;
}
.is-ltgray {
  color: #999999;
}
.is-smaller {
  font-size: .85em;
}
.this-default-cursor {
  cursor: default !important;
}
.myRedButton {
  background: #d9343c;
  background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
}
.myRedButton:hover {
  background: #9c1f1f;
  background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
  text-decoration: none;
}
.myRedButton:focus {
  outline: 0 !important;
} /* gets rid of blue outline on click */
.listingBox {
  /* padding: 1em .5em; */
  padding: 0 .5em;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 95%
}
.listingBoxColumn {
  float: left;
  margin: 10px 40px 10px 10px;
  text-align: left;
}
.listingBox img {
  margin: 0 auto;
  border: 1px solid #999999;
}
.listingBox h1 {
  text-align: center;
  font-family: Kalinga;
  font-size: 1.3em;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  color: #007582;
  font-weight: bold;
}
.listingBox h2 {
  text-align: left;
  font-size: 1.2em;
  font-weight: normal;
  margin: 10px 0;
  color: #777777;
}
.listingBox h3 {
  font-size: 1em;
  font-weight: normal;
  float: right;
  padding-right: 10px;
  line-height: 1.5;
}
.listingBox h4 {
  margin: 5px 0 0 0;
  font-size: 1.2em;
  font-weight: normal;
}
.listingBox h5 {
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
  margin: 10px 0;
}
.listingBox h6 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 20px 5px 5px 0;
  color: #000000;
}
.listingBox ul {
  list-style: none;
  color: #F16651;
  margin: 0;
  padding: 0;
}
.listingBox .withArrow ul li:before {
  content: "\00AB \0020";
}
.listingBox li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  margin: 5px 0 0 0;
}
.listingBox li > a {
  color: #F16651;
  text-decoration: none;
}
.listingBox li > a:hover {
  color: #ED4027;
  text-decoration: underline;
}
.listingBox .iconEmailListing {
  list-style: none;
  padding: 0 10px 0 0;
  text-align: right;
}
.listingBox .iconEmailListing li {
  margin: 0 0 10px 0;
}
.listingBox .iconEmailListing li > a:before {
  content: url("../images/icons/email.gif");
  padding: 1px 4px;
}
.listingBox .iconEmailListing li > a {
  color: #007481;
  text-decoration: underline;
}
.listingBox .iconEmailListing li > a:hover {
  color: #0099AA;
}
#map {
  display: block;
  margin: 30px auto 0;
  height: 300px;
}
#closeMore {
  color: #333333;
  margin: 0;
  padding: 0 10px 0 0;
  text-align: left;
  font-size: .85em;
  font-family: Calibri;
}
#closeMore a.close-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.0em;
  color: #999999;
  text-decoration: none;
}
#closeMore a.close-more:hover {
  color: #333333;
  text-decoration: underline;
}
.table {
  clear: right;
  font-size: 1.0em;
  font-family: Calibri;
}
.table .tr {
  padding: 0 0 0 10px;
}
.table .td-firstcolumn {
  float: left;
  padding: 0 0.4em 0.4em 0;
  color: #999999;
}
.table .td-secondcolumn {
  float: left;
  padding: 0 0 0.4em 0;
  color: #000000;
}
#form_error {
  color: #ED4027;
  font-size: 14px;
  margin-bottom: 15px;
  display: none;
}
input.needsfilled {
  color: #CC0000 !important;
  border: 1px solid #CC0000 !important;
}
input[type="checkbox"].needsfilled {
  outline: #CC0000 solid thin !important;
}
.validation_error {
  font-family: "Muli", sans-serif;
  color: #CC0000 !important;
  display: block !important;
  padding: 6px !important;
  font-weight: normal !important;
}
.HistoricalMin {
  display: none;
  margin-left: 20px;
}
@media only screen and (max-width: 1362px) {
  .feature-box {
    margin: 10px;
  }
}
@media only screen and (max-width: 1180px) {
  .header {
    padding: 0;
    height: 60px;
  }
  .header-main-links a:link {
    font-size: 0.8em;
  }
  .header-second-links a:link {
    font-size: 0.85em;
  }
  .body-content-box h1 {
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 1035px) {
  .banner-home-container {
    height: 690px;
  }
  .banner-image-credit {
    bottom: 115px;
  }
}
@media only screen and (max-width: 1015px) {
  .header-main-links a:link {
    font-size: 0.8em;
  }
  .header-second-links a:link {
    font-size: 0.75em;
  }
  .header-main-links li {
    padding-right: 10px;
  }
  .header h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1010px) {
  .hamburger_box {
    display: block;
  }
  .want-to-box {
    float: none;
    margin-top: 45px;
    width: 100%;
  }
  .menu-column-box {
    width: 95%;
    float: none;
    text-align: center;
  }
  .body-column h1 {
    font-size: 2.0em;
  }
  .body-column-text {
    font-size: 1.2em;
  }
  .body-column .left-box-25 h2 {
    font-size: 1.2em;
  }
  .body-column .left-box-50 h2 {
    font-size: 1.2em;
  }
  .body-column .left-box-25 a {
    font-size: 0.85em;
  }
  .body-column .left-box-50 a {
    font-size: 0.85em;
  }
  .events_box_container .box_number_3 {
    display: none;
  }
  .events_box_container {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .two_column_left-box, .two_column_right-box {
    float: none;
    width: 100% !important;
    text-align: center;
  }
  .body-column .left-box-25 h2 {
    font-size: 1.0em;
  }
  .body-column .left-box-50 h2 {
    font-size: 1.0em;
  }
  .banner-home-emergency-box-container {
    width: 96%;
  }
}
@media only screen and (max-width: 680px) {
  .header img {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .header-right-box {
    width: auto;
  }
  .header-main-links ul {
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .header-main-links li {
    display: block;
    padding-right: 0px;
    float: none;
    text-align: left;
  }
  .header-second-links {
    margin: 0;
  }
  .header h2 {
    font-size: 1.2em;
    margin: 10px 0 0 0;
  }
  .banner-home-container {
    height: 670px;
  }
  .banner-image-credit {
    bottom: 95px;
  }
  .footer {
    font-size: 0.75em;
  }
  .body-content-box h1 {
    font-size: 1.2em;
  }
  .body-column h1 {
    font-size: 1.8em;
  }
  .left-box-25 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .left-box-50 {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 15px;
  }
  .directory-box {
    float: none;
    padding: 10px;
    margin: 10px;
    display: inline-block;
  }
  .events_box_container {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 534px) {
  .body-content-box h1 {
    font-size: 1.0em;
  }
  .body-column h1 {
    font-size: 1.6em;
  }
  .banner-home-container {
    height: 660px;
  }
  .banner-image-credit {
    bottom: 85px;
  }
  .banner-home-emergency-box-container {
    z-index: 20;
    position: absolute;
    top: 10px;
    padding: 5px;
  }
  .banner-home-emergency-box img {
    z-index: 20 !important;
    max-width: 80% !important;
    position: relative !important;
    height: auto !important;
    width: auto\9 !important; /* ie8 */
  }
  .banner-home-emergency-box h1 {
    font-size: 1.5em;
  }
  .banner-home-emergency-box h2 {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 503px) {
  .header-second-links a:link {
    font-size: 0.70em;
  }
  .body-column h1 {
    font-size: 1.3em;
  }
  .body-column-text {
    font-size: 1.0em;
  }
  .feature-box {
    margin: 0;
  }
  .events_box_text {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 440px) {
  .header {
    text-align: center;
    padding: 2px 2px 10px 2px;
  }
  .header-links a:link {
    font-size: 0.9em;
  }
  .feature-box {
    width: 95%;
  }
  .body-column h1 {
    font-size: 1.2em;
  }
  .body-column-text {
    font-size: 0.90em;
  }
  .banner-home-container {
    height: 640px;
  }
  .banner-image-credit {
    bottom: 75px;
  }
}
/* EXTRA */
.breadcrumbs {
  text-align: left;
  margin: 10px 0 0 25px;
  font-size: .85em;
  color: #999999;
}
.breadcrumbs a:link {
  color: #666666;
  text-decoration: underline;
}
.breadcrumbs a:visited {
  color: #666666;
}
.breadcrumbs a:hover {
  color: #333333;
}
.internal_list ul {
  text-align: left;
  margin: 0 0 30px 20px;
  list-style-type: square;
  line-height: 1.3;
  font-size: 1.0em;
}
.internal_list li {
  margin-bottom: 10px;
}
.myGrayButton {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #E5E5E5));
  background: -moz-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #E5E5E5 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #E5E5E5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E5E5E5', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 14px !important;
  margin-right: 10px;
  border: 1px solid #999999;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Verdana;
  text-decoration: none;
}
.myGrayButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #E5E5E5 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #E5E5E5 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#ffffff', GradientType=0);
  background-color: #E5E5E5;
}
.myGrayButton:active {
  position: relative;
  top: 1px;
}
.myRedButton {
  background: #d9343c;
  background-image: -webkit-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -moz-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -ms-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: -o-linear-gradient(top, #d9343c, #9c1f1f);
  background-image: linear-gradient(to bottom, #d9343c, #9c1f1f);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 10px;
  text-decoration: none;
}
.myRedButton:hover {
  background: #9c1f1f;
  background-image: -webkit-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -moz-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -ms-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: -o-linear-gradient(top, #9c1f1f, #d9343c);
  background-image: linear-gradient(to bottom, #9c1f1f, #d9343c);
  text-decoration: none;
}
.myRedButton:focus {
  outline: 0 !important;
} /* gets rid of blue outline on click */