.site-wrapper-outer {
  background: #034251;
  background-image: url("../jpg/bg-2.jpg");
  background-size: 48rem auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (min-width: 48em) {
  .site-wrapper-outer {
    background-size: 100% auto;
  }
}

.lp-wrap {
  max-width: 84rem;
  margin: 0 auto;
}

.lp-main {
  color: white;
  width: 100%;
  padding-bottom: 5rem;
}
@media (min-width: 60em) {
  .lp-main {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-gap: 2.5rem;
    padding: 1.25rem 1.25rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-main {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 7.5rem;
  }
}
.lp--resources .lp-main {
  padding-top: 3.75rem;
}
@media (min-width: 60em) {
  .lp--resources .lp-main {
    display: block;
  }
}

.lp-photos {
  margin-bottom: 1.875rem;
  border-bottom: 0.625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 60em) {
  .lp-photos {
    border-bottom: none;
    padding-top: 2.5rem;
  }
}

.lp-photos-pad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 24em) {
  .lp-photos-pad {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 25.875em) {
  .lp-photos-pad {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 60em) {
  .lp-photos-pad {
    padding-top: 150%;
    position: sticky;
    top: 2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-photos-pad {
    position: relative;
    top: 0;
  }
}

@media (min-width: 60em) {
  .lp-photo {
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.33), 0 8px 24px rgba(0, 0, 0, 0.33);
    position: absolute;
  }
}
@media (min-width: 60em) {
  .lp-photo:nth-child(1) {
    top: 3%;
    left: 13%;
    right: 10%;
  }
}
.lp-photo:nth-child(2) {
  display: none;
}
@media (min-width: 24em) {
  .lp-photo:nth-child(2) {
    display: block;
  }
}
@media (min-width: 60em) {
  .lp-photo:nth-child(2) {
    top: 67%;
    left: 17.5%;
    right: 10%;
    z-index: 2;
  }
}
@media (min-width: 60em) {
  .lp-photo:nth-child(3) {
    top: 35%;
    left: 45%;
    right: 0;
    z-index: 1;
  }
}
.lp-photo:nth-child(4) {
  display: none;
}
@media (min-width: 25.875em) {
  .lp-photo:nth-child(4) {
    display: block;
  }
}
@media (min-width: 60em) {
  .lp-photo:nth-child(4) {
    top: 31%;
    left: 10%;
    right: 40%;
  }
}
.lp-photo picture {
  width: 100%;
  height: 100%;
  display: flex;
}
.lp-photo picture img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.lp-content {
  margin: 0 auto;
  max-width: 26.25rem;
}
@media (min-width: 60em) {
  .lp-content {
    max-width: 32.5rem;
    padding-top: 5rem;
  }
}

.lp--resources .lp-top {
  background-color: rgba(0, 0, 0, 0.35);
}
@media (min-width: 60em) {
  .lp--resources .lp-top {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
  }
}

.lp-intro {
  margin-bottom: 2.5rem;
  padding: 0 1.5rem;
  text-align: center;
  position: relative;
}
.lp--resources .lp-intro {
  padding: 2.5rem;
}
.lp-intro p {
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-title {
  margin: 0 0 1.875rem;
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomvoice/text_beavoice.svg) center top no-repeat;
  background-size: contain;
  display: block;
  height: 3.25rem;
  text-indent: -999rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 60em) {
  .lp-title strong {
    height: 5rem;
  }
}
@media (min-width: 72em) {
  .lp-title strong {
    height: 6rem;
  }
}
.lp-title span {
  display: block;
  line-height: 1.3;
  color: #f2c066;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .lp-title span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-callout {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.375rem;
  padding: 1.25rem;
  margin-top: 3.75rem;
}
@media (min-width: 24em) {
  .lp-callout {
    padding: 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-callout {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 76em) {
  .lp-callout {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-callout {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 1.25rem;
  }
}
.lp-callout img {
  margin: -2.5rem auto 1.875rem;
  max-width: 10rem;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.5);
}
@media (min-width: 24em) {
  .lp-callout img {
    margin-top: -3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-callout img {
    margin: 0 1.875rem 0 -2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-callout img {
    margin-right: 2.5rem;
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.lp-callout p {
  padding-bottom: 0;
}
.lp-callout p strong {
  color: #f2c066;
}

.lp .title {
  color: white;
}
.lp label,
.lp .field__address2-link {
  color: #f2c066;
}
.lp .label__note {
  color: rgba(255, 255, 255, 0.7);
}
.lp input[type=email]:focus,
.lp input[type=text]:focus,
.lp select:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem #f2c066;
}
.lp .field--submit {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.lp .field--submit [type=submit] {
  background: #f2c066;
  color: rgba(0, 0, 0, 0.8);
}
.lp .field--submit [type=submit]:hover, .lp .field--submit [type=submit]:focus {
  background: #df9613;
  filter: saturate(50%);
}
.lp .field--submit [type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.175rem white;
}

.products__ordersummary .title {
  color: #f2c066;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.products__ordersummary .ordersummary .ordersummary__item {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.products__ordersummary .ordersummary .ordersummary__total td span {
  color: #f2c066;
}

.lp-yourinfo-fields {
  border: none;
  padding-top: 0;
}

.lp-yourinfo-fields__fields {
  padding: 0;
}

.lp-offer {
  padding: 0 1.5rem;
}

.checkout {
  padding: 2.5rem 0 1.5rem;
}
.lp--resources .checkout {
  padding: 0 1.875rem 7.5rem;
  max-width: 54rem;
  margin: 0 auto;
}

.lp-offer {
  margin: 0 auto;
  text-align: left;
}

.lp-offer-desc {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.lp-check {
  font-style: italic;
  padding-top: 0.125rem;
  padding-left: 2rem;
  position: relative;
}
.lp-check em {
  font-style: normal;
}
.lp-check::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomvoice/icon_checkbox.svg) left top no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.875rem;
  height: 1.875rem;
}

.lp-resources__title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #f2c066;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.35rem;
}
@media (min-width: 60em) {
  .lp-resources__title {
    font-size: 2rem;
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-resources__title {
    font-size: 2.25rem;
  }
}

.resource-section {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.875rem 5rem;
}
@media (min-width: 60em) {
  .resource-section {
    padding: 0 5rem 6.25rem;
  }
}
.resource-section.resource-section--printed {
  padding-bottom: 0;
}

.printed-resources {
  margin-bottom: 1.25rem;
}
.printed-resources ul {
  display: grid;
  grid-row-gap: 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .printed-resources ul {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.75rem;
  }
}

.printed-resources__title {
  color: #f2c066;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  margin: 0 0 1.25rem;
  padding-top: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 60em) {
  .printed-resources__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.printed-resources__title::after {
  content: "";
  margin-left: 1.25rem;
  flex: 1;
  height: 0.125rem;
  background-color: rgba(0, 0, 0, 0.35);
}

.printed-resource {
  max-width: 22.5rem;
  margin: 0 auto 3.75rem;
}
@media (min-width: 60em) {
  .printed-resource {
    margin-bottom: 5rem;
  }
}
.printed-resource .product {
  margin-bottom: 0;
}
.printed-resource .product__name {
  margin-bottom: 0;
}
.printed-resource .product__name,
.printed-resource .product__image {
  display: none;
}
.printed-resource .product__desc {
  min-height: 0;
  padding: 0;
}
.printed-resource .product__qtys {
  border-top: none;
  padding-top: 0;
}
.printed-resource label::before {
  color: white;
  content: "FREE";
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  position: absolute;
  text-align: center;
  left: 4.25rem;
  width: 4rem;
  height: 2.38rem;
  padding-top: 0.65rem;
  font-weight: normal;
  font-style: normal;
}
.printed-resource label em {
  display: none;
}
.printed-resource .field--free-check {
  position: relative;
  padding-left: 1.25rem;
}
.printed-resource .field--free-check [type=checkbox] {
  position: absolute;
  top: 0.275rem;
  left: 0;
}
.printed-resource .field--free-check label::before {
  content: "";
  display: none;
}
.printed-resource .field--free-check label em {
  color: #f2c066;
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.printed-resource .fine-print {
  padding-left: 1.5rem;
  font-style: italic;
}
.printed-resource .fine-print a {
  color: #f2c066;
}
.printed-resource .qty {
  padding-left: 8.75rem;
  max-width: 8.75rem;
  height: 2.375rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.25);
}
.printed-resource .qty__name {
  color: #f2c066;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.printed-resource .qty__desc {
  color: rgba(255, 255, 255, 0.6);
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.printed-resource .lp-ships-on {
  padding-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.75;
  text-align: center;
}

.printed-resource__img {
  margin-bottom: 2.5rem;
  background: none;
  padding: 0;
  box-shadow: none;
}
.printed-resource__img:hover {
  background: rgba(255, 255, 255, 0.1);
}
.printed-resource__img:focus {
  outline: 0.2rem solid rgba(242, 192, 102, 0.6);
}
.printed-resource__img::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_vomvoice/icon_expand.svg) 42% no-repeat;
  background-size: 70%;
  background-color: #f2c066;
  content: "more info";
  display: block;
  text-indent: -999rem;
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  height: 3rem;
  width: 3rem;
  margin-left: -1.5rem;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.5), 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: transform 0.2s ease;
  z-index: 1;
}
.is-out-of-stock .printed-resource__img::before {
  display: none;
}
.printed-resource__img:hover::before {
  transform: translateY(-1.25rem);
}
.printed-resource__img img {
  transition: transform 0.2s ease;
}
.is-out-of-stock .printed-resource__img {
  pointer-events: none;
}
.is-out-of-stock .printed-resource__img img {
  opacity: 0.35;
}
.printed-resource__img:hover img {
  transform: scale(0.95);
}

.printed-resource__out-of-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 10rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.printed-resource__name {
  font-weight: bold;
  color: white;
  line-height: 1.1;
  margin: 0;
  padding-bottom: 1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 84em) {
  .printed-resource__name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.printed-resource__desc {
  display: none;
}

.printed-resource__qty-warning {
  background-color: #9c423f;
  color: white;
  margin-top: 0.625rem;
  padding: 0.625rem 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.has-modal {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.has-modal body {
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}

.vomvoice-resource-modal {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0.625rem;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
@media (min-width: 48em) {
  .vomvoice-resource-modal {
    padding: 5rem 2.5rem;
  }
}
.vomvoice-resource-modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.vomvoice-resource-modal__content {
  background-color: white;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 45rem;
  padding: 2.5rem 1.25rem 1.25rem;
  opacity: 0;
  transform: translateY(3rem);
  transition: all 0.3s ease-out 0.2s;
}
@media (min-width: 23em) {
  .vomvoice-resource-modal__content {
    padding: 3.125rem 2.5rem 2.5rem;
  }
}
@media (min-width: 48em) {
  .vomvoice-resource-modal__content {
    padding: 5rem 6.25rem 3.125rem;
  }
}
.vomvoice-resource-modal.is-open .vomvoice-resource-modal__content {
  transform: none;
  opacity: 1;
}

.vomvoice-resource-modal__close {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  background-image: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0.625rem 0.75rem;
}
@media (min-width: 48em) {
  .vomvoice-resource-modal__close {
    border-radius: 0.5rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    left: 50%;
    right: auto;
    margin-left: 17.5rem;
    top: 1.875rem;
  }
}
@media (min-width: 60em) {
  .vomvoice-resource-modal__close {
    margin-left: 20rem;
    top: 1.25rem;
  }
}

.vomvoice-resource-modal__img {
  margin-bottom: 1.875rem;
  text-align: center;
}
@media (min-width: 48em) {
  .vomvoice-resource-modal__img {
    margin-top: -7.5rem;
  }
}

.vomvoice-resource-modal__title {
  color: #487c9c;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.vomvoice-resource-modal__desc h4 {
  color: #487c9c;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 2.5rem 0 1.25rem;
}

.video-embed {
  padding-top: 56.25%;
  position: relative;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}