/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'VAG Rounded Light';
	src: url('fonts/vag-rounded-light.eot');
	src: url('fonts/vag-rounded-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/vag-rounded-light.woff') format('woff'),
		 url('fonts/vag-rounded-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'VAG Rounded Bold';
	src: url('fonts/vag-rounded-light-bold.eot');
	src: url('fonts/vag-rounded-light-bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/vag-rounded-light-bold.woff') format('woff'),
		 url('fonts/vag-rounded-light-bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#7E7E7D;
	font-size: 15px;
}
p {
	line-height: 24px;
	margin-bottom: 20px;
}
h1, h2, h3 {
	font-family: 'VAG Rounded Bold';
	color:#00B8E4;
}
h1 {
	font-size: 24px;
	margin: 10px 0;
}
h2 {
	color:#7E7E7D;
	border-bottom: 2px solid #BDBEC1;
	font-size: 22px;
	margin:10px 0;
	padding-bottom: 3px;
}
h3 {
	font-size:16px;
	margin: 10px 0;
}

.boxedcontainer {
	max-width: 1170px;
	margin:0 auto;
	padding:0px;
	clear: both;
	width:100%;
}
.tips-box {
	width: 48%;
	float: left;
	margin:10px 0 40px;
	border: 1px solid #D2D2D2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	height: 290px;
}
.tips-box h2 {
	margin:10px 0;
	border-bottom: 1px solid #D2D2D2;
	padding:0 20px 10px;
	color:#00B8E4!important;
}
.tips-box p {
	font-family: 'VAG Rounded Light';
	color: #7E7E7D;
	font-size: 20px;
	line-height: 1.5;
	z-index: 10;
	position: absolute;
	bottom:110px;
	left:20px;
	width:50%;
	margin-bottom: 0;
}
.tips-box .tip-img {
	width:96%;
	height: auto;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
}
.tips-box .button {
	position: absolute;
	bottom: 50px;
	left: 20px;
	z-index: 10;
}
#moneymaking {
	margin-left: 30px;
}
h2 a {
	color: #00B8E4;
	text-decoration: none;
}
#moneymaking h2 a {
	color:#0046AD;
}
h2 a:hover, #moneymaking h2 a:hover {
	color: #7E7E7D;
}
.back-button {
	float:right;
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

/******************************************
	The People's Pension Custom CSS
******************************************/

.big_number {
	color:#BDBEC1;
	font-size: 70px;
	font-family: 'VAG Rounded Bold';
}
.big_blue_text {
	color:#00B8E4;
	font-size: 54px;
	font-family: 'VAG Rounded Bold';
}
.grey_text {
	color:#5F6062;
	font-size: 30px;
	font-family: 'VAG Rounded Light';
	line-height: 40px;
}
.large_grey_text {
	color:#5F6062;
	font-size: 40px;
	font-family: 'VAG Rounded Light';
}

.heading {
	border-bottom: 1px dashed #CCC;
	padding: 15px 0;
	margin-bottom:15px;
}
.footer {
	border-top: 1px dashed #CCC;
	padding: 15px 0;
	margin-top:15px;
}
#share {
	width:70%;
	float: left;
}
#share .stButton {
	margin-bottom: 10px;
}
#social {
	width:28%;
	float: right;
	text-align: right;
}
.tp-bullets {
	bottom:-25px!important;
}
.tp-leftarrow {
	left:0!important;
}
/* Small devices (mobiles, tablets, 870px and under) */
@media (max-width: 911px) { 
	.boxedcontainer {
		width:95%;
		padding:0;
		margin:10px 10px 40px;
	}
	p {
		font-size:16px;
		margin: 10px;
	}
	.tips-box {
		width: 100%;
		float: left;
		margin:10px 0 40px;
	}
	.tips-box p {
		margin:0;
		width:63%;
		bottom:145px;
	}
	.tips-box .tip-img {
		max-height: 169px;
		width: 94%;
		max-width: 500px;
	}
	#moneymaking {
		margin-left: 0px;
	}
	#share {
		width:100%;
	}
	#social {
		width:100%;
		text-align: left;
	}
	.grey_text {
		font-size:30px;
		line-height: 1.3;
	}
	.back-button {
		float:left;
		clear: both;
		margin: 20px 0;
	}
}
/* Small devices (mobiles, tablets, 768px and under) */
@media (max-width: 528px) { 
	.tips-box p {
		bottom:130px;
		width: 89%;
	}
	.tips-box .button {
		width:170px;
		height: auto;
	}
}
@media (max-width:1000px) and (min-width:911px) {
    .boxedcontainer {
		width:95%;
		padding:0;
		margin:10px 10px 40px;
	}
    .tips-box p {
		bottom:130px;
		width: 95%;
		margin:0;
	}
	.tips-box .button {
		width:170px;
		height: auto;
	}
	.tips-box .tip-img {
		max-height: 169px;
		width: 95%;
		max-width: 500px;
	}
}​
