html, body {
  margin: 0;
  background-color: #f7f7f7;
}

* {
  font-family: "Open Sans Hebrew", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  border: 0;
  color: inherit;
  text-decoration: none;
}

img {
  border: 0 !important;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#masthead {
  background-color: #fff;
}

#masthead .container {
  padding: 52px 28px;
}

@media (max-width: 1060px) {
  #masthead .container {
    padding: 10px 20px;
  }
}

#masthead .container .page-branding {
  width: 100%;
  max-width: 210px;
  display: block;
}

@media (max-width: 1060px) {
  #masthead .container .page-branding {
    max-width: 90px;
  }
}

#masthead .container .page-branding img {
  width: 100%;
}

#masthead .container .page-branding img.mobile-logo {
  display: none;
}

@media (max-width: 1060px) {
  #masthead .container .page-branding img.mobile-logo {
    display: block;
  }
  #masthead .container .page-branding img.desktop-logo {
    display: none;
  }
}

#masthead .container .masthead-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 22px;
  left: 0;
}

@media (max-width: 1060px) {
  #masthead .container .masthead-actions ul {
    left: 10px;
    bottom: 7px;
  }
}

#masthead .container .masthead-actions ul li:first-of-type {
  margin-left: 45px;
}

@media (max-width: 1060px) {
  #masthead .container .masthead-actions ul li:first-of-type {
    margin-left: 0;
  }
}

#masthead .container .masthead-actions ul li a {
  font-size: 18px;
  color: #232323;
}

@media (max-width: 1060px) {
  #masthead .container .masthead-actions ul li a {
    font-size: 16px;
  }
}

#masthead .container .masthead-actions ul li a:before {
  content: '';
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}

#masthead .container .masthead-actions ul li a.save:before {
  width: 17px;
  height: 17px;
  background: url(../img/save-button.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 1060px) {
  #masthead .container .masthead-actions ul li a.save:before {
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 1060px) {
  #masthead .container .masthead-actions ul li a.print {
    display: none;
  }
}

#masthead .container .masthead-actions ul li a.print:before {
  width: 20px;
  height: 21px;
  background: url(../img/print-button.svg) center center no-repeat;
  background-size: contain;
}

#site-main .main-course-hero {
  background: url(../img/hero.jpg) center center no-repeat;
  background-size: cover;
}

#site-main .main-course-hero .container {
  padding: 32px 64px 214px;
}

@media (max-width: 1060px) {
  #site-main .main-course-hero .container {
    padding: 40px 22px 212px;
  }
}

#site-main .main-course-hero .container .back {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}

#site-main .main-course-hero .container .back:before {
  content: '';
  width: 7px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  background: url(../img/hero-back.svg) center center no-repeat;
  background-size: contain;
}

#site-main .main-course-hero--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#site-main .main-course-hero--inner h1 {
  margin: 8px 0 0;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 82px;
}

@media (max-width: 1060px) {
  #site-main .main-course-hero--inner h1 {
    font-size: 34px;
    line-height: 46px;
  }
}

#site-main .main-course-hero--inner .language-switcher {
  padding-right: 64px;
}

@media (max-width: 1060px) {
  #site-main .main-course-hero--inner .language-switcher {
    padding-right: 0;
    margin-right: auto;
  }
}

#site-main .main-course-hero--inner .language-switcher ul {
  margin: 0;
  padding: 0 0 16px;
  list-style-type: none;
}

@media (max-width: 1200px) {
  #site-main .main-course-hero--inner .language-switcher ul {
    padding: 0 0 6px;
  }
}

#site-main .main-course-hero--inner .language-switcher ul li {
  display: inline-block;
  margin: 0 1px;
}

#site-main .main-course-hero--inner .language-switcher ul li a {
  display: block;
  min-width: 70px;
  padding: 4px 8px;
  font-size: 15px;
  font-weight: 700;
  color: #07a6e4;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #fff;
  background-color: #fff;
}

#site-main .main-course-hero--inner .language-switcher ul li a.current {
  color: #fff;
  background-color: transparent;
}

