/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('fonts/bebasneue_regular-webfont.woff2') format('woff2'),
        url('fonts/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('fonts/bebasneue_bold-webfont.woff2') format('woff2'),
        url('fonts/bebasneue_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
        url('fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
* {
    font-size: 20px;
    font-family: 'Bebas Neue Regular', sans-serif;
    color: #444;
}
* h1 {
    font-size: 50px;
    margin: 0;
}
* h2 {
    font-size: 35px;
}
* h3 {
    font-size: 30px;
}
* h4 {
    font-size: 25px;
}
* a,
* p {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue',
        'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial',
        'Lucida Grande', sans-serif;
    color: #666;
}
header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #2c3e50;
    text-align: center;
    list-style: none;
    font-size: 0;
}
header li {
    font-size: 20px;
    display: inline-block;
}
header li.apply {
    background-color: #3498db;
}
header li.sponsor {
    background-color: #e67e22;
}
header li a {
    display: block;
    color: #fafafa;
    padding: 0.5rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-family: 'Bebas Neue Regular', sans-serif;
}
header li i {
    color: #fafafa;
    margin: 0 0.5rem;
}
header li.apply a:hover {
    background-color: #2980b9;
}
header li.sponsor a:hover {
    background-color: #d35400;
}
header #mlh-trust-badge {
    display: block;
    max-width: 100px;
    min-width: 60px;
    position: fixed;
    top: 0;
    right: 50px;
    width: 10%;
}
header #mlh-trust-badge img {
    width: 100%;
}
header .live-btn-header {
    display: none;
}
header .live-btn-header a {
    background-color: #3498db;
}
@media (max-width: 917px) {
    header .live-btn-header {
        display: block;
    }
    header .apply,
    header .sponsor {
        display: none;
    }
    header .scroll-anchor {
        display: none;
    }
    header #mlh-trust-badge {
        display: none;
    }
}
footer {
    background-color: #3b3e43;
    padding: 2rem 4rem 3.5rem 4rem;
}
footer i {
    color: #fafafa;
}
footer a {
    color: #fafafa;
    text-decoration: none;
    font-family: 'Bebas Neue Regular', sans-serif;
}
footer .left {
    float: left;
    border: 1px solid #fafafa;
    padding: 0.5rem 1rem;
}
footer .right {
    float: right;
    padding: 0.5rem 1rem;
}
footer .right a {
    margin-left: 2rem;
}
footer .social-media {
    font-family: 'Bebas Neue Book';
    font-weight: lighter;
}
@media (max-width: 651px) {
    footer {
        padding: 2rem 4rem 2rem 4rem;
    }
    footer .right {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    footer .right a {
        margin-left: 0;
        margin-bottom: 0.4rem;
    }
    footer .right i {
        margin: 0.5rem;
    }
    footer .left {
        display: block;
        float: none;
        margin: 1rem auto;
        text-align: center;
    }
    footer .social-media {
        display: block;
        margin-bottom: 0.8rem;
    }
}
.container {
    margin: 0 auto;
    display: block;
    max-width: 768px;
    width: 90%;
    padding-top: 10px;
}
section {
    padding: 3rem 0;
}
section#main {
    text-align: center;
    height: 100vh;
    position: relative;
    padding: 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.content {
    background: url('img/bg.svg') center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem auto;
    height: calc(100% - 46px);
}
@media (max-width: 917px) {
    .content {
        height: calc(100% - 46px);
    }
}
.content #title {
    letter-spacing: 2px;
    color: #444;
    font-weight: bold;
    font-size: 2.4rem;
}
.content h3 {
    letter-spacing: 1px;
    color: #5e5e5e;
}
@media (max-height: 400px) {
    .content h3 {
        display: none;
    }
}
.content .apply-button {
    background-color: #3498db;
}
.logo-container {
    width: 20rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo {
    width: 75%;
    height: 75%;
    margin: 0;
    padding: 0;
}
.live-btn {
    font-family: 'Bebas Neue Regular', sans-serif;
    font-size: 2rem;
    margin: 0.6rem 0.3rem 1rem 0;
    margin: 1rem auto;
    padding: 0.6rem 0.8rem;
    display: inline-block;
    text-decoration: none;
    background-color: #3498db;
    color: white;
}
.live-btn:hover {
    background-color: #2980b9;
}
.live-btn:active {
    box-shadow: inset 0px 0px 8px #444;
}
@media (max-width: 917px) {
    .live-btn {
        display: none !important;
    }
}
#mentor-signup {
    background-color: #f9f9f9;
}
#faq {
    background-color: #f9f9f9;
}
#faq .faq-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: block;
    max-width: 50%;
    word-wrap: break-word;
    padding: 0 1.2rem 0 0;
}
#faq .faq-item .faq-question {
    display: inline-block;
    margin: 0.8rem auto 0 auto;
    font-size: 1.3rem;
}
#faq .faq-item .faq-answer {
    font-size: 0.9rem;
}
#faq .faq-item .faq-answer a {
    font-size: 0.8rem;
}
@media (max-width: 600px) {
    #faq .faq-item {
        max-width: 100%;
        padding: 0;
    }
}
.team-img {
    width: 100%;
    margin: 0;
}
.team-img img {
    width: 100%;
}
.flex-container-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#disclaimers h4 {
    margin: 0 auto;
}
#disclaimers p,
#disclaimers a {
    font-size: 15px;
}
#schedule table {
    width: 100%;
    max-width: 600px;
}
#schedule td {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue',
        'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial',
        'Lucida Grande', sans-serif;
}
#schedule tr td:nth-child(2) {
    text-align: right;
}
.flex-container-supporters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
}
@media (max-width: 808px) {
    .flex-container-supporters {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
#supporters {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-bottom: 4rem;
}
#supporters h1 {
    margin-bottom: 10px;
}
#supporters h2 {
    margin-bottom: 5px;
}
#supporters .supporter-image {
    margin: 1.8rem 1rem;
}
#supporters .supporter-image.sponsor,
#supporters .supporter-image.partner {
    max-width: 195px;
    max-height: 180px;
}
#supporters .supporter-image.donor {
    max-width: 190px;
    max-height: 110px;
}
#supporters #supporters-shoutout p {
    margin-top: 30px;
    margin-bottom: 0px;
}
#supporters #supporters-shoutout a {
    color: #3498db;
}
#supporters #supporters-shoutout a:hover {
    color: #196090;
}
.shoutout p {
    margin-top: 30px;
    margin-bottom: 0px;
}
.shoutout a {
    margin: 0.6rem 0.3rem 1rem 0;
    padding: 0.6rem 0.8rem;
    display: inline-block;
    text-decoration: none;
    font-size: 0.8rem;
    background-color: #3498db;
    color: white;
    -webkit-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}
