/* Styles
----------------------------------------------------------------*/

html > body {
  background: none repeat scroll 0 0 #336600;
  font-family: "Roboto",sans-serif!important;
  font-size : 16px!important;
  margin: 0;
  padding: 0;
  color:#474747;
  font-weight: 300;
  line-height: 1.625;
}


h1, h2, h3, h4, h5, h6, h7, h8 {
  color: #333;
  font-family: "Roboto",sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

h1 {
  font-size: 40px;
  font-weight: 300!important;
  margin:0;
  border-bottom: 2px solid #669900;
  padding: 40px;
}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {}
h7 {}
h8 {}

p {
  margin: 0 0 26px;
  padding: 0;
  font-size: 105%;
}

.highlight {
  background-color: #669900;
  color: #fff;
  font-size: 105%;
  font-style: italic;
  font-weight: 500;
  padding: 10px 15px;
}

a {color:#336600;}

a:link {}
a:active {}
a:visited {}
a:hover {}

ul {}
ul li {}

.content ul,
.content ol {
  margin: 0 0 26px 26px;
  padding:0;
}

.content ul li {
  background-image: url("/SiteData/images/Disc/c2a0a2154010bf1a/Disc.png");
  background-position: 0 7px;
  background-repeat: no-repeat;
  list-style: outside none none;
  margin: 6px 0;
  padding-left: 25px;
}

.content ul ul {
  margin: 0;
}

.content ul ul li {
background-image: url('/SiteData/images/discsm/a285c328569d1582/disc_sm.png');
  background-repeat: no-repeat;
  background-position: 0 7px;

}

ul.cms-nav-list, ul.cms-nav-crumbtrail {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.content table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

.content tbody {
  border-bottom: 1px solid #ddd;
}

.content td, .content th {
  text-align: left;
}

.content th {
  font-weight: 700;
  text-transform: uppercase;
}

.content td {
 /* border: 1px solid #ddd;
  padding: 6px;*/
}

.clearfix {overflow:hidden;}

.clearfixof:before, .clearfixof:after { content: ""; display: table; }
.clearfixof:after { clear: both; }
.clearfixof { *zoom: 1; }

.marginfix *:first-child {margin-top:0;}
.marginfix *:last-child {margin-bottom:0;}

.spacefix, .spacefix * {
  margin:0;
  padding:0;
  border:0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height:0;
  font-size:0;
}

/* Images
----------------------------------------------------------------*/

img {
  border-style: none;
  border-width: 0;
  max-width: 100%;
}

img.left {
  float:left;
  margin: 0 1em 1em 0;
}

img.right {
  float:right;
  margin: 0 0 1em 1em;
}

img.border {
  border:4px solid #333;
}

img.small {
  width:200px;
}

img.medium {
  width:400px;
}



/* Site Framework
----------------------------------------------------------------*/

.bd {}

.inner {
  margin: 0 auto;
  width: 1140px;
}

.hd {
  background: #fff none repeat scroll 0 0;
  padding: 30px 0;
  padding-bottom:38px;
}

.hd .inner {}

.logo {
  float: left;
}

.logo-link {}

.logo-img {}

.pg {
  background-color: #f5f5f5;
  border-top: 1px solid #ececec;
}

.pg .inner {}

.content-wrap {
  background-color: #fff;
  border: 1px solid #ececec;
  box-shadow: 0 1px #ececec;
  margin-bottom: 40px;
  
}

.content {padding: 40px;}

.ft {padding:40px 0 0 0;}

.ft .inner {}

.ft, .ft a {
  color: #fff;
  text-decoration: none;
}

.ft-map {
  float: left;
  margin-right: 6%;
  width: 36%;
}

.ft-content {
  float: left;
  width: 33%;
}

.ft-logo {width:25%;float:right;}

.site-creds {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 40px 0;
  text-transform: uppercase;
  background-color: #336600;
  color: #eee;
  text-align: left;
}

.site-creds img {}

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

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

.main-nav {
  background: none repeat scroll 0 0 #333;
}

.main-nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.main-nav ul li {
  float: left;
  position:relative;
}

.main-nav ul li a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "Titillium Web",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 24px;
  text-decoration: none;
}

.main-nav ul li a:hover {background-color: #336600;}

.main-nav ul li.cms-nav-current-section a {} 

/**/

ul.cms-nav-flyout {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.5s ease 0s;
  white-space: nowrap;
  z-index: 9999;
}

ul.cms-nav-flyout li {display:block;float:none;position:relative;}

ul.cms-nav-flyout li a {display:block;font-size: 12px;
  padding: 16px 24px;min-width:160px;}

.main-nav ul li:hover > ul.cms-nav-flyout {overflow:visible;height:auto;opacity:1;}

/**/

ul.cms-nav-flyout ul {
  left: 100%;
  top: 0;
}

ul.cms-nav-flyout li:hover ul {height:auto;opacity:1;}


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

.crumb-trail {padding:40px 0 20px;}

.crumb-trail-content {display:inline-block;vertical-align: middle;}

ul.cms-nav-crumbtrail {
  display: inline-block;
  overflow: auto;
  vertical-align: middle;
}

ul.cms-nav-crumbtrail li {
  display: inline-block;
  margin: 0 2px;
}

ul.cms-nav-crumbtrail li.cms-nav-crumbtrail-separator {margin-left:6px;}

ul.cms-nav-crumbtrail li, 
ul.cms-nav-crumbtrail li a {
}



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

.footer-nav {
  text-align: center;
}

.footer-nav, .footer-nav a {
  color: #FFFFFF;
}

.footer-nav ul {}

.footer-nav ul li {
  display: inline-block;
  margin: 0 10px;
}

.footer-nav ul li a {}

.footer-nav ul li a.cms-nav-current, 
.footer-nav ul li a.cms-nav-current:hover {}


/* Search
----------------------------------------------------------------*/

.search {
  clear: right;
  float: right;
  margin: 10px 0 0 0;
}

.search > * {
  clear: right;
  display: block;
  text-align: right;
}

.cms-search-terms {
  border: 1px solid #ececec;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.06) inset;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  padding: 10px;
  text-align: left;
  width: 300px;
}

.cms-submit-processing {}

.cms-search-button {display:none;}

.cms-submitted-btn {display:none;}

#toggleMainNav {display:none;}

.google-map-overlay {
  display: none;
}


/* Misc content Styles from WP
----------------------------------------------------------------*/
.values {
    border-width: 8px 2px 2px;
    border-style: solid;
    border-color: #356634;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 10px;
    margin-bottom: 2em;
}

.contact-emergency {
    border-width: 8px 2px 2px;
    border-style: solid;
    border-color: #356634;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 10px;
    margin-bottom: 2em;
  width: 265px;
}


img.alignleft, .cms-caption.alignleft {
    margin: 0px 24px 12px 0px;
}

.cms-caption-text {
    font-weight: 700;
    text-align: center;
}

.alignleft {
    float: left;
    text-align: left;
}

img.alignright {
    margin: 0px 0px 12px 24px;
}

.alignright {
    float: right;
    text-align: right;
}

.organizations a.alignleft, .organizations img.alignleft {
    border-top: 1px solid #669900;
    margin: 40px 0;
    padding-top: 10px;
}

.small{
  font-style: italic;
  font-size: 90%;
  line-height: 1.2;

}

.cms-search-results-desc {
  padding-bottom:20px;
}


ul.spotlight-list {
  margin: 0;
  padding: 0;
}

ul.spotlight-list li.spotlight-item {
  padding: 0;
}

.spotlight-date {color:#999;}

.spotlight-item-content {
box-sizing:border-box;
  float:left;
  padding:0 0 0 220px;
}

.spotlight-item > img {
  float: left;
  margin: 0 -200px 0 0;
  width: 200px
}

.profile-list {}

.profile-row {}

.profile {
  box-sizing: border-box;
  margin: 0 0 40px;
}

.profile h3 {
  margin-bottom:30px;
}

.profile-row .profile {
  width: 50%;
}

.profile-row .profile:first-child {float:left;padding-right:20px;}

.profile-row .profile:last-child {float:right;padding-left:20px;}

.profile > img {
float: left;
  margin: 0 -160px 0 0;
  width: 160px;
}

.profile-content {
box-sizing:border-box;
  float:left;
  padding:0 0 0 180px;
}

.profile-content h3 small {color:#999;display:block;}




/* Responsive Styles
----------------------------------------------------------------*/

@media only screen and (max-width: 1139px) {
  .inner {width:960px;}
  
   .main-nav ul li a {
  padding: 20px 22px;
}
  
}

@media only screen and (max-width: 1023px) {
  
  .main-nav ul li a {
  padding: 16px 9px;
}
  
  
  .inner {
    width: auto;
    max-width: 768px;
  }
  
  
.alignleft, .alignright {
  max-width: 50%;
}
  
  .google-map-overlay {
  background: transparent none repeat scroll 0 0;
  display: block;
  height: 360px;
  margin: 0 0 -360px;
  position: relative;
}
  
  
}

@media only screen and (max-width: 768px) {
  
.alignleft, .alignright {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
  
  .inner {
  padding-left: 5%;
  padding-right: 5%;
}
  
  .hd {
  text-align: center;
    padding:20px 0 0 0;
}
  
  .logo {
  display: inline-block;
  float: none;
}
  
  .search {
  display: inline-block;
  float: none;
}
  
#toggleMainNav {
  background: #333 url("/SiteData/images/iconmenu/52e7bd9196f409e3/icon-menu.png") no-repeat scroll center center;
  cursor: pointer;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
}
  
  .cms-nav-pulldown {
    max-height:0;
    transition:max-height 1s;
    overflow:hidden;
  }
  
  .cms-nav-pulldown.active {max-height:500px;}
  
  .main-nav ul li {
  display: block;
  float: none;
}
  
.main-nav ul li a {
  padding: 10px 14px;
  position: relative;
}
  
ul.cms-nav-flyout {
  height: auto;
  opacity: 1;
  overflow: hidden!important;
  position: relative;
  top: auto;
    padding-left: 20px;
    max-height:0;
    transition:max-height .5s;
    background-color:rgba(0,0,0,.07);
}
  
  li.active > ul.cms-nav-flyout {
  max-height: 300px;

}
  
  .main-nav ul.cms-nav-flyout a {background-color:transparent;}
  
  ul.cms-nav-flyout ul {
  left: auto;
  
  top: auto;
    max-height: 1000px!important;
}
  
.toggleMenu {
  background: #333 url("/SiteData/images/icondownar/acc62ab74ad79388/icon-down-arrow.png") no-repeat scroll center center;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
  
  li.active > a > .toggleMenu {background-image:url('/SiteData/images/iconuparro/3187e7dec1397bc3/icon-up-arrow.png');}
  
  ul.cms-nav-flyout .toggleMenu {}
  
  /**/
  
  .ft-map,.ft-content,.ft-logo {width:100%;float:none;margin:20px 0;}
  
  .spotlight-item-content {
  float:none;
  padding:0 0 0 0;
}

.spotlight-item > img {
  float: none;
  margin: 0 0 12px;
  width: 100%;
}
  
  .profile-row .profile {
  width: auto;
}
  
  .profile-row .profile:first-child {float:none;padding-right:0;}

.profile-row .profile:last-child {float:none;padding-left:0;}

  .profile > img {
  float: none;
  margin: 0 0 12px;
  width: auto;
}
  
  .profile-content {float:none;padding:0;}
  
}