#program_page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 100px 25px 5px;
}
#program_page .svg_brand_color {
  fill: var(--blue);
  stroke: inherit;
}

.program_page_aside {
  width: 35%;
  transform: translateY(-162px);
}
.program_page_aside .register {
  border-radius: 40px;
  box-shadow: var(--box-shadow);
  padding: 76px 76px 120px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.program_page_aside .register .general_btn {
  width: 100%;
  margin-bottom: 43px;
  justify-content: space-between;
}
.program_page_aside .register .register_sections {
  position: relative;
  z-index: 131;
}
.program_page_aside .register .register_sections > section {
  padding: 26px 0;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.program_page_aside .register .register_sections > section > span:first-child {
  text-transform: uppercase;
}
.program_page_aside .register .register_sections > section > span:last-child {
  color: var(--blue);
}
.program_page_aside .register .register_sections > section:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.program_page_aside .register .bigLogo-container {
  height: 130px;
  width: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.program_page_aside .register .bigLogo-container img {
  height: 100%;
  width: 100%;
}
.program_page_aside .standards {
  margin-top: 40px;
  border-radius: 40px;
  box-shadow: var(--box-shadow);
  padding: 50px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.program_page_aside .standards .heading {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0;
  margin-bottom: 1.6em;
}
.program_page_aside .standards h4 {
  margin-bottom: 0.7em;
}
.program_page_aside .standards .quality-container-top {
  margin-bottom: 2em;
}
.program_page_aside .standards span {
  font-size: 18px;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}
.program_page_aside .reg_notes {
  flex-direction: column;
}
.program_page_aside .reg_notes * {
  font-weight: initial;
}
.program_page_aside .reg_notes span {
  margin-bottom: 20px;
  font-weight: bold;
}
.program_page_files {
  margin: 40px 0;
}
.program_page_files a {
  display: flex;
  align-items: center;
  text-decoration: none;
  min-width: 300px;
}
.program_page_files a .general_btn {
  flex-grow: 1;
}
.program_page_files .file_svg {
  height: 70px;
  width: auto;
}
.program_page_files .file_svg .dl_arrow {
  fill: var(--blue);
}
.program_page_files .general_btn {
  white-space: nowrap;
  height: fit-content;
  justify-content: flex-start;
}
.program_page_files .general_btn.--file {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.program_page_files .general_btn::after {
  display: none;
}
.program_page_content {
  width: 55%;
}
.program_page_content .presenter_img {
  height: 230px;
  width: 177px;
  margin: 0 0 20px 20px;
  object-fit: cover;
  float: right;
}
.program_page_content > .underlined_heading {
  text-align: left;
}
.program_page_content .main_sections {
  margin-bottom: 40px;
}
.program_page_content .main_sections > section {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.program_page_content .main_sections > section > *:first-child {
  height: auto;
  width: 74px;
}
.program_page_content
  .main_sections
  > section:not(:first-child):not(:last-child) {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.program_page_content .main_sections > section .content_text {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 86%;
}
.program_page_content .main_sections > section .content_text span {
  font-weight: 600;
}
.program_page_content .main_sections > section .content_text h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.program_page_content
  .main_sections
  .presented_by_container
  .content_text
  span {
  color: var(--blue);
  font-weight: normal;
}

.program_page_content
  .main_sections
  .grade_levels_container
  .content_text
  span {
  color: var(--blue);
  font-weight: normal;
}

.program-page .header_text {
  width: 50%;
}

.program_page_content .main_sections .series_container table {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 22px;
}
.program_page_content .main_sections .series_container table .table_header {
  background-color: var(--blue);
  color: white;
}
.program_page_content .main_sections .series_container table .table_header th {
  color: white;
  padding: 16px 20px;
  text-transform: uppercase;
  text-align: left;
}
.program_page_content .main_sections .series_container table tr {
  background: rgba(0, 0, 0, 0.07);
}
.program_page_content
  .main_sections
  .series_container
  table
  tr:nth-child(even) {
  background: white;
}
.program_page_content .main_sections .series_container table tr td {
  padding: 16px 20px;
}
.program_page_content .main_sections .series_container table tr .session_date {
  width: 35%;
}
.program_page_content .main_sections .series_container.--withmultiple {
  flex-direction: column;
}
.program_page_content
  .main_sections
  .series_container.--withmultiple
  .series_svg_container {
  display: flex;
}
.program_page_content .main_sections .series_container.--withmultiple svg {
  margin-bottom: 20px;
}

.program_page_content
  .main_sections
  .series_container.--withmultiple
  .content_text {
  width: 100%;
}

.svg_brand_color {
  fill: var(--orange) !important;
}

.program_page_content .main_sections .location_data {
  display: flex;
  flex-direction: column;
}
.program_page_content .main_sections .location_data span {
  font-weight: normal !important;
  color: var(--blue);
}
.program_page_content .about_content {
  margin: 20px 0;
}
.program_page_content .about_content_program {
  padding: 20px 0;
}
.program_page_content .about_content_program li {
  flex-direction: column;
}
.program_page_content .about_container .tabs {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.program_page_content .about_container .tabs button {
  border: none;
  margin: 0;
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  cursor: pointer;
  text-align: left;
}

.tabs button h3 {
  white-space: nowrap;
}
.program_page_content .about_container .tabs button:after {
  content: "";
  width: 90%;
  margin-top: 20px;
  border-bottom: 4px solid lightgrey;
  transition: 0.2s;
}
.program_page_content .about_container .tabs button.--active:after {
  border-bottom: 4px solid #f6851f;
}
.program_page_content .about_container .program_page_presenter {
  padding: 40px 0;
}
.program_page_content
  .about_container
  .program_page_presenter:not(:last-child) {
  border-bottom: 1px solid lightgrey;
}
.program_page_content .about_container .program_page_presenter h4 {
  font-weight: 600;
}
.program_page_logos {
  border-radius: 20px;
  box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.68);
  padding: 20px;
}
.program_page_logos .underlined_heading {
  text-align: left;
}
.program_page_logos ul {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.program_page_logos ul li {
  padding: 0;
  width: 70%;
  max-width: 400px;
  margin-bottom: 20px;
}
.program_page_logos ul li::before {
  display: none;
}
#agenda_acccordion .accordion-item .accordion-button {
  padding: 16px 20px;
}
#agenda_acccordion .accordion-item:hover {
  text-decoration: none !important;
}
#agenda_acccordion .accordion-body table:hover {
  text-decoration: none !important;
}
#agenda_acccordion .accordion-body {
  padding: 20px;
}
#agenda_acccordion .accordion-body table {
  width: 100%;
  display: table;
}
#agenda_acccordion .accordion-body table::before {
  display: none;
}
#agenda_acccordion .accordion-body table tr {
  background: rgba(0, 0, 0, 0.07);
}
#agenda_acccordion .accordion-body table tr td {
  padding: 16px 20px;
  vertical-align: top;
}
#agenda_acccordion .accordion-body table tr td:nth-child(2) {
  width: 45%;
}
#agenda_acccordion .accordion-body table tr td:nth-child(3) {
  width: 25%;
}
#agenda_acccordion .accordion-body table tr td:last-child {
  padding: 16px 20px 16px 0;
}
#agenda_acccordion .accordion-body table tr td .breakout_details {
  margin-top: 0px;
  overflow: hidden;
  max-height: 0;
  text-transform: none !important;
}
#agenda_acccordion .accordion-body table tr:nth-child(even) {
  background-color: white;
}
#agenda_acccordion .accordion-body table tr button {
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  color: var(--blue);
  border: none;
  text-decoration: underline;
}
#agenda_acccordion .accordion-body table tr[aria-selected] .breakout_details {
  margin-top: 20px;
  max-height: fit-content;
}

@media screen and (max-width: 1200px) {
  #program_page {
    padding: 100px 10% 50px;
    flex-direction: column;
  }
  #program_page > * {
    width: 100%;
  }
  #program_page .program_page_aside {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1000px) {
  #program_page .program_page_aside {
    transform: translateY(0);
  }
  #program_page .program_page_aside .register {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 600px) {
  .program_page_content .presenter_img {
    float: none;
    margin: 0 0 20px;
  }
  #agenda_acccordion table tr td {
    padding: 10px !important;
  }
  #program_page .main_sections > section {
    flex-direction: column;
  }
  #program_page .main_sections > section > .content_text {
    margin-top: 20px;
    width: 100%;
  }
}
