/*--- programs styles ---*/
.programs {
  /* padding-top: 160px;
  padding-bottom: 160px; */
}

.programs__scene-name {
  margin-bottom: 40px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #013274;
  opacity: 0.2;
  text-transform: uppercase;
}

.more-program-section {
  display: none;
}
.more-program-section.open-section {
  display: block;
}

.programs__scene-list {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.programs__scene-list__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.programs__scene-list__item.short-divide:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 89%;
  bottom: 0;
  right: 0;
  background: #dbdbdb;
}

.programs__scene-list__item.long-divide:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  right: 0;
  background: #dbdbdb;
}

.programs__scene-list__left {
  max-width: 11%;
  width: 100%;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #232323;
}

.programs__scene-list__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  max-width: 89%;
}

.programs__scene-list__box {
  padding-left: 24px;
  padding-right: 24px;
}

.programs__scene-list__name {
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #232323;
}

.programs__scene-list__desc {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232323;
  margin-top: 8px;
}

.programs__scene-list__block-with-img {
  position: relative;
  padding-left: 80px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.programs__scene-list__speaker-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.programs__scene-list__speaker-name {
  padding-bottom: 8px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #232323;
}

.programs__scene-list__speaker-desc {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232323;
}

.scene-list__speakers {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
}

.scene-list__speakers__icon {
  width: 14px;
  height: 16px;
  object-fit: contain;
  margin-right: 9px;
}

.scene-list__speakers__text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #232323;
}

.scene-list__moderators {
  display: flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 8px;
}

.scene-list__moderators__icon {
  width: 14px;
  height: 16px;
  object-fit: contain;
  margin-right: 9px;
}

.scene-list__moderators__text {
  font-family: OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #232323;
}

.programs__btn {
  display: block;
  margin: 40px auto 0;
  padding-left: 35px;
  padding-right: 35px;
}

.download-program {
  position: relative;
}

.download-program__button {
  position: absolute;
  background: transparent;
  border: none;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
  display: none; /*delete later*/
}

.download-program__img {
  width: 32px;
  height: 32px;
  background: #dbdbdb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.download-program__text {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232323;
  text-transform: uppercase;
}

@media all and (max-width: 992px) {
  #programs .programs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .programs__scene-list__item {
    flex-direction: column;
  }

  .programs__scene-list__left {
    max-width: 100%;
    width: 100%;
  }

  .programs__scene-list__right {
    max-width: 100%;
    width: 100%;
  }

  .programs__scene-list__box {
    padding-left: 0;
    padding-right: 0;
  }

  .programs__scene-list__item.short-divide:before {
    width: 100%;
  }

  .programs__scene-list__block-with-img {
    padding-left: 64px;
  }

  .programs__scene-list__speaker-img {
    width: 48px;
    height: 48px;
  }
}

/* TABS  */
.tab_wrapper .tabs-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  border: none;
}
.tab_wrapper .tabs-list .tabs-list a {
  text-decoration: none;
}

.tab_wrapper .tabs-list .tabs-list__title {
  position: relative;
  min-width: 245px;
  margin-bottom: 80px;
  padding: 0 24px 16px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #013274;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}

.tab_wrapper .tabs-list .tabs-list__title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  background: transparent;
}

.tab_wrapper .tabs-list .tabs-list__title.active:after {
  width: 100%;
  transition: 0.4s;
  background: #013274;
}

.tab_wrapper .content_wrapper {
  border: none;
}

.tab_wrapper .content_wrapper .tab_content {
  padding: 0;
}

.tab_wrapper {
  width: 100%;
  margin: 0;
}

@media all and (max-width: 992px) {
  .tab_wrapper .tabs-list {
    flex-direction: column;
    margin-top: 40px;
  }

  .tab_wrapper .tabs-list .tabs-list__title {
    position: relative;
    font-size: 17px;
    line-height: 1.6;
    padding: 0 42px 8px 18px;
    margin-bottom: 20px;
  }

  .tab_wrapper .tabs-list .tabs-list__title:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 3px solid #013274;
    border-bottom: 3px solid #013274;
    top: 50%;
    margin-top: -7px;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
  }

  .tab_wrapper .content_wrapper .accordian_header {
    display: none;
  }
}
