
button {
  -webkit-appearance: none!important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, .splash-block h3, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 9px; }
  @media (min-width: 576px) {
    html {
      font-size: 10px; } }

body {
  font-size: 1.6rem;
  min-width: 32rem;
  margin: 0;
  padding: 0;
  font-family: Clan, Helvetica, Arial, sans-serif;
  background: #fefefe;
  overflow-x: hidden; }

img.fit {
  width: 100%;
  height: 100%;
  object-fit: cover; }

h1,
.h1 {
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.5rem; }

h2,
.h2,
h3,
.h3,
.splash-block h2 {
  line-height: 1.2; }

h2,
.h2 {
  font-size: 2.8rem;
  margin-bottom: 0.5rem; }

h3,
.h3,
.splash-block h2 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 2.4rem; }

a, p, .splash-block h3 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem; }

a {
  text-decoration: none;
  color: black; }
  a:hover {
    text-decoration: underline; }

p a, .splash-block h3 a {
  color: #68489b; }

button {
  font-family: Clan, Helvetica, Arial, sans-serif;
  font-weight: bold; }

.container,
.container-full {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 2.4rem; }
  .container > *,
  .container-full > * {
    grid-column: span 12; }
  @media (min-width: 768px) {
    .container,
    .container-full {
      grid-gap: 4.8rem; } }

.flex-container {
  display: flex; }

@media (min-width: 576px) {
  .splash-img, .splash-txt {
    grid-column: span 6; } }

@font-face {
  font-family: "Clan";
  font-weight: normal;
  src: url("../assets/fonts/2bd399a7-e0c4-4af8-a213-7077b7251ae0.otf") format("opentype"); }

@font-face {
  font-family: "Clan";
  font-weight: bold;
  src: url("../assets/fonts/cfc62e9c-08b9-4395-bdc4-1e7e19d37a4b.otf") format("opentype"); }

.nav {
  position: sticky;
  top: -10rem;
  z-index: 100;
  background: white;
  max-width: 127.4rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(8rem, 10rem); 
  }
  @media (min-width: 576px) {
    .nav {
      /*position: relative;*/ } }

      @media (min-width: 370px) {
        .nav {
          grid-template-columns: minmax(55px, 100px) 1fr minmax(230px, 350px);
          top: 0; } 
          
          .home .nav {
            grid-template-columns: minmax(55px, 100px) 1fr minmax(230px, 350px) minmax(60px, 100px);
          }
        }
  
  .nav a {
    font-weight: bold; }

#mlh-trust-badge {
  right:10px;
  top: 54px;
  position: sticky;
  float: right;
}

@media (min-width: 370px) {
  #mlh-trust-badge {
    position:fixed;
    top:0;
  }
}

@media (min-width: 1260px) {

}

.nav-logo {
  text-align: center;
  max-height: 10rem;
  margin: 1rem 1.6rem 0rem;
  position: relative; }
  @media (min-width: 370px) {
    .nav-logo {
      margin-bottom: auto;
      margin-top: 0;
      padding-top: 1.6rem; } }
  @media (min-width: 992px) {
    .nav-logo {
      padding-top: none; } }
  .nav-logo img {
    height: 100%;
    width: auto;
    display: inline-block; }
    @media (min-width: 370px) {
      .nav-logo img {
        width: 100%;
        max-width: 4rem; } }

.nav-items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(65px, 1fr)); }

.nav-item {
  text-align: center;
  margin-bottom: 0;
  height: 6rem;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding: 1.6rem 0; }

