/*
 *
	By The Numbers
 *
*/
/* line 8, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers {
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0;
}
/* line 13, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../../images/icons/by_the_numbers/by_the_numbers.png") center 0 no-repeat;
  background-size: 25px;
}
/* line 25, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers h2.block-title {
  padding-left: 0 !important;
  width: 100%;
  text-align: center;
}

/* line 31, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers table {
  margin: 25px 0;
}
/* line 33, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers table tr:first-child td {
  color: #d9b53b;
  font-weight: bold;
  font-family: "Oswald", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-size: 1.9em;
  padding-bottom: 20px;
}
/* line 38, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers table tr:last-child td {
  font-size: 0.8em;
  font-family: "Roboto", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  line-height: 1.2em;
}

/* line 44, ../../sass/front/front-by-the-numbers.scss */
.by-the-numbers h2 {
  position: absolute;
  z-index: 2;
  top: -70px;
  right: auto;
  bottom: auto;
  left: 0;
  color: #001d37;
  font-family: "Oswald", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-weight: 300;
  font-size: 1.8em;
}
