body {
    color: #5a5a5a;
    font-family: 'Poppins', sans-serif;
}
main {
    padding-top: 4.5rem;
}

.card h6 {
    text-transform: uppercase;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
}

.item-list  {
    font-size: 14px;
    padding: 0;
    padding-left: 1em;
    list-style-type: square;
}

.accordion-header button {
    font-weight: 500;
}

.ftitle {
    font-size: 14px;
    font-weight: 500;
}
.files small {
    font-size: 12px;
}

.files span.text-danger {
    font-size: 13px;
}

/* Arrow Breadcrumb */
.breadcrumb-arrow .cbi+.cbi::before {
  content: '';
}

.breadcrumb-arrow {
  height: 22px;
  line-height: 22px;
  font-size: 11px;
}

.breadcrumb-arrow .cbi a {
  border-radius: 2px 0 0 2px;
}

.breadcrumb-arrow .cbi,
.breadcrumb-arrow .cbi a,
.breadcrumb-arrow .cbi span {
  display: inline-block;
  vertical-align: top;
}

.breadcrumb-arrow .cbi:not(:first-child) {
  margin-left: -1px;
}

.breadcrumb-arrow .cbi+.cbi:before {
  padding: 0;
  content: "";
}

.breadcrumb-arrow .cbi a,
.breadcrumb-arrow .cbi.active {
  height: 22px;
  padding: 0 5px 0 15px;
  line-height: 22px;
  margin-bottom: 2px;
}

.breadcrumb-arrow .cbi a {
  position: relative;
  color: #fff;
  text-decoration: none;
  background-color: #00aeef;
  border: 1px solid #00aeef;
}

.breadcrumb-arrow .cbi a:after,
.breadcrumb-arrow .cbi a:before {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  content: '';
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.breadcrumb-arrow .cbi a:before {
  right: -11px;
  z-index: 3;
  border-left-color: #00aeef;
  border-left-style: solid;
  border-left-width: 11px;
}

.breadcrumb-arrow .cbi a:after {
  right: -12px;
  z-index: 2;
  border-left: 11px solid white;
}

.breadcrumb-arrow .cbi a:focus,
.breadcrumb-arrow li a:hover {
  background-color: #0081ef;
  border: 1px solid #0081ef;
}

.breadcrumb-arrow .cbi a:focus:before,
.breadcrumb-arrow li a:hover:before {
  border-left-color: #0081ef;
}

.breadcrumb-arrow li.active:after,
.breadcrumb-arrow li.active:before {
  border-left-color: white;
}

.news .card-title {
    font-size: 16px;
    font-weight: 500;
}
.news .excerpt {
    font-size: 13px;
    font-weight: 300;
}

.news_content {
    font-size: .9em;
    padding: .1em .5em;
}

.news_content strong {
    font-weight: 500;
    color: #222222;
}

.leaf_img {
   border: 1px solid #222222; 
   height: 100%;
}

#leaf a {
    height: 5em;
    font-size: 13px;
    font-weight: 500;
        
}

#leaf .list-group {
    margin-top: 1em;
    margin-bottom: 1em;
}
.contact {
    padding: 1em 2em;
}
.contact h2 {
    font-size: 17px;
}

.contact h1 {
    font-size: 21px;
    font-weight: 700;
}