:root {
  --white: #ffffff;
  --base-comp: #f5f5f0;
  --shade-dark: #262626;
  --action: #ffc500;
  --action-hover: #ffcc26;
  --radius-l: 1rem;
  --radius-xs: 0.3rem;
  --space-s: 1.5rem;
  --space-m: 2rem;
  --space-xs: 1rem;
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
  --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
  
}


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  height: 100%;
}

body {
  color:#333;
  background: #f6f5f4;
  margin: 0;
  min-height: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

* {
  box-sizing: border-box;
}


img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.location-info__main-info.main-cards__container {
  gap: .1rem;
  border-radius: var(--radius-l);
  background-color: #fff;
  flex-flow: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .2);
}

.flex-block {
  gap: 16px;
}

.location-info__links-div {
  gap: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: max(1.6rem, min(.625vw + 1.3rem, 2rem));
  padding-left: max(1.6rem, min(.625vw + 1.3rem, 2rem));
  padding-right: max(1.6rem, min(.625vw + 1.3rem, 2rem));
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-5 {
  width: 50%;
}

.bg-line {
  z-index: 1;
  background-color: var(--base-comp);
  width: 100%;
  height: 2px;
  position: absolute;
}

.location-info__campus-name_div {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: max(1.06667rem, min(.416667vw + .866667rem, 1.33333rem));
  margin-bottom: max(1.06667rem, min(.416667vw + .866667rem, 1.33333rem));
  padding-left: max(1.6rem, min(.625vw + 1.3rem, 2rem));
  padding-right: max(1.6rem, min(.625vw + 1.3rem, 2rem));
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.location-info__individual-links-div {
  z-index: 5;
  border: 2px solid var(--base-comp);
  border-radius: var(--radius-xs);
  background-color: #fff;
  color: var(--shade-dark);
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  margin-right: -1px;
  padding: .2em;
  font-size: 1.2em;
  display: flex;
  position: static;
}

.location-info__individual-links-div:hover {
  background-color: var(--shade-dark);
  color: var(--base-comp);
}

.location-info__basic-info {
  gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5em 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  display: flex;
}

.location-info__campus-name {
  text-align: center;
  justify-content: center;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.service-container {
  gap: 2px;
  border-radius: var(--radius-l);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-6 {
  gap: var(--space-xs);
  flex-flow: column;
  display: flex;
}

.main-cards__container {
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-cards__container.service-notice {
  border-radius: var(--radius-l);
  background-color: var(--white);
  padding: 1em 1em .5em;
  font-size: 1.1em;
  line-height: 1em;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .15);
}

.pill {
  z-index: 5;
  border-radius: .2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: -.8rem;
  margin-left: 1.5rem;
  padding: .2rem .8rem;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  position: absolute;
}

.pill.pill--yellow {
  background-color: var(--action);
  box-shadow: 0 0 25px -5px var(--action);
}

.pill.pill--yellow:hover {
  background-color: var(--action-hover);
}

.timetable-container {
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--radius-xs);
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .15);
}

.times_div {
  gap: 3px;
  border-radius: var(--radius-xs) var(--radius-xs) var(--radius-l) var(--radius-l);
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.service-day_title {
  padding: var(--space-s) var(--space-s) var(--space-xs);
  border-radius: var(--radius-l) var(--radius-l) var(--radius-xs) var(--radius-xs);
  background-color: var(--white);
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, .15);
}

.times {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .3rem;
  font-weight: 700;
  display: flex;
}

.service-time__start-time {
  gap: var(--space-xs);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-time__icon {
  font-size: 1rem;
}

.services-time__text {
  font-size: 1.3rem;
}

.service-extras {
  gap: .2rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.service-extras__div {
  gap: .5rem;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  display: flex;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    gap: var(--space-xs);
    padding: var(--space-m) var(--space-s);
  }
  
  .flex-items {
    min-width: 300px;
    width: fit-content;

  }

  .flex-items:nth-child(1) {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
  }
  
  .flex-items:nth-child(2) {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
  }
  
  .flex-items:nth-child(3) {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
  }

  