body,
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;

}

body {
  font-size: 13px;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

p {
  margin-bottom: 1.5rem;
}

address {
  font-style: normal;
  margin-bottom: 1.5rem;
}

blockquote {
  margin-bottom: 1.5rem;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5rem;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.3rem;
}

h2.block-title {
  font-size: 1.2rem;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */

.block {
  margin-bottom: 20px;
}

.block ul li,
.block .item-list ul li {
  list-style: none;
  list-style-image: none;
}

/* Drupal */

.breadcrumb {
  font-size: 0.9rem;
  line-height:40px;
}

/* Accessibility */

.skip-link {
  font-size: 0.85rem;
}

.acc-hide {
  left: -2500px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
/* Nodes and comments */

.node-teaser,
div.panel-pane div.node-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.indented {
  margin-left: 20px;
}
.page-title
{
	line-height:30px;
	height: 138px;
	margin-bottom:0;
	font-weight:bold;
	font-size:2em;
}
.sidebar ul li
{
	padding: 7px 0;
}
.sidebar ul li.expanded
{
	padding: 0;
}
.sidebar ul li a
{
	line-height:21px;	
}
.sidebar ul li a:hover,
.sidebar ul li a.active
{
	text-decoration:underline;
}
ul.contacts
{
	font-family: "Lato", sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size:18px;
	margin-bottom:0
}
.sidebar h2.block-title {
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 1.5rem;
}
.block-title {
    text-transform: uppercase;
}
.sidebar ul li a.active
{
	text-decoration:none;
}
.bg-transparent
{
	background-color:#fff;
}
.line-2em li
{
	line-height:2rem;
}
.contacts li
{
	list-style: none;
}
.articletxt .more
{
	text-decoration:underline;
}
@media screen and (max-width: 800px){
  body{
    font-size: 2vw;
  }
}
@media screen and (min-width: 1200px){
  body{
    font-size: 13px;
  }
}