/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
* {
	font-size: 100.01%;
	max-height: 10000px;
}
html {
	font-size: 62.5%;
	height:100%;
}
header, footer, article, section, hgroup, nav, figure, aside {display: block;}
figure { margin:0; padding:0; }
input[type="image"]{padding:0;border:none;}
input[type="email"], input[type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea{-webkit-appearance:none;border-radius:0;}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
	margin:0;
	color:#696969;
	font:400 1.600em/1.625em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
	height:100%;
	min-width:320px;
}
img {
	border-style:none;
	vertical-align:top;
}
/* set styles for default page links */
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
a:active {background-color: transparent;}
/* set default styles in all browsers */
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
::-webkit-input-placeholder {color: #696969;}
:-moz-placeholder {color: #696969;}
::-moz-placeholder {
	color: #696969;
	opacity: 1;
}
:-ms-input-placeholder {color: #696969;}

/* ---------------------------------------------------------
	2. Normal site styles
	--------------------------------------------------------*/

/* main container styles */
#wrapper {
	 width:100%;
	height:100%;
	display:table;
	margin:0 auto;
}
.w1 {
	width:100%;
	display:table-row;
}
.menu:after,
#nav ul:after,
.intro .frame:after,
.section:after,
.post:after,
.post .title:after,
.twocolumns:after,
.twocolumns .col:after,
.twocolumns .frame:after,
.worker:after,
.worker .info:after {
	content:"";
	display:block;
	clear:both;
}
/* header styles */
#header {
	max-width:960px;
	margin:0 auto;
	padding:12px 10px 17px;
	overflow:hidden;
}
#header .logo  {
	display:block;
	width:496px;
	height:73px;
	background:url(../images/psg-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#header .logo a {
	display:block;
	height:100%;
}
/*main navigation styles */
.menu {
	position:relative;
	float:right;
	z-index:1;
	margin:10px 0 0;
}
.menu .opener {
	display:none;
	float:right;
	background:#f9f9f9;
	color:#696969;
	padding:9px 19px;
	font-size:23px;
	line-height:24px;
	text-transform:uppercase;
	margin:3px 11px 16px 0;
	letter-spacing:-2px;
}
.menu .opener:hover {text-decoration:none;}
.menu.active .opener {
	color:#fff;
	background:#cb2c30;
}
.menu .slide.js-slide-hidden {
	position:static !important;
	right:0;
}
#nav {float:right;}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:16px;
	line-height:18px;
	width:100%;
}
#nav ul li {
	float:left;
	margin:0 0 0 22px;
}
#nav ul li a {
	color:#696969;
	position:relative;
}
#nav ul li.active a,
#nav ul li a:hover {
	color:#CB2C30;
	text-decoration:none;
}
#nav ul li.active a:after,
#nav ul li a:hover:after{
	content:"";
	position:absolute;
	clear:both;
	left:-2px;
	right:-2px;
	bottom:-5px;
	background:#CB2C30;
	height:2px;
}
/*banner styles*/
.ads {
	position:relative;
	z-index:1;
	margin:0 0 -55px;
	overflow:hidden;
}
.ads .holder {
	margin:0 -9999px;
	text-align:center;
}
/* page introductory content styles */
.intro {
	max-width:960px;
	margin:0 auto 30px;
	padding:0 10px;
	position:relative;
	z-index:10;
}
.intro .frame {width:730px;}
.box {
	overflow:hidden;
	margin:0 0 -29px -3px;
}
.intro .title {
	padding:3px 31px 3px 3px;
	position:relative;
	min-width:100px;
	z-index:1;
	float:left;
}
.intro .title-holder {position:relative;}
.intro .title-holder:after{
	content:'';
	position:absolute;
	background:url(../images/bg-title.png) no-repeat;
	top:-3px;
	left:-3px;
	right:0;
	height:3px;
	z-index:10;
}
.intro .title-holder:before {
	content:'';
	position:absolute;
	left:0;
	height:3px;
	right:-31px;
	bottom:-3px;
	background:url(../images/bg-title.png) no-repeat 100% 100%;
	z-index:10;
}
.intro .title-frame {background: url(../images/bg-title.png) no-repeat -3px -3px;}
.intro .title-frame:after{
	content:"";
	position:absolute;
	clear:both;
	background:url(../images/bg-title.png) no-repeat 100% 0;
	top:-3px;
	right:-31px;
	width:31px;
	bottom:0;
}
.intro .title-frame:before{
	content:"";
	position:absolute;
	clear:both;
	background:url(../images/bg-title.png) no-repeat 0 100%;
	top:0;
	left:-3px;
	width:3px;
	bottom:-3px;
}
.intro .title h1 {
	margin:0;
	font:40px/56px 'Libre Baskerville', 'Times New Roman', Times, serif;
	color:#fff;
	letter-spacing:-1px;
	padding:13px 40px 9px 37px;
	position:relative;
}

