.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.fleft{
	float: left;
}
.fright{
	float:right;
}
.bodycopy{
	display:none;
	padding: 9px 0;
	border-top:4px double #1599CB;
}
.sourcenum{
	width: 13px;
	text-align: right;
	margin-right: 5px;
	float: left;
	font-size: 11px;
	font-weight: 800;
}
.sourcetext{
	width: 500px;
	text-indent: 0px;
	float: left;
	display: inline;
	padding-left: 30px;
	margin-top: -19px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	font-weight: 600;
}
.sourcetext:hover{
	background: rgba(21, 153, 203, .1);
}
.sectionhead{
	font-size: 9px;
	text-indent: 0px;
	width: 530px!important;
	border-bottom:1px solid #F50A3E;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.secline{
	height: 1px;
	background: #F50A3E;
	border-bottom: 1px solid #fffcfb;
	border-bottom: 1px solid #fffcfb;
	outline: 1px solid #F50A3E;
	margin-top: 25px;
}
.sourcebreak{
	width: 530px;
	height: 2px;
	margin-bottom: 13px;
}
.display{
	width: 530px;
	padding-bottom: 13px;
	margin-bottom: 13px;
  	display: block;
  	border-bottom: 1px solid #fffcfb;
  	height: 410px;
  }
 .display *{
 	float: left;	
	position: absolute;
 }
.threecol{
   -moz-column-count: 3;
   -moz-column-gap: 40px;
   -webkit-column-count: 3;
   -webkit-column-gap : 40px;
   -moz-column-rule: 6px double #F50A3E;
   -webkit-column-rule: 6px double #F50A3E;
   font-weight: 700;
   font-size: 9px;
 }
div.display .threecol p{
 	padding: 0 0 9px 0;
 	border-bottom: 1px solid #1599CB;
 	margin: 0;
 }
 .threecol p {
 	border-bottom: none;
 }

 .justified{
 	text-align: justify; 
 	text-justify: newspaper;
}
 .center{
 	text-align: center;
 }
.h1 {
	font-size: 300px;
	line-height: 300px;
	margin: 0;
}
.h2 {
	font-size: 60px;
	margin: 0;
	background: none;
	border: none;
	outline: none;
	text-align: none;
	vertical-align: none;
}
.h3 {
	font-size: 17px;
	margin: 0;
}
.h4{
	font-size: 13px;
	margin: 0;
}
.h5{
	font-size: 9px;
	margin: 0;
}
.display .bold, .display strong{
	font-weight: 700;
}
.display .medium{
	font-weight: 400;
}
.display .light{
	font-weight: 300;
}
.italic{
	font-style: italic;
}
.rotate{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.vertical{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.bordertop{
	border-top: 1px solid #1599CB;
}
.borderbottom{
	border-bottom: 1px solid #1599CB;
}
.uppercase{
	text-transform: uppercase;
}
.blue{
	color: #1599CB;
}
.red{
	color: #F50A3E;
}
.white{
	color: #fffcfb;
}
.redoutline{
	color: #fffcfb;
   -webkit-text-stroke: 2px #F50A3E;
   -o-text-stroke: 2px #F50A3E;
   -moz-text-stroke: 2px #F50A3E;
}
.blueoutline{
	color: #fffcfb;
   -webkit-text-stroke: 2px #1599CB;
   -o-text-stroke: 2px #1599CB;
   -moz-text-stroke: 2px #1599CB;
}
.readmore{
	text-align:right;
	color:#F50A3E;
}
.circle{
	width: 27px;
	height: 35px;
	border-radius: 200px;
	background: #F50A3E;
	color: #F50A3E;
	text-align: center;
	line-height: 35px;
	padding-right: 8px
}
sup{
	text-decoration: underline;
	line-height: 28px;
}
.ss{
	left: 0px;
	z-index: -1;
	margin-top: -5px;
	top:7.5px;
}
.ss:hover .sss{
	color: #1599CB;
}
.ss:hover .ssss{
	color: #fffcfb;
	background: #F50A3E!important;
	border:none;
}