header .headertitle {
    padding-top: 25vh; 
}

header .headertitle h1 {
    margin: 0;
}

@media screen and (max-width: 799px) {
    header .headertitle {
        padding-top: 40vh; 
    }
}

aside {
    background-color: white;
    padding: 1em;
    box-sizing: border-box;
    overflow: hidden;
}

aside p {
    width: 100%;
    max-width: 550px;
    text-align: justify;
    line-height: 1.9em !important;
    font: 300 1.2em "Merriweather", serif;
    color: black;
    margin: 1em auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

aside img {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin: 2em auto;
}

div.dwlchart {
    margin: auto;
    width: 100%;
    max-width: 370px;
    height: auto;
    padding: 2em 1em;
    box-sizing: border-box;
}

.video_container {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.brightcove {
    height: 0;
    padding-bottom: 177.6%;
    position: relative;
    overflow: hidden;
}

#clicktolisten {
    font: 400 1em "Fira Sans", sans-serif;
    text-transform: uppercase;
}