/* LESS: /cmmarketing/stylesheet/program-list.less */
.ProgramListContainer {
  max-width: 160ex;
  margin: 0 auto;
}
.ProgramListContainer > h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.8em;
}
.ProgramListContainer > .ProgramsClassesNote {
  margin-top: 1em;
  text-align: center;
  padding: 0 10em;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .ProgramListContainer > .ProgramsClassesNote {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ProgramListContainer > .SubProgramWrapper {
    display: block;
  }
}
.ProgramListContainer > .ProgramList > .ProgramName {
  align-items: center;
  margin-top: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ProgramListContainer > .ProgramList > .ProgramName > div {
  font-size: 1.8em;
  font-weight: bold;
}
.ProgramListContainer > .ProgramList > .ProgramName > div > a {
  color: inherit;
}
.ProgramListContainer > .ProgramList .ProgramImage {
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-clip: padding-box;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 0.5em;
}
.ProgramListContainer > .ProgramList .ProgramImage > div {
  width: 100%;
  padding-bottom: 20%;
  position: relative;
  opacity: 0.9999;
}
.ProgramListContainer > .ProgramList .ProgramImage > div::after {
  position: absolute;
  display: block;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ProgramListContainer > .ProgramList .ProgramImage > div > img {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ProgramListContainer > .ProgramList > .ProgramDescr {
  margin-top: 1em;
}
.ProgramListContainer > .ProgramList > .ViewProgram {
  display: inline-block;
}
.ProgramListContainer > .ProgramList > .ViewProgram > a {
  display: flex;
  align-items: center;
  color: #555;
}
.ProgramListContainer > .ProgramList > .ViewProgram > a > icon {
  font-size: 1.5em;
  color: #F4AE46;
}
.ProgramListContainer > .ProgramList > .SubProgList {
  margin-top: 1em;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row {
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item {
  flex: 1 1 1em;
  flex-basis: 1em;
  padding: 1em 0;
  border-bottom: 1px #787878 solid;
  flex-direction: row;
  -webkit-flex-direction: row;
  display: flex;
  align-items: center;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item.NoData {
  border-bottom: 0;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item > .SubProgName {
  flex: 1 1 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item > .DetailAction {
  margin-left: 1em;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item > .DetailAction > a {
  font-weight: bold;
  display: flex;
  align-items: center;
  color: inherit;
  color: #555;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item > .DetailAction > a > icon {
  font-size: 1.5em;
  color: #F4AE46;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item:first-child {
  margin-right: 1.5em;
}
.ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item:not(:first-child) {
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .ProgramListContainer > .ProgramList > .SubProgList > .Row {
    display: block;
  }
  .ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item:first-child {
    margin-right: 0;
  }
  .ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ProgramListContainer > .ProgramList > .ProgramName {
    margin-top: 1em;
  }
  .ProgramListContainer > .ProgramList > .SubProgList > .Row > .Item .SubProgName {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/*# sourceMappingURL=program-list.css.map */


