/* Common */

svg.ext,
svg.mailto {
  display: none;
}

.mck-link-email:before {
  top: -4px;
}

/* View */

.view.view-belp-cohort-journey .view-content {
  position: relative;
}
.view.view-belp-cohort-journey .view-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  margin: 0 -20px;
  background: #fff;
}
.view.view-belp-cohort-journey .view-content .group {
  padding: 40px 0;
  position: relative;
  border-top: none;
}
.view.view-belp-cohort-journey .view-content .group .group-title {
  font-family: "McKinseySans Medium";
  font-size: 15px;
  font-weight: normal;
  color: #051C2C;
  margin: 0 0 20px 0;
  padding: 15px 0 0 0;
  line-height: 1;
  border-top: 1px solid #B3B3B3;
}

.view.view-belp-cohort-journey form.disabled-program .form-item-program {
  position: relative;
}
.view.view-belp-cohort-journey form.disabled-program .form-item-program:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e6e6e6;
  opacity: 0.5;
}

.view.view-belp-cohort-journey form.disabled-cohorts .form-item-cohorts {
  position: relative;
}
.view.view-belp-cohort-journey form.disabled-cohorts .form-item-cohorts:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #e6e6e6;
  opacity: 0.5;
}

.mck-para-views--key-map .view-belp-cohort-journey #edit-academy,
.mck-para-views--key-map .view-belp-cohort-journey #edit-program,
.mck-para-views--key-map .view-belp-cohort-journey #edit-field-cj-activities-target-id,
.mck-para-views--key-map .view-belp-cohort-journey #edit-combine {
  font-size: 14px !important;
}
.mck-para-views--key-map .view-belp-cohort-journey .form-submit {
  font-size: 14px !important;
  padding: 10px 20px !important;
  height: auto;
}

.mck-para-views .custom-view-filters {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .view.view-belp-cohort-journey .view-content:before {
    margin: 0 -2000px;
  }
}

/* Node */

.node-belp-cj {
  padding: 20px 0;
}
.node-belp-cj .activity {
  margin: 0 0 10px 0;
  font-size: 14px;
}
.node-belp-cj .activity a {
  font-family: "McKinseySans Medium";
  font-size: 14px;
  color: #051C2C;
  display: inline-block;
}
.node-belp-cj .academy {
  font-family: "McKinseySans Medium";
  font-size: 14px;
}
.node-belp-cj .program {
  font-family: "McKinseySans Medium";
  font-size: 14px;
}
.node-belp-cj .tz {
  font-family: "McKinseySans Medium";
  font-size: 14px;
}
.node-belp-cj .title {
  font-family: Bower;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
  margin: 0 0 15px 0;
}
.node-belp-cj .title a {
  color: #000;
}
.node-belp-cj .desc {
  margin: 0 0 20px 0;
}
.node-belp-cj .desc,
.node-belp-cj .desc p {
  font-family: "McKinseySans Light";
  font-size: 16px;
  color: #051C2C;
  line-height: 1.5;
}
.node-belp-cj .s-date,
.node-belp-cj .s-hours {
  font-family: "McKinseySans Light";
  font-size: 14px;
  color: #051C2C;
  margin: 0 0 10px 0;
  min-height: 20px;
  line-height: 20px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 2px 0 0 30px;
}
.node-belp-cj .s-date {
  background-image: url(../img/icon-date.png);
}
.node-belp-cj .s-hours {
  background-image: url(../img/icon-hour.png);
}
.node-belp-cj .view-details {
  margin: 10px 0 0 0;
}
.node-belp-cj .view-details a {
  font-family: "McKinseySans Light";
  font-size: 18px;
  color: #000;
}

.node-belp-cj:hover {
  cursor: pointer;
}
.node-belp-cj:hover .title a {
  color: #2350FF;
}
.node-belp-cj:hover .view-details a {
  color: #2350FF;
}

/* Activity Modal */

.modal-belp-cohort-activity .modal-dialog {
  max-width: 600px;
}
.modal-belp-cohort-activity .content {
  padding: 40px;
}
.modal-belp-cohort-activity .content .name {
  font-family: Bower;
  font-size: 36px;
  font-weight: bold;
  color: #051C2C;
  margin: 0 0 20px 0;
}
.modal-belp-cohort-activity .content .desc {
  font-family: "McKinseySans Light";
  font-size: 24px;
  color: #333333;
  margin: 0 0 20px 0;
}

