
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    
    html, body {
        min-height: 100% !important;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-grow: 1;
        font-family: Arial, Helvetica, sans-serif;
    }
    #main{
        flex-grow: 1;
    }
    footer{
        display: none;
    }

button {
    display: none;
}


header {
    background-image: url('/images/header-bg.jpg');
    margin-bottom: 2em;
    background-size: cover;
    background-color: gray;
    background-position: center;
    min-height: 100px;
    padding: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


  header .logo {
    background-image: url("/images/ses-logo-120x64.png");
    background-size: 100%;
    background-position: center;
    width: 120px;
    min-height: 64px;
    display: block;
}

    .ie-edge-only{
        display: flex!important;
        flex-direction: column;


    }

    .ie-edge-only .message{
        background: lightskyblue;
        color: darkslateblue;
        padding: 2em;
        font-size: 1.2em;
        margin: 2em;
    }

}


@supports (-ms-ime-align:auto) {
    /* IE Edge 12 up to 18 CSS styles go here */ 


/*@supports (-ms-ime-align:auto)*/
html, body {
    min-height: 100% !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    font-family: Arial, Helvetica, sans-serif;
}

#main{
    flex-grow: 1;
}

footer{
    display: none;
}

    button {
        display: none;
    }
    
    
    header {
        background-image: url('/images/header-bg.jpg');
        margin-bottom: 2em;
        background-size: cover;
        background-color: gray;
        background-position: center;
        min-height: 100px;
        padding: 1em 2em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    
    
      header .logo {
        background-image: url("/images/ses-logo-120x64.png");
        background-size: 100%;
        background-position: center;
        width: 120px;
        min-height: 64px;        
        display: block;
    }

    .ie-edge-only{
        display: flex!important;
        flex-direction: column;
    
    
    }
    
    .ie-edge-only .message{
        background: lightskyblue;
        color: darkslateblue;
        padding: 2em;
        font-size: 1.2em;
        margin: 2em;
    }
    
}
