@charset "UTF-8";
/* fonts */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: local("Jost Book"), local("Jost-400-Book"), url("fonts/Jost-400-Book.ttf") format("truetype"); }
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: local("Jost BookItalic"), local("Jost-400-BookItalic"), url("fonts/Jost-400-BookItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: local("Jost Bold"), local("Jost-700-Bold"), url("fonts/Jost-700-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 700;
  src: local("Jost BoldItalic"), local("Jost-700-BoldItalic"), url("fonts/Jost-700-BoldItalic.ttf") format("truetype"); }
/* colors */
/* fonts */
/* breakpoints */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  vertical-align: baseline; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  background: black;
  color: black;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  padding: 0; }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  border-bottom: 2px solid #969696;
  color: black;
  text-decoration: none; }
  a:hover {
    background-color: #bda3ce;
    border-bottom: 0;
    color: black; }

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Jost", sans-serif;
  text-align: center;
  text-transform: uppercase; }

h1 {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin: 2rem auto 0;
  max-width: 150px; }
  @media screen and (min-width: 48em) {
    h1 {
      margin: 1.5rem auto -0.3rem; } }

h2 {
  color: white;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0; }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 2.1rem; } }

h3 {
  color: black;
  font-size: 1.4rem;
  line-height: 1.25; }
  @media screen and (min-width: 48em) {
    h3 {
      font-size: 1.8rem; } }

.main-content.single h3 {
  margin: 0;
  padding: 2rem 0 0; }

h4 {
  color: black;
  font-size: 1.2rem;
  line-height: 1.25;
  margin: 0;
  padding: 1rem 0; }
  @media screen and (min-width: 48em) {
    h4 {
      font-size: 1.6rem; } }

h5 {
  font-size: 1.1rem;
  margin: 1.2rem 0 1rem; }
  @media screen and (min-width: 48em) {
    h5 {
      font-size: 1.2rem; } }

h6 {
  font-size: 1rem;
  margin: 1.2rem 0 1rem;
  text-transform: unset; }
  @media screen and (min-width: 48em) {
    h6 {
      font-size: 1.1rem; } }

p {
  font-family: "Jost", sans-serif;
  line-height: 1.8;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 23em) {
    p {
      margin: 0 4% 1rem; } }
  p strong {
    font-weight: 700; }

ul {
  line-height: 1.8;
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 1.8;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  list-style-type: decimal;
  margin: 0;
  margin-left: 3rem;
  padding: 0 0 2rem; }
  ol li {
    margin-bottom: 1rem;
    padding: 0.2rem 0 0 0.5rem;
    position: relative; }

