#degreeContent .dl-root .dl-degree--category__content-column .dl-accordion_item {
  background-color: #F4F6F7;
  border-radius: 8px;
}
#degreeContent .dl-root .dl-degree--category__title,
#degreeContent .dl-root .dl-degree--standalone__title,
#degreeContent .dl-root .dl-degree__specialization__title {
  font-size: 20px;
  color: #222;
  font-weight: 700;
}
#degreeContent .dl-root .dl-degree--category__licensure,
#degreeContent .dl-root .dl-degree--standalone__licensure {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
#degreeContent .dl-root .dl-degree--standalone__request-info,
#degreeContent .dl-root .dl-degree__specialization__request-info {
  position: relative;
  padding-right: 30px;
  font-weight: bold;
}
#degreeContent .dl-root .dl-degree--standalone__request-info::after,
#degreeContent .dl-root .dl-degree__specialization__request-info::after {
  content: '';
  width: 24px;
  height: 25px;
  position: absolute;
  left: 160px;
  top: -3px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1Ij48cGF0aCBmaWxsPSIjNDY2RUNDIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjQ2OTcgNi40NDY3MkMxMy43NjI2IDYuMTUzODMgMTQuMjM3NCA2LjE1MzgzIDE0LjUzMDMgNi40NDY3MkwyMC41MzAzIDEyLjQ0NjdDMjAuODIzMiAxMi43Mzk2IDIwLjgyMzIgMTMuMjE0NSAyMC41MzAzIDEzLjUwNzRMMTQuNTMwMyAxOS41MDc0QzE0LjIzNzQgMTkuODAwMyAxMy43NjI2IDE5LjgwMDMgMTMuNDY5NyAxOS41MDc0QzEzLjE3NjggMTkuMjE0NSAxMy4xNzY4IDE4LjczOTYgMTMuNDY5NyAxOC40NDY3TDE4LjE4OTMgMTMuNzI3MUg0QzMuNTg1NzkgMTMuNzI3MSAzLjI1IDEzLjM5MTMgMy4yNSAxMi45NzcxQzMuMjUgMTIuNTYyOCAzLjU4NTc5IDEyLjIyNzEgNCAxMi4yMjcxSDE4LjE4OTNMMTMuNDY5NyA3LjUwNzM4QzEzLjE3NjggNy4yMTQ0OSAxMy4xNzY4IDYuNzM5NjEgMTMuNDY5NyA2LjQ0NjcyWiI+PC9wYXRoPjwvc3ZnPg==);
}
#degreeContent .dl-root .dl-degrees-column-container {
  overflow-x: clip;
}
#degreeContent .dl-root .dl-degrees-column .dl-accordion.hidden {
  display: none;
}
#degreeContent .dl-root .dl-degrees-column .dl-accordion[data-filtered-out="true"] {
  display: none;
}
#degreeContent .dl-root .dl-accordion_content {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#degreeContent .dl-root .dl-degree--standalone__content-group,
#degreeContent .dl-root .dl-degree__specialization__content-group {
  padding-bottom: 25px;
}
#degreeContent .dl-root .dl-accordion {
  margin-bottom: 30px;
}
#degreeContent .dl-root .dl-accordion_title {
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 70px;
}
#degreeContent .dl-root .dl-accordion_item {
  border-radius: 8px;
  width: 100%;
  margin: 0 0 10px;
  background: 0 0;
  overflow: hidden;
  position: relative;
  animation-delay: .5s;
  border: 1px solid #E0E0E0;
  box-shadow: none;
}
#degreeContent .dl-root .dl-accordion_item .dl-accordion_title::after {
  content: '';
  right: 30px;
  height: 15px;
  font-size: 1.7em;
  transition: .3s all;
  position: absolute;
  width: 15px;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-right: 2px solid #626363;
  border-bottom: 2px solid #626363;
}
#degreeContent .dl-root .dl-accordion_item.active > .dl-accordion_title::after {
  margin-top: 0;
  transform: translate(0, -50%) rotate(-135deg);
}
#degreeContent .dl-root .dl-degree--category__content-column .dl-accordion_item.active > .dl-accordion_title::after {
  transform: translate(0, 50%) rotate(-135deg);
}
#degreeContent .dl-root .dl-degree--category__content-column .dl-accordion_item .dl-accordion_title::after {
  top: 45%;
}
#degreeContent .dl-root .dl-degree--category__content-column .dl-accordion_title {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 70px;
}
#degreeContent .dl-root .dl-page-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
#degreeContent .dl-root .dl-page-row__page-ind {
  width: 30px;
  height: 30px;
  margin: 10px;
  align-content: center;
  text-align: center;
  background: #E3F0FF;
  color: #063372;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}
