/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  color: #017449;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 24px;
   font-weight: 400;
  color: #017449;
  margin-top: 18px;
}
h3,
.uk-h3 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 600;
  color: #185f7a;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #185f7a;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #017449;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 18px;
}


.uk-article-title a {
    color: #185f7a;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-decoration-color: currentcolor;
}


.uk-article-title a:hover {
    color: #017449;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline;
}

.uk-article-title {
    color: inherit;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
    text-decoration-color: currentcolor;
}

.uk-navbar-nav > li > a {
  
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    line-height: 30px;
    padding-left: 12px;
}

.uk-nav-side > li.uk-active > a {
    background-color: #185f7a;
}

.uk-navbar-nav > li > a:hover, .uk-navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  color: #185f7a;
}

.uk-panel-title {
    font-size: 26px;
    color: #017449 !important;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: none;
}

.uk-nav-side > li.item82 > a {
  color: #017449;
  font-weight: bold
}

.uk-nav-side > li > a {
    font-size: 12px;
}

.uk-nav-side > li:hover > a {
    color: #185f7a;
}

.uk-nav-side > li > a.test {
   background: none #FF0000;  
color: #FFFF00; 
}

.uk-nav-side > li > a.donate {
   font-weight: bold;  
font-size: 12px;
}

.uk-nav-side > li > a.enews {
   font-weight: bold;  
   font-size: 12px; 
}

.tm-headerbar {
    margin-bottom: -20px;
    margin-top: 1px;
}

.tm-navbar {
    margin-bottom: 15px;
    margin-top: 0px;
}

.uk-panel-box {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #185f7a;
  color: #ffffff;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0.01);
    border-left-color: #cecece;
    border-right-color: #cecece;
    border-top-color: rgba(0, 0, 0, 0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0) inset;
    color: #017449;
}

.uk-navbar-center {
    max-width: 60%;
}
em {
  color: #000000;
}

img {
  background: #fff none repeat scroll 0 0;
    border-color: #c5c7d1 #9094a8 #9094a8 #c5c7d1;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
padding: 3px;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0,0,0,0.03);
  color: #185f7a;
}

.uk-nav > li > a {
  padding: 2px 20px;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 20px;
}

.uk-dropdown, .uk-dropdown-blank {
    box-sizing: border-box;
    display: none;
    position: absolute;
    width: 250px;
    z-index: 1020;
}