.leader {
    text-align: center;
}

.leader h3 {
    color: #FF5A69;
    margin-top: -15px;
    display: inline-block;
    padding: 0 24px;
}

.dec {
    padding: 50px 0;
    color: #5a5a5a;
    height: 344px;
}

.dec .row div p {
    text-indent: 1.5em;
    font-size: 16px;
    margin-top: 30px;
    line-height: 2em;
}

.odd {
    background-color: #F1F1F1;
}

.dec.last {
    color: #ffffff;
    /* background: #1F354A; */
    background: #0083c7;
}

.clear-dark-button {
    border-color: #666;
    border-radius: 0;
    background: transparent;
    color: #666;
    padding: 6px 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }

  .clear-light-button {
    border-color: #ffffff;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    padding: 6px 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  
  .bootstrap-tagsinput{
      display: block;
  }

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