#site-main .main-course-data {
  margin-top: -175px;
}

@media (max-width: 1060px) {
  #site-main .main-course-data {
    padding: 0 20px;
  }
}

#site-main .main-course-contents .container {
  padding: 48px 30px;
}

@media (max-width: 1060px) {
  #site-main .main-course-contents .container {
    padding: 42px 20px 42px 42px;
  }
}

#site-main .main-course-contents .container h2 {
  margin: 0 0 40px;
  font-size: 22px;
  line-height: 19px;
  color: #07a6e4;
}

@media (max-width: 1060px) {
  #site-main .main-course-contents .container h2 {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 27px;
  }
}

#site-main .main-course-contents .container p {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 1060px) {
  #site-main .main-course-contents .container p {
    font-size: 18px;
    line-height: 26px;
  }
}

#site-main .main-course-contents .container .full-syllabus {
  display: inline-block;
  margin-top: 6px;
  color: #07a6e4;
}

@media (max-width: 1060px) {
  #site-main .main-course-contents .container .full-syllabus {
    max-width: 240px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}

#site-main .main-course-contents .container .full-syllabus:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 18px;
  background: url(../img/arrow-left.svg) center center no-repeat;
  background-size: contain;
}

#site-main .main-course-requirements {
  padding-bottom: 106px;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container {
    padding: 0 20px;
  }
}

#site-main .main-course-requirements .container .data-table-cell {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 370px;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell {
    padding: 26px 4px;
    min-height: 0;
  }
}

#site-main .main-course-requirements .container .data-table-cell.is-partial {
  border-bottom: none;
}

#site-main .main-course-requirements .container .data-table-cell.is-partial:after {
  content: inherit;
  display: none;
}

#site-main .main-course-requirements .container .data-table-cell.is-partial + .data-table-cell {
  display: none;
}

#site-main .main-course-requirements .container .data-table-cell:first-of-type {
  width: 100%;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell:first-of-type .data-table-cell-label:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 8px;
    background-color: #07a6e4;
  }
}

#site-main .main-course-requirements .container .data-table-cell:last-of-type {
  min-width: 460px;
  padding-right: 54px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell:last-of-type {
    min-width: 0;
    padding-right: 0;
    padding-top: 46px;
  }
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell p {
    font-size: 17px;
  }
}

#site-main .main-course-requirements .container .data-table-cell p:not(:first-of-type):not(:last-of-type) {
  margin: 28px 0;
}

#site-main .main-course-requirements .container .data-table-cell p:not(.disclaimer) {
  white-space: nowrap;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell p:not(.disclaimer) {
    white-space: normal;
  }
}

#site-main .main-course-requirements .container .data-table-cell p.disclaimer {
  display: inline-block;
  padding-top: 22px;
  margin-top: auto;
  font-size: 15px;
  line-height: 25px;
  color: #07a6e4;
  border-top: 1px solid #d7d7d7;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell p.disclaimer {
    position: relative;
    font-size: 17px;
    line-height: 25px;
    margin-top: 55px;
    padding-bottom: 20px;
    border-top: none;
  }
  #site-main .main-course-requirements .container .data-table-cell p.disclaimer:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 32px;
    background-color: #07a6e4;
  }
}

#site-main .main-course-requirements .container .data-table-cell p span {
  font-weight: 400;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell p span {
    line-height: 27px;
  }
}

#site-main .main-course-requirements .container .data-table-cell p span strong {
  margin-left: 5px;
}

#site-main .main-course-requirements .container .data-table-cell-label {
  position: relative;
  font-size: 16px;
}

@media (max-width: 1060px) {
  #site-main .main-course-requirements .container .data-table-cell-label {
    margin-bottom: 14px;
    font-size: 17px;
  }
}

