.bb-subcontent {
  min-height: 400px;
  @media (max-width: $screen-xs-max) {
    min-height: 100px;
  }
}

.bb-content {
  min-height: 600px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0 0 10px 0;
  }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: underline;
  &:focus {
    outline: 0;
    border: 1px $input-border-focus solid;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(red($input-border-focus), green($input-border-focus), blue($input-border-focus), .6);
  }
}

p {
  margin-bottom: 10px; margin-bottom: 1rem;
  &:last-child {
    margin-bottom: 0;
  }
}

.page-header {
  margin: 20px 0 25px 0;
  padding-bottom: 0;
  border-bottom: none;
}

.page-intro, .page-summary {
  margin-bottom: 30px;
}

#loading_icon{
  height:100%;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color: white;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 2000;
}
#loading_icon div {
  display:block;
  margin:0 auto;
}
#loading_icon #wait_graphic {
  background:url("../../core/_images/BB_wait.gif");
  width: 100px;
  height: 100px;
}

.powered-by {
  font-size: $font-size-base;
  margin-bottom: 20px;
  text-align: right;

  @media print{
    text-align: center;
  }

}

.text-block {
  margin-bottom: 20px;
}

.bb-section {
  margin-bottom: 30px;
}

.bb-section-title {
  border-bottom: 1px solid $gray-light;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: $font-size-h3;
}

.bb-step-navigation {
  margin-top: 50px;
  margin-bottom: 20px;
  border-top: 1px solid $bb-border;
  padding-top: 20px;

  .btn {
    @media (max-width: $screen-xs-max) {
      width: 100%;
      margin-bottom: 10px;
    }
  }

}

.bb-bordered {
  border-top: 1px solid $gray-lighter;
  border-bottom: 1px solid $gray-lighter;
}

.bb-block-heading {
  padding-bottom: 5px;
}

/* use to wrap components just as lists */
.bb-block {
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 15px;

  &.bb-block-sm {
    padding-bottom: 10px;
  }

}

@media (min-width: $screen-sm) {

  .row.bb-vertical-align-center {
    display: table;
  }

  .row.bb-vertical-align-center [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

}

.angular-google-map-container {
  height: 200px;
}

