.home-block	{
    padding: 20px;
	background: #fff;
	border: 1px solid #69aa41;
	border-radius: 5px;
	box-shadow: 0 5px 10px #efefef;
	margin: 10px;
}
.home-block .col-md-6 {
    margin-bottom: 10px;
}

a.no-underline {
    border-bottom:none;
}

.region-sidebar-second a {
    border-bottom: 2px solid #d6dced;
    text-decoration: none !important;
    color: inherit;
}
.region-sidebar-second a:hover {
    color: #69aa41 !important;
    border-color: #69aa41;
}    
.block.righttxtbox {
    float:right;
    margin: 0 0 1em 1em;
    max-width:30%;
}
.navbar-header {
    display: block;
}
.ui-state-default, .ui-state-hover, .ui-state-active {
    background-color: rgba(56, 170, 51, 0.18) !important;
}
.ui-widget-content {
    border:1px solid rgba(56, 170, 51, 0.18);
} 

.main-container.container a:target {
  display: block !important;
  position: relative !important;
  top: -129px!important; 

}