.wrap{
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	background: white;
	overflow: hidden;
}
.item{
	margin: 0 0;
	padding: 0px 0px;
	background: #FFFFFF;
}
a{ text-decoration: none; color: #333}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	text-align: center;
	margin: 0 0;
}
h2{font-size: 1.5em; margin: 8px 0}
h2 span.name{font-size: 1em}
h2 span.num{font-size: 1.5em; font-style: italic}
.item p{text-transform: }

/*Loader style*/
.ias_loader, .ias_trigger {
	text-align:center;
	margin: 30px 0 40px;
}
.ias_trigger a:link,
.ias_trigger a:visited {
    padding: 4px 50px;
	position: relative;
	background: #273D4B;
	border: solid transparent;
	color: #FFF;
	font-family: 'Bree Serif', serif;
	font-size: 1.4em;
	margin:2%;
}
.ias_trigger a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(39, 61, 75, 0);
	border-top-color: #273D4B;
	border-width: 15px;
	margin-left: -15px;
}
.ias_trigger a:hover,
.ias_trigger a:active {
	border: solid transparent;
}