.shoutout a i {
    color: white;
}
.shoutout a:hover {
    background-color: #2980b9;
}
.shoutout a:active {
    box-shadow: inset 0px 0px 8px #444;
}
@media (max-width: 434px) {
    .shoutout a {
        display: block;
        margin: 0.4rem auto;
    }
}
.shoutout.sponsor a {
    background-color: #e67e22;
}
.shoutout.sponsor a:hover {
    background-color: #d35400;
}
#students {
    background-color: #3b3e43;
}
#students h1,
#students p,
#students a {
    color: #fafafa;
}
#students h1 {
    margin-bottom: 2rem;
}
#students .student {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    text-align: center;
    width: 190px;
    height: 240px;
    margin: 0.3rem 0.5rem;
    display: inline-block;
}
#students .student .student-img-container {
    margin: 0 auto;
    display: block;
    max-width: 120px;
    max-height: 120px;
}
#students .student .student-img-container .student-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
#students .student h2,
#students .student h4 {
    color: #fafafa;
}
#students .student h2 {
    font-size: 1.4rem;
    margin: 1rem auto 0 auto;
}
#students .student h4 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue',
        'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial',
        'Lucida Grande', sans-serif;
    font-weight: normal;
    font-size: 0.7rem;
    margin: 0;
}
.flex-container-students {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
}
@media (max-width: 814px) {
    .flex-container-students {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
#live-wrapper {
    background-color: #fafafa;
}
#live-wrapper a {
    text-decoration: none;
}
#live-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 892px) {
    #live-content {
        max-width: 800px;
    }
}
#live-header {
    text-align: center;
    display: block;
    padding: 2rem;
}
#live-header span {
    color: #3498db;
    font-size: 50px;
    padding-left: 0.5rem;
}
#toolbar-container .toolbar-button {
    width: 150px;
    display: inline-block;
    padding: 1.3rem;
    margin: 0.5rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
#toolbar-container .toolbar-button i {
    color: white;
    display: block;
}
#toolbar-container .toolbar-button h3 {
    margin: 0 auto;
    color: white;
}
#toolbar-container .toolbar-button:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
#toolbar-container .toolbar-button:active {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
#toolbar-container .toolbar-button.blue {
    background-color: #3498db;
}
#toolbar-container .toolbar-button.orange {
    background-color: #e67e22;
}
#toolbar-container .toolbar-button.purple {
    background-color: #9b59b6;
}
#toolbar-container .toolbar-button.red {
    background-color: #e74c3c;
}
.column {
    display: inline-block;
}
.column-title {
    color: #666;
    margin: 1rem;
    position: relative;
    display: inline-block;
}
.column #updates-container,
.column #schedule-container {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
@media (max-width: 451px) {
    .column:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .column:last-child .column-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .column:last-child #updates-container {
        margin: auto;
    }
}
.schedule-view,
.update-view {
    width: 300px;
    background-color: white;
    margin: 1rem 0.5rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.schedule-view h2,
.schedule-view p,
.update-view h2,
.update-view p {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'HelveticaNeue',
        'Helvetica Neue', 'Helvetica', 'Tahoma', 'Geneva', 'Arial',
        'Lucida Grande', sans-serif;
}
.schedule-view:hover,
.update-view:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}
.schedule-view:active,
.update-view:active {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
}
.schedule-view h5,
.update-view h5 {
    margin: 0.5rem auto;
}
.schedule-view h5.workshop,
.update-view h5.workshop {
    color: #3498db;
}
.schedule-view h5.logistics,
.update-view h5.logistics {
    color: #e67e22;
}
.schedule-view h5.food,
.update-view h5.food {
    color: #e74c3c;
}
.schedule-view h5.activity,
.update-view h5.activity {
    color: #9b59b6;
}
.update-view {
    padding: 0.5rem 1.5rem;
}
.update-view h2 {
    font-size: 20px;
}
.schedule-view {
    padding: 0.4rem 1.3rem;
}
.schedule-view h2 {
    font-size: 16px;
}
.schedule-view p {
    font-size: 14px;
}
