/* Site skin code, made by TUSD employees */

/* Adjusts spacing on common elements to be more cohesive */
h2 {
  margin-bottom: 1rem;
}
.ccms-contentelement-Editor {
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 2rem;
}

.catapultTitle h3 .title {
  padding: 0;
}

/* Adjusts layout styling of tab elements */
.responsive-tabs__list {
  margin-block-start: 1rem;
}

/* Adjusts typography and branding of tab elements */
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
  background: #233c36;
  color: rgb(255, 255, 255);
}
