/** -----------------------------------------------------------------------------------
    Mixins CSS - including fonts, margins, etc..

    NOTE: Giving Forum site administrators, this typography.css is overridden by LESS. DO NOT EDIT THIS FILE.
    CSS overrides should be managed in regional-association.css.
    ----------------------------------------------------------------------------------- */
/* Mixins for Poppins Font pack */
.lightFont {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.regularFont {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mediumFont {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.semiboldFont {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.boldFont {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.search-icon {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  content: "\f002";
  font-size: 20px;
  line-height: 1em;
  padding: 6px;
  display: block;
}
.pesto_link {
  color: #77bc43;
  font-weight: bold;
  font-size: 14px;
}
/* missing mixins that error */
.link-button-mixin {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
  padding: 8px 15px 6px 15px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #77bc43;
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  letter-spacing: 0;
  font-size: 15px;
  color: #ffffff;
}
.link-button-mixin:link,
.link-button-mixin:visited {
  color: #ffffff;
}
.link-button-mixin:hover {
  text-decoration: none !important;
  background: #bdd971;
}
.gradient-teal {
  background: #3f5963;
  background: -moz-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #3f5963), color-stop(50%, #4f6872), color-stop(100%, #687a82));
  background: -webkit-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -o-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: -ms-linear-gradient(-45deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
  background: linear-gradient(135deg, #3f5963 0%, #4f6872 50%, #687a82 100%);
}
.gradient-navy-up {
  background: #006d9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #006d9e 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #006d9e 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #006d9e 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@blue', endColorstr='@black', GradientType=0);
  /* IE6-9 */
}
.gradient-navy-down {
  background: #006d9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #006d9e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #006d9e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #006d9e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@black', endColorstr='@blue', GradientType=0);
  /* IE6-9 */
}
/** -----------------------------------------------------------------------------------
  Typography CSS - including fonts, margins, etc..

  NOTE: Giving Forum site administrators, this typography.css is overridden by LESS. DO NOT EDIT THIS FILE.
  CSS overrides should be managed in regional-association.css.
----------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.5px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2em;
}
h5 {
  margin-bottom: 10px !important;
}
h6 {
  margin-bottom: 5px;
}
a:link,
a:visited,
a:active {
  text-decoration: none;
  line-height: inherit;
  font-weight: 600;
}
a:link:hover,
a:visited:hover,
a:active:hover {
  text-decoration: underline;
}
h1 {
  clear: left;
}
h1#page-title {
  background: url(../images/br-holes-sm2x.png) repeat-x left bottom transparent;
  background-size: 10px;
  padding-bottom: 10px;
}
.front #page-title {
  display: none;
}
