﻿.mce-content-body, /*Umbraco preview*/
.top-banner,
.top-banner .alert {
    background-color: #ffd54f !important;
    color: #4f3c00 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 14px !important;
    text-align: center !important;
}

.top-banner {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.top-banner p {
    margin-bottom: 0px;
}

.top-banner .alert {
    margin: 0;
    padding: 0;
    border-left: 0;
}

.top-banner .alert .info {
    display: block;
    position: static;
    margin-top: 0px;
    margin-left: 4px;
    float: left;
    font-size: 14pt;
}

.top-banner .alert .close {
    position: static;
    margin-top: -6px;
    margin-right: 4px;
    padding-bottom: 0;
}

.top-banner .alert button.close:hover {
    background-color: transparent;
}

.top-banner +script +header .nav > button:first-child,
.top-banner +script +header .nav [data-navigation] > button:first-child {
    top: 150px;
}

.top-banner a {
    color: black !important;
    font-weight: bold;
}


@media (min-width: 900px) {
    .top-banner p {
        margin-top: 4px;
    }
}