#site-heading-desktop a {
    color: #3c3c3c;
    text-decoration: none;
}

.addThis {
    display: none;
}

hr {
    margin: 1rem 0;
	font-size: 0;
	height: 0.1rem;
	border: 0;
	border-top: 1px solid #D2D2D2;
}
hr.spacer {
    /*height: 2rem;*/
    border: 0 !important;
}
hr.dotted {
	background-color: #fff;
	border-top: 0.2rem dotted #8c8b8b;
}
hr.dashed {
	border-top: 0.1rem dashed #8c8b8b;
}
hr.dashed-thick {
	background-color: #fff;
	border-top: 0.2rem dashed #8c8b8b;
}

#main > .content > .content-wrapper {
    margin-bottom: 5vh;
}
#main .content h4 {
    font-size: 1.2rem;
}

/* Maintain full width element's aspect ratio */
.ratio-16-9 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.ratio-16-9 iframe,
.ratio-16-9 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}