.data-table {
  padding: 7px 40px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 1060px) {
  .data-table:not(.has-error):not(.all-proff) {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.data-table.has-error {
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.data-table.has-error strong {
  display: block;
  padding: 0 35px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #ff092b;
  line-height: 29px;
  background: url(../img/has-error.png) center right no-repeat;
  background-size: 26px;
}

.data-table.all-proff {
  padding: 90px 42px 80px;
  margin-bottom: 80px;
}

@media (max-width: 1060px) {
  .data-table.all-proff {
    margin: 0 -20px 40px;
    padding: 40px 0 0;
  }
}

.data-table.all-proff h2 {
  margin-bottom: 60px;
  font-size: 26px;
  line-height: 19px;
  color: #07a6e4;
}

@media (max-width: 1060px) {
  .data-table.all-proff h2 {
    padding: 0 20px;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 26px;
  }
}

.data-table.all-proff .all-proff-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row {
    padding: 0;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .data-table.all-proff .all-proff-row:last-of-type {
    border-bottom: 0;
  }
}

.data-table.all-proff .all-proff-row--head {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 18px;
  cursor: pointer;
  background: url(../img/toggle-all.png) center left 18px no-repeat, #fff;
  background-size: initial;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--head {
    background: url(../img/toggle-down.png) center left 18px no-repeat, #fff;
    background-size: initial;
  }
}

.data-table.all-proff .all-proff-row--head:hover, .data-table.all-proff .all-proff-row--head.is-active {
  background: url(../img/toggle-all.png) center left 18px no-repeat, #fafafa;
  background-size: initial;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--head:hover, .data-table.all-proff .all-proff-row--head.is-active {
    background: url(../img/toggle-up.png) center left 18px no-repeat, #fff;
    background-size: initial;
  }
}

.data-table.all-proff .all-proff-row--head:hover span, .data-table.all-proff .all-proff-row--head.is-active span {
  color: #5d5d5d;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--head {
    padding: 25px 20px;
  }
}

.data-table.all-proff .all-proff-row--head span {
  position: relative;
  font-size: 16px;
  line-height: 25px;
}

.data-table.all-proff .all-proff-row--head span:first-of-type {
  padding-left: 10px;
  margin-left: 10px;
}

.data-table.all-proff .all-proff-row--head span:first-of-type:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #d7d7d7;
}

.data-table.all-proff .all-proff-row--body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--body {
    background-color: #fafafa;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--body .data-table-cell {
    padding: 20px;
    border-bottom: 0;
  }
}

.data-table.all-proff .all-proff-row--body .data-table-cell:after {
  display: none;
  content: inherit;
}

.data-table.all-proff .all-proff-row--body .data-table-cell:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) {
    width: 100%;
  }
}

.data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) small {
  width: 100%;
}

.data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) span {
  margin-left: 32px;
}

@media (max-width: 1060px) {
  .data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) span {
    width: 100%;
    font-size: 17px;
  }
}

.data-table.all-proff .all-proff-row--body .data-table-cell span:not(:last-of-type) {
  margin-bottom: 8px;
}

.data-table-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (max-width: 1200px) {
  .data-table-row {
    width: auto;
  }
}

