/* cmsms stylesheet: foundation_styles modified: 08/07/25 07:32:03 */
   
h2 {
  font-family: "stencil-std", stencil, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #556B2F;
}

.no-js #topnav {
  display: none;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  background: #013068;
}

a {
  color: #556B2F;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #869EB8;
}

h3 {
  font-weight: bold;
  font-size: 1.5rem;
}

h3 a {
  color: #013068;
}

h4 {
  font-weight: bold;
  font-size: 1.3rem;
  color: #013068;
} 

h5, h6 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #013068;
} 

strong em, em strong {
  color: #8B0000;
  font-style: normal;
}

#content .button {
  background: #556B2F;
  border-radius: 5px;
  text-decoration: none;
}

#content .button:hover {
  background: #013068;
  color: white;
}

.no-pad {
  padding: 0;
}

.corner {
  border-radius: 5px;
}

.upper {
  text-transform: uppercase;
}

#header {
  color: white;
  padding-top: 0.5rem;
  background: #013068;
}

#header-nav {
  background-image: url('/assets/images/top_bg.gif');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 2rem;
}

#banner {
  background-color: #C8C8C8;
  background-image: url('/assets/images/map_banner.jpg');
  background-size: conver;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

#banner h1 {
  font-weight: 700;
  font-size: 2rem;
  color: white;
  text-shadow: 4px 4px 4px black;
}

#topnav {
  background: #869EB8;
  border-top: 1px solid black;
}

#content {
  background: white;
  color: #013068;
}

#content a {
  text-decoration: underline;
}

.content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sidebar {
  background: #EAEAEA;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sidebar h3 {
  padding-bottom: 0.5rem;
  border-bottom: 1px dashed #013068;
  margin-bottom: 1rem;
}

.sidebar .cms_form {
  margin-bottom: 2rem;
}

.news-sidebar {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #869EB8;
  padding-bottom: 1rem;
}

.news-sidebar h4 {
  color: #556B2F;
}

.news-main {
  background: #EAEAEA;
  padding: 2rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.news-main .top {
  margin-bottom: 1rem;
}

.news-main .float-left {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.news-main .float-right {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.child-menu .child {
  margin-bottom: 2rem;
}

#footer {
  background: #869EB8;
  color: #013068;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}


#mobile-nav {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

#mobile-nav a {
  color: white;
}

div.breadcrumb {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #869EB8;
}

#header-nav a {
  color: white;
  position: relative;
}

#header-nav a::after {
  content: "|";
  position: absolute;
  right: 0;
}

#header-nav .last_child a {
  padding-right: 0;
}

#header-nav .last_child a:after {
  content: "";
}

#header-nav a:hover, #header-nav a.menuactive {
  color: #C8C8C8;
}

#topnav a {
  color: #013068;
  font-weight: 600;
}

#topnav a:hover, #dropdown-menu .is-active>a, #topnav .menuactive>a {
  color: #556B2F;
}

.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after  {
  border-color: #013068 transparent transparent;
}

#topnav .is-accordion-submenu a {
  margin-left: 1rem;
  font-weight: normal;
}


li {
  margin-bottom: 0.25rem;
}

ol li p {
  margin-bottom: 0.25rem;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

li::marker {
  color: #869EB8;
}

.search-button {
  cursor: pointer;
  padding: 0 0.5rem;
  background: #C8C8C8;
}

.search-button:hover {
  background: #869EB8;
}
/* cmsms stylesheet: foundation_queries modified: 08/07/25 07:32:03 */

/* Small only */
@media screen and (max-width: 39.9375em) {

.news-main .float-left, .news-main .float-right {
  float: none !important;
}

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {

  .menu.large-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

  .dropdown.menu>li.menudepth0>a {
    padding: .7rem .85rem;
    font-size: 0.9rem;
  }

}

/* X-Large and up */
@media screen and (min-width: 75em) {

}
