/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */



img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; 
  -webkit-user-select:text; /* user-select: text is disabled by default on safari so enable it, will not effect other browsers */}

input[type=checkbox], input[type=radio] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *::after, *::before {
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: "Museo Sans W01", "Museo Sans", "Helvetica", sans-serif;
  color: #36465B;
  text-align: center; }

.quotes .review-block .stars {
  display: block; }
  .quotes .review-block .stars img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100px; }

h1 {
  font-size: 2.6875em;
  font-weight: 500; }
  h1.small-h1 {
    font-size: 2em;
    margin: 0; }
  .home h1 {
    margin-bottom: 0; }

h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0.625em 0; }

h3 {
  font-size: 2em;
  font-weight: 300;
  margin: 0.625em 0; }

h4 {
  font-size: 1.375em;
  font-weight: 300;
  margin: 0; }

h2 + p {
  margin-top: 0; }

p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4; }

.outer-container, .container {
  max-width: 85.8333333333em;
  margin-left: auto;
  margin-right: auto;
  padding: 3.75em 1.25em;
  max-width: 25.5em; }
  .outer-container::after, .container::after {
    clear: both;
    content: "";
    display: block; }
  .outer-container.account-container, .container.account-container {
    padding: 2.9375em 1.875em; }
  .outer-container.no-padding, .container.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
  .outer-container.increased-maxwidth, .container.increased-maxwidth {
    max-width: 87.5em; }
  .home .page-intro .outer-container, .home .page-intro .container {
    padding-bottom: 1.875em !important; }
  .home.hero-test .page-intro .outer-container, .home.hero-test .page-intro .container {
    padding-bottom: 0em !important; }

.extended-container, .inner-container {
  max-width: 85.8333333333em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25em;
  max-width: 25.5em; }
  .extended-container::after, .inner-container::after {
    clear: both;
    content: "";
    display: block; }

