    article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.page-header:before {
    width: 136px;
    height: 277px;
    display: inline-block;
    background-size: 2061px 277px;
    background: url("//semcog.org/Portals/_default/Skins/semcog/images/sprites/png-sprite.png") no-repeat -1332px 0;
}

.container {
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}

.container:after {
    clear: both;
    content: '';
    display: table
}

.site-logo {
    display: block;
    text-indent: 200%;
    overflow: hidden;
    white-space: nowrap
}

.page-header:before {
    position: absolute;
    content: '';
    display: inline-block
}

.site-header {
    background: #002149;
    position: relative;
    z-index: 2
}

@media print {
    .site-header {
        background: none
    }
}

.header-container {
    padding-top: 10px;
    background: #002149;
    position: relative;
    z-index: 4
}

.header-container .container {
    position: relative
}

@media (min-width: 800px) {
    .header-container {
        border-bottom: 3px solid #12396A
    }
}

@media print {
    .header-container {
        background: none;
        border: none
    }
}

.site-title {
    margin: 7px 0 20px 10px;
    float: left
}

.site-title img {
    max-width: 100%;
    height: auto
}

@media (min-width: 720px) {
    .site-title {
        width: 238px
    }
}

@media (min-width: 1100px) {
    .site-title {
        width: 480px
    }
}

@media print {
    .site-title {
        float: none;
        border-bottom: 1px solid #ccc;
        margin-bottom: 5px
    }
}

.site-logo {
    background: url("//semcog.org/Portals/_default/Skins/semcog/images/SEMCOGlogo.svg") no-repeat;
    width: 111px;
    height: 20px;
    background-position: 0 -102px;
    position: relative;
    z-index: 3
}

@media (min-width: 800px) {
    .site-logo {
        background-position: 0 -54px;
        width: 237px;
        height: 43px;
        z-index: 2
    }
}

@media (min-width: 1300px) {
    .site-logo {
        background-position: 0 0;
        width: 580px;
        height: 43px;
        text-indent: 300%
    }
}

@media print {
    .site-logo {
        background: none;
        width: auto;
        height: auto;
        white-space: normal;
        text-indent: 0;
        font-size: 1.4rem
    }
}

.page-header {
    position: relative;
    overflow: hidden;
    background: #64983D;
    padding: 5px 0;
    margin-bottom: 20px;
    width: 100%
}

.page-header:before {
    bottom: 0;
    right: 40%;
    display: none;
    margin-right: -136px
}

/*
@media (min-width: 920px) {
    .page-header {
        padding: 10px 0 5px;
        background-image: linear-gradient(to right, #64983d, #64983d 62%, #002149 62%, #002149)
    }

    .page-header:before {
        display: block
    }
}
*/

@media print {
    .page-header {
        background: none;
        padding: 10px 0
    }

    .page-header:before {
        display: none
    }
}

.page-title {
    color: #fff;
    margin: 0;
    padding: 0 20px;
    position: relative;
    font-size: 1.5rem
}

@media (min-width: 920px) {
    .page-title {
        width: 60%;
        font-size: 2.4rem
    }
}

@media print {
    .page-title {
        color: #000;
        padding: 0 10px
    }
}
/* You need all this css for the split header */
/* You also need the SEMCOG.JPG in the img folder */
/* header styling */
#divLeft {
    background-color: #64983d;
    height: 83px;
}

#divRight {
    background: #64983D;
    height: 83px;
    padding-top: 5px;
    border-bottom: 2px solid #011f4a;    
}

#divRightContent {
    display: flex;
    justify-content: space-between;
}

#mapName {
    display: inline;
    font-weight: 700;
    font-size: 1.75rem;
    color: #FFFFFF;
    padding: 10px;
}

iframe {
    height: calc(100vh - 94px);
    width: 100%;
    border: none;
}

#framebreaker {
    height: 20px;
    position:absolute;
    bottom: calc(100vh - 104px);
    left: 0;
    display: none;
}

.escapelink {
    text-decoration: underline;
    color: white;
    font-size: 1.5em;
}

@media (min-width: 768px) {
    #divLeft {
        border-bottom: 83px solid #011f4a;/*#28292b;*/
        border-right: 83px solid transparent;
    }
}

@media (max-width: 768px) {
    #divLeft {
        height: 57px;
        background-color: #011f4a;
    }
    #divRight {
        height: 57px;
    }
}

@media (max-width: 1100px) {
    #mapName {
        font-size: 1.55rem;
        padding: 0px;
    }
}

@media (max-width: 720px) {
    #mapName {
        font-size: 1.4rem;
    }
}

/* Styling for the element to skip past the header when using tab-navigation*/
.skipnav { 
    text-align: left;
}
.skipnav a { 
    position: fixed;
    z-index: -1; 
    width: 0px; 
    height: 0px; 
    overflow: hidden;
}

.skipnav a:focus, .skipnav a:active { 
    position: fixed; 
    z-index: 5; 
    width: auto;
    height: auto; 
    overflow: visible; 
    text-decoration: underline;
    background-color:white;
    padding: 5px;
} 