/* div[id$="Pane"]:not(.DNNEmptyPane) {
	margin-bottom: 50px;
}
.negateBottomMargin {
	margin-bottom: -50px;
} */

 
 html, body, input, select, textarea, p, ul, li{
  font-family: freight-text-pro, arboria, sans-serif;
	font-weight: 400;
	font-style: normal;
	 
 }
 
 
h2.underBorder:after, h3.underBorder:after, h4.underBorder:after, h5.underBorder:after, h6.underBorder:after {
	border-bottom: 1px solid #710000;
	width: 15%;
	content: "";
	display: block;
	margin-top: 15px;
}
h2.heading_centered, h3.heading_centered {
}
.heading_centered, .heading_centered:after {
	margin-left: auto;
	margin-right: auto;
}


H1 {

  font-family: mongoose, sans-serif !important;
  font-weight: 900 !important;
  font-size: 3.5em !important;  
  font-style: normal !important;
  letter-spacing: .015em;
  line-height: 1em !important;
  text-transform:uppercase;
}
H2 {
  font-size: 2em !important;
  font-family: arboria, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
H3 {
  font-size: 1.5em !important;
  font-family: arboria, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
H4 {

  font-family: arboria, sans-serif !important;
font-weight: 700 !important;
font-style: normal !important;
font-size: 1.25em !important;
}
H5 {

  font-size: 1em !important;	
  font-family: arboria, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}



/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
  color: #910000;
  text-decoration: underline;
  /* font-weight: 600; */
}
a:focus, a:hover {
  color: #710000;
  text-decoration: none;
}

a.btn {
	color: #ffffff;
	font-family: arboria, sans-serif;
	font-weight: 700;
}

/* h3 a:link, h3 a:visited { */
	/* color: #3a3a3a; */
	/* font-weight: normal; */
/* } */

/*------------------------------------------------*/
/* END ANCHOR STYLE */
/*------------------------------------------------*/