@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimsontext-bold-webfont.woff2") format("woff2"), url("/fonts/crimsontext-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimsontext-bolditalic-webfont.woff2") format("woff2"), url("/fonts/crimsontext-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimsontext-italic-webfont.woff2") format("woff2"), url("/fonts/crimsontext-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Crimson';
  src: url("/fonts/crimsontext-regular-webfont.woff2") format("woff2"), url("/fonts/crimsontext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunitosans-bold-webfont.woff2") format("woff2"), url("/fonts/nunitosans-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunitosans-bolditalic-webfont.woff2") format("woff2"), url("/fonts/nunitosans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunitosans-italic-webfont.woff2") format("woff2"), url("/fonts/nunitosans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunitosans-regular-webfont.woff2") format("woff2"), url("/fonts/nunitosans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nunito';
  src: url("/fonts/nunitosans-black-webfont.woff2") format("woff2"), url("/fonts/nunitosans-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Dancing Script';
  src: url("/fonts/dancingscript-regular-webfont.woff2") format("woff2"), url("/fonts/dancingscript-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'pilgrims-icons';
  src: url("/fonts/pilgrims-icons.eot?67432260");
  src: url("/fonts/pilgrims-icons.eot?67432260#iefix") format("embedded-opentype"), url("/fonts/pilgrims-icons.woff2?67432260") format("woff2"), url("/fonts/pilgrims-icons.woff?67432260") format("woff"), url("/fonts/pilgrims-icons.ttf?67432260") format("truetype"), url("/fonts/pilgrims-icons.svg?67432260#pilgrims-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'pilgrims-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  padding: 0;
  background: black;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Nunito', sans-serif;
  color: #383838;
  text-align: center;
}

html.has-modal,
.has-modal body {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer {
  width: 100%;
  background: black;
  margin: 0 auto;
  position: relative;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 2.5em 2em;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 640px) {
  #footer h3 {
    font-size: 1.5em;
  }
}

#container-main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.clear-it {
  clear: both;
}

.black-box {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
  padding: 2em;
  color: #fff;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .black-box {
    padding: 1.25em 0.75em;
  }
}

hr {
  clear: both;
  width: 90%;
  margin: 50px auto;
  border: 0;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

hr.small {
  clear: both;
  width: 90%;
  margin: 15px auto;
  border: 0;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

#menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9999;
  font-size: 0.8em;
  font-family: 'Crimson', serif;
  text-align: left;
}

.flex-menu-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  align-content: flex-start;
  position: relative;
}

@media (min-width: 72em) {
  .flex-menu-container {
    -webkit-box-align: center;
            align-items: center;
    padding-left: 0.625rem;
  }
}

a.menu-mobile {
  font-size: 1.75em;
  display: none;
  color: #fff;
}

@media (max-width: 72em) {
  a.menu-mobile {
    display: inline-block;
    padding: 15px 15px 0 15px;
  }
}

a.menu-mobile:hover {
  color: #ffe930;
}

#menu-nav {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (max-width: 72em) {
  #menu-nav {
    z-index: 9999;
    width: 100%;
    display: none;
    position: absolute;
    top: 45px;
    background: rgba(0, 0, 0, 0.75);
  }
}

#menu-nav li {
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #ffe930;
  text-transform: uppercase;
}

@media (max-width: 72em) {
  #menu-nav li {
    display: block;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

#menu-nav li a,
#menu-nav li span {
  position: relative;
  padding: 1em 0.65em;
  display: block;
  letter-spacing: 1px;
}

@media (max-width: 72em) {
  #menu-nav li a,
  #menu-nav li span {
    padding: 1em;
  }
}

#menu-nav li a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#menu-nav li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffe930;
  font-weight: normal;
  text-decoration: none;
}

#menu-social {
  margin: 0;
  padding: 8px 20px 0 0;
  text-align: right;
  vertical-align: middle;
}

@media (min-width: 72em) {
  #menu-social {
    padding: 0.5rem 1.25rem 0.5rem 0;
  }
}

#menu-social a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #fff;
  margin: 0 8px;
  font-weight: normal;
  text-decoration: none;
}

#menu-social a:hover {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-decoration: none;
}

#menu-social .button-donate {
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  background: #e46d1b;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
  text-transform: uppercase;
  font-family: "Crimson", serif;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0.75em 0.75em 0.3em;
}

@media (min-width: 72em) {
  #menu-social .button-donate {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

#menu-social .button-donate:hover {
  background: #b65716;
  font-weight: bold;
}

.bg-home {
  background: #0d0f12 url(/graphics/bg-home.jpg) no-repeat center top;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-home {
    background: black url(/graphics/bg-home-mobile.jpg) no-repeat center top;
  }
}

