.accordion .accordion__content {
  /*  font-family: var(--as-font-serif); */
  padding: 0 35px 20px;
}
.accordion .accordion__button {
  width: 100%;
  text-align: left;
  color: var(--gray);
  border: none;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-family: var(--as-font-sans-serif);
  font-weight: 400;
  line-height: 1.4;
  padding: 20px;
  margin: 0;
  background: var(--as-color-light-gray);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}
.accordion .accordion__button:hover {
  background: #e1e1e1;
}
.accordion .accordion__button .icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--as-color-red);
  border-radius: 50%;
  color: currentColor;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  -webkit-transform: rotate(-180deg) translate(0, -0.1em);
          transform: rotate(-180deg) translate(0, -0.1em);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: transform, background-color;
  transition-property: transform, background-color, -webkit-transform;
  width: 24px;
  z-index: 100000000000000000;
  position: relative;
  display: block;
  fill: currentColor;
  margin-left: 35px;
}
.accordion .accordion__button .icon::before {
  background: var(--as-color-light-gray);
  content: "";
  height: 4px;
  left: calc(50% - 7px);
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 14px;
  z-index: 2;
}
.accordion .accordion__button .icon::after {
  background: var(--as-color-light-gray);
  content: "";
  height: 4px;
  left: calc(50% - 7px);
  position: absolute;
  top: calc(50% - 2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 14px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
.accordion .accordion__button[aria-expanded=true] .icon,
.accordion .accordion__button[aria-expanded=true] svg {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.accordion .accordion__button[aria-expanded=true] .icon::after,
.accordion .accordion__button[aria-expanded=true] svg::after {
  z-index: 1;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}

.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .accordion .accordion__button {
    font-size: 24px;
    padding: 20px 35px;
  }
}
.field--name-field-publication-degrees .accordion__button:focus {
  background: unset;
  color: unset;
}
.field--name-field-publication-degrees .accordion__heading {
  background: unset;
  color: unset;
}

#degrees {
  position: relative;
  margin-bottom: 0;
}
#degrees h3 {
  margin-bottom: 0;
}
#degrees .dept-module-header {
  padding: 3rem 0;
  text-align: center;
}
#degrees .degrees__list {
  margin: 0 auto;
  max-width: 982px;
  padding: 3rem 0 5rem;
  position: relative;
  width: 85%;
  z-index: 1;
}
#degrees .degrees__sublist {
  margin-bottom: 3rem;
}
#degrees .degrees__sublist li {
  font-family: var(--as-font-sans-serif);
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
  text-transform: uppercase;
}
#degrees .degrees__sublist h4 {
  font-family: var(--as-font-sans-serif);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#degrees em {
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}
#degrees button.accordion__button {
  padding: 0.5rem 0;
}
#degrees .accordion__button {
  background: unset;
  display: unset;
}
#degrees .accordion__button .degrees__list-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}
@media (min-width: 1030px) {
  #degrees .dept-module-headline {
    font-size: 18px;
  }
  #degrees .degrees__sublist ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.degrees.gray {
  background: #333;
  color: #fff;
}
.degrees.gray h3,
.degrees.gray .dept-module-headline,
.degrees.gray h2 {
  color: #fff;
}
.degrees.gray .field.field--name-field-degrees {
  border-bottom: 1px solid #fff;
}
.degrees.gray .accordion__button {
  border-top: 1px solid #fff;
}
.degrees.gray .accordion__button .dept-module-title,
.degrees.gray .accordion__button .dept-module-headline {
  color: #fff;
}
.degrees.gray .accordion__button .icon {
  background: #fff;
}
.degrees.gray .accordion__button .icon::after, .degrees.gray .accordion__button .icon::before {
  background: #333;
}
.degrees.gray .accordion__button .degrees__sublist li {
  color: #fff;
}

.degrees.blue {
  background: #016085;
  color: #fff;
}
.degrees.blue h3,
.degrees.blue .dept-module-headline,
.degrees.blue h2 {
  color: #fff;
}
.degrees.blue .field.field--name-field-degrees {
  border-bottom: 1px solid #fff;
}
.degrees.blue .accordion__button {
  border-top: 1px solid #fff;
}
.degrees.blue .accordion__button .dept-module-title,
.degrees.blue .accordion__button .dept-module-headline {
  color: #fff;
}
.degrees.blue .accordion__button .icon {
  background: #fff;
}
.degrees.blue .accordion__button .icon::after, .degrees.blue .accordion__button .icon::before {
  background: #016085;
}
.degrees.blue .accordion__button .degrees__sublist li {
  color: #fff;
}

