
h2 {min-height: 35px;}


/*** BEGIN - WORKING GROUPS STYLES ***/
.wg-categories button {
    margin: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
}
.wg-categories button.active, .wg-categories button.active:hover {
    box-shadow: none;
    background: transparent;
    border: none;  
    border-bottom: 2px solid #94d359;
}
.wg-categories button:hover {
    background: transparent !important;
}
.wg-categories button:focus{
    outline:none !important;
}


.card.card-working-group {
    height: 100px;
    border: none;
    padding: 15px;
   text-decoration: none;
}

.card.card-working-group .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #096135;
}
.card.card-working-group .card-link {
    position: absolute;
    bottom: 10px;
    right: 35px;
}
.card.card-working-group .card-link:hover {
    text-decoration: underline;
}

/*** END - WORKING GROUPS STYLES  ***/

body, .Normal {
    font-size: 14px;
  line-height:1.6;
}

.main-container {
    background-color: rgba(255,255,255,0.4);
}
.container-fluid {
    max-width: 960px;
}


.nav > li > a {
    padding-left:10px;
    padding-right:10px;
}

.navbar-default .navbar-nav > li > a {
    color: #096135;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #eeeeee;
    background-color: #096135;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #eeeeee;
    background-color: #096135;
}
.navbar-default .LoginLink, .navbar-default .navbar-nav > li > div > ul > li > a {
    color: #096135;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #eeeeee;
    background-color: #096135;
}
.navbar-brand img {
    max-height: 100px;
}
.navbar {
    min-height: 100px;
    z-index: 1001;
    position: static;/*For IE*/
    position: sticky;
    top: -70px;
}
.navbar-brand img {
    max-width: 27vw;
}
.navbar-toggle {
    margin: 10px 10px 0px 0px;
}

@media (min-width: 480px) {
.navbar-mainmenu {
    margin-top: 55px;
  margin-left: 150px;
}
}
@media (max-width: 479px) {
.navbar {
    min-height: 63px;
      top: 0px;
}
  .navbar-brand img {
    max-height: 50px;
    margin-top: 0px;
}
}



ul.dnn-menu{
list-style:none;
}

.main-container .dnn-menu li {
    padding: 5px;
    border-bottom: 1px solid #94d359;
}

.main-container .dnn-menu li.active {
background-color: #096135;
color:#fefefe;
}

.main-container .dnn-menu li.active a {
color:#fefefe;
}

.dnn-menu li a,
#breadcrumb a,
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a
{
border-bottom:none !important;
}

.main-container a, a:visited {
    color: #096135;
  border-bottom: 1px dashed #096135;
}
.pagination > li > a, .pagination > li > span {
    color: #096135;
}

.btn-primary {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #096135;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #096135;
    border-color: #084f2c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #0a6d3b;
    border-color: #096135;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #0a6d3b;
    border-color: #084f2c;
}





.panel-default > .panel-heading {
    color: #096135;
    background-color: rgba(255,255,255,0.9);
    border-color: #94d359;
    border-bottom-width: 2px;
}
hr{border-top-color:#94d359;}
h2 {
    border-bottom: 2px solid #94d359;
  margin-top: 14px;
}




#FooterRow {
    background-color: #096135;
    color: #eee;
}



footer .footer-below {
    background-color: #aaa;
}

#FooterRow {
    background: #096135;
  	background: linear-gradient(159deg, rgba(9,97,53,1) 0%, rgba(9,97,53,1) 54%, rgba(6,54,30,1) 100%);
    color: #eee;
    padding: 15px 0px;
    border-top: 5px solid  #94d359;
}

#FooterRow, #FooterRow a, #FooterRow *
{
    color: #eee !important;
}
#FooterRow ul{}
#FooterRow li{padding:3px;}
#FooterRow a{color:white !important;}
.text-primary {
    color: #096135;
}


.card-img-placeholder{
width:100%; 
  max-height:200px; 
  overflow:hidden;
}
.announcement-item .card-img-placeholder img
{
width:100%;     transition: all 0.2s linear;
}
.announcement-item:hover .card-img-placeholder img {
    transform: rotate(5deg) scale(1.15);
}
.card-text {
    white-space: pre-line;
}
.announcement-item:nth-child(even) .pull-right-even {
    float: right;
}
.announcement-item:nth-child(even) {
    background: linear-gradient(322deg, rgb(248, 248, 248) 0%, rgb(244, 244, 244) 54%, rgb(244, 244, 244) 100%);
}
.announcement-item {
    background: linear-gradient(220deg, rgb(248, 248, 248) 0%, rgb(244, 244, 244) 54%, rgb(244, 244, 244) 100%);
}

.carousel-inner .image-placeholder {
    height:350px;
    width:100%;
    overflow:hidden;
}
.carousel-inner .image-placeholder img{
width:100%;    
position:absolute;
top:50%;
transform:translateY(-50%);
}
.carousel-inner .carousel-caption{
    background: rgba(0,0,0,0.5);
    padding:15px;
    bottom: 25px;
    text-align: justify;
    line-height: 1.5;
  font-size:120%;
}



/*Tags filter*/
ul.tags-list {
    margin: 0px;
    text-align:center
}

.tags-list li {
    list-style: none;
    position: relative;
    margin-top: -1px;
    padding-right: 5px;
    padding-bottom: 5px;
    display:inline-block;
    cursor:pointer;
}

.tags-list .list-group-item{
padding:5px;
    
}

.tags-list li{
    font-size:120%;
}
li.tag-size-1 {
    font-size:90%;
}
li.tag-size-2 {
    font-size:100%;
}
li.tag-size-3 {
    font-size:110%;
}
li.tag-size-4 {
    font-size:120%;
}

@media (max-width: 479px) {
.reverse-xs > .row{
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
}
}