blockquote {
  border-left: 0.7rem solid #9B9B9B;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

pre {
  background-color: #d9d9d9;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem 0.5rem; }

code {
  display: inline-block;
  font-size: 1.1rem;
  max-width: 100%;
  white-space: normal;
  word-break: break-all; }

.centered {
  margin: 0 auto; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%; }
  @media (min-width: 23em) {
    .container {
      min-width: 300px; } }
  @media screen and (min-width: 48em) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 66em) {
    .container {
      width: 800px; } }

.filled-o {
  background-image: linear-gradient(white 99%, black 1%);
  display: inline-block;
  background-position: center;
  background-size: 62% 45%;
  background-repeat: no-repeat; }

h3 p .filled-o {
  background-size: 62% 32%; }

section.accordion {
  margin-bottom: 0; }

details > summary:focus {
  outline: none; }

details > summary::-webkit-details-marker {
  display: none; }

details > summary {
  display: inline-block;
  list-style: none;
  position: relative; }

details > summary::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: linear-gradient(-135deg, black 49%, #666666 51%);
  background-repeat: no-repeat;
  background-size: 100%;
  border: solid 10px black;
  border-left-color: transparent;
  border-bottom-color: transparent;
  margin-right: 0.6rem;
  position: absolute;
  top: 2rem;
  right: 5%;
  transition: transform 0.2s;
  transform: rotate(-45deg) translate(-20%, 20%); }
  @media screen and (min-width: 48em) {
    details > summary::before {
      background-image: linear-gradient(-135deg, black 50%, #666666 50%); } }

details[open] > summary::before {
  transform: rotate(135deg) translate(-20%, 20%); }

section.accordion {
  position: relative;
  width: 100%; }

details > * {
  width: 100%; }

h3 {
  padding: 2rem 0; }

.page-wrapper {
  width: 100%; }
  @media screen and (min-width: 48em) {
    .page-wrapper {
      margin: 0 auto;
      max-width: 1024px;
      width: 95%; } }
  .page-wrapper header {
    background: #d9d9d9; }
  .page-wrapper .main-content > div.single-page {
    background-color: white;
    padding: 1rem; }
    @media screen and (min-width: 48em) {
      .page-wrapper .main-content > div.single-page {
        padding: 1rem 3rem; } }
  .page-wrapper .main-content .bg-color1 {
    background-color: #d9d9d9; }
  .page-wrapper .main-content .bg-color2 {
    background-color: black; }
  .page-wrapper .main-content .bg-color3 {
    background-color: #1e1e1e; }

.top {
  background-color: white;
  bottom: 0.5rem;
  color: black;
  position: fixed;
  right: 0;
  text-align: center; }
  .top a {
    border: 0;
    color: black;
    font-size: 0.8rem;
    text-decoration: none; }

footer {
  background: #d9d9d9;
  clear: both;
  color: black;
  display: none;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: block; } }
  footer .footer-wrapper {
    padding: 2rem 3rem; }
    footer .footer-wrapper a {
      border: 0;
      color: black; }
    footer .footer-wrapper .footer-logo a {
      background-color: transparent; }
    footer .footer-wrapper .footer-nav {
      display: grid;
      grid-column-gap: 1%;
      grid-template-columns: 50% 50%;
      margin-top: 3rem;
      width: 50%; }
      footer .footer-wrapper .footer-nav ul {
        line-height: 1;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-nav li {
        line-height: 1.25;
        list-style: none;
        margin: 0; }
      footer .footer-wrapper .footer-nav a {
        border: 0;
        color: black;
        text-decoration: none;
        text-transform: none; }
  footer .griddy {
    display: grid;
    grid-column-gap: 1%;
    grid-row-gap: 2rem;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    margin-top: 2rem;
    width: 100%; }
  footer .footer-logo {
    margin: 0;
    width: 100%; }
    footer .footer-logo a,
    footer .footer-logo a:hover {
      border: 0; }
    footer .footer-logo img {
      height: 90px; }

button,
.button {
  background-color: black;
  border: 0;
  border: 1px solid white;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin: 1rem 0;
  max-width: 200px;
  padding: 0.7rem 2.3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  button a,
  .button a {
    text-decoration: none; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    background: #bda3ce;
    border: 1px solid #969696;
    color: black; }

.bar {
  background: black;
  color: white;
  display: block;
  font-size: 12.8px;
  height: 30px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
  .bar .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0; }
  .bar a {
    border: 0; }
    .bar a:hover {
      background-color: transparent; }
  .bar img {
    margin-left: 0rem;
    padding-top: 4px;
    width: 80px; }
    @media screen and (min-width: 48em) {
      .bar img {
        margin-left: -4px; } }

.nav {
  position: relative; }

header .container {
  background-color: white;
  background-image: url(/images/ziggurat-left.png), url(images/ziggurat-right.png);
  background-position: left, right;
  background-repeat: no-repeat;
  padding-bottom: 0.5rem; }
  @media screen and (min-width: 48em) {
    header .container {
      background-image: url(/images/ziggurat-left-large.png), url(images/ziggurat-right-large.png);
      background-position: left 30px, right 30px;
      padding: 2rem; } }
  header .container h2.tagline {
    font-size: 0.9rem;
    margin: 2rem auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (min-width: 48em) {
      header .container h2.tagline {
        margin: 5rem auto 0;
        width: 65%; } }
  header .container a {
    border: 0;
    text-decoration: none; }
    header .container a img {
      margin-bottom: 2px;
      margin-top: 7px;
      width: 60px; }
      @media screen and (min-width: 48em) {
        header .container a img {
          margin-top: 0; } }

.home header h2.tagline {
  color: black; }
.home header .container {
  background-image: url(/images/ziggurat-left.png), url(images/ziggurat-right.png), linear-gradient(white, #666666);
  background-position: top left, top right, top center; }
  @media screen and (min-width: 48em) {
    .home header .container {
      background-image: url(/images/ziggurat-left-large.png), url(images/ziggurat-right-large.png), url(images/header-line.png), linear-gradient(white, #9B9B9B);
      background-position: left 30px, right 30px, center 9.5rem, top center;
      background-size: auto, auto, contain, contain; } }
.home header .institutions {
  margin: 0 1rem; }
  @media screen and (min-width: 48em) {
    .home header .institutions {
      margin: 0 auto; } }
  .home header .institutions ul {
    list-style: none;
    margin: 0;
    padding-bottom: 1rem; }
    @media screen and (min-width: 48em) {
      .home header .institutions ul {
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 0.8rem;
        justify-content: center; } }
    .home header .institutions ul li {
      display: block;
      font-size: 0.65rem;
      margin-bottom: 0;
      text-align: left;
      text-transform: uppercase;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .home header .institutions ul li {
          text-align: center;
          width: 32%;
                        /*&:nth-child(n+1) {
                            text-align: left;
                        }

                        &:nth-child(3n-1) {
                            text-align: center;
                        }

                        &:nth-child(3n) {
                            text-align: right;
                        }*/ } }
.home .join-in h3 {
  color: white;
  margin: 0 auto;
  padding: 1rem 0; }
.home .join-in .container {
  background: #d9d9d9;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (min-width: 48em) {
    .home .join-in .container {
      background: linear-gradient(black, black) no-repeat center/1px 100%, #d9d9d9; } }
  .home .join-in .container div img {
    display: block;
    padding: 2rem 0 0.5rem;
    margin: 0 auto;
    width: 200px; }
  .home .join-in .container div p {
    line-height: 1.4;
    margin: 0 2rem 3rem;
    text-align: center;
    text-transform: uppercase; }
    .home .join-in .container div p a {
      display: inline-block;
      width: 13rem; }
      .home .join-in .container div p a:hover {
        border-bottom: 2px solid black; }
  .home .join-in .container div a {
    position: relative; }
    .home .join-in .container div a:hover {
      background-color: transparent; }
  .home .join-in .container div a:hover .overlay {
    height: 201px;
    width: 201px;
    background: #bda3ce;
    left: 2.2rem;
    mix-blend-mode: multiply;
    position: absolute;
    top: 2rem;
    border: 1px solid #bda3ce;
    display: block;
    border-radius: 50%; }
@-moz-document url-prefix() {
  .home .join-in div a:hover .overlay {
    margin-top: -1rem;
    top: 0; }
  .home .join-in div:nth-child(2) a:hover .overlay {
    top: 4rem !important; } }
.home .have-questions.container {
  background-color: #1e1e1e;
  padding: 2rem 0; }
  .home .have-questions.container p {
    color: white;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 75%; }

.language-picker {
  float: left;
  margin: 3px 10px 0;
  text-align: left;
  width: 9.6rem;
  z-index: 12; }
  .language-picker ul {
    cursor: pointer;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    position: absolute; }
    .language-picker ul li {
      background-color: #969696;
      color: white;
      display: none;
      font-size: 0.9rem;
      font-weight: bold;
      line-height: 1.4;
      list-style-image: url("");
      list-style-type: none;
      margin: 3px 0 0;
      padding: 0.2rem 0 0.05rem;
      text-align: center;
      text-transform: uppercase;
      width: 10rem; }
      .language-picker ul li.current {
        background: url("/images/globe.svg") 16% 4px no-repeat, url("/images/arrow.svg") 84% 3px no-repeat;
        background-repeat: no-repeat;
        background-size: 16px, 18px;
        display: block;
        margin: 0;
        text-align: center; }
      .language-picker ul li a {
        color: white;
        text-decoration: none; }

#mobile-nav {
  background-color: black;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  @media screen and (min-width: 48em) {
    #mobile-nav {
      height: 178px;
      position: absolute; } }
  #mobile-nav ul {
    line-height: 1.4;
    list-style-type: none;
    margin: 2.5rem 0.5rem 0.5rem; }
    #mobile-nav ul li {
      line-height: 1.4;
      margin-bottom: 0.5em; }
    #mobile-nav ul li.menu-logo {
      display: none; }
  #mobile-nav a {
    border: 0;
    color: white;
    padding: 0 3px; }
    #mobile-nav a:hover {
      color: black; }
  #mobile-nav .close-menu a {
    color: white;
    text-decoration: none; }
  #mobile-nav .mobile {
    display: block; }
    @media screen and (min-width: 48em) {
      #mobile-nav .mobile {
        display: none; } }

#mobile-nav:target {
  width: 260px; }

#mobile-nav:target + .page-wrapper {
  position: relative; }
  #mobile-nav:target + .page-wrapper a.open-menu {
    display: none; }
  #mobile-nav:target + .page-wrapper .close-menu {
    display: block; }
  #mobile-nav:target + .page-wrapper .main-nav {
    position: relative; }