.section {
  max-width: 98rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
  .section:not(.splash-block) {
    margin-left: auto;
    margin-right: auto; }
  .section:not(:first-of-type) {
    margin-top: 4.8rem; }
  @media (min-width: 768px) {
    .section {
      padding-left: 2.4rem;
      padding-right: 2.4rem; } }
  .section.details-block {
    min-height: 60rem; }
    .section.details-block .container:not(.container-full) {
      width: 100%; }
  .section.profile-block {
    min-height: calc(80vh - 10rem); }
  .section.sponsors-block {
    min-height: calc(90vh - 10rem);
    justify-content: flex-start; }
  .section.info-block {
    overflow: hidden;
    min-height: calc(80vh - 10rem); }
  .section.faq-block {
    margin-top: 9.6rem; }
  .section.flex {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
    .section.flex .container:not(.container-full) {
      max-width: 98rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem; }
      @media (min-width: 576px) {
        .section.flex .container:not(.container-full) {
          margin: 0 auto; } }

.splash-block {
  min-height: calc(100vh - 10rem);
  overflow: hidden; }
  @media (min-width: 768px) {
    .splash-block {
      margin: 0 auto; } }
  .splash-block .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden; }
    @media (min-width: 576px) {
      .splash-block .container {
        display: grid; } }
    @media (min-width: 992px) {
      .splash-block .container {
        max-width: 108rem !important; } }
  .splash-block + .section {
    margin-top: 0; }

.splash-img {
  padding-left: 50%; }
  @media (min-width: 576px) {
    .splash-img {
      padding-left: initial; } }
  .splash-img img {
    width: 90vw; }
    @media (min-width: 576px) {
      .splash-img img {
        width: 100%;
        min-width: initial; } }

.splash-txt {
  order: -1; }
  .splash-txt h1 {
    margin-top: 1.6rem; }
  @media (min-width: 576px) {
    .splash-txt {
      order: initial; } }
  .splash-txt .callout {
    padding-top: 2.4rem; }

.button {
  width: 100%;
  max-width: 25rem;
  background: #68489b;
  color: white;
  padding: 1.6rem 2.4rem;
  border-radius: 5px 5px;
  text-decoration: none; }
  .button:hover, .button:active {
    background: #513878;
    text-decoration: none; }

@media (min-width: 768px) and (min-width: 576px) {
  .info-block-img {
    grid-column: span 5; } }

@media (min-width: 768px) and (min-width: 576px) {
  .info-block-txt {
    grid-column: span 7; } }

.profile-block .container {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
  @media (min-width: 576px) {
    .profile-block .container {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); } }
  .profile-block .container .profile-card {
    grid-column: auto; }
  .profile-block .container .card-img {
    border-radius: 1.5rem;
    overflow: hidden;
    margin-bottom: 1.6rem; }

.details-block {
  position: relative; }
  .details-block .detail-cards-scroll-container {
    position: relative; }
    .details-block .detail-cards-scroll-container .container {
      display: flex;
      align-items: stretch;
      justify-content: center;
      max-width: none !important;
      width: auto !important;
      position: relative; }

.detail-cards-scroll-container {
  overflow: hidden;
  padding: 4.8rem 0; }

#student-carousel.slick-slider {
  padding-left: 0;
  padding-right: 0;
}
  
.detail-card {
  transition: all 1s;
  max-width: 30rem;
  min-width: 26rem;
  margin: 1.6rem;
  background: white;
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 1rem;
  overflow: hidden;
  width: 33.3%;
  opacity: 0.2;
  position: relative; }
  @media (min-width: 430px) {
    .detail-card {
      max-width: 40rem;
    } }
  @media (min-width: 768px) {
    .detail-card {
      grid-gap: 4.8rem; } }
  .detail-card.hidden {
    opacity: 0; }
  .detail-card.active, .detail-card.slick-center {
    transform: scale(1.05);
    opacity: 1; }
  .detail-card .card-img {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    margin-bottom: 0;
    height: 24rem;
    overflow: hidden; }
  .detail-card .card-desc {
    padding: 1.6rem; }
  .detail-card .card-title p, .detail-card .card-title .splash-block h3, .splash-block .detail-card .card-title h3 {
    margin-bottom: 0.32rem; }
  .detail-card .card-content p, .detail-card .card-content .splash-block h3, .splash-block .detail-card .card-content h3 {
    font-size: 1.36rem;
    margin-bottom: 1.28rem; }
    .detail-card .card-content p:last-of-type, .detail-card .card-content .splash-block h3:last-of-type, .splash-block .detail-card .card-content h3:last-of-type {
      margin-bottom: 0; }

* {
  box-sizing: border-box; }

