body {
  color: #555; }

.callout.custom.style1.border {
  border: 2px #006633 solid; }

.top-17 {
  margin-top: 17px !important; }

#heading.firm .bg-image {
  height: 200px;
  background: url('../images/slideshow/placeholder.jpg') center center no-repeat;
  background-size: cover; }

.icon-box-content {
  min-height: 65px; }

#header .site-menu ul.menu ul li a {
  margin-bottom: 0; }

#header .site-menu ul.menu ul li.current a, #header .site-menu ul.menu ul li a:hover {
  background: white !important;
  color: #006633 !important; }

#header .site-menu ul.menu ul li.first.current a, #header .site-menu ul.menu ul li.first a:hover {
  border-top: 1px solid #006633; }

#header .site-menu ul.menu ul li.first a {
  border-top: 1px solid #006633; }

#header .site-menu ul.menu ul li.last.current a, #header .site-menu ul.menu ul li.last a:hover {
  box-sizing: border-box;
  border-bottom: 1px solid #006633; }

#header .site-menu ul.menu ul li.last a {
  border-bottom: 1px solid #006633; }

@media screen and (min-width: 768px) {
  .main-content {
    min-height: 450px; } }

ul#side-navigation {
  list-style: none;
  padding: 0;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial; }
  ul#side-navigation li {
    margin-bottom: 1em; }
    ul#side-navigation li.current a {
      border: 1px #006633 solid;
      background: white;
      color: #006633; }
      ul#side-navigation li.current a:hover {
        color: #006633;
        cursor: default; }
    ul#side-navigation li a {
      color: #555;
      font-weight: 800;
      display: block;
      padding: 8px 12px;
      border: 1px solid #eee; }
      ul#side-navigation li a:hover {
        color: #006633; }
    ul#side-navigation li:not(.current) > ul {
      display: none; }
    ul#side-navigation li.current > ul {
      list-style-type: disc;
      list-style-position: inside;
      padding-left: 0; }
      ul#side-navigation li.current > ul li {
        margin-bottom: 0.5em;
        margin-left: 13px; }
        ul#side-navigation li.current > ul li:first-child {
          margin-top: 0.5em; }
        ul#side-navigation li.current > ul li a {
          display: inline;
          border: none !important;
          padding: none;
          background: none;
          color: #555555;
          font-weight: 300;
          padding-left: 0;
          cursor: pointer !important; }
          ul#side-navigation li.current > ul li a:hover {
            color: #333; }
        ul#side-navigation li.current > ul li.current {
          border: none; }
          ul#side-navigation li.current > ul li.current a {
            font-weight: bold !important;
            color: #333 !important;
            border: none !important; }

.faq.accordion .accordion-heading a {
  padding: 0 0 1em 0;
  background: none;
  color: #666; }
  .faq.accordion .accordion-heading a:before {
    font-family: monospace;
    content: "-"; }
  .faq.accordion .accordion-heading a.collapsed {
    font-weight: 300; }
    .faq.accordion .accordion-heading a.collapsed:before {
      content: "+"; }
.faq.accordion .accordion-body {
  margin: 0 0 4em 0;
  padding: 0 0 0 0; }

a.download-link {
  color: #aaa; }
  a.download-link:hover {
    color: #006633; }

.local-nav {
  margin-bottom: 20px;
  font-size: 1.1em; }
  .local-nav span {
    font-size: 12px; }
  .local-nav ol {
    list-style-type: lower-roman;
    padding-left: 20px;
    font-size: 0.65em; }
    .local-nav ol li {
      font-size: 1.35em;
      margin-bottom: 0.5em; }
      .local-nav ol li:hover {
        color: #006633; }
    .local-nav ol .fa {
      font-size: 0.7em;
      position: relative;
      bottom: 2px;
      margin-right: 0.5em; }
  .local-nav a {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px dotted #ccc;
    line-height: 1.3em; }
    .local-nav a:hover {
      border-color: #006633; }

a.service-link {
  display: block;
  margin: 0 0 3em 0; }
  a.service-link i.fa {
    font-size: 0.7em;
    position: relative;
    bottom: 1px; }

.person {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px dotted #eee; }
  .person.last {
    padding-bottom: 0;
    border-bottom: none; }

.fullwidth {
  width: 100%; }

#support {
  border-top: 1px solid #f2f2f2;
  background: #fff;
  color: #c4c4c4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  -webkit-box-shadow: inset 0 4px 0 #fcfcfc;
  -moz-box-shadow: inset 0 4px 0 #fcfcfc;
  box-shadow: inset 0 4px 0 #fcfcfc;
  text-align: center; }

.button.gray {
  color: #555; }
  .button.gray:hover {
    color: white; }