#mobile-nav:not(:target) + .page-wrapper {
  right: 0; }

.open-menu {
  border: 0;
  color: white;
  display: inline-block;
  float: right;
  font-family: 'Times New Roman', Times, serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 0.7;
  margin-right: 3px;
  margin-top: 5px;
  z-index: 1000; }
  .open-menu:hover {
    background-color: transparent;
    color: white;
    cursor: pointer; }

.close-menu {
  color: rgba(255, 255, 255, 0.9);
  font-size: 32px;
  position: absolute;
  right: 0;
  top: -0.5rem; }
  .close-menu a:hover {
    background-color: transparent;
    color: white; }
  .close-menu:hover {
    cursor: pointer; }

.slideshow {
  background-color: black;
  border: 1px solid white;
  color: white;
  height: 250px;
  outline: 0.5rem solid black;
  margin: 1rem auto;
  overflow: visible;
  padding: 0 0 1rem;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .slideshow {
      height: 296px;
      margin: 2rem auto;
      width: 85%; } }
  .slideshow img {
    margin: 0;
    width: 46%; }
  .slideshow [class*="slide"] {
    display: none; }
  .slideshow .slide2 img {
    margin: 1rem 0;
    width: 40%; }
  .slideshow p {
    color: white;
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.4;
    margin: 0;
    padding: 0 0.5rem;
    text-align: center; }
    @media screen and (min-width: 48em) {
      .slideshow p {
        padding: 0 3rem 1rem; } }