.grey-bg {
  background: #F3F7FC; }

.dark-grey-bg {
  background: #D9E0EA; }

.cyan-bg {
  background: #2A8EFC;
  color: #fff; }
  .cyan-bg p {
    color: #C1ECFF;
    opacity: 1; }

.alt-pullout.cyan-bg .subtitle {
  opacity: 1; }

.blue-bg {
  background: #125CC6;
  color: #fff; }

.feedback-bg {
  background: #1E3755 url("../images/home/feedback-bg.jpg") center top;
  background-size: 860px auto;
  color: #fff; }

.h3-subtitle {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.4; }

.button {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-decoration: none;
  border: 0;
  outline: 0;
  text-align: center;
  background: #1069CB;
  border-radius: 8px;
  padding: 1em 1.25em;
  color: #fff;
  font-size: 1.125em;
  cursor: pointer;
  margin: 1.25em auto;
  max-width: 360px;
  transition: all 0.1s ease; }
  .button.green-button {
    background: #4DCE32; }
  .button.popout-button {
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.11); }
  .button.orange-button {
    background: #FB7E21; }
  .button.grey, .button.disabled {
    opacity: 0.6;
    background: #767A86; }
    .button.grey:hover, .button.disabled:hover {
      transform: scale(1); }
  .button.option-button {
    border: 1px solid #D7DAE0;
    background: white;
    color: #0972E6;
    font-weight: 500;
    margin: 0.5em auto;
    font-size: 1em; }
  .button.login-button {
    width: 100%;
    float: none;
    max-width: 100%;
    margin: 0.8125em auto; }
    .button.login-button.green-button {
      padding: 1.125em 1.25em 1.1875em 1.25em;
      font-weight: 600; }
  .button.button-loginfacebook {
    padding: 0.875em 1.25em; }
    .button.button-loginfacebook span {
      display: inline-block;
      padding-left: 45px;
      font-weight: 600;
      font-size: 1em;
      text-align: left;
      background: url("../images/login/fb_login_icon.png") left center no-repeat;
      background-size: 30px auto;
      line-height: 1.05; }
    .button.button-loginfacebook small {
      display: block;
      font-weight: 400;
      font-size: 0.75em;
      color: #B7D2EF; }

.app-icon-header {
  padding-top: 3.75em;
  font-size: 1.25em;
  position: relative;
  font-weight: 500; }
  .app-icon-header:before {
    position: absolute;
    top: -0.625em;
    left: 50%;
    width: 3em;
    height: 3em;
    margin-left: -1.5em;
    display: block;
    box-shadow: 0px 2px 3px 0px rgba(77, 90, 109, 0.3), 0px 1px 0px 0px rgba(77, 90, 109, 0);
    border-radius: 16px;
    content: " ";
    background: #3376C3 url("../images/home/app-icon.png") center center no-repeat;
    background-size: 100% 100%; }
  .app-icon-header + p {
    margin: 0 0 1.25em 0; }

.app-button {
  display: inline-block;
  overflow: hidden;
  text-indent: -1000px;
  width: 150px;
  height: 49px;
  background: #000;
  border-radius: 8px;
  margin: 5px; }
  .app-button.appstore-button {
    background: #000 url("../images/appstore-graphic.png") center center no-repeat;
    background-size: contain; }
  .app-button.googleplay-button {
    background: #000 url("../images/googleplay.png") center center no-repeat;
    background-size: contain; }

.intro-graphic-image {
  display: none; }

blockquote {
  margin: 0;
  padding: 0; }

blockquote.large-blockquote {
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 1.5;
  padding: 1.25em 0; }
  blockquote.large-blockquote p {
    margin: 0; }
  blockquote.large-blockquote cite {
    font-style: normal;
    text-align: left;
    padding-left: 2.8em;
    display: inline-block;
    margin: 1.6em 0 0 0;
    position: relative; }
    blockquote.large-blockquote cite img {
      width: 2em;
      height: 2em;
      text-indent: -4em;
      overflow: hidden;
      border-radius: 50%;
      background: #D9E0EA;
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1em; }
    blockquote.large-blockquote cite .author {
      font-size: 0.72em;
      font-weight: 500;
      display: block; }
    blockquote.large-blockquote cite .title {
      font-size: 0.52em;
      font-weight: 600;
      color: #98A2B0;
      display: block; }

.footer {
  background: #F3F7FC;
  color: #98A2B0; }
  .footer.mini-footer p {
    margin: 0; }
  .footer a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 8px 6px;
    font-size: 13px; }
    .footer a.link-blue {
      color: #2A8EFC; }
    .footer a.link-fb {
      color: #506ba1; }
    .footer a.link-tw {
      color: #59adeb; }
    .footer a.link-ig {
      color: #3f729b; }
    .footer a.link-yt {
      color: #FC3D39; }
  .footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2.5em 0; }
    .footer ul:last-child {
      margin-bottom: 0; }
    .footer ul li {
      margin: 0;
      display: inline-block; }
  .footer .footer-nav-title {
    display: block;
    font-size: 13px;
    color: #C1C8D2;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.625em; }

.copyright {
  margin-bottom: 2.5em; }
  .copyright p {
    font-size: 13px;
    font-weight: 500; }

.footer-logo {
  display: block;
  height: 53px;
  overflow: hidden;
  width: 53px;
  margin: 0 auto;
  text-indent: -1000px;
  background: url("../images/footer-logo.png") center center no-repeat;
  background-size: 53px 53px;
  opacity: 0.5;
  transition: all 0.25s ease; }
  .footer-logo:hover {
    opacity: 1; }

/* Features */
figure, div.figure {
  color: transparent;
  display: block;
  margin: 30px 0;
  position: relative; }
  figure p, div.figure p {
    color: #7D8795;
    font-weight: 500;
    margin-bottom: 0; }

.feature-protect-calls {
  background: url("../images/home/feature-protect-calls.jpg") center center no-repeat;
  background-size: contain;
  height: 247px; }

.feature-spooftext {
  background: url("../images/feature-spooftext.jpg") top center no-repeat;
  background-size: 100% auto;
  max-height: 260px; }

.feature-record-incoming {
  background: url("../images/home/feature-record-incoming.jpg") center center no-repeat;
  background-size: contain;
  height: 199px; }

.feature-voicemail {
  background: url("../images/home/feature-voicemail.jpg") center center no-repeat;
  background-size: contain;
  height: 142px; }

.feature-voice {
  background: url("../images/home/feature-voice.jpg") center center no-repeat;
  background-size: contain;
  height: 84px; }

.align-bottom {
  padding-bottom: 0; }

.align-bottom figure {
  margin-bottom: 0;
  height: 360px;
  background-position: bottom center !important; }

/* Header */
.intro-wrapper {
  margin-top: 55px; }

.page-intro {
  background: #1E3755 url("../images/home/site-header-mobile.jpg") center top;
  background-size: 860px auto;
  color: #fff;
  position: relative;
  height: 95vh;
  max-height: 700px;
  height: 600px;
  /* Fallback */
  height: 95vh;
  min-height: 500px; }
  .home .page-intro {
    min-height: 600px;
    max-height: 1000px; }
  .home.hero-test .page-intro {
    max-height: 600px; }
  .page-intro.page-intro-compact {
    height: 400px !important; }
  .page-intro.inner-header {
    padding-top: 55px;
    min-height: 575px; }
    .page-intro.inner-header .outer-container {
      padding-top: 0;
      padding-bottom: 0; }
  .page-intro .banner-container {
    position: relative;
    height: 100%;
    width: 100%; }
  .page-intro h2 {
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 1.875em;
    line-height: 1.4; }

.banner--mobile-graphic {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  .banner--mobile-graphic + .banner--text {
    position: relative;
    z-index: 10;
    padding-top: 20px; }

.intro-graphic {
  display: none; }

.version2.page-intro {
  background: #1E3755 url("../images/home/site-blur-mobile.jpg") center top;
  background-size: cover; }
  .version2.page-intro.cards-style {
    background-image: url("../images/header-section-purple-mobile.jpg"); }
    .version2.page-intro.cards-style .button {
      background-color: #50bb17; }
.version2 .intro-graphic {
  display: block;
  background: url("../images/home/site-mobile-faded-phone.png") center center no-repeat;
  background-size: 197px auto;
  height: 242px; }
.version2 .intro-graphic-incoming {
  display: none; }
.version2 .intro-text {
  margin-top: -100px; }

.media-bar {
  background: #F3F7FC; }
  .media-bar img {
    margin: 10px 8px; }
  .media-bar p {
    margin: 0 0 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #98A2B0; }
  .media-bar .outer-container {
    padding: 1.25em 1.25em; }

/* We only want to center things at a certain point otherwise we start to have things overlap */
.intro-wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0;
  transform: translateY(-50%); }

.trusted {
  font-weight: 700;
  line-height: 28px; }
  .trusted .icon {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background: url("../images/trustedcheck.png") left center no-repeat;
    background-size: 24px 24px;
    vertical-align: middle;
    margin-top: -2px; }

/* Scroll more */
.scroll-more {
  display: block;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer; }
  .scroll-more .icon-scroll {
    width: 2em;
    height: 0.9375em;
    display: block;
    margin: 0.9375em auto 1.875em;
    background: transparent url("../images/home/scroll.png") center center no-repeat;
    background-size: 100% auto; }

.scroll-more {
  display: none; }

.backdrop, .popup {
  display: none; }

.home .backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 400ms ease-in-out;
  background: #ccc;
  background: rgba(0, 0, 0, 0.5); }
  .home .backdrop.popup-focus {
    opacity: 1; }
.home .popup {
  display: none;
  position: fixed;
  max-height: 100%;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1001;
  margin: 0 auto;
  opacity: 0;
  transition: all 250ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 600px;
  transform: translateY(-50%) scale(1.2);
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  color: #000; }
  .home .popup .popup-container {
    padding: 0;
    border-radius: 13px;
    overflow: hidden;
    margin: 0;
    position: relative;
    height: 0;
    padding-bottom: 75%; }
    .home .popup .popup-container iframe {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%; }
  .home .popup .button {
    padding: 15px;
    margin: 0;
    background: black;
    background: rgba(0, 0, 0, 0.8); }
  .home .popup .video-close {
    position: absolute;
    bottom: 68px;
    right: 13px;
    line-height: 0; }
  .home .popup.popup-focus {
    opacity: 1; }
  .home .popup.transition-end, .home .popup.popup-focus {
    transform: translateY(-50%) scale(1); }
  .home .popup .popup-buttons {
    overflow: visible; }
    .home .popup .popup-buttons.half .popup-button {
      width: 50%;
      float: left;
      border-right: 0.5px solid #ccc;
      border-color: rgba(0, 0, 0, 0.25);
      border-radius: 0 0 0 14px; }
      .home .popup .popup-buttons.half .popup-button:first-child, .home .popup .popup-buttons.half .popup-button:last-child {
        margin: 0; }
      .home .popup .popup-buttons.half .popup-button:last-child {
        border-radius: 0 0 14px 0; }
  .home .popup .popup-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 10px 10.5px 10px;
    cursor: pointer;
    outline: 0;
    display: block;
    border-radius: 0;
    margin: 0;
    -moz-box-sizing: none;
    box-sizing: none;
    border-top: 0.5px solid #ccc;
    border-color: rgba(0, 0, 0, 0.25);
    font-size: 17px;
    background: none;
    color: #037AFF;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent; }
    .home .popup .popup-button:hover, .home .popup .popup-button:active {
      background: rgba(0, 0, 0, 0.1); }
    .home .popup .popup-button.accept-button {
      font-weight: 500; }
    .home .popup .popup-button:last-child {
      border-radius: 0 0 14px 14px; }
  .home .popup .title {
    font-weight: 600;
    font-size: 17px;
    display: block;
    margin: 0; }
  .home .popup .mobile-video {
    position: relative; }
    .home .popup .mobile-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 50%;
      opacity: 1; }

.checkout {
  overflow-x: hidden; }
  .checkout .container {
    padding-top: 3.125em;
    text-align: center;
    padding-bottom: 1.875em; }
    .checkout .container.reduced-top {
      padding-top: 0.625em;
      padding-bottom: 1.875em; }
  .checkout .light-background {
    background: #F3F7FC; }
  .checkout h1, .checkout h2, .checkout h3, .checkout h4, .checkout h5, .checkout h6, .checkout p {
    margin: 0 0 1.618em 0; }
  .checkout h1 {
    font-size: 2em;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 0.4045em; }
  .checkout .subtitle {
    line-height: 1.2; }
  .checkout .button {
    border-radius: 6px;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    background: #1069CB;
    float: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    .checkout .button.facebook-button {
      background: #1069CB;
      padding-left: 67px;
      position: relative; }
      .checkout .button.facebook-button:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 47px;
        bottom: 0;
        border-right: 2px solid #4B8ED8;
        background: url("../images/interface/facebook-icon.png") 20px center no-repeat;
        background-size: 9px auto; }
    .checkout .button.submit-button {
      background: #4DCE32;
      border: 0; }
    .checkout .button.outline-button {
      background: transparent;
      color: #1069CB;
      border: 2px solid #1069CB; }
  .checkout .submit-button {
    width: 100%;
    padding: 15px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease;
    backface-visibility: visible; }
    .checkout .submit-button .inital {
      display: block;
      transition: all 0.2s ease; }
    .checkout .submit-button .proccessing {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -16px;
      margin-top: -16px;
      width: 32px;
      height: 32px;
      opacity: 0;
      transition: all 0.3s ease-out 0.15s;
      z-index: 10; }
      .checkout .submit-button .proccessing:before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/interface/load.png") center center no-repeat;
        background-size: 22px 22px;
        animation: rotate 0.5s linear infinite; }
    .checkout .submit-button .complete {
      display: block;
      position: absolute;
      opacity: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: all 0.15s ease-out 0.25s;
      background: url("../images/interface/check.png") center center no-repeat;
      background-size: 22px 22px; }
    .checkout .submit-button.working {
      transform: scale(1); }
      .checkout .submit-button.working .inital {
        opacity: 0; }
      .checkout .submit-button.working .proccessing {
        opacity: 1; }
    .checkout .submit-button.finish {
      transform: scale(1); }
      .checkout .submit-button.finish .inital, .checkout .submit-button.finish .proccessing {
        opacity: 0; }
      .checkout .submit-button.finish .proccessing {
        transition: all 0.15s ease-in 0s;
        transform: scale(0.5); }
      .checkout .submit-button.finish .complete {
        opacity: 1; }
    .checkout .submit-button.error .proccessing {
      transition: all 0.15s ease-in 0s;
      transform: scale(0.5); }
  .checkout .package-description {
    display: block; }
  .checkout .call-dropdown label {
    color: #B2B7BC;
    font-size: 0.875em;
    margin-bottom: 1.25em;
    display: block; }
  .checkout .call-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent url("../images/interface/arrow-dropdown.svg") right 20px top 17px no-repeat;
    background-size: 10px auto;
    padding: 14px 20px;
    border: 0;
    font-size: 0.875em;
    margin: 0 0 5px 0;
    color: #71777E;
    width: 100%;
    border-radius: 6px;
    transition: all 0.15s ease-in-out;
    background-color: rgba(178, 183, 188, 0.1);
    outline: 0; }
    .checkout .call-dropdown select option {
      color: black;
      background: white; }
  .checkout .style-a .package-selection {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none; }
    .checkout .style-a .package-selection li {
      padding: 15px 0 15px 40px;
      margin: 0;
      border-bottom: 1px solid #DCE2E9;
      text-align: left;
      position: relative; }
      .checkout .style-a .package-selection li ::-moz-selection {
        background-color: transparent; }
      .checkout .style-a .package-selection li ::selection {
        background-color: transparent; }
      .checkout .style-a .package-selection li .popular {
        text-transform: uppercase;
        opacity: 0.5;
        font-size: 0.6875em; }
      .checkout .style-a .package-selection li .package-description {
        cursor: pointer; }
        .checkout .style-a .package-selection li .package-description:before {
          content: " ";
          display: block;
          border-radius: 50%;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 50%;
          box-shadow: inset 0 0 0 10px #F3F7FC;
          margin-top: -11px;
          left: 0;
          border: 1.5px solid #B8BBBF;
          transition: all 0.15s ease-in-out; }
      .checkout .style-a .package-selection li:last-child {
        border-bottom: 0; }
      .checkout .style-a .package-selection li h3, .checkout .style-a .package-selection li p {
        margin-bottom: 0;
        line-height: 1.3;
        transition: all 0.15s ease-in-out; }
      .checkout .style-a .package-selection li h3 {
        font-weight: 400;
        font-size: 1.25em;
        color: #71777E; }
      .checkout .style-a .package-selection li p {
        font-size: 0.875em;
        color: #A1A6AD; }
      .checkout .style-a .package-selection li .price {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        font-size: 1.25em;
        color: #71777E; }
    .checkout .style-a .package-selection input {
      display: none; }
      .checkout .style-a .package-selection input:checked + .package-description:before {
        border-color: #1069CB;
        box-shadow: inset 0 0 0 4px #D0E2F4;
        background: #1069CB; }
      .checkout .style-a .package-selection input:checked + .package-description p {
        color: #73A7E0; }
      .checkout .style-a .package-selection input:checked + .package-description h3, .checkout .style-a .package-selection input:checked + .package-description .price {
        color: #1069CB; }
  .checkout .or-division {
    height: 2px;
    width: 100%;
    border: 0;
    background: #E9EBEF;
    margin: 40px 0;
    position: relative; }
    .checkout .or-division:after {
      content: "OR";
      display: block;
      background: inherit;
      font-weight: 500;
      font-size: 0.625em;
      color: #A0A4A9;
      line-height: 28px;
      width: 28px;
      border-radius: 50%;
      position: absolute;
      top: -14px;
      left: 50%;
      margin-left: -14px; }
  .checkout .facebook-note {
    margin: 6px 0;
    font-size: 0.875em;
    color: #4C8FD8;
    display: block; }
  .checkout .form-header {
    margin: 20px 0;
    display: block; }
    .checkout .form-header::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .style-a .form {
    text-align: left; }
    .checkout .style-a .form label {
      display: block;
      font-size: 0.8125em;
      color: #95999F;
      margin-bottom: 5px;
      text-align: left; }
      .checkout .style-a .form label.error {
        color: #FC3D39; }
    .checkout .style-a .form .field.error input, .checkout .style-a .form .field.error .input-select, .checkout .style-a .form .field.error .psudeo-input {
      color: #FC3D39;
      border-color: #FC3D39; }
    .checkout .style-a .form .field.error label {
      color: #FC3D39; }
    .checkout .style-a .form input, .checkout .style-a .form .input-select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      display: block;
      width: 100%;
      padding: 15px;
      background: #FAFAFB;
      border: 2px solid #E9ECEF;
      border-radius: 6px;
      margin-bottom: 15px;
      color: #324258; }
      .checkout .style-a .form input::-webkit-input-placeholder, .checkout .style-a .form .input-select::-webkit-input-placeholder {
        color: #D7D9DC; }
      .checkout .style-a .form input::-moz-placeholder, .checkout .style-a .form .input-select::-moz-placeholder {
        color: #D7D9DC; }
      .checkout .style-a .form input:-moz-placeholder, .checkout .style-a .form .input-select:-moz-placeholder {
        color: #D7D9DC; }
      .checkout .style-a .form input:-ms-input-placeholder, .checkout .style-a .form .input-select:-ms-input-placeholder {
        color: #D7D9DC; }
      .checkout .style-a .form input.focus, .checkout .style-a .form .input-select.focus {
        border-color: #4C8FD8;
        color: #1069CB; }
      .checkout .style-a .form input.error, .checkout .style-a .form .input-select.error {
        color: #FC3D39;
        border-color: #FC3D39; }
    .checkout .style-a .form .input-select {
      background: #FAFAFB url("../images/interface/arrow-dropdown.svg") right 14px top 22px no-repeat;
      background-size: 9px auto; }
    .checkout .style-a .form .psudeo-input {
      display: block;
      width: 100%;
      background: #FAFAFB;
      border: 2px solid #E9ECEF;
      border-radius: 6px;
      margin-bottom: 15px;
      display: block; }
      .checkout .style-a .form .psudeo-input::after {
        clear: both;
        content: "";
        display: block; }
      .checkout .style-a .form .psudeo-input input {
        float: left;
        width: 50%;
        border: 0;
        margin: 0;
        background-color: transparent;
        border-radius: 0; }
        .checkout .style-a .form .psudeo-input input:first-child {
          border-right: 1px solid #E9ECEF; }
        .checkout .style-a .form .psudeo-input input#phone-input {
          width: calc(100% - 63px); }
    .checkout .style-a .form .checkbox {
      position: absolute;
      left: -100px;
      width: 0; }
      .checkout .style-a .form .checkbox:checked + .checkbox-input:before {
        background-color: #4DCE32;
        background-position: center center; }
    .checkout .style-a .form .checkbox-input {
      text-align: center;
      padding-top: 30px;
      position: relative;
      font-size: 1em;
      cursor: pointer;
      color: #B8BBBF;
      line-height: 1.3; }
      .checkout .style-a .form .checkbox-input:before {
        content: " ";
        position: absolute;
        left: 50%;
        margin-left: -10px;
        top: 0;
        width: 20px;
        height: 20px;
        border-radius: 5px;
        background: #71777E url("../images/interface/check.png") center -300% no-repeat;
        background-size: 15px auto; }
    .checkout .style-a .form .checkbox-input select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: transparent url("../images/interface/arrow-dropdown.svg") center right 10px no-repeat;
      background-size: 7px auto;
      padding: 10px;
      border: 0;
      text-align: center;
      margin: 5px 0;
      color: #71777E;
      width: 100%;
      border-radius: 6px;
      transition: all 0.15s ease-in-out;
      background-color: rgba(178, 183, 188, 0.1);
      outline: 0; }
      .checkout .style-a .form .checkbox-input select option {
        color: black;
        background: white; }
    .checkout .style-a .form .spacing-top {
      margin-top: 1.618em; }
  .checkout .form-help {
    font-size: 0.8125em;
    text-align: left;
    color: rgba(16, 105, 203, 0.5);
    padding: 0 0 15px 0;
    display: block;
    text-decoration: none; }
  .checkout .country-code {
    float: left;
    width: 20%;
    width: 63px;
    overflow: hidden;
    position: relative;
    height: 49px;
    border-right: 1px solid #E9ECEF;
    cursor: pointer; }
    .checkout .country-code select {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      opacity: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      height: 50px;
      bottom: 0; }
    .checkout .country-code label {
      padding: 15px 30px 15px 15px;
      font-size: 1em;
      width: 100%;
      height: 50px;
      text-align: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      background: transparent url("../images/interface/arrow-dropdown.svg") right 13px top 22px no-repeat;
      background-size: 6px auto; }
      .checkout .country-code label .flag {
        float: left;
        width: 18px;
        height: 11px;
        margin-top: 4px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
  .checkout .payment-buttons {
    display: block;
    margin-bottom: 20px; }
    .checkout .payment-buttons::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .payment-button {
    background: #71777E;
    width: 49%;
    float: left;
    box-shadow: 0 0 0 2px #fff; }
    .checkout .payment-button:first-child {
      margin-right: 2%; }
    .checkout .payment-button:last-child {
      margin-right: 0; }
    .checkout .payment-button.checked {
      background-color: #4DCE32; }
  .checkout .total {
    background: #EAF8DC;
    color: #4DCE32;
    margin-bottom: 10px; }
    .checkout .total h5 {
      font-size: 1em;
      font-weight: 400;
      margin-bottom: 0; }
    .checkout .total .total-price {
      color: inherit;
      font-size: 3.125em;
      margin-bottom: 0; }
    .checkout .total .total-link {
      padding: 2px;
      margin: 20px auto 20px auto;
      color: inherit;
      display: inline-block;
      font-size: 1em;
      text-decoration: none; }
  .checkout .field {
    position: relative; }
  .checkout .legal {
    font-size: 0.9375em;
    color: #A0A4A9;
    font-weight: 300; }
    .checkout .legal a {
      color: #1069CB;
      text-decoration: underline; }
  .checkout #consent {
    max-width: 405px;
    font-size: 1em;
    color: #4D5A6D;
    text-align: left;
    margin: 0 auto; }
    .checkout #consent p {
      font-weight: 500; }
    .checkout #consent a {
      color: #1069CB;
      text-decoration: underline; }
    .checkout #consent .consent-checkbox {
      float: left;
      width: 10%;
      text-align: left;
      padding-top: 5px; }
    .checkout #consent .consent-text {
      float: left;
      width: 90%; }
  .checkout h2 {
    font-size: 1.5em;
    color: #4D5A6D;
    font-weight: 400;
    margin-bottom: 20px; }
  .checkout .help-side .form-help {
    text-align: center;
    padding: 10px;
    font-size: 0.875em; }
  .checkout .help-side p + h2 {
    margin-top: 60px; }
  .checkout .container.no-padding {
    padding-top: 0;
    padding-bottom: 0; }
    .checkout .container.no-padding .form-header {
      margin-bottom: 20px; }
  .checkout .style-a #card-details {
    margin: 0 0 40px 0; }
  .checkout .parsley-errors-list {
    color: #FC3D39;
    font-weight: 700;
    font-size: 0.875em;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: -12px;
    margin-bottom: 12px;
    float: left;
    width: 100%;
    list-style: none;
    overflow: hidden; }
    .checkout .parsley-errors-list a {
      text-decoration: none;
      color: #1E63EE;
      display: inline-block;
      border-bottom: 2px solid #E7F0F9; }
  .checkout .style-b .parsley-errors-list {
    margin-top: 12px; }
  .checkout .half-columns:first-child {
    margin-bottom: 3.236em; }
  .checkout .bitcoin, .checkout .paypal {
    text-indent: -400px;
    overflow: hidden;
    text-align: left; }
  .checkout .bitcoin {
    background: #71777E url("../images/interface/bitcoin.png") center center no-repeat;
    background-size: auto 15px; }
  .checkout .paypal {
    background: #71777E url("../images/interface/paypal.png") center center no-repeat;
    background-size: auto 17px;
    width: 100%;
    display: block;
    max-width: 100%; }
  .checkout .style-b .form-header-container {
    position: relative;
    padding-left: 50px; }
  .checkout .style-b h1 {
    font-size: 1.375em;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    text-align: left; }
    .checkout .style-b h1:before {
      content: attr(data-step);
      text-align: center;
      width: 36px;
      line-height: 32px;
      border-radius: 50%;
      border: 2px solid #98A2B0;
      color: #98A2B0;
      display: block;
      font-size: 0.7272727273em;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -18px; }
  .checkout .style-b .subtitle {
    font-size: 0.875em;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #36465B; }
    .checkout .style-b .subtitle strong {
      display: inline-block; }
  .checkout .style-b .package-selection, .checkout .style-b .payment-options {
    list-style: none;
    margin: 40px 0 20px 0;
    padding: 0;
    display: block; }
    .checkout .style-b .package-selection::after, .checkout .style-b .payment-options::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-b .package-selection.package-selection, .checkout .style-b .payment-options.package-selection {
      margin: 0px 0 20px 0; }
    .checkout .style-b .package-selection input, .checkout .style-b .payment-options input {
      position: absolute;
      left: -200px; }
      .checkout .style-b .package-selection input:checked + label, .checkout .style-b .payment-options input:checked + label {
        background: #4D5A6D;
        display: block;
        border-color: #4D5A6D;
        border-radius: 6px;
        box-shadow: 0 0 0 2px #fff;
        z-index: 10;
        transform: scale(1.1); }
        .checkout .style-b .package-selection input:checked + label h4, .checkout .style-b .package-selection input:checked + label h4 strong, .checkout .style-b .payment-options input:checked + label h4, .checkout .style-b .payment-options input:checked + label h4 strong {
          color: #fff; }
        .checkout .style-b .package-selection input:checked + label .select-button, .checkout .style-b .payment-options input:checked + label .select-button {
          border-color: #A5EF96;
          transform: scale(2);
          background-position: center center; }
    .checkout .style-b .package-selection.payment-options li, .checkout .style-b .payment-options.payment-options li {
      width: 33.3333333333%; }
      .checkout .style-b .package-selection.payment-options li input:checked + label, .checkout .style-b .payment-options.payment-options li input:checked + label {
        color: #fff; }
      .checkout .style-b .package-selection.payment-options li label, .checkout .style-b .payment-options.payment-options li label {
        font-size: 0.8125em;
        color: #6A7078;
        padding-bottom: 10px;
        overflow: hidden;
        padding-top: 30px;
        font-weight: 500; }
        .checkout .style-b .package-selection.payment-options li label .select-button, .checkout .style-b .payment-options.payment-options li label .select-button {
          top: 12px; }
    .checkout .style-b .package-selection li, .checkout .style-b .payment-options li {
      margin: 0;
      padding: 0;
      float: left;
      width: 20%; }
      .checkout .style-b .package-selection li:not(:last-child) label, .checkout .style-b .payment-options li:not(:last-child) label {
        border-right: 0; }
      .checkout .style-b .package-selection li:first-child input:not(:checked) + label, .checkout .style-b .payment-options li:first-child input:not(:checked) + label {
        border-radius: 6px 0 0 6px;
        border-color: #D3D7DD; }
      .checkout .style-b .package-selection li:last-child input:not(:checked) + label, .checkout .style-b .payment-options li:last-child input:not(:checked) + label {
        border-radius: 0 6px 6px 0; }
    .checkout .style-b .package-selection label, .checkout .style-b .payment-options label {
      border: 1px solid #D3D7DD;
      border-left-color: #F1F2F4;
      padding-top: 40px;
      display: block;
      z-index: 1;
      transition: all 0.5s ease;
      position: relative;
      cursor: pointer; }
      .checkout .style-b .package-selection label .select-button, .checkout .style-b .payment-options label .select-button {
        position: absolute;
        overflow: hidden;
        text-indent: -100px;
        border: 1px solid #ccc;
        width: 12px;
        background: transparent url("../images/interface/small-green-check.png") center 10px no-repeat;
        background-size: 6px auto;
        height: 12px;
        border-radius: 50%;
        top: 15px;
        left: 50%;
        margin-left: -6px;
        transition: all 0.2s ease 0.1s; }
      .checkout .style-b .package-selection label h4, .checkout .style-b .payment-options label h4 {
        font-size: 0.5625em;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 0.2px;
        color: #C2C8D0;
        transition: all 0.5s ease; }
        .checkout .style-b .package-selection label h4 strong, .checkout .style-b .payment-options label h4 strong {
          display: block;
          font-size: 2em;
          font-weight: 500;
          color: #98A2B0;
          line-height: 1;
          transition: all 0.5s ease; }
  .checkout .style-b .mini-total-panel {
    border-radius: 6px;
    display: block;
    padding: 1.2135em 1.618em;
    background: #E7F0F9;
    color: #1069CB; }
    .checkout .style-b .mini-total-panel::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-b .mini-total-panel p {
      color: #1069CB; }
    .checkout .style-b .mini-total-panel .mini-credits, .checkout .style-b .mini-total-panel .mini-total {
      margin: 0;
      font-size: 1.25em;
      float: left; }
    .checkout .style-b .mini-total-panel .mini-total {
      float: right;
      font-weight: 600; }
  .checkout .style-b .section-border {
    border-bottom: 1px solid #EDF0F5; }
  .checkout .style-b .container {
    padding: 2.5em 0.9708em; }
  .checkout .style-b .facebook-button-wrapper {
    margin: 20px auto; }
  .checkout .style-b .facebook-note {
    color: #98A2B0;
    font-style: italic; }
  .checkout .style-b .field {
    margin-bottom: 15px;
    display: block; }
    .checkout .style-b .field::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-b .field.half-field {
      float: left;
      position: relative;
      float: left;
      display: block;
      margin-right: 2.8425860857%;
      width: 48.5787069571%; }
      .checkout .style-b .field.half-field:last-child {
        margin-right: 0; }
    .checkout .style-b .field label {
      font-size: 0.875em;
      color: #414953;
      text-align: left;
      display: block;
      margin: 5px auto; }
    .checkout .style-b .field input, .checkout .style-b .field .psudeo-input, .checkout .style-b .field select {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      border-radius: 5px;
      border: 1px solid #E6E9EC;
      padding: 14px 18px;
      display: block;
      width: 100%; }
      .checkout .style-b .field input::-webkit-input-placeholder, .checkout .style-b .field .psudeo-input::-webkit-input-placeholder, .checkout .style-b .field select::-webkit-input-placeholder {
        color: #B1B9C4; }
      .checkout .style-b .field input::-moz-placeholder, .checkout .style-b .field .psudeo-input::-moz-placeholder, .checkout .style-b .field select::-moz-placeholder {
        color: #B1B9C4; }
      .checkout .style-b .field input:-moz-placeholder, .checkout .style-b .field .psudeo-input:-moz-placeholder, .checkout .style-b .field select:-moz-placeholder {
        color: #B1B9C4; }
      .checkout .style-b .field input:-ms-input-placeholder, .checkout .style-b .field .psudeo-input:-ms-input-placeholder, .checkout .style-b .field select:-ms-input-placeholder {
        color: #B1B9C4; }
      .checkout .style-b .field input.auto-width, .checkout .style-b .field .psudeo-input.auto-width, .checkout .style-b .field select.auto-width {
        float: left;
        width: auto; }
      .checkout .style-b .field input.mini-width, .checkout .style-b .field .psudeo-input.mini-width, .checkout .style-b .field select.mini-width {
        max-width: 110px;
        float: left; }
    .checkout .style-b .field.error input, .checkout .style-b .field.error .input-select, .checkout .style-b .field.error .psudeo-input {
      color: #FC3D39;
      border-color: #FC3D39; }
    .checkout .style-b .field.error label {
      color: #FC3D39; }
    .checkout .style-b .field .psudeo-input {
      padding: 0;
      display: block; }
      .checkout .style-b .field .psudeo-input::after {
        clear: both;
        content: "";
        display: block; }
      .checkout .style-b .field .psudeo-input input, .checkout .style-b .field .psudeo-input select {
        padding: 14px 18px;
        float: left;
        border: 0;
        background: transparent;
        border-radius: 0; }
        .checkout .style-b .field .psudeo-input input.half-input, .checkout .style-b .field .psudeo-input select.half-input {
          width: 50%;
          border-right: 1px solid #E6E9EC; }
          .checkout .style-b .field .psudeo-input input.half-input:last-child, .checkout .style-b .field .psudeo-input select.half-input:last-child {
            border-right: 0; }
        .checkout .style-b .field .psudeo-input input#phone-input, .checkout .style-b .field .psudeo-input select#phone-input {
          width: calc(100% - 63px); }
  .checkout .style-b .field-wrapper {
    display: block; }
    .checkout .style-b .field-wrapper::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .style-b .country-code {
    height: 48px; }
    .checkout .style-b .country-code label {
      padding: 10px 15px;
      height: 40px;
      background-position: right 13px top 17px; }
  .checkout .style-b #expiry-month {
    width: 55px; }
  .checkout .style-b #expiry-year {
    width: 55px; }
  .checkout .style-b .card-seperator {
    float: left;
    padding: 14px 0; }
  .checkout .style-b .field input[type=checkbox] {
    position: absolute;
    left: -1000px;
    width: 0;
    padding: 0;
    opacity: 0; }
    .checkout .style-b .field input[type=checkbox]:checked + label.checkbox-input:before {
      background-color: #4DCE32;
      border: 1px solid #4DCE32; }
  .checkout .style-b .field label.checkbox-input {
    padding-left: 0;
    padding-top: 30px;
    margin-top: 20px;
    text-align: center;
    position: relative;
    display: block;
    font-size: 0.875em;
    color: #98A2B0; }
    .checkout .style-b .field label.checkbox-input::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-b .field label.checkbox-input:before {
      position: absolute;
      left: 50%;
      top: 0;
      content: " ";
      display: block;
      width: 20px;
      height: 20px;
      margin-left: -10px;
      background: #FFFFFF url("../images/interface/small-check.png") center center no-repeat;
      background-size: 10px auto;
      border: 1px solid #E6E9EC;
      border-radius: 4px; }
    .checkout .style-b .field label.checkbox-input select {
      margin: 10px auto;
      text-align: center;
      color: #414953;
      background: url("../images/interface/arrow-dropdown.svg") right 18px top 20px no-repeat;
      background-size: 9px auto; }
  .checkout .style-b .total {
    padding: 15px 20px;
    border-radius: 6px;
    text-align: left; }
    .checkout .style-b .total h5 {
      font-size: 0.875em;
      color: #4DCE32;
      font-weight: 600;
      margin: 0; }
    .checkout .style-b .total #credit-total {
      font-size: 1.4375em;
      font-weight: 300; }
    .checkout .style-b .total #price-total {
      font-size: 2em;
      float: right;
      font-weight: 300;
      margin-top: -10px; }
  .checkout .style-b .submit-button {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%; }
    .checkout .style-b .submit-button .inital {
      font-weight: 600; }
  .checkout .style-b .legal {
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 40px; }
  .checkout .style-b .coupon-code-panel {
    background: #F3F7FC url("../images/interface/coupon.png") 27px center no-repeat;
    background-size: 44px auto;
    padding: 20px 15px 20px 95px;
    color: #1069CB;
    text-decoration: none;
    display: block;
    font-size: 0.875em;
    border-radius: 6px;
    text-align: left; }
  .checkout .style-b hr {
    display: none; }
  .checkout .style-b .support {
    color: #87B0DD;
    text-decoration: none;
    font-size: 0.9375em;
    display: block;
    padding: 20px; }
    .checkout .style-b .support.credit-support {
      padding-top: 50px;
      background: url("../images/interface/credit.png") top center no-repeat;
      background-size: 37px auto; }
    .checkout .style-b .support strong {
      font-weight: 600;
      color: #1069CB; }
  .checkout .style-b #bitcoin + label {
    text-indent: -1000px;
    overflow: hidden;
    background: url("../images/interface/bitcoin-dark-logo.png") center 36px no-repeat;
    background-size: 65px auto; }
  .checkout .style-b #paypal + label {
    text-indent: -1000px;
    overflow: hidden;
    background: url("../images/interface/paypal-dark-logo.png") center 36px no-repeat;
    background-size: 55px auto; }
  .checkout .style-b .payment-options.payment-options li label {
    padding-top: 34px; }
    .checkout .style-b .payment-options.payment-options li label .select-button {
      background-image: url("../images/interface/small-grey-check.png"); }
  .checkout .style-b .payment-options.payment-options li input:checked + label {
    background: #fff;
    color: #6A7078;
    transform: scale(1);
    box-shadow: none;
    border-radius: 0 0 0 0;
    border-color: #D3D7DD #D3D7DD #D3D7DD #F1F2F4; }
    .checkout .style-b .payment-options.payment-options li input:checked + label .select-button {
      transform: scale(1.5);
      border-color: #8A8B92; }
  .checkout .style-b .payment-options.payment-options li:first-child input:checked + label {
    border-radius: 6px 0 0 6px;
    border-left-color: #D3D7DD; }
  .checkout .style-b .payment-options.payment-options li:last-child input:checked + label {
    border-radius: 0 6px 6px 0; }
  .checkout .style-b .overall-error.appear {
    margin: 30px auto 0 auto; }
  .checkout .style-b .csv-trigger {
    top: 37px;
    bottom: auto; }
  .checkout .style-b .psudeo-input.phone-psudeo-input + .csv-trigger {
    top: 33px; }
  .checkout .style-b .countrybased-input {
    position: absolute;
    bottom: 33px;
    z-index: 100;
    left: 0;
    width: 100%;
    width: 100%;
    right: 0;
    padding: 0 1.25em;
    margin-right: -25px;
    margin-top: -15px;
  }
    .checkout .style-b .countrybased-input .psudeo-input {
      padding: 0;
      border: 1px solid #E6E9EC;
      border-radius: 5px;
      font-size: 0.8125em;
      text-align: center;
      max-width: 367px;
      margin: 0px auto;
      background-size: 0 0;
      background-position: -100px -100px;
      display: block; }
      .checkout .style-b .countrybased-input .psudeo-input::after {
        clear: both;
        content: "";
        display: block; }
      .checkout .style-b .countrybased-input .psudeo-input label {
        display: inline-block;
        padding: 10.1px 0 10px 10px;
        line-height: 1.3; }
      .checkout .style-b .countrybased-input .psudeo-input select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        display: inline-block;
        border: 0;
        font-weight: 600;
        padding: 10px 20px 10px 0;
        background: url("../images/interface/arrow-dropdown.svg") right 7px top 15px no-repeat;
        background-size: 9px auto;
        line-height: 1.3;
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100% - 120px);
        text-overflow: ellipsis; }
  .checkout .style-b .package-selection-section {
    position: relative;
    padding-bottom: 80px; }
  .checkout .style-b.content {
    padding-top: 75px; }
  .checkout .no-margin {
    margin: 0; }
  .checkout .backdrop {
    display: none;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    background: rgba(0, 0, 0, 0.5); }
    .checkout .backdrop.popup-focus {
      opacity: 1; }
  .checkout .popup {
    z-index: 600;
    display: none;
    position: fixed;
    max-height: 100%;
    overflow: hidden;
    color: #fff;
    top: 50% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 250ms ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 368px;
    transform: translateY(-50%) scale(1.2);
    line-height: 1.3;
    background: #fff;
    border-radius: 13px;
    text-align: center;
    color: #000; }
    .checkout .popup p {
      font-size: 0.875em;
      margin: 20px 5px 0 5px;
      color: #414953; }
    .checkout .popup .title {
      font-weight: 500;
      font-size: 1.25em;
      display: block;
      margin: 0 0 25px 0;
      color: #36465B; }
    .checkout .popup input {
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      padding: 10px 15px;
      margin-top: 10px;
      border-radius: 4px;
      border: 1px solid #ccc;
      width: 100%;
      display: block; }
    .checkout .popup .popup-container {
      padding: 1.875em 2.5em 1.25em 2.5em;
      margin: 0; }
      .checkout .popup .popup-container.popup-error input {
        color: #FA1813;
        border-color: #FA1813;
        box-shadow: 0 0 0 1px #FA1813; }
    .checkout .popup.popup-focus {
      opacity: 1; }
    .checkout .popup.transition-end, .checkout .popup.popup-focus {
      transform: translateY(-50%) scale(1); }
  .checkout .field.overflow {
    overflow: hidden; }
  .checkout .popup-buttons {
    overflow: visible;
    padding: 15px; }
    .checkout .popup-buttons.half .popup-button {
      width: 49%;
      float: left;
      margin-bottom: 15px; }
      .checkout .popup-buttons.half .popup-button:first-child {
        margin-right: 2%; }
  .checkout .popup-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 10px 10px 10.5px 10px;
    cursor: pointer;
    outline: 0;
    display: block;
    border-radius: 6px;
    margin: 0;
    -moz-box-sizing: none;
    box-sizing: none;
    font-size: 17px;
    background: none;
    color: #fff;
    background: #1069CB;
    border: 6px;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    font-weight: 500; }
  .checkout .popup-container {
    display: block; }
    .checkout .popup-container::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .share-popup-cancel {
    margin-top: 10px;
    font-size: 20px;
    padding: 15px;
    color: #037AFF;
    font-weight: 600;
    display: block;
    cursor: pointer; }
  .checkout .scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 200px;
    padding: 20px 15px; }
  .checkout .visa-diagram {
    padding-top: 43px;
    background: url("../images/interface/visa.png") top center no-repeat;
    background-size: 67px auto;
    float: left;
    width: 50%; }
  .checkout .american-diagram {
    padding-top: 43px;
    float: left;
    width: 50%;
    background: url("../images/interface/america.png") top center no-repeat;
    background-size: 67px auto; }
  .checkout .csv-trigger {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    right: 11px;
    top: 34px;
    background: #71777E url("../images/interface/csv-help.png") center center no-repeat;
    background-size: 9px auto;
    text-indent: -1000px;
    border-radius: 50%;
    cursor: pointer; }
  .checkout [data-simplepopup] {
    cursor: pointer; }
  .checkout .style-b .container.remove-margin-top {
    padding-top: 0; }
  .checkout .style-b .container.remove-margin-bottom {
    padding-bottom: 0; }

.flash-message.small-notice.secure-server {
  margin-bottom: 0px; }

.flash-message.small-notice {
  max-width: 18.75em;
  padding: 0.875em 0.9375em; }

.flash-message.warning {
  background-color: #FDFBF4;
  border-radius: 4px;
  border: 1px solid #F4E3B1; }

.flash-message {
  display: block;
  max-width: 28.125em;
  text-align: left;
  width: 90%;
  margin: 3.563em auto 0.9375em;
  padding: 1.25em;
  position: relative;
  background-color: #ECF5FD;
  border-radius: 4px;
  transition: all 0.2s ease 0s;
  border: 1px solid #CBE4FA;
  opacity: 1; }

.flash-message .icon.icon-secure {
  background-image: url("../images/interface/icon-lock.png"); }

.flash-message .icon {
  display: block;
  float: left;
  width: 16px;
  height: 20px;
  background: transparent none no-repeat scroll 0% 0%;
  background-size: 100% 100%;
  margin: 0.625em 0.9375em 0.625em 0px; }

.flash-message.small-notice h4 {
  font-weight: 300;
  font-size: 1.125em;
  margin-bottom: 0px; }

.flash-message.warning h4 {
  color: #4E3E0B; }

.flash-message h4 {
  color: #062540;
  margin-top: 0px;
  margin-bottom: 0.3125em; }

.flash-message.small-notice p {
  margin-top: 0px;
  font-size: 0.875em;
  opacity: 0.6; }

.flash-message p {
  margin-top: 0.3125em;
  margin-bottom: 0px;
  opacity: 0.7; }

.checkout .style-a .field.error {
  margin-bottom: 1.25em; }

.checkout .style-a #card-details .field.error {
  margin-bottom: 0em; }

.field.error {
  display: block; }
  .field.error::after {
    clear: both;
    content: "";
    display: block; }

.checkout .style-a .form .field label.error-message, .checkout .style-b .form .field label.error-message {
  text-align: center;
  margin: 0 0 0.625em 0;
  font-size: 0.875em;
  color: #666D74;
  font-style: italic; }
  .checkout .style-a .form .field label.error-message#firstname-error, .checkout .style-b .form .field label.error-message#firstname-error {
    width: 50%;
    display: block;
    float: left; }
  .checkout .style-a .form .field label.error-message#lastname-error, .checkout .style-b .form .field label.error-message#lastname-error {
    float: right;
    width: 50%;
    display: block; }

.checkout .style-b .form .field label.error-message {
  margin: 0.625em 0; }

#card-details .error-after .error-message {
  display: none !important; }

.hidden {
  display: none; }

.call-dropdown {
  position: relative; }

#credit-loading {
  animation: rotate 0.5s linear infinite;
  position: absolute;
  right: 13px;
  top: 44px;
  transition: all 0.25s ease;
  opacity: 1; }
  #credit-loading.hidden {
    display: block;
    opacity: 0;
    right: 44px; }

.checkout .call-dropdown #credit-loading + select {
  background-position: center right -20px; }
.checkout .call-dropdown #credit-loading.hidden + select {
  background-position: center right 20px; }

/* Facebook */
.facebook-account-wrapper {
  padding: 15px 20px;
  border-radius: 6px;
  border: 2px solid #F3F7FC;
  position: relative; }
  .facebook-account-wrapper .name {
    display: block;
    text-align: left;
    margin-top: 6px; }
  .facebook-account-wrapper .email {
    display: block;
    text-align: left;
    font-size: 0.75em;
    color: #71777E;
    margin-bottom: 6px; }

.profile_picture {
  float: left;
  height: 48px;
  width: 48px;
  margin: 0 20px 0 0;
  border-radius: 50%; }

.checkout p.discount-applied {
  background: url("../images/interface/discount-check.png") center left no-repeat;
  background-size: 19px auto;
  padding-left: 31px;
  font-size: 0.8125em;
  margin-top: 10px;
  margin-bottom: 10px; }
  .checkout p.discount-applied b {
    display: block;
    font-size: 1.125em; }

#saved-cards-section {
  margin: 20px 0; }

.checkout .button.add-card {
  font-size: 0.875em;
  width: 100%;
  background: #71777E;
  max-width: 100%; }
  .checkout .button.add-card .add-card-icon {
    background: url("../images/interface/newcard.png") 0 0 no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 28px;
    margin: -8px 10px 0 0;
    display: inline-block;
    overflow: hidden;
    text-indent: -1000px;
    vertical-align: middle; }

.checkout .style-a .form .card-select, .checkout .style-b .form .card-select {
  padding-left: 70px;
  margin-bottom: 40px; }

.parent-wrapper {
  position: relative; }

.saved-card-icons {
  position: absolute;
  left: 14px;
  top: 12px;
  pointer-events: none; }
  .saved-card-icons .card-icon {
    display: block;
    width: 47px;
    height: 30px;
    overflow: hidden;
    text-indent: -1000px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0; }
    .saved-card-icons .card-icon.hidden {
      display: none; }
  .saved-card-icons .icon-visa {
    background: url("../images/interface/savedcard_visa.png") top left no-repeat;
    background-size: 47px auto; }
  .saved-card-icons .icon-mastercard {
    background: url("../images/interface/savedcard_mastercard.png") top left no-repeat;
    background-size: 47px auto; }
  .saved-card-icons .icon-discover {
    background: url("../images/interface/savedcard_discovercard.png") top left no-repeat;
    background-size: 47px auto; }
  .saved-card-icons .icon-amex {
    background: url("../images/interface/savedcard_amex.png") top left no-repeat;
    background-size: 47px auto; }

.spacing-bottom {
  margin-bottom: 40px; }

.checkout .style-b .field select {
  margin-bottom: 40px;
  background: #fff url("../images/interface/arrow-dropdown.svg") center right 20px no-repeat;
  background-size: 9px auto; }

/* Features Landing Pages */
.feature-article {
  overflow: hidden; }
  .feature-article .figure {
    margin-bottom: 0; }
  .feature-article .figure.from-bottom {
    margin-bottom: 0;
    position: relative;
    top: 60px;
    display: block;
    margin-top: -60px;
    padding-top: 20px; }
  .feature-article img {
    max-width: 70%; }
  .feature-article .figure.from-top {
    margin-top: 0;
    position: relative;
    display: block; }
  .feature-article .figure.extra-padding img {
    margin: 40px auto; }
  .feature-article + .feature-article {
    border-top: 1px solid #E6E8EB; }

.page-intro.inner-header {
  background: url("../images/landing1/header-top-mobile.jpg") center center no-repeat;
  background-size: cover; }
  .page-intro.inner-header.app-header {
    background-image: url("../images/apps/header2.jpg"); }
  .page-intro.inner-header.bg--blurred {
    background-image: url("../images/home/site-blur.jpg"); }

.inner-header.page-intro .intro-text h1 {
  font-weight: 400;
  font-size: 2em;
  margin: 0; }

.subtitle b {
  font-weight: 400; }

.app-pullout.alt-pullout .app-icon-header {
  font-size: 2em;
  font-weight: 300;
  padding-top: 2.2em; }
  .app-pullout.alt-pullout .app-icon-header:before {
    font-size: 0.65em;
    border-radius: 16px; }

.feature-article .figure.no-top {
  margin-top: 0; }

.app-choice .app-button {
  height: 77px;
  width: 239px;
  border-radius: 10px; }
.app-choice.ios .googleplay-button, .app-choice.ios .android-app {
  display: none; }
.app-choice.android .appstore-button, .app-choice.android .ios-app {
  display: none; }

.app-choice-header {
  position: absolute;
  top: 16px;
  right: 58px;
  z-index: 2000; }
  .app-choice-header a {
    padding: 10px 15px;
    background: #0972E6;
    margin: 9px 0 8px 8px;
    font-weight: 600;
    font-size: .875em;
    border-radius: 4px;
    color: #fff;
    text-decoration: none; }

.app-icon-benefit {
  border-radius: 22px;
  width: 84px;
  height: 84px; }

.buy-features {
  margin-top: 25px; }
  .buy-features .buy-feature {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .buy-features .buy-feature:last-child {
      margin-right: 0; }
    .buy-features .buy-feature h4 {
      line-height: 1.4;
      height: 2em;
      margin-bottom: 1.2em; }
    .buy-features .buy-feature img {
      width: 64px;
      margin: 0 auto 15px;
      display: block; }
    .buy-features .buy-feature p {
      display: none; }
    .buy-features .buy-feature:nth-child(2n) {
      margin-right: 0; }

.mobile-image {
  display: inline-block !important; }

.tablet-image {
  display: none !important; }

.desktop-image {
  display: none !important; }

.testimonial {
  font-weight: 300;
  padding: 0.625em 0 1.25em 0;
  text-align: left; }
  .testimonial img {
    width: 3em;
    height: 3em;
    float: left;
    margin-right: 0.75em; }
  .testimonial b {
    font-weight: 600;
    color: #1683e3;
    display: block; }

.call-to-action-bottom, .call-to-action-small {
  text-align: center;
  color: #fff;
  background: #10253E; }
  .call-to-action-bottom h2, .call-to-action-small h2 {
    font-weight: 500;
    margin-bottom: 0.625em; }
  .call-to-action-bottom p, .call-to-action-small p {
    opacity: 0.8;
    font-weight: 500;
    margin-bottom: 1.25em; }
  .call-to-action-bottom .button, .call-to-action-small .button {
    float: none; }

.alt-call-to-action-bottom p {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 0.625em; }
.alt-call-to-action-bottom a {
  font-size: 1.125em; }
.alt-call-to-action-bottom h2 {
  font-size: 2em;
  font-weight: 400; }
.alt-call-to-action-bottom .outer-container {
  padding: 3.75em 0 3.125em; }

.call-to-action-small .outer-container {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }
.call-to-action-small h2 {
  font-size: 1.5625em;
  margin-bottom: 0.3125em; }

.page-intro.inner-header.feature-page--header {
  min-height: 475px; }

.inner-main {
  margin-top: 55px; }

/* Login */

#phone_number {
  type: number; /* Users can only enter digits in phone number input */ }


.basic-form {
  max-width: 20.8125em;
  margin: 2.5em auto 1.25em auto; }
  .basic-form .field {
    position: relative; }
    .basic-form .field .input, .basic-form .field label, .basic-form .field .login-country {
      transition: all 0.25s ease; }
    .basic-form .field.input-error .input {
      border-color: #FC3D39;
      box-shadow: 0 0 0 1px #FC3D39;
      position: relative;
      background: #fff;
      z-index: 10; }
    .basic-form .field.input-error label {
      color: #FC3D39; }
    .basic-form .field.input-error .login-country {
      border-color: #FC3D39; }
    .basic-form .field.input-error .error-message, .basic-form .field.input-error .psudeo-error-message {
      display: block; }
  .basic-form label {
    text-align: left;
    font-size: 0.9375em;
    color: #4D5A6D;
    width: 100%;
    padding: 0.625em 0;
    display: block; }
    .basic-form label.error-message, .basic-form label.psudeo-error-message {
      display: none;
      margin: -0.75em 0 1.25em 0;
      padding: 0;
      font-weight: 400;
      color: #FC3D39;
      width: 100%;
      text-align: left;
      font-style: italic;
      transition: all 0.25s ease; }
  .basic-form .input, .basic-form input.input, .basic-form select.input {
    border: 1px solid #D9DADC;
    border-radius: 6px;
    background: #fff;
    display: block;
    width: 100%;
    display: block;
    margin-bottom: 1.25em; }
    .basic-form .input::after, .basic-form input.input::after, .basic-form select.input::after {
      clear: both;
      content: "";
      display: block; }
    .basic-form .input input, .basic-form .input select, .basic-form input.input input, .basic-form input.input select, .basic-form select.input input, .basic-form select.input select {
      background: none;
      outline: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      padding: 0.9375em 1.25em;
      display: block; }
  .basic-form input.input, .basic-form select.input {
    background: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0.9375em 1.25em; }

.login-country {
  width: 25%;
  float: left;
  border-right: 1px solid #D9DADC;
  background: transparent url("../images/interface/arrow-dropdown.svg") right 13px center no-repeat;
  background-size: 7.5px auto;
  position: relative; }
  .login-country label {
    height: 2.9375em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .login-country .flag {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    right: 25px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .login-country select {
    opacity: 0;
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 100; }
  .login-country + input {
    float: right;
    width: 75%; }

.form-sidelink {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-size: 0.9375em;
  color: #959FA8;
  padding: 0.625em 0;
  display: block;
  text-decoration: none; }
  .form-sidelink:hover {
    text-decoration: underline; }

.form-actions {
  margin-top: 0.9375em; }
  .form-actions.form-section {
    margin-top: 1.875em; }
  .form-actions p {
    font-weight: 400;
    color: #A4A8AC;
    font-size: 1em; }
    .form-actions p:last-of-type {
      margin-bottom: 0; }
    .form-actions p a {
      color: #1069CB; }
    .form-actions p a.alt-link {
      color: #A4A8AC;
      font-style: italic;
      text-decoration: none; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: block; }

ul#catlist {
  margin: 0;
  padding: 0;
  list-style: none; }

ul#catlist input {
  display: none; }

ul#catlist li {
  float: left;
  display: block;
  width: 25%;
  height: 0;
  padding-bottom: 25%; }

ul#catlist li.last {
  margin-right: 0; }

ul#catlist li img {
  border: 2px solid #fff;
  border-radius: 6px; }

ul#catlist li img.active {
  border-color: #4ECE30;
  box-shadow: 0 0 0 3px #4ECE30; }

ul#catlist li img {
  width: 74px;
  height: 74px; }

#warning {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.5s ease;
  opacity: 0;
  bottom: 0;
  background-color: #fdfbf4;
  border-radius: 0;
  border-top: 1px solid #f4e3b1;
  padding: 1.25em;
  text-align: left;
  width: 100%;
  z-index: 100; }
  #warning.visible {
    transform: translate(-50%, 100%);
    opacity: 1; }
  #warning .warning-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: .875em;
    color: rgba(5, 28, 48, 0.5); }
  #warning p {
    font-size: 1em;
    font-weight: 500;
    margin: 0; }
  #warning h5 {
    color: #4e3e0b;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 10px 0; }

.overall-error, .form-message {
  padding: 0 20px;
  margin: 0 auto 0 auto;
  color: #fff;
  background: #4D5A6D url("../images/interface/error.png") center 17px no-repeat;
  background-size: 25px auto;
  border-radius: 6px;
  max-width: 37.5em;
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  max-height: 0px;
  transition: all 0.25s ease-in-out; }
  .overall-error.appear, .form-message.appear {
    max-height: 200px;
    padding: 50px 20px 20px 20px;
    margin: 15px auto 30px auto; }
  .overall-error p, .form-message p {
    color: #fff;
    font-size: 0.875em;
    margin: 0;
    font-weight: 400; }
  .overall-error.positive, .form-message.positive {
    background: #DCF5D7;
    color: #29A30F; }
    .overall-error.positive p, .form-message.positive p {
      color: #29A30F; }
    .overall-error.positive.appear, .form-message.positive.appear {
      padding: 1.25em;
      margin-bottom: 0; }

[data-flag="AF"] {
  background-image: url("../images/countries/Afghanistan.png"); }

[data-flag="GG"] {
  background-image: url("../images/countries/Guernsey.png"); }

[data-flag="SK"] {
  background-image: url("../images/countries/Slovakia.png"); }

[data-flag="AX"] {
  background-image: url("../images/countries/Aland.png"); }

[data-flag="AL"] {
  background-image: url("../images/countries/Albania.png"); }

[data-flag="DZ"] {
  background-image: url("../images/countries/Algeria.png"); }

[data-flag="AS"] {
  background-image: url("../images/countries/American-Samoa.png"); }

[data-flag="AD"] {
  background-image: url("../images/countries/Andorra.png"); }

[data-flag="AO"] {
  background-image: url("../images/countries/Angola.png"); }

[data-flag="AI"] {
  background-image: url("../images/countries/Anguilla.png"); }

[data-flag="AQ"] {
  background-image: url("../images/countries/Antarctica.png"); }

[data-flag="AG"] {
  background-image: url("../images/countries/Antigua-and-Barbuda.png"); }

[data-flag="AR"] {
  background-image: url("../images/countries/Argentina.png"); }

[data-flag="AM"] {
  background-image: url("../images/countries/Armenia.png"); }

[data-flag="AW"] {
  background-image: url("../images/countries/Aruba.png"); }

[data-flag="AC"] {
  background-image: url(../images/countries/Ascension-Island.png); }

[data-flag="AU"] {
  background-image: url("../images/countries/Australia.png"); }

[data-flag="AT"] {
  background-image: url("../images/countries/Austria.png"); }

[data-flag="AZ"] {
  background-image: url("../images/countries/Azerbaijan.png"); }

[data-flag="BS"] {
  background-image: url("../images/countries/Bahamas.png"); }

[data-flag="BH"] {
  background-image: url("../images/countries/Bahrain.png"); }

[data-flag="BD"] {
  background-image: url("../images/countries/Bangladesh.png"); }

[data-flag="BB"] {
  background-image: url("../images/countries/Barbados.png"); }

[data-flag="BY"] {
  background-image: url("../images/countries/Belarus.png"); }

[data-flag="BE"] {
  background-image: url("../images/countries/Belgium.png"); }

[data-flag="BZ"] {
  background-image: url("../images/countries/Belize.png"); }

[data-flag="BJ"] {
  background-image: url("../images/countries/Benin.png"); }

[data-flag="BM"] {
  background-image: url("../images/countries/Bermuda.png"); }

[data-flag="BT"] {
  background-image: url("../images/countries/Bhutan.png"); }

[data-flag="BO"] {
  background-image: url("../images/countries/Bolivia.png"); }

[data-flag="BA"] {
  background-image: url("../images/countries/Bosnia-and-Herzegovina.png"); }

[data-flag="BW"] {
  background-image: url("../images/countries/Botswana.png"); }

[data-flag="BV"] {
  background-image: url("../images/countries/Bouvet-Island.png"); }

[data-flag="BR"] {
  background-image: url("../images/countries/Brazil.png"); }

[data-flag="IO"] {
  background-image: url("../images/countries/British-Indian-Ocean-Territory.png"); }

[data-flag="BN"] {
  background-image: url("../images/countries/Brunei.png"); }

[data-flag="BG"] {
  background-image: url("../images/countries/Bulgaria.png"); }

[data-flag="BF"] {
  background-image: url("../images/countries/Burkina-Faso.png"); }

[data-flag="BI"] {
  background-image: url("../images/countries/Burundi.png"); }

[data-flag="KH"] {
  background-image: url("../images/countries/Cambodia.png"); }

[data-flag="CM"] {
  background-image: url("../images/countries/Cameroon.png"); }

[data-flag="CA"] {
  background-image: url("../images/countries/Canada.png"); }

[data-flag="CV"] {
  background-image: url("../images/countries/Cape-Verde.png"); }

[data-flag="KY"] {
  background-image: url("../images/countries/Cayman-Islands.png"); }

[data-flag="CF"] {
  background-image: url("../images/countries/Central-African-Republic.png"); }

[data-flag="TD"] {
  background-image: url("../images/countries/Chad.png"); }

[data-flag="CL"] {
  background-image: url("../images/countries/Chile.png"); }

[data-flag="CN"] {
  background-image: url("../images/countries/China.png"); }

[data-flag="CX"] {
  background-image: url("../images/countries/Christmas-Island.png"); }

[data-flag="CC"] {
  background-image: url("../images/countries/Cocos-Keeling-Islands.png"); }

[data-flag="CO"] {
  background-image: url("../images/countries/Colombia.png"); }

[data-flag="KM"] {
  background-image: url("../images/countries/Comoros.png"); }

[data-flag="CG"] {
  background-image: url("../images/countries/Congo.png"); }

[data-flag="CK"] {
  background-image: url("../images/countries/Cook-Islands.png"); }

[data-flag="CR"] {
  background-image: url("../images/countries/Costa-Rica.png"); }

[data-flag="CI"] {
  background-image: url("../images/countries/Ivory-Coast.png"); }

[data-flag="HR"] {
  background-image: url("../images/countries/Croatia.png"); }

[data-flag="CU"] {
  background-image: url("../images/countries/Cuba.png"); }

[data-flag="CY"] {
  background-image: url("../images/countries/Cyprus.png"); }

[data-flag="CZ"] {
  background-image: url("../images/countries/Czech-Republic.png"); }

[data-flag="CD"] {
  background-image: url("../images/countries/Democratic-Republic-of-the-Congo.png"); }

[data-flag="DK"] {
  background-image: url("../images/countries/Denmark.png"); }

[data-flag="DJ"] {
  background-image: url("../images/countries/Djibouti.png"); }

[data-flag="DM"] {
  background-image: url("../images/countries/Dominica.png"); }

[data-flag="DO"] {
  background-image: url("../images/countries/Dominican-Republic.png"); }

[data-flag="TL"] {
  background-image: url("../images/countries/East-Timor.png"); }

[data-flag="EC"] {
  background-image: url("../images/countries/Ecuador.png"); }

[data-flag="EG"] {
  background-image: url("../images/countries/Egypt.png"); }

[data-flag="SV"] {
  background-image: url("../images/countries/El-Salvador.png"); }

[data-flag="GQ"] {
  background-image: url("../images/countries/Equatorial-Guinea.png"); }

[data-flag="ER"] {
  background-image: url("../images/countries/Eritrea.png"); }

[data-flag="EE"] {
  background-image: url("../images/countries/Estonia.png"); }

[data-flag="ET"] {
  background-image: url("../images/countries/Ethiopia.png"); }

[data-flag="FK"] {
  background-image: url("../images/countries/Falkland-Islands.png"); }

[data-flag="FO"] {
  background-image: url("../images/countries/Faroes.png"); }

[data-flag="FJ"] {
  background-image: url("../images/countries/Fiji.png"); }

[data-flag="FI"] {
  background-image: url("../images/countries/Finland.png"); }

[data-flag="FR"] {
  background-image: url("../images/countries/France.png"); }

[data-flag="FX"] {
  background-image: url("../images/countries/France.png"); }

[data-flag="GF"] {
  background-image: url("../images/countries/France.png"); }

[data-flag="PF"] {
  background-image: url("../images/countries/French-Polynesia.png"); }

[data-flag="TF"] {
  background-image: url("../images/countries/French-Southern-Territories.png"); }

[data-flag="GA"] {
  background-image: url("../images/countries/Gabon.png"); }

[data-flag="GM"] {
  background-image: url("../images/countries/Gambia.png"); }

[data-flag="GE"] {
  background-image: url("../images/countries/Georgia.png"); }

[data-flag="DE"] {
  background-image: url("../images/countries/Germany.png"); }

[data-flag="GH"] {
  background-image: url("../images/countries/Ghana.png"); }

[data-flag="GI"] {
  background-image: url("../images/countries/Gibraltar.png"); }

[data-flag="GR"] {
  background-image: url("../images/countries/Greece.png"); }

[data-flag="GL"] {
  background-image: url("../images/countries/Greenland.png"); }

[data-flag="GD"] {
  background-image: url("../images/countries/Grenada.png"); }

[data-flag="GP"] {
  background-image: url("../images/countries/Guadeloupe.png"); }

[data-flag="GU"] {
  background-image: url("../images/countries/Guam.png"); }

[data-flag="GT"] {
  background-image: url("../images/countries/Guatemala.png"); }

[data-flag="GN"] {
  background-image: url("../images/countries/Guinea.png"); }

[data-flag="GW"] {
  background-image: url("../images/countries/Guinea-Bissau.png"); }

[data-flag="GY"] {
  background-image: url("../images/countries/Guyana.png"); }

[data-flag="HT"] {
  background-image: url("../images/countries/Haiti.png"); }

[data-flag="HM"] {
  background-image: url("../images/countries/Australia.png"); }

[data-flag="HN"] {
  background-image: url("../images/countries/Honduras.png"); }

[data-flag="HK"] {
  background-image: url("../images/countries/Hong-Kong.png"); }

[data-flag="HU"] {
  background-image: url("../images/countries/Hungary.png"); }

[data-flag="IS"] {
  background-image: url("../images/countries/Iceland.png"); }

[data-flag="IN"] {
  background-image: url("../images/countries/India.png"); }

[data-flag="ID"] {
  background-image: url("../images/countries/Indonesia.png"); }

[data-flag="IR"] {
  background-image: url("../images/countries/Iran.png"); }

[data-flag="IQ"] {
  background-image: url("../images/countries/Iraq.png"); }

[data-flag="IE"] {
  background-image: url("../images/countries/Ireland.png"); }

[data-flag="IM"] {
  background-image: url("../images/countries/Isle-of-Man.png"); }

[data-flag="IL"] {
  background-image: url("../images/countries/Israel.png"); }

[data-flag="IT"] {
  background-image: url("../images/countries/Italy.png"); }

[data-flag="JM"] {
  background-image: url("../images/countries/Jamaica.png"); }

[data-flag="JP"] {
  background-image: url("../images/countries/Japan.png"); }

[data-flag="JO"] {
  background-image: url("../images/countries/Jordan.png"); }

[data-flag="KZ"] {
  background-image: url("../images/countries/Kazakhstan.png"); }

[data-flag="KE"] {
  background-image: url("../images/countries/Kenya.png"); }

[data-flag="KI"] {
  background-image: url("../images/countries/Kiribati.png"); }

[data-flag="KW"] {
  background-image: url("../images/countries/Kuwait.png"); }

[data-flag="KG"] {
  background-image: url("../images/countries/Kyrgyzstan.png"); }

[data-flag="LA"] {
  background-image: url("../images/countries/Laos.png"); }

[data-flag="LV"] {
  background-image: url("../images/countries/Latvia.png"); }

[data-flag="LB"] {
  background-image: url("../images/countries/Lebanon.png"); }

[data-flag="LS"] {
  background-image: url("../images/countries/Lesotho.png"); }

[data-flag="LR"] {
  background-image: url("../images/countries/Liberia.png"); }

[data-flag="LY"] {
  background-image: url("../images/countries/Libya.png"); }

[data-flag="LI"] {
  background-image: url("../images/countries/Liechtenstein.png"); }

[data-flag="LT"] {
  background-image: url("../images/countries/Lithuania.png"); }

[data-flag="LU"] {
  background-image: url("../images/countries/Luxembourg.png"); }

[data-flag="MO"] {
  background-image: url("../images/countries/Macau.png"); }

[data-flag="MK"] {
  background-image: url(../images/countries/Macedonia.png); }

[data-flag="MG"] {
  background-image: url("../images/countries/Madagascar.png"); }

[data-flag="MW"] {
  background-image: url("../images/countries/Malawi.png"); }

[data-flag="MY"] {
  background-image: url("../images/countries/Malaysia.png"); }

[data-flag="MV"] {
  background-image: url("../images/countries/Maldives.png"); }

[data-flag="ML"] {
  background-image: url("../images/countries/Mali.png"); }

[data-flag="MT"] {
  background-image: url("../images/countries/Malta.png"); }

[data-flag="MH"] {
  background-image: url("../images/countries/Marshall-Islands.png"); }

[data-flag="MQ"] {
  background-image: url("../images/countries/Martinique.png"); }

[data-flag="MR"] {
  background-image: url("../images/countries/Mauritania.png"); }

[data-flag="MU"] {
  background-image: url("../images/countries/Mauritius.png"); }

[data-flag="YT"] {
  background-image: url("../images/countries/Mayotte.png"); }

[data-flag="MX"] {
  background-image: url("../images/countries/Mexico.png"); }

[data-flag="FM"] {
  background-image: url("../images/countries/Micronesia.png"); }

[data-flag="MD"] {
  background-image: url("../images/countries/Moldova.png"); }

[data-flag="MC"] {
  background-image: url("../images/countries/Monaco.png"); }

[data-flag="MN"] {
  background-image: url("../images/countries/Mongolia.png"); }

[data-flag="ME"] {
  background-image: url("../images/countries/Montenegro.png"); }

[data-flag="MS"] {
  background-image: url("../images/countries/Montserrat.png"); }

[data-flag="MA"] {
  background-image: url("../images/countries/Morocco.png"); }

[data-flag="MZ"] {
  background-image: url("../images/countries/Mozambique.png"); }

[data-flag="MM"] {
  background-image: url("../images/countries/Myanmar.png"); }

[data-flag="NA"] {
  background-image: url("../images/countries/Namibia.png"); }

[data-flag="NR"] {
  background-image: url("../images/countries/Nauru.png"); }

[data-flag="NP"] {
  background-image: url("../images/countries/Nepal.png"); }

[data-flag="NL"] {
  background-image: url("../images/countries/Netherlands.png"); }

[data-flag="AN"] {
  background-image: url("../images/countries/Netherlands-Antilles.png"); }

[data-flag="NC"] {
  background-image: url("../images/countries/New-Caledonia.png"); }

[data-flag="NZ"] {
  background-image: url("../images/countries/New-Zealand.png"); }

[data-flag="NI"] {
  background-image: url("../images/countries/Nicaragua.png"); }

[data-flag="NE"] {
  background-image: url("../images/countries/Niger.png"); }

[data-flag="NG"] {
  background-image: url("../images/countries/Nigeria.png"); }

[data-flag="NU"] {
  background-image: url("../images/countries/Niue.png"); }

[data-flag="NF"] {
  background-image: url("../images/countries/Norfolk-Island.png"); }

[data-flag="KP"] {
  background-image: url("../images/countries/North-Korea.png"); }

[data-flag="MP"] {
  background-image: url("../images/countries/Northern-Mariana-Islands.png"); }

[data-flag="NO"] {
  background-image: url("../images/countries/Norway.png"); }

[data-flag="OM"] {
  background-image: url("../images/countries/Oman.png"); }

[data-flag="PK"] {
  background-image: url("../images/countries/Pakistan.png"); }

[data-flag="PW"] {
  background-image: url("../images/countries/Palau.png"); }

[data-flag="PS"] {
  background-image: url("../images/countries/Palestine.png"); }

[data-flag="PA"] {
  background-image: url("../images/countries/Panama.png"); }

[data-flag="PG"] {
  background-image: url("../images/countries/Papua-New-Guinea.png"); }

[data-flag="PY"] {
  background-image: url("../images/countries/Paraguay.png"); }

[data-flag="PE"] {
  background-image: url("../images/countries/Peru.png"); }

[data-flag="PH"] {
  background-image: url("../images/countries/Philippines.png"); }

[data-flag="PN"] {
  background-image: url("../images/countries/Pitcairn-Islands.png"); }

[data-flag="PL"] {
  background-image: url("../images/countries/Poland.png"); }

[data-flag="PT"] {
  background-image: url("../images/countries/Portugal.png"); }

[data-flag="PR"] {
  background-image: url("../images/countries/Puerto-Rico.png"); }

[data-flag="QA"] {
  background-image: url("../images/countries/Qatar.png"); }

[data-flag="RE"] {
  background-image: url("../images/countries/France.png"); }

[data-flag="RO"] {
  background-image: url("../images/countries/Romania.png"); }

[data-flag="RU"] {
  background-image: url("../images/countries/Russia.png"); }

[data-flag="RW"] {
  background-image: url("../images/countries/Rwanda.png"); }

[data-flag="SH"] {
  background-image: url("../images/countries/Saint-Helena.png"); }

[data-flag="KN"] {
  background-image: url("../images/countries/Saint-Kitts-and-Nevis.png"); }

[data-flag="LC"] {
  background-image: url("../images/countries/Saint-Lucia.png"); }

[data-flag="PM"] {
  background-image: url("../images/countries/France.png"); }

[data-flag="VC"] {
  background-image: url("../images/countries/Saint-Vincent-and-the-Grenadines.png"); }

[data-flag="SM"] {
  background-image: url("../images/countries/San-Marino.png"); }

[data-flag="ST"] {
  background-image: url("../images/countries/Sao-Tome-and-Principe.png"); }

[data-flag="SA"] {
  background-image: url("../images/countries/Saudi-Arabia.png"); }

[data-flag="SN"] {
  background-image: url("../images/countries/Senegal.png"); }

[data-flag="RS"] {
  background-image: url("../images/countries/Serbia.png"); }

[data-flag="SC"] {
  background-image: url("../images/countries/Seychelles.png"); }

[data-flag="SL"] {
  background-image: url("../images/countries/Sierra-Leone.png"); }

[data-flag="SG"] {
  background-image: url("../images/countries/Singapore.png"); }

[data-flag="SI"] {
  background-image: url("../images/countries/Slovenia.png"); }

[data-flag="SB"] {
  background-image: url("../images/countries/Solomon-Islands.png"); }

[data-flag="SO"] {
  background-image: url("../images/countries/Somalia.png"); }

[data-flag="ZA"] {
  background-image: url("../images/countries/South-Africa.png"); }

[data-flag="GS"] {
  background-image: url("../images/countries/South-Georgia-and-the-South-Sandwich-Islands.png"); }

[data-flag="KR"] {
  background-image: url("../images/countries/South-Korea.png"); }

[data-flag="ES"] {
  background-image: url("../images/countries/Spain.png"); }

[data-flag="LK"] {
  background-image: url("../images/countries/Sri-Lanka.png"); }

[data-flag="SD"] {
  background-image: url("../images/countries/Sudan.png"); }

[data-flag="SR"] {
  background-image: url("../images/countries/Suriname.png"); }

[data-flag="SJ"] {
  background-image: url("../images/countries/Svalbard-and-Jan-Mayen.png"); }

[data-flag="SZ"] {
  background-image: url("../images/countries/Swaziland.png"); }

[data-flag="SE"] {
  background-image: url("../images/countries/Sweden.png"); }

[data-flag="CH"] {
  background-image: url("../images/countries/Switzerland.png"); }

[data-flag="SY"] {
  background-image: url("../images/countries/Syria.png"); }

[data-flag="TW"] {
  background-image: url("../images/countries/Taiwan.png"); }

[data-flag="TJ"] {
  background-image: url("../images/countries/Tajikistan.png"); }

[data-flag="TZ"] {
  background-image: url("../images/countries/Tanzania.png"); }

[data-flag="TH"] {
  background-image: url("../images/countries/Thailand.png"); }

[data-flag="TG"] {
  background-image: url("../images/countries/Togo.png"); }

[data-flag="TK"] {
  background-image: url("../images/countries/Tokelau.png"); }

[data-flag="TO"] {
  background-image: url("../images/countries/Tonga.png"); }

[data-flag="TT"] {
  background-image: url("../images/countries/Trinidad-and-Tobago.png"); }

[data-flag="TN"] {
  background-image: url("../images/countries/Tunisia.png"); }

[data-flag="TR"] {
  background-image: url("../images/countries/Turkey.png"); }

[data-flag="TM"] {
  background-image: url("../images/countries/Turkmenistan.png"); }

[data-flag="TC"] {
  background-image: url("../images/countries/Turks-and-Caicos-Islands.png"); }

[data-flag="TV"] {
  background-image: url("../images/countries/Tuvalu.png"); }

[data-flag="UG"] {
  background-image: url("../images/countries/Uganda.png"); }

[data-flag="UA"] {
  background-image: url("../images/countries/Ukraine.png"); }

[data-flag="AE"] {
  background-image: url("../images/countries/United-Arab-Emirates.png"); }

[data-flag="GB"] {
  background-image: url("../images/countries/United-Kingdom.png"); }

[data-flag="US"] {
  background-image: url("../images/countries/UnitedStates.png"); }

[data-flag="UM"] {
  background-image: url(../images/countries/United-States.png); }

[data-flag="UY"] {
  background-image: url("../images/countries/Uruguay.png"); }

[data-flag="UZ"] {
  background-image: url("../images/countries/Uzbekistan.png"); }

[data-flag="VU"] {
  background-image: url("../images/countries/Vanuatu.png"); }

[data-flag="VA"] {
  background-image: url("../images/countries/Vatican-City.png"); }

[data-flag="VE"] {
  background-image: url("../images/countries/Venezuela.png"); }

[data-flag="VN"] {
  background-image: url("../images/countries/Vietnam.png"); }

[data-flag="VG"] {
  background-image: url("../images/countries/Virgin-Islands-British.png"); }

[data-flag="VI"] {
  background-image: url("../images/countries/Virgin-Islands-US.png"); }

[data-flag="WF"] {
  background-image: url("../images/countries/Wallis-and-Futuna-Islands.png"); }

[data-flag="EH"] {
  background-image: url("../images/countries/Western-Sahara.png"); }

[data-flag="WS"] {
  background-image: url("../images/countries/Western-Samoa.png"); }

[data-flag="YE"] {
  background-image: url("../images/countries/Yemen.png"); }

[data-flag="YU"] {
  background-image: url("../images/countries/Yugoslavia.png"); }

[data-flag="ZM"] {
  background-image: url("../images/countries/Zambia.png"); }

[data-flag="ZW"] {
  background-image: url("../images/countries/Zimbabwe.png"); }

.sms-testimonials .testimonial span b {
  line-height: 48px; }

.faq-column h5, .faq-column p {
  text-align: left; }
.faq-column h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }
.faq-column p {
  font-size: 15px;
  margin-bottom: 15px; }

.column-features .outer-container {
  padding-top: 4em; }

.feature--background-anywhere {
  background-color: #f3f6fb !important; }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.spooftext-credits {
  display: none; }

.package-description p {
  min-height: 40px; }

.checkout h5.package-info-message {
  font-size: 18px;
  font-weight: 500;
  margin: -10px 0 15px 0; }

.package-toggle {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  border: 1px solid #D3D7DD;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden; }
  .package-toggle::after {
    clear: both;
    content: "";
    display: block; }
  .package-toggle .select-button {
    background-image: url("../images/interface/small-grey-check.png");
    position: absolute;
    overflow: hidden;
    text-indent: -100px;
    border: 1px solid #ccc;
    width: 12px;
    background-size: 6px auto;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
    left: 18px;
    transition: all .2s ease .1s;
    background-repeat: no-repeat;
    background-position: center 20px; }
  .package-toggle #spoofcard-toggle.active .select-button, .package-toggle #spooftext-toggle.active .select-button {
    border-color: #8A8B92;
    background-position: center center;
    transform: scale(1.5); }
  .package-toggle #spoofcard-toggle, .package-toggle #spooftext-toggle {
    display: block;
    position: relative;
    padding: 12px 12px 12px 50px;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #6A7078;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease .1s; }
    .package-toggle #spoofcard-toggle:hover, .package-toggle #spooftext-toggle:hover {
      background: #F1F2F4; }
    .package-toggle #spoofcard-toggle:first-child, .package-toggle #spooftext-toggle:first-child {
      border-right: 1px solid #F1F2F4; }

.large-table-container table th {
  font-weight: bold;
  font-size: 13px; }
.large-table-container table td, .large-table-container table th {
  padding: 9px 10px;
  text-align: left; }
.large-table-container table {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ddd; }
.large-table-container table thead, .large-table-container table tfoot {
  background: #f5f5f5; }
.large-table-container table thead tr th,
.large-table-container table tfoot tr th,
.large-table-container table tbody tr td,
.large-table-container table tr td,
.large-table-container table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left; }
.large-table-container table thead tr th,
.large-table-container table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222; }
.large-table-container table thead tr th:first-child, .large-table-container table tfoot tr td:first-child {
  border-left: none; }
.large-table-container table thead tr th:last-child, .large-table-container table tfoot tr td:last-child {
  border-right: none; }
.large-table-container table tbody tr.even,
.large-table-container table tbody tr.alt {
  background: #f9f9f9; }
.large-table-container table tbody tr:nth-child(even) {
  background: #f9f9f9; }
.large-table-container table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
  border-right: 1px solid #ddd; }
.large-table-container table thead tr th {
  overflow: visible !important; }
.large-table-container table th span.info {
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #ddd;
  border-radius: 15px; }
.large-table-container table.fixed {
  top: 0;
  position: fixed;
  width: auto;
  z-index: 10;
  display: none;
  border: none; }
.large-table-container .table-hint {
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  font-weight: 300;
  opacity: .8; }
.large-table-container .tooltip {
  position: relative;
  text-decoration: underline;
  cursor: pointer; }
.large-table-container .tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  margin-top: 10px;
  background-color: black;
  color: #fff;
  text-align: left;
  padding: 5px;
  font-weight: 400;
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  transition: all ease-in 0.15s;
  display: block;
  position: absolute;
  z-index: 1; }
.large-table-container .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.app-header .intro-text {
  padding: 6.25em 0 3.125em 0; }

.border-top {
  border-top: 1px solid #E6E8EB; }

.faq-list {
  text-align: left;
  padding: 1.25em;
  margin: 0;
  border-bottom: 1px solid #E1E6ED;
  margin-bottom: 2.5em; }
  .faq-list:last-child {
    margin-bottom: 0em;
    border-bottom: 0; }
  .faq-list h5 {
    margin: 0;
    color: #0972E6;
    font-size: 1.0625em;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.5; }
    .faq-list h5:hover {
      text-decoration: underline; }
  .faq-list li {
    margin: 0;
    list-style: none;
    padding: 0.9375em 0.9375em;
    box-shadow: 0 0 20px 0 rgba(77, 90, 109, 0);
    transition: all 0.5s ease;
    position: relative; }
    .faq-list li:before {
      position: absolute;
      left: -0.9375em;
      right: -0.9375em;
      background: #fff;
      top: -0.9375em;
      bottom: -0.9375em;
      box-shadow: 0 0 20px 0 rgba(77, 90, 109, 0.2);
      border-radius: 8px;
      opacity: 0;
      transition: all 0.5s ease;
      content: "";
      z-index: -1;
      display: block; }
    .faq-list li.viewing {
      z-index: 10; }
      .faq-list li.viewing:before {
        opacity: 1; }
      .faq-list li.viewing .close {
        opacity: 1; }
    .faq-list li .answer {
      display: none;
      margin-top: 0.625em;
      line-height: 1.7;
      letter-spacing: 0.2px;
      font-size: 0.9375em;
      font-weight: 300; }
      .faq-list li .answer a {
        color: #0972E6;
        font-weight: 500; }
  .faq-list .close {
    position: absolute;
    top: 00px;
    right: 00px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: -1000px;
    background: url("../images/faqclose.png") center center no-repeat;
    background-size: 15px 15px;
    opacity: 0;
    z-index: 600;
    cursor: pointer;
    display: block;
    transition: all 0.5s ease; }

.faq-title {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
  font-size: 13px;
  text-align: center; }

.help-me-bar {
  width: 100%;
  background: #fff;
  z-index: 10;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
  display: block; }
  .help-me-bar::after {
    clear: both;
    content: "";
    display: block; }
  .help-me-bar h4 {
    float: left;
    display: none; }
  .help-me-bar .contact-box {
    padding: 0 5px; }
  .help-me-bar p {
    float: right;
    text-align: left;
    font-size: 0.84375em;
    line-height: 1.2;
    margin: 8px 0;
    width: 60%; }
    .help-me-bar p b {
      font-weight: 500; }
  .help-me-bar .help-button {
    float: left;
    margin: 5px 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-decoration: none;
    border: 0;
    outline: 0;
    text-align: center;
    background: #4CCC32;
    border-radius: 8px;
    padding: 0.75em 0em;
    width: 38%;
    color: #fff;
    font-size: 0.875em;
    font-weight: 600;
    cursor: pointer;
    transition: all .1s ease; }

.small-page-header {
  background: url("../images/small-header-collage.jpg") center center;
  background-size: auto 100%;
  color: #fff; }

#contact-us-form {
  background: #F6F9FD;
  border-bottom: 1px solid #E1E6ED; }
  #contact-us-form h4 {
    font-size: 1.375em;
    font-weight: 500;
    margin: 0 0 15px 0; }
  #contact-us-form p {
    margin: 0 0 10px 0;
    font-size: 0.9375em; }
    #contact-us-form p a {
      color: #0972E6;
      font-weight: 500; }

#contact-us-form form {
  margin-top: 2.5em; }
#contact-us-form fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
#contact-us-form label {
  font-weight: 300; }
#contact-us-form input[type=text], #contact-us-form input[type=tel], #contact-us-form input[type=email], #contact-us-form select, #contact-us-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 100%;
  display: block;
  border: 1px solid #D9DADC;
  border-radius: 6px;
  background: #fff;
  display: block;
  width: 100%;
  display: block;
  margin-bottom: 1.25em; }
  #contact-us-form input[type=text]::after, #contact-us-form input[type=tel]::after, #contact-us-form input[type=email]::after, #contact-us-form select::after, #contact-us-form textarea::after {
    clear: both;
    content: "";
    display: block; }
#contact-us-form select {
  background: #fff url("../images/help-dropdown.png") right 20px center no-repeat;
  background-size: 16px auto; }
#contact-us-form textarea {
  height: 200px;
  resize: none; }

#contact-received {
  padding: 1.25em;
  border-radius: 8px;
  max-width: 800px;
  margin: 0 auto; }
  #contact-received h6 {
    font-size: 1.125em;
    font-weight: 500;
    margin: 0 0 0.9375em 0;
    padding-top: 5em;
    background: url("../images/interface/form-check.png") center 20px no-repeat;
    background-size: 64px 64px; }

.col-new {
  text-align: left; }

#helpArea {
  background: #F3F7FC; }

.sidebar-col .law-widget, .sidebar-col .box {
  padding: 0 20px 20px; }
.sidebar-col .law-widget ul {
  width: 95%;
  list-style-type: none;
  -webkit-padding-start: 0; }
  .sidebar-col .law-widget ul li {
    float: left;
    width: 33.3333%;
    display: block;
    text-align: center; }
.sidebar-col h4 {
  font-size: 1em;
  background: url("https://spoofcard.com/images/shield.png") no-repeat 0 0;
  height: 67px;
  padding-left: 73px;
  padding-top: 15px;
  font-weight: 600; }
.sidebar-col p {
  font-size: .8em; }
.sidebar-col .hidelink {
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.5); }
  .sidebar-col .hidelink:hover {
    color: white; }
.sidebar-col .answer {
  color: rgba(255, 255, 255, 0.7); }
.sidebar-col .box {
  width: 95%;
  background: #125CC6;
  color: white;
  margin: 0 auto;
  padding: 20px; }
  .sidebar-col .box h2 {
    margin-bottom: 0; }
  .sidebar-col .box a {
    text-decoration: none;
    color: white;
    line-height: 20px;
    display: block;
    padding-top: 10px; }

.col-new {
  text-align: left; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

#credit-total {
  float: left; }

.subscription-item {
  display: none !important; }

.body-subscription-model .subscription-item {
  display: block !important; }

.body-subscription-model .pay-as-you-go-item {
  display: none !important; }

.account-type-toggle {
  display: none; }


.account-type-toggle {
  border: 0;
  border-radius: 0;
  margin: 0 0 40px 0;
  overflow: hidden;
  padding-top: 40px;
  position: relative; 
  display: inline-flex;
}

.account-type-toggle:after {
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: #d3d7dd;
  background-image: linear-gradient(89deg, #FFF 0%, #D3D7DD 35%, #D3D7DD 65%, #FFF 100%);
  display: block;
  width: 100%;
  content: " "; }
.checkout .style-b .package-selection li:last-child input:not(:checked) + label, .checkout .style-b .payment-options li:last-child input:not(:checked) + label {
  border-radius: 6px 6px 6px 6px; 
}

#payg-toggle, #membership-toggle {
  padding: 20px 40px 20px 40px;
  margin: 0 6px;
  background: #F6F6F9;
  border: 1px solid #D3D7DD;
  border-radius: 8px 8px 8px 8px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: transform 0.25s ease; 
  height: 5rem;
  align-items: center;
  display: inline-flex;
  align-content: center;
  text-align: center;
}

.subscription-type-text {
  margin: 0 auto !important;
  font-weight: inherit;
}

#payg-toggle.active, #membership-toggle.active {
  border-color: #0972E6;
  border-bottom-color: #fff;
  background: #fff;
  box-shadow: 0 0 0 1px #0972E6, 0 0 10px #D3D7DD;
  z-index: 1;
  font-weight: 600;
  color: #0972E6;
  backface-visibility: hidden; }

#payg-toggle:hover, #membership-toggle:hover {
  transform: scale(1); 
}

.membership-save {
  width: 160px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4DCE32;
  color: #fff;
  padding: 5px;
  font-weight: 600;
  border-radius: 5px; }

@media all and (max-width: 769px) {
  .account-type-toggle {
    overflow: visible;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 40px; }

  .account-type-toggle:after {
    display: none; }

  #payg-toggle, #membership-toggle {
    float: left;
    width: 97%;
    border-radius: 6px;
    border-width: 1px;
    padding: 20px;
    margin: 0 1%; }

  #payg-toggle.active, #membership-toggle.active {
    border-bottom-color: #0972E6; } }
.bonus {
  color: #4CCC32;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 0 auto 25px auto;
  line-height: 21px;
  height: 21px;
  font-size: 14px; }

.credits-minus {
  margin: 20px 0 0 0 !important;
  min-height: auto !important; }

.package-selection input:checked + label .bonus {
  color: #A5EF96; }

.bonus-credits-wrapper {
  display: none; }

.error-notification {
  color: #fff;
  background: #4D5A6D;
  background-size: 25px auto;
  border-radius: 6px;
  text-align: center;
  font-weight: 700;
  max-height: 0px;
  font-size: .7em;
  display: none;
  transition: all 0.25s ease-in-out; }
  .error-notification.appear {
    max-height: 200px;
    padding: 17px 8px;
    display: inline-block;
    margin-top: 10px; }
  .error-notification p {
    color: #fff;
    font-size: 0.875em;
    margin: 0;
    font-weight: 400; }
  .error-notification.positive {
    background: #DCF5D7;
    color: #29A30F; }
    .error-notification.positive p {
      color: #29A30F; }
    .error-notification.positive.appear {
      padding: 1.25em;
      margin-bottom: 0; }

@media only screen and (max-width: 320px) {
  body {
    font-size: 14px; } }
@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important; }

  .site-header {
    background: #10253E;
    position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    z-index: 999; }
    .site-header ::-moz-selection {
      background-color: transparent; }
    .site-header ::selection {
      background-color: transparent; }

  .home .site-header {
    position: fixed; }

  .header-container {
    position: absolute;
    z-index: 100;
    background: #10253E url("../images/spoofcard-logo-clean.png") 15px center no-repeat;
    background-size: 134px auto;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1000; }

  .header-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 55px;
    overflow: hidden;
    color: transparent; }

  .site-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 50;
    background: #051323;
    background: rgba(5, 19, 35, 0.98);
    transform: translateY(-120%);
    transition: all 0.5s ease-in-out; }
    .menu-open .site-nav {
      transform: translateY(0%); }
      .menu-open .site-nav #site-nav-background {
        display: block; }
    .site-nav #site-nav-background {
      display: none;
      position: absolute;
      bottom: -100%;
      left: 0;
      height: 100%;
      right: 0;
      background: transparent; }
    .site-nav ul {
      list-style: none;
      padding: 0;
      margin: 10px 0 0 0;
      max-height: 100%;
      max-height: calc(100vh - 55px);
      overflow-y: scroll; }
      .site-nav ul li {
        padding: 0; }
        .site-nav ul li.nav-button {
          padding: 15px;
          margin-top: 10px; }
        .site-nav ul li a {
          color: #fff;
          padding: 15px;
          display: block;
          text-align: center;
          text-decoration: none; }

  .menutoggle-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 55px;
    min-width: 55px;
    text-align: right;
    color: transparent;
    cursor: pointer; }

  #menutoggle {
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 100; }

  .svg-menu-toggle {
    fill: #fff;
    pointer-events: all;
    cursor: pointer; }

  .svg-menu-toggle .bar {
    transform: rotate(0) translateY(0) translateX(0);
    opacity: 1;
    transform-origin: 20px 10px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out; }

  .svg-menu-toggle .bar:nth-of-type(1) {
    transform-origin: 20px 10px; }

  .svg-menu-toggle .bar:nth-of-type(3) {
    transform-origin: 20px 20px; }

  .menu-open .svg-menu-toggle .bar:nth-of-type(1) {
    transform: rotate(-45deg) translateY(0) translateX(0); }

  .menu-open .svg-menu-toggle .bar:nth-of-type(2) {
    opacity: 0; }

  .menu-open .svg-menu-toggle .bar:nth-of-type(3) {
    transform: rotate(45deg) translateY(0) translateX(0); }

  .privacy-section.feature-article .col {
    position: relative;
    z-index: 10; }
  .privacy-section.feature-article .figure.extra-padding img {
    margin-top: -45px;
    margin-bottom: 0; }

  .site-header .button.button-download {
    position: absolute;
    right: 57px;
    padding: 10px 12px;
    background: #0972E6;
    margin: 9px 0 8px 8px;
    font-weight: 600;
    font-size: 14px; }

  .new-content-container {
    padding-top: 1.2em; }

  #helpArea .outer-container {
    padding-bottom: 1em; }
  #helpArea h3 {
    font-size: 1.2em;
    margin-top: 2em; }

  #consent {
    padding: 12px 0; } }
@media only screen and (min-width: 768px) {
  * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none; }

  .mobile {
    display: none !important; }

  .extended-container {
    max-width: 85.8333333333em;
    margin-left: auto;
    margin-right: auto;
    max-width: 53.75em;
    padding: 0 0.625em; }
    .extended-container::after {
      clear: both;
      content: "";
      display: block; }

  .outer-container {
    max-width: 53.75em;
    padding: 6.25em 1.875em; }
    .outer-container.account-container {
      padding: 5.3125em 1.875em; }

  .large-table-container .outer-container {
    max-width: 81.25em;
    padding-bottom: 0em; }

  /* Scroll more */
  .scroll-more {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ccc;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ccc;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer; }
    .scroll-more .icon-scroll {
      width: 2em;
      height: 0.9375em;
      display: block;
      margin: 0.9375em auto 1.875em;
      background: transparent url("../images/home/scroll.png") center center no-repeat;
      background-size: 100% auto; }

  .hero-test .scroll-more {
    display: none; }

  h1 {
    font-size: 3.125em; }
    h1.small-h1 {
      font-size: 2em;
      margin-bottom: 1.25em; }

  h2 {
    font-size: 2.625em;
    margin-top: 0; }

  h3 {
    font-size: 3.1875em;
    margin-bottom: 0.3921568627em; }

  .h3-subtitle {
    font-size: 1.375em;
    font-weight: 500;
    max-width: 25em;
    margin: 0 auto 1.25em auto; }

  p {
    font-size: 1.125em;
    line-height: 1.6; }

  .page-intro h2 {
    margin-bottom: 0; }

  .home .page-intro h2 {
    font-size: 20px; }

  .page-intro h2, .feedback-bg h2, .app-pullout h2, .center-article h2 {
    font-size: 1.5em; }
  .page-intro .button, .feedback-bg .button, .app-pullout .button, .center-article .button {
    float: none;
    display: inline-block;
    min-width: 12.5em;
    font-size: 1.25em; }
  .page-intro .intro-text h2, .feedback-bg .intro-text h2, .app-pullout .intro-text h2, .center-article .intro-text h2 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto; }
  .page-intro .intro-text .app-button, .feedback-bg .intro-text .app-button, .app-pullout .intro-text .app-button, .center-article .intro-text .app-button {
    margin: 20px 10px 20px 0px; }
  .page-intro.app-header.inner-header .intro-text h2, .feedback-bg.app-header.inner-header .intro-text h2, .app-pullout.app-header.inner-header .intro-text h2, .center-article.app-header.inner-header .intro-text h2 {
    max-width: 43.75em; }

  .home.hero-test .page-intro {
    height: 600px;
    height: 100vh;
    min-height: 600px;
    max-height: 650px; }
  
  .dark-blue-background {
    background-color: rgb(16, 37, 62);
    opacity: 0.95;
    border-radius: 5px;
  }
  .feedback-bg {
    background: #1E3755 url("../images/home/feedback-bg-desktop.jpg") center 0px/1085px auto;
    padding: 70px 0px; }

  .button {
    font-size: 1.125em;
    max-width: auto;
    float: left;
    padding: 1em 1.875em; }

  .media-bar {
    position: relative;
    z-index: 10; }
    .media-bar img {
      margin: 0px 6px; }
    .media-bar .outer-container {
      padding: 1em 0 2.5em 0; }
    .media-bar blockquote {
      font-weight: 300;
      font-size: 1.25em;
      color: #98A2B0;
      max-width: 35.5em;
      margin: 1.875em auto 0 auto;
      line-height: 1.33; }
      .media-bar blockquote cite {
        font-weight: 600;
        display: block;
        font-style: normal; }

  .trusted {
    margin-top: 40px;
    font-size: 18px; }
    .trusted .icon {
      margin-right: 15px;
      width: 28px;
      height: 28px;
      background-size: 28px 28px;
      margin-top: -4px; }

  .feature-left {
    text-align: left; }
    .feature-left .outer-container {
      position: relative;
      padding: 6.25em 1.875em; }
    .feature-left figure {
      position: absolute;
      top: 0;
      right: 0;
      width: 60%;
      bottom: 0;
      margin: 0;
      height: 100%; }
      .feature-left figure.reduced-width {
        width: 50%; }
    .feature-left .col {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      position: relative;
      z-index: 10; }
      .feature-left .col:last-child {
        margin-right: 0; }

  .feature-right {
    text-align: left; }
    .feature-right .outer-container {
      position: relative;
      padding: 6.25em 1.875em; }
    .feature-right figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 60%;
      bottom: 0;
      margin: 0;
      height: 100%; }
      .feature-right figure.reduced-width {
        width: 50%; }
    .feature-right .col {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      position: relative;
      z-index: 10;
      margin-left: 51.1788260117%; }
      .feature-right .col:last-child {
        margin-right: 0; }

  .quotes {
    background: #fafafa; }
    .quotes .title {
      font-style: italic; }
    .quotes h2 {
      padding-bottom: 40px; }
    .quotes .outer-container {
      padding: 3.75em 0em; }
    .quotes .review-block {
      width: 33%;
      display: inline-block; }
      .quotes .review-block p {
        color: #595959; }
      .quotes .review-block p, .quotes .review-block span {
        padding-left: 10px;
        padding-right: 10px; }
      .quotes .review-block .stars {
        display: block; }
        .quotes .review-block .stars img {
          display: block;
          margin: 0 auto 10px;
          max-width: 100px; }

  blockquote.large-blockquote {
    font-size: 2.125em; }
    blockquote.large-blockquote p {
      font-size: 1em; }
    blockquote.large-blockquote cite .author {
      font-weight: 300; }

  .intro-wrapper {
    padding: 60px 0 88px 0; }

  .app-pullout .app-icon-header {
    padding-top: 2.5em; }
    .app-pullout .app-icon-header:before {
      width: 95px;
      height: 95px;
      border-radius: 23px;
      margin-left: -47.5px; }
  .app-pullout .outer-container {
    padding: 3.75em 1.875em 3.125em 1.875em; }
  .app-pullout h3 {
    font-size: 2.3125em; }

  .center-article .outer-container {
    padding: 4.75em 1.875em; }
  .center-article h3 {
    font-size: 2.625em; }

  .app-button {
    width: 178px;
    height: 58px;
    margin: 20px; }

  .footer {
    text-align: left; }
    .footer.mini-footer {
      text-align: center; }
      .footer.mini-footer p {
        margin: 0; }
    .footer .outer-container {
      padding: 3.75em 1.875em; }
    .footer a {
      padding: 0;
      font-size: 1em;
      display: block; }

  .copyright {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .copyright:last-child {
      margin-right: 0; }
    .copyright .footer-logo {
      margin: 0 0 40px 0; }
    .copyright p, .copyright a {
      font-size: 0.8125em;
      font-weight: 300; }

  .footer-nav {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    margin-right: 0; }
    .footer-nav:last-child {
      margin-right: 0; }

  .footer ul.footer-nav-col {
    float: left;
    display: block;
    margin-right: 3.5786642602%;
    width: 22.3160018048%; }
    .footer ul.footer-nav-col:last-child {
      margin-right: 0; }

  .footer ul li {
    padding: 0.625em;
    display: block;
    font-size: 0.8125em; }

  .feature-protect-calls {
    background: url("../images/home/feature-protect-calls-desktop.jpg") right center/400px auto no-repeat; }

  .feature-record-incoming {
    background: url("../images/home/feature-record-incoming-desktop.jpg") 30px center/292px no-repeat; }

  .feature-voicemail {
    background: url("../images/home/feature-voicemail-desktop.jpg") right top/429px auto no-repeat; }

  .feature-voice {
    background: url("../images/home/feature-voice-desktop.jpg") 30px center/351px auto no-repeat; }

  .feature-spooftext {
    background: url("../images/feature-spooftext-desktop.jpg") top center no-repeat;
    background-size: contain;
    max-height: 95%;
    top: auto !important; }

  .page-intro {
    background: #1E3755 url("../images/home/site-header-desktop.jpg") center 0px/1085px auto;
    height: 700px;
    height: 100vh;
    min-height: 660px;
    max-height: 850px; }

  .intro-wrapper {
    padding: 0; }
    .intro-wrapper .outer-container {
      padding: 5em 1.875em; }

  .version2 .intro-graphic {
    display: block;
    background: none;
    height: auto; }
  .version2 .intro-graphic-incoming {
    display: block; }
  .version2 .intro-text {
    margin-top: 0; }

  .page-intro.version2 {
    background: #1E3755 url("../images/home/site-blur.jpg") center center/cover no-repeat; }
    .page-intro.version2 .intro-text {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%;
      margin-left: 42.6490216764%;
      width: 52%;
      margin-left: 42%;
      text-align: left; }
      .page-intro.version2 .intro-text:last-child {
        margin-right: 0; }
    .page-intro.version2 .intro-graphic {
      position: absolute;
      top: 50%;
      left: 0;
      width: 50%;
      height: 556px;
      margin-top: -260px;
      display: block; }
      .hero-test .page-intro.version2 .intro-graphic {
        margin-top: -253px; }
    .page-intro.version2 .outer-container {
      position: relative;
      padding: 0 1.875em; }
    .page-intro.version2 .intro-graphic-incoming {
      width: 100%;
      height: 100%;
      margin: 0;
      background: url("../images/home/phone.png") center left 20%/contain no-repeat;
      list-style: none;
      padding: 0; }
      .page-intro.version2 .intro-graphic-incoming:after {
        content: " ";
        display: block;
        position: absolute;
        background: url("../images/home/iphone-screen.png") center left 20%/100% auto no-repeat;
        top: 67px;
        left: 11.5%;
        width: 236px;
        height: 419px; }
      .page-intro.version2 .intro-graphic-incoming li {
        padding: 11% 0;
        margin: 0;
        position: absolute;
        top: 67px;
        left: 11.5%;
        width: 236px;
        height: 419px;
        border-radius: 1px;
        font-size: 1.6875em;
        font-weight: 300;
        font-family: -apple-system , '.SFNSText-Regular' , 'Helvetica Neue', sans-serif;
        animation: flip 0.5s ease forwards; }
        .page-intro.version2 .intro-graphic-incoming li:nth-child(1) {
          background: url("../images/home/wallpaper-1.jpg") center center/cover no-repeat; }
        .page-intro.version2 .intro-graphic-incoming li:nth-child(2) {
          background: url("../images/home/wallpaper-2.jpg") center center/cover no-repeat;
          animation-delay: 5s;
          opacity: 0; }
        .page-intro.version2 .intro-graphic-incoming li:nth-child(3) {
          background: url("../images/home/wallpaper-3.jpg") center center/cover no-repeat;
          animation-delay: 8s;
          opacity: 0; }
        .page-intro.version2 .intro-graphic-incoming li:nth-child(4) {
          background: url("../images/home/wallpaper-5.jpg") center center/cover no-repeat;
          animation-delay: 11s;
          opacity: 0; }
        .page-intro.version2 .intro-graphic-incoming li:nth-child(5) {
          background: url("../images/home/wallpaper-4.jpg") center center/cover no-repeat;
          animation-delay: 15s;
          opacity: 0; }
  @keyframes flip {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  .site-header {
    background: #10253E;
    position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    z-index: 100; }
    .site-header ::-moz-selection {
      background-color: transparent; }
    .site-header ::selection {
      background-color: transparent; }

  #menutoggle, .menutoggle-button {
    display: none; }

  .site-nav {
    float: right; }
    .site-nav ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .site-nav li {
      padding: 0;
      margin: 0;
      color: #fff;
      float: left;
      display: block; }
      .site-nav li a {
        font-size: 0.92em;
        display: block;
        padding: 19px 15px;
        color: #fff;
        text-decoration: none; }
    .site-nav a.button {
      padding: 10px 15px;
      background: #0972E6;
      margin: 9px 0 8px 8px;
      font-weight: 600;
      font-size: 0.875em;
      text-transform: uppercase; }

  .header-logo {
    float: left;
    display: block;
    padding: 19px;
    width: 144px;
    text-indent: -300px;
    overflow: hidden;
    background: url("../images/spoofcard-logo-clean.png") left center/144px auto no-repeat; }

  .header-container {
    float: left; }

  .checkout .inner-container {
    padding: 0 15px;
    max-width: 85.8333333333em;
    margin-left: auto;
    margin-right: auto;
    max-width: 50em;
    position: relative; }
    .checkout .inner-container::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .container {
    max-width: 43.75em; }
  .checkout h1 {
    font-size: 2.25em; }
  .checkout p {
    font-size: 1em; }
  .checkout .overall-error {
    max-width: 41.1em; }
  .checkout .style-a .field {
    display: block; }
    .checkout .style-a .field::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-a .field > label {
      float: left;
      width: 25%;
      font-size: 0.875em;
      line-height: 50px; }
    .checkout .style-a .field > input, .checkout .style-a .field .psudeo-input {
      width: 75%;
      float: left; }
    .checkout .style-a .field .phone-psudeo-input {
      width: 60%;
      width: calc(75% - 37px); }
    .checkout .style-a .field > input.small-input {
      max-width: 104px;
      margin-right: 10px; }
    .checkout .style-a .field .expiry-month {
      max-width: 171px;
      float: left;
      margin-right: 10px; }
    .checkout .style-a .field .expiry-year {
      max-width: 96px;
      float: left; }
    .checkout .style-a .field .form-help {
      padding-top: 20px;
      font-size: 0.75em;
      float: left;
      padding-left: 10px; }
  .checkout .style-a .form .checkbox-input {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.3; }
    .checkout .style-a .form .checkbox-input:before {
      top: 0; }
  .checkout .style-a .or-division {
    width: 0;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    top: 25px;
    margin: 0; }
  .checkout .style-a .payment-buttons {
    float: right;
    margin: 0; }
  .checkout .style-a .payment-button {
    width: 100px; }
    .checkout .style-a .payment-button:first-child {
      margin-right: 10px; }
    .checkout .style-a .payment-button:last-child {
      margin-right: 0; }
  .checkout .style-a .form-header {
    display: block;
    position: relative;
    margin-bottom: 2.427em; }
    .checkout .style-a .form-header::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-a .form-header.reduced-header {
      margin-bottom: 1.618em; }
    .checkout .style-a .form-header h1 {
      margin-top: 10px;
      float: left;
      font-size: 1.75em; }
  .checkout .style-a .facebook-button-wrapper {
    width: 232px;
    float: right; }
  .checkout .style-a .facebook-note {
    text-align: right;
    font-size: 0.8125em;
    margin-bottom: 0; }
  .checkout .style-a .style-a #card-details {
    margin: 60px 0; }
  .checkout .style-a .total {
    max-width: 41.1em;
    margin: 0 auto 1.618em auto;
    border-radius: 8px; }
    .checkout .style-a .total .container {
      padding: 30px 30px 15px;
      display: block; }
      .checkout .style-a .total .container::after {
        clear: both;
        content: "";
        display: block; }
    .checkout .style-a .total .price-col {
      float: left;
      width: 49%;
      text-align: left; }
    .checkout .style-a .total .submit-button {
      float: right;
      width: 51%;
      font-size: 0.875em;
      margin-top: 23px; }
    .checkout .style-a .total h5 {
      font-size: 0.875em; }
    .checkout .style-a .total .total-link {
      padding: 0;
      margin-top: 10px; }
    .checkout .style-a .total .total-price {
      font-size: 2em; }
  .checkout .style-a .package-selection input:checked + .package-description .popular {
    color: #fff; }
  .checkout .style-a .package-selection li {
    display: block;
    position: relative; }
    .checkout .style-a .package-selection li::after {
      clear: both;
      content: "";
      display: block; }
    .checkout .style-a .package-selection li .popular {
      position: absolute;
      left: -100px;
      padding: 2px 7px 2px 5px;
      opacity: 1;
      top: 21px;
      background: #1069CB url("../images/interface/popular-tag.png") right center/auto 100% no-repeat;
      border-radius: 3px 0 0 3px;
      font-size: 0.5625em;
      color: #fff; }
    .checkout .style-a .package-selection li h3 {
      float: left;
      font-size: 1.375em; }
    .checkout .style-a .package-selection li .info {
      line-height: 30px;
      float: left;
      font-size: 1em;
      position: absolute;
      left: 200px; }
    .checkout .style-a .package-selection li .price {
      font-size: 1.5em;
      margin-top: -15px; }
  .checkout .style-a .call-dropdown {
    float: right;
    margin-top: -18px; }
    .checkout .style-a .call-dropdown select {
      max-width: 250px;
      padding-right: 40px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .checkout .style-a .call-dropdown label {
      margin-bottom: 5px; }
  .checkout .style-a .light-background .container {
    padding-top: 2.427em; }
  .checkout .style-a .facebook-button {
    font-size: 0.8125em; }
  .checkout .style-a .parsley-errors-list {
    float: left;
    width: 100%;
    padding-left: 25%;
    text-align: left; }
    .checkout .style-a .parsley-errors-list:last-child {
      margin-bottom: 20px; }
  .checkout .style-b .countrybased-input {
    right: 0;
    top: 2.875em;
    left: auto;
    width: auto;
    bottom: auto; }
    .checkout .style-b .countrybased-input .psudeo-input {
      font-size: 1em;
      padding: 10px 10px 10px 70px;
      background-position: 20px center;
      background-size: 32px auto;
      background-repeat: no-repeat; }
      .checkout .style-b .countrybased-input .psudeo-input label {
        width: auto;
        padding: 0 5px;
        float: none;
        text-align: left;
        font-size: 0.75em;
        color: #98A2B0;
        display: block; }
      .checkout .style-b .countrybased-input .psudeo-input select {
        width: 100%;
        font-weight: 500;
        padding: 0;
        font-size: 1em;
        color: #414953;
        max-width: 195px;
        background-position: right 4px top 8px; }
  .checkout .style-b .content {
    padding-top: 30px; }
  .checkout .style-b .subtitle {
    letter-spacing: 0.02px; }
  .checkout .style-b .form-header-container {
    padding-left: 0; }
  .checkout .style-b .container, .checkout .style-b .inner-container {
    max-width: 40em; }
  .checkout .style-b h1 {
    font-size: 2em; }
    .checkout .style-b h1:before {
      font-size: 0.53125em;
      width: 39px;
      line-height: 35px;
      height: 39px;
      left: -60px; }
  .checkout .style-b .subtitle {
    margin: 0; }
  .checkout .style-b .package-selection.package-selection {
    margin: 20px 0 60px 0; }
  .checkout .style-b .package-selection-section .form-header {
    padding: 40px 0 0 0; }
  .checkout .style-b .popular {
    font-weight: 400;
    font-size: 0.8125em;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #98A2B0;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    margin-top: 20px; }
  .checkout .style-b .outer-container {
    text-align: center; }
  .checkout .style-b .package-selection-section {
    padding-bottom: 0; }
  .checkout .style-b .section-border {
    border: 0; }
  .checkout .style-b .package-selection label {
    padding: 15px; }
    .checkout .style-b .package-selection label h3 {
      font-weight: 300;
      font-size: 2em;
      color: #5D6B7B;
      margin-bottom: 0; }
    .checkout .style-b .package-selection label h4 {
      font-size: 0.875em;
      opacity: 0.5;
      font-weight: 600;
      text-transform: none;
      margin: 0;
      color: #71777E;
      transition: all 0.2s ease; }
      .checkout .style-b .package-selection label h4 strong {
        display: inline;
        font-size: 1em;
        color: #71777E;
        font-weight: 600;
        transition: all 0.2s ease; }
    .checkout .style-b .package-selection label p {
      margin: 20px 0;
      font-size: 0.8125em;
      font-weight: 400;
      color: #98A2B0; }
  .checkout .style-b .package-selection label .select-button {
    position: static;
    display: block;
    background: #4DCE32 url("../images/interface/green-check.svg") center 50px/19px auto no-repeat;
    text-indent: 0;
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;
    border-radius: 5px;
    font-size: 0.875em;
    padding: 10px;
    border: 0;
    font-weight: 600;
    transition: all 0.33s ease, color 0.15s ease;
    margin: 0 auto;
    border: 2px solid #4DCE32; }
  .checkout .style-b .package-selection input:checked + label p {
    color: #fff; }
  .checkout .style-b .package-selection input:checked + label h3 {
    color: #fff; }
  .checkout .style-b .package-selection input:checked + label h4 {
    color: #F3F7FC; }
  .checkout .style-b .package-selection input:checked + label .select-button {
    transform: scale(1);
    width: 42px;
    color: transparent;
    border-radius: 50px;
    border: 2px solid #A5EF96;
    background-color: transparent;
    background-position: center center; }
  .checkout .style-b .form-header-container {
    float: left; }
  .checkout .style-b .form-header {
    margin: 20px 0 40px 0; }
  .checkout .style-b .facebook-button-wrapper {
    float: right;
    margin: 0; }
  .checkout .style-b .facebook-button {
    font-size: 0.875em;
    font-weight: 600; }
  .checkout .style-b .facebook-note {
    text-align: left;
    font-weight: 400;
    font-size: 0.875em;
    color: #D2E5FF;
    font-style: normal;
    margin: 0; }
  .checkout .style-b .facebook-button {
    text-align: left;
    line-height: 1.1;
    padding: 15px 30px 15px 56px; }
    .checkout .style-b .facebook-button:before {
      border-right: 0;
      background-position: 25px center; }
  .checkout .style-b .field label {
    float: left;
    width: 30%;
    font-weight: 500;
    font-size: 1em;
    color: #4D5A6D;
    padding: 10px 0; }
  .checkout .style-b .field input, .checkout .style-b .field .psudeo-input {
    float: left;
    width: 70%; }
    .checkout .style-b .field input.phone-psudeo-input, .checkout .style-b .field .psudeo-input.phone-psudeo-input {
      width: 60%;
      width: calc(70% - 37px); }
    .checkout .style-b .field input.small-input, .checkout .style-b .field .psudeo-input.small-input {
      width: 36%; }
    .checkout .style-b .field input label, .checkout .style-b .field .psudeo-input label {
      width: 100%;
      padding: 3px 15px; }
  .checkout .style-b .field label.checkbox-input select {
    background-position: right 10px center;
    background-size: 6px auto; }
  .checkout .style-b .country-code {
    width: 80px; }
    .checkout .style-b .country-code label .flag {
      width: 32px;
      height: 32px;
      margin: 0; }
  .checkout .style-b .field .psudeo-input input#phone-input {
    width: calc(100% - 80px); }
  .checkout .style-b .field.half-field {
    width: 100%; }
    .checkout .style-b .field.half-field input, .checkout .style-b .field.half-field .psudeo-input {
      width: 36%; }
  .checkout .style-b .payment-options.payment-options {
    width: auto;
    float: right;
    margin: 0; }
    .checkout .style-b .payment-options.payment-options li {
      width: auto; }
    .checkout .style-b .payment-options.payment-options li label {
      padding: 10px 17px 10px 40px; }
    .checkout .style-b .payment-options.payment-options li label .select-button {
      top: 50%;
      margin-top: -6px;
      left: 22px; }
    .checkout .style-b .payment-options.payment-options li input:checked + label {
      background: #fff;
      color: #6A7078;
      transform: scale(1);
      box-shadow: none;
      border-radius: 0 0 0 0;
      border-color: #D3D7DD #D3D7DD #D3D7DD #F1F2F4; }
      .checkout .style-b .payment-options.payment-options li input:checked + label .select-button {
        transform: scale(1.5); }
    .checkout .style-b .payment-options.payment-options li:first-child input:checked + label {
      border-radius: 6px 0 0 6px;
      border-left-color: #D3D7DD; }
    .checkout .style-b .payment-options.payment-options li:last-child input:checked + label {
      border-radius: 0 6px 6px 0; }
  .checkout .style-b #bitcoin + label {
    text-indent: -1000px;
    overflow: hidden;
    width: 121px;
    background: url("../images/interface/bitcoin-dark-logo.png") 37px center/65px auto no-repeat; }
  .checkout .style-b #paypal + label {
    text-indent: -1000px;
    overflow: hidden;
    width: 121px;
    background: url("../images/interface/paypal-dark-logo.png") 44px 11px/55px auto no-repeat; }
  .checkout .style-b .field label.checkbox-input {
    padding-top: 0;
    margin-top: 0;
    margin-left: 30%;
    width: 100%;
    padding-left: 30px;
    font-weight: 400;
    font-size: 0.78125em;
    text-align: left; }
    .checkout .style-b .field label.checkbox-input:before {
      top: 10px;
      left: 0;
      margin: 0; }
    .checkout .style-b .field label.checkbox-input select {
      width: auto;
      display: inline-block;
      margin: 0 7px;
      padding: 10px 25px 10px 7px;
      text-align: left; }
  .checkout .style-b .summary {
    display: block; }
    .checkout .style-b .summary::after {
      clear: both;
      content: "";
      display: block; }
  .checkout .style-b .total {
    background: transparent;
    max-width: 25em;
    padding: 20px 0;
    margin: 0px auto; }
    .checkout .style-b .total h5 {
      font-size: 1em; }
    .checkout .style-b .total #credit-total, .checkout .style-b .total #price-total {
      font-size: 2.125em;
      display: block; }
    .checkout .style-b .total #credit-total {
      margin-bottom: 30px;
      float: left; }
    .checkout .style-b .total .coupon-trigger-desktop {
      font-size: 0.875em;
      margin-bottom: 0;
      padding: 10px 0 10px 40px;
      color: #324258;
      background: url("../images/interface/total-coupon.png") left center/25px auto no-repeat; }
  .checkout .style-b .submit-button {
    max-width: 22.5em;
    margin: 0 auto 20px auto; }
  .checkout .style-b .legal {
    max-width: 25em;
    font-size: 1em;
    line-height: 1.3;
    margin: 0 auto 40px auto; }
  .checkout .style-b .form-line {
    max-width: 38.0584em;
    width: 100%;
    display: block;
    height: 1px;
    background: #EDF0F5;
    border: 0;
    margin: 0 auto; }
    .checkout .style-b .form-line.divider {
      margin: 40px auto; }
    .checkout .style-b .form-line.no-padding {
      margin: 0 auto; }
  .checkout .style-b .parsley-errors-list {
    margin: 5px 0 10px 30%;
    text-align: left; }
  .checkout .style-b .field.error .country-code {
    border-color: #FC3D39; }
  .checkout .style-b .field.error input, .checkout .style-b .field.error .psudeo-input {
    border-color: #FC3D39;
    box-shadow: inset 0 0 0 1px #FC3D39; }
    .checkout .style-b .field.error input label, .checkout .style-b .field.error .psudeo-input label {
      border-color: #FC3D39; }
    .checkout .style-b .field.error input input, .checkout .style-b .field.error .psudeo-input input {
      border-color: #FC3D39;
      box-shadow: inset 0 0 0 0 #FC3D39; }
  .checkout .help-side {
    margin-bottom: 5em;
    margin-top: 2.5em; }
    .checkout .help-side .container {
      padding: 0 60px; }
    .checkout .help-side h2 {
      font-size: 1.3125em;
      margin-bottom: 5px; }
    .checkout .help-side p {
      font-size: 0.875em; }
    .checkout .help-side .form-help {
      float: right;
      padding: 0;
      font-size: 0.875em;
      text-align: left; }
  .checkout .half-columns {
    float: left;
    display: block;
    margin-right: 7.4229717578%;
    width: 46.2885141211%;
    text-align: left; }
    .checkout .half-columns:last-child {
      margin-right: 0; }
  .checkout .live-chat {
    float: left;
    font-size: 0.875em;
    padding: 7px 10px; }
  .checkout .csv-trigger {
    position: static;
    margin: 10px 0 0 10px; }
  .checkout .style-b .container.remove-margin-top {
    padding-top: 0; }
  .checkout .style-b .container.remove-margin-bottom {
    padding-bottom: 0; }

  .checkout .style-a .form .field label.error-message {
    width: 75%;
    text-align: left;
    margin-left: 25%;
    padding: 0px;
    line-height: 1; }

  .checkout .style-b .form .field label.error-message {
    width: 70%;
    text-align: left;
    margin-left: 30%;
    padding: 0px;
    line-height: 1; }

  .checkout .style-a .form .field label#firstname-error.error-message {
    width: 37%;
    float: left; }

  .checkout .style-b .form .field label#firstname-error.error-message {
    width: 35%;
    float: left; }

  .checkout .style-a .form .field label#lastname-error.error-message {
    width: 37%;
    margin-left: 0;
    float: right; }

  .checkout .style-b .form .field label#lastname-error.error-message {
    width: 35%;
    margin-left: 0;
    float: right; }

  #credit-loading {
    position: relative;
    transition: all 0.25s ease;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    top: 0px;
    opacity: 1; }
    #credit-loading.hidden {
      display: inline-block;
      opacity: 0;
      right: -22px;
      top: 0px; }

  .checkout .call-dropdown {
    width: 280px; }
    .checkout .call-dropdown #credit-loading + select {
      background-position: center right 20px; }
    .checkout .call-dropdown #credit-loading.hidden + select {
      background-position: center right 20px; }

  .facebook-account-wrapper {
    width: 40%;
    float: right;
    padding: 7px 10px;
    margin-top: -6px; }
    .facebook-account-wrapper .profile_picture {
      height: 38px;
      width: 38px;
      margin: 4px 17px 0px 5px; }

  .checkout .style-a .form .checkbox-input {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.3;
    text-align: left;
    padding: 0 0 0 30px; }
    .checkout .style-a .form .checkbox-input:before {
      top: 50%;
      margin-top: -10px;
      left: 0;
      margin-left: 0; }
    .checkout .style-a .form .checkbox-input select {
      margin: 0 10px;
      width: auto;
      text-align: left; }

  .style-a .input-wrapper {
    float: left;
    width: 75%; }

  .style-b .input-wrapper {
    float: left;
    width: 70%; }

  .checkout .style-a .form .card-select, .checkout .style-a .form .card-select {
    margin-bottom: 10px; }

  .checkout .button.add-card {
    width: auto;
    float: left; }

  #saved-cards-section {
    margin: 40px 0; }

  .spacing-bottom {
    margin-bottom: 80px; }

  .checkout .style-b .field select {
    margin-bottom: 10px; }

  /* Button hovers */
  .style-a .package-selection .package-description:hover:before {
    transform: scale(1.2); }

  .button:hover {
    transform: scale(1.1); }

  .feature--background-mac {
    background: url("../images/feature/voicemail-notification--med.jpg") center right no-repeat;
    background-size: 50% auto; }

  .feature--background-anywhere {
    background: url("../images/feature/available-anywhere.jpg") center right no-repeat;
    background-position: 260% 33%;
    background-size: 70% auto; }

  .feature--background-messages {
    background: url("../images/feature/messages-phone-large.png");
    background-repeat: no-repeat;
    background-position: 10% 100%;
    background-size: auto 90%; }

  .feature-article .figure.from-bottom, .feature-article .figure.from-top {
    position: absolute; }
  .feature-article .figure {
    width: 43%;
    text-align: center; }
  .feature-article.feature-right .col {
    margin-left: 48%; }
  .feature-article.feature-left .col, .feature-article .col {
    width: 50%; }
  .feature-article.feature-left .col {
    margin-left: 1%; }
  .feature-article.feature-left figure {
    margin-right: 1.5%; }
    .feature-article.feature-left figure.from-center img {
      margin-right: 40px; }
  .feature-article.feature-right figure {
    margin-left: -1%; }
    .feature-article.feature-right figure.from-center img {
      margin-left: 40px; }
  .feature-article .figure--align-vertical {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .feature-article.feature-image--static img {
    position: static;
    transform: translateX(0); }
  .feature-article img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  .feature-article .figure.from-top img {
    bottom: auto;
    top: 0; }
  .feature-article .figure.from-center img {
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .feature-article .outer-container {
    padding: 9em 1.875em; }
  .feature-article.reduced-padding .outer-container {
    padding: 7em 1.875em; }

  .app-pullout.alt-pullout .app-icon-header {
    font-weight: 300;
    font-size: 2.625em;
    padding-top: 2.2em; }

  .app-pullout.alt-pullout .subtitle, .center-article .subtitle {
    max-width: 610px;
    margin-left: auto;
    opacity: 0.7;
    margin-right: auto;
    margin-bottom: 0.25em; }
    .app-pullout.alt-pullout .subtitle.condensed, .center-article .subtitle.condensed {
      max-width: 430px; }

  .inner-header.page-intro .intro-text h1 {
    font-size: 3.125em;
    font-weight: 500;
    margin-bottom: 0.3125em; }
    .inner-header.page-intro .intro-text h1.thin {
      font-weight: 300; }
  .inner-header.page-intro .intro-text h2 {
    font-size: 1.25em;
    max-width: 28em;
    margin-bottom: 1.25em;
    opacity: 0.8;
    line-height: 1.7; }
  .inner-header .button {
    max-width: 100%; }

  .page-intro.inner-header {
    background: #1E3755 url("../images/landing1/header-top.jpg") center center/cover no-repeat; }

  .app-pullout.alt-pullout .app-icon-header:before {
    border-radius: 24px; }

  .checkout .style-a .form .checkbox-input select {
    padding-right: 30px; }

  .version2 h1 {
    margin-top: 60px;
    margin-bottom: 10px; }
  .version2.page-intro {
    background: #1E3755 url("../images/home/site-blur.jpg") center top/cover; }
  .version2 .intro-graphic-image {
    display: none; }
  .version2.page-intro.cards-style {
    background: #1E3755 url("../images/header-section-purple.jpg") center top/cover; }
    .version2.page-intro.cards-style .intro-graphic-incoming {
      display: none; }
    .version2.page-intro.cards-style h1 {
      font-size: 2.8125em; }
    .version2.page-intro.cards-style h2 {
      font-size: 1.125em; }
    .version2.page-intro.cards-style .intro-text {
      width: 51%;
      margin-left: 46%; }
    .version2.page-intro.cards-style .intro-graphic {
      width: 40%;
      margin-left: 2%; }
    .version2.page-intro.cards-style .intro-graphic-image {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }

  .page-psudeo-input {
    background: #fff;
    border-radius: 6px;
    height: 56px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    right: 120px;
    cursor: pointer; }
    .page-psudeo-input .select-label {
      position: absolute;
      top: 0;
      border-right: 1px solid #EFF1F4;
      left: 0;
      width: 98px;
      bottom: 1px;
      text-align: center;
      line-height: 56px;
      font-size: 1.125em;
      font-weight: 300;
      color: #4D5A6D;
      padding: 0 15px 0 0;
      background: url("../images/interface/arrow-dropdown.svg") right 20px center no-repeat;
      background-size: 9px auto; }
    .page-psudeo-input .select {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 98px;
      opacity: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      .page-psudeo-input .select option {
        opacity: 1;
        color: #000; }
    .page-psudeo-input .input {
      position: absolute;
      top: 0;
      line-height: 36px;
      left: 98px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      border: 0;
      outline: 0;
      padding: 10px 0.9375em;
      right: 0;
      font-size: 1.125em;
      color: #4D5A6D;
      font-weight: 300;
      background: none; }

  .send-button {
    border-radius: 6px;
    background: #4DCE32;
    color: #fff;
    font-weight: 500;
    padding: 1em 1.875em;
    font-size: 1.125em;
    display: block;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 0;
    border: 0;
    transition: transform 0.25s ease; }
    .send-button:hover {
      transform: scale(1.1); }

  .send-label {
    width: 100%;
    max-width: 30.625em;
    margin: 0 auto;
    font-weight: 500;
    text-align: center;
    font-size: 1.09375em;
    color: #fff;
    opacity: 0.8;
    line-height: 1.4;
    display: block;
    margin-top: 1.875em;
    letter-spacing: 0.1px; }

  .center-send-direct {
    margin: 1.25em auto 0 auto;
    text-align: center;
    width: 100%;
    height: 75px;
    max-width: 32.5em;
    position: relative; }

  .alt-send .page-psudeo-input {
    border: 1px solid #CCD3DB;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06); }
  .alt-send .send-button {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }

  .coins-bg {
    background: #F3F7FC url("../images/apps/coins.jpg") center bottom/100% auto no-repeat;
    padding-bottom: 6.25em; }

  .app-choice-header {
    display: none; }

  .app-icon-benefit {
    width: 105px;
    height: 105px;
    border-radius: 27px;
    margin-bottom: 24px; }

  .benefit h2 {
    margin-bottom: 15px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto; }
  .benefit p {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }

  .cards-style .intro-graphic-image {
    perspective: 1000px; }
  .cards-style .slide {
    position: absolute;
    top: 19%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d; }
    .cards-style .slide p {
      font-size: 19px; }
    .cards-style .slide .slidecard {
      width: 45%;
      height: 49%;
      right: 1%;
      backface-visibility: hidden;
      position: absolute;
      bottom: 38.5%;
      display: block;
      transform: rotateY(0deg); }
      .cards-style .slide .slidecard.slide1-card {
        background: url("../images/card-no1.png") center center no-repeat;
        background-size: contain; }
      .cards-style .slide .slidecard.slide2-card {
        background: url("../images/card-no2.png") center center no-repeat;
        background-size: contain; }
      .cards-style .slide .slidecard.slide3-card {
        background: url("../images/card-no3.png") center center no-repeat;
        background-size: contain; }
  .cards-style .slide2 .slidecard, .cards-style .slide3 .slidecard {
    transform: rotateY(180deg); }
  .cards-style .slide1 p {
    animation: texta 10s ease infinite; }
  .cards-style .slide1 .slidecard {
    animation: carda 10s ease infinite; }
  .cards-style .slide2 p {
    animation: textb 10s ease infinite;
    opacity: 0;
    transform: scale(0.6); }
  .cards-style .slide2 .slidecard {
    animation: cardb 10s ease infinite; }
  .cards-style .slide3 p {
    animation: textc 10s ease infinite;
    opacity: 0;
    transform: scale(0.6); }
  .cards-style .slide3 .slidecard {
    animation: cardc 10s ease infinite; }
  @keyframes carda {
    25% {
      transform: rotateY(0deg); }
    35% {
      transform: rotateY(180deg);
      opacity: 1; }
    89.9% {
      opacity: 0;
      transform: rotateY(180deg); }
    90% {
      opacity: 1;
      transform: rotateY(-180deg); }
    100% {
      transform: rotateY(0deg); } }
  @keyframes cardb {
    0% {
      transform: rotateY(180deg);
      opacity: 1; }
    24.9% {
      opacity: 0;
      transform: rotateY(180deg); }
    25% {
      opacity: 1;
      transform: rotateY(-180deg); }
    35% {
      transform: rotateY(0deg); }
    60% {
      transform: rotateY(0deg); }
    70% {
      transform: rotateY(180deg); }
    100% {
      transform: rotateY(180deg); } }
  @keyframes cardc {
    0% {
      transform: rotateY(180deg);
      opacity: 1; }
    59.9% {
      transform: rotateY(180deg);
      opacity: 0; }
    60% {
      opacity: 1;
      transform: rotateY(-180deg); }
    70% {
      transform: rotateY(0deg); }
    90% {
      transform: rotateY(0deg); }
    100% {
      transform: rotateY(180deg); } }
  @keyframes texta {
    0% {
      opacity: 1; }
    25% {
      opacity: 1;
      transform: scale(1); }
    30% {
      opacity: 0;
      transform: scale(0.6); }
    95% {
      opacity: 0;
      transform: scale(0.6); }
    100% {
      opacity: 1;
      transform: scale(1); } }
  @keyframes textb {
    0% {
      opacity: 0; }
    30% {
      opacity: 0;
      transform: scale(0.6); }
    35% {
      opacity: 1;
      transform: scale(1); }
    60% {
      opacity: 1;
      transform: scale(1); }
    65% {
      opacity: 0;
      transform: scale(0.6); } }
  @keyframes textc {
    0% {
      opacity: 0; }
    65% {
      opacity: 0;
      transform: scale(0.6); }
    70% {
      opacity: 1;
      transform: scale(1); }
    90% {
      opacity: 1;
      transform: scale(1); }
    95% {
      opacity: 0;
      transform: scale(0.6); } }
  .buy-features .buy-feature {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .buy-features .buy-feature:last-child {
      margin-right: 0; }
    .buy-features .buy-feature p {
      display: block;
      font-size: .8125em;
      font-weight: 400;
      color: #98A2B0; }
    .buy-features .buy-feature:nth-child(2n) {
      margin-right: auto; }

  .phone-graphic {
    left: 30px;
    right: 30px; }
    .phone-graphic svg {
      overflow: visible;
      min-height: 550px; }

  .vertical-align {
    top: 50%;
    position: absolute;
    transform: translateY(-50%); }

  .inner-header .half-text {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
    text-align: left; }
    .inner-header .half-text:last-child {
      margin-right: 0; }

  .page-intro .intro-text.vertical-align h2 {
    margin-left: 0;
    margin-right: 0; }

  .intro-text {
    z-index: 10; }

  .desktop.large-desktop {
    display: none; }

  h4 {
    font-size: 1.6875em;
    margin-bottom: 0.625em; }

  .testimonial {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    .testimonial:last-child {
      margin-right: 0; }

  .more-features {
    text-align: center; }
    .more-features h2 {
      margin-top: 0.625em; }
    .more-features .button.option-button {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .more-features .button.option-button:last-child {
        margin-right: 0; }
      .more-features .button.option-button:nth-child(4) {
        margin-right: 0; }

  .call-to-action-bottom .button {
    display: inline-block;
    float: none; }
  .call-to-action-bottom h2 {
    margin-bottom: 0.3125em; }

  .parent {
    position: relative; }

  .hide-overflow {
    overflow: hidden; }

  #callerID1, #callerID2, #callerID3 {
    transform: translateX(50%);
    opacity: 0; }

  body.ready .phone-graphic #callerID1 {
    animation: slidein 0.8s ease-out 0.5s;
    animation-fill-mode: forwards; }

  body.ready .phone-graphic #callerID2 {
    animation: slidein 0.8s ease-out 1s;
    animation-fill-mode: forwards; }

  body.ready .phone-graphic #callerID3 {
    animation: slidein 0.8s ease-out 1.5s;
    animation-fill-mode: forwards; }
  @keyframes slidein {
    from {
      transform: translateX(50%);
      opacity: 0; }
    to {
      transform: translateX(0%);
      opacity: 1; } }
  .page-intro.inner-header.feature-page--header {
    min-height: 611px; }

  .page-intro.page-intro-compact {
    min-height: 500px !important;
    padding-top: 90px !important; }

  .mobile-image {
    display: none !important; }

  .tablet-image {
    display: inline-block !important; }

  .desktop-image {
    display: none !important; }

  .form-actions {
    margin-top: 1.875em; }
    .form-actions.form-section {
      margin-top: 3.75em; }

  .call-to-action-small .outer-container {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em; }

  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

  * html .clearfix {
    zoom: 1; }

  /* IE6 */
  *:first-child + html .clearfix {
    zoom: 1; }

  /* IE7 */
  .faq-column {
    width: 45%;
    margin: 0 2.5%;
    float: left; }

  .feature--background-anywhere.feature-article .outer-container {
    padding-bottom: 4em !important; }

  .column-features .option {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    text-align: left; }
    .column-features .option:last-child {
      margin-right: 0; }
    .column-features .option h4 {
      font-size: 20px;
      font-weight: 600; }

  .send-directly.error .error-message {
    display: block; }
  .send-directly.error .page-psudeo-input {
    box-shadow: 0 0 0 3px #D7381B; }
  .send-directly .error-message {
    background: #D7381B;
    display: none;
    color: #fff;
    padding: 0.9375em;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 32.5em;
    position: relative; }
    .send-directly .error-message:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      width: 30px;
      height: 16px;
      background: url("../images/error-arrow-up.png") center bottom no-repeat;
      background-size: 100% auto;
      top: -15px;
      margin-left: -15px; }

  .sendto-complete {
    background: #4DCE32 url("../images/thumbup.png") center 0.9375em no-repeat;
    background-size: 24px 24px;
    color: #fff;
    display: none;
    padding: 3.125em 0.9375em 0.9375em 0.9375em;
    border-radius: 6px;
    margin: 42px auto;
    text-align: center;
    width: 100%;
    font-size: 1.125em;
    font-weight: 500;
    max-width: 28.8em;
    box-shadow: 0 0 30px rgba(77, 206, 50, 0.4); }

  .faq-list li {
    padding: 1.25em; }

  .faq-title {
    text-align: left;
    margin: 0 0 0 41px; }

  .help-me-bar .help-me-content {
    width: 100%;
    margin: 0 auto;
    max-width: 930px; }
  .help-me-bar h4 {
    display: block;
    margin: 0 0 0 20px;
    font-size: 1.125em;
    font-weight: 500;
    padding: 15px 0 15px 50px;
    background: url("../images/help-bar-icon.png") left center no-repeat;
    background-size: 31px 31px;
    float: left; }
  .help-me-bar .contact-box {
    padding: 0;
    width: auto;
    float: right; }
  .help-me-bar p {
    float: left;
    font-size: 0.9375em;
    width: auto;
    margin: 7px 20px; }
  .help-me-bar .help-button {
    font-size: 1em;
    padding: 0.75em 1.875em;
    width: auto; }

  #contact-us-form form {
    max-width: 43.75em;
    margin-top: 3.125em;
    margin-left: auto;
    margin-right: auto; }
  #contact-us-form .field {
    text-align: left; }
  #contact-us-form .split-field {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    #contact-us-form .split-field:last-child {
      margin-right: 0; }
  #contact-us-form .submit-field {
    text-align: center; }
  #contact-us-form .submit {
    max-width: 28.125em;
    display: inline-block;
    float: none;
    margin: 0 auto; }

  #faq-list .outer-container {
    padding-top: 3.75em;
    padding-bottom: 3.75em; }

  .col-new {
    float: left; }

  .main-col {
    width: 66.66667%;
    padding-right: 40px; }
    .main-col h3 {
      margin-top: 0; }

  .sidebar-col {
    width: 33.33333%; }

  #helpArea {
    background: #F3F7FC; }
    #helpArea .outer-container {
      padding-bottom: 4.2em; }

  .col-3 {
    width: 33.3333%;
    float: left;
    text-align: center; }
    .col-3 h3 {
      font-size: 1.4em;
      padding-top: 22px; }
    .col-3 p {
      padding-top: 22px; }
    .col-3 .button {
      float: none; }

  .new-content-container {
    text-align: left; }
    .new-content-container h2 {
      text-align: center;
      margin-bottom: 1em; }
    .new-content-container p {
      font-size: 1em;
      padding-bottom: .500em; }
    .new-content-container h4 {
      font-size: 1.2em; }
    .new-content-container iframe {
      margin-top: 1em; }

  .sidebar-col .box {
    width: 90%; }
  .sidebar-col .law-widget ul li {
    float: left;
    width: 33.3333%;
    display: block;
    text-align: center;
    font-size: 0.6em; }

  .error-notification.appear {
    margin-top: 0; } }
@media all and (min-height: 580px) and (min-width: 768px) {
  .page-intro {
    background-position: center 55px; } }
@media only screen and (max-width: 1023px) {
  .large-table-container .outer-container {
    max-width: none; }
  .large-table-container table.responsive {
    margin-bottom: 0; }
  .large-table-container .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 30%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .large-table-container .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .large-table-container .pinned table th, .large-table-container .pinned table td {
    white-space: nowrap; }
  .large-table-container .pinned td:last-child {
    border-bottom: 0; }
  .large-table-container div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
  .large-table-container div.table-wrapper div.scrollable table {
    margin-left: 30%; }
  .large-table-container div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .large-table-container table.responsive td, .large-table-container table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .large-table-container table.responsive th:first-child, .large-table-container table.responsive td:first-child, .large-table-container table.responsive td:first-child, .large-table-container table.responsive.pinned td {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .outer-container {
    max-width: 64em; }

  .feature-left .outer-container, .feature-right .outer-container {
    padding: 8.75em 1.875em; }

  .page-intro.version2 .intro-graphic-incoming {
    background-position: center left 40%; }

  .page-intro.version2 .intro-graphic-incoming li {
    left: 22.2%; }

  .page-intro.version2 .intro-graphic-incoming:after {
    left: 22.2%; }

  .feature-article .outer-container {
    padding: 10.75em 1.875em; }

  .feature--background-mac {
    background: url("../images/feature/voicemail-notification--large.jpg") bottom 70px right no-repeat;
    background-size: 50% auto; }

  .feature--background-anywhere {
    background: url("../images/feature/available-anywhere.jpg") bottom 70px right no-repeat;
    background-position: 180% 33%;
    background-size: 65% auto; }

  .feature--background-messages {
    background-position: 20% 100%; }

  .version2.page-intro.cards-style h1 {
    font-size: 3.3125em; }
  .version2.page-intro.cards-style h2 {
    font-size: 1.5em; }

  .cards-style .slide {
    top: 13%; }
    .cards-style .slide p {
      font-size: 24px; }
    .cards-style .slide .slidecard {
      bottom: 31.5%;
      right: 2%; }

  .desktop.medium-desktop {
    display: none; }

  .desktop.large-desktop {
    display: inline-block; }

  /*.phone-graphic{
      svg{
          margin-top:15%;
          width:42%;
      }
  }*/
  .site-header .extended-container {
    max-width: 64em;
    padding: 0 1.875em; }

  .inner-header.page-intro .intro-text.half-text h2 {
    max-width: 100%; }

  .mobile-image {
    display: none !important; }

  .tablet-image {
    display: none !important; }

  .desktop-image {
    display: inline-block !important; }

  /*header.page-intro.inner-header.bg--blurred.hide-overflow:after{
          content:" ";
          display:block;
          position: absolute;
          left:0;
          bottom:0;
          right:0;
          height:130px;
          background-image: linear-gradient(-180deg, rgba(8,39,81,0.00) 0%, rgba(8,39,81,0.6) 100%);
      }*/ }
@media only screen and (min-width: 1600px) {
  .feature--background-mac {
    background: url("../images/feature/voicemail-notification--full.jpg") 75% center no-repeat;
    background-size: 30% auto; } }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

  #automatic-add{
    font-weight: 600;
  }

/*# sourceMappingURL=style.css.map */