/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*---------------------------------------------------
LESS Elements 0.9
---------------------------------------------------
A set of useful LESS mixins by Dmitry Fadeyev
Special thanks for mixin suggestions to:
Kris Van Herzeele,
Benoit Adam,
Portenart Emile-Victor,
Ryan Faerman

More info at: http://lesselements.com
-----------------------------------------------------*/
.helvs {
  font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
  line-height: 1.2;
}
.helvs {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.helvslt {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
button {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
  line-height: 1.2;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 500;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  margin-top: 13px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 10px 0;
}
button:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.37);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.37);
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
button:disabled {
  cursor: initial;
  opacity: 0.5;
}
.blue-button {
  background-color: #3d80d2;
}
.blue-button:hover {
  background-color: #2473d4;
  color: #fbfbfb;
}
.red-button {
  background-color: #e74848;
}
.red-button:hover {
  background-color: #ed3232;
  color: #fbfbfb;
}
.grey-button {
  background-color: #555;
}
.grey-button:hover {
  background-color: #7b7b7b;
}
#email-button {
  background-color: #3d80d2;
}
#email-button:hover {
  background-color: #2473d4;
  color: #fbfbfb;
}
#fb-button {
  background-color: #3b5998;
}
#fb-button:hover {
  background-color: #274991;
  color: #fbfbfb;
}
#sms-button {
  background-color: #3d80d2;
}
#sms-button:hover {
  background-color: #2473d4;
  color: #fbfbfb;
}
.reduced-btn-text {
  font-size: 26px;
  line-height: 45px;
}
.canada-go-online-button {
  font-size: 30px;
}
#landing-cta-wrap button span.icon {
  width: 40px;
  position: absolute;
  color: inherit;
  margin-top: 0px;
  margin-left: 15px;
  line-height: inherit;
  font-size: inherit;
}
@media handheld, only screen and (max-width: 767px) {
  button {
    width: 100%;
    font-size: 30px;
    padding: 12px 0;
  }
  .cancel {
    margin-top: 30px;
  }
  .reduced-btn-text {
    font-size: 22px;
    line-height: 45px;
  }
  .canada-go-online-button {
    font-size: 20px;
  }
}
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
  line-height: 1.2;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  height: 100%;
  width: 100%;
}
body footer img {
  width: 130px;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: #3d80d2;
}
a:hover {
  color: #2473d4;
}
strong {
  font-weight: bold;
}
.hidden {
  display: none;
}
#fb-root {
  display: none;
}
.loadbox-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.9);
}
.loadbox-wrapper span {
  font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', sans-serif;
  line-height: 1.2;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 200;
  font-size: 16px;
  display: block;
  letter-spacing: 0.5em;
  position: absolute;
  color: #888;
  top: 50%;
  margin-top: 28px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  width: 200px;
}
.mini {
  zoom: 80%;
  -moz-transform: scale(0.8);
  margin-top: 10px;
  border: none;
  background: transparent;
}
.loadbox {
  -webkit-perspective: 1000;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-top: -15px;
  margin-left: -45px;
  top: 50%;
  overflow: hidden;
}
.loadbox .loading-animation {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.loadbox .loading-animation .animated {
  position: absolute;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
}
.loadbox .loading-animation .fill {
  background-color: #ff3c3c;
}
.loadbox .loading-animation .cover {
  background-color: #fff;
}
.loadbox .loading-animation .bottom {
  bottom: 0;
  height: 11%;
  width: 100%;
  left: 100%;
  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
}
.loadbox .loading-animation #bottom-fill {
  animation-name: bottom-fill;
  -webkit-animation-name: bottom-fill;
}
.loadbox .loading-animation #bottom-cover {
  animation-name: bottom-cover;
  -webkit-animation-name: bottom-cover;
}
.loadbox .loading-animation .left {
  left: 0;
  width: 11%;
  height: 100%;
  top: 100%;
  animation-timing-function: linear;
  animation-delay: 0.15s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.15s;
}
.loadbox .loading-animation #left-fill {
  animation-name: left-fill;
  -webkit-animation-name: left-fill;
}
.loadbox .loading-animation #left-cover {
  animation-name: left-cover;
  -webkit-animation-name: left-cover;
}
.loadbox .loading-animation .top {
  top: 0;
  height: 11%;
  width: 100%;
  right: 100%;
  animation-timing-function: linear;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.3s;
}
.loadbox .loading-animation #top-fill {
  animation-name: top-fill;
  -webkit-animation-name: top-fill;
}
.loadbox .loading-animation #top-cover {
  animation-name: top-cover;
  -webkit-animation-name: top-cover;
}
.loadbox .loading-animation #right-container {
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 11%;
  height: 78%;
  bottom: 22%;
}
.loadbox .loading-animation #right-container .right {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  animation-timing-function: linear;
  animation-delay: 0.43s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.43s;
}
.loadbox .loading-animation #right-container #right-fill {
  animation-name: right-fill;
  -webkit-animation-name: right-fill;
}
.loadbox .loading-animation #right-container #right-cover {
  animation-name: right-cover;
  -webkit-animation-name: right-cover;
}
.loadbox .loading-animation #middle-container {
  position: absolute;
  overflow: hidden;
  left: 30%;
  width: 70%;
  height: 11%;
  bottom: 22%;
  background-color: #fff;
}
.loadbox .loading-animation #middle-container .middle {
  width: 100%;
  height: 100%;
  left: 100%;
  animation-timing-function: linear;
  animation-delay: 0.55s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.55s;
}
.loadbox .loading-animation #middle-container #middle-fill {
  animation-name: middle-fill;
  -webkit-animation-name: middle-fill;
}
.loadbox .loading-animation #middle-container #middle-cover {
  animation-name: middle-cover;
  -webkit-animation-name: middle-cover;
}
.loadbox .loading-animation .wifi {
  left: 26%;
  bottom: 22%;
  width: 50%;
  height: 56%;
  background-color: transparent;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #ff3c3c);
}
.loadbox .loading-animation .wifi > div {
  position: absolute;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #ff3c3c);
}
.loadbox .loading-animation .wifi .bar {
  right: 0;
  overflow: hidden;
  background-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #ff3c3c);
  border-top-left-radius: 200%;
  -webkit-border-top-left-radius: 200%;
}
.loadbox .loading-animation .wifi .bar .filler {
  position: absolute;
  right: 0;
  top: 100%;
  width: 200%;
  height: 200%;
  background-color: #ff3c3c;
  transform-origin: top right;
  -webkit-transform-origin: top right;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
}
.loadbox .loading-animation .wifi #bar-1 {
  bottom: 0;
  width: 100%;
  height: 100%;
}
.loadbox .loading-animation .wifi #bar-1 #filler-1 {
  animation-delay: 0.7s;
  animation-name: wifi-bar-1;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-name: wifi-bar-1;
}
.loadbox .loading-animation .wifi #bar-2 {
  bottom: 0;
  width: 70%;
  height: 70%;
}
.loadbox .loading-animation .wifi #bar-2 #filler-2 {
  animation-name: wifi-bar-2;
  animation-delay: 0.8s;
  -webkit-animation-name: wifi-bar-2;
  -webkit-animation-delay: 0.8s;
}
.loadbox .loading-animation .wifi #bar-3 {
  bottom: 10%;
  width: 32%;
  height: 30%;
}
.loadbox .loading-animation .wifi #bar-3 #filler-3 {
  animation-delay: 0.95s;
  animation-name: wifi-bar-3;
  -webkit-animation-delay: 0.95s;
  -webkit-animation-name: wifi-bar-3;
}
.loadbox .loading-animation .wifi .spacer {
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-top-left-radius: 200%;
  -webkit-border-top-left-radius: 200%;
}
.loadbox .loading-animation .wifi #spacer-1 {
  width: 80%;
  height: 80%;
}
.loadbox .loading-animation .wifi #spacer-2 {
  width: 48%;
  height: 50%;
}
@keyframes bottom-fill {
  0% {
    transform: translatex(0);
  }
  5% {
    transform: translatex(-100%);
  }
  50% {
    transform: translatex(-100%);
  }
  55% {
    transform: translatex(-200%);
  }
  60% {
    transform: translatex(-200%);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes bottom-cover {
  0% {
    transform: translatex(0);
  }
  55% {
    transform: translatex(0);
  }
  60% {
    transform: translatex(-100%);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes left-fill {
  0% {
    transform: translatey(0);
  }
  5% {
    transform: translatey(-100%);
  }
  50% {
    transform: translatey(-100%);
  }
  55% {
    transform: translatey(-200%);
  }
  60% {
    transform: translatey(-200%);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes left-cover {
  0% {
    transform: translatey(0);
  }
  55% {
    transform: translatey(0);
  }
  60% {
    transform: translatey(-100%);
  }
  100% {
    transform: translatey(-100%);
  }
}
@keyframes top-fill {
  0% {
    transform: translatex(0);
  }
  5% {
    transform: translatex(100%);
  }
  50% {
    transform: translatex(100%);
  }
  55% {
    transform: translatex(200%);
  }
  60% {
    transform: translatex(200%);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes top-cover {
  0% {
    transform: translatex(0);
  }
  55% {
    transform: translatex(0);
  }
  60% {
    transform: translatex(100%);
  }
  100% {
    transform: translatex(100%);
  }
}
@keyframes right-fill {
  0% {
    transform: translatey(0);
  }
  5% {
    transform: translatey(100%);
  }
  50% {
    transform: translatey(100%);
  }
  55% {
    transform: translatey(200%);
  }
  60% {
    transform: translatey(200%);
  }
  100% {
    transform: translatey(0);
  }
}
@keyframes right-cover {
  0% {
    transform: translatey(0);
  }
  55% {
    transform: translatey(0);
  }
  60% {
    transform: translatey(100%);
  }
  100% {
    transform: translatey(100%);
  }
}
@keyframes middle-fill {
  0% {
    transform: translatex(0);
  }
  5% {
    transform: translatex(-100%);
  }
  50% {
    transform: translatex(-100%);
  }
  55% {
    transform: translatex(-200%);
  }
  60% {
    transform: translatex(-200%);
  }
  100% {
    transform: translatex(0);
  }
}
@keyframes middle-cover {
  0% {
    transform: translatex(0);
  }
  55% {
    transform: translatex(0);
  }
  60% {
    transform: translatex(-100%);
  }
  100% {
    transform: translatex(-100%);
  }
}
@keyframes wifi-bar-1 {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  55% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wifi-bar-2 {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(90deg);
  }
  35% {
    transform: rotate(90deg);
  }
  55% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wifi-bar-3 {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(90deg);
  }
  25% {
    transform: rotate(90deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes bottom-fill {
  0% {
    -webkit-transform: translatex(0);
  }
  5% {
    -webkit-transform: translatex(-100%);
  }
  50% {
    -webkit-transform: translatex(-100%);
  }
  55% {
    -webkit-transform: translatex(-200%);
  }
  60% {
    -webkit-transform: translatex(-200%);
  }
  100% {
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes bottom-cover {
  0% {
    -webkit-transform: translatex(0);
  }
  55% {
    -webkit-transform: translatex(0);
  }
  60% {
    -webkit-transform: translatex(-100%);
  }
  100% {
    -webkit-transform: translatex(-100%);
  }
}
@-webkit-keyframes left-fill {
  0% {
    -webkit-transform: translatey(0);
  }
  5% {
    -webkit-transform: translatey(-100%);
  }
  50% {
    -webkit-transform: translatey(-100%);
  }
  55% {
    -webkit-transform: translatey(-200%);
  }
  60% {
    -webkit-transform: translatey(-200%);
  }
  100% {
    -webkit-transform: translatey(0);
  }
}
@-webkit-keyframes left-cover {
  0% {
    -webkit-transform: translatey(0);
  }
  55% {
    -webkit-transform: translatey(0);
  }
  60% {
    -webkit-transform: translatey(-100%);
  }
  100% {
    -webkit-transform: translatey(-100%);
  }
}
@-webkit-keyframes top-fill {
  0% {
    -webkit-transform: translatex(0);
  }
  5% {
    -webkit-transform: translatex(100%);
  }
  50% {
    -webkit-transform: translatex(100%);
  }
  55% {
    -webkit-transform: translatex(200%);
  }
  60% {
    -webkit-transform: translatex(200%);
  }
  100% {
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes top-cover {
  0% {
    -webkit-transform: translatex(0);
  }
  55% {
    -webkit-transform: translatex(0);
  }
  60% {
    -webkit-transform: translatex(100%);
  }
  100% {
    -webkit-transform: translatex(100%);
  }
}
@-webkit-keyframes right-fill {
  0% {
    -webkit-transform: translatey(0);
  }
  5% {
    -webkit-transform: translatey(100%);
  }
  50% {
    -webkit-transform: translatey(100%);
  }
  55% {
    -webkit-transform: translatey(200%);
  }
  60% {
    -webkit-transform: translatey(200%);
  }
  100% {
    -webkit-transform: translatey(0);
  }
}
@-webkit-keyframes right-cover {
  0% {
    -webkit-transform: translatey(0);
  }
  55% {
    -webkit-transform: translatey(0);
  }
  60% {
    -webkit-transform: translatey(100%);
  }
  100% {
    -webkit-transform: translatey(100%);
  }
}
@-webkit-keyframes middle-fill {
  0% {
    -webkit-transform: translatex(0);
  }
  5% {
    -webkit-transform: translatex(-100%);
  }
  50% {
    -webkit-transform: translatex(-100%);
  }
  55% {
    -webkit-transform: translatex(-200%);
  }
  60% {
    -webkit-transform: translatex(-200%);
  }
  100% {
    -webkit-transform: translatex(0);
  }
}
@-webkit-keyframes middle-cover {
  0% {
    -webkit-transform: translatex(0);
  }
  55% {
    -webkit-transform: translatex(0);
  }
  60% {
    -webkit-transform: translatex(-100%);
  }
  100% {
    -webkit-transform: translatex(-100%);
  }
}
@-webkit-keyframes wifi-bar-1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  5% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
  }
  55% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes wifi-bar-2 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(90deg);
  }
  35% {
    -webkit-transform: rotate(90deg);
  }
  55% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes wifi-bar-3 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(90deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  40% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.container,
footer {
  width: 100%;
  text-align: center;
}
#white-overlay {
  display: none;
  height: 100%;
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.zr-logo {
  display: none;
}
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}
footer #footer-nav {
  margin-top: 10px;
}
footer #footer-nav a {
  display: inline;
  padding-right: 15px;
  opacity: 0.6;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
footer #footer-nav a:last-child {
  padding-right: 0;
}
footer #footer-nav a:hover {
  opacity: 1;
}
footer #footer-vendor-logo {
  display: none;
}
.wrapper {
  padding: 0 0 20px 0;
  text-align: center;
}
#errors {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.92);
  top: 0;
  left: 0;
  padding-top: 60px;
  z-index: 2;
}
#errors .error-wrapper {
  width: 410px;
  margin: 0 auto;
}
#errors .error-title {
  font-size: 50px;
  color: #e74848;
}
#errors .error-text {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555;
  font-size: 22px;
  line-height: 1.2em;
}
.loadbox-wrapper {
  background-color: rgba(255, 255, 255, 0.9) !important;
  position: fixed !important;
}
.loadbox-wrapper span {
  letter-spacing: 10.5px !important;
  top: 45% !important;
}
.loadbox {
  top: 45% !important;
}
.buttons-view header {
  margin-bottom: 10px;
  margin-top: 20px;
}
.buttons-view input {
  width: 100%;
  background-color: #3e3e3e;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fbfbfb;
  text-align: center;
  font-size: 24px;
  padding: 15px 0;
  margin-top: 10px;
  outline: none;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  border: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.buttons-view input:focus {
  background-color: #000;
}
.buttons-view span,
.buttons-view h1 {
  margin: 0 auto;
}
.buttons-view span {
  display: block;
  margin-top: 10px;
  width: 300px;
}
.buttons-view h1 {
  margin-bottom: 12px;
  font-size: 36px;
  width: 360px;
}
.buttons-view .subtext-rewards {
  color: #7b7b7b;
}
section {
  margin-top: 20px;
  text-align: center;
  margin: 0 auto;
  width: 410px;
}
#form-business-logo,
#online-business-logo {
  display: none;
}
#business-logo,
#form-business-logo,
#online-business-logo {
  margin-bottom: 15px;
  margin-top: 30px;
}
#business-logo img,
#form-business-logo img,
#online-business-logo img {
  max-width: 410px;
  max-height: 190px;
}
#landing-cta-wrap {
  margin-top: 14px;
  margin-bottom: 20px;
}
#landing-cta-wrap span {
  font-size: 14px;
  color: #7b7b7b;
  display: block;
  line-height: 1.3em;
  margin: 50px auto 0;
}
#landing-cta-wrap span a {
  white-space: nowrap;
}
#social-connections {
  width: 410px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 100;
  color: #7b7b7b;
}
#social-connections > div {
  padding-top: 20px;
  font-size: 18px;
}
#social-connections .social-spot {
  padding-bottom: 20px;
}
#announcements-wrap {
  background-color: #ececec;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}