.arrows {
  background-image: url("/images/arrows.gif"), url("/images/arrows.gif");
  background-position: left, right;
  background-repeat: no-repeat;
  background-size: 25%; }

.main-content.students .container .page-title h2 {
  color: white;
  margin: 0;
  padding: 1rem 0; }
.main-content.students .container .todo h5 {
  margin: 0;
  padding: 0 0 1rem; }
.main-content.students .container .todo ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 1.9rem;
  width: 90%; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .todo ul {
      flex-direction: row; } }
  .main-content.students .container .todo ul li {
    font-size: 14px;
    margin-bottom: 2rem;
    text-transform: uppercase; }
    .main-content.students .container .todo ul li span {
      border: 1px solid black;
      border-radius: 3.2rem 3.2rem;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 700;
      margin-right: 0.5rem;
      padding: 0.5rem 2.3rem 0.5rem 1.4rem;
      width: 3rem; }
.main-content.students .container .numbered {
  background-color: white;
  border-radius: 0 4rem 4rem 0;
  font-size: 1.4rem;
  font-weight: 700;
  height: 5rem;
  left: 0;
  margin-top: -0.6rem;
  padding: 1.6rem 0 2rem 0.5rem;
  position: absolute;
  top: 1.3rem;
  width: 2.4rem; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .numbered {
      margin: 0; } }
