@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.background-img {
  display: none;
}

/* General/Mobile Styling */
.language-index-page {
  background-color: #f6f6f6;
  padding: 0 1em;
}
.language-index-page .languages-section h3 {
  display: block;
  max-width: 60rem;
  margin: 0 auto;
}
.language-index-page .languages-section .languages {
  padding: 0 1em;
  margin: 0 -1em;
  max-width: 60rem;
  margin: 0 auto;
  background: #f6f6f6;
  border-radius: 1em;
}
.language-index-page .more-info {
  opacity: 0;
  transition: all 150ms ease-in-out;
  margin-left: 1em;
}
.language-index-page .more-info i {
  margin: 0 0.5em 0 1em;
}
.language-index-page h3 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 0.5em;
}
.language-index-page .legend {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}
.language-index-page .legend a {
  text-decoration: none;
  color: #2F4858;
  font-family: "Montserrat", sans-serif;
}
.language-index-page .legend h4 {
  font-size: 1.2em;
  padding: 2em 0 1em;
  margin: 0;
}
.language-index-page .legend__container {
  padding-bottom: 2em;
  display: block;
}
.language-index-page .legend__content {
  font-family: "Montserrat", sans-serif;
}
.language-index-page .legend__content .level {
  max-height: 2.5em;
}
.language-index-page .legend__content p {
  max-width: 300px;
  display: flex;
  align-items: center;
}
.language-index-page .legend__content a:hover .more-info {
  margin-left: 0;
  opacity: 1;
}
.language-index-page .legend #level-legend .level {
  margin-top: 0.25em;
}
.language-index-page .legend #level-legend .level .language-level {
  margin: 4px 1em 4px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 0.5em;
  font-size: 0.9em;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
.language-index-page .legend #level-legend .level .language-level p {
  text-transform: uppercase;
}
.language-index-page .legend #module-types-legend .module-label {
  padding-left: 0.5em;
}
.language-index-page .legend #module-types-legend .module-label__subtext {
  padding-left: 1em;
  color: #F5AE2B;
  font-weight: bold;
}
.language-index-page .legend #module-types-legend .module-label__symbol {
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 25px;
  color: #9b9b9b;
}
.language-index-page .legend #special-legend .legend__content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: start;
  padding-bottom: 20px;
}
.language-index-page .legend #special-legend .legend__content > div {
  padding: 20px 0;
  width: 300px;
}
.language-index-page .legend #special-legend .legend__content h5 {
  margin-top: 0;
  margin-bottom: 5px;
}
.language-index-page .legend #special-legend .legend__content .special-curri-label {
  display: inline-block;
}
.language-index-page .legend #special-legend .legend__content p {
  margin: 5px 10px 0 0;
  font-size: 0.9em;
  font-style: italic;
  font-weight: 300;
  font-family: "Merriweather", serif;
}
.language-index-page .legend .distance-types p {
  margin: 0.5em 0;
}
.language-index-page .legend .distance-types:hover .more-info, .language-index-page .legend .traject-types:hover .more-info {
  margin-left: 0;
  opacity: 1;
}
.language-index-page .languages-section .languages {
  margin: 0 auto;
  padding-bottom: 5em;
}
.language-index-page .languages-section .languages a {
  text-decoration: none;
  color: inherit;
}
.language-index-page .languages-section .languages .language-track {
  min-width: 200px;
  margin-top: 1em;
}
.language-index-page .languages-section .languages .language-track h4 {
  font-size: 1.2em;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin: 0;
}
.language-index-page .special-curri .flex-container {
  display: flex;
  margin-bottom: 0.5em;
  align-items: flex-start;
}
.language-index-page .special-curri .more-info {
  font-weight: bold;
  font-size: 13px;
}

/* Mobile Styling */
@media screen and (min-width: 480px) {
  .language-index-page {
    align-items: start;
  }
}
/* Tablet Styling */
@media screen and (min-width: 768px) {
  .language-index-page .legend__container {
    width: 50%;
  }
  .language-index-page .legend__container:last-of-type {
    width: 100%;
  }
  .language-index-page .special-curri {
    width: 50%;
  }

  .languages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 0.5em;
  }
  .languages .language-track {
    align-items: start;
  }
  .languages .language-track > div:first-of-type {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .languages a {
    text-decoration: none;
    color: inherit;
  }
}

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