/* top */
.pro-cta {margin-left: 80px;}
.btn-height {
  height: 71px !important;
  padding-top: 20px;
}
.button {
  position: relative;
  float: left;
}
/* panels */
.included {
  color: #000;
  margin-bottom: 25px;
}
.excluded {
  color: #D2D2D2;
  margin-bottom: 25px;
}
.features {
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: absolute;
  text-align: center;
  width: 90%;
}
.green-cta-btn {
  background-color: #90c564 !important;
}
.green {
  color: #90c564;
  font-size: 30pt;
  font-weight: bold;
}
.green-line {
  background-color: #90c564;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.orange {
  color: #ff8f26;
  font-size: 30pt;
  font-weight: bold;
}
.orange-line {
  background-color: #ff8f26;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  width: 87px;
}
.most-popular {
  background-color: #90c564;
  color: #FFF;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 30px;
  height:65px;
  margin-left: -15px;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  width:100%;
}
.price {
  color: #0f5f5c;
  font-size: 25pt;
  font-weight: bold;
  padding: 7px 0 0 0;
}
.preferred {
  margin-top: 105px;
}
.rectangle {
  background-color: #FFFFFF;
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.21);     
  height: 840px;
  margin-top: 65px;
  padding: 41px 12px 12px 12px;
}
.rectangle-selected {
  background-color: #FFFFFF;
  box-shadow: 0 1px 36px 0 rgba(0, 0, 0, 0.21); 
  height: 950px;
  margin-bottom: 120px;
  z-index: 2;
}
.shim {
  margin-left: -5px;
}
.timeframe {
  font-size: 14pt;
}
@media only screen and (max-width: 1190px) {
  .most-popular {
    margin-left: -10px;
  }
  .rectangle {   
    height: 900px;
  }
  .rectangle-selected {
    height: 1000px;
  }
}
@media only screen and (max-width: 990px) {
  .rectangle {   
    height: 720px;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 41px 12px 12px 25px;
  }
  .rectangle-selected {
    height: 740px;
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 2;
  }
}
@media only screen and (max-width: 740px) {
  .pro-cta {
    margin-left: 0px;
    margin-top: 10px;
  }
  .most-popular {
    margin-left: -20px;
    margin-top: -65px;
  }
  .preferred {
    padding-top: 45px;
  }
}