/*
 * 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */
@charset "UTF-8";
/*!
 * Bootstrap v3.0.3
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world $twitter by $mdo and $fat.
 *
 * Includes:
 * - Grid System
 * - Forms
 * - Basic utilities
 * - Responsive utilities
 * - $grid-gutter-width: 20px; (instead of 30px)
 *
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 20, app/assets/stylesheets/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 34, app/assets/stylesheets/bootstrap.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 39, app/assets/stylesheets/bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 43, app/assets/stylesheets/bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 47, app/assets/stylesheets/bootstrap.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 52, app/assets/stylesheets/bootstrap.scss */
body {
  margin: 0;
}

/* line 55, app/assets/stylesheets/bootstrap.scss */
a {
  background: transparent;
}

/* line 58, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted;
}

/* line 61, app/assets/stylesheets/bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 65, app/assets/stylesheets/bootstrap.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 69, app/assets/stylesheets/bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 72, app/assets/stylesheets/bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 79, app/assets/stylesheets/bootstrap.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 84, app/assets/stylesheets/bootstrap.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 88, app/assets/stylesheets/bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 95, app/assets/stylesheets/bootstrap.scss */
pre {
  white-space: pre-wrap;
}

/* line 98, app/assets/stylesheets/bootstrap.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 101, app/assets/stylesheets/bootstrap.scss */
small {
  font-size: 80%;
}

/* line 104, app/assets/stylesheets/bootstrap.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 111, app/assets/stylesheets/bootstrap.scss */
sup {
  top: -0.5em;
}

/* line 114, app/assets/stylesheets/bootstrap.scss */
sub {
  bottom: -0.25em;
}

/* line 117, app/assets/stylesheets/bootstrap.scss */
img {
  border: 0;
}

/* line 120, app/assets/stylesheets/bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 123, app/assets/stylesheets/bootstrap.scss */
figure {
  margin: 0;
}

/* line 126, app/assets/stylesheets/bootstrap.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 131, app/assets/stylesheets/bootstrap.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 135, app/assets/stylesheets/bootstrap.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 143, app/assets/stylesheets/bootstrap.scss */
button,
input {
  line-height: normal;
}

/* line 147, app/assets/stylesheets/bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 151, app/assets/stylesheets/bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 158, app/assets/stylesheets/bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 162, app/assets/stylesheets/bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 167, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 173, app/assets/stylesheets/bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 177, app/assets/stylesheets/bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 182, app/assets/stylesheets/bootstrap.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 186, app/assets/stylesheets/bootstrap.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 190, app/assets/stylesheets/bootstrap.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 197, app/assets/stylesheets/bootstrap.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 201, app/assets/stylesheets/bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #576981;
  background-color: #ffffff;
}

/* line 208, app/assets/stylesheets/bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 216, app/assets/stylesheets/bootstrap.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 220, app/assets/stylesheets/bootstrap.scss */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 225, app/assets/stylesheets/bootstrap.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 230, app/assets/stylesheets/bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 233, app/assets/stylesheets/bootstrap.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 238, app/assets/stylesheets/bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 241, app/assets/stylesheets/bootstrap.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 253, app/assets/stylesheets/bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 256, app/assets/stylesheets/bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 262, app/assets/stylesheets/bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 272, app/assets/stylesheets/bootstrap.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 278, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  content: " ";
  display: table;
}

/* line 283, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

/* line 286, app/assets/stylesheets/bootstrap.scss */
.container:before,
.container:after {
  content: " ";
  display: table;
}

/* line 291, app/assets/stylesheets/bootstrap.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 295, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 740px;
  }
}

@media (min-width: 992px) {
  /* line 300, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 305, app/assets/stylesheets/bootstrap.scss */
  .container {
    width: 1160px;
  }
}

/* line 309, app/assets/stylesheets/bootstrap.scss */
.row {
  margin-left: -10px;
  margin-right: -10px;
}

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

/* line 318, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

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

/* line 326, app/assets/stylesheets/bootstrap.scss */
.row:after {
  clear: both;
}

/* line 329, app/assets/stylesheets/bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .column-narrow, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .control-label, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .page-header .meta, .page-header .logo, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .form-field, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .form-centered, .column-wide, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .page-wrapper, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 335, app/assets/stylesheets/bootstrap.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 338, app/assets/stylesheets/bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 341, app/assets/stylesheets/bootstrap.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 344, app/assets/stylesheets/bootstrap.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 347, app/assets/stylesheets/bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 350, app/assets/stylesheets/bootstrap.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 353, app/assets/stylesheets/bootstrap.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 356, app/assets/stylesheets/bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 359, app/assets/stylesheets/bootstrap.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 362, app/assets/stylesheets/bootstrap.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 365, app/assets/stylesheets/bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 368, app/assets/stylesheets/bootstrap.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 371, app/assets/stylesheets/bootstrap.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 374, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 377, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 380, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 383, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 386, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 389, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 392, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 395, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 398, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 401, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 404, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 407, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 410, app/assets/stylesheets/bootstrap.scss */
.col-xs-pull-0 {
  right: 0%;
}

/* line 413, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 416, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 419, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 422, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 425, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 428, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 431, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 434, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 437, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 440, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 443, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 446, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 449, app/assets/stylesheets/bootstrap.scss */
.col-xs-push-0 {
  left: 0%;
}

/* line 452, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 455, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 458, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 461, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 464, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 467, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 470, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 473, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 476, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 479, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 482, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 485, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 488, app/assets/stylesheets/bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 492, app/assets/stylesheets/bootstrap.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .column-narrow, .col-sm-5, .control-label, .col-sm-6, .page-header .meta, .page-header .logo, .col-sm-7, .form-field, .col-sm-8, .form-centered, .column-wide, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .page-wrapper {
    float: left;
  }
  /* line 495, app/assets/stylesheets/bootstrap.scss */
  .col-sm-12, .page-wrapper {
    width: 100%;
  }
  /* line 498, app/assets/stylesheets/bootstrap.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  /* line 501, app/assets/stylesheets/bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  /* line 504, app/assets/stylesheets/bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 507, app/assets/stylesheets/bootstrap.scss */
  .col-sm-8, .form-centered, .column-wide {
    width: 66.66666666666666%;
  }
  /* line 510, app/assets/stylesheets/bootstrap.scss */
  .col-sm-7, .form-field {
    width: 58.333333333333336%;
  }
  /* line 513, app/assets/stylesheets/bootstrap.scss */
  .col-sm-6, .page-header .meta, .page-header .logo {
    width: 50%;
  }
  /* line 516, app/assets/stylesheets/bootstrap.scss */
  .col-sm-5, .control-label {
    width: 41.66666666666667%;
  }
  /* line 519, app/assets/stylesheets/bootstrap.scss */
  .col-sm-4, .column-narrow {
    width: 33.33333333333333%;
  }
  /* line 522, app/assets/stylesheets/bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 525, app/assets/stylesheets/bootstrap.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  /* line 528, app/assets/stylesheets/bootstrap.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  /* line 531, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 534, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 537, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 540, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 543, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 546, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 549, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 552, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 555, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 558, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 561, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 564, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 567, app/assets/stylesheets/bootstrap.scss */
  .col-sm-pull-0 {
    right: 0%;
  }
  /* line 570, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 573, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  /* line 576, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  /* line 579, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 582, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  /* line 585, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  /* line 588, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 591, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  /* line 594, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  /* line 597, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 600, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  /* line 603, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  /* line 606, app/assets/stylesheets/bootstrap.scss */
  .col-sm-push-0 {
    left: 0%;
  }
  /* line 609, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 612, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 615, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 618, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 621, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 624, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 627, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 630, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-5, .form-unlabelled-field {
    margin-left: 41.66666666666667%;
  }
  /* line 633, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 636, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 639, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-2, .form-centered {
    margin-left: 16.666666666666664%;
  }
  /* line 642, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 645, app/assets/stylesheets/bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  /* line 650, app/assets/stylesheets/bootstrap.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 653, app/assets/stylesheets/bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 656, app/assets/stylesheets/bootstrap.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }
  /* line 659, app/assets/stylesheets/bootstrap.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }
  /* line 662, app/assets/stylesheets/bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 665, app/assets/stylesheets/bootstrap.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }
  /* line 668, app/assets/stylesheets/bootstrap.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }
  /* line 671, app/assets/stylesheets/bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 674, app/assets/stylesheets/bootstrap.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }
  /* line 677, app/assets/stylesheets/bootstrap.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }
  /* line 680, app/assets/stylesheets/bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 683, app/assets/stylesheets/bootstrap.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }
  /* line 686, app/assets/stylesheets/bootstrap.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }
  /* line 689, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 692, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 695, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 698, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 701, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 704, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 707, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 710, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 713, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 716, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 719, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 722, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 725, app/assets/stylesheets/bootstrap.scss */
  .col-md-pull-0 {
    right: 0%;
  }
  /* line 728, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 731, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  /* line 734, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  /* line 737, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 740, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  /* line 743, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  /* line 746, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 749, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  /* line 752, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  /* line 755, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 758, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  /* line 761, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  /* line 764, app/assets/stylesheets/bootstrap.scss */
  .col-md-push-0 {
    left: 0%;
  }
  /* line 767, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 770, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 773, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 776, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 779, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 782, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 785, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 788, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 791, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 794, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 797, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 800, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 803, app/assets/stylesheets/bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  /* line 808, app/assets/stylesheets/bootstrap.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 811, app/assets/stylesheets/bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 814, app/assets/stylesheets/bootstrap.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  /* line 817, app/assets/stylesheets/bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  /* line 820, app/assets/stylesheets/bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 823, app/assets/stylesheets/bootstrap.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  /* line 826, app/assets/stylesheets/bootstrap.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  /* line 829, app/assets/stylesheets/bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 832, app/assets/stylesheets/bootstrap.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  /* line 835, app/assets/stylesheets/bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  /* line 838, app/assets/stylesheets/bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 841, app/assets/stylesheets/bootstrap.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  /* line 844, app/assets/stylesheets/bootstrap.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  /* line 847, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 850, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 853, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 856, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 859, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 862, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 865, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 868, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 871, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 874, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 877, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 880, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 883, app/assets/stylesheets/bootstrap.scss */
  .col-lg-pull-0 {
    right: 0%;
  }
  /* line 886, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 889, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 892, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 895, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 898, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 901, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 904, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 907, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 910, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 913, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 916, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 919, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 922, app/assets/stylesheets/bootstrap.scss */
  .col-lg-push-0 {
    left: 0%;
  }
  /* line 925, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 928, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 931, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 934, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 937, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 940, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 943, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 946, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 949, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 952, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 955, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 958, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 961, app/assets/stylesheets/bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* line 965, app/assets/stylesheets/bootstrap.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 970, app/assets/stylesheets/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 981, app/assets/stylesheets/bootstrap.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 986, app/assets/stylesheets/bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 991, app/assets/stylesheets/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 999, app/assets/stylesheets/bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 1002, app/assets/stylesheets/bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1006, app/assets/stylesheets/bootstrap.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 1011, app/assets/stylesheets/bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1018, app/assets/stylesheets/bootstrap.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 1022, app/assets/stylesheets/bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

/* line 1030, app/assets/stylesheets/bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* line 1048, app/assets/stylesheets/bootstrap.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1054, app/assets/stylesheets/bootstrap.scss */
.form-control:-moz-placeholder {
  color: #999999;
}