#degreeContent .dl-root .dl-page-row__page-ind.active {
  color: white;
  background: #003C80;
}
#degreeContent .dl-root .dl-button-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
}
#degreeContent .dl-root .dl-button-row__button {
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #D4D6D7;
  border-radius: 7px;
  cursor: pointer;
  user-select: none;
}
#degreeContent .dl-root .dl-button-row__button::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: 2px solid #626363;
  border-radius: 6px;
}
#degreeContent .dl-root .dl-button-row__button.active {
  background: #0968D9;
  border: none;
  color: #fff;
}
#degreeContent .dl-root .dl-button-row__button.active::before {
  border: 2px solid #fff;
}
#degreeContent .dl-root .dl-button-row__button.active::after,
#degreeContent .dl-root .dl-licensure-row__licensureBox.active::after {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+QnV0dG9uL2NoZWNrYm94LWNoZWNrLXVuc2VsZWN0ZWQ8L3RpdGxlPgogICAgPGcgaWQ9IkRlc2t0b3AiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJTdXJ2ZXktRmxvdy0mYW1wOy1EZXNpZ24iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MjkuMDAwMDAwLCAtMTcyMy4wMDAwMDApIiBzdHJva2U9IiM1OTU5NTkiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDU5LjAwMDAwMCwgMTUxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJDYXJkLS0tUGFya2luZy0tLVllcyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjQ1LjAwMDAwMCwgMTg1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJCdXR0b24vY2hlY2tib3gtY2hlY2stdW5zZWxlY3RlZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI1LjAwMDAwMCwgMjguMDAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMi45NDgwOTAyLDkuMjM4OTExODQgQzIyLjMyMTc1NTksOC44MzI1NjMwNiAyMS40NDE4MTM5LDguOTU3NDQ1NjYgMjAuOTgzNTkwOCw5LjUxNTU3NDg1IEwxMy44NzQ4ODg2LDE4LjE5Mjk5NDYgTDExLjUwODg0MzYsMTUuNTI0MzQ5NCBDMTEuMDI2NjA0NiwxNC45ODI1NTExIDEwLjE0MjgyLDE0Ljg5MDMzMDEgOS41MzQ3Mzc3NiwxNS4zMTg3NzM1IEM4LjkyNDczNDI3LDE1Ljc0NjI1NjIgOC44MjE5NDYyOCwxNi41MzM5NzczIDkuMzAyMjYzOTksMTcuMDc0ODE1IEwxMS44Njk2NTk0NzAzNTM2OCwxOS45NzA3Mzk3NTU0NDU0MDggQzEzLjk2NDIyNzcsMjIuMzMzMzMzMyAxMy45NjQyMjc3LDIyLjMzMzMzMzMgMTUuOTU3OTIyODgzOTA1NDksMTkuODk4OTMwODk1NTU5NTM4IEwyMy4yNTU0OTM1LDEwLjk4ODIyOSBDMjMuNzEzNzE2NiwxMC40MjkxMzkxIDIzLjU3NjM0NTgsOS42NDYyMjEyNiAyMi45NDgwOTAyLDkuMjM4OTExODQiIGlkPSJJbXBvcnRlZC1MYXllcnMiIHN0cm9rZS13aWR0aD0iMC44IiBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiNGRkZGRkYiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
#degreeContent .dl-root .dl-button-row__button.active::after {
  content: '';
  position: absolute;
  left: 12px;
  top: 8px;
  width: 32px;
  height: 32px;
  transform: scale(0.64, 0.5);
}
#degreeContent .dl-root .dl-licensure-row {
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
#degreeContent .dl-root .dl-licensure-row.hidden {
  display: none;
}
#degreeContent .dl-root .dl-licensure-row__licensureBox {
  position: relative;
  margin-right: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  cursor: pointer;
}
#degreeContent .dl-root .dl-licensure-row__licensureBox::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  top: 2px;
  left: -10px;
  border: 1px solid lightgray;
  border-radius: 3px;
}
#degreeContent .dl-root .dl-licensure-row__licensureBox.active::before {
  background: #0968D9;
  width: 14px;
  height: 14px;
  border: none;
}
#degreeContent .dl-root .dl-licensure-row__licensureBox.active::after {
  content: '';
  position: absolute;
  top: -7px;
  left: -19px;
  width: 32px;
  height: 32px;
  transform: scale(0.6, 0.5);
}
@keyframes dl-page-forward-old {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-2200px);
  }
}
@keyframes dl-page-forward-new {
  from {
    transform: translate(2200px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes dl-page-backward-old {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(2200px);
  }
}
@keyframes dl-page-backward-new {
  from {
    transform: translate(-2200px);
  }
  to {
    transform: translate(0);
  }
}
#degreeContent .dl-root .dl-degrees-column.page-forward,
#degreeContent .dl-root .dl-degrees-column.page-backward {
  position: relative;
}
#degreeContent .dl-root .dl-degrees-column.page-forward .dl-old-page-container {
  position: absolute;
  animation-name: dl-page-forward-old;
  animation-duration: 0.5s;
}
#degreeContent .dl-root .dl-degrees-column.page-forward > .dl-accordion[data-new-page] {
  display: block;
  transform: translate(2200px);
  animation-name: dl-page-forward-new;
  animation-duration: 0.5s;
}
#degreeContent .dl-root .dl-degrees-column.page-backward .dl-old-page-container {
  position: absolute;
  animation-name: dl-page-backward-old;
  animation-duration: 0.5s;
}
#degreeContent .dl-root .dl-degrees-column.page-backward > .dl-accordion[data-new-page] {
  display: block;
  transform: translate(-2200px);
  animation-name: dl-page-backward-new;
  animation-duration: 0.5s;
}
