.page.field_of_study main {
  padding-top: 110px;
}
.page.field_of_study main .page-title-container {
  display: none;
}
.page.field_of_study main .fieldofstudy-card {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 4rem;
}
.page.field_of_study main .layout-SC {
  grid-template-columns: 20fr 68fr;
}
@media (max-width: 768px) {
  .page.field_of_study main .layout-SC {
    grid-template-columns: 1fr;
  }
}
.page.field_of_study main .layout-SC .leaflet-container {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page.field_of_study main .unit-sidebar .menu-sidebar-acc {
    display: none;
  }
}
.page.field_of_study main .grid-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  column-gap: 1rem;
  max-width: 940px;
  margin-bottom: 5rem;
}
.page.field_of_study main .grid-table .grid-header {
  padding: 1rem;
  font-weight: 650;
  text-align: center;
  border-bottom: 1px solid #c0c0c0;
}
.page.field_of_study main .grid-table .grid-cell {
  padding: 1rem;
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page.field_of_study main .grid-table .grid-cell span {
  display: block;
}
.page.field_of_study main .grid-table .grid-cell p {
  font-size: 1rem;
  margin-bottom: 0;
}
.page.field_of_study main .scoring-rules .contenttable {
  width: 100%;
  max-width: 940px;
  margin-bottom: 5rem;
  text-align: center;
  border-collapse: separate;
  border-spacing: 1rem 0;
  margin-left: -1rem;
}
.page.field_of_study main .scoring-rules .contenttable th, .page.field_of_study main .scoring-rules .contenttable td {
  padding: 1rem;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
  vertical-align: middle;
}
.page.field_of_study main .scoring-rules .contenttable thead th {
  font-weight: 650;
}
.page.field_of_study main .scoring-rules .contenttable tbody td {
  font-weight: 330;
  line-height: 1.5;
}
.page.field_of_study main .scoring-rules .contenttable tbody td b {
  font-weight: 650;
  margin-bottom: 0.3rem;
}
.page.field_of_study main .scoring-rules .contenttable tbody td br {
  display: block;
  content: "";
  margin-bottom: 0.4rem;
}

.list.type--FieldsOfStudy .results_container {
  border-bottom: 1px solid #c0c0c0;
}
.list.type--FieldsOfStudy .item {
  display: grid;
  grid-template-columns: 30px auto auto;
  width: 100%;
  align-items: center;
  padding: 1.25rem 0 1.25rem 0;
  border-top: 1px solid #c0c0c0;
}
.list.type--FieldsOfStudy .item .color-dot {
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.list.type--FieldsOfStudy .item .name_faculty a {
  font-weight: 650;
  text-decoration: none;
}
.list.type--FieldsOfStudy .item .name_faculty a:hover {
  text-decoration: underline;
}

.legend {
  display: flex;
  justify-content: flex-end;
  min-width: 100px;
}
.legend .study-mode-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  margin-left: 10px;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 650;
  text-transform: uppercase;
  background-color: #eeeeee;
}
.legend .study-mode-sign.real-mode-not-type {
  background-color: #040e1d;
  color: #f2f2f2;
}