@font-face {
  font-family: 'RobotoCondensed';
  src: url("/css/font/RobotoCondensed-Regular-webfont.woff") format("woff"), url("../font/RobotoCondensed-Regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NeuzeitGroteskBold';
  src: url("/css/font/Neuzeit-Grotesk-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%; }

* {
  font-family: 'RobotoCondensed'; }

body,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: RobotoCondensed;
  font-weight: normal; }

a {
  color: #64B14B;
  font-weight: bold; }
  a.grey {
    color: #bbb;
    font-weight: normal; }
  a:hover {
    color: #000; }

p {
  color: #484848;
  font-size: 1rem; }
  p.p-tb {
    padding: 20px 0; }
  p.font-italic {
    margin-top: 0.5em;
    color: #777; }

.checklist {
  list-style: none;
  padding: 0; }
  .checklist li {
    color: #888; }
    .checklist li i.fa {
      color: #64B14B; }

.btn-disabled {
  color: #fff;
  background: #bbb;
  cursor: default; }

.btn-success,
.btn-primary {
  background: #357A04; }

.btn-success.active,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #64B14B;
  border-color: #64B14B; }

h1 {
  font-family: 'NeuzeitGroteskBold', serif;
  color: #354E62;
  font-weight: bold;
  font-size: 2.5rem; }

h2 {
  font-family: 'NeuzeitGroteskBold', serif;
  color: #64B14B;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 15px; }

footer {
  margin-top: 3rem;
  border-top: 1px solid #bbb;
  padding-top: 1rem;
  font-size: 0.8rem;
  color: #bbb; }

#questionsForm select option.first {
  font-style: italic;
  color: #bbb; }

.sms-form {
  margin: 0 auto; }
  .sms-form input {
    font-size: 2.5rem;
    height: 6rem;
    text-align: center;
    width: 30px !important; }

form .form-control:focus {
  box-shadow: none;
  border-color: #64B14B; }
form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb; }
form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb; }
form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb; }
form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb; }
form .form-control.error {
  border: 1px solid red;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.4);
  background-color: rgba(255, 0, 0, 0.05); }
form span.twitter-typeahead {
  width: 100%; }

.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  font-size: 1rem; }

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #357A04;
  color: #fff; }

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion:hover a {
  color: #262626; }

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0; }

#cp {
  text-shadow: 0 1px 0 #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 4px #fff; }

.logo-container {
  width: 300px;
  display: block; }
  .logo-container img {
    width: 100%;
    height: auto; }

.inmodal .modal-header {
  padding: 30px 15px;
  text-align: center;
  background-color: #64B14B; }
  .inmodal .modal-header h4 {
    position: absolute;
    color: #fff;
    line-height: 1; }
.inmodal .modal-body {
  background: #f8fafb; }
.inmodal .dropzone.dz-clickable {
  cursor: pointer; }
.inmodal .dropzone {
  min-height: 140px;
  border: 1px dashed #1ab394;
  background: white;
  padding: 20px; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.7); }

.conditions-frame {
  border: 2px solid #357A04;
  padding: 15px;
  width: 100%;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .conditions-frame h1 {
    font-size: 22px; }

#conditionsForm .well {
  background-color: #B9E88B;
  border: 1px solid #357A04;
  border-radius: 10px;
  padding: 4px 0px 11px 0px;
  margin: 0; }
  #conditionsForm .well .col-1 {
    height: 2em; }

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700; }
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #bbb; }

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #64B14B; }
    .multi-steps > li:before {
      content: '\f00c';
      content: '\2713;';
      content: '\10003';
      content: '\10004';
      content: '\2713';
      display: block;
      margin: 0 auto 4px;
      color: #fff;
      background-color: #64B14B;
      width: 36px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      font-weight: bold;
      border-width: 2px;
      border-style: solid;
      border-color: #64B14B;
      border-radius: 50%; }
    .multi-steps > li:after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #64B14B;
      position: absolute;
      top: 16px;
      left: 50%;
      z-index: -1; }
    .multi-steps > li:last-child:after {
      display: none; }
    .multi-steps > li.is-active:before {
      color: #64B14B;
      background-color: #fff;
      border-color: #64B14B; }
    .multi-steps > li.is-active ~ li {
      color: #808080; }
      .multi-steps > li.is-active ~ li:before {
        background-color: #bbb;
        border-color: #bbb; }

@media (max-width: 767px) {
  .container-setup {
    margin-top: -70px !important; }

  .hidden-xs {
    display: none; } }

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