@charset "UTF-8";
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2");
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2");
}
/* urbanist-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/urbanist-v15-latin-regular.woff2") format("woff2");
}
/* urbanist-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/urbanist-v15-latin-600.woff2") format("woff2");
}
/* urbanist-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/urbanist-v15-latin-700.woff2") format("woff2");
}
body {
  background: #f2f2f2;
}

main {
  padding-top: 50px;
}

a {
  font-size: 1em;
}

section, .top-row, .accordion {
  margin: 0 auto 5rem;
  max-width: 1140px;
}
@media (min-width: 1200px) {
  section, .top-row, .accordion {
    margin: 0 auto 3rem;
  }
}

.year-switcher-container {
  margin: 0 auto;
  max-width: 1140px;
  text-align: left;
}

.btn.apply {
  color: #1c304a !important;
  margin-bottom: 0 !important;
  width: 100%;
}

.course-title, h2, .team-name {
  color: #1c304a;
}

.title-hero {
  height: 60vh;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.title-hero h1 {
  color: #fff;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "motiva-sans", sans-serif;
  text-align: center;
}
.title-hero .hero-content {
  z-index: 1;
}
.title-hero .title-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

h2 {
  font-size: 1.75rem;
  font-family: "motiva-sans", sans-serif;
}

h3, h4 {
  font-size: 1.15rem;
  font-family: "motiva-sans", sans-serif;
  color: #1c304a;
}

p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

p:last-of-type {
  margin-bottom: 0;
}

th {
  border-color: #1c304a !important;
  border-bottom: none !important;
}

td {
  border: none !important;
}

.year-switcher {
  background-color: #F8AD22;
  margin-bottom: 2rem;
  border-top: 10px solid #F8AD22;
}
.year-switcher .active {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.year-switcher a {
  padding: 1rem 1rem;
  display: inline-block;
}

.course-meta {
  font-family: "Open Sans", sans-serif;
}

#course-summary-panel, #side-actions {
  font-family: "Open Sans", sans-serif;
}

#course-summary-panel {
  padding: 2rem;
  background: #fff;
  border: 2px solid #1c304a;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #course-summary-panel {
    margin: 0;
  }
}

#course-summary-panel .key-info-grid div {
  display: flex;
}
@media (min-width: 992px) {
  #course-summary-panel .key-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
#course-summary-panel .key-info-grid p {
  margin: 0 0.5rem 0 0;
}
#course-summary-panel .key-info-grid p.info-datum {
  font-weight: 700;
}
#course-summary-panel p.course-title {
  font-family: "motiva-sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.15;
}

#side-actions ul {
  list-style: none;
  padding: 0;
}
#side-actions ul li {
  padding: 0.25rem 0;
}
#side-actions .action-button {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 2px;
  margin-bottom: 1.25rem;
}

.related-content-grid-item {
  background: #fff;
  padding: 2rem;
  border: 2px solid #1c304a;
  border-radius: 10px;
}

.related-title a, .team-name, .contact-name {
  font-size: 1.2rem;
  color: #1c304a;
  font-weight: 800;
}

@media (min-width: 576px) {
  .title-hero h1 {
    font-size: 3.5rem;
  }
  .related-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}
@media (min-width: 992px) {
  .title-hero h1 {
    font-size: 5rem;
  }
  .related-content-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
}
.teammember-holder {
  background: #fff;
  border: 2px solid #1c304a;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.teammember-holder p {
  margin: 0;
}
.teammember-holder p.team-name {
  margin: 0 0 0.75rem;
  font-weight: 700;
}

.accordion > details > div {
  padding-bottom: 2rem;
}
.accordion > details > summary {
  background: #F8AD22;
  padding: 1rem;
  color: #1c304a;
  font-family: "motiva-sans", sans-serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}
.accordion > details > summary:after {
  content: url("/UoB/images/arrow-right-sharp-thin.svg");
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: inherit;
  padding-left: 0.25rem;
  transition: transform 0.3s;
}
.accordion > details[open] > summary:after {
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 0.3s;
}
.accordion > details details {
  padding-left: 2rem;
}
.accordion > details details summary {
  list-style: none;
}
.accordion > details details summary h3 {
  display: inline-block;
}
.accordion > details details summary:after {
  content: "→";
  vertical-align: inherit;
  font-size: 1.5em;
  line-height: 1;
  padding-left: 0.25rem;
}
.accordion > details details[open] > summary:after {
  content: "↓";
}

.info-accordion img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#actionsholder.closed {
  display: none;
}

#applications-type2-showbuttons {
  border: none;
  font-weight: 700;
  background: transparent;
  margin: 2rem 0;
  transition: all 1s ease;
}
#applications-type2-showbuttons.inactive {
  opacity: 0;
}

img.htq-logo {
  width: unset;
  height: unset;
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.disclaimer {
  font-size: 0.9em;
  border-top: solid 1px #ddd;
  padding-top: 1.4rem;
}

.branding.brandingDesktop, .branding.brandingMobile {
  display: none !important;
}

.stv-text {
  background: #ddd;
  border-radius: 10px;
}
/*# sourceMappingURL=../../dist/css/maps/coursedetail.css.map */
