.nav.nav-tabs a>img {
    filter: grayscale(100%);
    max-width: 100%;
}

.nav.nav-tabs .active>a>img {
    filter: grayscale(0%);
}

svg.visit-activity {
    max-width: 60%;
    height: 150px;
    /*fill: rgb(0,174,192); // Blue Fill*/
    fill: #484848;
}
.section-headline {
    font-size: 2.9em;
    line-height: 1.3;
}

 .circle-image {
	 margin-bottom: 2.5em;
	 min-height: 250px;
	 max-height: 250px;
}
 .circle-image a {
	 display: block;
	 margin: 0 auto;
	 max-width: 200px;
	 text-align: center;
	 text-decoration: none;
	 transition: 250ms ease;
}
 .circle-image a img {
	 border-radius: 100%;
	 box-shadow: 0px 2px 8px rgba(0,0,0,0.25);
	 border: 4px solid rgba(255,255,255,0.5);
	 margin-bottom: 1em;
	 transition: 250ms ease;
}
 .circle-image a:hover {
	 transform: translateY(-3px);
}
 .circle-image a:hover img {
	 border-color: rgba(255,255,255,1);
}
 .circle-image a:hover h4 {
	 font-weight: 400;
}
.component-highlight-red {
    margin-bottom: 0;
}
a.link-360-photos img {border: 3px solid #B5AAA6;}

a.link-360-photos:hover img {border-color: #D32249;}