/*.slabo h1, .slabo h2, .slabo h3, .slabo h4, .slabo h5, .slabo h6 {
	font-family: 'Slabo 27px', serif;
}*/

.grey-text h3, .grey-text h4, .grey-text h5, .grey-text h6, .caption {color: #606060;}
.open-sans  { font-family: 'Open Sans', sans-serif;}
.barlow,.lead,.caption, h1, h2, h3, h4, h5, h6 {    font-family: 'Barlow Condensed', sans-serif!important;}
.caption strong {font-size:larger;}
.red-h2 h2 {
	color: #9E0B0F;
	margin-top:58px;
}
h3 {margin-top:40px!important;}
.lead {margin-bottom:20px!important; margin-top:30px;color:#606060;font-weight:700!important;}
.caption {margin-top:40px;}
.icons a:link, .icons a:visited { font-weight:700!important; color: #9E0B0F;
	opacity: 1;
	filter: alpha(opacity=100); /* msie */}
.icons a:hover, .icons a:active {font-weight:700!important;color: #202020;
	opacity: 0.7;
	filter: alpha(opacity=70); /* msie */
	-webkit-filter: grayscale(70%);
   -moz-filter: grayscale(70%);
	 -o-filter: grayscale(70%);
	-ms-filter: grayscale(70%);
		filter: grayscale(70%); }

div.rpt-pttrn-tp {
	background-image: url("/images/reports/s15r/top-tessellation.jpg");
	background-repeat: repeat-y;
	/*background-repeat: repeat-x;
    background-attachment: fixed;*/
}
div.rpt-pttrn-mn {
	background-image: url("/images/reports/s15r/repeating-tesselation.jpg");
	background-repeat: repeat-y;
	/*background-repeat: repeat-x;
    background-attachment: fixed;*/
}
div.whtbg-mn {
	background-color: white;
	background-size: contain;
    border-radius: 10px;
}
.inset-border {
	padding: 40px 55px;
	border: none;
	resize: none;
}
.xxsmallview  .inset-border, .xsmallview .inset-border {
	padding: 20px 10px;
}
.xxsmallview  .lead, .xsmallview .lead {font-size:x-large;}
div.pullquote-inline {
	padding-left: 11.5px;
	padding-right: 11.5px;
	margin-bottom: 0;
	position: relative;
	border: #000;
}

.big-text {
	font-size: larger;
}
.xxsmallview  .inset-border, .xsmallview .inset-border { font-size: large; }
.white-text {
	color: #fff;
}
.red-text a:hover, .red-text a:active { /*you should be styling a:hover and a:active together - if you are tabbing through links, you're not going to be hovering, the link will be active */
	color: #BA432D;
/*	color: #98a2cd;*/
}
.red-bg {
	background: #9E0B0F;
	border-radius: 10px;
	margin-bottom: 25px;
}