@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic);
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic);
@import url("//fonts.googleapis.com/icon?family=Material+Icons");
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro);
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2");
}
/* START ALERTS FROM BOOTSTRAP */
/* line 14, /paid/app/assets/stylesheets/leads/app.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 20, /paid/app/assets/stylesheets/leads/app.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 24, /paid/app/assets/stylesheets/leads/app.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, /paid/app/assets/stylesheets/leads/app.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, /paid/app/assets/stylesheets/leads/app.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 34, /paid/app/assets/stylesheets/leads/app.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 38, /paid/app/assets/stylesheets/leads/app.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 45, /paid/app/assets/stylesheets/leads/app.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 50, /paid/app/assets/stylesheets/leads/app.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 53, /paid/app/assets/stylesheets/leads/app.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 56, /paid/app/assets/stylesheets/leads/app.scss */
.alert-info, .alert-notice, .alert-alert {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 61, /paid/app/assets/stylesheets/leads/app.scss */
.alert-info hr, .alert-notice hr, .alert-alert hr {
  border-top-color: #a6e1ec;
}

/* line 64, /paid/app/assets/stylesheets/leads/app.scss */
.alert-info .alert-link, .alert-notice .alert-link, .alert-alert .alert-link {
  color: #245269;
}

/* line 67, /paid/app/assets/stylesheets/leads/app.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 72, /paid/app/assets/stylesheets/leads/app.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 75, /paid/app/assets/stylesheets/leads/app.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 78, /paid/app/assets/stylesheets/leads/app.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 83, /paid/app/assets/stylesheets/leads/app.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 86, /paid/app/assets/stylesheets/leads/app.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* END ALERTS FROM BOOTSTRAP */
/* line 91, /paid/app/assets/stylesheets/leads/app.scss */
.material-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*
 * Padstone overrides
 * ===============
 */
/*
 * Mixins
 * ===============
 */
/*
 *  Functions
 *  =================
 */
/* line 116, /paid/app/assets/stylesheets/leads/app.scss */
.icon {
  position: relative;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: "inherit";
  color: "inherit";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 131, /paid/app/assets/stylesheets/leads/app.scss */
.panel {
  padding: 11px;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
}

/* line 136, /paid/app/assets/stylesheets/leads/app.scss */
html, body {
  height: 100%;
}

/* line 139, /paid/app/assets/stylesheets/leads/app.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 146, /paid/app/assets/stylesheets/leads/app.scss */
html,
body {
  font-size: 14px;
}

/* line 150, /paid/app/assets/stylesheets/leads/app.scss */
body {
  background: #fff;
  color: #686868;
  cursor: auto;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

/* line 162, /paid/app/assets/stylesheets/leads/app.scss */
a:hover {
  cursor: pointer;
}

/* line 165, /paid/app/assets/stylesheets/leads/app.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 169, /paid/app/assets/stylesheets/leads/app.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 172, /paid/app/assets/stylesheets/leads/app.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 183, /paid/app/assets/stylesheets/leads/app.scss */
.left {
  float: left !important;
}

/* line 186, /paid/app/assets/stylesheets/leads/app.scss */
.right {
  float: right !important;
}

/* line 189, /paid/app/assets/stylesheets/leads/app.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 193, /paid/app/assets/stylesheets/leads/app.scss */
.clearfix:after {
  clear: both;
}

/* line 196, /paid/app/assets/stylesheets/leads/app.scss */
.hide {
  display: none;
}

/* line 199, /paid/app/assets/stylesheets/leads/app.scss */
.invisible {
  visibility: hidden;
}

/* line 202, /paid/app/assets/stylesheets/leads/app.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 206, /paid/app/assets/stylesheets/leads/app.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 210, /paid/app/assets/stylesheets/leads/app.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 214, /paid/app/assets/stylesheets/leads/app.scss */
select {
  width: 100%;
}

/* line 217, /paid/app/assets/stylesheets/leads/app.scss */
.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

/* line 221, /paid/app/assets/stylesheets/leads/app.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 224, /paid/app/assets/stylesheets/leads/app.scss */
.row:after {
  clear: both;
}

/* line 226, /paid/app/assets/stylesheets/leads/app.scss */
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

/* line 230, /paid/app/assets/stylesheets/leads/app.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 233, /paid/app/assets/stylesheets/leads/app.scss */
.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

/* line 237, /paid/app/assets/stylesheets/leads/app.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

/* line 240, /paid/app/assets/stylesheets/leads/app.scss */
.row .row:after {
  clear: both;
}

/* line 242, /paid/app/assets/stylesheets/leads/app.scss */
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

/* line 246, /paid/app/assets/stylesheets/leads/app.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

/* line 249, /paid/app/assets/stylesheets/leads/app.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 252, /paid/app/assets/stylesheets/leads/app.scss */
.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

/* line 259, /paid/app/assets/stylesheets/leads/app.scss */
.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

/* line 266, /paid/app/assets/stylesheets/leads/app.scss */
.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  /* line 274, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 278, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 282, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 286, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 290, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 294, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 298, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 302, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 306, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 310, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 314, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 318, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 322, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 326, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 330, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 334, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 338, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 342, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 346, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 350, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 354, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 358, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 362, /paid/app/assets/stylesheets/leads/app.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 366, /paid/app/assets/stylesheets/leads/app.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 370, /paid/app/assets/stylesheets/leads/app.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 376, /paid/app/assets/stylesheets/leads/app.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 378, /paid/app/assets/stylesheets/leads/app.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 380, /paid/app/assets/stylesheets/leads/app.scss */
  .small-3 {
    width: 25%;
  }

  /* line 382, /paid/app/assets/stylesheets/leads/app.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 384, /paid/app/assets/stylesheets/leads/app.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 386, /paid/app/assets/stylesheets/leads/app.scss */
  .small-6 {
    width: 50%;
  }

  /* line 388, /paid/app/assets/stylesheets/leads/app.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 390, /paid/app/assets/stylesheets/leads/app.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 392, /paid/app/assets/stylesheets/leads/app.scss */
  .small-9 {
    width: 75%;
  }

  /* line 394, /paid/app/assets/stylesheets/leads/app.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 396, /paid/app/assets/stylesheets/leads/app.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 398, /paid/app/assets/stylesheets/leads/app.scss */
  .small-12 {
    width: 100%;
  }

  /* line 400, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-0 {
    margin-left: 0 !important;
  }

  /* line 402, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 404, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 406, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-3 {
    margin-left: 25% !important;
  }

  /* line 408, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 410, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 412, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-6 {
    margin-left: 50% !important;
  }

  /* line 414, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 416, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 418, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-9 {
    margin-left: 75% !important;
  }

  /* line 420, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 422, /paid/app/assets/stylesheets/leads/app.scss */
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 424, /paid/app/assets/stylesheets/leads/app.scss */
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 430, /paid/app/assets/stylesheets/leads/app.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 435, /paid/app/assets/stylesheets/leads/app.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 440, /paid/app/assets/stylesheets/leads/app.scss */
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  /* line 443, /paid/app/assets/stylesheets/leads/app.scss */
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  /* line 446, /paid/app/assets/stylesheets/leads/app.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  /* line 449, /paid/app/assets/stylesheets/leads/app.scss */
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 453, /paid/app/assets/stylesheets/leads/app.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 456, /paid/app/assets/stylesheets/leads/app.scss */
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 463, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 467, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 471, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 475, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 479, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 483, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 487, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 491, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 495, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 499, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 503, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 507, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 511, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 515, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 519, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 523, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 527, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 531, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 535, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 539, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 543, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 547, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 551, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 555, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 559, /paid/app/assets/stylesheets/leads/app.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 565, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 567, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 569, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 571, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 573, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 575, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 577, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 579, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 581, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 583, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 585, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 587, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 589, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-0 {
    margin-left: 0 !important;
  }

  /* line 591, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 593, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 595, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-3 {
    margin-left: 25% !important;
  }

  /* line 597, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 599, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 601, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-6 {
    margin-left: 50% !important;
  }

  /* line 603, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 605, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 607, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-9 {
    margin-left: 75% !important;
  }

  /* line 609, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 611, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 613, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 619, /paid/app/assets/stylesheets/leads/app.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 624, /paid/app/assets/stylesheets/leads/app.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 629, /paid/app/assets/stylesheets/leads/app.scss */
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  /* line 632, /paid/app/assets/stylesheets/leads/app.scss */
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  /* line 635, /paid/app/assets/stylesheets/leads/app.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  /* line 638, /paid/app/assets/stylesheets/leads/app.scss */
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 642, /paid/app/assets/stylesheets/leads/app.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 645, /paid/app/assets/stylesheets/leads/app.scss */
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 650, /paid/app/assets/stylesheets/leads/app.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 654, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 658, /paid/app/assets/stylesheets/leads/app.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 662, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 666, /paid/app/assets/stylesheets/leads/app.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 670, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 674, /paid/app/assets/stylesheets/leads/app.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 678, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 682, /paid/app/assets/stylesheets/leads/app.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 686, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 690, /paid/app/assets/stylesheets/leads/app.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 694, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 698, /paid/app/assets/stylesheets/leads/app.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 702, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 706, /paid/app/assets/stylesheets/leads/app.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 710, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 714, /paid/app/assets/stylesheets/leads/app.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 718, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 722, /paid/app/assets/stylesheets/leads/app.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 726, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 730, /paid/app/assets/stylesheets/leads/app.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 734, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 738, /paid/app/assets/stylesheets/leads/app.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 742, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 748, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 752, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 756, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 760, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 764, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 768, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 772, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 776, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 780, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 784, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 788, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 792, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 796, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 800, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 804, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 808, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 812, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 816, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 820, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 824, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 828, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 832, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 836, /paid/app/assets/stylesheets/leads/app.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 840, /paid/app/assets/stylesheets/leads/app.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 844, /paid/app/assets/stylesheets/leads/app.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 850, /paid/app/assets/stylesheets/leads/app.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 852, /paid/app/assets/stylesheets/leads/app.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 854, /paid/app/assets/stylesheets/leads/app.scss */
  .large-3 {
    width: 25%;
  }

  /* line 856, /paid/app/assets/stylesheets/leads/app.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 858, /paid/app/assets/stylesheets/leads/app.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 860, /paid/app/assets/stylesheets/leads/app.scss */
  .large-6 {
    width: 50%;
  }

  /* line 862, /paid/app/assets/stylesheets/leads/app.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 864, /paid/app/assets/stylesheets/leads/app.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 866, /paid/app/assets/stylesheets/leads/app.scss */
  .large-9 {
    width: 75%;
  }

  /* line 868, /paid/app/assets/stylesheets/leads/app.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 870, /paid/app/assets/stylesheets/leads/app.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 872, /paid/app/assets/stylesheets/leads/app.scss */
  .large-12 {
    width: 100%;
  }

  /* line 874, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-0 {
    margin-left: 0 !important;
  }

  /* line 876, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  /* line 878, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  /* line 880, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-3 {
    margin-left: 25% !important;
  }

  /* line 882, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  /* line 884, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  /* line 886, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-6 {
    margin-left: 50% !important;
  }

  /* line 888, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  /* line 890, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  /* line 892, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-9 {
    margin-left: 75% !important;
  }

  /* line 894, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  /* line 896, /paid/app/assets/stylesheets/leads/app.scss */
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  /* line 898, /paid/app/assets/stylesheets/leads/app.scss */
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  /* line 904, /paid/app/assets/stylesheets/leads/app.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  /* line 909, /paid/app/assets/stylesheets/leads/app.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 914, /paid/app/assets/stylesheets/leads/app.scss */
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  /* line 917, /paid/app/assets/stylesheets/leads/app.scss */
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  /* line 920, /paid/app/assets/stylesheets/leads/app.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  /* line 923, /paid/app/assets/stylesheets/leads/app.scss */
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 927, /paid/app/assets/stylesheets/leads/app.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 930, /paid/app/assets/stylesheets/leads/app.scss */
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 935, /paid/app/assets/stylesheets/leads/app.scss */
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  /* line 939, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  /* line 943, /paid/app/assets/stylesheets/leads/app.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 947, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 951, /paid/app/assets/stylesheets/leads/app.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 955, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 959, /paid/app/assets/stylesheets/leads/app.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 963, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 967, /paid/app/assets/stylesheets/leads/app.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 971, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 975, /paid/app/assets/stylesheets/leads/app.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 979, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 983, /paid/app/assets/stylesheets/leads/app.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 987, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 991, /paid/app/assets/stylesheets/leads/app.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 995, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 999, /paid/app/assets/stylesheets/leads/app.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 1003, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 1007, /paid/app/assets/stylesheets/leads/app.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 1011, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 1015, /paid/app/assets/stylesheets/leads/app.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 1019, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 1023, /paid/app/assets/stylesheets/leads/app.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 1027, /paid/app/assets/stylesheets/leads/app.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/* line 1032, /paid/app/assets/stylesheets/leads/app.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

/* line 1036, /paid/app/assets/stylesheets/leads/app.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

/* line 1039, /paid/app/assets/stylesheets/leads/app.scss */
[class*="block-grid-"]:after {
  clear: both;
}

/* line 1041, /paid/app/assets/stylesheets/leads/app.scss */
[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 1048, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1051, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1053, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1055, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1058, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1060, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1062, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1065, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1067, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1069, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1072, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1074, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1076, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1079, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1081, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1083, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1086, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1088, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1090, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1093, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1095, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1097, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1100, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1102, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1104, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1107, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1109, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1111, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1114, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1116, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1118, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1121, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1123, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1125, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1128, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1130, /paid/app/assets/stylesheets/leads/app.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 1134, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1137, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1139, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1141, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1144, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1146, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1148, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1151, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1153, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1155, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1158, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1160, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1162, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1165, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1167, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1169, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1172, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1174, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1176, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1179, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1181, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1183, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1186, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1188, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1190, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1193, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1195, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1197, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1200, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1202, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1204, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1207, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1209, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1211, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1214, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1216, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 1220, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  /* line 1223, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1225, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 1227, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  /* line 1230, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1232, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 1234, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  /* line 1237, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1239, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 1241, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  /* line 1244, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1246, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 1248, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  /* line 1251, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1253, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 1255, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  /* line 1258, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1260, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 1262, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  /* line 1265, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1267, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 1269, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  /* line 1272, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1274, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 1276, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  /* line 1279, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1281, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 1283, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  /* line 1286, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1288, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 1290, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  /* line 1293, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1295, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 1297, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  /* line 1300, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  /* line 1302, /paid/app/assets/stylesheets/leads/app.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Standard Forms */
/* line 1306, /paid/app/assets/stylesheets/leads/app.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 1310, /paid/app/assets/stylesheets/leads/app.scss */
form .row .row {
  margin: 0 -0.5rem;
}

/* line 1312, /paid/app/assets/stylesheets/leads/app.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

/* line 1315, /paid/app/assets/stylesheets/leads/app.scss */
form .row .row.collapse {
  margin: 0;
}

/* line 1317, /paid/app/assets/stylesheets/leads/app.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

/* line 1320, /paid/app/assets/stylesheets/leads/app.scss */
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1326, /paid/app/assets/stylesheets/leads/app.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 1333, /paid/app/assets/stylesheets/leads/app.scss */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

/* line 1342, /paid/app/assets/stylesheets/leads/app.scss */
label.right {
  float: none !important;
  text-align: right;
}

/* line 1345, /paid/app/assets/stylesheets/leads/app.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

/* line 1348, /paid/app/assets/stylesheets/leads/app.scss */
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
/* line 1353, /paid/app/assets/stylesheets/leads/app.scss */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 1370, /paid/app/assets/stylesheets/leads/app.scss */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 1378, /paid/app/assets/stylesheets/leads/app.scss */
.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

/* line 1386, /paid/app/assets/stylesheets/leads/app.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1393, /paid/app/assets/stylesheets/leads/app.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1400, /paid/app/assets/stylesheets/leads/app.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1407, /paid/app/assets/stylesheets/leads/app.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 1415, /paid/app/assets/stylesheets/leads/app.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #8c979a;
  border-color: #bbcacd;
}

/* line 1421, /paid/app/assets/stylesheets/leads/app.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  color: #8c979a;
  border-color: #bbcacd;
}

/* We use this to get basic styling on all basic form elements */
/* line 1427, /paid/app/assets/stylesheets/leads/app.scss */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #bbcacd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

/* line 1452, /paid/app/assets/stylesheets/leads/app.scss */
input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

/* line 1456, /paid/app/assets/stylesheets/leads/app.scss */
input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 1459, /paid/app/assets/stylesheets/leads/app.scss */
input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 1478, /paid/app/assets/stylesheets/leads/app.scss */
input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 4px;
}

/* line 1481, /paid/app/assets/stylesheets/leads/app.scss */
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1491, /paid/app/assets/stylesheets/leads/app.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1498, /paid/app/assets/stylesheets/leads/app.scss */
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 1508, /paid/app/assets/stylesheets/leads/app.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 1515, /paid/app/assets/stylesheets/leads/app.scss */
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 1525, /paid/app/assets/stylesheets/leads/app.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1532, /paid/app/assets/stylesheets/leads/app.scss */
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 1542, /paid/app/assets/stylesheets/leads/app.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* line 1549, /paid/app/assets/stylesheets/leads/app.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
/* line 1555, /paid/app/assets/stylesheets/leads/app.scss */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
/* line 1559, /paid/app/assets/stylesheets/leads/app.scss */
textarea {
  max-width: 100%;
}

/* line 1562, /paid/app/assets/stylesheets/leads/app.scss */
::-webkit-input-placeholder {
  color: #bbcacd;
}

/* line 1565, /paid/app/assets/stylesheets/leads/app.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #bbcacd;
}

/* line 1569, /paid/app/assets/stylesheets/leads/app.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbcacd;
}

/* line 1573, /paid/app/assets/stylesheets/leads/app.scss */
:-ms-input-placeholder {
  color: #bbcacd;
}

/* Add height value for select elements to match text input height */
/* line 1577, /paid/app/assets/stylesheets/leads/app.scss */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #bbcacd;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

/* line 1595, /paid/app/assets/stylesheets/leads/app.scss */
select::-ms-expand {
  display: none;
}

/* line 1597, /paid/app/assets/stylesheets/leads/app.scss */
select.radius {
  border-radius: 3px;
}

/* line 1599, /paid/app/assets/stylesheets/leads/app.scss */
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}

/* line 1602, /paid/app/assets/stylesheets/leads/app.scss */
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* line 1605, /paid/app/assets/stylesheets/leads/app.scss */
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
/* line 1609, /paid/app/assets/stylesheets/leads/app.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 1615, /paid/app/assets/stylesheets/leads/app.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 1624, /paid/app/assets/stylesheets/leads/app.scss */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 1629, /paid/app/assets/stylesheets/leads/app.scss */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

/* line 1633, /paid/app/assets/stylesheets/leads/app.scss */
fieldset legend {
  background: #FFFFFF;
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
/* line 1641, /paid/app/assets/stylesheets/leads/app.scss */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 1652, /paid/app/assets/stylesheets/leads/app.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 1655, /paid/app/assets/stylesheets/leads/app.scss */
span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 1666, /paid/app/assets/stylesheets/leads/app.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

/* line 1671, /paid/app/assets/stylesheets/leads/app.scss */
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

/* line 1675, /paid/app/assets/stylesheets/leads/app.scss */
.error label,
.error label.error {
  color: #f04124;
}

/* line 1679, /paid/app/assets/stylesheets/leads/app.scss */
.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF;
}

/* line 1690, /paid/app/assets/stylesheets/leads/app.scss */
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

/* line 1700, /paid/app/assets/stylesheets/leads/app.scss */
.error span.error-message {
  display: block;
}

/* line 1703, /paid/app/assets/stylesheets/leads/app.scss */
input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

/* line 1708, /paid/app/assets/stylesheets/leads/app.scss */
label.error {
  color: #f04124;
}

/* line 1711, /paid/app/assets/stylesheets/leads/app.scss */
.field_with_errors {
  display: inline;
}

/* line 1715, /paid/app/assets/stylesheets/leads/app.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

/* line 1728, /paid/app/assets/stylesheets/leads/app.scss */
.text-left {
  text-align: left !important;
}

/* line 1731, /paid/app/assets/stylesheets/leads/app.scss */
.text-right {
  text-align: right !important;
}

/* line 1734, /paid/app/assets/stylesheets/leads/app.scss */
.text-center {
  text-align: center !important;
}

/* line 1737, /paid/app/assets/stylesheets/leads/app.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 1741, /paid/app/assets/stylesheets/leads/app.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 1743, /paid/app/assets/stylesheets/leads/app.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 1745, /paid/app/assets/stylesheets/leads/app.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 1747, /paid/app/assets/stylesheets/leads/app.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  /* line 1751, /paid/app/assets/stylesheets/leads/app.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 1753, /paid/app/assets/stylesheets/leads/app.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 1755, /paid/app/assets/stylesheets/leads/app.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 1757, /paid/app/assets/stylesheets/leads/app.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  /* line 1761, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 1763, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 1765, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 1767, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.0625em) {
  /* line 1771, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 1773, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 1775, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 1777, /paid/app/assets/stylesheets/leads/app.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  /* line 1781, /paid/app/assets/stylesheets/leads/app.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 1783, /paid/app/assets/stylesheets/leads/app.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 1785, /paid/app/assets/stylesheets/leads/app.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 1787, /paid/app/assets/stylesheets/leads/app.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /* line 1791, /paid/app/assets/stylesheets/leads/app.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 1793, /paid/app/assets/stylesheets/leads/app.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 1795, /paid/app/assets/stylesheets/leads/app.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 1797, /paid/app/assets/stylesheets/leads/app.scss */
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  /* line 1801, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 1803, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 1805, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 1807, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.0625em) {
  /* line 1811, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 1813, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 1815, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 1817, /paid/app/assets/stylesheets/leads/app.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  /* line 1821, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 1823, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 1825, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 1827, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  /* line 1831, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 1833, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 1835, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 1837, /paid/app/assets/stylesheets/leads/app.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 1841, /paid/app/assets/stylesheets/leads/app.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
/* line 1864, /paid/app/assets/stylesheets/leads/app.scss */
a {
  color: #008CBA;
  line-height: inherit;
  text-decoration: none;
}

/* line 1868, /paid/app/assets/stylesheets/leads/app.scss */
a:hover, a:focus {
  color: #0078a0;
}

/* line 1870, /paid/app/assets/stylesheets/leads/app.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 1874, /paid/app/assets/stylesheets/leads/app.scss */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

/* line 1881, /paid/app/assets/stylesheets/leads/app.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 1884, /paid/app/assets/stylesheets/leads/app.scss */
p aside {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
/* line 1890, /paid/app/assets/stylesheets/leads/app.scss */
h1, h2, h3, h4, h5, h6 {
  color: #071a1e;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}

/* line 1899, /paid/app/assets/stylesheets/leads/app.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #268ea4;
  font-size: 60%;
  line-height: 0;
}

/* line 1904, /paid/app/assets/stylesheets/leads/app.scss */
h1 {
  font-size: 1.375rem;
}

/* line 1907, /paid/app/assets/stylesheets/leads/app.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 1910, /paid/app/assets/stylesheets/leads/app.scss */
h3 {
  font-size: 1.375rem;
}

/* line 1913, /paid/app/assets/stylesheets/leads/app.scss */
h4 {
  font-size: 1.125rem;
}

/* line 1916, /paid/app/assets/stylesheets/leads/app.scss */
h5 {
  font-size: 1.125rem;
}

/* line 1919, /paid/app/assets/stylesheets/leads/app.scss */
h6 {
  font-size: 1rem;
}

/* line 1922, /paid/app/assets/stylesheets/leads/app.scss */
.subheader {
  line-height: 1.4;
  color: #268ea4;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 1929, /paid/app/assets/stylesheets/leads/app.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

/* Helpful Typography Defaults */
/* line 1937, /paid/app/assets/stylesheets/leads/app.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 1942, /paid/app/assets/stylesheets/leads/app.scss */
strong,
b {
  font-weight: 700;
  line-height: inherit;
}

/* line 1947, /paid/app/assets/stylesheets/leads/app.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 1951, /paid/app/assets/stylesheets/leads/app.scss */
code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
/* line 1962, /paid/app/assets/stylesheets/leads/app.scss */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

/* line 1971, /paid/app/assets/stylesheets/leads/app.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 1975, /paid/app/assets/stylesheets/leads/app.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 1980, /paid/app/assets/stylesheets/leads/app.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

/* line 1983, /paid/app/assets/stylesheets/leads/app.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 1987, /paid/app/assets/stylesheets/leads/app.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 1991, /paid/app/assets/stylesheets/leads/app.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* Ordered Lists */
/* line 1996, /paid/app/assets/stylesheets/leads/app.scss */
ol {
  margin-left: 1.4rem;
}

/* line 1998, /paid/app/assets/stylesheets/leads/app.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 2003, /paid/app/assets/stylesheets/leads/app.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}

/* line 2006, /paid/app/assets/stylesheets/leads/app.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Definition Lists */
/* line 2013, /paid/app/assets/stylesheets/leads/app.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

/* line 2017, /paid/app/assets/stylesheets/leads/app.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 2021, /paid/app/assets/stylesheets/leads/app.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #686868;
  cursor: help;
}

/* line 2028, /paid/app/assets/stylesheets/leads/app.scss */
abbr {
  text-transform: none;
}

/* line 2030, /paid/app/assets/stylesheets/leads/app.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 2034, /paid/app/assets/stylesheets/leads/app.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}

/* line 2038, /paid/app/assets/stylesheets/leads/app.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #1c6676;
}

/* line 2042, /paid/app/assets/stylesheets/leads/app.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 2044, /paid/app/assets/stylesheets/leads/app.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #1c6676;
}

/* line 2048, /paid/app/assets/stylesheets/leads/app.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #268ea4;
}

/* Microformats */
/* line 2054, /paid/app/assets/stylesheets/leads/app.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}

/* line 2059, /paid/app/assets/stylesheets/leads/app.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 2062, /paid/app/assets/stylesheets/leads/app.scss */
.vcard .fn {
  font-weight: 700;
  font-size: 0.9375rem;
}

/* line 2066, /paid/app/assets/stylesheets/leads/app.scss */
.vevent .summary {
  font-weight: 700;
}

/* line 2069, /paid/app/assets/stylesheets/leads/app.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2077, /paid/app/assets/stylesheets/leads/app.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 2079, /paid/app/assets/stylesheets/leads/app.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 2081, /paid/app/assets/stylesheets/leads/app.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 2083, /paid/app/assets/stylesheets/leads/app.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 2085, /paid/app/assets/stylesheets/leads/app.scss */
  h4 {
    font-size: 1.4375rem;
  }

  /* line 2087, /paid/app/assets/stylesheets/leads/app.scss */
  h5 {
    font-size: 1.125rem;
  }

  /* line 2089, /paid/app/assets/stylesheets/leads/app.scss */
  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen {
  /* line 2094, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 2096, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 2098, /paid/app/assets/stylesheets/leads/app.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 2104, /paid/app/assets/stylesheets/leads/app.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 2110, /paid/app/assets/stylesheets/leads/app.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 2112, /paid/app/assets/stylesheets/leads/app.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 2114, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 2116, /paid/app/assets/stylesheets/leads/app.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 2118, /paid/app/assets/stylesheets/leads/app.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
  /* line 2123, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 2125, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 2127, /paid/app/assets/stylesheets/leads/app.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 2133, /paid/app/assets/stylesheets/leads/app.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 2139, /paid/app/assets/stylesheets/leads/app.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 2141, /paid/app/assets/stylesheets/leads/app.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 2143, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 2145, /paid/app/assets/stylesheets/leads/app.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 2147, /paid/app/assets/stylesheets/leads/app.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
  /* line 2152, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 2154, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 2156, /paid/app/assets/stylesheets/leads/app.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 2162, /paid/app/assets/stylesheets/leads/app.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 2168, /paid/app/assets/stylesheets/leads/app.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 2170, /paid/app/assets/stylesheets/leads/app.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 2172, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 2174, /paid/app/assets/stylesheets/leads/app.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 2176, /paid/app/assets/stylesheets/leads/app.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  /* line 2181, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 2183, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 2185, /paid/app/assets/stylesheets/leads/app.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 2191, /paid/app/assets/stylesheets/leads/app.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 2197, /paid/app/assets/stylesheets/leads/app.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 2199, /paid/app/assets/stylesheets/leads/app.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 2201, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 2203, /paid/app/assets/stylesheets/leads/app.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 2205, /paid/app/assets/stylesheets/leads/app.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  /* line 2210, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  /* line 2212, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  /* line 2214, /paid/app/assets/stylesheets/leads/app.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 2220, /paid/app/assets/stylesheets/leads/app.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  /* line 2226, /paid/app/assets/stylesheets/leads/app.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  /* line 2228, /paid/app/assets/stylesheets/leads/app.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  /* line 2230, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  /* line 2232, /paid/app/assets/stylesheets/leads/app.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }

  /* line 2234, /paid/app/assets/stylesheets/leads/app.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 2238, /paid/app/assets/stylesheets/leads/app.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 2242, /paid/app/assets/stylesheets/leads/app.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
/* line 2247, /paid/app/assets/stylesheets/leads/app.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

/* line 2250, /paid/app/assets/stylesheets/leads/app.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 2253, /paid/app/assets/stylesheets/leads/app.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 2256, /paid/app/assets/stylesheets/leads/app.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 2259, /paid/app/assets/stylesheets/leads/app.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 2265, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 2268, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 2272, /paid/app/assets/stylesheets/leads/app.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  /* line 2274, /paid/app/assets/stylesheets/leads/app.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 2276, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 2278, /paid/app/assets/stylesheets/leads/app.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 2280, /paid/app/assets/stylesheets/leads/app.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 2286, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 2289, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 2293, /paid/app/assets/stylesheets/leads/app.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  /* line 2295, /paid/app/assets/stylesheets/leads/app.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 2297, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 2299, /paid/app/assets/stylesheets/leads/app.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 2301, /paid/app/assets/stylesheets/leads/app.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 2307, /paid/app/assets/stylesheets/leads/app.scss */
.show-for-touch {
  display: none !important;
}

/* line 2310, /paid/app/assets/stylesheets/leads/app.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 2313, /paid/app/assets/stylesheets/leads/app.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 2316, /paid/app/assets/stylesheets/leads/app.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
/* line 2320, /paid/app/assets/stylesheets/leads/app.scss */
table.hide-for-touch {
  display: table !important;
}

/* line 2323, /paid/app/assets/stylesheets/leads/app.scss */
.touch table.show-for-touch {
  display: table !important;
}

/* line 2326, /paid/app/assets/stylesheets/leads/app.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 2329, /paid/app/assets/stylesheets/leads/app.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 2332, /paid/app/assets/stylesheets/leads/app.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 2335, /paid/app/assets/stylesheets/leads/app.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 2338, /paid/app/assets/stylesheets/leads/app.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 2341, /paid/app/assets/stylesheets/leads/app.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 2344, /paid/app/assets/stylesheets/leads/app.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 2347, /paid/app/assets/stylesheets/leads/app.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 2350, /paid/app/assets/stylesheets/leads/app.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 2353, /paid/app/assets/stylesheets/leads/app.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
/* line 2357, /paid/app/assets/stylesheets/leads/app.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 2364, /paid/app/assets/stylesheets/leads/app.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 2370, /paid/app/assets/stylesheets/leads/app.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
/* line 2383, /paid/app/assets/stylesheets/leads/app.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 2387, /paid/app/assets/stylesheets/leads/app.scss */
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  /* line 2393, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-print {
    display: block;
  }

  /* line 2395, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-print {
    display: none;
  }

  /* line 2397, /paid/app/assets/stylesheets/leads/app.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 2399, /paid/app/assets/stylesheets/leads/app.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 2401, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 2403, /paid/app/assets/stylesheets/leads/app.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 2405, /paid/app/assets/stylesheets/leads/app.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 2407, /paid/app/assets/stylesheets/leads/app.scss */
  th.show-for-print {
    display: table-cell !important;
  }

  /* line 2409, /paid/app/assets/stylesheets/leads/app.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 2412, /paid/app/assets/stylesheets/leads/app.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 2414, /paid/app/assets/stylesheets/leads/app.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 2416, /paid/app/assets/stylesheets/leads/app.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 2420, /paid/app/assets/stylesheets/leads/app.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 2424, /paid/app/assets/stylesheets/leads/app.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 2427, /paid/app/assets/stylesheets/leads/app.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 2430, /paid/app/assets/stylesheets/leads/app.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 2434, /paid/app/assets/stylesheets/leads/app.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 2439, /paid/app/assets/stylesheets/leads/app.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 2442, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 2444, /paid/app/assets/stylesheets/leads/app.scss */
  .print-only {
    display: block !important;
  }

  /* line 2446, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 2448, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  /* line 2453, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-print {
    display: block;
  }

  /* line 2455, /paid/app/assets/stylesheets/leads/app.scss */
  .hide-for-print {
    display: none;
  }

  /* line 2457, /paid/app/assets/stylesheets/leads/app.scss */
  table.show-for-print {
    display: table !important;
  }

  /* line 2459, /paid/app/assets/stylesheets/leads/app.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }

  /* line 2461, /paid/app/assets/stylesheets/leads/app.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }

  /* line 2463, /paid/app/assets/stylesheets/leads/app.scss */
  tr.show-for-print {
    display: table-row !important;
  }

  /* line 2465, /paid/app/assets/stylesheets/leads/app.scss */
  td.show-for-print {
    display: table-cell !important;
  }

  /* line 2467, /paid/app/assets/stylesheets/leads/app.scss */
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  /* line 2471, /paid/app/assets/stylesheets/leads/app.scss */
  .show-for-print {
    display: none !important;
  }
}
/* line 2474, /paid/app/assets/stylesheets/leads/app.scss */
body {
  background: #ecf2f4;
}

/* line 2477, /paid/app/assets/stylesheets/leads/app.scss */
.badge {
  height: 19.2px;
  line-height: 19.2px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 8px;
  font-size: 0.7rem;
  font-weight: 300;
  padding: 0 12px;
  border-radius: 9.6px;
  box-shadow: rgba(7, 26, 30, 0.1) 0 2px 1px;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  background-color: #f5f7f8;
}

/* line 2492, /paid/app/assets/stylesheets/leads/app.scss */
.badge--good {
  color: white;
  background: #6dbd93;
  text-shadow: #375f4a 0 1px 0;
}

/* line 2496, /paid/app/assets/stylesheets/leads/app.scss */
.badge--bad {
  color: white;
  background: #b1404b;
  text-shadow: #592026 0 1px 0;
}

/* line 2500, /paid/app/assets/stylesheets/leads/app.scss */
.badge--neutral {
  color: white;
  background: #bbcacd;
  text-shadow: #5d6567 0 1px 0;
}

/* line 2504, /paid/app/assets/stylesheets/leads/app.scss */
.badge--neutral-dark {
  color: white;
  background: #071a1e;
  text-shadow: #040d0f 0 1px 0;
}

/* line 2508, /paid/app/assets/stylesheets/leads/app.scss */
.badge--voided {
  color: white;
  background: #b1e14b;
  text-shadow: #597126 0 1px 0;
}

/* line 2512, /paid/app/assets/stylesheets/leads/app.scss */
.badge--paid {
  color: white;
  background: #6dbd93;
  text-shadow: #375f4a 0 1px 0;
}

/* line 2516, /paid/app/assets/stylesheets/leads/app.scss */
.badge--payment-pending {
  color: white;
  background: #6dbd93;
  text-shadow: #375f4a 0 1px 0;
}

/* line 2520, /paid/app/assets/stylesheets/leads/app.scss */
.badge--overdue {
  color: white;
  background: #b1404b;
  text-shadow: #592026 0 1px 0;
}

/* line 2524, /paid/app/assets/stylesheets/leads/app.scss */
.badge--issued {
  color: white;
  background: #b1e14b;
  text-shadow: #597126 0 1px 0;
}

/* line 2528, /paid/app/assets/stylesheets/leads/app.scss */
.badge--not-issuable {
  color: white;
  background: #b1e14b;
  text-shadow: #597126 0 1px 0;
}

/* line 2532, /paid/app/assets/stylesheets/leads/app.scss */
.badge--issuable {
  color: white;
  background: #b1e14b;
  text-shadow: #597126 0 1px 0;
}

/* line 2537, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection {
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 2542, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card {
  padding: 11px;
  background: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 22px;
  width: 100%;
}

/* line 2551, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__section {
  padding: 11px;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  /* line 2555, /paid/app/assets/stylesheets/leads/app.scss */
  .card-collection .card__section {
    width: auto;
  }
}
/* line 2557, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 2559, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__header {
  border-bottom: 1px solid #f5f7f8;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

/* line 2563, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__title {
  font-size: 19.6px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

/* line 2568, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__title a {
  font-size: inherit;
}

/* line 2570, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__subtitle {
  font-size: 16.8px;
  font-weight: 700;
  color: #8c979a;
  margin: 0;
  padding: 0;
}

/* line 2576, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__label {
  display: block;
  font-size: 12.6px;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: #bbcacd;
  line-height: 1.575rem;
}

/* line 2583, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__list {
  margin: 0;
  padding: 0;
}

/* line 2586, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__list-term {
  margin: 0;
  padding: 0;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  line-height: 14px;
}

/* line 2594, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__list-definition {
  margin: 0 0 11px 0;
  padding: 0;
}

/* line 2597, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card__list-item {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2602, /paid/app/assets/stylesheets/leads/app.scss */
.card-collection .card:hover {
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 20px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2");
}
/* line 2611, /paid/app/assets/stylesheets/leads/app.scss */
.material-icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*
 * Padstone overrides
 * ===============
 */
/*
 * Mixins
 * ===============
 */
/*
 *  Functions
 *  =================
 */
/* line 2636, /paid/app/assets/stylesheets/leads/app.scss */
.icon {
  position: relative;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: "inherit";
  color: "inherit";
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* line 2651, /paid/app/assets/stylesheets/leads/app.scss */
.panel {
  padding: 11px;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
}

/* line 2656, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar {
  background: #2cadcb;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 2663, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
  margin-right: auto;
}

/* line 2667, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2669, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__logo img {
  width: 75px;
}

/* line 2672, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2674, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__acc.left {
  margin-right: auto;
}

/* line 2677, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__button, .search-widget__button, .search-widget__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-left: 1px solid #2592AB;
  -webkit-transition-duration: .40s;
          transition-duration: .40s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 2685, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__button:hover, .search-widget__button:hover, .search-widget__input:hover {
  background: #289cb7;
  color: white;
}

/* line 2688, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__button .icon, .search-widget__button .icon, .search-widget__input .icon {
  color: #c1edf7;
  padding-right: 11px;
}

/* line 2692, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 2695, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu-reveal .reveal-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2698, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 2702, /paid/app/assets/stylesheets/leads/app.scss */
.search-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 2705, /paid/app/assets/stylesheets/leads/app.scss */
.search-widget__button input {
  border: none;
  border-radius: 4px;
  position: relative;
  top: 6px;
  width: 100px;
  background: none;
  box-shadow: none;
}

/* line 2713, /paid/app/assets/stylesheets/leads/app.scss */
.search-widget__button input:placeholder-shown {
  color: red;
}

/* line 2715, /paid/app/assets/stylesheets/leads/app.scss */
.search-widget__input input {
  border: none;
  border-radius: 4px;
  position: relative;
  top: 6px;
  width: 400px;
}

/* line 2722, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu {
  background: #333;
  position: absolute;
  left: 0;
  top: 64px;
  width: 200px;
  z-index: 10000;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 22px;
}

/* line 2730, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  color: white;
}

/* line 2736, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu li {
  display: block;
}

/* line 2738, /paid/app/assets/stylesheets/leads/app.scss */
.top-bar__menu a {
  display: block;
  padding: 20px;
}

/* line 2742, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar {
  background: #2cadcb;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
  background: #eeeeee;
  padding: 0 22px;
}

/* line 2751, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  letter-spacing: 0.0625rem;
  font-weight: 300;
  color: #333333;
  margin-right: auto;
}

/* line 2760, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 2763, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button {
  font-size: 14px;
  text-transform: uppercase;
  background: #165766;
  padding: 6px 11px;
  color: #a0dae8;
  letter-spacing: 0.0625rem;
  border-radius: 4px;
  tansition-property: all;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

/* line 2773, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button .icon {
  font-size: 18px;
  top: 3px;
  color: #56bdd5;
}

/* line 2777, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button:hover {
  color: #dff3f7;
  background-color: #144e5b;
}

/* line 2780, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button:hover .icon {
  color: #80cee0;
}

/* line 2783, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar {
  border: 1px solid #bbcacd;
  border-radius: 4px;
}

/* line 2786, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__section {
  border-bottom: 1px solid #bbcacd;
}

/* line 2788, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__section:last-child {
  border-bottom: none;
}

/* line 2790, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action {
  background: #6bc68e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px;
  border-radius: 4px;
  color: #e1f4e8;
  margin: 22px;
}

/* line 2797, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action.disabled {
  background: #bbcacd;
}

/* line 2799, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action:hover {
  color: white;
  background: #66bc87;
}

/* line 2802, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action:active {
  color: white;
  background: #60b280;
}

/* line 2805, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #daf1e3;
  color: #2cadcb;
  font-size: 22px;
}

/* line 2814, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__primary-action span {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

/* line 2822, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 11px 22px;
  border-bottom: 1px solid #bbcacd;
}

/* line 2827, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action:last-child {
  border-bottom: none;
}

/* line 2829, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action.disabled {
  color: #bbcacd;
}

/* line 2831, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action:hover {
  background: #f0f5f6;
  color: #1a687a;
}

/* line 2834, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action .icon {
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #6bc68e;
  font-size: 22px;
}

/* line 2841, /paid/app/assets/stylesheets/leads/app.scss */
.sidebar__secondary-action span {
  padding-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

/* line 2850, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 11px 0;
}

/* line 2854, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  padding: 44px 22px;
  margin-right: 22px;
  border-radius: 4px;
}

/* line 2860, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric:last-child {
  margin-right: 0;
}

/* line 2862, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric:hover {
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 20px;
}

/* line 2864, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-title {
  color: #8c979a;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

/* line 2870, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-numbers {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 2875, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-number {
  list-style-type: none;
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #455356;
  font-weight: 300;
}

/* line 2882, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-number a {
  color: inherit;
}

/* line 2884, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-number a:hover {
  border-bottom: 1px solid #eee;
}

/* line 2886, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-number--negative {
  color: #b1404b;
}

/* line 2888, /paid/app/assets/stylesheets/leads/app.scss */
.bird-eye__metric-number--positive {
  color: #6dbd93;
}

/* line 2891, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__container {
  border-radius: 4px;
  background: white;
}

/* line 2895, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__list {
  background: #cce1e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 11px 0 11px;
  border-radius: 4px 4px 0 0;
}

/* line 2901, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__link {
  padding: 11px 22px;
  border-radius: 4px 4px 0 0;
  color: #7a878a;
  font-size: 0.875rem;
}

/* line 2906, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__link:hover {
  color: white;
  color: #667073;
  background-color: #c1d5da;
  -webkit-transition-duration: .40s;
          transition-duration: .40s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 2912, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__link.selected {
  background: white;
  color: #071a1e;
}

/* line 2916, /paid/app/assets/stylesheets/leads/app.scss */
.tabs__panel {
  padding: 22px;
}

/* line 2919, /paid/app/assets/stylesheets/leads/app.scss */
.subtabs__list {
  padding: 22px 0;
}

/* line 2922, /paid/app/assets/stylesheets/leads/app.scss */
.subtabs__link {
  display: block;
  color: #bbcacd;
  font-size: 0.8125rem;
  padding: 6px 11px;
}

/* line 2927, /paid/app/assets/stylesheets/leads/app.scss */
.subtabs__link.selected {
  color: #8c979a;
  background: #f5f7f8;
  border-radius: 4px;
}

/* line 2932, /paid/app/assets/stylesheets/leads/app.scss */
.subtabs__section {
  border-left: 1px solid #e0e7e9;
  padding-left: 33px;
}

/* line 2936, /paid/app/assets/stylesheets/leads/app.scss */
.subtabs__section-title {
  padding: 11px 0;
  border-bottom: 1px solid #f5f7f8;
}

/* line 2940, /paid/app/assets/stylesheets/leads/app.scss */
.breadcrumbs-bar {
  background: #11424d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 22px;
}

/* line 2945, /paid/app/assets/stylesheets/leads/app.scss */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  letter-spacing: 0.0625rem;
  font-size: 11px;
  height: 32px;
  color: #568f9c;
}

/* line 2953, /paid/app/assets/stylesheets/leads/app.scss */
.breadcrumbs__link {
  color: #76cadd;
  padding-right: 11px;
}

/* line 2956, /paid/app/assets/stylesheets/leads/app.scss */
.breadcrumbs__separator {
  padding-right: 11px;
}

/* line 2959, /paid/app/assets/stylesheets/leads/app.scss */
.dialog {
  background: white;
  border-radius: 4px;
}

/* line 2962, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__header {
  padding: 11px 22px;
  border-bottom: 1px solid #e0e7e9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 2967, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__header-title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

/* line 2971, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__header-close {
  font-size: 22px;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-left: auto;
  color: #e0e7e9;
  cursor: pointer;
}

/* line 2979, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__header-close:hover {
  color: #bbcacd;
}

/* line 2981, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__content {
  padding: 22px;
}

/* line 2983, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__footer {
  border-top: 1px solid #e0e7e9;
  padding: 11px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 2988, /paid/app/assets/stylesheets/leads/app.scss */
.dialog button {
  border: none;
}

/* line 2990, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__ok-btn {
  background: #6bc68e;
  padding: 11px 22px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
}

/* line 2998, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__ok-btn:hover {
  background: #60b280;
  color: white;
}

/* line 3001, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__secondary-btn {
  background: #c0343d;
  padding: 11px 22px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
}

/* line 3009, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__secondary-btn:hover {
  background: #ad2f37;
  color: white;
}

/* line 3012, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__cancel-btn {
  margin-right: auto;
  padding: 11px;
  color: #bbcacd;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
}

/* line 3019, /paid/app/assets/stylesheets/leads/app.scss */
.dialog__cancel-btn:hover {
  color: #c0343d;
}

/* line 3022, /paid/app/assets/stylesheets/leads/app.scss */
.dash-form-container {
  max-width: 700px;
}

/* line 3025, /paid/app/assets/stylesheets/leads/app.scss */
.form-subtitle {
  border-bottom: 1px solid #e0e7e9;
  margin: 11px 0 33px 0;
  text-align: center;
  color: #238aa2;
}

/* line 3030, /paid/app/assets/stylesheets/leads/app.scss */
.form-subtitle span {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 12px;
  background: white;
  padding: 0 11px;
}

/* line 3038, /paid/app/assets/stylesheets/leads/app.scss */
.form-hint, .feature__restriction-notice {
  padding: 22px;
  margin-bottom: 22px;
  background: #fffce3;
  border: 1px solid #f2efd8;
  font-style: italic;
  border-radius: 4px;
  font-size: 0.875rem;
}

/* line 3046, /paid/app/assets/stylesheets/leads/app.scss */
.form-hint .icon, .feature__restriction-notice .icon {
  margin-right: 6px;
  top: 6px;
  font-size: 1.375rem;
  color: #80cdd5;
}

/* line 3052, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3055, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input .form-input {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin-left: 1.375rem;
}

/* line 3058, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input .form-input:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 3061, /paid/app/assets/stylesheets/leads/app.scss */
  .form-multiple-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 3063, /paid/app/assets/stylesheets/leads/app.scss */
  .form-multiple-input .form-input {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* line 3068, /paid/app/assets/stylesheets/leads/app.scss */
fieldset legend {
  font-weight: 300;
  color: #777;
}

/* line 3072, /paid/app/assets/stylesheets/leads/app.scss */
.form-input {
  padding: 6px 0;
}

/* line 3074, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__label {
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.25rem;
  padding-left: 0.5625rem;
}

/* line 3081, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__checkbox-label {
  font-size: 0.8125rem;
  color: #777;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

/* line 3086, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__checkbox {
  margin-right: 6px !important;
}

/* line 3088, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input {
  border-color: #e0e7e9 !important;
  border-radius: 4px !important;
}

/* line 3091, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input[readonly] {
  background: #fffce3 !important;
}

/* line 3093, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input--top {
  margin-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important;
}

/* line 3096, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input--bottom {
  margin-bottom: 0 !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
  border-top: none !important;
}

/* line 3101, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help {
  background: #f5f7f8;
  color: #8c979a;
  padding: 11px;
  border-radius: 4px;
  font-size: 13px;
  font-style: italic;
  position: relative;
}

/* line 3109, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help .icon {
  margin-right: 2px;
  top: 3px;
  font-size: 1rem;
  color: #7ccbdd;
}

/* line 3114, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help::before {
  content: ' ';
  position: absolute;
  left: 8px;
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #f5f7f8;
}

/* line 3121, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error {
  background: #b1404b;
  color: #fffce3;
  padding: 11px;
  border-radius: 4px;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-top: -12px;
}

/* line 3130, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error .icon {
  margin-right: 2px;
  top: 3px;
  font-size: 1rem;
  color: #e0b31e;
}

/* line 3135, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error::before {
  content: ' ';
  position: absolute;
  left: 8px;
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #b1404b;
}

/* line 3143, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button {
  font-size: 18px;
  background: #6bc68e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 22px;
  border-radius: 4px;
  color: #e1f4e8;
  border: none;
  cursor: pointer;
}

/* line 3152, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:disabled, .form-submit-button[disabled] {
  background: #bbcacd;
}

/* line 3154, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:disabled:hover, .form-submit-button[disabled]:hover {
  background: #bbcacd;
}

/* line 3156, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:hover {
  color: white;
  background: #81cf9f;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 3160, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:active {
  color: white;
  background: #60b280;
}

/* line 3163, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #daf1e3;
  color: #2cadcb;
  font-size: 22px;
}

/* line 3172, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button span {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

/* line 3181, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid #e0e7e9;
}

/* line 3188, /paid/app/assets/stylesheets/leads/app.scss */
.form-error {
  background: #feb;
  color: #e30;
  font-size: 0.875rem;
  padding: 0.375rem 0.6875rem;
  margin-top: -0.6875rem;
}

/* line 3195, /paid/app/assets/stylesheets/leads/app.scss */
.checkmark {
  font-size: 16px;
  color: #bbcacd;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #e3e9eb;
  border-radius: 13px;
  background: white;
  cursor: pointer;
}

/* line 3207, /paid/app/assets/stylesheets/leads/app.scss */
.checkmark.checked {
  color: #58b633;
  border-color: #58b633;
}

/* line 3211, /paid/app/assets/stylesheets/leads/app.scss */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3223, /paid/app/assets/stylesheets/leads/app.scss */
.modal__content {
  min-width: 460px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 20px;
}

/* line 3227, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar {
  background: #2cadcb;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 10px;
  background: #eeeeee;
  padding: 0 22px;
}

/* line 3236, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  letter-spacing: 0.0625rem;
  font-weight: 300;
  color: #d5eff5;
  margin-right: auto;
}

/* line 3245, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 3248, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button {
  font-size: 14px;
  text-transform: uppercase;
  background: #165766;
  padding: 6px 11px;
  color: #a0dae8;
  letter-spacing: 0.0625rem;
  border-radius: 4px;
  tansition-property: all;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

/* line 3258, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button .icon {
  font-size: 18px;
  top: 3px;
  color: #56bdd5;
}

/* line 3262, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button:hover {
  color: #dff3f7;
  background-color: #144e5b;
}

/* line 3265, /paid/app/assets/stylesheets/leads/app.scss */
.title-bar__button:hover .icon {
  color: #80cee0;
}

@-webkit-keyframes attention {
  10%, 90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }
}

@keyframes attention {
  10%, 90% {
    -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }
}
/* line 3278, /paid/app/assets/stylesheets/leads/app.scss */
.feature {
  padding: 22px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px;
}

/* line 3283, /paid/app/assets/stylesheets/leads/app.scss */
.feature__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 3285, /paid/app/assets/stylesheets/leads/app.scss */
.feature__description {
  padding-left: 11px;
}

/* line 3287, /paid/app/assets/stylesheets/leads/app.scss */
.feature__title {
  color: #8c979a;
}

/* line 3289, /paid/app/assets/stylesheets/leads/app.scss */
.feature__image {
  max-width: 330px;
}

/* line 3291, /paid/app/assets/stylesheets/leads/app.scss */
.feature__image img {
  margin-top: -22px;
}

/* line 3293, /paid/app/assets/stylesheets/leads/app.scss */
.feature__cta {
  margin-top: 22px;
  border-top: 1px solid #e0e7e9;
  padding: 22px;
  text-align: center;
}

/* line 3298, /paid/app/assets/stylesheets/leads/app.scss */
.feature__cta a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: white;
  border-color: #2cadcb;
  color: #333333;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  border: 1px solid #2cadcb;
  color: #2cadcb;
  -webkit-animation: attention 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: attention 1.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  margin: 0;
}

/* line 3325, /paid/app/assets/stylesheets/leads/app.scss */
.feature__cta a.button:hover, .feature__cta a.button:focus {
  background-color: #cccccc;
}

/* line 3327, /paid/app/assets/stylesheets/leads/app.scss */
.feature__cta a.button:hover, .feature__cta a.button:focus {
  color: #333333;
}

/* line 3329, /paid/app/assets/stylesheets/leads/app.scss */
.feature__cta a.button:hover {
  background: #d1f393;
  color: #218298;
}

/* line 3333, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle, .datepicker__tether-element-attached-bottom .datepicker__triangle, .datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

/* line 3337, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle, .datepicker__tether-element-attached-bottom .datepicker__triangle, .datepicker__year-read-view--down-arrow, .datepicker__tether-element-attached-top .datepicker__triangle::before, .datepicker__tether-element-attached-bottom .datepicker__triangle::before, .datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

/* line 3344, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle::before, .datepicker__tether-element-attached-bottom .datepicker__triangle::before, .datepicker__year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

/* line 3351, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

/* line 3355, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle, .datepicker__tether-element-attached-top .datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

/* line 3359, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-top .datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

/* line 3363, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-bottom .datepicker__triangle, .datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

/* line 3367, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-bottom .datepicker__triangle, .datepicker__year-read-view--down-arrow, .datepicker__tether-element-attached-bottom .datepicker__triangle::before, .datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

/* line 3371, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-bottom .datepicker__triangle::before, .datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

/* line 3375, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

/* line 3385, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__triangle {
  position: absolute;
  left: 50px;
}

/* line 3389, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__tether-element-attached-bottom.datepicker__tether-element {
  margin-top: -20px;
}

/* line 3392, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 8px;
  position: relative;
}

/* line 3401, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__current-month {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

/* line 3407, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__current-month--hasYearDropdown {
  margin-bottom: 16px;
}

/* line 3410, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation {
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  border: 6px solid transparent;
}

/* line 3419, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

/* line 3423, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

/* line 3426, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

/* line 3430, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

/* line 3433, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 3440, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

/* line 3444, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

/* line 3447, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

/* line 3451, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

/* line 3454, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__week-day {
  color: #ccc;
  display: inline-block;
  width: 28px;
  line-height: 24px;
}

/* line 3460, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__month {
  margin: 5px;
  text-align: center;
}

/* line 3464, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day {
  color: #000;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  text-align: center;
  margin: 2px;
  cursor: pointer;
}

/* line 3473, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day:hover {
  border-radius: 4px;
  background-color: #f0f0f0;
}

/* line 3477, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day--today {
  font-weight: bold;
}

/* line 3480, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day--selected, .datepicker__day--in-range {
  border-radius: 4px;
  background-color: #216ba5;
  color: #fff;
}

/* line 3485, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day--selected:hover, .datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

/* line 3488, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

/* line 3492, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__day--disabled:hover {
  background-color: transparent;
}

/* line 3495, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__input-container {
  position: relative;
}

/* line 3498, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__input {
  position: relative;
  font-size: 13px;
  border-radius: 4px;
  box-shadow: inset 0 2px 2px #e9e9e9;
  border: 1px solid #aeaeae;
  line-height: 16px;
  padding: 6px 10px 5px;
}

/* line 3507, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__input:focus {
  outline: none;
  border-color: #aeaeae;
  box-shadow: inset 0 2px 2px #e9e9e9, 0 0 10px 0 rgba(73, 107, 125, 0.3);
}

/* line 3512, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__input:not(:valid) ~ .close-icon {
  display: none;
}

/* line 3515, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-read-view {
  width: 50%;
  left: 25%;
  position: absolute;
  bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3523, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-read-view:hover {
  cursor: pointer;
}

/* line 3526, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-read-view:hover .datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

/* line 3529, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  margin-bottom: 3px;
  left: 5px;
  top: 9px;
  position: relative;
  border-width: 6px;
}

/* line 3537, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-read-view--selected-year {
  right: 6px;
  position: relative;
}

/* line 3541, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #aeaeae;
}

/* line 3551, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-dropdown:hover {
  cursor: pointer;
}

/* line 3554, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 3561, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 3565, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 3573, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option:hover {
  background-color: #ccc;
}

/* line 3576, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option:hover .datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

/* line 3579, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option:hover .datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

/* line 3582, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__year-option--selected {
  position: absolute;
  left: 30px;
}

/* line 3586, /paid/app/assets/stylesheets/leads/app.scss */
.close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}

/* line 3596, /paid/app/assets/stylesheets/leads/app.scss */
.close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}

/* line 3615, /paid/app/assets/stylesheets/leads/app.scss */
.datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
}

/* line 3623, /paid/app/assets/stylesheets/leads/app.scss */
.dash-form-container {
  max-width: 700px;
}

/* line 3626, /paid/app/assets/stylesheets/leads/app.scss */
.form-subtitle {
  border-bottom: 1px solid #e0e7e9;
  margin: 11px 0 33px 0;
  text-align: center;
  color: #238aa2;
}

/* line 3631, /paid/app/assets/stylesheets/leads/app.scss */
.form-subtitle span {
  font-size: 18px;
  display: inline-block;
  position: relative;
  top: 12px;
  background: white;
  padding: 0 11px;
}

/* line 3639, /paid/app/assets/stylesheets/leads/app.scss */
.form-hint, .feature__restriction-notice {
  padding: 22px;
  margin-bottom: 22px;
  background: #fffce3;
  border: 1px solid #f2efd8;
  font-style: italic;
  border-radius: 4px;
  font-size: 0.875rem;
}

/* line 3647, /paid/app/assets/stylesheets/leads/app.scss */
.form-hint .icon, .feature__restriction-notice .icon {
  margin-right: 6px;
  top: 6px;
  font-size: 1.375rem;
  color: #80cdd5;
}

/* line 3653, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 3656, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input .form-input {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  margin-left: 1.375rem;
}

/* line 3659, /paid/app/assets/stylesheets/leads/app.scss */
.form-multiple-input .form-input:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 40em) {
  /* line 3662, /paid/app/assets/stylesheets/leads/app.scss */
  .form-multiple-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 3664, /paid/app/assets/stylesheets/leads/app.scss */
  .form-multiple-input .form-input {
    margin-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* line 3669, /paid/app/assets/stylesheets/leads/app.scss */
fieldset legend {
  font-weight: 300;
  color: #777;
}

/* line 3673, /paid/app/assets/stylesheets/leads/app.scss */
.form-input {
  padding: 6px 0;
}

/* line 3675, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__label {
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.25rem;
  padding-left: 0.5625rem;
}

/* line 3682, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__checkbox-label {
  font-size: 0.8125rem;
  color: #777;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

/* line 3687, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__checkbox {
  margin-right: 6px !important;
}

/* line 3689, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input {
  border-color: #e0e7e9 !important;
  border-radius: 4px !important;
}

/* line 3692, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input[readonly] {
  background: #fffce3 !important;
}

/* line 3694, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input--top {
  margin-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important;
}

/* line 3697, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__input--bottom {
  margin-bottom: 0 !important;
  border-radius: 0 0 4px 4px !important;
  box-shadow: none !important;
  border-top: none !important;
}

/* line 3702, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help {
  background: #f5f7f8;
  color: #8c979a;
  padding: 11px;
  border-radius: 4px;
  font-size: 13px;
  font-style: italic;
  position: relative;
}

/* line 3710, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help .icon {
  margin-right: 2px;
  top: 3px;
  font-size: 1rem;
  color: #7ccbdd;
}

/* line 3715, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__help::before {
  content: ' ';
  position: absolute;
  left: 8px;
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #f5f7f8;
}

/* line 3722, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error {
  background: #b1404b;
  color: #fffce3;
  padding: 11px;
  border-radius: 4px;
  font-size: 13px;
  font-style: italic;
  position: relative;
  margin-top: -12px;
}

/* line 3731, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error .icon {
  margin-right: 2px;
  top: 3px;
  font-size: 1rem;
  color: #e0b31e;
}

/* line 3736, /paid/app/assets/stylesheets/leads/app.scss */
.form-input__error::before {
  content: ' ';
  position: absolute;
  left: 8px;
  top: -15px;
  border: 8px solid transparent;
  border-bottom-color: #b1404b;
}

/* line 3744, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button {
  font-size: 18px;
  background: #6bc68e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 22px;
  border-radius: 4px;
  color: #e1f4e8;
  border: none;
  cursor: pointer;
}

/* line 3753, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:disabled, .form-submit-button[disabled] {
  background: #bbcacd;
}

/* line 3755, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:disabled:hover, .form-submit-button[disabled]:hover {
  background: #bbcacd;
}

/* line 3757, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:hover {
  color: white;
  background: #81cf9f;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 3761, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button:active {
  color: white;
  background: #60b280;
}

/* line 3764, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #daf1e3;
  color: #2cadcb;
  font-size: 22px;
}

/* line 3773, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-button span {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

/* line 3782, /paid/app/assets/stylesheets/leads/app.scss */
.form-submit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 22px;
  padding: 22px 0;
  border-top: 1px solid #e0e7e9;
}

/* line 3789, /paid/app/assets/stylesheets/leads/app.scss */
.form-error {
  background: #feb;
  color: #e30;
  font-size: 0.875rem;
  padding: 0.375rem 0.6875rem;
  margin-top: -0.6875rem;
}

/* line 3796, /paid/app/assets/stylesheets/leads/app.scss */
.checkmark {
  font-size: 16px;
  color: #bbcacd;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #e3e9eb;
  border-radius: 13px;
  background: white;
  cursor: pointer;
}

/* line 3808, /paid/app/assets/stylesheets/leads/app.scss */
.checkmark.checked {
  color: #58b633;
  border-color: #58b633;
}

/* line 3812, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker {
  margin-bottom: 11px;
}

/* line 3814, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.25rem;
  padding-left: 0.5625rem;
}

/* line 3822, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__uploader {
  padding: 11px;
  background: #f5f7f8;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  color: #bbcacd;
  cursor: pointer;
}

/* line 3829, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__uploader:hover {
  color: #8c979a;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 3832, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__dragger {
  position: relative;
  border: 2px dashed #e0e7e9;
  padding: 33px;
  -webkit-transition-duration: .30s;
          transition-duration: .30s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 3838, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__dragger:hover {
  background: white;
}

/* line 3840, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__dragger label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

/* line 3847, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__preview {
  position: relative;
  display: inline-block;
  padding: 11px;
  background: #f5f7f8;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
}

/* line 3854, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__preview-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 400px;
  border: 1px solid #e0e7e9;
  padding: 20px;
  background: white;
  border-radius: 4px;
}

/* line 3863, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__button {
  text-align: center;
  margin-top: 11px;
  font-size: 12px;
  width: 100%;
  background: white;
  display: inline-block;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  color: #bbcacd;
  text-transform: uppercase;
  -webkit-transition-duration: .30s;
          transition-duration: .30s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 3877, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__button .icon {
  font-size: 16px;
  top: 4px;
}

/* line 3880, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__button:hover {
  color: #c0343d;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 3883, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__delete-button {
  text-align: center;
  font-size: 12px;
  background: #8c979a;
  display: block;
  color: #bbcacd;
  text-transform: uppercase;
  -webkit-transition-duration: .30s;
          transition-duration: .30s;
  -webkit-transition-property: all;
  transition-property: all;
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 1;
}

/* line 3901, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__delete-button .icon {
  line-height: inherit;
  font-size: 16px;
  top: 0;
}

/* line 3905, /paid/app/assets/stylesheets/leads/app.scss */
.image-picker__delete-button:hover {
  color: white;
  background: #c0343d;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 3910, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview {
  width: 100%;
  border: 1px solid #e0e7e9;
  padding: 20px 20px 0 20px;
  background: #f0f0f0;
  overflow-x: auto;
}

/* line 3916, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__label {
  display: block;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0.25rem;
  padding-left: 0.5625rem;
}

/* line 3924, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__container {
  text-align: center;
  width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 6px 6px 0 0;
}

/* line 3930, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__container * {
  font-family: helvetica,arial,sans-serif;
}

/* line 3932, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__header {
  border-bottom: 4px solid #2cadcb;
  padding: 20px;
  border-radius: 6px 6px 0 0;
}

/* line 3936, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__logo {
  background: white;
  padding: 22px;
}

/* line 3939, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__logo img {
  border: 6px solid white;
  max-width: 400px;
  max-height: 200px;
}

/* line 3943, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__title {
  font-weight: 500;
  padding: 22px 33px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-color: #f7f7f7;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  font-size: 18px;
  font-weight: 700;
  color: #848484;
}

/* line 3954, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__title strong {
  font-size: inherit;
  color: #545454;
}

/* line 3957, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__title--overdue {
  color: #a04e5b;
}

/* line 3959, /paid/app/assets/stylesheets/leads/app.scss */
.email-preview__title--overdue strong {
  color: #463038;
}

/* line 3962, /paid/app/assets/stylesheets/leads/app.scss */
.stripe-status {
  background: #fffce3;
  padding: 22px;
  border: 1px solid #f2efd8;
  border-radius: 4px;
}

/* line 3968, /paid/app/assets/stylesheets/leads/app.scss */
.stripe-connect-button {
  display: inline-block;
  text-align: center;
  margin-top: 11px;
  font-size: 14px;
  background: white;
  display: inline-block;
  padding: 11px 33px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  color: #2cadcb;
  text-transform: uppercase;
  -webkit-transition-duration: .30s;
          transition-duration: .30s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 3982, /paid/app/assets/stylesheets/leads/app.scss */
.stripe-connect-button .icon {
  font-size: 16px;
  top: 4px;
}

/* line 3985, /paid/app/assets/stylesheets/leads/app.scss */
.stripe-connect-button:hover {
  color: white;
  border-color: #2cadcb;
  background-color: #2cadcb;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}

@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4);
  }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1);
  }
}
/* line 3999, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 4002, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 4005, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 4008, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 4011, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

/* line 4014, /paid/app/assets/stylesheets/leads/app.scss */
.line-scale > div {
  background-color: #bbcacd;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
}

