/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.cta-box {
  padding: 15px;
  margin-bottom: 24px;
}

.cta-box .cta-box__info {
  position: relative;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info {
    padding-bottom: 60px;
  }
}

.cta-box .cta-box__info h3 {
  margin-bottom: 10px;
}

.cta-box .cta-box__info h3 a {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  font-family: "SNBody", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  border-bottom: 0;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.5px;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info h3 a {
    font-size: 24px;
  }
}

.cta-box .cta-box__info h3 a:hover, .cta-box .cta-box__info h3 a:focus, .cta-box .cta-box__info h3 a:active {
  color: #FF2567;
}

.cta-box .cta-box__info .cta-box__description p {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.cta-box .cta-box__info .cta-box__description > p:first-child {
  margin-top: 0;
}

.cta-box .cta-box__info .cta-box__description .cta-box__anchor {
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.cta-box .cta-box__info .cta-box__description .cta-box__anchor svg {
  width: 15px;
  margin-top: 5px;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info .cta-box__description .cta-box__anchor svg {
    width: 17px;
  }
}

.cta-box .cta-box__info .cta-box__description .cta-box__anchor svg > g > g > path {
  fill: #88888c;
}

.cta-box .cta-box__info .cta-box__description .cta-box__anchor:hover svg > g > g > path {
  fill: #FF2567;
}

.cta-box .cta-box__info .cta-box__purchasing {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: right;
  padding-top: 8px;
  padding-left: 16px;
  margin-top: 16px;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info .cta-box__purchasing {
    position: absolute;
  }
}

.cta-box .cta-box__info .cta-box__purchasing .cta-box__pricing {
  color: #88888c;
  font-size: 13px;
  margin-right: 10px;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info .cta-box__purchasing .cta-box__pricing {
    font-size: 15px;
  }
}

.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box {
  padding: 7px 14px 9px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 600px) {
  .cta-box .cta-box__info .cta-box__purchasing .btn-cta-box {
    font-size: 16px;
    padding: 7px 30px 9px;
  }
}

.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:hover, .cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:focus, .cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:active {
  color: #fff;
}

.cta-box__photo-credit {
  font-size: .75em;
  color: #b1b1b1;
  margin-top: 8px;
}

.cta-box--has-image img {
  display: block;
  max-height: 300px;
  margin: 0 auto 16px;
}

@media (min-width: 600px) {
  .cta-box--has-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-box--has-image img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 33%;
    width: auto;
    max-height: none;
    margin: 0;
  }
  .cta-box--has-image .cta-box__info {
    max-width: calc( 67% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
  }
}

.c-float-left .cta-box--has-image,
.c-float-right .cta-box--has-image,
.c-image-grid .cta-box--has-image {
  display: block;
}

@media (min-width: 600px) {
  .c-float-left .cta-box--has-image img,
  .c-float-right .cta-box--has-image img,
  .c-image-grid .cta-box--has-image img {
    max-width: 100%;
    display: block;
    max-height: 300px;
    margin: 0 auto 16px;
  }
}

@media (min-width: 600px) {
  .c-float-left .cta-box--has-image .cta-box__info,
  .c-float-right .cta-box--has-image .cta-box__info,
  .c-image-grid .cta-box--has-image .cta-box__info {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
  .c-float-left .cta-box--has-image .cta-box__purchasing,
  .c-float-right .cta-box--has-image .cta-box__purchasing,
  .c-image-grid .cta-box--has-image .cta-box__purchasing {
    position: relative;
  }
}