#home-banner {
  background: #e46d1b;
  color: #fff;
  padding: 0.5em 0.25em;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
  font-family: 'Crimson', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}

@media (max-width: 640px) {
  #home-banner {
    font-size: 0.9em;
  }
}

#home-banner a {
  color: #ffceac;
  font-weight: normal;
}

#home-banner a:hover {
  color: #fcbc8f;
  font-weight: normal;
}

#home-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding: 0.35em 0;
}

#home-column {
  text-align: center;
  margin: auto 0;
}

@media (max-width: 900px) {
  #home-column {
    width: 100%;
    margin: 0 auto;
    padding: 7em 1em 0 1em;
  }
}

#home-zip-finder-box {
  margin: 5px auto;
  display: block;
  position: relative;
}

#home-zip-finder-box input[type='text'] {
  position: relative;
  display: inline-block;
  padding: 0.9em;
  font-weight: normal !important;
  font-size: 1.1em;
  font-family: 'Nunito', sans-serif;
  vertical-align: middle;
  margin: 0;
  color: black;
  border-radius: 5px 0 0 5px;
  background: #fff;
}

.home-btn-zip {
  margin: 0;
  display: inline-block;
  padding: 1em;
  font-weight: normal !important;
  font-size: 1.1em;
  color: #fff;
  border-radius: 0 5px 5px 0;
  background: #e46d1b;
  vertical-align: middle;
}

.home-btn-zip:hover {
  color: #fff;
  font-weight: normal;
  background: #b65716;
}

.bg-about {
  background: black url(/graphics/bg-about.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-about {
    background: black url(/graphics/bg-about-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

#faqs-container {
  width: 60%;
  float: right;
  padding: 3em 2em;
  text-align: center;
  position: relative;
}

@media (max-width: 900px) {
  #faqs-container {
    width: 100%;
    padding: 1em;
  }
}

#contact-container {
  width: 60%;
  margin: 0 auto;
  max-width: 40rem;
  padding: 3em 2em;
  text-align: center;
  position: relative;
}

@media (max-width: 900px) {
  #contact-container {
    width: 100%;
    padding: 1em;
  }
}

#about-container {
  width: 60%;
  padding: 3em 2em;
  text-align: center;
  position: relative;
}

@media (max-width: 900px) {
  #about-container {
    width: 100%;
    padding: 1em;
  }
}

#preview-container {
  padding: 3em 0.5em;
  margin: 0 auto;
  text-align: center;
  position: relative;
  max-width: 72.5rem;
}

.logo-container {
  padding: 0 1.5em;
}

.vimeo-embed {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 50%;
  position: relative;
}

.vimeo-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  height: 100% !important;
}

.bg-theaters {
  background: black url(/graphics/bg-theaters.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-theaters {
    background: black url(/graphics/bg-theaters-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

#zip-finder-box {
  margin: 0;
  display: block;
  position: relative;
  vertical-align: top;
  float: left;
}

@media (max-width: 900px) {
  #zip-finder-box {
    margin: 5px auto 8px auto;
    float: none;
    text-align: center;
  }
}

#zip-finder-box input[type='text'] {
  position: relative;
  display: inline-block;
  padding: 14px;
  font-weight: normal !important;
  font-size: 1em;
  font-family: 'Nunito', sans-serif;
  vertical-align: middle;
  margin: 0;
  color: #5d5d5d;
  border: 1px solid #c6c6c6;
}

@media (max-width: 480px) {
  #zip-finder-box input[type='text'],
  #home-zip-finder-box input[type='text'] {
    padding: 9px;
    width: 95%;
    margin: 2px auto;
    border-radius: 0px;
  }
}

.btn-zip {
  cursor: pointer;
  display: inline-block;
  padding: 17px;
  position: relative;
  color: #fff;
  vertical-align: middle;
  font-weight: bold !important;
  font-size: 1em;
  background: #e46d1b;
  margin: 0 5px 0 0;
  -webkit-appearance: none !important;
  border: none;
}

.btn-zip:hover {
  background: #e98a49;
  color: #fff;
  font-weight: bold !important;
}

@media (max-width: 480px) {
  .btn-zip,
  .home-btn-zip {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 0px;
  }
}

@media (max-width: 768px) {
  #theater-column {
    position: relative;
    float: none;
    width: 95%;
    margin: 30px auto;
  }
}

#theater-states {
  text-align: right;
}

@media (max-width: 900px) {
  #theater-states {
    text-align: center;
  }
}

