/* From WP/Esther */
.club-license-feature .license-types .license-panel {
    width: 372px;
    height: 502px;
    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.license-panel:first-of-type {margin-left: 0px;}

.license-panel p {
    padding: 5px 35px 0px 35px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    color: #989898;
    font-family: "Signika Negative", sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0;
}

.license-panel .license-cost {
    height: 50px;
    border-bottom: 1px solid #ccc;
}

.license-panel .license-cost p {
    color: #989898;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}

.license-panel .license-cost .amount {
    color: #4c4c4c;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
}
.license-panel .license-cost .per {
    display: inline-block;
}

.license-panel .badge {
    height: 224px !important;
    text-align: center;
    margin-top: 10px;
}

.license-panel .badge-title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #4c4c4c;
    height: 30px;
}

.license-panel .badge-title .badge-title-green {
    color: #4f931b;
    font-weight: 700;
}


/* Options for Business Green */
.license-panel .waterfall-select-box {
    float: left;
    margin-left: 60px;
    height: 30px;
    font-size: 11px;
    margin-top: 13px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    box-shadow: none;
    font-family: "Signika Negative", "Asap", sans-serif;
    font-weight: 600;
    line-height: 34px;
}

.selectBox-dropdown {
    min-width: 50px;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: default;
}


.license-link {
  display: block;
  color: #b6b6b6;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}
a.license-link:hover {
  text-decoration: underline;
  color: #888;
}

/* IP.Downloads Download/Buy Now block */
.file_info {
    font-family: "Signika Negative", "Asap", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    padding: 5px;
}

.file_info .file_cost {
    color: #4c4c4c;
    font-size: 26px;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
    vertical-align: middle;
}

.badge img {
    width: 190px !important;
}

/* Buy Now Buttons */

.cGreenText {
  color: #61AC27;
  font-weight: 400;
}

.cProductTitle {
  font-size: 34px;
  font-family: "Asap", sans-serif;
  color: #555555;
}

.cProductPriceContainer {
  display: table;
  margin: 0 auto;
}

.cProductPrice {
  color: #4c4c4c;
  font-size: 66px;
  font-family: "Asap", sans-serif;
  line-height: 66px;
  font-weight: 600;
}

.cProductTerms {
  vertical-align: top;
  font-family: "Asap", sans-serif;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  padding: 16px 0 0 10px;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
}

.check-boxes input[type="checkbox"] {
  display: none;
}
.check-boxes input[type="checkbox"] + label {
  display: block;
  background: url(/images/check-box-unchecked.png) no-repeat scroll 5px 8px/18px 18px transparent;
  color: #606060;
  cursor: pointer;
}
.check-boxes input[type="checkbox"]:checked + label {
  background: url(/images/check-box-checked.png) no-repeat scroll 5px 8px/18px 18px transparent;
}
.check-boxes input[type="checkbox"][disabled] + label {
  cursor: default;
}
.check-boxes label {
  color: #737373;
  font-weight: 600;
}
.check-boxes span {
  color: #b7b7b7;
  font-weight: 400;
}



/* From Zach */
.expandedContent p {
  margin-top: 15px;
  margin-bottom: 0;
}

.clubImage {
  display: inline-block;
  margin-right: 10px;
  max-width: 50px;
}
@media screen and (max-width: 1100px) {
  .clubImage {
    display: block;
    margin: 0 auto;
  }
}

#business-green-overlay {
  position: fixed;
  max-width: 450px;
  max-height: 372px;
}

.video-container {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #080808;
}

.steps {
  font-size: 13px;
  font-weight: 400;
  color: #989898;
}
.activeStep {
  background-color: white;
  color: #4c4c4c;
  border-bottom: 1px solid #d5d5d5;
}
.stepDescription {
  margin-left: 5px;
}
.activeStep .stepDescription {
  color: #61AC27;
}

.testimonials p,
.steps p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .clubColumns > .ipsColumn:not(.badgeContainer) {
    padding-top: 34px;
  }
}

.badgeContainer {
  position: relative;
  text-align: center;
}

.badgeContainer .badge {
  display: inline-block;
  margin: 0 auto;
  background: #e74c3c;
  border: 1px solid #b93d30;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
}
.badge p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 30px;
  margin-bottom: 0;
}

.institutions {
  padding-top: 30px;
  border-top: 1px solid #d5d5d5;
  position: relative;
}

@media screen and (min-width: 768px) {
  .institutions::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #d5d5d5;
  }
}

a[href="#feature-list"] {
  margin-right: 10px;
}
.fa-arrow-down {
  margin-left: 5px;
}

.institutions p {
  margin-bottom: 0.1em;
}

.image-column img {
  width: 50%;
  margin-top: 5px;
  margin-left: 25%;
}

.request-link  {
  font-size: 0.75em;
  font-weight: 400;
}

.cDarkTable td {
  font-size: 17px !important;
}

.cWhiteContent p {
  margin-bottom: 0;
}
.cWhiteContent img {
  margin-right: 7px;
}

.product-options .ipsColumn {
  vertical-align: middle;
}

.bottomBlock_title,
.product-options {
  border-bottom: 1px solid #ccc;
}
.product-options-permanent {
  border-left: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .simply .cProductPriceContainer,
  .shockingly .cProductPriceContainer {
    margin-top: 54px;
    margin-bottom: 30px;
  }
}

.testimonialHeader {
  font-size: 2em;
  font-weight: 300;
  margin: 40px 0;
}
.testimonialName {
  margin-top: 10px;
}


.currencyAmount {
  font-size: 0.75em;
}
.currencyShortname {
  font-size: 0.35em;
  font-weight: 400;
}
.currencyTooLong {
  font-size: 0.65em;
}
.priceAsterisk {
  font-size: 0.4em;
}
.priceAsterisk.large {
  top: 0.5em; 
  vertical-align: text-top;
}

.currencyLabel.currencyLabel.currencyLabel {
  font-size: 1em;
  font-weight: 300;
  color: inherit;
}
.ipsApp .greensock-select-box.currency-select {
  padding: 3px 12px 3px 8px;
  background-position: right .5em top 50%, 0 0;
}


.cFeatureList {
  text-align: left;
  font-size: 0.9em;
  padding-right: 25px;
}
.cFeatureList ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.cFeatureList li {
  position: relative;
  margin-bottom: 5px;
  color: #888;
}
.cFeatureList li::before {
  content: '✓';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateX(-8px) translateY(-50%);
  color: #53a018;
}
.cFeatureList .not-checked {
  opacity: 0.4;
}
.cFeatureList li.not-checked::before {
  content: '✘';
  color: #db494a;
}
.cFeatureList a {
  color: inherit !important;
  font-weight: inherit !important;
}

#user_confirm_overlay {
  box-shadow: none;
}