/* line 4023, /paid/app/assets/stylesheets/leads/app.scss */
.loader-hidden {
  display: none;
}

/* line 4026, /paid/app/assets/stylesheets/leads/app.scss */
.loader-active .loader-inner {
  margin-bottom: -100px;
  margin-top: 55px;
  text-align: center;
}

/* line 4031, /paid/app/assets/stylesheets/leads/app.scss */
.loading-overlay {
  opacity: .1;
}

/* line 4034, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__top-section {
  background-color: white;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 4040, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form label {
  font-size: 0.75rem;
  padding: 0 0 5px 10px;
  display: block;
  font-weight: 400;
  color: #bbcacd;
  text-transform: uppercase;
}

/* line 4048, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

/* line 4052, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form input, .customer-new__form textarea, .customer-new__form select {
  padding: 5px 10px;
  margin-bottom: 20px;
  font-weight: 400;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  color: #686868;
  box-shadow: none;
}

/* line 4061, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form input {
  padding: 20px 10px;
}

/* line 4064, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form input[type="number"] {
  padding: 10px 10px;
  height: auto;
}

/* line 4068, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form textarea {
  height: 5.3125rem;
}

/* line 4071, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form select[disabled] {
  opacity: .5;
}

/* line 4074, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__input-group {
  font-weight: 400;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  margin-bottom: 20px;
}

/* line 4079, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__input-group > input {
  border: none;
  margin: 0;
}

/* line 4082, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__input-group > input:first-child {
  border-bottom: 1px solid #e0e7e9;
  border-radius: 0;
}

/* line 4086, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__split-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4088, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__split-group > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

/* line 4091, /paid/app/assets/stylesheets/leads/app.scss */
.customer-new__form__split-group > div:last-child {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 4095, /paid/app/assets/stylesheets/leads/app.scss */
.customer-detail {
  margin-top: 11px;
}

/* line 4097, /paid/app/assets/stylesheets/leads/app.scss */
.customer-detail__transactions .loader {
  position: relative;
  padding: 44px;
}

/* line 4101, /paid/app/assets/stylesheets/leads/app.scss */
.customer-summary {
  padding: 22px;
  color: #999;
}

/* line 4104, /paid/app/assets/stylesheets/leads/app.scss */
.customer-summary__label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 4108, /paid/app/assets/stylesheets/leads/app.scss */
.customer-summary__description {
  font-size: 13px;
}

/* line 4111, /paid/app/assets/stylesheets/leads/app.scss */
.data-table {
  border-collapse: collapse;
  width: 100%;
}

/* line 4114, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__header-cell {
  padding: 11px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  color: #8c979a;
}

/* line 4120, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__header-cell--left {
  text-align: left;
}

/* line 4122, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__header-cell--right {
  text-align: right;
}

/* line 4124, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__row {
  border-bottom: 1px solid #e0e7e9;
  color: #999;
}

/* line 4127, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__row:hover {
  background: #f6f9fa;
  color: #666;
}

/* line 4130, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__row:last-child {
  border: none;
}

/* line 4132, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__cell {
  vertical-align: top;
  padding: 11px;
}

/* line 4135, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__cell--left {
  text-align: left;
}

/* line 4137, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__cell--right {
  text-align: right;
}

/* line 4139, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__cell-meta {
  font-size: 12px;
  color: #bbcacd;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4144, /paid/app/assets/stylesheets/leads/app.scss */
.data-table__cell-meta span {
  margin-right: 22px;
}

/* line 4147, /paid/app/assets/stylesheets/leads/app.scss */
.new-data-item {
  padding: 18px;
  text-align: center;
  background: #f5f7f8;
  margin-bottom: 22px;
  position: relative;
}

/* line 4153, /paid/app/assets/stylesheets/leads/app.scss */
.new-data-item__button {
  font-size: 14px;
  background: white;
  display: inline-block;
  padding: 11px 33px;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  color: #bbcacd;
  text-transform: uppercase;
  -webkit-transition-duration: .40s;
          transition-duration: .40s;
  -webkit-transition-property: all;
  transition-property: all;
}

/* line 4164, /paid/app/assets/stylesheets/leads/app.scss */
.new-data-item__button .icon {
  font-size: 18px;
  top: 3px;
}

/* line 4167, /paid/app/assets/stylesheets/leads/app.scss */
.new-data-item__button:hover {
  color: white;
  border-color: #2cadcb;
  background-color: #2cadcb;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 10px;
}

/* line 4173, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5000;
}

/* line 4178, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__menu {
  position: absolute;
  right: 0;
  bottom: 62px;
  background: rgba(7, 26, 30, 0.8);
  padding: 22px;
  width: 200px;
  opacity: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .18s;
          transition-duration: .18s;
  -webkit-transition-timing-function: cubic-bezier(0.94, 0.055, 0.215, 0.665);
          transition-timing-function: cubic-bezier(0.94, 0.055, 0.215, 0.665);
}

/* line 4191, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__menu:after {
  content: ' ';
  position: absolute;
  border: 6px solid rgba(7, 26, 30, 0.8);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  right: 26px;
  bottom: -12px;
}

/* line 4200, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__menu a {
  display: block;
  color: white;
  font-size: 14px;
  line-height: 27px;
}

/* line 4205, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu:active .universal-menu__menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 4208, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__trigger {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #2cadcb;
  color: white;
  font-size: 64px;
  box-shadow: rgba(7, 26, 30, 0.1) 0 6px 11px;
  opacity: 0.3;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  /*
    This is only for demo purposes.
    Not to get into actual dashbaord
  */
}