.accordion {
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 0.5rem; }
  .accordion .accordion-label {
    padding: 1.6rem 1.6rem;
    background: white;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 1.87rem;
    margin-bottom: 0;
    border-radius: 0.5rem;
    position: relative;
    padding-right: 6.6rem; }
    .accordion .accordion-label:after {
      content: "";
      pointer-events: none;
      display: block;
      height: 1.6rem;
      width: 1.6rem;
      border-bottom: 3px solid #ddd;
      border-right: 3px solid #ddd;
      position: absolute;
      top: 50%;
      transform: translateY(-60%) rotate(45deg);
      transition: transform 0.3s;
      right: 2.4rem;
      transition: transform 0.3s; }
  .accordion .accordion-body {
    padding: 0 1.6rem;
    border-top: 1px solid #ddd;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.3s, opacity 0.4s; }
    .accordion .accordion-body *:first-child {
      padding-top: 1.6rem; }
    .accordion .accordion-body *:last-child {
      margin-bottom: 0;
      padding-bottom: 1.6rem; }
  .accordion.open .accordion-body {
    opacity: 1;
    max-height: 500px;
    visibility: visible; }
  .accordion.open .accordion-label:after {
    transform: translateY(-30%) rotate(225deg); }
  .accordion:last-of-type {
    margin-bottom: 4.8rem; }

.apply-input {
  box-shadow: 0px 0px 40px 0px #aaa;
  border-radius: 0.5rem; }
  .apply-input-label {
    padding: 1.6rem 1.6rem 0; }
    .apply-input-label p, .apply-input-label .splash-block h3, .splash-block .apply-input-label h3 {
      font-size: 1.87rem;
      margin-bottom: 0; }
  .apply-input-field {
    padding: 1.6rem 1.6rem; }
    .apply-input-field input[type="text"] {
      font-size: 1.87rem;
      width: 100%; }
  .apply-input input[type="checkbox"] {
    display: block;
    margin: 0 auto; }

.deco-imgs {
  width: 100%; }

.deco-img {
  pointer-events: none;
  max-width: 32rem;
  max-height: 7.3rem; }
  @media (min-width: 350px) {
    .deco-img {
      max-width: initial;
      max-height: initial; } }

@media (max-width: 576px) {
  .splash-txt .deco-img {
    display: none; } }

.splash-block .deco-imgs:first-of-type .deco-img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 7rem; }
  @media (max-width: 768px) {
    .splash-block .deco-imgs:first-of-type .deco-img:nth-child(2) {
      display: none; } }

.splash-block .deco-imgs:last-of-type {
  text-align: right; }
  @media (max-width: 768px) {
    .splash-block .deco-imgs:last-of-type {
      display: none; } }

.info-block .deco-imgs:first-of-type {
  margin-bottom: 2.4rem;
  top: 0; }
  .info-block .deco-imgs:first-of-type .deco-img:nth-child(2) {
    position: absolute;
    right: 0; }
    @media (max-width: 576px) {
      .info-block .deco-imgs:first-of-type .deco-img:nth-child(2) {
        display: none; } }

.info-block .deco-imgs:last-of-type {
  margin-top: 2.4rem;
  bottom: 0; }
  .info-block .deco-imgs:last-of-type .deco-img:nth-child(1) {
    position: relative;
    left: -3rem; }
  .info-block .deco-imgs:last-of-type .deco-img:nth-child(2) {
    position: absolute;
    left: 50%; }
    @media (max-width: 576px) {
      .info-block .deco-imgs:last-of-type .deco-img:nth-child(2) {
        display: none; } }
  .info-block .deco-imgs:last-of-type .deco-img:nth-child(3) {
    position: absolute;
    right: 0;
    transform: translate(20%, -100%); }

.sponsors-block h4 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: grey;
  padding-top: 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #dfdfdf; }
  .sponsors-block h4:not(:first-of-type) {
    margin-top: 2.4rem; }

