
@media (min-width: 600px) {
    #fallback {
      display: none;
    }
  }
#roadmap {
  min-height: 500px;
  width: 100%;
  /* max-width: 1450px; */
  margin: auto;
  font-size: 0.9em;
  display: none;
}
@media (min-width: 600px) {
  #roadmap {
    display: block;
  }
}
@media (min-width: 940px) {
  #roadmap {
    font-size: 1em;
  }
}

.roadmap--row {
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: left;
  padding: 0 1%;
}
@media (min-width: 840px) {
  .roadmap--row {
    padding: 0 40px;
  }
}
.roadmap--row.row--heading {
  background-color: #f0f0f0;
  align-items: stretch;
}
.roadmap--row.row--final {
  align-items: stretch;
}
.roadmap--row.row--1 {
  background-color: #f0f0f0;
}
.roadmap--row.row--3 {
  background-color: #f0f0f0;
}

/*
.roadmap--cell{
	display: none;
}
.row--heading{
.roadmap--cell{
	display: block;
}
}
*/
.roadmap--frame.hidden {
  display: none;
}

.roadmap--row.hidden {
  display: none;
}

.roadmap--cell.hidden {
  opacity: 0;
}

/*
.roadmap--frame{
	.roadmap--cell{
		display: flex;
		opacity: 1;
	}
	.roadmap--cell.hidden{
		display: none;
		opacity: 1;
	}
}
*/
.cell--heading h2 span {
  /* visibility: hidden;*/
}
@media (min-width: 840px) {
  .cell--heading h2 span {
    visibility: visible;
  }
}

.cell--heading {
  opacity: 1;
}
.cell--heading h2 {
  display: block;
  height: 100%;
  margin-bottom: 0 !important;
}
.cell--heading h2.alt {
  display: none;
  cursor: pointer;
}
.cell--heading h2.alt2 {
  display: none;
  cursor: pointer;
  border: 2px solid #999 !important;
  background-color: transparent !important;
  color: #999 !important;
}

.cell--heading.hidden {
  opacity: 1;
}
.cell--heading.hidden h2 {
  display: none;
}
.cell--heading.hidden h2.alt {
  display: block;
}
.cell--heading.hidden h2.alt2 {
  display: none;
}
.cell--heading.hidden.double-hidden h2.alt {
  display: none;
}
.cell--heading.hidden.double-hidden h2.alt2 {
  display: block;
}

a.cta--final, a.cta--final-final {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  color: #fff;
  padding: 20px;
  display: block;
  text-decoration: none;
  height: 100%;
}

