/**
 * (c) Copyright, 2008-2015 Massachusetts Institute of Technology.
 *
 *     This material may be reproduced by or for the
 *     U.S. Government pursuant to the copyright license
 *     under the clause at DFARS 252.227-7013 (June, 1995).
 */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    
    font-family: Arial, Helvetica, sans-serif;
    color: #000099;
}

.wrapper {
    min-height:100%;
    position:relative;
}

.header {
    padding:10px;
}

.content {
    padding:10px;
    text-align: center;
  
    /* Height of the footer element */
    padding-bottom:70px;
}

.footer {
    width:100%;
    min-height:30px;
    position:absolute;
    bottom:0;
    left:0;
    background-color: lightgrey;
}

.server-select {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
}

.center-container {
    text-align: center;
    margin-top: 10px;
}

.content-wrapper {
    display: inline-block;
    width: 100%;
}

.browser-warning {
    margin-top: 10px; 
    color: #ff0000;
}

.disclaimer {
    padding: 10px 20px;
}

.disclaimer p {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-wrapper .field {
    text-align: left;
    display: inline-block;
    margin: 5px;
}

.field input {
    width: 225px;
}

p.message {
    max-width: 400px;
    margin: auto;
}

.wrapper .hero {
    width: 100%;
    height: auto;
    max-width: 640px;
    max-height: 475px;
}

.logo-wrapper {
    display: flex;
    width: 35%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 80px;
    justify-content: center;
}

.sponsor-logo-wrapper {
    display: flex;
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.logo {
    height: 100%;
    margin: 20px;
}

.footer-left {
    margin: 5px;
    float: left;
}

.footer-right {
    float:right;
    margin: 5px;
}

.nav span {
    border-right: 1px solid grey;
    padding-left: 3px;
}

.nav span:last-child {
    border: none;
}