@media (max-width: 1060px) {
  .data-table-row {
    display: block;
    padding: 0 20px;
    margin-bottom: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

.data-table-row:not(:nth-of-type(-n + 2)):not(.contact-hidden) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.data-table-row:not(:nth-of-type(-n + 2)):not(.contact-hidden) .data-table-cell:after {
  display: none;
  content: inherit;
}

.data-table-row:not(:last-of-type) {
  border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 1060px) {
  .data-table-row:not(:last-of-type) {
    border-bottom: none;
  }
}

.data-table-row.course-name-number .data-table-cell:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.data-table-row.course-proff-names {
  position: relative;
  padding-bottom: 32px;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names {
    padding-bottom: 6px;
  }
}

.data-table-row.course-proff-names .data-table-cell {
  min-width: 182px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .data-table-cell {
    padding-left: 0;
    padding-right: 0;
  }
}

.data-table-row.course-proff-names .data-table-cell:first-of-type {
  min-width: 340px;
  padding-right: 0;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .data-table-cell:first-of-type {
    min-width: 0;
  }
}

.data-table-row.course-proff-names .data-table-cell:last-of-type {
  padding-left: 0;
  width: 100%;
}

.data-table-row.course-proff-names .data-table-cell:not(:first-of-type) span {
  white-space: nowrap;
  margin-bottom: 24px;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .data-table-cell:not(:first-of-type) span {
    white-space: normal;
  }
}

.data-table-row.course-proff-names .data-table-cell:not(:first-of-type):not(:last-of-type) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .data-table-cell.drawer-open {
    border-bottom: none;
  }
}

.data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:before, .data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:after {
  content: '';
  display: block;
  position: absolute;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:before, .data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:after {
    content: inherit;
    display: none;
  }
}

.data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:before {
  top: calc(100% + 13px);
  right: 20px;
  border-width: 9px 9px 11px;
  border-style: solid;
  border-color: transparent transparent #d7d7d7;
}

.data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:after {
  top: calc(100% + 14px);
  right: 19px;
  border-width: 10px 10px 12px;
  border-style: solid;
  border-color: transparent transparent #fff;
}

.data-table-row.course-proff-names .course-proff-names-all {
  position: absolute;
  bottom: -14px;
  font-size: 14px;
  text-decoration: underline;
}

@media (max-width: 1060px) {
  .data-table-row.course-proff-names .course-proff-names-all {
    position: relative;
    bottom: 0;
    font-size: 15px;
    margin-top: 30px;
  }
}

.data-table-row.course-time-location {
  border-bottom: none;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.data-table-row.course-time-location .data-table-cell {
  min-height: 114px;
}

.data-table-row.course-time-location .data-table-cell:first-of-type {
  min-width: 100px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(2) {
  min-width: 160px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(3) {
  min-width: 50px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(4) {
  min-width: 110px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(5) {
  min-width: 70px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(6) {
  min-width: 138px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(7) {
  min-width: 150px;
}

.data-table-row.course-time-location .data-table-cell:nth-of-type(8) {
  min-width: 100px;
  max-width: 100px;
}

.data-table-row.course-time-location .data-table-cell:nth-last-of-type(2) {
  max-width: 100px;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location .data-table-cell {
    min-height: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .data-table-row.course-time-location .data-table-cell:nth-of-type(even) {
    padding-left: 0 !important;
    width: 55% !important;
  }
  .data-table-row.course-time-location .data-table-cell:nth-of-type(odd) {
    width: 45% !important;
    padding-right: 0 !important;
  }
  .data-table-row.course-time-location .data-table-cell:nth-of-type(odd):not(:last-of-type):after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 18px;
    bottom: 18px;
    left: 0;
    background-color: #d7d7d7;
  }
}

@media (max-width: 1060px) and (max-width: 1060px) {
  .data-table-row.course-time-location .data-table-cell:nth-of-type(odd):not(:last-of-type):after {
    display: none;
    content: inherit;
  }
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location .data-table-cell:first-of-type, .data-table-row.course-time-location .data-table-cell:nth-of-type(2) {
    padding-top: 24px;
  }
  .data-table-row.course-time-location .data-table-cell:last-of-type {
    padding-bottom: 24px;
  }
}

.data-table-row.course-time-location .data-table-cell:first-of-type {
  padding-right: 0;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location .data-table-cell:first-of-type, .data-table-row.course-time-location .data-table-cell:nth-of-type(2) {
    display: none;
  }
}

.data-table-row.course-time-location + .course-time-location .data-table-cell {
  padding-top: 0;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location + .course-time-location .data-table-cell {
    padding-top: 20px;
  }
}

.data-table-row.course-time-location + .course-time-location .data-table-cell-label {
  opacity: 0;
  visibility: hidden;
  line-height: 0;
  margin: 0;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location + .course-time-location .data-table-cell-label {
    opacity: 1;
    visibility: visible;
    line-height: inherit;
    margin: 0 0 6px;
  }
}

.data-table-row.course-time-location.has-dates .data-table-cell {
  padding-left: 18px;
  padding-right: 18px;
}

.data-table-row.course-time-location.has-dates .data-table-cell:first-of-type {
  padding-right: 0;
}

.data-table-row.course-time-location.has-dates .data-table-cell:last-of-type {
  padding-left: 24px;
}

.data-table-row.course-time-location.has-dates .data-table-cell:nth-of-type(4) {
  width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location.has-dates .data-table-cell:nth-of-type(4) {
    max-width: 100%;
  }
}

.data-table-row.course-time-location.has-dates .data-table-cell:nth-of-type(4) span {
  direction: ltr;
  max-width: 110px;
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location.has-dates .data-table-cell:nth-of-type(4) span {
    direction: rtl;
    max-width: 100%;
  }
}

@media (max-width: 1060px) {
  .data-table-row.course-time-location.has-dates .data-table-cell:last-of-type, .data-table-row.course-time-location.has-dates .data-table-cell:nth-last-of-type(2) {
    border-bottom: none;
  }
}

.data-table-row.contact-hidden {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.data-table-row.contact-hidden:not(.is-active):not(.morph-contact-cell) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.data-table-row.contact-hidden.morph-contact-cell {
  margin: 0 -20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f2f2f2;
}

.data-table-row.contact-hidden .data-table-cell:first-of-type {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.data-table-row.contact-hidden .data-table-cell:not(:first-of-type) {
  width: auto;
  display: grid;
  grid-template-areas: 'header header' 'main main';
}

@media (max-width: 1060px) {
  .data-table-row.contact-hidden .data-table-cell:not(:first-of-type) {
    display: block;
  }
}

.data-table-row.contact-hidden .data-table-cell:not(:first-of-type) .data-table-cell-label {
  width: 100%;
  grid-area: header;
}

.data-table-row.contact-hidden .data-table-cell:not(:first-of-type) span:not(.data-table-cell-label) {
  padding: 0 0 0 32px;
}

@media (max-width: 1060px) {
  .data-table-row.contact-hidden .data-table-cell:not(:last-of-type) {
    border-color: #07a6e4;
  }
}

.data-table-row.contact-hidden .data-table-cell span:not(:last-of-type) {
  margin-bottom: 8px;
}

.data-table-row.contact-hidden + .course-time-location .data-table-cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.data-table-row.contact-hidden + .course-time-location .data-table-cell-label {
  opacity: 1;
  visibility: visible;
  line-height: inherit;
  margin: 0 0 10px;
}

@media (max-width: 1060px) {
  .data-table-row.contact-hidden + .course-time-location .data-table-cell-label {
    margin-bottom: 6px;
  }
}

.data-table-row.contact-hidden + .course-time-location .data-table-cell:first-of-type, .data-table-row.contact-hidden + .course-time-location .data-table-cell:nth-of-type(2) {
  display: block;
}

.data-table-row.course-comments {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #d7d7d7;
}

@media (max-width: 1060px) {
  .data-table-row.course-comments {
    margin-top: -18px;
    padding: 0 20px;
    border-top: none;
  }
}

.data-table-row.course-comments span {
  position: relative;
  display: block;
  padding-right: 14px;
  font-size: 18px;
  line-height: 20px;
  color: #5d5d5d;
}

@media (max-width: 1060px) {
  .data-table-row.course-comments span {
    padding: 20px 14px 20px 0;
    font-size: 16px;
    line-height: 18px;
    border-top: 1px solid #d7d7d7;
  }
}

.data-table-row.course-comments span:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 8px;
  background-color: #5d5d5d;
}

@media (max-width: 1060px) {
  .data-table-row.course-comments span:before {
    width: 5px;
    height: 5px;
    top: 27px;
  }
}

.data-table-cell {
  position: relative;
  padding: 20px 32px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1060px) {
  .data-table-cell {
    padding: 15px 0;
  }
}

.data-table-cell:first-of-type {
  padding-right: 0;
}

.data-table-cell:last-of-type {
  padding-left: 0;
}

@media (max-width: 1060px) {
  .data-table-cell:not(:last-of-type) {
    border-bottom: 1px solid #d7d7d7;
  }
}

.data-table-cell:not(:last-of-type):after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  background-color: #d7d7d7;
}

@media (max-width: 1060px) {
  .data-table-cell:not(:last-of-type):after {
    content: inherit;
    display: none;
  }
}

.data-table-cell-label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #07a6e4;
  white-space: nowrap;
}

@media (max-width: 1060px) {
  .data-table-cell-label {
    margin-bottom: 6px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .data-table-cell-label {
    white-space: normal;
  }
}

.data-table-cell span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 1060px) {
  .data-table-cell span {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 480px) {
  .data-table-cell span {
    margin-top: auto;
  }
}

.data-table-cell h2 {
  margin: 0;
  font-size: 24px;
  line-height: 21px;
}

@media (max-width: 1060px) {
  .data-table-cell h2 {
    font-size: 20px;
    line-height: 27px;
  }
}

.data-table-cell p {
  margin: 0;
}

.data-table-cell .contact-proff {
  display: inline-block;
  margin-top: 13px;
  font-size: 13px;
  color: #232323;
  line-height: 18px;
}

@media (max-width: 1060px) {
  .data-table-cell .contact-proff {
    font-size: 14px;
  }
}

.data-table-cell .contact-proff:after {
  content: '';
  position: relative;
  top: -1px;
  width: 5px;
  height: 9px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  background: url(../img/contact-arrow.svg) center center no-repeat;
  background-size: contain;
}

@media (max-width: 1060px) {
  .data-table-cell .contact-proff:after {
    top: 0;
    margin-right: 10px;
  }
}

html[lang="en-US"] #masthead .container .masthead-actions ul {
  left: auto;
  right: 0;
}

@media (max-width: 1060px) {
  html[lang="en-US"] #masthead .container .masthead-actions ul {
    right: 20px;
  }
}

html[lang="en-US"] #masthead .container .masthead-actions ul li:first-of-type {
  margin-right: 45px;
  margin-left: 0;
}

@media (max-width: 1060px) {
  html[lang="en-US"] #masthead .container .masthead-actions ul li:first-of-type {
    margin-right: 0;
  }
}

html[lang="en-US"] #masthead .container .masthead-actions ul li a:before {
  margin-right: 6px;
  margin-left: 0;
}

html[lang="en-US"] #site-main .main-course-hero {
  background: url(../img/hero-ltr.jpg) center center no-repeat;
  background-size: cover;
}

html[lang="en-US"] #site-main .main-course-hero .container .back:before {
  margin-left: 0;
  margin-right: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html[lang="en-US"] #site-main .main-course-hero--inner .language-switcher {
  padding-left: 64px;
  padding-right: 0;
}

@media (max-width: 1060px) {
  html[lang="en-US"] #site-main .main-course-hero--inner .language-switcher {
    padding-left: 0;
    margin-left: auto;
    margin-right: 0;
  }
}

