body {
  min-width: 320px;
  opacity: 100 !important;
}

.form input[type="tel"] {
    color: #FFF;
}

.pricingSheet div.info {
  text-align: center;
  margin: 1em 1em 2em;
  font-weight: bold;
}

.getZipCode h1 {
  color: #00C900;
  text-transform: none;
  font-weight: normal;
}

.getZipCode .reveal h4 {
  color: #00C900;
}

h1 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

.reveal.small {
  max-width: 26em;
  padding: 1em;
}

table.form,
div.lookup {
  margin: 0 auto;
  text-align: center;
}

input {
  max-width: 8em;
  margin: 0 auto !important;
}

.button {
  width: 8em;
  margin-top: .75em;
}

/* Begin pricingSheet rules */
body.pricingSheet, 
.pricingSheet div#content {
  font: 14px Arial, Helvetica, sans-serif;
  background-color: #FFF;
  color: #003767 !important; /* important is needed for printing */
  margin-top: 0;
  padding-top: 0;
}

.pricingSheet .content {
  padding: 0;
  background: none;
}

.pricingSheet .container {
  margin: 0;
}

.pricingSheet .tabs-title > a:hover,
.pricingSheet .tabs-title > a:focus,
.pricingSheet .tabs-title > a[aria-selected=true] {
  background-color: #FFF;
  color: #545454;
  font-weight: bold;
}

.pricingSheet div[data-tab-content] .footer {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.pricingSheet div[data-tab-content] .column {
  margin-bottom: 0;
}

.pricingSheet .footer {
  box-shadow: none;
  min-height: 0;
  background: none;
}

.pricingSheet .header {
  position: relative;
  margin-top: .75em;
}

.pricingSheet .header div.print {
  text-align: left;
}

.pricingSheet .header span.print {
  cursor: pointer;
  position: relative;
  top: 10px;
}

.pricingSheet .header span {
  margin-top: .5em;
  font-size: 1.75em;
}

.pricingSheet .header span[data-city] {
  position: absolute;
  top: -.25em;
  left: 15px;
}

.pricingSheet .header span[data-class] {
  position: absolute;
  font-size: 1em;
  top: 25px;
  left: 22px;
}

.pricingSheet .small {
  font-size: smaller;
  text-transform: initial;
}

.pricingSheet .column .title {
  background-color: #0b2048 !important; /* important is needed for printing */
  color: #FFF !important; /* important is needed for printing */
  padding: .4em .75em;
  text-transform: uppercase;
}

.pricingSheet .block {
  padding: .5em 1em 1em;
  color: #003767 !important; /* important is needed for printing */
}

.pricingSheet .block .name {
  color: #7AC142 !important; /* importnat is needed for printing */
  font-size: 1.15em;
  font-weight: bold;
}

.pricingSheet .block .name span:first-of-type {
  float: left;
}

.pricingSheet .block .name span:last-of-type {
  float: right;
}

.pricingSheet .video.block div.center {
  padding-top: 0;
}

.pricingSheet div.center {
  display: table;
  padding-top: .5em;
  font-weight: bold;
  font-size: 1.25em;
}

.pricingSheet p {
  margin: .5em 0;
}

.pricingSheet div.charges span:nth-child(1) {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  width: 50%;
}

.pricingSheet div.charges span:nth-child(1):after {
  content: "..................................................................";
}

.pricingSheet div.charges span:nth-child(2) {
  float: left;
  overflow: hidden;
  /*width: 3.75em;*/
}

.pricingSheet div.footer {
  color: #818285 !important; /* important is needed for printing */
}

.pricingSheet div.footer .title {
  font-weight: bold;
}

.pricingSheet div.footer .date {
  padding-top: 1em;
  text-align: center;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  .pricingSheet .header img {
    position: relative;
    top: 25px;
  }

  .pricingSheet .header span.print {
    position: absolute;
    right: 10px;
    top: 0;
  }
}

/* Medium break point */
@media screen and (min-width: 40em) {
  .pricingSheet .header div.print {
    text-align: right;
  }
}

@media print {
  * { /* overriding Foundation */
    color: inherit !important;
  }

  body.pricingSheet {
    font: 10px Arial, Helvetica, sans-serif;
  }

  .pricingSheet .header span.print {
    display: none;
  }

  .pricingSheet .header span[data-city] {
    top: 0;
  }

  .pricingSheet div.charges span:nth-child(1) {
    width: 80%;
  }

  .pricingSheet ul.accordion li.accordion-item a,
  .pricingSheet ul.tabs li.tabs-title {
    display: none;
  }

  .pricingSheet div[data-tab-content] {
    border: none;
  }
}
/* End pricingSheet rules */