#announcements-wrap p {
  text-align: left;
  color: #7b7b7b;
  font-size: 18px;
  line-height: 1.6em;
  width: 410px;
  margin: 15px auto;
}
#announcements-wrap h2 {
  padding: 0;
}
#legal-area {
  width: 800px;
  text-align: left;
  color: #7b7b7b;
}
#legal-area h1,
#legal-area h2,
#legal-area p {
  width: 800px;
}
#legal-area h1 {
  font-size: 30px;
  color: #444;
  margin-top: 15px;
}
#legal-area h2 {
  margin-top: 10px;
  font-size: 24px;
  color: #666;
}
#legal-area h5 {
  font-size: 0.83em;
  font-weight: bold;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  color: #666;
}
#legal-area p {
  margin-top: 5px;
  line-height: 1.5em;
}
#legal-area p:last-child {
  padding-bottom: 30px;
}
#legal-area li {
  display: list-item;
  margin-top: 15px;
}
#legal-area li:last-child {
  margin-bottom: 15px;
}
#legal-area ul {
  display: block;
  list-style-type: disc;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 20px;
}
#legal-area ol {
  display: block;
  list-style-type: decimal;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 20px;
}
#legal-area i {
  font-style: italic;
}
#legal-area b {
  font-weight: bold;
}
#legal-area table,
#legal-area th,
#legal-area td {
  border: 1px solid black;
  border-collapse: collapse;
  color: #7b7b7b;
}
#status-bar {
  margin-top: 0;
  color: #fbfbfb;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  width: 100%;
}
#status-bar #message-spot {
  display: inline-block;
  height: 120px;
  font-size: 50px;
  margin: 0 auto;
  text-align: left;
  padding-left: 135px;
  background-size: 120px;
  background-position: 0 6px;
  font-weight: 300;
}
#status-bar span {
  display: block;
}
.greenback div {
  background: url("/static/images/mobilesprite.png") no-repeat;
}
.greenback {
  background-color: #2ebc4c;
}
.greenback div {
  background-position: 0 0px;
}
h1,
h2 {
  letter-spacing: -0.03em;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #7b7b7b;
  font-weight: 300 !important;
  width: 410px;
  margin: 0 auto;
  padding-top: 15px;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
#business-name {
  font-size: 30px;
  border-bottom: dotted 1px #ccc;
  padding-bottom: 30px;
  padding-top: 30px;
}
.subtext {
  font-size: 18px;
  color: #b8b8b8;
}
.not-you-link {
  display: block;
  text-align: center;
  font-size: 14px;
}
#thinking {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.ig-b- {
  display: inline-block;
}
.ig-b- img {
  visibility: hidden;
}
.ig-b-:hover {
  background-position: 0 -60px;
}
.ig-b-:active {
  background-position: 0 -120px;
}
.ig-b-v-24 {
  width: 137px;
  height: 24px;
  background: url('/static/images/ig-badge-view-sprite-24.png') no-repeat 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .ig-b-v-24 {
    background-image: url('/static/images/ig-badge-view-sprite-24@2x.png');
    background-size: 160px 178px;
  }
}
#sms-disclaimer {
  margin-bottom: 20px;
  margin-top: 10px;
}
#sms-disclaimer td {
  vertical-align: top;
}
#canada-landing-disclaimer {
  margin-bottom: 10px;
  margin-top: 40px;
}
#canada-landing-disclaimer td {
  vertical-align: top;
}
.sms-disclaimer-text {
  color: #7b7b7b;
  font-size: 14px;
}
.sms-disclaimer-text p + p {
  margin-top: 1em;
}
.sms-disclaimer-text b {
  font-weight: bold;
}
.canada-landing-disclaimer-text {
  color: #7b7b7b;
  font-size: 12px;
}
.canada-landing-disclaimer-text p + p {
  margin-top: 1em;
}
.canada-landing-disclaimer-text b {
  font-weight: bold;
}
#sms-disclaimer-checkbox {
  width: auto;
  margin: 0px 5px 0px 0px;
}
#canada-landing-disclaimer-checkbox {
  width: auto;
  margin-right: 5px;
}
#canada-landing-consent,
#sms-consent {
  margin-top: 20px;
  text-align: left;
}
#offline-background {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #DDDDDD;
}
#offline-background #offline-area {
  padding: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#offline-background #offline-area h1,