/* line 4228, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__trigger:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: white;
  opacity: 1;
}

/* line 4232, /paid/app/assets/stylesheets/leads/app.scss */
.universal-menu__trigger:active {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: rotateZ(45deg) scale(0.5);
          transform: rotateZ(45deg) scale(0.5);
  background: #0d343d;
}

/* line 4237, /paid/app/assets/stylesheets/leads/app.scss */
.customers-list .error {
  background: red;
  color: white;
  width: 100%;
  padding: 20px;
  text-align: center;
}

/**
 * WRAPPER
 */
/* line 4247, /paid/app/assets/stylesheets/leads/app.scss */
.invoice {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 10px;
}

/* line 4251, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__customer-address {
  padding-left: 10px;
}

/**
 * TITLE
 */
/* line 4257, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-title {
  font-size: 36px;
  color: #6bc6db;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 4264, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__top-section, .invoice__tabs-section {
  border-radius: 4px;
  background: white;
  padding: 22px;
}

/* line 4269, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__top-section {
  margin-bottom: 1.375rem;
}

/* line 4272, /paid/app/assets/stylesheets/leads/app.scss */
.address {
  margin: 0;
  padding: 11px 0;
  font-weight: 300;
}

/* line 4276, /paid/app/assets/stylesheets/leads/app.scss */
.address ul {
  list-style-type: none;
}