.main-content.students .container .choose {
  position: relative; }
  .main-content.students .container .choose h3 {
    color: white;
    margin: 0;
    padding: 2rem 0; }
    .main-content.students .container .choose h3 p {
      font-weight: 700; }
  .main-content.students .container .choose .choices {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .main-content.students .container .choose .choices {
        flex-direction: row;
        width: 98%; } }
    .main-content.students .container .choose .choices div.choice {
      padding: 1rem;
      width: 100%; }
      @media screen and (min-width: 48em) {
        .main-content.students .container .choose .choices div.choice {
          padding: 1rem 0;
          width: 24%; } }
      .main-content.students .container .choose .choices div.choice a {
        border: 0;
        color: white;
        position: relative;
        margin: 0 auto; }
        .main-content.students .container .choose .choices div.choice a:hover {
          color: black; }
        .main-content.students .container .choose .choices div.choice a:hover .overlay, .main-content.students .container .choose .choices div.choice a:focus .overlay {
          background: #bda3ce;
          height: 286px;
          width: 286px;
          left: 1.6rem;
          mix-blend-mode: multiply;
          position: absolute;
          top: 0;
          border: 1px solid #bda3ce;
          display: block;
          border-radius: 50%; }
          @media screen and (min-width: 48em) {
            .main-content.students .container .choose .choices div.choice a:hover .overlay, .main-content.students .container .choose .choices div.choice a:focus .overlay {
              height: 176px;
              left: 0;
              width: 176px; } }
          @media screen and (min-width: 66em) {
            .main-content.students .container .choose .choices div.choice a:hover .overlay, .main-content.students .container .choose .choices div.choice a:focus .overlay {
              height: 188px;
              width: 188px; } }
      .main-content.students .container .choose .choices div.choice a img {
        display: block;
        margin: 0 auto; }
@-moz-document url-prefix() {
  .main-content.students .container .choose .choices div.choice a:hover .overlay {
    top: 1rem; } }
      .main-content.students .container .choose .choices div.choice h5,
      .main-content.students .container .choose .choices div.choice p {
        color: white;
        font-size: 1.1rem; }
      .main-content.students .container .choose .choices div.choice h5 {
        height: auto;
        margin-bottom: 0; }
        @media screen and (min-width: 48em) {
          .main-content.students .container .choose .choices div.choice h5 {
            height: 3rem;
            margin-bottom: 1rem;
            padding-top: 0.8rem; } }
      .main-content.students .container .choose .choices div.choice p {
        font-size: 0.7rem;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase; }
    .main-content.students .container .choose .choices div.choice:first-child h5 {
      padding-top: 0; }
.main-content.students .container .explainers h3 {
  color: black;
  font-size: 1.1rem;
  margin-left: 1rem;
  padding: 0;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .explainers h3 {
      font-size: 1.4rem;
      margin-left: 0;
      text-align: center; } }
