div#top-header {
    padding-top: 34px;
}

div#gs-banner-reveal {
	display:none;
    position: fixed;
    z-index: 2000000;
    width: 50%;
    background-color: #f2f2f2;
    right: 0;
    top: 32px;
    height: 97%;
    overflow-y: scroll;
    padding: 30px;
}

.extra-info {
    padding: 30px;
    background-color: white;
    margin-bottom: 30px;
}

span.hide-banner {
    float: right;
    padding: 5px 10px;
    background-color: black;
    color: white;
    border-radius: 30px;
    font-weight: 800;
}

span.close-x {
    font-size: 30px;
    line-height: 16px;
    position: relative;
    top: 5px;
    padding-left: 5px;
}
@media(max-width: 980px){
    div#top-header {
        display: block !important;
        z-index: 2000000;
        padding-top:0;
    }

    header#main-header {
        padding-top: 40px;
    }
}