.roadmap--cell {
  width: 33.3%;
  padding: 10px 6px;
  display: block;
  text-align: center;
}
@media (min-width: 840px) {
  .roadmap--cell {
    padding: 10px;
  }
}
.roadmap--cell h2 {
  font-weight: 500;
  font-size: 1.4em;
  color: #fff;
  padding: 0.8em 0.8em;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
.roadmap--cell h3 {
  font-weight: 500;
  font-size: 1.7em;
  text-align: center;
}
.roadmap--cell .summary {
  display: block;
  padding-bottom: 35px;
  background-image: url(/img/info.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: bottom center;
  text-decoration: none;
  color: #000;
  margin-bottom: 5px;
  min-height: 30px;
  padding-top: 5px;
}
@media (min-width: 840px) {
  .roadmap--cell .summary {
    padding-right: 40px;
    padding-bottom: 0;
    background-position: bottom right;
  }
}
.roadmap--cell.cell--icon {
  padding-top: 50px;
}
.roadmap--cell.cell--icon img {
  display: block;
  width: 60%;
  max-width: 400px;
  margin: auto;
}
.roadmap--cell.cell--cta {
  padding-bottom: 80px;
}
.roadmap--cell.cell--final {
  padding-bottom: 30px !important;
}
.roadmap--cell.cell--summary {
  position: relative;
}
a.roadmap--button {
  color: #fff;
  display: block;
  margin: auto;
  /*padding: 0 0.5em;*/
  /*height: 4em;*/
      padding: 15px 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  text-decoration: none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
@media (min-width: 840px) {
  a.roadmap--button {
    /*width: 80%;*/
    /*padding: 0 1.5em;*/
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
  }
}
.roadmap--cell a.roadmap--button .button--label {
  display: block;
  text-align: center;
}
.roadmap--cell.col-0 h2, .roadmap--cell.col-0 a.roadmap--button, .roadmap--cell.col-0 a.cta--final {
  background-color: #f9cd16;
}
.roadmap--cell.col-0 h2.alt {
  background-color: transparent;
  color: #f9cd16;
}
.roadmap--cell.col-0 h2 {
  border: 2px solid #f9cd16;
}
.roadmap--cell.col-0 a.roadmap--button:hover {
  background-color: #f9cd16;
}
.roadmap--cell.col-0 h3 {
  color: #f9cd16;
}
.roadmap--cell.col-0.frame--cell {
  background-color: #f9cd16;
  padding-right: 20px;
}
.roadmap--cell.col-1 h2, .roadmap--cell.col-1 a.roadmap--button, .roadmap--cell.col-1 a.cta--final {
  background-color: #bc1c28;
}
.roadmap--cell.col-1 h2 {
  border: 2px solid #bc1c28;
}
.roadmap--cell.col-1 h2.alt {
  background-color: transparent;
  color: #bc1c28;
}
.roadmap--cell.col-1 a.roadmap--button:hover {
  background-color: #bc1c28;
}
.roadmap--cell.col-1 h3 {
  color: #bc1c28;
}
.roadmap--cell.col-1.frame--cell {
  background-color: #bc1c28;
}
.roadmap--cell.col-2 h2, .roadmap--cell.col-2 a.roadmap--button, .roadmap--cell.col-2 a.cta--final, .roadmap--cell.col-2 a.cta--final-final {
  background-color: #0dcec8;
}
.roadmap--cell.col-2 h2.alt {
  background-color: transparent;
  color: #0dcec8;
}
.roadmap--cell.col-2 h2 {
  border: 2px solid #0dcec8;
}
.roadmap--cell.col-2 a.roadmap--button:hover {
  background-color: #0dcec8;
}
.roadmap--cell.col-2 h3 {
  color: #0dcec8;
}
.roadmap--cell.col-2.frame--cell {
  background-color: #0dcec8;
  padding-left: 20px;
}
.roadmap--cell.frame--cell {
  margin: 10px;
  width: 30%;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.roadmap--cell.frame--cell div {
  width: 100%;
}
.roadmap--cell.frame--cell .frame--cell--top {
  min-height: 30%;
}
.roadmap--cell.frame--cell h3, .roadmap--cell.frame--cell p {
  color: #fff !important;
  text-align: center;
}
.roadmap--cell.frame--cell h3 {
  margin-bottom: 0.5em;
}
.roadmap--cell.frame--cell p {
  margin-bottom: 1em;
}
.roadmap--cell.frame--cell .big--icon {
  width: 100%;
  max-width: 200px;
}
.frame--cell--top-icon img {
  height: 100px;
  width: auto;
  margin-bottom: 1em;
}

.roadmap--cell.frame--cell .info--button {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  margin-top: 10px;
}
.roadmap--cell.frame--cell .info--button img {
  width: 30px;
}
.roadmap--cell.frame--cell.blue {
  background-color: #f9cd16 !important;
}
.roadmap--cell.frame--cell.green {
  background-color: #0dcec8 !important;
}

.roadmap--frame {
  border: 10px solid #F9CD16;
  margin: 30px;
  margin-top: 80px;
  padding-bottom: 40px;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.roadmap--frame .roadmap--row {
  align-items: stretch;
  justify-content: space-around;
  padding: 0;
}
.roadmap--frame .roadmap--row .roadmap--cell {
  padding: 20px !important;
}
.roadmap--frame .roadmap--row:last-child .roadmap--cell {
  padding: 20px !important;
}
.roadmap--frame .roadmap--row.special {
  padding: 0 5.5%;
}
.roadmap--frame .frame--header {
  background-color: #F9CD16;
  width: 100%;
  padding: 20px;
  background-image: url(/img/frame-dots.png);
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.roadmap--frame .frame--header .frame--header--logo {
  width: 183.5px;
  margin: auto;
  margin-bottom: 1em;
  display: block;
}
.roadmap--frame .frame--header .frame--title {
  width: 60%;
  text-align: center;
  margin: auto;
  font-size: 1.2em;
}

.arrow--slot {
  position: relative;
  width: 21px;
  margin: auto;
}

.arrow {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 21px;
  height: 110px;
  background-image: url(../img/arrow.png);
  background-repeat: repeat-y;
  background-position: center bottom;
  border-top: 2px solid #000;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}
.arrow.hidden {
  visibility: hidden;
  height: 17px;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal .modal--backwash {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
#modal #ajax--slot {
  overflow-y: scroll;
  height: 100%;
  padding-top: 5px;
}
#modal .section--sub{
  width: 100% !important;
  max-width:  100% !important;
}
#modal #ajax--target {
  padding-right: 40px;
}
#modal .modal--container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modal .modal--container #modal--close {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 29px;
}
#modal .modal--container #modal--close img {
  width: 29px;
}
#modal .modal--container .modal--content {
  position: relative;
  border: 3px solid #000;
  background-color: #fff;
  width: 80%;
  height: 80%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 50px;
  padding-right: 110px;
}
.modal--content .section{
  padding: 20px 0 !important;
}
#modal .modal--container .modal--content h1 {
  font-weight: 500;
  font-size: 2em;
  margin-bottom: 1em;
}
#modal .modal--container .modal--content h2 {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 1em;
}
#modal .modal--container .modal--content p {
  margin-bottom: 1em;
  line-height: 1.2em;
}