html[lang="en-US"] #site-main .main-course-contents .container .full-syllabus:after {
  margin-left: 18px;
  margin-right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html[lang="en-US"] #site-main .main-course-requirements .container .data-table-cell:first-of-type .data-table-cell-label:before {
  right: auto;
  left: -12px;
}

html[lang="en-US"] #site-main .main-course-requirements .container .data-table-cell p.disclaimer:before {
  right: auto;
  left: -12px;
}

html[lang="en-US"] #site-main .main-course-requirements .container .data-table-cell p span strong {
  margin-left: 0;
  margin-right: 5px;
}

html[lang="en-US"] .data-table.has-error strong {
  padding: 0 0 0 35px;
  background: url(../img/has-error.png) center left no-repeat;
  background-size: 24px 30px;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table.has-error strong {
    background: url(../img/has-error.png) top 4px left no-repeat;
    background-size: 20px 23px;
  }
}

html[lang="en-US"] .data-table.all-proff .all-proff-row--head {
  background: url(../img/toggle-all-en.png) center right 18px no-repeat, #fff;
  background-size: initial;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table.all-proff .all-proff-row--head {
    background: url(../img/toggle-down.png) center right 18px no-repeat, #fff;
    background-size: initial;
  }
}

html[lang="en-US"] .data-table.all-proff .all-proff-row--head:hover, html[lang="en-US"] .data-table.all-proff .all-proff-row--head.is-active {
  background: url(../img/toggle-all-en.png) center right 18px no-repeat, #fafafa;
  background-size: initial;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table.all-proff .all-proff-row--head:hover, html[lang="en-US"] .data-table.all-proff .all-proff-row--head.is-active {
    background: url(../img/toggle-up.png) center right 18px no-repeat, #fff;
    background-size: initial;
  }
}