/* line 4278, /paid/app/assets/stylesheets/leads/app.scss */
.address li {
  display: block;
}

/* line 4281, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer__label {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
  color: #bbcacd;
  padding-bottom: 5px;
}

/* line 4288, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 4291, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-display__title {
  font-size: 22px;
  font-weight: 600;
}

/* line 4294, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-display__controls {
  margin-left: auto;
}

/* line 4296, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-display .icon {
  padding: 3px;
  color: #e0e7e9;
  cursor: pointer;
}

/* line 4300, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-display .icon:hover {
  color: #bbcacd;
}

/* line 4303, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-create-customer {
  max-width: 600px;
}

/* line 4306, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector {
  position: relative;
}

/* line 4308, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__prompt {
  padding: 11px;
  padding-right: 38px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e0e7e9;
  font-size: 22px;
}

/* line 4315, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__prompt:hover {
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 6px;
}

/* line 4317, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__prompt .icon {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 11px;
  color: #bbcacd;
  font-size: 18px;
  cursor: pointer;
}

/* line 4325, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__selected-top {
  padding: 11px;
}

/* line 4327, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__selected-top .icon {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 11px;
  color: #bbcacd;
  font-size: 18px;
  cursor: pointer;
}

/* line 4335, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__search-box {
  padding: 6px 11px;
  border-top: 1px solid #dde4e6;
}

/* line 4338, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__search-box input {
  border: 1px solid #e0e7e9;
  border-radius: 20px;
  padding: 11px;
  font-size: 16px;
  margin: 0;
}

/* line 4344, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__control {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  border-radius: 4px;
  border: 1px solid #bbcacd;
  box-shadow: rgba(7, 26, 30, 0.1) 0 0 22px;
  z-index: 4000;
}

/* line 4354, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__items-list {
  background: #f6f9fa;
  max-height: 180px;
  overflow: auto;
  border-top: 1px solid #dde4e6;
  border-bottom: 1px solid #dde4e6;
}

/* line 4360, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__items-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 4364, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__items-list-item {
  display: block;
  cursor: pointer;
  padding: 6px 11px;
  font-size: 14px;
  color: #8c979a;
}

/* line 4370, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__items-list-item.selected {
  font-weight: 600;
  color: #686868;
}

/* line 4373, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__items-list-item:hover, .invoice-customer-selector__items-list-item.active {
  background-color: #68858a;
  color: white;
}

/* line 4376, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-customer-selector__new-btn {
  display: block;
  padding: 11px;
  color: #6bc68e;
  text-transform: uppercase;
}

/* line 4382, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-number-input .prefix {
  height: 46px;
  line-height: 46px;
  font-size: 0.875rem;
  border-radius: 4px 0 0 4px;
  background: transparent;
}

/* line 4389, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-number-input .sufix {
  height: 46px;
  line-height: 46px;
  border-radius: 0 4px 4px 0;
  text-align: right;
}

/* line 4395, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-number-display {
  height: 2.875rem;
  line-height: 2.875rem;
  font-size: 0.875rem;
  border-radius: 4px;
  background: transparent;
  font-weight: 300;
  text-align: right;
  margin-bottom: 0.6875rem;
  color: #bbcacd;
}

/* line 4405, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-number-display__number {
  font-size: 1.125rem;
  color: #8c979a;
  font-weight: 600;
}

/* line 4410, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display {
  text-align: right;
}

/* line 4412, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__label {
  font-size: 0.875rem;
  display: block;
  font-weight: 400;
  color: #bbcacd;
}

/* line 4417, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

/* line 4420, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__currency {
  margin-left: auto;
}

/* line 4422, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__currency select {
  font-weight: 700;
  max-width: 70px;
  padding-right: 30px;
  margin-right: 10px;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  background-color: white;
  color: #686868;
}

/* line 4431, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__currency select[disabled] {
  opacity: .5;
}

/* line 4433, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-amount-display__number {
  color: #8c979a;
  font-size: 1.375rem;
  display: block;
  font-weight: 600;
}

/* line 4439, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__tabs-section {
  margin-top: 1.375rem;
  padding: 0;
}

/* line 4442, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__tabs-section .tabs__list {
  background: #696F70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 11px 0 11px;
  border-radius: 4px 4px 0 0;
}

/* line 4447, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__tabs-section .tabs__link {
  padding: 11px 22px;
  border-radius: 4px 4px 0 0;
  color: #e0e7e9;
  font-size: 0.875rem;
}

/* line 4452, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__tabs-section .tabs__link.selected {
  background: white;
  color: #676f71;
}

/* line 4455, /paid/app/assets/stylesheets/leads/app.scss */
.invoice__tabs-section .tabs__panel {
  padding: 22px;
}