/* Details Modal */

.modal-belp-cohort-details .modal-dialog {
  max-width: 533px;
}
.modal-belp-cohort-details .content {
  padding: 30px;
}
.modal-belp-cohort-details .content .activity-name {
  font-family: "McKinseySans Medium";
  font-size: 18px;
  color: #051C2C;
  margin: 0 0 10px 0;
}
.modal-belp-cohort-details .content .title {
  font-family: Bower;
  font-size: 36px;
  font-weight: bold;
  color: #051C2C;
  margin: 0 0 30px 0;
  max-width: 90%;
  line-height: 1.25;
}
.modal-belp-cohort-details .content .desc {
  font-family: "McKinseySans Light";
  font-size: 18px;
  color: #051C2C;
  margin: 0 0 30px 0;
}
.modal-belp-cohort-details .content .activity-img {
  margin: 0 0 20px 0;
}
.modal-belp-cohort-details .content .about .about-label {
  font-family: "McKinseySans Light";
  font-size: 14px;
  color: #051C2C;
  margin: 0 0 10px 0;
}
.modal-belp-cohort-details .content .about .about-desc,
.modal-belp-cohort-details .content .about .about-desc p {
  font-family: "McKinseySans Light";
  font-size: 18px;
  color: #051C2C;
}
.modal-belp-cohort-details .content .date .date-label {
  font-family: "McKinseySans Light";
  font-size: 14px;
  color: #051C2C;
  margin: 0 0 5px 0;
}
.modal-belp-cohort-details .content .date .date-date {
  font-family: "McKinseySans Medium";
  font-size: 20px;
  color: #051C2C;
  margin: 0 0 0 0;
}
.modal-belp-cohort-details .content .date .date-time {
  font-family: "McKinseySans Light";
  font-size: 16px;
  color: #051c2c;
  margin: 0 0 0 0;
}
.modal-belp-cohort-details .content .date .tz {
  font-family: "McKinseySans Medium";
}

.modal-belp-cohort-details .content .zoom {
  margin: 0 0 30px 0;
}
.modal-belp-cohort-details .content .zoom .note {
  font-family: "McKinseySans Light";
  font-size: 16px;
  color: #051C2C;
  background: #f0f0f0;
  padding: 10px 20px;
}
.modal-belp-cohort-details .content .material a {
  font-family: "McKinseySans Light";
  font-size: 18px;
  color: #051C2C;
  margin: 0 0 30px 0;
}
.modal-belp-cohort-details .content .more-info {
  border-top: 1px solid #B3B3B3;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
}
.modal-belp-cohort-details .content .more-info .note {
  font-family: "McKinseySans Light";
  font-size: 16px;
  color: #051C2C;
  margin: 0 0 0 0;
}
.modal-belp-cohort-details .content .more-info a {
  font-family: "McKinseySans Light";
  font-size: 16px;
}
.modal-belp-cohort-details .content .faculties {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  margin: 20px 0 0 0;
}
.modal-belp-cohort-details .content .faculties .eyebrow {
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 15px;
  margin: 0 0 10px 0;
}
.modal-belp-cohort-details .content .faculties .faculty {
  margin: 20px 0;
}
.modal-belp-cohort-details .content .faculties .faculty .img {
  width: 60px;
  display: table-cell;
  vertical-align: top;
}
.modal-belp-cohort-details .content .faculties .faculty .img img {
  width: 100%;
  height: auto;
  border-radius: 100px;
}
.modal-belp-cohort-details .content .faculties .faculty .info {
  width: auto;
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.modal-belp-cohort-details .content .faculties .faculty .info .name {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 0px 0;
}
.modal-belp-cohort-details .content .faculties .faculty .info .role {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.modal-belp-cohort-details .content .faculties .faculty .info .learn-more {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.modal-belp-cohort-details .content .col .box {
  font-family: "McKinseySans Light";
  font-size: 16px;
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.modal-belp-cohort-details .content .col .box:last-child {
  border-bottom: none;
}
.modal-belp-cohort-details .content .col .box .box-label {
  font-family: "McKinseySans Light";
  font-size: 14px;
  color: #4D4D4D;
  margin: 0 0 5px 0;
}