.main-content.students .container .explainers details:nth-child(even) {
  background-color: #969696; }
  .main-content.students .container .explainers details:nth-child(even) > summary::before {
    background-image: linear-gradient(-135deg, black 50%, #969696 50%); }
.main-content.students .container .explainers details:nth-child(odd) {
  background-color: #CCCCCC; }
  .main-content.students .container .explainers details:nth-child(odd) > summary::before {
    background-image: linear-gradient(-135deg, black 50%, #CCCCCC 50%); }
.main-content.students .container .explainers details:nth-child(5) {
  display: none; }
.main-content.students .container .explainers details .content {
  clear: both;
  display: flex;
  flex-direction: column; }
  .main-content.students .container .explainers details .content .intro {
    align-items: center;
    background: #CCCCCC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1rem; }
    @media screen and (min-width: 48em) {
      .main-content.students .container .explainers details .content .intro {
        flex-direction: row;
        justify-content: space-around;
        padding-top: 0; } }
    .main-content.students .container .explainers details .content .intro img {
      margin: 0;
      width: 75%; }
      @media screen and (min-width: 48em) {
        .main-content.students .container .explainers details .content .intro img {
          background-color: black;
          padding: 1rem;
          width: 25%; } }
    .main-content.students .container .explainers details .content .intro p {
      background-color: transparent;
      font-size: 1.2rem;
      margin-bottom: 0;
      padding: 1rem;
      width: 90%; }
      @media screen and (min-width: 48em) {
        .main-content.students .container .explainers details .content .intro p {
          float: right;
          width: 64%; } }
  .main-content.students .container .explainers details .content .inner-content {
    background-color: #d9d9d9;
    clear: both;
    display: flex;
    flex-direction: column;
    padding: 1rem; }
    @media screen and (min-width: 48em) {
      .main-content.students .container .explainers details .content .inner-content {
        flex-direction: row; } }
  .main-content.students .container .explainers details .content li::marker {
    content: "● ";
    margin-right: 1rem; }
.main-content.students .container .ask-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
  position: relative; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .ask-header {
      padding: 0 5%; } }
  .main-content.students .container .ask-header .numbered {
    margin-top: 0;
    padding: 1.9rem 0 2rem 0.5rem; }
  .main-content.students .container .ask-header img {
    height: 60px;
    margin: 0.8rem 1rem 0 2.6rem;
    width: 60px; }
    @media screen and (min-width: 48em) {
      .main-content.students .container .ask-header img {
        height: auto;
        margin: 0.5rem 0.5rem 0 2.6rem;
        padding: 1rem;
        width: 25%; } }
  .main-content.students .container .ask-header div {
    align-content: center;
    display: grid; }
    .main-content.students .container .ask-header div h4,
    .main-content.students .container .ask-header div p {
      color: white;
      margin: 0;
      text-align: left; }
    .main-content.students .container .ask-header div h4 {
      padding: 0; }
    .main-content.students .container .ask-header div p {
      font-size: 0.7rem;
      line-height: 1.4;
      padding-top: 1rem;
      padding-right: 1rem;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .main-content.students .container .ask-header div p {
          font-size: 1rem;
          padding-right: 0;
          padding-top: 0; } }
.main-content.students .container .ask-body {
  padding: 1rem; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .ask-body {
      padding: 3rem 15%; } }
  .main-content.students .container .ask-body h5,
  .main-content.students .container .ask-body p {
    margin-top: 0;
    text-align: left; }
  .main-content.students .container .ask-body h5 {
    margin-bottom: 0.5rem; }
.main-content.students .container .letters {
  padding: 1rem 0; }
  @media screen and (min-width: 48em) {
    .main-content.students .container .letters {
      padding: 1rem 10%; } }
  .main-content.students .container .letters #tab-faculty:checked ~ .tab.faculty,
  .main-content.students .container .letters #tab-president:checked ~ .tab.president,
  .main-content.students .container .letters #tab-cto:checked ~ .tab.cto,
  .main-content.students .container .letters #tab-counsel:checked ~ .tab.counsel {
    display: block; }
  .main-content.students .container .letters input + label {
    background: #d9d9d9;
    font-size: 0.55rem;
    font-weight: 700;
    padding: 1.5rem 0.8rem 0 1rem;
    border-radius: 4rem 4rem 0 0;
    position: relative;
    line-height: 2;
    text-transform: uppercase;
    top: 0; }
    @media screen and (min-width: 48em) {
      .main-content.students .container .letters input + label {
        font-size: 0.8rem;
        padding: 1.5rem 1rem 0 1rem; } }
  .main-content.students .container .letters input:checked + label {
    background: white; }
  .main-content.students .container .letters input ~ .tab {
    background-color: white;
    padding: 1rem; }
  .main-content.students .container .letters button {
    background-color: #969696;
    border: 0;
    color: black;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin: 2rem auto 1rem;
    padding: 0.7rem 1.7rem; }
    .main-content.students .container .letters button:hover, .main-content.students .container .letters button:focus {
      background-color: #bda3ce; }
.main-content.students .container .prize {
  padding: 0 0 3rem 0;
  position: relative; }
  .main-content.students .container .prize .numbered {
    margin-top: -0.6rem;
    top: 0; }
  .main-content.students .container .prize h3 {
    color: white; }
  .main-content.students .container .prize p {
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .main-content.students .container .prize a.button {
    display: block;
    margin: 0 auto; }
.main-content.students .container input.copy {
  height: 50px;
  width: 100%;
  white-space: pre;
  word-break: break-all; }
.main-content.students .container .cmd-v {
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase; }

.main-content.administrators .container .page-title h2 {
  color: white;
  margin: 0;
  padding: 1rem 0; }
.main-content.administrators .container .should {
  padding: 1rem; }
  @media screen and (min-width: 48em) {
    .main-content.administrators .container .should {
      padding: 2rem 15%; } }
  .main-content.administrators .container .should h5,
  .main-content.administrators .container .should p {
    margin-top: 0;
    text-align: left; }
  .main-content.administrators .container .should h5 {
    margin-bottom: 0.5rem; }
  .main-content.administrators .container .should ul {
    margin: 0 0 2rem; }
  .main-content.administrators .container .should img {
    display: block;
    margin: 0 auto 1rem;
    width: 150px; }
  .main-content.administrators .container .should a.button {
    display: block;
    margin: 2.5rem auto 0; }

.faq {
  background-color: #CCCCCC; }
  .faq h3 {
    color: black;
    margin: 0;
    padding: 3rem 0;
    text-align: center; }
  .faq h5 {
    padding-top: 1rem;
    text-align: left; }
  .faq #tab-general:checked ~ .tab.general,
  .faq #tab-legal:checked ~ .tab.legal,
  .faq #tab-technical:checked ~ .tab.technical {
    display: block; }
  .faq input + label {
    font-size: 0.8rem;
    background: #d9d9d9;
    font-weight: 700;
    padding: 1rem;
    position: relative;
    text-transform: uppercase;
    top: 0; }
    @media screen and (min-width: 48em) {
      .faq input + label {
        font-size: 1rem; } }
  .faq input:checked + label {
    background: white; }
  .faq input ~ .tab {
    background-color: white;
    padding: 1rem; }
    @media screen and (min-width: 48em) {
      .faq input ~ .tab {
        padding: 1rem 2rem; } }

input {
  display: none; }

input + label {
  display: inline-block; }

input ~ .tab {
  display: none; }

body.español .button {
  font-size: 0.7rem; }
@media screen and (min-width: 48em) and (max-width: 66em) {
  body.español .main-content.students .container .todo ul li span {
    font-size: 1rem;
    padding: 0.5rem 0rem 0.5rem 1.1rem; } }
body.español .main-content.students .container .letters input + label {
  border-radius: 16rem 16rem 0 0;
  line-height: 4; }
body.español .main-content.students .container .letters button {
  font-size: 0.9rem; }

/*# sourceMappingURL=style.css.map */