/* line 4458, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__empty-state {
  background: #fffce3;
  padding: 22px;
  border-radius: 4px;
  text-align: center;
  color: #8c979a;
}

/* line 4465, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 4470, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #e0e7e9;
  padding: 1.375rem 0;
  font-size: 0.875rem;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

/* line 4478, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__item:hover {
  background: #f4fbfc;
}

/* line 4480, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__item:last-child {
  border: none;
}

/* line 4483, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__description {
  color: #888;
  padding: 0 11px;
  max-width: 400px;
  margin-right: auto;
}

/* line 4489, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__description-attributes {
  display: inline-block;
  font-size: 12px;
  color: #bbcacd;
  font-weight: 600;
}

/* line 4494, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__description-attributes--id {
  margin-right: 20px;
}

/* line 4497, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__amount {
  padding: 0 11px;
  color: #909090;
  font-weight: 600;
  margin-left: 1.375rem;
  text-align: right;
}

/* line 4504, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__delete-btn a {
  padding: 2px;
  font-size: 18px;
  color: #bbcacd;
}

/* line 4508, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__delete-btn a:hover {
  color: #c0343d;
}

/* line 4511, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__edit-btn a {
  padding: 2px;
  font-size: 18px;
  color: #bbcacd;
}

/* line 4515, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-transactions-table__edit-btn a:hover {
  color: #6bc68e;
}

/* line 4518, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions {
  margin-top: 22px;
}

/* line 4520, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__prompt {
  padding: 0.6875rem;
  border-radius: 4px;
  cursor: pointer;
  text-align: right;
  background: #f5f7f8;
}

/* line 4526, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  margin-left: auto;
  padding: 11px;
  background: #6bc68e;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  line-height: 24px;
}

/* line 4539, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

/* line 4542, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions .dialog__ok-btn {
  background: #6bc68e;
  border: none;
}

/* line 4545, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions .dialog__ok-btn:hover {
  background: #50956b;
}

/* line 4547, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions .dialog__ok-btn:disabled, .invoice-add-transactions .dialog__ok-btn[disabled] {
  background: #bbcacd;
}

/* line 4549, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions .dialog__ok-btn:disabled:hover, .invoice-add-transactions .dialog__ok-btn[disabled]:hover {
  background: #bbcacd;
}

/* line 4551, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form {
  background: #696f70;
  padding: 11px;
  border-radius: 4px;
  position: relative;
}

/* line 4556, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-title {
  font-weight: 600;
  color: #e0e7e9;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 4564, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-close {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1000;
  font-size: 22px;
  color: #bbcacd;
}

/* line 4571, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-close:hover {
  color: white;
}

/* line 4573, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form textarea {
  height: 100px;
}

/* line 4575, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form input, .invoice-add-transactions__form textarea, .invoice-add-transactions__form select {
  padding: 11px;
  border-radius: 4px;
  border: none;
}

/* line 4579, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 4582, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-controls > div {
  padding-right: 11px;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
}

/* line 4585, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions__form-controls > div:last-child {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  padding: 0;
}

/* line 4589, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__empty-state {
  background: #fffce3;
  padding: 22px;
  border-radius: 4px;
  text-align: center;
  color: #8c979a;
}

/* line 4596, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__wrapper {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-height: 330px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 1em;
}

/* line 4605, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #e0e7e9;
  padding: 1.375rem 0;
  font-size: 0.875rem;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  cursor: pointer;
}

/* line 4614, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__item:hover {
  background: #f4fbfc;
}

/* line 4616, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__item:last-child {
  border: none;
}

/* line 4619, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__checkbox {
  padding: 0 11px;
  margin-top: 12px;
  margin-right: 20px;
  max-width: 40px;
}

/* line 4625, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__checkbox-icon {
  display: block;
  margin-top: -5px;
  border: 1px solid #D2D2D2;
  border-radius: 40px;
  padding: 8px 10px 4px 9px;
  height: 35px;
  width: 35px;
  color: #D2D2D2;
}

/* line 4635, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__description {
  color: #888;
  padding: 0 11px;
  text-align: left;
  max-width: 500px;
  margin-right: auto;
}

/* line 4641, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__description p {
  margin-bottom: 0;
}

/* line 4644, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__description-attributes {
  display: inline-block;
  font-size: 12px;
  color: #bbcacd;
  font-weight: 600;
}

/* line 4649, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__description-attributes--id {
  margin-right: 20px;
}

/* line 4652, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__amount {
  padding: 0 11px;
  color: #909090;
  font-weight: 600;
  margin-left: 1.375rem;
  text-align: right;
}

/* line 4659, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #e0e7e9;
  padding: 5px 0 15px 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9B9B9B;
}

/* line 4668, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__checkbox-header {
  padding: 0 11px;
  margin-right: auto;
}

/* line 4672, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__description-header {
  padding: 0 11px;
  margin-right: auto;
}

/* line 4676, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-add-transactions-table__amount-header {
  padding: 0 11px;
  margin-left: 1.375rem;
  text-align: right;
}

/* line 4681, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction {
  padding-top: 12px;
  border-top: 1px solid #e0e7e9;
}

/* line 4684, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__prompt {
  padding: 0.6875rem;
  border-radius: 4px;
  cursor: pointer;
  text-align: right;
}

/* line 4689, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  margin: 0 auto;
  padding: 11px;
  background: #e0e7e9;
  border-radius: 4px;
  font-size: 0.875rem;
  border: none;
  line-height: 24px;
}

/* line 4699, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button-save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  max-width: 300px;
  padding: 11px 60px;
  background: #e0e7e9;
  border-radius: 4px;
  color: white;
  text-transform: uppercase;
  font-size: 0.875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: none;
  line-height: 24px;
  text-align: center;
  background: #6bc68e;
}

/* line 4714, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button-save .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
}

/* line 4717, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button-save:hover {
  background: #50956b;
}

/* line 4719, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button-save:disabled, .invoice-new-transaction__button-save[disabled] {
  background: #bbcacd;
}

/* line 4721, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__button-save:disabled:hover, .invoice-new-transaction__button-save[disabled]:hover {
  background: #bbcacd;
}

/* line 4723, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form {
  text-align: left;
  background: #f1f1f1;
  padding: 11px;
  border-radius: 4px;
  position: relative;
  min-width: 550px;
}

/* line 4730, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-title {
  font-weight: 600;
  color: #9B9B9B;
  font-size: 13px;
  height: 22px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 4738, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-close {
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: 1000;
  font-size: 22px;
  color: #bbcacd;
}

/* line 4745, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-close:hover {
  color: white;
}

/* line 4747, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form textarea {
  height: 100px;
}

/* line 4749, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form input, .invoice-new-transaction__form textarea, .invoice-new-transaction__form select {
  padding: 9px;
  border-radius: 4px;
  border: none;
}

/* line 4753, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form input[type="number"] {
  display: inline-block;
  border: none;
  width: 95%;
  background: none;
  box-shadow: none;
  margin: 0;
  padding-left: 2px;
  font-size: 16px;
}

/* line 4762, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-label-amount {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: white;
  padding: 2px 10px 5px 10px;
  font-size: 16px;
  border-radius: 4px;
  color: #bbcacd;
  border: 1px solid #e0e7e9;
}

/* line 4770, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-currency {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 4772, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-currency select {
  height: 46px;
  font-weight: 600;
  max-width: 70px;
  padding-right: 26px;
  margin: 0;
  border: 1px solid #e0e7e9;
  border-radius: 4px;
  background-color: white;
  color: #686868;
}

/* line 4782, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-currency select[disabled] {
  opacity: .5;
}

/* line 4784, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 4788, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-controls > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 11px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

/* line 4793, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-new-transaction__form-controls > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}

/* line 4797, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar {
  border: 1px solid #bbcacd;
  border-radius: 4px;
}

/* line 4800, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__section {
  border-bottom: 1px solid #bbcacd;
}

/* line 4802, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__section:last-child {
  border-bottom: none;
}

/* line 4804, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action {
  background: #6bc68e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 31px;
  border-radius: 4px;
  color: #e1f4e8;
  margin: 22px;
  border: none;
}

/* line 4812, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action:disabled, .invoice-sidebar__primary-action[disabled] {
  background: #bbcacd;
}

/* line 4814, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action:disabled:hover, .invoice-sidebar__primary-action[disabled]:hover {
  background: #bbcacd;
}

/* line 4816, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action:hover {
  color: white;
  background: #66bc87;
}

/* line 4819, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action:active {
  color: white;
  background: #60b280;
}

/* line 4822, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action .icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  background: #daf1e3;
  color: #2cadcb;
  font-size: 22px;
}

/* line 4831, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__primary-action span {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

/* line 4839, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  padding: 11px 22px;
  border-bottom: 1px solid #bbcacd;
}

/* line 4844, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action:last-child {
  border-bottom: none;
}

/* line 4846, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action.disabled {
  color: #bbcacd;
}

/* line 4848, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action:hover {
  background: #f0f5f6;
  color: #1a687a;
}

/* line 4851, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action:hover .icon {
  color: #50956b;
}

/* line 4853, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action .icon {
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #6bc68e;
  font-size: 22px;
}

/* line 4860, /paid/app/assets/stylesheets/leads/app.scss */
.invoice-sidebar__secondary-action span {
  padding-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

/* line 4869, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list {
  max-width: 920px;
  margin: 0 auto;
  padding: 22px 0;
}

/* line 4873, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__table table {
  width: 100%;
}

/* line 4875, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__table thead th {
  text-align: left;
  padding: 11px;
  background: #e0e7e9;
  color: #8c979a;
}

/* line 4880, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__table td {
  padding: 11px;
  border-bottom: 1px solid #e0e7e9;
}

/* line 4883, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__table tbody tr {
  cursor: default;
  border-bottom: 1px solid #e0e7e9;
}

/* line 4886, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__table tbody tr:hover {
  background: white;
}

/**
 * TITLE
 */
/* line 4892, /paid/app/assets/stylesheets/leads/app.scss */
.invoices-list__title {
  font-size: 36px;
  color: #6bc6db;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 300;
}

/* line 4899, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 44px;
}

/* line 4903, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table tr {
  border-bottom: 1px solid #f5f7f8;
}

/* line 4905, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table tr:hover {
  background: #f5f7f8;
}

/* line 4907, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table th {
  padding: 11px 22px;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 0.25rem;
  padding-left: 0.5625rem;
}

/* line 4915, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table td {
  text-align: center;
  padding: 11px 22px;
}

/* line 4918, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__checkmark-cell {
  border-right: 1px solid #f5f7f8;
}

/* line 4920, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-cell {
  letter-spacing: 2px;
  font-family: "Source Code Pro";
  color: #8c979a;
  font-size: 16px;
}

/* line 4925, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-cell a {
  color: inherit;
}

/* line 4927, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-cell a:hover {
  color: #2cadcb;
}

/* line 4929, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-actions {
  letter-spacing: 2px;
  font-family: "Source Code Pro";
  color: #8c979a;
  font-size: 16px;
  padding-left: 1.25rem;
}

/* line 4935, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-actions a {
  color: inherit;
  padding: 0 5px 0 5px;
}

/* line 4938, /paid/app/assets/stylesheets/leads/app.scss */
.bank-accounts-table__account-actions a:hover {
  color: #2cadcb;
}

/* line 4941, /paid/app/assets/stylesheets/leads/app.scss */
.pricing-body {
  background: #2cadcb;
  background-image: url("https://s3-us-west-2.amazonaws.com/paidapi.com/images/pricing-bg2.png");
  background-repeat: repeat-x;
  background-position: top center;
}

/* line 4947, /paid/app/assets/stylesheets/leads/app.scss */
.pricing {
  max-width: 1000px;
  margin: 110px auto;
  text-align: center;
}

/* line 4951, /paid/app/assets/stylesheets/leads/app.scss */
.pricing-logo img {
  width: 220px;
  margin-bottom: 22px;
}

/* line 4954, /paid/app/assets/stylesheets/leads/app.scss */
.pricing-title {
  color: white;
  font-size: 2.0625rem;
  text-shadow: #289cb7 0 2px 0;
}

/* line 4958, /paid/app/assets/stylesheets/leads/app.scss */
.pricing-subtitle {
  color: #dff3f7;
  font-size: 1.375rem;
  text-shadow: #289cb7 0 2px 0;
}

@keyframes attention {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -132px, 0);
            transform: translate3d(0, -132px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
  }
}
/* line 4972, /paid/app/assets/stylesheets/leads/app.scss */
.plans {
  -webkit-animation: attention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97);
          animation: attention 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 4977, /paid/app/assets/stylesheets/leads/app.scss */