.state-select {
  vertical-align: top;
  margin: 0;
  width: 268px;
  height: 47px;
  padding: 0 12px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  border: 0;
  background: #e46d1b url(/graphics/icon-select.png) no-repeat right center;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
}

@media (max-width: 900px) {
  .state-select {
    margin: 5px auto;
  }
}

.theater-list {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  border-top: 1px solid #202020;
  font-size: 1.15em;
  line-height: 1 !important;
}

.theater-state {
  float: left;
  width: 15%;
  text-align: left;
  vertical-align: middle;
  font-size: 0.95em;
}

@media (max-width: 768px) {
  .theater-state {
    display: none;
  }
}

.theater-info {
  float: left;
  width: 45%;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .theater-info,
  .theater-buy {
    float: none;
    width: 100%;
    margin: 0 0 6px 0;
    text-align: center;
  }
}

.theater-info a {
  font-size: 0.8em;
  font-weight: normal;
}

.theater-info a:hover {
  font-weight: normal;
}

.theater-buy {
  width: 40%;
  float: left;
  text-align: right;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .theater-buy {
    width: 50%;
  }
}

.show-distance {
  display: none;
}

@media (max-width: 768px) {
  .show-distance {
    display: inline-block;
  }
}

.bg-resources {
  background: black url(/graphics/bg-resources.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-resources {
    background: black url(/graphics/bg-resources-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-endorsements {
  background: black url(/graphics/bg-endorsements.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-endorsements {
    background: black url(/graphics/bg-endorsements-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-screening {
  background: black url(/graphics/bg-screenings.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-screening {
    background: black url(/graphics/bg-screenings-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-contact {
  background: black url(/graphics/bg-contact.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-contact {
    background: black url(/graphics/bg-contact-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-download {
  background: black url(/graphics/bg-download.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-download {
    background: black url(/graphics/bg-download-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-faqs {
  background: black url(/graphics/bg-faqs.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-faqs {
    background: black url(/graphics/bg-faqs-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-videosphotos {
  background: black url(/graphics/bg-videosphotos.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-videosphotos {
    background: black url(/graphics/bg-videosphotos-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-404 {
  background: black url(/graphics/bg-404.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-404 {
    background: black url(/graphics/bg-404-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-ambassador {
  background: black url(/graphics/bg-ambassador.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-ambassador {
    background: black url(/graphics/bg-ambassador-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

.bg-groups {
  background: black url(/graphics/bg-groups.jpg) no-repeat center top fixed;
  background-size: cover;
}

@media (max-width: 900px) {
  .bg-groups {
    background: black url(/graphics/bg-groups-mobile.jpg) no-repeat center top;
    background-size: auto;
  }
}

#group-container {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 900px) {
  #group-container {
    width: 100%;
  }
}

.bg-videos {
  background: black url(/graphics/bg-videos.jpg) no-repeat center top fixed;
  background-size: cover;
}

.photo-thumbs {
  display: inline-block;
  margin: 5px;
  border: 1px solid #fff;
  position: relative;
  box-shadow: 0px 2px 7px #2c2c2c;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.photo-thumbs:hover {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.icon-play-circled2:before {
  content: '\e800';
}

.icon-ticket:before {
  content: '\e801';
}

.icon-up-open-mini:before {
  content: '\e802';
}

.icon-left-open-mini:before {
  content: '\e803';
}

.icon-menu:before {
  content: '\e804';
}

.icon-right-open-mini:before {
  content: '\e805';
}

.icon-down-open-mini:before {
  content: '\e806';
}

.icon-youtube:before {
  content: '\e807';
}

.icon-twitter-1:before {
  content: '\e808';
}

.icon-facebook-1:before {
  content: '\e809';
}

.icon-instagram-1:before {
  content: '\e80a';
}

.icon-menu {
  line-height: 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #db7d2b;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #eab282;
}

p {
  line-height: 1.4;
  margin: 10px auto 20px auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'Crimson', serif;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h1 {
  font-size: 2.5em;
}

@media (min-width: 25.875em) {
  h1 {
    font-size: 3em;
  }
}

h2 {
  font-size: 2.125em;
}

@media (min-width: 25.875em) {
  h2 {
    font-size: 2.75em;
  }
}

h3 {
  font-size: 2em;
}

@media (min-width: 25.875em) {
  h3 {
    font-size: 2.5em;
  }
}

h4 {
  font-size: 1.75em;
}

@media (min-width: 25.875em) {
  h4 {
    font-size: 2em;
  }
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.15em;
}

.white-it {
  color: #fff !important;
}

.shadow-it {
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
}

.center-it {
  text-align: center !important;
}

.right-it {
  text-align: right !important;
}

.left-it {
  text-align: left !important;
}

.bigger {
  font-size: 1.25em !important;
}

.black-it {
  color: black !important;
}

.tan-it {
  color: #ffcd6c !important;
}

.smaller {
  font-size: 0.9em !important;
}

.smallest {
  font-size: 0.7em !important;
}

ul,
ol {
  margin: 10px 0 10px 40px;
  padding: 0;
}

li {
  margin-bottom: 8px;
  padding: 0;
}

button,
[type='submit'] {
  -webkit-appearance: none;
}

.button,
.button-main,
.button-main-small,
.button-outline {
  display: inline-block;
  margin: 5px;
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none !important;
}

.button-spacer {
  margin: 5px;
}

.button-main {
  padding: 0.75em 2em;
  color: #fff;
  font-size: 1.1em;
  font-weight: normal;
  background: #e46d1b;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

@media (max-width: 480px) {
  .button-main {
    display: block;
    width: 100%;
    margin: 3px auto;
  }
}

.button-main:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #e77c32;
}

.button-main-small {
  padding: 0.75em 1em;
  color: #fff;
  font-size: 0.85em;
  font-weight: normal;
  background: #e46d1b;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: none;
}

.button-main-small:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: #e77c32;
}

.button-outline {
  padding: 1em 3em;
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  background: rgba(255, 255, 255, 0);
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border: 1px solid #fff;
}

.button-outline:hover {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
}

.button-round,
.button-to-top {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  font-weight: bold;
  z-index: 8888;
  padding: 0;
  margin: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.button-to-top {
  color: #f5f5f5;
  background: #464646;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8888;
}

.button-to-top:hover {
  background: #262626;
  color: #f5f5f5;
}

.spacer5,
.spacer10,
.spacer20,
.spacer30,
.spacer50,
.spacer60,
.spacer80,
.spacer100 {
  margin: 0 !important;
  padding: 0 !important;
}

.spacer5 {
  margin-bottom: 5px !important;
}

.spacer10 {
  margin-bottom: 10px !important;
}

.spacer20 {
  margin-bottom: 20px !important;
}

.spacer30 {
  margin-bottom: 30px !important;
}

.spacer50 {
  margin-bottom: 50px !important;
}

.spacer60 {
  margin-bottom: 60px !important;
}

.spacer80 {
  margin-bottom: 80px !important;
}

.spacer100 {
  margin-bottom: 100px !important;
}

.flex-column-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  justify-content: space-around;
  align-content: center;
  -webkit-box-align: stretch;
          align-items: stretch;
  position: relative;
}

.flex-column-container .column-third {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  width: 30%;
  margin: 15px 1.25%;
  position: relative;
}

@media (max-width: 900px) {
  .flex-column-container .column-third {
    width: 46.5%;
  }
}

@media (max-width: 720px) {
  .flex-column-container .column-third {
    width: 100%;
  }
}

.flex-equal-height {
  display: -webkit-box;
  display: flex;
}

.flex-column-container-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0;
}

.column-half {
  width: 48%;
  margin: 10px 0.75%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .column-half {
    width: 100%;
    margin: 10px auto;
  }
}

.column-third-normal {
  width: 30%;
  margin: 15px 1.25%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .column-third-normal {
    width: 47%;
  }
}

@media (max-width: 640px) {
  .column-third,
  .column-third-normal {
    width: 100%;
    margin: 10px auto;
  }
}

.big-pad {
  padding: 2em 4em 4em 4em;
  position: relative;
}

@media (max-width: 768px) {
  .big-pad {
    padding: 2em 1em;
  }
}

.big-pad-half {
  padding: 1em 10em 2em 10em;
  position: relative;
}

.image-brdr {
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.85);
  margin-bottom: 5px;
}

#the-form {
  margin: 0 auto;
}

#the-form label {
  margin: 25px 0 5px 0;
  display: block;
  text-align: left !important;
  font-size: 1em;
  line-height: 1.2;
}

#the-form label.required {
  font-weight: bold;
}

#the-form label em {
  color: #c83333;
  font-style: none;
}

#the-form select {
  display: block;
  margin: 0 0 5px 0;
  height: 30px;
  font-size: 1em;
  border: 1px solid #c6c6c6;
}

#the-form input[type='checkbox'] {
  margin: 0 15px 0 0;
}

#the-form input[type='text'],
#the-form input[type='email'] {
  width: 100%;
  display: block;
  background: #ffffff;
  padding: 9px 15px;
  color: black;
  position: relative;
  border: 1px solid #c6c6c6;
  font-size: 1em;
  margin: 0;
}

#the-form textarea {
  width: 100%;
  height: 120px;
  display: block;
  background: #ffffff;
  padding: 12px 8px;
  border: 1px solid #c6c6c6;
  color: #5b5b5b;
  margin: 0;
  font-size: 1em;
}

#the-form input[type='radio'] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.error {
  margin: 10px 0;
  line-height: 1.4;
  color: #c20505;
  font-weight: bold;
  font-size: 0.9em !important;
  text-align: left;
}

.thepot {
  display: none;
}

.shrink-it {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.shrink-it:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.fade-in {
  -webkit-animation: FadeIn 1s ease-out forwards;
          animation: FadeIn 1s ease-out forwards;
}

.home-fade-down {
  -webkit-animation: FadeDown 0.4s 0.5s ease-out forwards;
          animation: FadeDown 0.4s 0.5s ease-out forwards;
}

.home-fade-down-2 {
  -webkit-animation: FadeDown 0.4s 0.6s ease-out forwards;
          animation: FadeDown 0.4s 0.6s ease-out forwards;
}

.home-fade-down-3 {
  -webkit-animation: FadeDown 0.4s 0.7s ease-out forwards;
          animation: FadeDown 0.4s 0.7s ease-out forwards;
}

.home-fade-down-4 {
  -webkit-animation: FadeDown 0.4s 0.8s ease-out forwards;
          animation: FadeDown 0.4s 0.8s ease-out forwards;
}

.home-fade-down-5 {
  -webkit-animation: FadeDown 0.4s 0.9s ease-out forwards;
          animation: FadeDown 0.4s 0.9s ease-out forwards;
}

.fade-right {
  -webkit-animation: FadeRight 0.5s 0.4s ease-out forwards;
          animation: FadeRight 0.5s 0.4s ease-out forwards;
}

@-webkit-keyframes FadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes FadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes FadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes FadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes FadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes FadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.screening-button {
  background-color: #e46d1a;
  color: white;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05em;
}

.screening-button span {
  display: block;
  font-weight: bold;
  opacity: 0.85;
  font-size: 14px;
  font-size: 0.875rem;
}

.screening-button strong {
  display: block;
  font-weight: 800;
}

.errors,
.ty-message {
  background-color: #b54334;
  border-radius: 0.5em;
  color: white;
  margin-bottom: 1.5em;
  padding: 1em 1em 0.5em;
}

.errors h5,
.ty-message h5 {
  font-size: 1em;
  margin: 0 0 1em;
}

.errors ul,
.ty-message ul {
  padding-left: 2em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
}

.errors li,
.ty-message li {
  margin: 0;
  padding-bottom: 0.875em;
}

.errors a,
.ty-message a {
  color: white;
}

.ty-message {
  background-color: #76962c;
}

.ty-message p:last-child {
  padding-bottom: 0;
  margin-bottom: 6px;
}

.minor-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
}

.share-sheet__options {
  background-color: rgba(0, 0, 0, 0.35);
  list-style: none;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.625rem;
  display: -webkit-box;
  display: flex;
  margin: 0;
  max-width: 25rem;
}

@media (min-width: 23em) {
  .share-sheet__options {
    border-radius: 0.25rem;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
  }
}

.share-sheet__option {
  -webkit-box-flex: 0;
          flex: 0 0 33.333%;
}

.share-sheet__link {
  display: block;
  padding: 0.625rem;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-radius: 0.2rem;
}

.share-sheet__link:hover {
  background-color: rgba(118, 150, 44, 0.2);
  color: white;
}

.share-sheet__link .icon {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background-color: white;
  border-radius: 10rem;
  margin: 0 auto;
  display: block;
  padding: 0.25rem;
  height: 2.25rem;
  width: 2.25rem;
}

@media (min-width: 25.875em) {
  .share-sheet__link .icon {
    margin-bottom: 0.5rem;
  }
}

.share-sheet__link .icon path {
  fill: #76962c;
}

.share-sheet__link:hover .icon {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.share-sheet__link span {
  display: none;
}

@media (min-width: 25.875em) {
  .share-sheet__link span {
    display: inline-block;
  }
}

.share-sheet__link--mailto svg {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.share-sheet__link--fb svg {
  -webkit-transform: translateX(0.1rem) translateY(0.1rem);
          transform: translateX(0.1rem) translateY(0.1rem);
}

.share-sheet__link--tw svg {
  -webkit-transform: translateX(0.15rem) translateY(0.1rem);
          transform: translateX(0.15rem) translateY(0.1rem);
}

[v-cloak] {
  display: none;
}

.no-js-info {
  background-color: #b54334;
  padding: 1.25rem;
  -webkit-animation: showNoJSWarning 1s ease;
          animation: showNoJSWarning 1s ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.js .no-js-info {
  display: none;
}

.no-js-info__inner {
  color: white;
  margin: 0 auto;
  max-width: 30rem;
  padding: 1.25rem;
}

.no-js-info__inner h2 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.no-js-info__inner p:last-of-type {
  padding-bottom: 0;
}

@-webkit-keyframes showNoJSWarning {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showNoJSWarning {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.screening-form {
  padding: 1em;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 900px) {
  .screening-form {
    width: 60%;
    max-width: 54rem;
    padding: 3em 2em;
  }
}

.general-form {
  /* This hides native custom-select button arrow in IE */
  /* Custom arrow - could be an image, SVG, icon font, etc. */
  /* Hover style - tricky because we're clipping the overflow */
  /* Focus style */
  /* This hides focus around selected option in FF */
}

.general-form .field-title {
  margin: 50px 0 20px;
}

.general-form .field {
  padding-bottom: 25px;
}

.general-form .field--agree {
  position: relative;
  padding-left: 1.75rem;
}

.general-form .field--agree [type='checkbox'] {
  position: absolute;
  left: 0.25rem;
  top: 0.1rem;
}

.general-form .field--submit {
  text-align: center;
}

.general-form .field__note {
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: italic;
  padding: 4px 0 0;
  opacity: 0.8;
}

.general-form .field__warning {
  background-color: #ffe930;
  padding: 0.625rem 0.625rem 0.625rem 2.75rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-size: 1rem;
  font-style: italic;
  position: relative;
}

.general-form .field__warning-icon {
  position: absolute;
  left: 0.3rem;
  top: 0.25rem;
  height: 100%;
  width: 2rem;
}

.general-form .field__warning-icon path {
  fill: rgba(0, 0, 0, 0.5);
}

@media (min-width: 48em) {
  .general-form .fieldgroup--double {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 72em) {
  .general-form .fieldgroup--citystatezip {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: 1fr 8rem 8rem;
  }
}

.general-form .fieldgroup--signature {
  padding: 2.5rem 0;
}

@media (min-width: 72em) {
  .general-form .fieldgroup--signature {
    display: grid;
    grid-gap: 2.5rem;
    grid-template-columns: 1fr 7.5rem;
  }
}

.general-form .custom-select {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border: 1px solid #c2cacf;
  border-radius: 0.125rem;
  background-color: white;
  font-size: 16px;
  font-size: 1rem;
}

.general-form .custom-select--inline {
  display: inline-block;
}

.general-form select {
  /* Make sure the select is wider than the container so we can clip the arrow */
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Ugly Firefox way of doing it */
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: '';
  /* Magic font size number to prevent iOS text zoom */
  font-size: 16px;
  font-size: 1rem;
  background: none;
  border: none;
  color: #444;
  outline: none;
  /* Padding works surpringly well */
  padding: 6px 19% 7px 0.625em;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  margin: 0.2em;
}

@-moz-document url-prefix() {
  .general-form select {
    padding: 0.35em 19% 0.1em 0.625em;
    width: -moz-calc(100% + 40px);
    max-width: -moz-calc(100% + 40px);
    min-width: -moz-calc(100% + 40px);
  }
}

@media all and (-ms-high-contrast: none) {
  .general-form select {
    padding: 0.35em 19% 0 0.625em;
  }
}

.general-form select::-ms-expand {
  display: none;
}

.general-form .custom-select::before {
  background-color: white;
  border-left: 1px solid #d0d6da;
  content: '';
  height: 80%;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 10%;
  width: 1.75rem;
  z-index: 1;
}

.general-form .custom-select::after {
  background: none;
  color: #bbb;
  content: '';
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #e46d1a;
  width: 0;
  height: 0;
  font-size: 14px;
  font-family: sans-serif;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  z-index: 1;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.general-form .custom-select:hover {
  border: 1px solid #e46d1a;
}

.general-form select:focus {
  text-decoration: underline;
  outline: none;
}

.general-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.general-form label {
  display: block;
  font-weight: bold;
  padding-bottom: 6px;
}

.general-form textarea {
  resize: vertical;
  height: 10em;
  width: 100%;
}

.general-form input,
.general-form textarea {
  font-size: 0.875em;
}

.general-form button,
.general-form input,
.general-form select,
.general-form textarea {
  color: #444;
  font: 100%/1.25 "Nunito", sans-serif;
}

.general-form [type='text'],
.general-form [type='email'],
.general-form [type='tel'],
.general-form [type='password'],
.general-form textarea {
  border: 1px solid #ddd;
  background-color: #eee;
  padding: 0.5em;
}

.general-form [type='text'],
.general-form [type='email'],
.general-form [type='tel'],
.general-form [type='password'] {
  width: 100%;
}

.general-form a:focus,
.general-form [type='text']:focus,
.general-form [type='email']:focus,
.general-form [type='tel']:focus,
.general-form [type='password']:focus,
.general-form textarea:focus {
  outline: 3px solid rgba(228, 109, 26, 0.5);
}

.general-form .button,
.general-form input[type='submit'],
.general-form button {
  border: none;
  border-radius: 0.375em;
  background-color: #e46d1a;
  border: 2px solid transparent;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 0.325em 0.75em 0.325em;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.general-form .button:hover,
.general-form input[type='submit']:hover,
.general-form button:hover {
  background-color: #b65715;
  color: white;
}

.general-form .button:focus,
.general-form input[type='submit']:focus,
.general-form button:focus {
  outline: 3px solid rgba(228, 109, 26, 0.5);
}

.general-form .button:active,
.general-form input[type='submit']:active,
.general-form button:active {
  top: 2px;
}

.general-form .error {
  border-color: red;
  background: #fdd;
}

.general-form .error:focus {
  outline-color: #f99;
}

.general-form .input-signature {
  font-family: "Dancing Script", serif, serif;
  background-color: transparent;
  color: white;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  font-size: 24px;
  font-size: 1.5rem;
}

.general-form .input-signature--date {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-top: 18px;
  width: 7.5rem;
}

.general-form .vdp-datepicker__calendar {
  color: #444;
}

.general-form .screening-show-addy2 {
  background-color: transparent;
  color: #e46d1a;
  float: right;
  padding: 0;
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}

.general-form .screening-show-addy2:hover {
  background-color: transparent;
  color: #ed995e;
  text-decoration: none;
}

.screening-form__header {
  margin: -2em -2em 1.5em;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 72em) {
  .screening-form__header {
    padding-top: 50%;
  }
}

@media (min-width: 84em) {
  .screening-form__header {
    padding-top: 40%;
  }
}

.screening-form__header img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: none;
  width: 150%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 72em) {
  .screening-form__header img {
    width: 115%;
  }
}

@media (min-width: 84em) {
  .screening-form__header img {
    width: 100%;
  }
}

.screening-errors {
  background-color: #b54334;
  padding: 1.5em 1.25em 1.5em 2.25em;
  border-radius: 0.375em;
  margin: 1em 0 1.5em;
}

.screening-errors li {
  margin-bottom: 0.625em;
}

.screening-errors li:last-child {
  margin-bottom: 0;
}

.faqs__item {
  margin-bottom: 2em;
}

.faqs__question {
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.rm-address {
  padding-left: 1.875rem;
  line-height: 1.5;
}

.color-choice-field {
  display: none;
}

.hover-lp-201908 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.hover-lp-201908__button {
  background-color: #8b1c00;
  color: white;
  position: absolute;
  top: 0.625rem;
  cursor: pointer;
  right: 0.625rem;
  z-index: 2;
  text-transform: uppercase;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.375rem 0.375rem 0 0;
  letter-spacing: 0.1em;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

@media (min-width: 48em) {
  .hover-lp-201908__button {
    left: 50%;
    right: auto;
    margin-left: 17rem;
    top: 1rem;
    padding: 0.625rem 1rem;
    height: 2.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 40rem;
  }
}

@media (min-width: 60em) {
  .hover-lp-201908__button {
    margin-left: 23.25rem;
    top: 1.75rem;
  }
}

@media (min-width: 76em) {
  .hover-lp-201908__button {
    margin-left: 22.75rem;
  }
}

.hover-lp-201908__button:hover {
  background-color: #721700;
}

.hover-lp-201908__modal {
  margin: 0 auto;
  max-width: 73.25rem;
  position: absolute;
  top: 1.875rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  z-index: 1;
  max-width: 50rem;
}

@media (min-width: 25.875em) {
  .hover-lp-201908__modal {
    top: 2rem;
  }
}

@media (min-width: 48em) {
  .hover-lp-201908__modal {
    left: 50%;
    width: 100%;
    top: 3.125rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 40rem;
  }
}

@media (min-width: 60em) {
  .hover-lp-201908__modal {
    max-width: 52.5rem;
    top: 3.875rem;
  }
}

.hover-lp-201908__top {
  margin: 0 -7.5rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__top {
    margin: 0;
  }
}

@media (min-width: 76em) {
  .hover-lp-201908__top {
    margin: 0 1.25rem;
  }
}

.hover-lp-201908__top img {
  display: block;
}

.hover-lp-201908__main {
  margin-top: -1rem;
  text-align: center;
}

.hover-lp-201908__form {
  background-color: #eddfaa;
  position: relative;
}

.hover-lp-201908__form::before, .hover-lp-201908__form::after {
  content: '';
  display: block;
  background-size: auto 15rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(/graphics/lp_201908/form_bg_top.png);
  height: 15rem;
  position: absolute;
  top: -5rem;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hover-lp-201908__form::after {
  background-image: url(/graphics/lp_201908/form_bg_bot.png);
  top: auto;
  bottom: -5rem;
  z-index: 2;
}

.hover-lp-201908__form .errors {
  background-color: #8b1c00;
  border-radius: 0.25rem;
  color: white;
  padding: 0.625rem;
  max-width: 20rem;
  margin: 0 auto 1.25rem;
}

.hover-lp-201908__inner {
  position: relative;
  z-index: 3;
  padding: 0 1.875rem;
}

.hover-lp-201908__title,
.hover-lp-201908__subtitle {
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}

@media (min-width: 23.25em) {
  .hover-lp-201908__title,
  .hover-lp-201908__subtitle {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 60em) {
  .hover-lp-201908__title,
  .hover-lp-201908__subtitle {
    font-size: 48px;
    font-size: 3rem;
  }
}

.hover-lp-201908__subtitle {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 23.25em) {
  .hover-lp-201908__subtitle {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 60em) {
  .hover-lp-201908__subtitle {
    font-size: 32px;
    font-size: 2rem;
  }
}

.hover-lp-201908__crossout {
  position: relative;
  display: inline-block;
}

.hover-lp-201908__crossout::before {
  content: '';
  display: block;
  position: absolute;
  height: 0.25rem;
  background-color: #8b1c00;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: rotateZ(1.5deg) translateY(-0.1em);
          transform: rotateZ(1.5deg) translateY(-0.1em);
}

.hover-lp-201908__extended {
  color: #8b1c00;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__extended {
    margin-bottom: 1.25rem;
  }
}

.hover-lp-201908__counter {
  color: #8b1c00;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.hover-lp-201908__inline-fields {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 1rem;
  max-width: 24rem;
  margin: 0 auto;
}

@media (min-width: 48em) {
  .hover-lp-201908__inline-fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    max-width: none;
  }
}

@media (min-width: 60em) {
  .hover-lp-201908__inline-fields {
    max-width: 35.75rem;
  }
}

.hover-lp-201908__inline-fields [type='submit'] {
  cursor: pointer;
  font-family: trajan-pro-3, serif;
  font-weight: 600;
  color: #e9ca88;
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
  max-width: 15rem;
  margin: 0 auto;
  background-color: #ca2800;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.3), inset 0 2px 3px rgba(255, 255, 255, 0.3);
  border-radius: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__inline-fields [type='submit'] {
    font-size: 21px;
    font-size: 1.3125rem;
    border: 1px solid black;
  }
}

.hover-lp-201908__field {
  padding-bottom: 0.625rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__field {
    padding-bottom: 0;
    padding-right: 0.625rem;
    display: -webkit-box;
    display: flex;
  }
}

.hover-lp-201908__field label {
  align-self: center;
  white-space: nowrap;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 0.3125rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__field label {
    padding-bottom: 0;
    padding-right: 0.625rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hover-lp-201908__field [type='email'] {
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  width: 15rem;
}

@media (min-width: 48em) {
  .hover-lp-201908__field [type='email'] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.hover-lp-201908__disclosure {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
}

.hover-lp-201908-ty-message {
  background-color: #76962c;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  color: white;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}

.hover-lp-201908-ty-message__inner {
  padding: 1.25rem 1.25rem 1.25rem 5.625rem;
  position: relative;
  max-width: 54rem;
}

@media (min-width: 48em) {
  .hover-lp-201908-ty-message__inner {
    padding: 1.25rem 1.25rem 1.25rem 6.5rem;
  }
}

.hover-lp-201908-ty-message__inner::after {
  content: '';
  position: absolute;
  left: 4.375rem;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 48em) {
  .hover-lp-201908-ty-message__inner::after {
    left: 5rem;
  }
}

.hover-lp-201908-ty-message__inner::before {
  content: '';
  display: block;
  background: url(/graphics/lp_201908/icon_checkmark.svg) center no-repeat;
  height: 3.25rem;
  position: absolute;
  left: 0.625rem;
  top: 1.25rem;
  width: 3.25rem;
}

.hover-lp-201908-ty-message__inner h2 {
  margin: 0 0 0.25rem;
  font-size: 21px;
  font-size: 1.3125rem;
}

.hover-lp-201908-ty-message__inner p:last-child {
  padding-bottom: 0;
}
