.body {
    font-family: 'Lato', sans-serif !important;
}

.nav-bar.bg--primary .menu > li > a {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
}

.btn {
    font-family: 'Lato', sans-serif;
}


.bg--dark {
    background: #007f4c;
 		padding-bottom: 1em;
    padding-top: 3em;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 1em;
    flex-wrap: wrap;
}

.sidebar__element {
    margin-bottom: .125em;
}

.home-link {
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb > .active {
  font-family: 'Lato', sans-serif;
  color: #EF6F02;
  font-size: 14px;
  font-weight: 400;
}

.breadcrumb > li + li:before{
  font-family: 'Lato', sans-serif;
  color: white;
}

.breadcrumb > .active a,
a,
li.active::before,
li::before {
  font-family: 'Lato', sans-serif;
  color: #EF6F02;
  font-size: 14px;
  font-weight: 400;
}

.page-title hr {
  border-color: white;
}

.page-title h1 {
  color: white !important;
  text-shadow: 3px 3px 8px #2d2d2d;
}

span.tooltips {
    color: #F38100;
    font-weight: bold;
}

.Zebra_Tooltip .Zebra_Tooltip_Message {
  font-size: 14px;
}