.degrees.red {
  background: #a51516;
  color: #fff;
}
.degrees.red h3,
.degrees.red .dept-module-headline,
.degrees.red h2 {
  color: #fff;
}
.degrees.red .field.field--name-field-degrees {
  border-bottom: 1px solid #fff;
}
.degrees.red .accordion__button {
  border-top: 1px solid #fff;
}
.degrees.red .accordion__button .dept-module-title,
.degrees.red .accordion__button .dept-module-headline {
  color: #fff;
}
.degrees.red .accordion__button .icon {
  background: #fff;
}
.degrees.red .accordion__button .icon::after, .degrees.red .accordion__button .icon::before {
  background: #a51516;
}
.degrees.red .accordion__button .degrees__sublist li {
  color: #fff;
}

.degrees.yellow {
  background: #f9be16;
  color: #000;
}
.degrees.yellow h3,
.degrees.yellow .dept-module-headline,
.degrees.yellow h2 {
  color: #000;
}
.degrees.yellow .field.field--name-field-degrees {
  border-bottom: 1px solid #000;
}
.degrees.yellow .accordion__button {
  border-top: 1px solid #000;
}
.degrees.yellow .accordion__button .dept-module-title,
.degrees.yellow .accordion__button .dept-module-headline {
  color: #000;
}
.degrees.yellow .accordion__button .icon {
  background: #000;
}
.degrees.yellow .accordion__button .icon::after, .degrees.yellow .accordion__button .icon::before {
  background: #f9be16;
}
.degrees.yellow .accordion__button .degrees__sublist li {
  color: #000;
}

.degrees.green {
  background: #027360;
  color: #fff;
}
.degrees.green h3,
.degrees.green .dept-module-headline,
.degrees.green h2 {
  color: #fff;
}
.degrees.green .field.field--name-field-degrees {
  border-bottom: 1px solid #fff;
}
.degrees.green .accordion__button {
  border-top: 1px solid #fff;
}
.degrees.green .accordion__button .dept-module-title,
.degrees.green .accordion__button .dept-module-headline {
  color: #fff;
}
.degrees.green .accordion__button .icon {
  background: #fff;
}
.degrees.green .accordion__button .icon::after, .degrees.green .accordion__button .icon::before {
  background: #027360;
}
.degrees.green .accordion__button .degrees__sublist li {
  color: #fff;
}

.node--type-faq aside.column.red.faq-anchor-links .inner {
  max-width: 300px !important;
}
.node--type-faq .faq-jump-to {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  font-family: var(--as-font-serif);
  margin-bottom: 1em;
}
.node--type-faq li .paragraph.paragraph--type--faq-section.paragraph--view-mode--token h2 {
  font-family: var(--as-font-sans-serif);
  font-weight: 600;
  font-size: 22px !important;
}
.node--type-faq .faq-list article h2 {
  padding-left: 20px;
}
.node--type-faq .faq-list .accordion__button .icon::after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 2px);
  width: 14px;
  height: 4px;
  background: var(--as-color-light-gray);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.node--type-faq .faq-list .accordion__button .icon::before {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 2px);
  width: 14px;
  height: 4px;
  background: var(--as-color-light-gray);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 2;
}
.node--type-faq .faq-list .intro-text {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .node--type-faq .faq-list .accordion__content {
    padding: 0 35px 20px;
  }
  .node--type-faq .faq-list article h2 {
    padding-left: 24px;
  }
  .node--type-faq .faq-list .intro-text {
    padding: 0 35px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1030px) {
  .node--type-faq aside.column.red.faq-anchor-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .node--type-faq aside {
    width: 516px;
  }
}

.faq-group .icon {
  background: var(--as-color-red) !important;
}

.faq-group-token h2 {
  /* font-family: "Source Sans Pro", sans-serif; */
  font-family: var(--as-font-sans-serif);
  font-weight: 600;
  font-size: 16px !important;
}
.faq-group-token h2:hover {
  color: color-mix(in srgb, var(--as-color-white) 80%, var(--as-color-black)) !important;
}

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