#grand-challenge-timeline.timeline {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}

#grand-challenge-timeline.timeline li {
  list-style: none;
}

#grand-challenge-timeline .timeline-wrapper {
  padding: 0;
}

#grand-challenge-timeline .timeline-inner {
  height: 448px;
  width: 100%;
  position: relative;
  background-image: url('../images/back.jpg');
  background-size: cover;
  overflow: hidden;
}

#grand-challenge-timeline .timeline-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

#grand-challenge-timeline .timeline-title h1 {
  color: white;
  font-weight: 300;
  font-size: 26px;
  padding: 20px 0;
}

#grand-challenge-timeline .timeline-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 54px;
  height: 30px;
  background-color: #2e008b;
  border: solid 1px #ffffff;
  cursor: pointer;
}

#grand-challenge-timeline .timeline-left::before {
  content: "";
  display: inline-block;
  background-image: url('../images/assets/leftArrow.png');
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -4px;
}

#grand-challenge-timeline .timeline-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 54px;
  height: 30px;
  background-color: #2e008b;
  border: solid 1px #ffffff;
  cursor: pointer;
}

#grand-challenge-timeline .timeline-right::before {
  content: "";
  display: inline-block;
  background-image: url('../images/assets/rightArrow.png');
  width: 8px;
  height: 12px;
  background-size: 8px 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -6px;
  margin-left: -4px;
}

#grand-challenge-timeline .overlay-button {
  background-color: #ec008c;
  width: 136px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  border-radius: 5px;
  text-align: center;
  color: white;
  line-height: 40px;
  cursor: pointer;
}

#grand-challenge-timeline .controls {
  position: relative;
  height: 100%;
  margin: 0;
  width: auto;
  white-space: nowrap;
  padding: 0;
}

#grand-challenge-timeline .controls .control {
  height: 30px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  border: 1px solid white;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-left: 0;
	font-family: MuseoSansRounded, Arial;
}

#grand-challenge-timeline .controls .controlCont {
  display: inline-block;
  height: 100%;
  width: 100px;
  position: relative;
  color: white;
  text-align: center;
  border-left: 0;
}

#grand-challenge-timeline .controls li.controlCont:first-child {
  margin-left: 54px;
}

#grand-challenge-timeline .controls li.controlCont::before {
  content: "";
  width: 1px;
  height: 40%;
  position: absolute;
  display: inline-block;
  background-color: rgba(255,255,255, 0.2);
  left: 0;
  bottom: 0;
}

#grand-challenge-timeline .controls li.controlCont:last-child {
  margin-right: 54px;
}

#grand-challenge-timeline .controls li span.controlActive {
  height: 40px;
  background-color: #2e008b;
  border-left: 1px solid #ffffff !important;
  border-right: 1px solid #ffffff !important;
  line-height: 40px;
  margin-left: -1px;
  width: 101px;
}

#grand-challenge-timeline .controls li .stage {
  position: absolute;
  bottom: 60%;
  border: 1px solid white;
  text-align: left;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
}

#grand-challenge-timeline .controls li .stage .stageInner {
  height: 50px;
  border-bottom: 1px solid #ffffff;
}

#grand-challenge-timeline .controls li .stageEvents {
  box-sizing: border-box;
  padding: 5px 10px;
  white-space: normal;
}

#grand-challenge-timeline .controls li .stageEvents li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: inline-block;
  background-image: url('../images/assets/eventDot.png');
  background-size: 9px 9px;
  margin-right: 7px;
}

#grand-challenge-timeline .controls li .stageEvents .stageEvent .subEventTitle {
  font-size: 11px;
  font-weight: 700;
}

#grand-challenge-timeline .grand-timeline-top {
  top: 20%!important;
  bottom: auto !important;
}

#grand-challenge-timeline .grand-timeline-middle {
  bottom: 45%!important;
}

#grand-challenge-timeline .grand-timeline-low {
  bottom: 15%!important;
}

#grand-challenge-timeline .controls li .stageEvents .stageEvent .subEventDate {
  font-size: 11px;
  margin-right: 10px;
}

#grand-challenge-timeline .controls li .stageInner {
  position: relative;
}

#grand-challenge-timeline .controls li .stageInner::after {
  content: "";
  height: 18px;
  width: 19px;
  background-image: url('../images/assets/plus.png');
  background-size: 19px 18px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

#grand-challenge-timeline .controls li .stageTitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  box-sizing: border-box;
  padding: 10px;
	font-family: MuseoSansRounded, Arial;
}

