/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

h1 {
  color: #0085ca;
}


h2,h2 a:link,h2 a:visited {
  color: #0085ca;
}

.isNew {
  color: #0085ca;
}

/* Right Sidebar */
a.sideblock_highlighted {
  background-color: #0085ca;
}

/* Front page content */

.node-links ul li a, .comment-links ul li a, .more-news a,
.node-links ul li a:hover, .comment-links ul li a:hover {
  color: #0085ca;
}

/* News Page */
.view-display-id-page_news_all h2 {
	font-size: small;
}

.views-row {
  padding-bottom: 0.5em;
}

/*sidebar*/
#region-sidebar-first li.active>a:after {
  content: none;
}

a.sideblock.contact {
  background-color: #0085ca;
}

.field-name-field-power-table table th, .field-name-field-power-table table td.highlight {
	background: #0085ca;
}

a#locale-stub, .search-icon  {
  background-color: #0085ca;
}

#superfish-4-select {
  background-color: #0085ca;
  color: #fff;
}
/*EU Cookie Compliance Module*/
#sliding-popup.sliding-popup-bottom {
	background-color: #0085ca;
}

.field-name-field-photos .field-item a {
  border: 1px solid #0085ca;
}