﻿html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
}

.body-content {
    height: 100%;
}

#embeddableMap {
    height: 100%;
}

.masthead {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: #E4E9EC;
    border-bottom: 1px solid #D5DEE2;
    color: #00709d;
}

.always-ontop {
    z-index: 99999;
}

.map-wrapper {
    position: absolute;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-wrapper {
    margin: 65px 0 0 0;
    padding: 1rem 2rem;
}

.masthead h1 {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    margin: 0;
    font-weight: 500;
}

.header-wrapper {
    display: table;
    margin-left: 15px;
    margin-top: 5px;
}

.logo-link {
    float: left;
}

.logo {
    height: 64px;
}

.back-link {
    color: #005272;
    font-size: 0.825rem;
    margin-right: 2rem;
}

.header-menu {
    margin-top: 5px;
    margin-left: 15px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.responsive-wrapper {
    float: left;
}

@media (min-width:768px) {

    .responsive-wrapper {
        float: none;
    }

    .masthead h3 {
        font-size: 35px;
    }

    .header-wrapper {
        float: left;
        margin-left: 30px;
        height: 64px;
        margin-top: 0;
    }

    .header-menu {
        margin-left: 0;
        float: right;
        margin-top: 20px;
    }

    .text-wrapper {
        padding: 1rem 65px;
    }
}
