/* CUSTOM STYLES */



.blue {
	color: #1f3c73; 
} 
.orange {
	color: #e88b19; 
} 


.frutiger, 
p.frutiger, 
a.frutiger {
	font-family:'FrutigerLTW02-55Roman';
}
.frutiger-bold,
p.frutiger-bold,
a.frutiger-bold,
p.blue.frutiger-bold, 
p.frutiger-bold.blue {
	font-family:'Frutiger LT W02 65 Bold';
}


.centered {
	text-align: center;
}
.smaller-font {
	font-size: .85em;
} 
.bigger-font {
	font-size: 1.25em;
	line-height: 1.65em; 
	-webkit-font-smoothing: antialiased;
}
.legal-font {
	font-size: 11px;
	font-family: Helvetica, arial, sans-serif;
}


.marginTop {
	margin-top: 40px !important;
}
.marginBottom {
	margin-bottom: 40px !important;
}
.marginLeft {
	margin-left: 40px !important;
}
.marginRight {
	margin-right: 40px !important;
}
.noMargin {
	margin: 0 !important;
}


.no-bullet,
ul.no-bullet li,
.main .no-bullet li {
	list-style: none;
	padding-left: 0 !important;
	background: none !important;
}

ul.pdf-bullet li { 
	font-size: 14px; 
	line-height: 1.25em;
	border-bottom: 1px dotted #d2d3d3;
	list-style: none; 
	margin:  0; 
	padding: 18px 0 18px 40px; 
	background: url(../../themes/read-on/images/icon-pdf.png) left center no-repeat; 
}
ul.pdf-bullet li:first-child {
	border-top: 1px dotted #d2d3d3;
}

.two-column {
	float: left;
	width: 310px;
	margin: 0 80px 0 0;
}



span.large-number,
p.large-number {
	font-size: 7.25em;
	padding: 0; 
	margin: 0; 
	line-height: 1em;
	color: #d7d5d0;
}
.number-textBox {
	width: 440px;
	float: left;
}





/* BUTTONS */

a.btn,
p.btn a {
	display: inline-block;
	padding: 14px 30px;
	background: #e88b19;
	font-family:'Frutiger LT W02 65 Bold';
	font-weight: normal;
	font-size: .925em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	color: #fff;
}



.network-logo {
	float: left;
	margin: 0 100px 60px 0;
}
.button-hover {
	padding: 15px 10px;
}
.button-hover:hover {
	background: #f7f7f7;
}