#offline-background #offline-area h2,
#offline-background #offline-area p {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#offline-background #offline-area h2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold !important;
  color: #555;
}
#offline-background #offline-area p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
}
#offline-background #offline-area p:last-child {
  padding-bottom: 30px;
}
#offline-background #offline-area img {
  height: 125px;
}
#offline-background #offline-area button {
  width: 75%;
  font-weight: bold !important;
  background-color: #555;
  color: #fbfbfb;
  font-size: 16px;
}
@media handheld, only screen and (max-width: 767px) {
  .container,
  footer {
    width: 100%;
    text-align: center;
  }
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }
  footer #footer-nav {
    margin-top: 10px;
  }
  footer #footer-nav a {
    display: inline;
    padding-right: 15px;
    opacity: 0.6;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  footer #footer-nav a:last-child {
    padding-right: 0;
  }
  footer #footer-nav a:hover {
    opacity: 1;
  }
  footer #footer-vendor-logo {
    display: none;
  }
  .zr-logo {
    display: none;
  }
  .wrapper {
    padding: 0 0 20px 0;
    margin: 0;
  }
  #errors {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 0;
    padding-top: 30px;
  }
  #errors .error-wrapper {
    width: 92%;
    padding: 0 4%;
  }
  #errors .error-title {
    font-size: 42px;
    color: #e74848;
  }
  #errors .error-text {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
    font-size: 18px;
    line-height: 1.2em;
  }
  .loadbox-wrapper {
    background-color: rgba(255, 255, 255, 0.9) !important;
    position: fixed !important;
  }
  .loadbox-wrapper span {
    letter-spacing: 10.5px !important;
    top: 45% !important;
  }
  .loadbox {
    top: 45% !important;
  }
  .buttons-view header {
    margin-bottom: 20px;
  }
  .buttons-view header h1 {
    font-size: 28px;
  }
  .buttons-view input {
    width: 100%;
    background-color: #3e3e3e;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fbfbfb;
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
    outline: none;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    border: 0;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .buttons-view input::-webkit-input-placeholder {
    text-align: center;
  }
  .buttons-view input:focus {
    background-color: #000;
  }
  .buttons-view span {
    display: block;
    margin-top: 10px;
  }
  .buttons-view h1 {
    margin-bottom: 15px;
  }
  section {
    padding: 0 4%;
    text-align: center;
    width: 92%;
  }
  #form-business-logo,
  #online-business-logo {
    display: none;
  }
  #business-logo,
  #form-business-logo,
  #online-business-logo {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  #business-logo img,
  #form-business-logo img,
  #online-business-logo img {
    max-width: 100%;
    max-height: 275px;
  }
  #landing-cta-wrap {
    margin-top: 10px;
  }
  #landing-cta-wrap span {
    font-size: 14px;
    color: #7b7b7b;
    display: block;
    margin-top: 15px;
    line-height: 1.3em;
  }
  #social-connections {
    font-size: 20px;
    font-weight: 100;
    color: #7b7b7b;
    width: 92%;
    margin: 0 4%;
  }
  #social-connections > div {
    padding-top: 20px;
    font-size: 15px;
  }
  #social-connections .social-spot {
    padding-bottom: 20px;
  }
  #announcements-wrap {
    background-color: #ececec;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 92%;
  }
  #announcements-wrap p {
    text-align: left;
    color: #7b7b7b;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.4em;
    width: 100%;
  }
  #legal-area {
    width: 90%;
    margin: 0 4%;
    text-align: left;
    color: #7b7b7b;
    padding: 0;
  }
  #legal-area h1,
  #legal-area h2,
  #legal-area p {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #legal-area h1 {
    font-size: 30px;
    color: #444;
    padding-top: 15px;
    margin-top: 0;
  }
  #legal-area h2 {
    margin-top: 10px;
    font-size: 24px;
    color: #666;
  }
  #legal-area h5 {
    font-size: 0.83em;
    font-weight: bold;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    color: #666;
  }
  #legal-area p {
    margin-top: 5px;
    line-height: 1.5em;
  }
  #legal-area p:last-child {
    padding-bottom: 30px;
  }
  #legal-area li {
    display: list-item;
    margin-top: 15px;
  }
  #legal-area li:last-child {
    margin-bottom: 15px;
  }
  #legal-area ul {
    display: block;
    list-style-type: disc;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 20px;
  }
  #legal-area ol {
    display: block;
    list-style-type: decimal;
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 20px;
  }
  #legal-area i {
    font-style: italic;
  }
  #legal-area b {
    font-weight: bold;
  }
  #legal-area table,
  #legal-area th,
  #legal-area td {
    border: 1px solid black;
    border-collapse: collapse;
    color: #7b7b7b;
  }
  #offline-background {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #DDDDDD;
  }
  #offline-background #offline-area {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #offline-background #offline-area h1,
  #offline-background #offline-area h2,
  #offline-background #offline-area p {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #offline-background #offline-area h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold !important;
    color: #555;
  }
  #offline-background #offline-area p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5em;
  }
  #offline-background #offline-area p:last-child {
    padding-bottom: 30px;
  }
  #offline-background #offline-area img {
    height: 125px;
  }
  #offline-background #offline-area button {
    width: 75%;
    font-weight: bold !important;
    background-color: #555;
    color: #fbfbfb;
    font-size: 16px;
  }
  #status-bar {
    width: auto;
  }
  #status-bar #message-spot {
    height: 70px;
    font-size: 30px;
    padding-left: 75px;
    background-size: 65px;
  }
  .greenback div {
    background-position: 0 6px;
  }
  h1,
  h2 {
    letter-spacing: -0.03em;
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #7b7b7b;
    font-weight: 300 !important;
    width: auto !important;
  }
  h1 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  .subtext {
    font-size: 18px;
    color: #b8b8b8;
  }
  #thinking {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #sms-disclaimer {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #sms-disclaimer td {
    vertical-align: top;
  }
  #canada-landing-disclaimer {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  #canada-landing-disclaimer td {
    vertical-align: top;
  }
  .sms-disclaimer-text {
    color: #7b7b7b;
    font-size: 14px;
  }
  .sms-disclaimer-text p + p {
    margin-top: 1em;
  }
  .sms-disclaimer-text b {
    font-weight: bold;
  }
  .canada-landing-disclaimer-text {
    color: #7b7b7b;
    font-size: 12px;
  }
  .canada-landing-disclaimer-text p + p {
    margin-top: 1em;
  }
  .canada-landing-disclaimer-text b {
    font-weight: bold;
  }
  #sms-disclaimer-checkbox {
    width: auto;
    margin: 0px 5px 0px 0px;
  }
  #canada-landing-disclaimer-checkbox {
    width: auto;
    margin-right: 5px;
  }
  #canada-landing-consent,
  #sms-consent {
    margin-top: 20px;
    text-align: left;
  }
}
#profile {
  margin-bottom: 10px;
}
.note {
  color: #7b7b7b;
  font-size: 1.5em;
}
@media handheld, only screen and (max-width: 767px) {
  .note {
    font-size: 1.2em;
  }
}
.bd-input {
  display: block;
  margin: 10px auto 0 auto;
}
#bd-day,
#bd-month {
  font-size: 1.2em;
  background: none;
  height: 32px;
  width: 100%;
  outline: none;
  border: 1px solid #7b7b7b;
}
#bd-submit {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 0;
  color: #fbfbfb;
  font-size: 1.2em;
}
.profile-birthday,
.profile-footer {
  width: 50%;
  margin: 0 auto;
}
@font-face {
  font-family: 'fontello';
  src: url('../styles/third-party/fontello/font/fontello.eot?5924562');
  src: url('../styles/third-party/fontello/font/fontello.eot?5924562#iefix') format('embedded-opentype'), url('../styles/third-party/fontello/font/fontello.woff2?5924562') format('woff2'), url('../styles/third-party/fontello/font/fontello.woff?5924562') format('woff'), url('../styles/third-party/fontello/font/fontello.ttf?5924562') format('truetype'), url('../styles/third-party/fontello/font/fontello.svg?5924562#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../styles/third-party/fontello/font/fontello.svg?5924562#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: inherit;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\f09a';
}
/* '' */
.icon-mail:before {
  content: '\f0e0';
}
/* '' */
.icon-phone:before {
  content: '\e802';
}
/* '' */
