.header-nav--list > ul > li > span {
    text-transform: uppercase;
    cursor: pointer;
}
.header-nav--list span {
    display: block;
    padding: 10px 15px;
    color: #fff;
}
@media (min-width: 768px) {
    .header-nav--list > ul > li > ul > li > span {
        color: #59c6bc;
    }
}
.footer-copyright button {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
    background-color: transparent;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.cta-small {
    max-height: 250px;
    text-align: center;
    background-color: #333745;
    background-image: url(../img/bg-cta.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 20px 0;
}
.staff a {
    color: #000;
    text-decoration: none;
}
.staff a:hover {
    text-decoration: underline;
}
.staff {
    margin: 20px 0;
}
/* mobile */
@media (max-width: 767px) {
    .cta-small {
        padding: 20px 0;
    }
}
.home .article-detail--body {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.home h2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.home h2.cta-title {
    margin: 0;
}
/* tablet - desktop */
@media (min-width: 768px) {
    .cta-small {
        padding: 50px 0;
    }
}

dm-threedimage, dm-visit {
    display: block;
    cursor:move;
    height:80vh;
    padding: 0;
    position: relative;
}
.dm-visit-tooltip {
    background-color: #fffE;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    padding: 5px 10px;
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
    transition: opacity .3s, transform .3s;
}

.dm-visit-tooltip.is-active {
    opacity: 1;
    transform: translate3d(-50%, calc(-100% - 20px), 0);
}
dm-visit {
    transition: opacity .3s;
    opacity: 1;
}
dm-visit.inactive {
    opacity: 0;
}
.header-nav--list {
    font-weight: 600!important;
}