/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, templates/g5_helium/custom/scss/custom.scss */
#g-intro {
  background: #fff;
  color: #424753;
  padding: 1rem 0;
}
/* line 12, templates/g5_helium/custom/scss/custom.scss */
h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
/* line 18, templates/g5_helium/custom/scss/custom.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #000;
  *background-color: #000;
  background-image: -moz-linear-gradient(top, #000, #000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
  background-image: -webkit-linear-gradient(top, #000, #000);
  background-image: -o-linear-gradient(top, #000, #000);
  background-image: linear-gradient(to bottom, #000, #000);
  background-repeat: repeat-x;
  border-color: #000 #000 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 35, templates/g5_helium/custom/scss/custom.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f36e59;
  *background-color: #f36e59;
  background-image: -moz-linear-gradient(top, #f36e59, #f36e59);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f36e59), to(#f36e59));
  background-image: -webkit-linear-gradient(top, #f36e59, #f36e59);
  background-image: -o-linear-gradient(top, #f36e59, #f36e59);
  background-image: linear-gradient(to bottom, #f36e59, #f36e59);
  background-repeat: repeat-x;
  border-color: #f36e59 #f36e59 #f36e59;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF36E59', endColorstr='#ffF36E59', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 52, templates/g5_helium/custom/scss/custom.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/* line 69, templates/g5_helium/custom/scss/custom.scss */
.btn-primary {
  font-family: "Oxygen";
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: none;
  background: #4995d1;
  color: #fff;
  border: 1px solid transparent;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 86, templates/g5_helium/custom/scss/custom.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #fff;
  background-color: #f36e59;
  *background-color: #f36e59;
}
/* line 92, templates/g5_helium/custom/scss/custom.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #fff;
  background-color: #000;
  *background-color: #000;
}
/* line 98, templates/g5_helium/custom/scss/custom.scss */
.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled {
  margin: 0px 0px 0px 0px;
  display: inline-flex;
  border: 0px solid #e0e0e5;
  padding: 0.4rem 0rem 0rem 0rem;
}
/* line 105, templates/g5_helium/custom/scss/custom.scss */
.moduletable .nav.menu li, .moduletable .mostread li, .moduletable .latestnews li, .moduletable .archive-module li, .moduletable .relateditems li, .moduletable .categories-module li, .moduletable .category-module li, .moduletable .latestusers li, .moduletable .unstyled li {
  list-style-type: none;
  margin-left: 1rem;
  padding-bottom: 0.938rem;
  margin-bottom: 0.625rem;
  border-bottom: 0px solid #e0e0e5;
}
/* line 113, templates/g5_helium/custom/scss/custom.scss */
.label-info[href], .badge-info[href] {
  background: #4995d1;
}
/* line 117, templates/g5_helium/custom/scss/custom.scss */
.table, .table-bordered {
  border-color: #fff #fff #fff transparent;
}
/* line 120, templates/g5_helium/custom/scss/custom.scss */
.table-bordered th, .table-bordered td {
  border-left: 0px solid #ddd;
}
/* line 124, templates/g5_helium/custom/scss/custom.scss */
table.table-bordered {
  border-collapse: separate;
  width: 50rem;
}
/*# sourceMappingURL=custom_9.css.map */