html a:link {
  /*color: #008CD2;*/
}
html a:visited {
  /*color: #008CD2;*/
}
html a:hover,
html a:focus {
  /*color: #008CD2;*/
}
html a:active {
  /*color: #008CD2;*/
}
@media all and (min-width: 481px) {
  html #navigation {
    background-color: #008CD2;
  }
  html #main-menu {
    border-left: 999px solid #008CD2;
  }
  html #main-navigation-wrapper #main-menu a:hover, html #main-navigation-wrapper #main-menu li.active-trail > a, html #main-navigation-wrapper #main-menu a.active {
    background-color: #33a3db;
  }
}
html #site-name-1 .group-type, html #site-name-2, html #site-name-3 {
  color: #008CD2;
}
html #site-slogan .slogan-line-3 {
  color: #008CD2;
}
html #block-views-feature-block .views-field-field-news-feature-image:after {
  background-image: url("../../images/colors/forestplot-transparent-cyan.png");
}
html #search-form .as-submit {
  background-image: url("../../images/colors/search-cyan.png");
}
html .sidebar .block li a:hover:before {
  background-position: 0 -21px;
}
html #footer #meta-nav-wrapper {
  background-color: #008CD2;
}
html #footer .menu-open #meta-menu > ul > li.active a {
  background-color: #33a3db;
}
html #footer #meta-menu a:hover {
  background-color: #33a3db;
}
html .menu-block-wrapper a:hover {
  color: #008CD2;
}
html .menu-block-wrapper a.active-trail {
  color: #008CD2;
}
html .hidenext a, .shownext a {
  color: #008CD2;
}
/* 'Our reviews' provided content */
html .navselected {
  background-color: #008CD2;
}
html .navdeselected {
  background-color: #33a3db;
}