/* line 1057, app/assets/stylesheets/bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

/* line 1061, app/assets/stylesheets/bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999999;
}

/* line 1064, app/assets/stylesheets/bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999999;
}

/* line 1067, app/assets/stylesheets/bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1073, app/assets/stylesheets/bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 1076, app/assets/stylesheets/bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1079, app/assets/stylesheets/bootstrap.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 1088, app/assets/stylesheets/bootstrap.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1095, app/assets/stylesheets/bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1102, app/assets/stylesheets/bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1106, app/assets/stylesheets/bootstrap.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1115, app/assets/stylesheets/bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1120, app/assets/stylesheets/bootstrap.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1134, app/assets/stylesheets/bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1141, app/assets/stylesheets/bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 1145, app/assets/stylesheets/bootstrap.scss */
textarea.input-sm {
  height: auto;
}

/* line 1148, app/assets/stylesheets/bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 1155, app/assets/stylesheets/bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 1159, app/assets/stylesheets/bootstrap.scss */
textarea.input-lg {
  height: auto;
}

/* line 1162, app/assets/stylesheets/bootstrap.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 1170, app/assets/stylesheets/bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1175, app/assets/stylesheets/bootstrap.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 1180, app/assets/stylesheets/bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1185, app/assets/stylesheets/bootstrap.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

/* line 1193, app/assets/stylesheets/bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1198, app/assets/stylesheets/bootstrap.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 1203, app/assets/stylesheets/bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 1208, app/assets/stylesheets/bootstrap.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}

/* line 1216, app/assets/stylesheets/bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1221, app/assets/stylesheets/bootstrap.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 1226, app/assets/stylesheets/bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 1231, app/assets/stylesheets/bootstrap.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 1234, app/assets/stylesheets/bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 1241, app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1246, app/assets/stylesheets/bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 1249, app/assets/stylesheets/bootstrap.scss */
  .form-inline select.form-control {
    width: auto;
  }
  /* line 1252, app/assets/stylesheets/bootstrap.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 1259, app/assets/stylesheets/bootstrap.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 1265, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 1274, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 1278, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 1282, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 1287, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 1290, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 1295, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 1298, app/assets/stylesheets/bootstrap.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 1302, app/assets/stylesheets/bootstrap.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

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

/* line 1311, app/assets/stylesheets/bootstrap.scss */
.clearfix:after {
  clear: both;
}

/* line 1314, app/assets/stylesheets/bootstrap.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1319, app/assets/stylesheets/bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 1322, app/assets/stylesheets/bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 1325, app/assets/stylesheets/bootstrap.scss */
.hide {
  display: none !important;
}

/* line 1328, app/assets/stylesheets/bootstrap.scss */
.show {
  display: block !important;
}

/* line 1331, app/assets/stylesheets/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 1334, app/assets/stylesheets/bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 1341, app/assets/stylesheets/bootstrap.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 1345, app/assets/stylesheets/bootstrap.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 1351, app/assets/stylesheets/bootstrap.scss */
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1358, app/assets/stylesheets/bootstrap.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 1361, app/assets/stylesheets/bootstrap.scss */
  table.visible-xs {
    display: table;
  }
  /* line 1364, app/assets/stylesheets/bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 1367, app/assets/stylesheets/bootstrap.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1373, app/assets/stylesheets/bootstrap.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 1376, app/assets/stylesheets/bootstrap.scss */
  table.visible-xs.visible-sm {
    display: table;
  }
  /* line 1379, app/assets/stylesheets/bootstrap.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 1382, app/assets/stylesheets/bootstrap.scss */
  th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1388, app/assets/stylesheets/bootstrap.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 1391, app/assets/stylesheets/bootstrap.scss */
  table.visible-xs.visible-md {
    display: table;
  }
  /* line 1394, app/assets/stylesheets/bootstrap.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 1397, app/assets/stylesheets/bootstrap.scss */
  th.visible-xs.visible-md,
td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1403, app/assets/stylesheets/bootstrap.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 1406, app/assets/stylesheets/bootstrap.scss */
  table.visible-xs.visible-lg {
    display: table;
  }
  /* line 1409, app/assets/stylesheets/bootstrap.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 1412, app/assets/stylesheets/bootstrap.scss */
  th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 1417, app/assets/stylesheets/bootstrap.scss */
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1424, app/assets/stylesheets/bootstrap.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 1427, app/assets/stylesheets/bootstrap.scss */
  table.visible-sm.visible-xs {
    display: table;
  }
  /* line 1430, app/assets/stylesheets/bootstrap.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 1433, app/assets/stylesheets/bootstrap.scss */
  th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1439, app/assets/stylesheets/bootstrap.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 1442, app/assets/stylesheets/bootstrap.scss */
  table.visible-sm {
    display: table;
  }
  /* line 1445, app/assets/stylesheets/bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 1448, app/assets/stylesheets/bootstrap.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1454, app/assets/stylesheets/bootstrap.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 1457, app/assets/stylesheets/bootstrap.scss */
  table.visible-sm.visible-md {
    display: table;
  }
  /* line 1460, app/assets/stylesheets/bootstrap.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 1463, app/assets/stylesheets/bootstrap.scss */
  th.visible-sm.visible-md,
td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1469, app/assets/stylesheets/bootstrap.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 1472, app/assets/stylesheets/bootstrap.scss */
  table.visible-sm.visible-lg {
    display: table;
  }
  /* line 1475, app/assets/stylesheets/bootstrap.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 1478, app/assets/stylesheets/bootstrap.scss */
  th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 1483, app/assets/stylesheets/bootstrap.scss */
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1490, app/assets/stylesheets/bootstrap.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 1493, app/assets/stylesheets/bootstrap.scss */
  table.visible-md.visible-xs {
    display: table;
  }
  /* line 1496, app/assets/stylesheets/bootstrap.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 1499, app/assets/stylesheets/bootstrap.scss */
  th.visible-md.visible-xs,
td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1505, app/assets/stylesheets/bootstrap.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 1508, app/assets/stylesheets/bootstrap.scss */
  table.visible-md.visible-sm {
    display: table;
  }
  /* line 1511, app/assets/stylesheets/bootstrap.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 1514, app/assets/stylesheets/bootstrap.scss */
  th.visible-md.visible-sm,
td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1520, app/assets/stylesheets/bootstrap.scss */
  .visible-md {
    display: block !important;
  }
  /* line 1523, app/assets/stylesheets/bootstrap.scss */
  table.visible-md {
    display: table;
  }
  /* line 1526, app/assets/stylesheets/bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 1529, app/assets/stylesheets/bootstrap.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1535, app/assets/stylesheets/bootstrap.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 1538, app/assets/stylesheets/bootstrap.scss */
  table.visible-md.visible-lg {
    display: table;
  }
  /* line 1541, app/assets/stylesheets/bootstrap.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 1544, app/assets/stylesheets/bootstrap.scss */
  th.visible-md.visible-lg,
td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 1549, app/assets/stylesheets/bootstrap.scss */
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 1556, app/assets/stylesheets/bootstrap.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 1559, app/assets/stylesheets/bootstrap.scss */
  table.visible-lg.visible-xs {
    display: table;
  }
  /* line 1562, app/assets/stylesheets/bootstrap.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 1565, app/assets/stylesheets/bootstrap.scss */
  th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1571, app/assets/stylesheets/bootstrap.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 1574, app/assets/stylesheets/bootstrap.scss */
  table.visible-lg.visible-sm {
    display: table;
  }
  /* line 1577, app/assets/stylesheets/bootstrap.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 1580, app/assets/stylesheets/bootstrap.scss */
  th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1586, app/assets/stylesheets/bootstrap.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 1589, app/assets/stylesheets/bootstrap.scss */
  table.visible-lg.visible-md {
    display: table;
  }
  /* line 1592, app/assets/stylesheets/bootstrap.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 1595, app/assets/stylesheets/bootstrap.scss */
  th.visible-lg.visible-md,
td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 1601, app/assets/stylesheets/bootstrap.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 1604, app/assets/stylesheets/bootstrap.scss */
  table.visible-lg {
    display: table;
  }
  /* line 1607, app/assets/stylesheets/bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 1610, app/assets/stylesheets/bootstrap.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

/* line 1615, app/assets/stylesheets/bootstrap.scss */
.hidden-xs {
  display: block !important;
}

/* line 1618, app/assets/stylesheets/bootstrap.scss */
table.hidden-xs {
  display: table;
}

/* line 1621, app/assets/stylesheets/bootstrap.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 1624, app/assets/stylesheets/bootstrap.scss */
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 1629, app/assets/stylesheets/bootstrap.scss */
  .hidden-xs,
tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1637, app/assets/stylesheets/bootstrap.scss */
  .hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1645, app/assets/stylesheets/bootstrap.scss */
  .hidden-xs.hidden-md,
tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1653, app/assets/stylesheets/bootstrap.scss */
  .hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 1660, app/assets/stylesheets/bootstrap.scss */
.hidden-sm {
  display: block !important;
}

/* line 1663, app/assets/stylesheets/bootstrap.scss */
table.hidden-sm {
  display: table;
}

/* line 1666, app/assets/stylesheets/bootstrap.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 1669, app/assets/stylesheets/bootstrap.scss */
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 1674, app/assets/stylesheets/bootstrap.scss */
  .hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1682, app/assets/stylesheets/bootstrap.scss */
  .hidden-sm,
tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1690, app/assets/stylesheets/bootstrap.scss */
  .hidden-sm.hidden-md,
tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1698, app/assets/stylesheets/bootstrap.scss */
  .hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 1705, app/assets/stylesheets/bootstrap.scss */
.hidden-md {
  display: block !important;
}

/* line 1708, app/assets/stylesheets/bootstrap.scss */
table.hidden-md {
  display: table;
}

/* line 1711, app/assets/stylesheets/bootstrap.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 1714, app/assets/stylesheets/bootstrap.scss */
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 1719, app/assets/stylesheets/bootstrap.scss */
  .hidden-md.hidden-xs,
tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1727, app/assets/stylesheets/bootstrap.scss */
  .hidden-md.hidden-sm,
tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1735, app/assets/stylesheets/bootstrap.scss */
  .hidden-md,
tr.hidden-md,
th.hidden-md,
td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1743, app/assets/stylesheets/bootstrap.scss */
  .hidden-md.hidden-lg,
tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 1750, app/assets/stylesheets/bootstrap.scss */
.hidden-lg {
  display: block !important;
}

/* line 1753, app/assets/stylesheets/bootstrap.scss */
table.hidden-lg {
  display: table;
}

/* line 1756, app/assets/stylesheets/bootstrap.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 1759, app/assets/stylesheets/bootstrap.scss */
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 1764, app/assets/stylesheets/bootstrap.scss */
  .hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1772, app/assets/stylesheets/bootstrap.scss */
  .hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1780, app/assets/stylesheets/bootstrap.scss */
  .hidden-lg.hidden-md,
tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 1788, app/assets/stylesheets/bootstrap.scss */
  .hidden-lg,
tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
    display: none !important;
  }
}

/* line 1795, app/assets/stylesheets/bootstrap.scss */
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  /* line 1802, app/assets/stylesheets/bootstrap.scss */
  .visible-print {
    display: block !important;
  }
  /* line 1805, app/assets/stylesheets/bootstrap.scss */
  table.visible-print {
    display: table;
  }
  /* line 1808, app/assets/stylesheets/bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 1811, app/assets/stylesheets/bootstrap.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
  /* line 1815, app/assets/stylesheets/bootstrap.scss */
  .hidden-print,
