@font-face {
  font-family: 'GothamLight';
  src: url(https://assets.theguestbook.com/production-assets/gotham_light-01db90a4b14b89ba179701a1502e3fcf8ef266e9ecb469ad9477b26223caa6ef.eot);
  /* IE9 Compat Modes */
  src: url(https://assets.theguestbook.com/production-assets/gotham_light-01db90a4b14b89ba179701a1502e3fcf8ef266e9ecb469ad9477b26223caa6ef.eot?#iefix) format("embedded-opentype"), url(https://assets.theguestbook.com/production-assets/gotham_light-725fb80c0d0782860e7a46ada4fa220117ea3b008fd0c0a8196144c279fae899.woff2) format("woff2"), url(https://assets.theguestbook.com/production-assets/gotham_light-59a1b91de34e3baeeae89e89a273bfd0f241c0d13cb0f9a0abd5e4c682667892.woff) format("woff"), url(https://assets.theguestbook.com/production-assets/gotham_light-a84a3021495cdd3a2a1ba9eb38fdc2f8f211cebc865e7be16e28e83302583d14.ttf) format("truetype"), url(https://assets.theguestbook.com/production-assets/gotham_light-b202b5b6ff38ea4d04799137944431fe87c6975648edee0107dfe0838015ec97.svg#GothamLight) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'GothamBold';
  src: url(https://assets.theguestbook.com/production-assets/gotham_bold-007cd64688ae295c15a20abb87b12567c93a36d21fc236ffb67d8cb3ceb57387.eot);
  /* IE9 Compat Modes */
  src: url(https://assets.theguestbook.com/production-assets/gotham_bold-007cd64688ae295c15a20abb87b12567c93a36d21fc236ffb67d8cb3ceb57387.eot?#iefix) format("embedded-opentype"), url(https://assets.theguestbook.com/production-assets/gotham_bold-3b2cdbbe31e5ca87b1c424569e091a50e15fed21259647c044855e2b66f9ac51.woff2) format("woff2"), url(https://assets.theguestbook.com/production-assets/gotham_bold-737194a08a08c6e9a82a1e6e5df75ee7c18668edcf1240a642b1cdc63c022f2e.woff) format("woff"), url(https://assets.theguestbook.com/production-assets/gotham_bold-cb780af42ae085e0aa3b2d9d9320cdfd584d8c5fde37095cd4d63383a8a368d3.ttf) format("truetype"), url(https://assets.theguestbook.com/production-assets/gotham_bold-68be14cbe9658fb5c16837c00afbebe1abfdd7f340b8008e58f0f58b7a89780c.svg#GothamLight) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'FontAwesome';
  src: url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-f3d6ac580dca6933f4194b8d7eefd591c8fa69826866c77246d4bcf52b047a53.eot);
  /* IE9 Compat Modes */
  src: url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-f3d6ac580dca6933f4194b8d7eefd591c8fa69826866c77246d4bcf52b047a53.eot?#iefix) format("embedded-opentype"), url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-955e5aa956b31af1c4e9fbb5a8803175b2a70ef46c457cd51176032c2b8b0473.woff2) format("woff2"), url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-63a5e17be8287d164496a99ec9a91eb822e016f505280a3cd9992544fa6dd65b.woff) format("woff"), url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-208f42c5025b82ba67ca62a1ab223aca7baeb33b735e61b65724d421fd752194.ttf) format("truetype"), url(https://assets.theguestbook.com/production-assets/fontawesome-webfont-eafde12c3ecad50e72d733ea3fe1c70429f1f89cd5b9d21de086bc14f72f8a05.svg#GothamLight) format("svg");
  /* Legacy iOS */
}

/* line 39, app/assets/stylesheets/popups/base.css.scss.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 48, app/assets/stylesheets/popups/base.css.scss.erb */
.hide {
  display: none;
}

/* line 52, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}

/* line 62, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal.gb-transition.right-modal .gb-modal-content {
  right: 0;
}

/* line 68, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal.gb-transition.left-modal .gb-modal-content {
  left: 0;
}

/* line 73, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-content {
  width: 375px;
  min-height: 584px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 37px 35px;
  box-sizing: border-box;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  transition: all 1.5s ease-in-out;
}

/* line 92, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-close {
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/popups/base.css.scss.erb */
.right-modal .gb-modal-content {
  right: -375px;
}

/* line 105, app/assets/stylesheets/popups/base.css.scss.erb */
.right-modal .gb-modal-close {
  left: -45px;
}

/* line 111, app/assets/stylesheets/popups/base.css.scss.erb */
.left-modal .gb-modal-content {
  left: -375px;
}

/* line 115, app/assets/stylesheets/popups/base.css.scss.erb */
.left-modal .gb-modal-close {
  left: 390px;
}

/* line 120, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-window {
  height: 100%;
}

/* line 124, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked,
.gb-congrats,
.gb-modal-header .gb-unlocked-h,
.gb-modal-header .gb-interstitial-h {
  display: none;
}

/* line 131, app/assets/stylesheets/popups/base.css.scss.erb */
.or-class {
  font-size: 13px;
}

/* line 135, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-header {
  border-bottom: 1px solid #aeaeae;
  text-align: center;
  padding-bottom: 27px;
  font-family: "GothamBold", Arial, sans-serif;
}

/* line 140, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-header .cash-value {
  font-size: 32px;
  padding-bottom: 20px;
}

/* line 144, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-header .cash-value:before {
  content: "\f023";
}

/* line 149, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-header span {
  font-size: 18px;
  display: block;
}

/* line 158, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 164, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body .gb-single-list {
  padding-bottom: 32px;
}

/* line 167, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body .gb-single-list li {
  padding-top: 32px;
}

/* line 170, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body .gb-single-list li.gb-additional {
  text-transform: none;
  font-size: 11px;
  font-family: "GothamLight", Arial, sans-serif;
  padding-top: 10px;
  color: #808080;
}

/* line 177, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body .gb-single-list li.gb-additional.gb-additional-text {
  padding-top: 30px;
}

/* line 183, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-modal-body .gb-single-list i {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #5b5b5b;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 7px;
  font-style: normal;
}

/* line 202, app/assets/stylesheets/popups/base.css.scss.erb */
.unlock-benefits:first-child {
  margin-bottom: 10px;
}

/* line 206, app/assets/stylesheets/popups/base.css.scss.erb */
.unlock-benefits.gb_disabled input {
  background: #a4a4a4 !important;
  color: #FFF !important;
}

/* line 211, app/assets/stylesheets/popups/base.css.scss.erb */
.unlock-benefits input[type="button"] {
  border: 1px solid #dddddd;
  border-radius: 7px;
  background: #a4a4a4;
  height: 50px;
  color: #fff;
  display: block;
  width: 100%;
  font-family: "GothamLight", Arial, sans-serif;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 227, app/assets/stylesheets/popups/base.css.scss.erb */
.enroll-btn input {
  font-family: "GothamLight", Arial, sans-serif;
}

/* line 231, app/assets/stylesheets/popups/base.css.scss.erb */
.email-disclaimer {
  font-family: 'GothamLight', sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: none;
}

/* line 239, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-terms {
  font-family: "GothamBold", Arial, sans-serif;
}

/* line 243, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked {
  padding-top: 15%;
}

/* line 245, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-info {
  text-transform: none;
  font-size: 15px;
  font-family: "GothamLight", sans-serif;
}

/* line 251, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-modal-mail {
  border: 1px solid #656565;
  background: #fff;
  outline: none;
  border-radius: 7px;
  height: 50px;
  display: block;
  width: 100%;
  padding: 4px 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "GothamLight", Arial, sans-serif;
  color: #4f4f4f;
  text-align: center;
  -webkit-appearance: none;
}

/* line 268, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  text-align: center;
  font-size: 10px;
  font-family: "GothamLight", Arial, sans-serif;
  color: #8d8d8d;
}

/* line 275, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked ::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
  font-size: 10px;
  font-family: "GothamLight", Arial, sans-serif;
  color: #8d8d8d;
}

/* line 282, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked :-ms-input-placeholder {
  /* IE 10+ */
  text-align: center;
  font-size: 10px;
  font-family: "GothamLight", Arial, sans-serif;
  color: #8d8d8d;
}

/* line 289, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked :-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
  font-size: 10px;
  font-family: "GothamLight", Arial, sans-serif;
  color: #8d8d8d;
}

/* line 297, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-terms {
  font-size: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 37px;
}

/* line 304, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-terms a {
  color: #8d8d8d;
}

/* line 309, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-mail-holder {
  position: relative;
}

/* line 313, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-mail-input-check {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 24px;
  transform: translateY(-50%);
}

/* line 320, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-mail-input-check:before {
  content: "\f00c";
}

/* line 329, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked .gb-modal-header .cash-value:before {
  content: "\f084";
}

/* line 333, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked .gb-modal-header span {
  display: none;
}

/* line 336, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked .gb-modal-header span.gb-unlocked-h {
  display: block;
}

/* line 342, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked .gb-single-list,
.unlocked .gb-modal-footer {
  display: none;
}

/* line 347, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked .gb-unlocked {
  display: block;
}

/* line 351, app/assets/stylesheets/popups/base.css.scss.erb */
.unlocked #v2_input {
  display: none;
}

/* line 359, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial .gb-modal-header .cash-value:before {
  content: "\f09c";
}

/* line 363, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial .gb-modal-header span {
  display: none;
}

/* line 366, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial .gb-modal-header span.gb-interstitial-h {
  display: block;
}

/* line 372, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial .gb-single-list,
.interstitial .gb-modal-footer {
  display: none;
}

/* line 377, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial .gb-congrats {
  display: block;
  font-size: 11px;
  text-transform: none;
  font-family: "GothamLight", sans-serif;
  padding: 45px 0 0 0;
  line-height: 20px;
}

/* line 386, app/assets/stylesheets/popups/base.css.scss.erb */
.interstitial #v2_input, .interstitial .gb-terms {
  display: none;
}

/* line 391, app/assets/stylesheets/popups/base.css.scss.erb */
.email-fields .enter-email, .congrats-heading {
  font-family: "GothamBold", Arial, sans-serif;
  font-size: 15px;
}

@media (max-width: 480px) {
  /* line 397, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-close {
    top: 15px !important;
    left: 15px !important;
  }
  /* line 401, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-close svg path {
    fill: #595959;
  }
  /* line 406, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-content {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}

@media (max-width: 320px) {
  /* line 418, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-body .gb-single-list li {
    padding-top: 27px;
  }
  /* line 426, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-unlocked .gb-info br {
    display: none;
  }
  /* line 434, app/assets/stylesheets/popups/base.css.scss.erb */
  .interstitial .gb-congrats br {
    display: none;
  }
}

/* line 442, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-info {
  padding-bottom: 30px;
}

/* line 445, app/assets/stylesheets/popups/base.css.scss.erb */
.gb-unlocked .gb-info span {
  display: block;
  padding-top: 42px;
}

@media (max-width: 320px) {
  /* line 453, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-content {
    padding: 32px 30px;
  }
  /* line 457, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-header {
    padding-bottom: 22px;
  }
  /* line 461, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-body .gb-single-list {
    padding-bottom: 27px;
  }
  /* line 464, app/assets/stylesheets/popups/base.css.scss.erb */
  .gb-modal-body .gb-single-list li {
    padding-top: 22px;
  }
}