.sponsors {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center; }
  .sponsors + .sponsors {
    border-top: 1px solid #dfdfdf; }
  .sponsors img {
    max-width: 100%;
    max-height: 100%; }
    .sponsors img[src$=".svg"] {
      min-width: 8rem;
      min-height: 6rem; }
  @media (min-width: 480px) {
    .sponsors.track-sponsors, .sponsors.gold-sponsors {
      flex-wrap: nowrap; } }

.sponsor {
  display: inline-block;
  padding: 0.5rem;
  height: 6rem;
  margin: 0.8rem; }
  .track-sponsors .sponsor {
    height: 8rem; }
    .track-sponsors .sponsor.stdlib {
      max-height: 10rem; }
  .gold-sponsors .sponsor {
    height: 13rem; }
  .silver-sponsors .sponsor {
    height: 10rem;
    max-width: 18rem; }
    .silver-sponsors .sponsor.logo-rgb-en {
      width: 100%;
      max-width: 18rem; }
  .sponsor.TD-logo, .sponsor.indico, .sponsor.Rangle-logo-red-CMYK {
    padding-bottom: 2.4rem; }
  .sponsor.media-sonar, .sponsor.DD {
    padding-top: 1.6rem;
    padding-bottom: 2.4rem; }
  .bronze-sponsors .sponsor {
    height: 6rem; }
  .in-kind-sponsors .sponsor {
    height: 3rem; }
  .sponsor.johnsnow, .sponsor.DiiD-logo, .sponsor.fdm-logo-black {
    height: 8rem; }
  .sponsor.Big-Viking-Games-Logo-Vector, .sponsor.techdomains, .sponsor.magnet-f {
    height: 10rem; }

.footer {
  margin-top: 4.8rem;
  margin-bottom: 2.4rem; }
  @media (min-width: 768px) {
    .footer {
      margin-top: 14.4rem; } }

.footer-logo {
  text-align: center; }
  .footer-logo img {
    width: 4rem; }

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: baseline;
  font-weight: bold; }
  @media (min-width: 768px) {
    .footer-links {
      justify-content: space-between; } }
  .footer-links a:hover {
    color: black; }
  .footer-links > * {
    color: #555;
    font-size: 1.4rem;
    padding: 1.6rem 1.6rem 0;
    margin-bottom: 0; }
    .footer-links > *:first-child {
      padding-left: 0; }
    .footer-links > *:last-child {
      padding-right: 0; }

body {
  --input-border-color: #ddd;
  --primary-color: #68489b; }

.apply-input label {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem; }

.apply-input input:not([type="submit"]),
.apply-input textarea,
.apply-input select {
  font-family: Clan, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
  border: 0;
  border-bottom: 1px solid var(--input-border-color);
  transition: border-bottom 0.2s;
  max-width: 100%;
  width: 100%;
  padding: 0.8rem 2.4rem;
  padding-left: 0.8rem;
  border-radius: 0; }
  .apply-input input:not([type="submit"]):focus, .apply-input input:not([type="submit"]):active,
  .apply-input textarea:focus,
  .apply-input textarea:active,
  .apply-input select:focus,
  .apply-input select:active {
    border-bottom: 3px solid var(--input-border-color);
    outline: 0;
    outline-color: #ddd; }
    .apply-input input:not([type="submit"]):focus:valid, .apply-input input:not([type="submit"]):active:valid,
    .apply-input textarea:focus:valid,
    .apply-input textarea:active:valid,
    .apply-input select:focus:valid,
    .apply-input select:active:valid {
      border-bottom: 3px solid var(--primary-color); }
  .apply-input input:not([type="submit"])[required]:valid,
  .apply-input textarea[required]:valid,
  .apply-input select[required]:valid {
    border-bottom: 3px solid var(--primary-color);
    color: black; }

.apply-input select {
  appearance: none;
  -webkit-appearance: none;
  background: white; }

.apply-input input[type="date"] {
  padding-right: 0; }

.apply-input-field {
  width: 100%; }
  @media (min-width: 768px) {
    .apply-input-field {
      width: auto;
      min-width: 23rem; } }

.select-input .apply-input-field {
  position: relative;
  float: left; }
  .select-input .apply-input-field:after {
    content: "";
    pointer-events: none;
    display: block;
    height: 1rem;
    width: 1rem;
    border-bottom: 3px solid #ddd;
    border-right: 3px solid #ddd;
    position: absolute;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.3s;
    right: 0;
    bottom: 0;
    top: initial;
    border-color: var(--primary-color);
    transform: translateY(-220%) translateX(-150%) rotate(45deg); }

.date-input .apply-input-field {
  float: left; }

.checkbox-input .apply-input-field {
  display: flex;
  flex-direction: row-reverse; }
  .checkbox-input .apply-input-field label {
    flex-grow: 2; }
  .checkbox-input .apply-input-field input[type="checkbox"] {
    flex-grow: 0;
    max-width: 3rem;
    margin: 0 1.6rem; }

.submit-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.4rem; }
  @media (min-width: 576px) {
    .submit-btns {
      flex-wrap: nowrap; } }

.centered-submit-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  justify-content: center; }
  @media (min-width: 576px) {
    .centered-submit-btns {
      flex-wrap: nowrap; } }