.plan-check {
  width: 33px;
  height: 30px;
  line-height: 30px;
}

/* line 4981, /paid/app/assets/stylesheets/leads/app.scss */
.plan-check .icon {
  font-size: 18px;
  color: #58b633;
  top: 1px;
}

/* line 4986, /paid/app/assets/stylesheets/leads/app.scss */
.plan {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  border-radius: 8px;
  margin: 4px;
  box-shadow: #238aa2 0 0 10px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

/* line 4993, /paid/app/assets/stylesheets/leads/app.scss */
.plan__header {
  border-bottom: 1px solid #e0e7e9;
  padding: 0;
}

/* line 4996, /paid/app/assets/stylesheets/leads/app.scss */
.plan__name {
  margin: 0;
  color: #218298;
  border-bottom: 1px solid #f5f7f8;
  padding: 11px 0;
  background: #f5f7f8;
  border-radius: 8px 8px 0 0;
  background: #071a1e;
  color: #f5f7f8;
  font-size: 18px;
}

/* line 5006, /paid/app/assets/stylesheets/leads/app.scss */
.plan__footer {
  border-top: 1px solid #e0e7e9;
  padding: 22px 0;
}

/* line 5009, /paid/app/assets/stylesheets/leads/app.scss */
.plan__price {
  display: block;
  font-weight: 300;
  font-size: 24px;
  color: #071a1e;
  padding: 11px 0;
  margin-bottom: 11px;
}

/* line 5016, /paid/app/assets/stylesheets/leads/app.scss */
.plan__price em {
  color: #8c979a;
  font-size: 11px;
}

/* line 5019, /paid/app/assets/stylesheets/leads/app.scss */
.plan__cta {
  display: inline-block;
  text-transform: uppercase;
  color: #2cadcb;
  letter-spacing: 0.0625rem;
  border: 1px solid #2cadcb;
  padding: 11px 22px;
  border-radius: 4px;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

/* line 5032, /paid/app/assets/stylesheets/leads/app.scss */
.plan__cta:hover {
  background: #d1f393;
  color: #218298;
}

/* line 5035, /paid/app/assets/stylesheets/leads/app.scss */
.plan__noncta {
  display: inline-block;
  text-transform: uppercase;
  color: #8c979a;
  letter-spacing: 0.0625rem;
  border: 1px solid #e0e7e9;
  padding: 11px 22px;
  border-radius: 4px;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 700;
}

/* line 5046, /paid/app/assets/stylesheets/leads/app.scss */
.plan__features {
  text-align: left;
}

/* line 5048, /paid/app/assets/stylesheets/leads/app.scss */
.plan__features ul {
  margin: 0;
  padding: 0;
}

/* line 5051, /paid/app/assets/stylesheets/leads/app.scss */
.plan__feature {
  list-style-type: none;
  display: block;
  padding: 11px 22px;
  border-bottom: 1px solid #f5f7f8;
  font-size: 14px;
}

/* line 5057, /paid/app/assets/stylesheets/leads/app.scss */
.plan__banner {
  display: block;
  background: #b8ed59;
  height: 33px;
  line-height: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 5064, /paid/app/assets/stylesheets/leads/app.scss */
.plan--preferred {
  margin-top: -33px;
  border: 2px solid #b8ed59;
  font-size: 14px;
}

/* line 5068, /paid/app/assets/stylesheets/leads/app.scss */
.plan--preferred .plan__name {
  border-radius: 0;
  color: #b8ed59;
}

/* line 5072, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding-body {
  background: #222222;
  background-repeat: repeat-x;
  background-position: top center;
}

/* line 5077, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding-body--photo-bg {
  background-size: cover;
}

/* line 5080, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding {
  max-width: 400px;
  margin: 80px auto;
  text-align: center;
}

@media only screen and (max-width: 40em) {
  /* line 5085, /paid/app/assets/stylesheets/leads/app.scss */
  .onboarding {
    padding: 22px;
  }
}
/* line 5087, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding--sidebar {
  margin: 0;
  width: 50%;
  padding: 22px;
  background: rgba(44, 173, 203, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 500px;
  min-width: 400px;
}

/* line 5098, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding--sidebar-right {
  left: auto;
  right: 0;
  top: 0;
}

/* line 5102, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding--info {
  max-width: 800px;
}

/* line 5104, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding-logo {
  padding: 22px;
  padding-top: 0px;
}

/* line 5107, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding-logo img {
  width: 200px;
}

/* line 5109, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__copy {
  margin-bottom: 22px;
}

/* line 5111, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__header {
  background: #ffffff;
  color: #838383;
  padding: 15px;
  border-bottom: 1px solid #e9eeef;
  border-radius: 5px;
}

/* line 5118, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__content {
  padding: 15px 20px 25px;
  background: #f6f5f1;
  border-radius: 5px;
}
/* line 5123, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__content .form-submit-button {
  background: #8ea605;
  border-radius: 5px !important;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
/* line 5132, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__content .form-input {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 5137, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__content a {
  color: #6fbed3 !important;
}

/* line 5141, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__title {
  color: white;
  font-size: 2.0625rem;
  text-shadow: #289cb7 0 2px 0;
}

/* line 5145, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__subtitle {
  color: #dff3f7;
  font-size: 1.375rem;
  text-shadow: #289cb7 0 2px 0;
}

/* line 5149, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__form {
  border-radius: 5px;
  padding-top: 0px;
  background: white;
}

/* line 5153, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__form--info {
  text-align: left;
}

/* line 5155, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__signup-input {
  font-size: 18px !important;
  padding: 11px 22px;
  height: 42px !important;
}

/* line 5159, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__email-input {
  font-size: 18px !important;
  padding: 11px 22px;
  height: 42px !important;
}

@media only screen and (min-width: 40.0625em) {
  /* line 5164, /paid/app/assets/stylesheets/leads/app.scss */
  .onboarding__email-input {
    width: 320px !important;
  }
}
/* line 5166, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__button {
  width: 100%;
  text-align: center;
  display: block;
}

/* line 5170, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__already {
  color: #8c979a;
  text-shadow: 0 1px rgba(7, 26, 30, 0.1);
}

/* line 5173, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__already a {
  color: inherit;
  border-bottom: 1px dotted #96d6e5;
  padding-bottom: 3px;
}

/* line 5177, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__already a:hover {
  color: #2cadcb;
}

/* line 5180, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__footer {
  margin-top: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}

/* line 5187, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__external-button {
  font-size: 18px;
  background: #6bc68e;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 11px 22px;
  border-radius: 4px;
  color: #e1f4e8;
  border: none;
  cursor: pointer;
}

/* line 5198, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__external-button.dashboard {
  background: #2cadcb;
}

/* line 5201, /paid/app/assets/stylesheets/leads/app.scss */
.onboarding__external-button.logout {
  background: #c0343d;
}

/* line 5204, /paid/app/assets/stylesheets/leads/app.scss */
.reset-page {
  padding: 15px;
}

/* line 5207, /paid/app/assets/stylesheets/leads/app.scss */
.standard-margin-bottom {
  margin-bottom: 1rem;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 */