tr.hidden-print,
th.hidden-print,
td.hidden-print {
    display: none !important;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, app/assets/stylesheets/reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, app/assets/stylesheets/reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, app/assets/stylesheets/reset.scss */
body {
  line-height: 1;
}

/* line 34, app/assets/stylesheets/reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, app/assets/stylesheets/reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, app/assets/stylesheets/reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, app/assets/stylesheets/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 45, app/assets/stylesheets/_mixins.scss */
.rounded, .notification, .notification-success, .notification-error, .form-focal {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 68, app/assets/stylesheets/_mixins.scss */
.collapsed-whitespace, .horizontal-contents, .assurance-logos {
  font-size: 0;
}

/* line 70, app/assets/stylesheets/_mixins.scss */
.collapsed-whitespace > *, .horizontal-contents > *, .assurance-logos > * {
  font-size: 12px;
}

/* line 84, app/assets/stylesheets/_mixins.scss */
.horizontal-contents > *, .assurance-logos > * {
  display: inline-block;
}

/* line 87, app/assets/stylesheets/_mixins.scss */
.horizontal-contents > *:first-child, .assurance-logos > *:first-child {
  margin-left: 0px;
}

/* line 90, app/assets/stylesheets/_mixins.scss */
.horizontal-contents > *:last-child, .assurance-logos > *:last-child {
  margin-right: 0px;
}

/*
## Styles for Placeholder

For styling placeholder text on inputs
*/
/* line 123, app/assets/stylesheets/_mixins.scss */
.has-font-sharpening, .has-font-franklin-medium, .banner-title, .has-font-franklin-light, .logo > h2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 127, app/assets/stylesheets/_mixins.scss */
.has-font-franklin-light, .logo > h2 {
  font-family: 'Franklin-light', 'Arial Narrow', 'Calibri', Helvetica, Arial, sans-serif;
}

/* line 131, app/assets/stylesheets/_mixins.scss */
.has-font-franklin-medium, .banner-title {
  font-family: 'Franklin-med', 'Arial Narrow', 'Calibri', Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Franklin-med";
  src: url(/service/auth/build/scss/franklin-med-7121c8f811f6abb6da53405f20f19b516f1e0c5969e26e9f4c08685487ab3cf3.eot);
  src: url(/service/auth/build/scss/franklin-med-7121c8f811f6abb6da53405f20f19b516f1e0c5969e26e9f4c08685487ab3cf3.eot) format("embedded-opentype"), url(/service/auth/build/scss/franklin-med-f2a2425289faf33e39d595414d875f3d2530d835d97cd12ff33564279a8014cb.woff) format("woff"), url(/service/auth/build/scss/franklin-med-23da5b22faca1280428082f0beefa804cd89b4591aee9b9afc98c788aa26edb5.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Franklin-light";
  src: url(/service/auth/build/scss/franklin-light-5e977362404e356632e838e96339a9fbd4ebcee0a26568f8646148f775a713a4.eot);
  src: url(/service/auth/build/scss/franklin-light-5e977362404e356632e838e96339a9fbd4ebcee0a26568f8646148f775a713a4.eot) format("embedded-opentype"), url(/service/auth/build/scss/franklin-light-a6328d14ae7059389e9acec1a0b05887dc122d7b6a321a1417506c6c63e1ddac.woff) format("woff"), url(/service/auth/build/scss/franklin-light-b2e658250cc28075beb3b3603721c60e16fe4cce17ab9d1844259675fe77597d.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* line 19, app/assets/stylesheets/base.scss */
body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

/* line 25, app/assets/stylesheets/base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 12px;
}

/* line 29, app/assets/stylesheets/base.scss */
a {
  color: #0000ff;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/base.scss */
a:hover {
  background-color: #0000ff;
  color: #FFFFFF;
  text-decoration: none;
}

/* line 39, app/assets/stylesheets/base.scss */
p {
  margin: 18px 0;
}

/* line 42, app/assets/stylesheets/base.scss */
.faded, .meta,
.footnote,
.form-help-text,
.form-forgot-password {
  color: #888;
}

/* line 45, app/assets/stylesheets/base.scss */
.meta,
.footnote,
.form-help-text,
.form-forgot-password {
  margin: 0;
}

/* line 50, app/assets/stylesheets/base.scss */
.footnote, .form-help-text, .form-forgot-password {
  font-size: 11px;
}

/* line 1, app/assets/stylesheets/layout.scss */
* {
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/layout.scss */
.container {
  max-width: 760px !important;
}

/* line 11, app/assets/stylesheets/layout.scss */
.page-contents {
  min-height: 400px;
}

/* line 16, app/assets/stylesheets/layout.scss */
.text-centered {
  text-align: center;
}

/* line 19, app/assets/stylesheets/layout.scss */
.text-left, .notification, .notification-success, .notification-error, .form-centered fieldset {
  text-align: left;
}

/* line 22, app/assets/stylesheets/layout.scss */
.text-right, .form-forgot-password {
  text-align: right;
}

/* line 1, app/assets/stylesheets/templates/modern.scss */
.modern-content-page {
  background: #002D79 url(/service/auth/build/scss/login-bg-1fb796a06a945694d877bcdb5ed7200351989bef990743ed5945ab7c19098ae8.svg) center/cover no-repeat;
  font-family: 'Franklin Gothic URW', Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
}

/* line 10, app/assets/stylesheets/templates/modern.scss */
.modern-content-page * {
  -moz-box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 16, app/assets/stylesheets/templates/modern.scss */
.modern-content-page *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, app/assets/stylesheets/templates/modern.scss */
.modern-content-page *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 29, app/assets/stylesheets/templates/modern.scss */
.modern-content {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #cdd4d9;
  box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

/* line 43, app/assets/stylesheets/templates/modern.scss */
.modern-content--client-portal {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #cdd4d9;
  box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
  margin: 0 auto;
  padding: 40px;
  position: relative;
  width: 475px;
}

/* line 58, app/assets/stylesheets/templates/modern.scss */
.modern-footer {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0;
  text-align: center;
}

/* line 64, app/assets/stylesheets/templates/modern.scss */
.modern-footer a {
  color: white;
  text-decoration: none;
  background-color: initial;
}

/* line 71, app/assets/stylesheets/templates/modern.scss */
.modern-footer--client-portal {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0;
  text-align: center;
  width: 475px;
}

/* line 77, app/assets/stylesheets/templates/modern.scss */
.modern-footer--client-portal a {
  color: white;
  text-decoration: none;
  background-color: initial;
  font-size: 18px;
  font-weight: 300;
}

/* line 87, app/assets/stylesheets/templates/modern.scss */
.icon {
  display: inline-block;
  font-style: normal;
  opacity: 0.5;
}

/* line 93, app/assets/stylesheets/templates/modern.scss */
.icon--fontAwesome {
  font-family: 'FontAwesome';
}

/* line 98, app/assets/stylesheets/templates/modern.scss */
.icon--lock:before {
  content: '\f023';
}

/* line 104, app/assets/stylesheets/templates/modern.scss */
.icon--globe:before {
  content: '\f0ac';
}

/* line 109, app/assets/stylesheets/templates/modern.scss */
.modern-content-container {
  width: 100%;
  max-width: 445px;
}

/* line 114, app/assets/stylesheets/templates/modern.scss */
.fb-blue-link {
  color: #0075dd;
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/templates/modern.scss */
.fb-blue-link:hover {
  color: #80baee;
  background: white;
}

/*
## Rounded corners
*/
/* line 172, app/assets/stylesheets/templates/modern.scss */
.modern-footer--powered {
  height: 18px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 18px;
}

/* line 180, app/assets/stylesheets/templates/modern.scss */
.modern-footer--security {
  padding-top: 25px;
}

/* line 184, app/assets/stylesheets/templates/modern.scss */
.modern-footer--security-lock {
  width: 13px;
  height: 16px;
}

/* line 1, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-content-page {
  background-color: #0075dd;
  font-family: 'Franklin Gothic URW', Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  margin-bottom: -20px;
}

/* line 11, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-content-page * {
  -moz-box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/* line 17, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-content-page *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-content-page *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-content {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  border-radius: 5px;
  border: 2px solid #cdd4d9;
  box-shadow: 4px 4px rgba(6, 41, 66, 0.1);
  margin: 0 auto;
  padding: 40px;
  position: relative;
}

/* line 44, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-footer {
  color: white;
  font-size: 14px;
  line-height: 18px;
  margin: 24px 0;
  text-align: center;
}

/* line 50, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-footer a {
  color: white;
  text-decoration: none;
  background-color: initial;
}

/* line 57, app/assets/stylesheets/templates/doorkeeper.scss */
.oauth-authorization {
  text-align: center;
}

/* line 61, app/assets/stylesheets/templates/doorkeeper.scss */
.oauth-authorization-page-header {
  margin-bottom: 45px;
  margin-top: 20px;
}

/* line 66, app/assets/stylesheets/templates/doorkeeper.scss */
#oauth-permissions {
  font-size: 18px;
  opacity: 0.5;
}

/* line 71, app/assets/stylesheets/templates/doorkeeper.scss */
.icon-column {
  float: left;
  width: 35%;
}

/* line 74, app/assets/stylesheets/templates/doorkeeper.scss */
.icon-column .icon-column-image {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 10%;
  margin-bottom: 15px;
}

/* line 81, app/assets/stylesheets/templates/doorkeeper.scss */
.icon-column .icon-column-image--circled {
  border: solid 1px lightgray;
}

/* line 86, app/assets/stylesheets/templates/doorkeeper.scss */
.icon {
  display: inline-block;
  font-style: normal;
  opacity: 0.5;
}

/* line 92, app/assets/stylesheets/templates/doorkeeper.scss */
.clearfix {
  overflow: hidden;
}

/* line 96, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-regular-width-container {
  max-width: 445px;
}

/* line 100, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-large-width-container {
  max-width: 825px;
}

/* line 104, app/assets/stylesheets/templates/doorkeeper.scss */
.error-content {
  border-bottom: 1.5px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* line 109, app/assets/stylesheets/templates/doorkeeper.scss */
.error-content > :not(:first-child) {
  margin-top: 15px;
}

/* line 114, app/assets/stylesheets/templates/doorkeeper.scss */
.error-title {
  line-height: 1.35em;
  font-weight: 300;
  font-size: 25px;
}

/* line 120, app/assets/stylesheets/templates/doorkeeper.scss */
.error-description {
  line-height: 1.15em;
  font-weight: 200;
  font-size: 31px;
  color: #0075dd;
}

/* line 127, app/assets/stylesheets/templates/doorkeeper.scss */
.error-extra-description {
  line-height: 1.35em;
  font-weight: 400;
  font-size: 18px;
}

/* line 133, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-paragraph {
  font-size: 14px;
  color: #888;
  margin: 0;
}

/* line 139, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-links {
  text-decoration: inherit;
  color: #0075dd;
}

/* line 143, app/assets/stylesheets/templates/doorkeeper.scss */
.doorkeeper-links:hover {
  color: #9ecdf1;
  background: none;
}

@media only screen and (min-width: 768px) {
  /* line 150, app/assets/stylesheets/templates/doorkeeper.scss */
  .doorkeeper-large-width-container {
    padding: 40px 40px 0px 40px;
  }
}

@media only screen and (min-width: 415px) {
  /* line 156, app/assets/stylesheets/templates/doorkeeper.scss */
  .error-content-container {
    padding: 20px 10px;
  }
}

/* line 1, app/assets/stylesheets/modules/header.scss */
.page-header {
  position: relative;
  min-height: 97px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 45px;
  margin-top: 20px;
}

/* line 11, app/assets/stylesheets/modules/header.scss */
.page-header .meta {
  text-align: right;
  margin: 30px 0 10px 0;
}

@media (max-width: 768px) {
  /* line 17, app/assets/stylesheets/modules/header.scss */
  .page-header .logo,
.page-header .meta {
    text-align: center;
  }
}

/* line 24, app/assets/stylesheets/modules/header.scss */
.logo > h1 {
  width: 150px;
  height: 78px;
  line-height: 78px;
  text-indent: -9999px;
  background: url(/service/auth/build/scss/logo-aa0db8addb1d4f9b05e19d518ac8f966301c6f2799873581ee436a14cfb79368.png);
  display: inline-block;
  vertical-align: top;
}

/* line 33, app/assets/stylesheets/modules/header.scss */
.logo > h2 {
  color: #0075dd;
  width: 50px;
  font-size: 24px;
  line-height: 25px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  display: inline-block;
  margin: 30px 0 0 5px;
}

/* line 1, app/assets/stylesheets/modules/footer.scss */
.page-footer {
  position: relative;
  border-top: 1px solid #ccc;
  margin-top: 165px;
  padding-top: 10px;
}

/* line 7, app/assets/stylesheets/modules/footer.scss */
.assurance-logos {
  position: absolute;
  right: 0;
  top: 10px;
}

/* line 99, app/assets/stylesheets/_mixins.scss */
.assurance-logos > * {
  margin-left: 20px;
  margin-right: 0px;
}

/* line 13, app/assets/stylesheets/modules/footer.scss */
.trust-e,
.trust-e:hover {
  background-color: transparent;
}

/* line 1, app/assets/stylesheets/modules/heading.scss */
.heading-basest {
  margin: 0;
}

/* line 3, app/assets/stylesheets/modules/heading.scss */
.heading-basest + p {
  margin-top: 0;
}

/* line 1, app/assets/stylesheets/modules/banner.scss */
.banner-title {
  font-size: 40px;
  line-height: 40px;
  color: #0075dd;
  font-weight: normal;
  margin-bottom: 40px;
  text-align: center;
}

/* line 10, app/assets/stylesheets/modules/banner.scss */
.banner-title + .banner-subtitle {
  margin-top: -30px;
}

/* line 14, app/assets/stylesheets/modules/banner.scss */
.banner-subtitle {
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #888;
  line-height: 27px;
  margin-bottom: 40px;
  text-align: center;
}

/* line 2, app/assets/stylesheets/modules/form.scss */
.form-centered {
  text-align: center;
}

/* line 12, app/assets/stylesheets/modules/form.scss */
.control-label {
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/modules/form.scss */
.form-group {
  margin-bottom: 10px;
}

/* line 19, app/assets/stylesheets/modules/form.scss */
.form-group:last-child {
  margin-bottom: 20px;
}

/* line 25, app/assets/stylesheets/modules/form.scss */
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="password"],
.form-field textarea {
  width: 100%;
}

/* line 34, app/assets/stylesheets/modules/form.scss */
.form-unlabelled-field label {
  font-weight: normal;
}

/* line 40, app/assets/stylesheets/modules/form.scss */
input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px fade(black, 15%) inset;
  -moz-box-shadow: 0px 1px fade(black, 15%) inset;
  box-shadow: 0px 1px fade(black, 15%) inset;
  background: #fafafa;
  border: 1px solid;
  padding: 5px 3px;
}

/* line 58, app/assets/stylesheets/modules/form.scss */
.field-with-errors input {
  background: #ffc9bb;
  border-color: fade(#9f1e00, 25%);
}

/* line 64, app/assets/stylesheets/modules/form.scss */
.form-focal {
  background-color: #e4f4fe;
  padding: 27px 30px 15px 30px;
  text-align: center;
  margin-bottom: 10px;
}

/* line 13, app/assets/stylesheets/modules/notification.scss */
.notification, .notification-success, .notification-error {
  padding: 10px;
  padding-left: 80px;
  margin-bottom: 20px;
  min-height: 78px;
  background: #e4f4fe;
  background-repeat: no-repeat;
  background-position: 12px 12px;
}

/* line 34, app/assets/stylesheets/_mixins.scss */
.notification:last-child, .notification-success:last-child, .notification-error:last-child {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/modules/notification.scss */
.notification-items {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  font-weight: normal;
}

/* line 34, app/assets/stylesheets/modules/notification.scss */
.notification-title, .notification-success-title, .notification-error-title {
  font: bold 18px/24px Arial, sans-serif;
  color: #0075dd;
}

/* line 40, app/assets/stylesheets/modules/notification.scss */
.notification-error {
  background-color: #ffc9bb;
  background-image: url(/service/auth/build/scss/icon.error.large-16063c9bc52c893577fe8af74f573e27de88699d927f4be0d9d16406e885c4e9.png);
}

/* line 45, app/assets/stylesheets/modules/notification.scss */
.notification-error-title {
  color: #9f1e00;
}

/* line 49, app/assets/stylesheets/modules/notification.scss */
.notification-success {
  background-color: #d9ffb2;
  background-image: url(/service/auth/build/scss/icon.success.large-c4d05e8de0f6c233a7404d062cfd02f357dde2d376d6e91a757367c905f567ab.png);
}

/* line 54, app/assets/stylesheets/modules/notification.scss */
.notification-success-title {
  color: #4c8700;
}

/* line 6, app/assets/stylesheets/modules/button.scss */
.button {
  -webkit-box-shadow: 0px 1px 0px #9dd04b inset;
  -moz-box-shadow: 0px 1px 0px #9dd04b inset;
  box-shadow: 0px 1px 0px #9dd04b inset;
  -webkit-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #659C17;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #85c51f;
  font-weight: bold;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/modules/button.scss */
.button:focus, .button:hover {
  background-color: #8ed221;
}

/* line 21, app/assets/stylesheets/modules/button.scss */
.button:focus {
  -webkit-box-shadow: 0 0 4px #0075dd;
  -moz-box-shadow: 0 0 4px #0075dd;
  box-shadow: 0 0 4px #0075dd;
}

/* line 25, app/assets/stylesheets/modules/button.scss */
.button.button-large {
  font-size: 18px;
  height: 45px;
  line-height: 43px;
  padding: 0 19px;
  margin-bottom: 10px;
  min-width: 200px;
}

/* line 34, app/assets/stylesheets/_mixins.scss */
.button.button-large:last-child {
  margin-bottom: 0;
}

/* line 33, app/assets/stylesheets/modules/button.scss */
.button.button-small {
  font-size: 13px;
  font-weight: normal;
  height: 22px;
  line-height: 20px;
  padding: 0px 10px;
  margin-bottom: 10px;
  min-width: 0px;
}

/* line 34, app/assets/stylesheets/_mixins.scss */
.button.button-small:last-child {
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/modules/button.scss */
.tos-accept-button[disabled] {
  background-color: #9ad47f;
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/modules/checklist.scss */
.checklist {
  padding-left: 25px;
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/_mixins.scss */
.checklist:last-child {
  margin-bottom: 0;
}

/* line 5, app/assets/stylesheets/modules/checklist.scss */
.checklist-item {
  padding-left: 25px;
  margin-left: -25px;
  background: url(/service/auth/build/scss/checkmark-288bcc8589f4654ef8fc8a522b63ab24405381063e3f8e17b734679298d0f84a.png) no-repeat top left;
}

/* line 10, app/assets/stylesheets/modules/checklist.scss */
.checklist-vertical .checklist-item {
  margin-bottom: 20px;
}

/* line 34, app/assets/stylesheets/_mixins.scss */
.checklist-vertical .checklist-item:last-child {
  margin-bottom: 0;
}

/* line 1, app/assets/stylesheets/modules/google.scss */
.select-subdomain-box {
  background-color: #e4f4fe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
}

/* line 7, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row {
  font-weight: bold;
  min-height: 70px;
}

/* line 11, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row:link, .select-subdomain-row:active, .select-subdomain-row:visited {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 261px 10px 20px;
  color: #000;
  text-decoration: none;
  text-align: left;
  position: relative;
  min-height: 50px;
}

/* line 27, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row:hover {
  background: #fff;
  border-color: #bbb;
}

/* line 31, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row img {
  width: 100px;
}

/* line 34, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row .select-subdomain-widgets {
  top: 50%;
  margin-top: -15px;
  position: absolute;
  right: 10px;
}

/* line 41, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row .subdomain-name {
  color: #777;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  padding: 0;
  display: block;
  clear: both;
}

/* line 50, app/assets/stylesheets/modules/google.scss */
.select-subdomain-row .button-small {
  margin-bottom: 5px;
  float: right;
}

/* line 56, app/assets/stylesheets/modules/google.scss */
hr {
  border-top: 1px solid #c1d7e5;
}

/* line 60, app/assets/stylesheets/modules/google.scss */
.account-count {
  font-weight: bold;
  margin: 18px 0;
}

/* line 6, app/assets/stylesheets/modules/tooltip.scss */
#tooltip {
  color: #000;
  font-size: 11px;
  line-height: 16px;
  max-width: 160px;
  opacity: 1;
  position: absolute;
  text-align: left;
  word-wrap: break-word;
  z-index: 10;
}

/* line 17, app/assets/stylesheets/modules/tooltip.scss */
#tooltip .tooltip-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fffbe1;
  border: 1px solid #e4dfbe;
  padding: 8px 10px 10px;
}

/* line 23, app/assets/stylesheets/modules/tooltip.scss */
#tooltip .tooltip-shadow {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url(/service/auth/images/outty/shadow-bg.png);
  height: 100%;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 100%;
  z-index: -1;
}

/* line 33, app/assets/stylesheets/modules/tooltip.scss */
#tooltip h3 {
  font: bold 14px/18px Arial, Helvetica, sans-serif;
  margin: 0 0 2px;
}

/* line 37, app/assets/stylesheets/modules/tooltip.scss */
#tooltip.totals_tooltip {
  max-width: 280px;
  text-align: right;
  z-index: 9999;
}

/* line 41, app/assets/stylesheets/modules/tooltip.scss */
#tooltip.totals_tooltip strong {
  display: block;
  float: left;
  min-width: 90px;
  text-align: left;
}

/* line 48, app/assets/stylesheets/modules/tooltip.scss */
#tooltip.no-wrap {
  max-width: none;
}

/* line 51, app/assets/stylesheets/modules/tooltip.scss */
#tooltip .nib {
  background: url(/service/auth/images/application.png) -36px -61px no-repeat;
  bottom: -10px;
  height: 11px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 23px;
  z-index: 1;
}

/* line 62, app/assets/stylesheets/modules/tooltip.scss */
.tool-tip {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  cursor: default;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/service/auth/build/scss/fontawesome-webfont-e511891d3e01b0b27aed51a219ced5119e2c3d0460465af8242e9bff4cb61b77.eot?v=4.0.3);
  src: url(/service/auth/build/scss/fontawesome-webfont-e511891d3e01b0b27aed51a219ced5119e2c3d0460465af8242e9bff4cb61b77.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(/service/auth/build/scss/fontawesome-webfont-199411f659f41aaccb959bacb1b0de30e54f244352a48c6f9894e65ae0f8a9a1.woff?v=4.0.3) format("woff"), url(/service/auth/build/scss/fontawesome-webfont-4d6eb9e9d852a2a6f74e7c428456a2f07fc63a1613d10192d8ed3401d9da5ffa.ttf?v=4.0.3) format("truetype"), url(/service/auth/build/scss/fontawesome-webfont-d5b5636ebb2e124810436200086b74a60dff9e8a8be7f4a1088bf5d3458bc3c8.svg?v=4.0.3#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-Lig-32dbac75bcac45573b4e5e552f58b0d0ad77c297c801775bac0c5cda19f4372b.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-Lig-32dbac75bcac45573b4e5e552f58b0d0ad77c297c801775bac0c5cda19f4372b.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-Lig-796c90dc338e79b440537d1fdad6c671cfe413f7538047ce5804350cc3ebb13b.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-Lig-a56409fa907a13c84ab278c3719eacf24abe05d0a65154cdc3ad4223d4c37057.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-Lig-bd53061353351a7cd4f2afc9d1dd175ca27747bdc6cba48da3d81a2b0e5789e5.svg#franklingothic) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-Boo-ba50baffa13c370a24b0fcb323f7794bd68bfbbe7ee6e543621d674cf1917d0e.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-Boo-ba50baffa13c370a24b0fcb323f7794bd68bfbbe7ee6e543621d674cf1917d0e.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-Boo-3e0b7c02a50ed36c3dcac5b12b7faef74741bfc5ccbe1f1d5cac305f10db79b6.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-Boo-30d955789ecb7e68f89c80330e5f3900477724240739468d9656409f9c407bd9.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-Boo-77a0f23ac655bf91c71dd0d7378344e0fa25bd5bdcf0d69be2379e32e66f7fd1.svg#franklingothic) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-BooIta-db79320caa035e5c99b1a53327b9b8535a80f713c2d2f6bd4811642eec1899c5.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-BooIta-db79320caa035e5c99b1a53327b9b8535a80f713c2d2f6bd4811642eec1899c5.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-BooIta-c97ad2a00bffbaff477590fef5c3f39985bdae933a8cd94599f68fbfeb2eb4b1.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-BooIta-3b8159db208bb6ec940e58c90562952e544808f0c39c891f3384e2e5a8f4c210.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-BooIta-7dff4f067c1ee0ee9078fa9bff05f103a84be73aec284ef49d6129bdc18c6444.svg#franklingothic) format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-Med-b3f5b39ace292971e27e09d62d1cdb9dc605c1ccc6509b54706e837719aaa02c.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-Med-b3f5b39ace292971e27e09d62d1cdb9dc605c1ccc6509b54706e837719aaa02c.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-Med-11ce5e43ed22fdeaec5c12cb5c2be83004db0931ca12a92b847dbbf697c70cbd.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-Med-59c8e0387d402c2559fa2d0c0e9d52a74522f6ff46a071bfa31699b3ca774bf9.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-Med-3d366ff86f34d473af3add0c9c83f508a335795073dad3fd3d05a303dedf7831.svg#franklingothic) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-MedIta-fea8f81c8de36b49e03ad9445fccd128efced0760bd1c02b5e60c54a931fd01b.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-MedIta-fea8f81c8de36b49e03ad9445fccd128efced0760bd1c02b5e60c54a931fd01b.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-MedIta-9823b89c5e2fcf71cf90faa51f322ff4198d1dd69a9ebc3be0ed32c46874a374.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-MedIta-60fb00ad68df7d8e1a4dddf36e412f2416e6077ee94c8857ef6dfc99e3023e82.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-MedIta-9e620b4994fcae3d53882f27545d7fe9f96956c6e4ba137adb94fc77eb5df4f1.svg#franklingothic) format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-Dem-f5181e97d703d2c2b9106681d328c0954b9229386bac5a591fd3a294e2bfdf0d.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-Dem-f5181e97d703d2c2b9106681d328c0954b9229386bac5a591fd3a294e2bfdf0d.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-Dem-dea382627e6c860aae7fe04060b70a86e4902ae9344da3c93ccd45c039480e17.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-Dem-26cc0898d7bf7d4ae3fc1f2af64e0d75c66b4dd8ad1e3f207a336c169d2f1ab6.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-Dem-4cc6da37a80f3ac5ee3ed489d379f52f40991df210cc2014ce72898dd623a7c7.svg#franklingothic) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Franklin Gothic URW";
  src: url(/service/auth/build/scss/FranklinGothicURW-DemIta-13274809cde43e8b7c7045e0917342570625e862cfd3b274bdf3d6c04df1f60f.eot);
  src: url(/service/auth/build/scss/FranklinGothicURW-DemIta-13274809cde43e8b7c7045e0917342570625e862cfd3b274bdf3d6c04df1f60f.eot) format("embedded-opentype"), url(/service/auth/build/scss/FranklinGothicURW-DemIta-fc30e1f271fadabe7b3a010cc5a87f79fa89d06a7ba5c92a0c30f16d91312ec9.woff) format("woff"), url(/service/auth/build/scss/FranklinGothicURW-DemIta-91e4167be22889e6acdd1acebfb9582a721a1d9b15dcff9482fd235bca7d20d1.ttf) format("truetype"), url(/service/auth/build/scss/FranklinGothicURW-DemIta-315f2bfcca47ebccf3a4ac1652003c2f1b44490413ab7ed4328ab2f2e8c12c2f.svg#franklingothic) format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url(/service/auth/build/scss/founders-grotesk-regular-6246123f8564f47fb247cbec870c578ac004541a8ecf96cacdbdbd1b1047613f.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url(/service/auth/build/scss/founders-grotesk-medium-5997d14729e9f31ac6094aa9f54a1e9a938a33cd53b7d42185cd0b62125703e7.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Founders Grotesk";
  src: url(/service/auth/build/scss/founders-grotesk-semibold-c1380d90c8ba6bf0e54a84354155261806d785995c9d315bdbea50d2cbc4d7bc.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}

/* line 115, app/assets/stylesheets/modules/nfb_shared_styles.scss */
.button-primary {
  background-color: #37A703;
  border-radius: 5px;
  border: 2px solid transparent;
  color: white;
  cursor: pointer;
  font-family: "Franklin Gothic URW", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

/* line 128, app/assets/stylesheets/modules/nfb_shared_styles.scss */
.button-primary:hover, .button-primary:focus {
  background-color: #348E09;
}

/* line 1, app/assets/stylesheets/modern_web/form.scss */
.freshbooks-logo-web {
  margin-bottom: 25px;
  text-align: center;
  display: block;
}

/* line 7, app/assets/stylesheets/modern_web/form.scss */
.freshbooks-logo-mobile {
  display: none;
}

/* line 11, app/assets/stylesheets/modern_web/form.scss */
.form-header {
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
  color: #0075dd;
}

/* line 20, app/assets/stylesheets/modern_web/form.scss */
.form-header--signup {
  margin-bottom: 20px;
}

/* line 24, app/assets/stylesheets/modern_web/form.scss */
.form-header--signup-headline {
  font-family: 'Founders Grotesk';
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #001B40;
  margin-bottom: 24px;
  letter-spacing: 0;
}

@font-face {
  font-family: 'IBM Plex Sans';
  src: url(/service/auth/build/scss/IBMPlexSans-Regular-8685116dfbcfa639621631c4af0ad62e52ddeb9979acbec0007ccef2e4801a27.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 42, app/assets/stylesheets/modern_web/form.scss */
.form-header--signup-text {
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  font-weight: 400;
  color: #001B40;
  margin-top: 0;
  padding-top: 0px !important;
  margin-bottom: 24px;
  line-height: 24px;
}

/* line 53, app/assets/stylesheets/modern_web/form.scss */
.form-header__display-offer {
  font-size: 24px;
  padding: 0 20px;
  color: #062942;
  display: block;
  margin: 20px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

/* line 64, app/assets/stylesheets/modern_web/form.scss */
.form-row-wrapper {
  display: flex;
  justify-content: space-between;
}

/* line 69, app/assets/stylesheets/modern_web/form.scss */
.form-row {
  margin-top: 24px;
  position: relative;
}

/* line 74, app/assets/stylesheets/modern_web/form.scss */
.form-row--centered {
  text-align: center;
}

/* line 78, app/assets/stylesheets/modern_web/form.scss */
.form-row--left {
  text-align: left;
}

/* line 82, app/assets/stylesheets/modern_web/form.scss */
.form-row--right {
  text-align: right;
}

/* line 86, app/assets/stylesheets/modern_web/form.scss */
.form-row--secondary {
  font-size: 18px;
  margin-top: 36px;
}

/* line 91, app/assets/stylesheets/modern_web/form.scss */
.form-seperator {
  font-size: 18px;
  padding-bottom: 8px;
}

/* line 96, app/assets/stylesheets/modern_web/form.scss */
.form-seperator-lined {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 102, app/assets/stylesheets/modern_web/form.scss */
.form-seperator-lined:before {
  content: "";
  width: 125px;
  height: 1px;
  background: rgba(6, 41, 66, 0.2);
  margin-right: 40px;
  padding-left: 0px;
}

/* line 111, app/assets/stylesheets/modern_web/form.scss */
.form-seperator-lined:after {
  content: '';
  width: 125px;
  height: 1px;
  background: rgba(6, 41, 66, 0.2);
  margin-left: 40px;
  padding-right: 0px;
}

/* line 120, app/assets/stylesheets/modern_web/form.scss */
.form-input {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white !important;
  border-radius: 5px !important;
  border: 2px solid #7F8C9F !important;
  box-shadow: none !important;
  display: inline-block;
  font-family: 'Franklin Gothic URW', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  padding: 10px 12px !important;
  height: 50px;
  width: 100%;
  outline: none;
}

/* line 138, app/assets/stylesheets/modern_web/form.scss */
.form-input:read-only {
  background-color: #f3f4f6 !important;
  border-color: #e6eaec;
  color: #9ca9b4;
  cursor: default;
}

/* line 146, app/assets/stylesheets/modern_web/form.scss */
.form-input:focus + .floating-label,
.form-input:not(:placeholder-shown) + .floating-label,
.form-input:-webkit-autofill + .floating-label {
  font-size: 14px;
  transform: translateY(-100%);
}

/* line 153, app/assets/stylesheets/modern_web/form.scss */
.form-input:focus,
.form-input:not(:placeholder-shown),
.form-input:-webkit-autofill {
  padding: 20px 12px 2px !important;
}

/* line 159, app/assets/stylesheets/modern_web/form.scss */
.form-input--signup {
  position: relative;
}

/* line 163, app/assets/stylesheets/modern_web/form.scss */
.floating-label {
  display: block;
  position: absolute;
  font-size: 20px;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease all;
}

/* line 173, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-button {
  font-size: 20px;
  height: 50px;
}

/* line 177, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-button:hover {
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-text:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 187, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-terms {
  font-size: 12px;
  line-height: 16px;
}

/* line 192, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-terms a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}

/* line 198, app/assets/stylesheets/modern_web/form.scss */
.oauth-login-terms-error {
  background: rgba(250, 64, 92, 0.05);
  border: 2px solid #fa405c;
}

/* line 203, app/assets/stylesheets/modern_web/form.scss */
.omniauth-siw {
  position: relative;
  border: 2px solid #7F8C9F;
  border-radius: 5px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 16px;
}

/* line 210, app/assets/stylesheets/modern_web/form.scss */
.omniauth-siw a {
  flex: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* line 215, app/assets/stylesheets/modern_web/form.scss */
.omniauth-siw a:hover {
  background-color: #EEF6FC;
}

/* line 218, app/assets/stylesheets/modern_web/form.scss */
.omniauth-siw a img {
  position: absolute;
  width: 20%;
  padding: 0 10px;
}

/* line 224, app/assets/stylesheets/modern_web/form.scss */
.omniauth-siw .omniauth-siw-text {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  text-align: center;
  flex: 1;
}

/* line 111, app/assets/stylesheets/_mixins.scss */
.signin-textfield::placeholder {
  opacity: 1;
  color: #576981;
}

/* line 116, app/assets/stylesheets/_mixins.scss */
.signin-textfield :-ms-input-placeholder, .signin-textfield:-ms-input-placeholder {
  color: #576981;
}

/* line 239, app/assets/stylesheets/modern_web/form.scss */
.signin-textfield--password {
  padding-right: 60px !important;
}

/* line 243, app/assets/stylesheets/modern_web/form.scss */
.signin-links {
  color: #0063C1;
}

/* line 245, app/assets/stylesheets/modern_web/form.scss */
.signin-links:hover, .signin-links:focus {
  color: #004889;
  background-color: white;
}

/* line 252, app/assets/stylesheets/modern_web/form.scss */
a.forgot-password-link,
a.cannot-login-link {
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
}

/* line 260, app/assets/stylesheets/modern_web/form.scss */
.tos-link:hover {
  text-decoration-color: initial;
  background-color: white;
}

/* line 265, app/assets/stylesheets/modern_web/form.scss */
.migrate-help {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: rgba(6, 41, 66, 0.1);
  padding: 10px;
  text-align: center;
}

/* line 272, app/assets/stylesheets/modern_web/form.scss */
.migrate-help--heading {
  padding-bottom: 10px;
}

/* line 276, app/assets/stylesheets/modern_web/form.scss */
.tos-checkbox {
  margin-top: 2px !important;
  margin-right: 15px !important;
  font-weight: bold;
  width: 25px;
  height: 25px;
}

/* line 284, app/assets/stylesheets/modern_web/form.scss */
.pwd-toggle-button {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  margin: 0px 10px 0px 10px;
  background: transparent;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #0063C1;
}

/* line 297, app/assets/stylesheets/modern_web/form.scss */
.pwd-toggle-button:hover, .pwd-toggle-button:focus-visible {
  color: #004889;
}

/* line 1, app/assets/stylesheets/modern_web/flash.scss */
.form-input--signup .error-input-helper-text {
  color: #fa405c;
  font-style: inherit;
  font-size: 16px;
  margin-top: 8px;
}

/* line 7, app/assets/stylesheets/modern_web/flash.scss */
.form-input--signup .error-input-helper-text.icon--exclamation-circle::before {
  margin-right: 4px;
  font-family: 'FontAwesome', sans-serif;
  content: '\f06a';
}

/* line 14, app/assets/stylesheets/modern_web/flash.scss */
.form-input--signup .suggestion-tooltip-active {
  width: auto;
  background-color: #001B40;
  color: #fff;
  font-style: inherit;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  padding: 10px 17px 13px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
}

/* line 27, app/assets/stylesheets/modern_web/flash.scss */
.form-input--signup .suggestion-tooltip-active::after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 98%;
  left: 10%;
  border-width: 18px;
  border-style: solid;
  border-color: #001B40 transparent transparent transparent;
}

/* line 40, app/assets/stylesheets/modern_web/flash.scss */
.form-input--signup .suggestion-tooltip-button {
  background-color: #001B40;
  color: #fff;
  border: none;
  text-decoration: underline;
}

@font-face {
  font-family: 'FreshBooks Icons';
  src: url(/service/auth/build/scss/freshbooksicons-regular-webfont-011a5ac40b647c108a5605530c0efec879c64311bce210343b557d16c5cc5b42.woff);
  font-weight: normal;
  font-style: normal;
}

/* line 54, app/assets/stylesheets/modern_web/flash.scss */
.icon--inPersonSales:before, .icon--bullhorn:before, .icon--user:before, .icon--smiley:before, .icon--piggyBank:before, .icon--chevronRight:before, .icon--chevronDown:before, .icon--success:before, .icon--error:before {
  font-family: 'FreshBooks Icons';
}

/* line 59, app/assets/stylesheets/modern_web/flash.scss */
.icon--error:before {
  content: "";
  font-size: 1.15em;
}

/* line 59, app/assets/stylesheets/modern_web/flash.scss */
.icon--success:before {
  content: "";
  font-size: 1.15em;
}

/* line 69, app/assets/stylesheets/modern_web/flash.scss */
.flash-icon--error,
.flash-icon--success {
  font-size: 56px;
  line-height: 56px;
  font-style: normal;
  display: table-cell;
  opacity: unset !important;
  padding-right: 10px;
}

/* line 79, app/assets/stylesheets/modern_web/flash.scss */
.flash-icon--error {
  color: #fa405c;
}

/* line 83, app/assets/stylesheets/modern_web/flash.scss */
.flash-icon--success {
  color: #36a900;
}

/* line 87, app/assets/stylesheets/modern_web/flash.scss */
.form-error-row,
.form-success-row {
  border-radius: 5px;
  padding: 8px 10px 8px 10px;
  font-size: 18px;
  display: table;
  width: 100%;
}

/* line 96, app/assets/stylesheets/modern_web/flash.scss */
.form-error-row {
  border: 2px solid #fda0ae;
}

/* line 100, app/assets/stylesheets/modern_web/flash.scss */
.form-success-row {
  border: 2px solid #36a900;
}

/* line 104, app/assets/stylesheets/modern_web/flash.scss */
.form-error-text,
.form-success-text {
  vertical-align: middle;
  display: table-cell;
}

/* line 110, app/assets/stylesheets/modern_web/flash.scss */
.form-input-error {
  border-color: #fa405c !important;
}

/* line 114, app/assets/stylesheets/modern_web/flash.scss */
.form-input-error::-webkit-input-placeholder {
  color: #fa405c;
}

/* line 118, app/assets/stylesheets/modern_web/flash.scss */
.form-checkbox-error {
  background-color: #fed9de;
  border: 1px solid #fa405c;
}

/* line 123, app/assets/stylesheets/modern_web/flash.scss */
.form-row--error {
  background-color: #fed9de;
  color: #062942;
  border: 1px solid #fa405c;
  border-radius: 5px;
  margin-bottom: 16px;
  padding: 8px 16px 8px 16px;
  font-size: 16px;
  line-height: 1.3333333333em;
}

/* line 134, app/assets/stylesheets/modern_web/flash.scss */
.flash-title {
  font-size: 18px;
  color: #001B40;
  display: block;
}

/* line 140, app/assets/stylesheets/modern_web/flash.scss */
.flash-body {
  font-size: 14px;
  color: #576981;
  display: block;
  margin-top: 3px;
}

/* line 147, app/assets/stylesheets/modern_web/flash.scss */
.signup-form-label {
  font-size: 12px;
  line-height: 16px;
  margin-top: 24px;
  position: relative;
  display: block !important;
}

/* line 155, app/assets/stylesheets/modern_web/flash.scss */
.signup-form-checkbox {
  appearance: none;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 2px solid #7F8C9F;
  background: white no-repeat center;
  background-size: 80% auto;
  transition: 300ms;
}

/* line 166, app/assets/stylesheets/modern_web/flash.scss */
.signup-form-checkbox:checked {
  background-color: #0075dd;
  background-image: url(/service/auth/build/scss/check-552df58a0ba01e06786f135a38a307a778e33fecc88e4608dbc93a03ec62d3e9.svg);
  border-color: #0075dd;
}

/* line 1, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.login-link-button {
  display: block;
}

/* line 5, app/assets/stylesheets/modern_web/unauth_dialog.scss */
a.login-link-button {
  text-decoration: none;
}

/* line 9, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-padding {
  padding: 48px 0px 48px 0px;
}

/* line 13, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-2fa-auth-new-padding {
  padding-top: 48px;
}

/* line 17, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-logo-web {
  margin-bottom: 24px;
  text-align: center;
  display: block;
}

/* line 23, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-logo-mobile {
  display: none;
}

/* line 27, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-header,
.unauthenticatedDialog-header-padding,
.unauthenticatedDialog-header-medium {
  margin-bottom: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #001B40;
  text-align: center;
}

/* line 37, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-header,
.unauthenticatedDialog-header-padding {
  font-size: 28px;
}

/* line 42, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-header-medium {
  font-size: 19px;
}

/* line 46, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-header-padding {
  padding-top: 5px;
}

/* line 50, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-instructions {
  text-align: center;
  font-size: 16px !important;
  font: inherit;
}

/* line 56, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-instructions-padding-top {
  padding-top: 22px;
}

/* line 60, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-instructions-padding-bottom {
  padding-bottom: 22px;
}

/* line 64, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-instructions-first {
  margin-bottom: 10px;
}

/* line 68, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-instructions--bold {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

/* line 75, app/assets/stylesheets/modern_web/unauth_dialog.scss */
a.support-link,
a.qa-verify-link {
  text-align: center;
  color: #0075dd;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  /* line 75, app/assets/stylesheets/modern_web/unauth_dialog.scss */
  a.support-link,
a.qa-verify-link {
    color: #fbfdfe;
  }
}

/* line 87, app/assets/stylesheets/modern_web/unauth_dialog.scss */
a.two-factor-auth-faq {
  font-size: 20px;
  text-align: center;
  color: #0075dd;
  cursor: pointer;
  text-decoration: none;
}

/* line 94, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.support-link:hover,
.resend-email-button:hover,
.qa-verify-link:hover {
  color: #80baee;
  background-color: #ffffff;
}

/* line 101, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify_email_code {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

/* line 108, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify_email_code_sign_input {
  width: 50px;
  height: 60px;
  border: solid 1px #888 !important;
  background-color: #eef6fc !important;
  font-size: 30px;
  text-align: center;
  padding: 10px !important;
  text-transform: uppercase;
}

/* line 119, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify_email_code_sign_input:focus,
.verify_email_code_sign_input:not(:placeholder-shown),
.verify_email_code_sign_input:-webkit-autofill {
  padding: 10px !important;
}

/* line 126, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify_email_code .verify_email_code_sign_input::-webkit-outer-spin-button,
.verify_email_code .verify_email_code_sign_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 132, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify_email_code input.verify_email_code_sign_input[type=number] {
  -moz-appearance: textfield;
}

/* line 138, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.resend-email-button {
  border: 2px solid transparent;
  color: #0075dd;
  font-size: 16px;
  line-height: 30px;
  background-color: #ffffff;
}

/* line 146, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.verify-account-button {
  font-weight: 500;
  width: fit-content;
}

/* line 151, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.resent-email-container {
  display: inline;
}

/* line 153, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.resent-email-container form {
  display: inline;
}

/* line 156, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.resent-email-container .resend-email-button {
  padding: 0;
}

/* line 161, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.remember-2fa-form-checkbox {
  padding-right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 2px solid #7F8C9F;
  background: white no-repeat center;
  background-size: 80% auto;
  transition: 300ms;
}

/* line 171, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.remember-2fa-form-checkbox:checked {
  background-color: #0075dd;
  background-image: url(/service/auth/build/scss/check-552df58a0ba01e06786f135a38a307a778e33fecc88e4608dbc93a03ec62d3e9.svg);
  border-color: #0075dd;
}

/* line 178, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.remember-2fa-label {
  font-size: 20px;
  line-height: 16px;
  margin-top: 5px;
}

/* line 183, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.remember-2fa-label .remember_2fa_device_label_text {
  margin-left: 5px;
  font-size: large;
  vertical-align: text-top;
}

/* line 190, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.tip-container {
  border-radius: 8px;
  padding: 10px;
  gap: 10px;
  background-color: #F6F7F8;
  margin-top: 20px;
  justify-self: center;
  font-size: 14px;
  display: flex;
}

/* line 199, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.tip-container a {
  text-decoration: none;
  color: #0075dd;
}

/* line 203, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.tip-container .tip-bold {
  font-weight: bold;
}

/* line 208, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.tip-icon {
  margin-top: 2px;
}

/* line 212, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.tip-detail {
  font-size: 16px;
  display: flex;
  text-align: left;
}

/* line 218, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-button {
  text-align: center;
}

/* line 222, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.unauthenticatedDialog-checkbox-label {
  font-size: 16px;
}

/* line 226, app/assets/stylesheets/modern_web/unauth_dialog.scss */
a.tos-compliance-link {
  color: #0075dd;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  text-decoration: underline;
}

/* line 234, app/assets/stylesheets/modern_web/unauth_dialog.scss */
a.tos-compliance-link:hover {
  color: #80baee;
  background-color: #ffffff;
}

/* line 240, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog {
  font-family: "Founders Grotesk", Helvetica, Arial, sans-serif;
}

/* line 243, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog .unauthenticatedDialog-header {
  font-weight: 500;
}

/* line 247, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog .unauthenticatedDialog-instructions {
  line-height: 23px;
}

/* line 249, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog .unauthenticatedDialog-instructions .email {
  font-weight: 600;
}

/* line 254, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog .unauthenticatedDialog-button,
.confirmEmailDialog .resend-email-button,
.confirmEmailDialog .qa-verify-link,
.confirmEmailDialog .unauthenticatedDialog-instructions--bold {
  font-size: 20px;
}

/* line 261, app/assets/stylesheets/modern_web/unauth_dialog.scss */
.confirmEmailDialog .unauthenticatedDialog-instructions {
  font-size: 20px !important;
}

/* line 2, app/assets/stylesheets/modern_web/errors.scss */
.error-page h1 {
  line-height: 1.35em;
  font-weight: 400;
  font-size: 18px;
}

/* line 8, app/assets/stylesheets/modern_web/errors.scss */
.error-page .error-section {
  margin-top: 20px;
  font-size: 14px;
}

/* line 10, app/assets/stylesheets/modern_web/errors.scss */
.error-page .error-section p {
  margin-top: 0px;
}

/* line 16, app/assets/stylesheets/modern_web/errors.scss */
.error-page .oauth-login-text {
  margin: 5px 0;
}

@media only screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/modern_mobile/form.scss */
  .freshbooks-logo-web {
    margin-bottom: 25px;
    text-align: center;
    display: block;
  }
  /* line 8, app/assets/stylesheets/modern_mobile/form.scss */
  .modern-content-page {
    overflow: auto;
    background-color: #ffffff;
    background-image: none;
  }
  /* line 14, app/assets/stylesheets/modern_mobile/form.scss */
  .modern-content {
    border-style: none;
    box-shadow: none;
  }
  /* line 19, app/assets/stylesheets/modern_mobile/form.scss */
  .modern-footer {
    color: unset;
  }
  /* line 21, app/assets/stylesheets/modern_mobile/form.scss */
  .modern-footer a {
    color: unset;
  }
  /* line 29, app/assets/stylesheets/modern_mobile/form.scss */
  .is-agent-helios .signin-wrapper,
.is-agent-helios .signup-wrapper,
.is-agent-andromeda .signin-wrapper,
.is-agent-andromeda .signup-wrapper,
.is-agent-aurora .signin-wrapper,
.is-agent-aurora .signup-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/modern_mobile/unauth_dialog.scss */
  .unauthenticatedDialog-logo-web {
    margin-bottom: 24px;
    text-align: center;
    display: block;
  }
  /* line 8, app/assets/stylesheets/modern_mobile/unauth_dialog.scss */
  .unauthenticatedDialog-instructions--bold {
    margin-bottom: 24px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
  }
  /* line 15, app/assets/stylesheets/modern_mobile/unauth_dialog.scss */
  .resend-email-button {
    font-size: 16px;
    line-height: 30px;
    border-style: unset;
    background: inherit;
  }
  /* line 22, app/assets/stylesheets/modern_mobile/unauth_dialog.scss */
  .resend-email-button:hover, .support-link:hover {
    background-color: inherit;
  }
  /* line 26, app/assets/stylesheets/modern_mobile/unauth_dialog.scss */
  .form-success-row {
    background: #c3e5b3;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/modern_mobile/flash.scss */
  .flash-icon--error, .flash-icon--success {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 2, app/assets/stylesheets/modern_mobile/errors.scss */
  .error-page {
    color: #e4f4fe;
  }
  /* line 7, app/assets/stylesheets/modern_mobile/errors.scss */
  .error-section a {
    color: white;
    text-decoration: underline;
  }
  /* line 10, app/assets/stylesheets/modern_mobile/errors.scss */
  .error-section a:hover {
    background: inherit;
  }
}

/* line 1, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.doorkeeper-authorize-dialog-container {
  margin-top: 40px;
}

/* line 5, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-connect-header {
  color: #0075dd;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.35px;
}

/* line 12, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorize-button {
  margin-bottom: 10px;
  background-color: #36a900 !important;
}

/* line 17, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.deny-auth-button {
  margin-bottom: 10px;
  background-color: white !important;
  color: darkgrey !important;
}

/* line 23, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.connector-image {
  vertical-align: middle;
  width: 150px;
  height: 80px;
  border-radius: 12px;
  padding-top: 20px;
}

/* line 31, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon-column-connector {
  float: left;
  width: 30%;
}

/* line 36, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-description-box {
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  border-radius: 5px !important;
  border: 1px solid #cdd4d8 !important;
  box-shadow: none !important;
  display: inline-block;
  font-family: 'Franklin Gothic URW', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
  outline: none;
  width: 560px;
  letter-spacing: 0.13px;
  text-align: center;
}

/* line 58, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-trusted {
  background-color: rgba(133, 196, 30, 0.2);
}

/* line 62, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-untrusted {
  background-color: rgba(237, 192, 43, 0.2);
}

/* line 66, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-description {
  padding: 10px 10px;
}

/* line 70, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-name {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.17px;
  height: 18px;
  color: #062942;
}

/* line 78, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.apps-integrations-label {
  padding-bottom: 20px;
  color: rgba(6, 41, 66, 0.5);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.13px;
  text-align: center;
}

/* line 87, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-app-intro {
  text-align: left;
  font-size: 14px;
  font-weight: 800;
}

/* line 93, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-icon {
  width: 10%;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 5px;
}

/* line 101, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-icon-trusted {
  padding-left: 55px;
}

/* line 105, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-icon-untrusted {
  padding-left: 30px;
}

/* line 109, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-disclaimer {
  width: 90%;
  position: relative;
  float: left;
}

/* line 115, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-disclaimer-trusted {
  padding: 10px 70px 10px 0px;
}

/* line 118, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-disclaimer-trusted a {
  color: #333333;
  cursor: pointer;
}

/* line 121, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-disclaimer-trusted a:hover {
  background-color: transparent;
}

/* line 126, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.col-disclaimer-untrusted {
  padding: 10px 30px 10px 0px;
}

/* line 130, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-description {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
}

/* line 137, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-box {
  color: #062942;
  font-size: 14px;
  letter-spacing: 0.17px;
  text-align: left;
  padding-left: 10px;
  margin-top: 20px;
}

/* line 146, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.category-heading {
  font-size: 18px;
  font-weight: 400;
}

/* line 151, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.category-subheading {
  font-weight: 500;
}

/* line 155, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.category-heading-row {
  padding-bottom: 15px;
}

/* line 159, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.category-subheading-row {
  padding-bottom: 10px;
  padding-left: 25px;
}

/* line 164, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.resource-name {
  font-weight: 500;
}

/* line 168, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-text-row {
  padding-left: 45px;
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
}

/* line 175, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-text-row .scope-warning,
.app-connect-header .app-connect-tooltip,
.icon-row .app-name-tooltip,
.scopes-app-intro-row .scopes-app-intro-tooltip {
  background-color: #062942;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #062942;
  padding: 10px 8px;
  font-weight: normal;
  font-size: 12px;
  position: absolute;
  z-index: 1;
}

/* line 191, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-text-row .scope-warning {
  left: 50%;
  bottom: 100%;
  margin-left: -60px;
  margin-bottom: 5px;
}

/* line 198, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.app-connect-header .app-connect-tooltip {
  left: 36%;
  top: 7%;
}

/* line 203, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon-row .app-name-tooltip {
  left: 50%;
  margin-top: 20px;
}

/* line 208, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-app-intro-row .scopes-app-intro-tooltip {
  bottom: 75%;
  left: 0%;
}

/* line 213, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-text-row .scope-warning::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 100%;
  top: 100%;
  left: 60%;
  margin-left: -60px;
  border-width: 10px;
  border-style: solid;
  border-color: #062942 transparent transparent transparent;
}

/* line 227, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.admin-scope-text-row {
  padding-left: 0px !important;
  margin-top: -20px;
}

/* line 232, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scope-text {
  font-weight: 200;
}

@font-face {
  font-family: "FreshBooks Icons";
  src: url(/service/auth/build/scss/freshbooksicons-regular-webfont-011a5ac40b647c108a5605530c0efec879c64311bce210343b557d16c5cc5b42.woff);
  font-weight: normal;
  font-style: normal;
}

/* line 243, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--inPersonSales:before, .icon--bullhorn:before, .icon--user:before, .icon--smiley:before, .icon--piggyBank:before, .icon--chevronRight:before, .icon--chevronDown:before, .icon--error:before, .icon--success:before {
  font-family: "FreshBooks Icons";
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--chevronDown:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--chevronRight:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--piggyBank:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--smiley:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--user:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--bullhorn:before {
  content: "";
  font-size: 1.15em;
}

/* line 248, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--inPersonSales:before {
  content: "";
  font-size: 1.15em;
}

/* line 263, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--chevronRight, .icon--chevronDown {
  float: right;
  cursor: pointer;
}

/* line 268, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--chevronRight {
  margin-right: 5px;
}

/* line 272, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--chevronDown {
  margin-right: 10px;
}

/* line 276, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--fontAwesome {
  font-family: 'FontAwesome';
}

/* line 281, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.icon--exclamation-circle:before {
  content: '\f06a';
}

/* line 286, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.category-icon {
  padding-right: 5px;
}

/* line 290, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorization-page-separator-top:after,
.scopes-box:after,
.authorization-page-separator-bottom:after {
  border: 1px solid #cdd4d8;
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  background: #cdd4d8;
}

/* line 301, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-box:after {
  width: 560px;
}

/* line 305, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-box:last-child:after {
  height: 0px;
  border: 0px;
}

/* line 310, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorization-page-separator-top:after {
  width: 560px;
}

/* line 314, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorization-page-separator-nopadding {
  margin-bottom: -35px;
}

/* line 318, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.scopes-app-intro-row {
  margin-bottom: -5px;
}

/* line 322, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorization-page-separator-bottom {
  margin-top: -10px;
}

/* line 326, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.authorization-page-separator-bottom:after {
  width: 100%;
  left: 0%;
}

/* line 331, app/assets/stylesheets/doorkeeper/authorize_dialog.scss */
.allow-deny-row {
  padding-top: 20px;
  margin-bottom: -30px;
}