#grand-challenge-timeline .stageTitle.activeStage {
  border: 1px solid #2e008b;
  background-color: #2e008b;
  border-radius: 5px;
  border-bottom: 1px solid #ffffff;
}

#grand-challenge-timeline .controls li span.subDate {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
}

#grand-challenge-timeline .controls li span.control.active {
  background-color: #2e008b;
}

#grand-challenge-timeline .controls li:first-child span.control {
  border-left: 0;
}

#grand-challenge-timeline .controls li:last-child span.control {
  border-right: 0;
}

#grand-challenge-timeline .overlay {
  background-color: rgba(0,49,93,0.6);
  display: none;
  height: 400px;
  width: 80%;
  border-radius: 5px;
  margin-left: -40%;
  margin-top: -200px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#grand-challenge-timeline .stageNav {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  width: 100%;
  bottom: 16px;
}

#grand-challenge-timeline .stageNav img {
  vertical-align: middle;
}

#grand-challenge-timeline .navLeft, .navRight {
  display: none;
}

#grand-challenge-timeline .navLeft {
  float: left;
  cursor: pointer;
}

#grand-challenge-timeline .navLeft span {
  padding-left: 10px;
}

#grand-challenge-timeline .navRight {
  float: right;
  cursor: pointer;
}

#grand-challenge-timeline .navRight span {
  padding-right: 10px;
}

#grand-challenge-timeline .overlay-inner {
  color: #ffffff;
  padding: 30px 40px 20px 40px;
}

#grand-challenge-timeline .contTop {
  padding-bottom: 15px;
}

#grand-challenge-timeline .content-wrap {
  display: none;
}

#grand-challenge-timeline .content-left, .content-right {
  width: 48%;
  float: left;
}

#grand-challenge-timeline .content-right {
   margin-left: 4%;
}

#grand-challenge-timeline .content-inner::after {
  content: "";
  display: table;
  clear: both;
}

#grand-challenge-timeline .content-right .stageEvent {
  border: 1px solid #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;

  box-sizing: border-box;
}

#grand-challenge-timeline .content-right .stageEvent span {
  display: block;
}

#grand-challenge-timeline .content-right .stageEvent .subEventTitle {
  font-size: 14px;
}

#grand-challenge-timeline .content-right .stageEvents {
  padding: 0 !important;
  margin-bottom: 5px;
}

#grand-challenge-timeline .content-right .stageEvent .subEventDate {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: MuseoSansRounded, Arial;
}

#grand-challenge-timeline .event span {
  display: block;
}

#grand-challenge-timeline .eventTitle {
  font-size: 14px;
}

#grand-challenge-timeline .eventDate {
  font-size: 20px;
  font-weight: 300;
}

#grand-challenge-timeline .content-intro {
  font-size: 18px;
  padding-bottom: 15px;
  font-weight: 300;
  margin-bottom: 0;
}

#grand-challenge-timeline .title-icon {
  max-width: 38px;
  max-height: 38px;
  margin-left: 17px;
  vertical-align: -6%;
}

#grand-challenge-timeline .stage-overview-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 0 auto;
  padding: 0.6em;
  display: inline-block;
  color: #ffffff;
  background-color: #e40085;
  font-family: "MuseoSans-300","Arial";
  font-size: 16px;
  width: 100%;
  text-decoration: none;
}

#grand-challenge-timeline .stage-overview-button:hover {
  background-color: #F033A3;
}

#grand-challenge-timeline .overview-stages {
  padding-top: 14px;
  padding-left: 0;
  margin: 0;
}

#grand-challenge-timeline .overview-stage {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 3px 5px;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}

#grand-challenge-timeline .overview-stage::after {
  content: "";
  height: 17px;
  width: 12px;
  background-image: url('../images/assets/rightArrow.png');
  background-size: 12px 17px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

#grand-challenge-timeline .overview-stage-icon {
  height: auto;
  max-width: 20px;
  max-height: 15px;
  margin-left: 9px;
  vertical-align: -13%;
}

#grand-challenge-timeline .overview-stage-date {
  font-size: 20px;
  font-weight: 300;
  font-family: MuseoSansRounded, Arial;
}

#grand-challenge-timeline .overview-stage-title {
  font-size: 14px;
}

#grand-challenge-timeline .stageTitle .title-icon {
  height: auto;
  width: 20px;
  margin-left: 9px;
}