.intro .title h1 span {
	font-weight: 700;
}

.intro .title h1 strong {font:700 40px/56px 'Libre Baskerville', 'Times New Roman', Times, serif;}
.intro .text {
	margin:0 0 0 10px;
	background:#f9f9f9;
	padding:60px 80px 14px 27px;
	font:1.063em/1.647em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.intro .text p {margin:0 0 13px;}
/*page title styles*/
.heading {background: url(../images/bg-heading.jpg);}
.heading .holder {
	max-width:960px;
	margin:0 auto;
	padding:20px 10px 19px;
}
.heading h1 {
	font:400 3em/1.208em 'Libre Baskerville', 'Times New Roman', Times, serif;
	text-transform:capitalize;
	color:#fff;
	margin:0 0 0 38px;
}
/* main informative part styles */
#main {
	max-width:886px;
	margin:0 auto 78px;
	background:#f9f9f9;
	padding:36px 37px 5px;
	overflow:hidden;
}
/* posts section styles */
.twocolumns {margin:0 -24px;}
.twocolumns .col {
	float:left;
	width:50%;
}
.twocolumns .frame {
	margin:0 24px;
	padding:0 0 1px;
}
.section {
	margin:0 0 32px;
	padding:0 0 1px;
}
.section.entry {
	font:1.188em/1.421em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:0 0 37px;
}
/*posts section title styles*/
.section h2 {
	font:700 1.313em/1.143em 'Libre Baskerville', 'Times New Roman', Times, serif;
	color:#CB2C30;
	margin:0 0 13px;
	padding:0 0 10px;
	position:relative;
}
.section h2:after {
	content:"";
	position:absolute;
	clear:both;
	height:1px;
	background:#d6d6d6;
	bottom:0;
	left:0;
	right:0;
}
.section.entry h2 {
	margin:0 0 15px;
	font:700 1.105em/1.143em 'Libre Baskerville', 'Times New Roman', Times, serif;
	border:none;
	padding:0;
}
.section.entry h2:after {display:none;}
.section p {margin:0 0 10px;}
.post {
	font:0.938em/1.533em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding:0 0 14px 12px;
}
.section .post h2 {margin:0 0 4px;}
.section .post h2:after{
	left:-12px;
	right:27px;
}

