body:not(.isTablet) #indice .units ul li:hover, 
#indice .units ul li:focus, 
#indice .units ul li.active {
  background: #0087A6 !important;
}

.btn-primary, 
.btn-primary.disabled, 
.btn-primary.disabled:focus {
  background-color: #0087A6 !important;
}

a:hover, 
a:active, 
a:focus {
  color: #0087A6 !important;
}

div.title {
        background-color: #0087A6;
    padding: 1rem;
    color: white;
}

.header.default {
background-color:#0087A6;
}

iframe {
    display: block;
    background-color: white;
}