#grand-challenge-timeline .stageTitle .title-icon.Award {
  height: 18px;
  width: auto;
  margin-left: 5px;
}

#grand-challenge-timeline .title-icon.Award {
  height: auto;
  width: 25px;
}

#grand-challenge-timeline .day {
  display: inline-block;
  height: 100%;
}

#grand-challenge-timeline .today {
  width: 1px;
  height: 100%;
}

#grand-challenge-timeline .content-text {
  font-size: 13px;
}

#grand-challenge-timeline .cont-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: MuseoSansRounded, Arial;
}

#grand-challenge-timeline .cont-date {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

#grand-challenge-timeline .overlay .closeOverlay img {
  right: 10px;
  top: 10px;
  width: 25px;
  height: 25px;
  position: absolute;
  cursor: pointer;
}

#grand-challenge-timeline .overviewContainer {
  display: none;
}

@media screen and (max-width: 640px) {
  #grand-challenge-timeline .timeline-inner {
    height: auto;
    background-image: none;
  }

  #grand-challenge-timeline .mobileActiveStage {
    background: #2e008b !important;
  }

  #grand-challenge-timeline .grand-timeline-close {
    display: none;
  }

  #grand-challenge-timeline .timeline-left, .timeline-right {
    display: none !important;
  }

  #grand-challenge-timeline .overlay-button {
    display: none;
  }

  #grand-challenge-timeline .overlay {
    position: relative;
    display: block !important;
    height: auto;
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    margin-left: 0;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 2;
  }

  #grand-challenge-timeline .overlay-inner {
    padding: 0;
  }

  #grand-challenge-timeline .closeOverlay {
    display: none !important;
  }

  #grand-challenge-timeline .content-wrap {
    display: block !important;
    position: relative;
    margin-bottom: 10px;
  }

  #grand-challenge-timeline .content-inner {
    max-width: 100%;
    padding: 15px;
    background-color: #ffffff;
    color: #333333;
    box-sizing: border-box;
    border-radius: 0px 0px 5px 5px;
  }

  #grand-challenge-timeline .content-right .stageEvent {
    background-color: #e3e3e3;
  }

  #grand-challenge-timeline .content-left, .content-right {
    width: 100%;
    float: left;
  }

  #grand-challenge-timeline .content-right {
    margin-left: 0%;
    padding-top: 20px;
  }

  #grand-challenge-timeline .contTop {
    background: #1878b6;
    background: -moz-linear-gradient(left, #1878b6 0%, #179fcf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1878b6), color-stop(100%,#179fcf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1878b6 0%,#179fcf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1878b6 0%,#179fcf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1878b6 0%,#179fcf 100%); /* IE10+ */
    background: linear-gradient(to right, #1878b6 0%,#179fcf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1878b6', endColorstr='#179fcf',GradientType=1 ); /* IE6-9 */

    padding: 10px 15px;
    border-radius: 5px;
  }

  #grand-challenge-timeline .grand-timeline-minus, .grand-timeline-plus {
    display: block;
    position: relative;
    cursor: pointer;
  }

  #grand-challenge-timeline .grand-timeline-minus::after {
    content: "";
    width: 19px;
    height: 5px;
    background-image: url('../images/assets/minus.png');
    position: absolute;
    display: block;
    right: 15px;
    top: 50%;
    margin-top: -2px;
  }

  #grand-challenge-timeline .grand-timeline-plus::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/assets/plus.png');
    position: absolute;
    display: block;
    right: 15px;
    margin-top: -10px;
    top: 50%;
  }

  #grand-challenge-timeline .grand-timeline-closed {
    max-height: 0;
    overflow: hidden;
    display: none;
  }

  #grand-challenge-timeline .grand-timeline-open {
    display: block;
    max-height: 800px;
    overflow: visible;
  }

  #grand-challenge-timeline .content-inner {
    margin-top: -4px;
  }

  #grand-challenge-timeline .title-icon {
    width: 17px;
    height: auto;
    vertical-align: -2%;
    margin-left: 6px;
  }

  #grand-challenge-timeline .title-icon.Award {
    height: auto;
    width: 13px;
  }

  #grand-challenge-timeline .cont-title {
    font-size: 20px;
  }

  #grand-challenge-timeline .timeline-content {
    display: none!important;
  }

  #grand-challenge-timeline .stageNav {
    display: none !important;
  }

  #grand-challenge-timeline .overview-content {
    display: none !important;
  }
}