html[lang="en-US"] .data-table.all-proff .all-proff-row--head span:first-of-type {
  padding-right: 10px;
  margin-right: 10px;
  padding-left: 0;
  margin-left: 0;
}

html[lang="en-US"] .data-table.all-proff .all-proff-row--head span:first-of-type:after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  left: auto;
  top: 6px;
  background-color: #d7d7d7;
}

html[lang="en-US"] .data-table.all-proff .all-proff-row--body .data-table-cell:nth-of-type(2) span {
  margin-left: 0;
  margin-right: 32px;
}

html[lang="en-US"] .data-table-row.course-proff-names {
  padding-bottom: 44px;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table-row.course-proff-names {
    padding-bottom: 20px;
  }
}

html[lang="en-US"] .data-table-row.course-proff-names .course-proff-names-all {
  bottom: -28px;
  font-size: 13px;
  line-height: 16px;
}

html[lang="en-US"] .data-table-row.course-proff-names.is-lecturers .course-proff-names-all {
  bottom: -14px;
}

html[lang="en-US"] .data-table-row.course-proff-names > .data-table-cell:first-of-type {
  padding-left: 0 !important;
}

html[lang="en-US"] .data-table-row.course-proff-names .data-table-cell:first-of-type {
  padding-left: 0;
  padding-right: 18px;
  min-width: 300px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

html[lang="en-US"] .data-table-row.course-proff-names .data-table-cell:last-of-type {
  padding-left: 18px;
  padding-right: 0;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table-row.course-proff-names .data-table-cell:last-of-type {
    padding-left: 0;
  }
}

html[lang="en-US"] .data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:before {
  top: calc(100% + 24px);
  left: 20px;
  right: auto;
}

html[lang="en-US"] .data-table-row.course-proff-names .data-table-cell.drawer-open .data-table-cell-label:after {
  top: calc(100% + 25px);
  left: 19px;
  right: auto;
}

html[lang="en-US"] .data-table-row.course-proff-names .contact-proff:after {
  top: -2px;
  margin-left: 16px;
  margin-right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

html[lang="en-US"] .data-table-row.contact-hidden .data-table-cell:not(:first-of-type) span:not(.data-table-cell-label) {
  padding: 0 32px 0 0;
}

html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:first-of-type {
  min-width: 160px;
  padding-left: 0;
  padding-right: 18px;
}

html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:nth-of-type(2) {
  min-width: 126px;
}

html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:last-of-type {
  min-width: 100px;
  padding-right: 0;
  padding-left: 18px;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:last-of-type {
    padding-left: 0;
  }
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:nth-of-type(even) {
    padding-right: 0;
    padding-left: 18px;
  }
  html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:nth-of-type(odd) {
    padding-left: 0;
    padding-right: 18px;
  }
  html[lang="en-US"] .data-table-row.course-time-location .data-table-cell:nth-of-type(odd):not(:last-of-type):after {
    left: auto;
  }
}

html[lang="en-US"] .data-table-row.course-comments span {
  padding-right: 0;
  padding-left: 18px;
  font-size: 16px;
}

html[lang="en-US"] .data-table-row.course-comments span:before {
  left: 0;
  right: auto;
}

html[lang="en-US"] .data-table-cell:first-of-type {
  padding-left: 0;
  padding-right: 32px;
}

html[lang="en-US"] .data-table-cell:last-of-type {
  padding-right: 0;
  padding-left: 32px;
}

@media (max-width: 1060px) {
  html[lang="en-US"] .data-table-cell:last-of-type {
    padding-left: 0;
  }
}

html[lang="en-US"] .data-table-cell:not(:last-of-type):after {
  left: auto;
  right: 0;
}

html[lang="en-US"] .data-table-cell span {
  font-size: 16px;
}
