

.btn.btn-primary {
    background: #088A29;
    border: 2px solid #088A29;
    color: #fff;
}

.btn.btn-primary:hover {
    border: 2px solid #088A29;
    background: transparent;
    color: #088A29;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #088A29;
    border-color: #088A29;
}

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: #088A29;
}

.block-6 .icon {
    margin-right: 30px;
    color: #088A29;
}

.footer a:hover {
    color: #088A29 !important;
}

.block-30.block-30-sm, .block-30.block-30-sm .row {
  min-height: 400px;
  height: 50vh; }
.block-30.block-30-sm .heading {
  font-size: 50px;
  margin-bottom: 20px; }

.tree li span.fa, .profiles_label {
  color: #a2a2a2;
}

.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span:not(.fa) {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    padding:4px 9px;
    text-decoration:none
}
.tree li.parent_li>span:not(.fa) {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:not(.fa):hover, .tree li.parent_li>span:not(.fa):hover+ul li span:not(.fa) {
    background:#eee;
    border:1px solid #999;
    padding:3px 8px;
    color:#000
}