input[type="submit"].button {
  font-size: 1.4rem;
  padding: 1.6rem 2.4rem;
  min-width: 10rem;
  color: white;
  font-weight: bold;
  float: left;
  display: inline-block;
  max-width: none;
  margin-bottom: 2.4rem; }
  @media (min-width: 576px) {
    input[type="submit"].button {
      max-width: 25rem; } }
  input[type="submit"].button.btn-secondary {
    background: #9d83c6; }
    @media (min-width: 576px) {
      input[type="submit"].button.btn-secondary {
        grid-column: span 5; } }
  @media (min-width: 576px) {
    input[type="submit"].button.btn-primary {
      grid-column: span 5; } }

.home a,
.home p,
.home .splash-block h3,
.splash-block .home h3 {
  font-weight: bold; }

.home .splash-img,
.home .info-block-img,
.home .card-img,
.home .footer-logo img,
.home .nav-logo img {
  transition: transform 0.3s; }
  .home .splash-img:hover,
  .home .info-block-img:hover,
  .home .card-img:hover,
  .home .footer-logo img:hover,
  .home .nav-logo img:hover {
    transform: scale(1.01); }

textarea {
  width: 100%; }

#school:required {
  box-shadow: none; }

.apply-block .container {
  grid-gap: 3rem; }

.loginBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50rem; }
  .loginBox input[type="email"],
  .loginBox input[type="password"] {
    width: 80%;
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 0.5rem 0 0 0.5rem;
    font-size: 1.7rem;
    padding: 0.75rem;
    border: none;
    margin-right: 0.1rem;
    min-width: 180px;
     }

.registerBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50rem; }
  .registerBox input[type="email"],
  .registerBox input[type="password"],
  .registerBox input[type="text"] {
    width: 80%;
    box-shadow: 0px 0px 20px 0px #ddd;
    border-radius: 0.5rem;
    font-size: 1.7rem;
    padding: 0.75rem;
    border: none;
    margin-right: 0.1rem; }
  .registerBox .btn {
    margin: 2rem auto;
    display: block;
    width: 20%; }
  .registerBox .btn, .loginBox .btn {
    min-width: 60px;
  }

.btn {
  width: 15%;
  box-shadow: 0px 0px 20px 0px #ddd;
  border-radius: 0.5rem;
  font-size: 1.7rem;
  color: #68489b;
  padding: 0.75rem;
  border: none;
  margin-left: 0.1rem; }

.hide {
  display: none !important; }

#loginForm,
#registerForm {
  width: 50%; }

#registerLink,
#loginLink {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1.6rem; }
  #registerLink:hover,
  #loginLink:hover {
    text-decoration: underline;
    cursor: pointer; }

.subtitle {
  color: #57535c; }

.input-wrapper {
  display: flex;
  justify-content: center;
  margin: 3rem; }

.profile-page {
  margin-top: 4.8rem;
  justify-content: flex-start; }

.main-callout-col {
  margin-bottom: 4.8rem; }
  .main-callout-col a {
    color: #68489b;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.4rem;
    background-color: white;
    border: 3px solid #68489b;
    transition: all 0.3s;
    margin-bottom: 4.8rem;
    display: block;
    max-width: 36rem;
    text-align: center; }
    .main-callout-col a:hover {
      color: white; }
  .main-callout-col h2 {
    line-height: 1.4; }

@media (min-width: 576px) and (min-width: 576px) {
  .main-callout-col {
    grid-column: span 8; } }

@media (min-width: 576px) {
  .additional-options-col {
    border-left: 3px solid #d3d3d3;
    padding-left: 2.4rem; } }
  @media (min-width: 576px) and (min-width: 576px) {
    .additional-options-col {
      grid-column: span 4; } }

.additional-options-col h3 {
  font-size: 2rem; }

.additional-options-col li {
  margin-bottom: 2.4rem; }