.stage5 {padding-right: 15px;}
.post .title {
	width:100%;
	margin:0 0 13px;
}
.post .title span {
	display:block;
	font:1.067em/1.125em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
/*post thumbnails styles */
.post .aligncenter {margin:0 0 24px -12px;}
.post .aligncenter img {
	width:100%;
	height:auto;
}
.post-holder {margin:-4px 0 0;}
.post .alignright {float:right;}
.post .img-frame {margin:4px 0 11px 15px;}
.skill-list {
	margin:0 -24px 18px;
	padding:14px 0 0 ; 
	color:#696969;
	overflow:hidden;
}
.skill-list li {
	padding:1px 3px;
	margin:0 44px 6px;
}
/*quote styles*/
.blockquote:after{
	content:"";
	display:block;
	clear:both;
}
.blockquote {
	width:100%;
	margin:0 0 8px;
	text-align:center;
	padding:7px 0 0;
}
.blockquote q {
	font:italic 1.875em/1.467em Georgia, 'Times New Roman', Times, serif;
	display:block;
	/* margin:0 0 5px; */
	margin: 0 auto;
}
.blockquote q:after{
	content:"";
	width:26px;
	height:22px;
	clear:both;
	display:inline-block;
	vertical-align:top;
	background: url(../images/quote.png) no-repeat -34px 0;
	margin:2px 0 0 9px;
}
.blockquote q:before{
	content:"";
	clear:both;
	width:26px;
	height:22px;
	display:inline-block;
	background: url(../images/quote.png) no-repeat;
	margin:2px 5px 0 0;
	vertical-align:top;
}
.blockquote cite {
	float:right;
	font:1.125em/1.222em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:0 73px 0 0;
}
.news h2 {color: #696969; font-weight: 400;}
.disclosure li {
	line-height: 120%;
	margin-bottom: 15px;
}
.abc-logo {
	display: inline-block;
	float: left;
	height: 29px;
	width: 80px;
	margin: -5px 10px 0 0;
	background: url(../images/abc-radio-logo.png) no-repeat 0 0px;
}
.cnbc-logo {
	display: inline-block;
	float: left;
	height: 29px;
	width: 38px;
	margin: -6px 10px 0 0;
	background: url(../images/cnbc-logo.png) no-repeat 0 0px;
}
.afr-logo {
	display: inline-block;
	float: left;
	height: 29px;
	width: 160px;
	margin: -5px 6px 0 4px;
	background: url(../images/afr-logo-long.png) no-repeat 0 0px;
}

.pp-logo {
	display: inline-block;
	float: left;
	height: 29px;
	width: 193px;
	margin: -5px 6px 0 4px;
	background: url(../images/professional-planner-logo.png) no-repeat 0 0px;
}

.sky-logo {
	display: inline-block;
	float: left;
	height: 29px;
	width: 114px;
	margin: -5px 5px 0 0;
	background: url(../images/sky-news-logo.png) no-repeat 0 0px;
}


/*contact information styles*/
.contact-box {padding:3px 0 0;}
.contact-info {
	font:1.188em/1.368em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	padding:14px 0 0;
}
.contact-info p {margin:0 0 18px;}
.contact-info ul {
	text-decoration: none;
	list-style: none;
	padding: 0;
	line-height: 200%;
}
.contact-info ul span {
	font-weight: 600;
	margin-right: 2px;
}
.contact-info ul li a {color:#696969;}
.contact-info ul li a:hover {color:#CB2C30; text-decoration: none;}
.contact-info dl {margin:0;}
.contact-info dt {
	float:left;
	font-weight:700;
	margin:0 5px 0 0;
}
.contact-info dd {margin:0 0 12px;}
.contact-info dl a {color:#696969;}
.contact-info dl a:hover {color:#CB2C30; text-decoration: none;}
/* contact form styles */
.contact-form {padding:12px 33px 0 12px;}
.contact-form .row input[type="text"],
.contact-form .row input[type="email"]{
	font-size:17px;
	line-height:20px;
	height:38px;
	background:#eaeaea;
	border:1px solid #b1b1b1;
	width:100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 0 14px;
	padding:9px 12px;
	color:#696969;
}
.contact-form .row textarea {
	border:1px solid #b1b1b1;
	font-size:17px;
	line-height:20px;
	margin:0 0 18px;
	min-height: 148px !important;
	max-height: 250px !important;
	max-width: 100% !important;
	overflow: visible;
	padding: 8px 12px;
	width: 100% !important;
	background:#eaeaea;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#696969;
}
.contact-form button, .button-link {
	border:1px solid #929292;
	background: url(../images/bg-btn.jpg);
	cursor:pointer;
	font:700 19px/22px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:#fff;
	height:58px;
	width:100%;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
	text-transform:uppercase;
	padding:5px 0;
	position:relative;
	text-align:center;
	letter-spacing:1.5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.button-link { padding-top: 17px;}
.button-link a { color:#FFFFFF;}
.button-link a:hover { text-decoration: none;}
.contact-form button:hover, .button-link:hover {background: url(../images/bg-heading.jpg);}
.contact-form .row.error input[type="text"],
.contact-form .row.error input[type="email"],
.contact-form .row.error textarea {border-color:#CB2C30;}
.contact-form button > span, .button-link > span {position:relative;}
.contact-form button span:after {
	content:"";
	position:absolute;
	top:6px;
	right:-24px;
	clear:both;
	background: url(../images/sprite.png) no-repeat;
	width:8px;
	height:13px;
}
/* contact details styles */
.worker-box {
	list-style:none;
	margin:0 -54px;
	padding:5px 0 5px;
	overflow:hidden;
}
.worker-box li {
	margin:0 0 36px;
	float:left;
	width:50%;
}
.worker {margin:0 54px;}
.worker .avatar {
	float:left;
	margin:0 11px 0 0;
}
.worker .info {
	overflow:hidden;
	padding:7px 0 0 10px;
}
.worker h3 {
	font:1em/1.125em 'Libre Baskerville', 'Times New Roman', Times, serif;
	position:relative;
	padding:0 0 5px;
	margin:0 0 5px;
}
.worker h3:after{
	content:"";
	position:absolute;
	clear:both;
	bottom:0;
	left:-10px;
	right:0;
	height:1px;
	background:#696969;
}
.worker .info a {
	color:#696969;
	display:inline-block;
	word-break:break-all;
	font:0.938em/1.733em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.worker .info a:hover {
	color:#CB2C30;
	text-decoration:none;
}
.red:hover {
	color: #cb2c30;
}
.worker .info span {display:block;}
/* location information styles*/
.map-holder {margin:0 0 39px;}
.map-holder img,
#map_canvas {
  width: 100%;
  height: 400px;
}
.address {
	display:block;
	font:1.188em/1.158em 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:0 0 19px;
	letter-spacing:1px;
}
.medialink {
	color: #CB2C30;
}
.parkinglink {
	display: inline-block;
	background: url(../images/psg-parking.png) no-repeat 0 0;
	padding-left: 28px;
	margin: 0 0 10px 3px;
}
.medialink span {
	margin-right: 6px;
}
.download {
	position:relative;
	color:#696969;
	font:700 0.938em/1.2em 'Libre Baskerville', 'Times New Roman', Times, serif;
	display:inline-block;
}
.download:hover {
	text-decoration:none;
	color:#CB2C30;
}
.download:after{
	content:"";
	display:inline-block;
	vertical-align:top;
	clear:both;
	background: url(../images/sprite.png) no-repeat -32px 0;
	width:18px;
	height:21px;
	margin:-2px 0 0 13px;
}
/* footer styles */
#footer{
	width:100%;
	overflow:hidden;
	display:table-footer-group;
}
.f1{
	height:1%;
	display:table-row;
}
.f2{display:table-cell;}
#footer .holder {
	border-top:1px solid #797979;
	background:#ececec;
	overflow:hidden;
}
#footer .frame {
	max-width:886px;
	margin:0 auto;
	padding:22px 10px 29px;
	font:0.938em/1.733em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
/* footer contact information styles */
#footer .frame h2 {
	font:1.6em/1.167em 'Libre Baskerville', 'Times New Roman', Times, serif;
	text-transform:capitalize;
	margin:0 0 8px;
	color:#686868;
}
#footer dl {
	margin:0;
	overflow:hidden;
}
#footer dl dt {
	float:left;
	font:700 1em/1.733em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
#footer dl dd {
	float:left;
	margin:0 9px 0 5px;
}
#footer address {font:1em/1.733em 'Source Sans Pro', Arial, Helvetica, sans-serif;}
#footer dl a {color:#696969;}
#footer dl a:hover {color:#CB2C30; text-decoration: none;}
.copyright {background:#696969; text-align: center;}
.copyright-holder {
	max-width:886px;
	margin:0 auto;
	padding:10px;
	color:#fff;
	font:0.750em/1.333em 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.contact-space {height: 40px;}
.copyright p {margin:0;}
.copyright a {color:#fff;}
.gm-style-iw{width:100% !important;}

/* disclaimer styles */
.ordered-list {
	font-weight: 600;
}

.privacy-list {
	font-weight: 600;
}

.privacy-list li {
	padding: 0 0 20px 15px;
}

.ordered-point {
	list-style: none;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 30px;
}
.ordered-point li {
	margin-bottom: 10px;
}

.ordered-point a, .privacy-list a {
	color:#CB2C30;
}

.ordered-heading {
	font-weight: 600;
}
.ordered-list .inner-list {
	line-height: 18px;
	margin-top: 10px;
}
.alpha-list {
	list-style: lower-alpha;
	font-weight: normal;
}
.alpha-list li {
	padding: 0 0 5px 5px;
}
.square-list {
	list-style: square;
	font-weight: normal;	
}
.square-list li {
	padding: 0 0 5px 5px;
}
.normal {
	font-weight: normal;
	
}
.investing-list {
	margin-top: 0 !important;
	padding-top: 0 !important;
	list-style: lower-roman;
}


/* ---------------------------------------------------------
   3. Styles for Responsive web design
   ---------------------------------------------------------*/

/* styles for screens 880px wide and narrower */
@media screen and (max-width:880px){
	.post .alignright {width:52.6%;}
	.post .alignright img {
		width:100%;
		height:auto;
	}
	/* Adjustments for tablet */
	.skill-list li {
		line-height: 120%;
	}
	.worker .info {
		padding-left: 2px;
	}
	footer .frame {
		padding-left: 37px!important;
	}
}
/* styles for screens 767px wide and narrower */
@media screen and (max-width:767px){
	#header {padding:11px 0 0;}
	#header .logo {
		float:left;
		margin:0 0 0 17px;
		background-size:100% 100%;
		width:291px;
		height:42px;
		position:relative;
		z-index:10;
	}
	.menu {
		float:none;
		margin:0;
		width:100%;
	}
	.menu .slide.js-slide-hidden {position:absolute !important;}
	.menu .opener {display:block;}
	.menu .slide {clear:both;}
	#nav {
		float:none;
		width:100%;
	}
	#nav ul {
		font-size:20px;
		line-height:24px;
	}
	#nav ul li {
		float:none;
		border-bottom:2px solid #fff;
		
		color:#fff;
		margin:0;
	}
	#nav ul li a {
		color:#696969;
		padding:8px 0 9px 30px;
		display:block;
		background:#f9f9f9;
	}
	#nav ul li a:hover {
		background:#696969;
		color:#fff;
	}
	#nav ul li a:after {display:none;}
	.ads {margin:0 0 -38px;}
	.ads .holder {margin:0;}
	.ads img {
		width:120%;
		height:auto;
		margin:0 -20%;
	}
	.intro {padding:0;}
	.intro .frame {
		width:100%;
		overflow:hidden;
	}
	.intro .text {
		margin:0;
		padding:16px 30px 0;
	}	
	.box {margin:0 -3px;}
	.intro .title {float:none;}
	.intro .title h1 {
		font:26px/30px 'Libre Baskerville', 'Times New Roman', Times, serif;
		padding:17px 5px 16px 30px;
		float:none;
	}
	.intro .title h1 strong {font:26px/30px 'Libre Baskerville', 'Times New Roman', Times, serif;}
	#footer .frame {padding:22px 30px 29px;}
	.copyright-holder {padding:10px 30px;}
	.heading .holder {padding:14px 30px;}
	.heading h1 {
		font:400 1.875em/1.2em 'Libre Baskerville', 'Times New Roman', Times, serif;
		margin:0;
	}
	#main {
		padding:26px 30px 0;
		margin:0 auto 30px;
	}
	.twocolumns {margin:0 0 -16px;}
	.twocolumns .col {
		float:none;
		width:100%;
		height:auto !important;
	}
	.twocolumns .frame {margin:0;}
	.section {margin:0 0 10px;}
	.section.entry {margin:0 0 14px;}
	.post {margin:0 0 5px;}
	.post .img-frame {margin:4px 0 13px 15px;}
	.skill-list {
		margin:0 0 11px;
		padding:5px 0 0;
	}
	.skill-list li {margin:0 0 6px;}
	.skill-list .column {width:100% !important;}
	.blockquote {margin:0 0 21px;}
	.blockquote q {
		font:italic 1.625em/1.692em Georgia,'Times New Roman',Times,serif;
		margin:0;
	}
	.contact-box {padding:3px 0 25px;}
	.contact-form {padding:43px 0 21px;}
	.worker-box {
		padding:5px 0 10px;
		margin:0;
	}
	.worker-box li {
		width:100%;
		margin:0 0 14px;
	}
	.worker {margin:0;}
	.map-holder {margin:0 -30px 24px;}
	.map-holder img {
		width:140%;
		margin:0 -20%;
	}
	.address {margin:0 0 25px;}
	.download {font:700 1em/1.75em 'Libre Baskerville', 'Times New Roman', Times,serif;}
	#map_canvas{ height: 300px;}
	
	
}
/* styles for screens 479px wide and narrower */
@media screen and (max-width:479px){
	#main {
		padding:26px 15px 0;
		margin:0 auto 30px;
	}
	#header .logo {
		width:180px;
		height:26px;
		margin:10px 0 0 17px;
	}
	.info a {
		font-size: 13px;
	}
	.skill-list {list-style: disc}
	.skill-list li {
		margin-left: 30px;
		line-height: 120%;
		padding-bottom: 4px;
	}	
	.holder h1 {
		margin-left: -12px;
	}
	.worker .info {
		padding-left: 2px;
	}
	.mediaimage {margin: 15px 0 30px 0}
	/* End of Adjustments */
	.intro .title h1 {
		font:18px/24px 'Libre Baskerville', 'Times New Roman', Times, serif;
		padding:13px 2px 14px 30px;
	}
	.intro .title h1 strong {font:18px/24px 'Libre Baskerville', 'Times New Roman', Times, serif;}
	.section .post h2:after {right:15px;}
	.post .img-frame {margin:0 0 10px 10px;}
	.blockquote cite {margin:0;}
	#map_canvas{ height: 200px;}
	.button-push {margin-bottom:30px;}
}