/* Parking permit comparison cards */
.permit-compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1 0 0%;
  justify-content: space-between;
  margin-top: 30px;
}
.permit-compare p {
  font-size: 13px;
  line-height: 16px;
}
.permit-compare h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin: 15px 0;
}
.permit-compare h4 {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 800;
  padding: 0 25px;
}
.arrow-box, .card {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-between;
}
.arrow-box {
  position: relative;
  margin-top: 25px;
  margin-right: 60px;
  justify-content: space-around;
  flex: .25 0 0%;
}
.card-content {
  text-align: center;
}
.arrow-box-content {
  padding: 0px 5px 0px 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}
.card-content ul {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
  padding: 10px 25px;
}
.card-content li {
  margin-bottom: 10px;
}
.right-arrow {
  position: absolute;
  fill: #ece9e2;
  right: 0;
  top: 0;
  transform: translateX(100%);
}
.bottom-arrow {
  display: none;
}
.card {
  margin-top: 25px;
  -webkit-box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  box-shadow: 0 0 6px rgba(164, 164, 164, 0.65);
  background-color: #fff;
  border-top: 8px solid #b7a57a;
  flex-basis: 100%;
  flex: .375 0 0%;
}
.card.bronze {
  border-top-color: #85754d;
}
.card.bronze .cta {
  background-color: #85754d;
}
.card.bronze .fs-ic:before {
  color: #85754d;
}
.card.bronze .top-icon circle {
  fill: #85754d;
}
.card.gold {
  border-top-color: #b7a57a;
}
.card.gold .cta {
  background-color: #b7a57a;
}
.card.gold .fs-ic:before {
  color: #b7a57a;
}
.card.gold .top-icon circle {
  fill: #b7a57a;
}
.card.purple {
  border-top-color: #4b2e83;
}
.card.purple .cta {
  background-color: #4b2e83;
}
.card.purple .top-icon circle {
  fill: #4b2e83;
}
.top-icon {
  margin-top: -30px;
  text-align: center;
}
.card-one {
  margin-right: 50px;
}
.card-two {
}
.permit-compare .arrow-box {
  background-color: #ece9e2;
}
.cta {
  width: 100%;
  background-color: #b7a57a;
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta a {
  font-family: "Encode Sans Compressed";
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 15px 58px;
  display: block;
}
.cta a:hover, .cta a:focus {
  text-decoration: none;
  border: none;
}
.card.gold .cta a:hover, .card.gold .cta a:focus {
  background-color: #85754d;
  color: #fff;
}
.card.bronze .cta a:hover, .card.bronze .cta a:focus {
  background-color: #b7a57a;
  color: #fff;
}
.card.purple .cta a:hover, .card.purple .cta a:focus {
  background-color: #34205c;
  color: #e8e3d3;
}

@media only screen and (max-width: 768px) {
  .arrow-box {
    margin-right: 0;
    margin-bottom: 55px;
  }
  .arrow-box-content {
    padding: 25px 40px;
  }
  .right-arrow {
    display: none;
  }
  .bottom-arrow {
    display: block;
    position: absolute;
    fill: #ece9e2;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .permit-compare {
    display: block;
   }
  .card {
    margin-top: 50px;
    margin-right: 0;
  }
}
