.mobileShow{display: none;}
.mobileHide{display: block;}

#ui-contentWrap{
	max-width:100%;
}

#bankingApp .image {
	text-align: center;
}

#borderRight {
	padding: 0 0 0 40px;
	border-left: 2px solid #7e7e7e;
}

#wealthContactUs div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

#wealthContactUs h5 {
	border-bottom: 1px solid #00a7ab;
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
}

#wealthContactUs .contactBlock {
	padding: 20px 0;
	border-bottom: 1px solid #ededed;
	position: relative;
}
	#wealthContactUs .contactBlock a{
		right: 20px;
		position: absolute;
		bottom: 20px;
	}
/* 
turned back on
.ui-callMeBackBtt {
	display: none;
}
 */
#wealthContactUs .contactBlockLast {
	padding: 20px 0;
	position: relative;
}
	#wealthContactUs .contactBlockLast a{
		right: 20px;
		position: absolute;
		bottom: 20px;
	}
#bankingApp {
	background:url('/03images/pages/private-banking/private-wealth/background2.png');
}

#map {
	width: 431px;
	height: 374px;
	position: relative;
	margin: 20px 0 50px 0;
}

.leftPadding {
	padding: 0 40px 0 0;
}

.rightPadding {
	padding: 0 0 0 40px;
}

.blackArrowRight {
	background: url('/03images/pages/private-banking/private-wealth/iconArrowRight.png') no-repeat left center;
	padding: 0 0 0 20px;
}

.overlay{
	max-width:none;
}

.headingSpacing {
	margin: 0 0 40px 0;
}

#content .header{
	width: 100%;
	text-align: center;
	padding: 50px 0;
	position: relative;
	height: auto!important;
	overflow: auto;
	top: 0;
	border-bottom: none;
	z-index: 0;
}

#content .header h1{
	font-family:"FNBSansRegular";
	font-size:38px;
	padding-bottom:10px;
}

#content .header h3{
	font-family:"FNBSansLight";
	font-size:20px;
	color:#cccccc;
	padding-bottom:50px;
}

#content .header p{
	font-family:"FNBSansRegular";
	font-size:14px;
	line-height:18px;
}

.subSections{
	width:100%;
	display:table;
}

.subSections p{
	width: 100%;
	margin: auto;
	text-align: center;
}

.subSections h1{
	width: 100%;
	margin: auto;
	text-align:center;
	padding:50px 0;
	font-family:"FoundationSansLight";
}

.qualify{
	padding:30px 0;
}

#content .ui-link{
	display: block;
	text-align: center;
}

.backBtn .ui-link a{
	padding:0 20px;
	background-image:url('/03images/pages/private-banking/generic/leftArrow.png');
	background-position:center left;
	background-repeat:no-repeat;
	font-family:"FoundationSansRegular";
	color:#ffffff;
	font-size:14px;
}

.leftSections{
	width:50%;
	display:table-cell;
	background-image:url('/03images/pages/private-banking/new/groupImage.jpg');
	background-position: top right;
	background-size:cover;
	background-repeat:no-repeat;
}

.leftSectionsInner{
	max-width:675px;
	float:right;
	padding-right:50px;
	padding-top:10%;
	padding-bottom:10%;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.leftSections .sectionUnderline{
	max-width:100%;
	height:1px;
	background:#009999;
}

.leftSections .ui-link a{
	background-image:url('/03images/pages/private-banking/generic/rightArrowWhite.png');
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:20px;
}

.rightSections .ui-link a{
	color:#000000;
	background-image:url('/03images/pages/private-banking/generic/rightArrowBlack.png');
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:20px;
}

.rightSections{
	width:50%;
	display:table-cell;
	background-image:url('/03images/pages/private-banking/private-wealth/fissure.jpg');
	background-position: bottom right;
	color:#000000;
	background-size:cover;
	background-repeat:no-repeat;
}

.rightSectionsInner{
	max-width:675px;
	float:left;
	padding-left:50px;
	padding-top:10%;
	padding-bottom:10%;
	width:100%;	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.rightSections .sectionUnderline{
	width:100%;
	height:1px;
	background:#000000;
}

/* private clients overview */

.pc-overview-header{
	padding-top:50px;
	color:#ffffff;
	text-align:center;
}

.backBtn{
	float:left;
	padding-top:10px;
}

.pc-mainMenuWrapper{
	max-width:1450px;
	margin:auto;
	
}

.pc-header-content{
	display:table;
	width:100%;
	height:100%;
	padding-bottom: 90px;
}

.pc-header-content-align{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}



.pc-mainMenu{
	color:#ffffff;
	border:none;
	margin:auto;
	height:22px;
	margin-bottom:30px;
	width:295px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.pc-mainMenu .ui-listItem{
	text-align:center;
	font-family:"FNBSansLight";
	-webkit-transition:width .3s,right .3s;
   -moz-transition:width .3s,right .3s;
     -o-transition:width .3s,right .3s;
        transition:width .3s,right .3s;
        height: 100%;
        font-size: 14px;
}

.pc-mainMenu .ui-listItem:hover{
		background:#009999;
}

.pc-mainMenu .ui-listItem.selected{
	background:#009999;
}

.pc-mainMenu .ui-submenu-link {
	border:1px solid #009999;
	height: 22px;
	display: block;
	width: 95px;
	float: left;
	line-height:21px;

}

.pc-mainMenu .ui-submenu-link:first-child{
	border-radius:5px 0 0 5px;
	border-right:none;
}
.pc-mainMenu .ui-submenu-link:last-child{
	border-radius:0 5px 5px 0;
	border-left:none;
}


.pc-mainMenu .ui-submenu-link:first-child{
	border-right: none;
}
.pc-overview-header {
	min-height:442px;
	height:442px;
	position:relative;
}


.pc-overview-header h1{
	color:#fff;
	font-family:"FoundationSansLight";
	padding-bottom:10px;
	padding-bottom: 30px;
	font-size: 48px;
	line-height: 50px;
}

.pc-overview-header p{
	width:40%;
	margin:auto;
	font-size:14px;
	text-shadow: 1px 1px 1px #666666;
	line-height:18px;
}

.pc-subMenu{
	padding-top:50px;
	display:table;
	margin:auto;
	width:650px;
}

.subMenuIcons{
	display:table-cell;
	width:20%;
	padding:0 10px;
	text-shadow: 1px 1px 1px #666666;
	font-size:14px;
}

.pc-subMenu.cursorPointer .subMenuIcons{
		cursor:pointer;
}


.subMenuIcons>div{
	padding-bottom:6px;
}

.sections .subMenuIcons{
	text-shadow:none;
}

html body #content .subMenuIcons:hover{
	text-shadow: 1px 1px 20px #ffffff;
	color:inherit;
}


.downArrow{
	margin:auto;
	padding:0;
	cursor:pointer;
	width:46px;
	position:absolute;
	left:0;
	right:0;
	bottom:40px;
}

.sections{
	width:100%;
	padding:50px 0;
	position:relative;
}
.sectionsNoPaddingBottom{
	width:100%;
	padding:50px 0 0 0;
	position:relative;
}
.sectionsMargin {
	margin: 0 0 50px 0;
}
.sectionsMarginLarge {
	margin: 0 0 80px 0;
}

.sections.last{
	width:100%;
	padding:0 0 50px 0;
	position:relative;
	
}

.pointerIcon {
	background: url('/03images/pages/private-banking/private-wealth/iconMarkerBlack.png') no-repeat center top;
	padding: 30px 0 0 0;
	position: absolute;
	cursor: pointer;
}
.pointerIcon:hover {
	background: url('/03images/pages/private-banking/private-wealth/iconMarkerTurq.png') no-repeat center 5px;
	color: #00a7ab;
}
.pointerIcon.selected {
	background: url('/03images/pages/private-banking/private-wealth/iconMarkerTurq.png') no-repeat center top;
	color: #00a7ab;
}

.AppContainer{
	float: left;
	width: 96px;
	margin: 0 5px;
}

.underline {text-decoration: underline;}

.sections .noPadding .subMenuIcons {
	width: 240px;
	position: absolute;
	top: auto;
	bottom: 10px;
	right: 10px;
}

#cape {
	bottom: 20px;
	left: 50px;
}
#gauteng {
	left: 270px;
	top: 90px;
}
#freeState {
	left: 214px;
	top: 163px;
}
#kwazuluNatal {
	right: 20px;
	top: 175px
}
#easternCape {
	left: 200px;
	bottom: 55px;
}

.sections p{
	line-height:18px;
}

.sections h2{
	color:#009999;
	margin-bottom:20px;
	font-size:28px;
}

.sections h3{
	font-size:18px;
	line-height:22px;
}

.sectionsInner{
	max-width:1450px;
	margin:auto;
	display:table;
	width:100%;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.sectionText, .sectionImage{
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.sectionTextTop {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.sectionImage{
	text-align:right;
}


.sectionImage img{
	width:100%;
}

.subMenuIcons img{
	width:39px;
}

.subMenuIcons.width50 img{
	width:50px;
}

.sections .subMenuIcons{
	width: 72px;
	text-align:center;
	padding:0;
	position:relative;
	top:40px;
	display:block;
}


.tealText{
	color:#009999;
}

.whiteText{
	color:#ffffff;
}

.whiteText:visited{
	color:#ffffff;
}

.blackText{
	color:#000000;
}

.blackTextImportant{
	color:#000000!important;
}

.paddingLeft20{
	padding-left:20px;
}

.paddingLeft40{
	padding-left:40px;
}

.paddingBottom40{
	padding-bottom:40px;
}

.paddingBottom30{
	padding-bottom:30px;
}
.paddingTop15{
	padding-top:15px;
}

.paddingBottom10{
	padding-bottom:10px;
}

.paddingTop40{
	padding-top:40px;
}

.paddingRight20{
	padding-right:20px;
}

.paddingRight40{
	padding-right:40px;
}

.verticalAlignTop{
	vertical-align:top;
}

.verticalAlignMiddle{
	vertical-align:middle;
}

.verticalAlignBottom{
	vertical-align:bottom;
}

.displayBlock{
	display:block;
}

.sections h1{
	font-family:"FoundationSansLight";
}

.backgroundGrey1{
	background:#f0f0f0;
}

.backgroundGrey2{
	background:#d7d7d7;
}

.backgroundGrey3{
	background:#ebebeb;
}

.backgroundFooter {
	background-image:url('/03images/pages/private-banking/new/footer.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 100px 0;
	color: #fff;
}
	.backgroundFooter a{
		color: #fff;
	}
	.backgroundFooter .sectionsInner{
		width: 70%;
		margin: 0;
	}
	

.backgroundTape{
	background-image:url('/03images/pages/private-banking/private-clients/tape.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundPooldeck{
	background-image:url('/03images/pages/private-banking/private-clients/pool.jpg');
	background-position: center 70%;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundBoat{
	background-image:url('/03images/pages/private-banking/new/background.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundRope{
	background-image:url('/03images/pages/private-banking/private-clients/rope.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundDeckchair{
	background-image:url('/03images/pages/private-banking/private-clients/deckchair.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundTablet{
	background-image:url('/03images/pages/private-banking/private-clients/tablet.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundWomen{
	background-image:url('/03images/pages/private-banking/private-clients/woman.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundLights{
	background-image:url('/03images/pages/private-banking/private-clients/lights.jpg');
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundWaiter{
	background-image:url('/03images/pages/private-banking/private-clients/waiter.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundRopeCloseUp{
	background-image:url('/03images/pages/private-banking/private-clients/ropeCloseUp.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}


.sections .ui-listItem {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:20px;
	font-size:14px;
}

.sections .ui-listItem span{
	display:block;
}

.ui-pdfDownload-link{
	padding:0 20px 0 0;
	background-image:url('/03images/pages/private-banking/generic/rightArrowOrange.png');
	background-position:center right;
	background-repeat:no-repeat;
	font-family:"FoundationSansRegular";
	color:#ffffff;
	font-size:14px;
	line-height:18px;
}

.ui-pdfDownload-link:visited{
	color:#ffffff;
}

.borderRight{
	border-right:1px solid #cccccc; 
}

.borderRightTeal{
	border-right:1px solid #009999; 
}

.borderBottom{
	border-bottom:1px solid #cccccc; 
}

.textAlignCenter{
	text-align:center;
}

.textAlignLeft{
	text-align:left;
}

.textAlignRight{
	text-align:right;
}

.marginAuto{
	margin:auto;
}

.paddingZero{
	padding:0;
}

.paddingTopZero{
	padding-top:0px;
}

.paddingTop10{
	padding-top:10px;
}

.paddingBottomZero{
	padding-bottom:0px;
}

.paddingTop30{
	padding-top:30px;
}

.paddingTop50{
	padding-top:50px;
}

.paddingBottom50{
	padding-bottom:50px;
}

.paddingBottom80{
	padding-bottom:80px;
}

.lineHeight20{
	line-height:20px;
}

.sections b{
	font-family:"FNBSansLight";
	font-weight:bold;
	font-style: normal;
	font-size:13px;
}

.heightAdjust{
	padding-bottom:10px;
}

.customPDFDownload .ui-pdfDownload-link{
	color:#000000;
	background-image:url('/03images/pages/private-banking/generic/rightArrowBlack.png');
}


/* Private Wealth */

.backgroundFissure{
	background-image:url('/03images/pages/private-banking/private-wealth/backgroundContactUs.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundFissure2{
	background-image:url('/03images/pages/private-banking/private-wealth/fissure2.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundSnowDrift{
	background-image:url('/03images/pages/private-banking/private-wealth/snowdrift.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundLeaf{
	background-image:url('/03images/pages/private-banking/private-wealth/leaf.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundRipples{
	background-image:url('/03images/pages/private-banking/private-wealth/ripples.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundAirplane{
	background-image:url('/03images/pages/private-banking/private-wealth/airplane.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundSleet{
	background-image:url('/03images/pages/private-banking/private-wealth/sleet.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundFracture{
	background-image:url('/03images/pages/private-banking/private-wealth/fracture.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundFracture2{
	background-image:url('/03images/pages/private-banking/private-wealth/fracture2.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundFracture3{
	background-image:url('/03images/pages/private-banking/private-wealth/fracture3.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundFracture4{
	background-image:url('/03images/pages/private-banking/private-wealth/fracture4.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundSuits{
	background-image:url('/03images/pages/private-banking/private-wealth/suits.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundAirplane2{
	background-image:url('/03images/pages/private-banking/private-wealth/airplane2.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundBeach{
	background-image:url('/03images/pages/private-banking/private-wealth/beach.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundBeach2{
	background-image:url('/03images/pages/private-banking/private-wealth/beach2.jpg');
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundMountains{
	background-image:url('/03images/pages/private-banking/private-wealth/mountains.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundDunes{
	background-image:url('/03images/pages/private-banking/private-wealth/dunes.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundPool{
	background-image:url('/03images/pages/private-banking/private-wealth/pool.jpg');
	background-position: 50% 70%;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundSailor{
	background-image:url('/03images/pages/private-banking/private-wealth/sailor.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.backgroundChild{
	background-image:url('/03images/pages/private-banking/private-wealth/child.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
}


.private-wealth .backBtn .ui-link a{
	color:#000000;
	background-image: url('/03images/pages/private-banking/generic/leftArrowBlack.png');
}

.private-wealth .pc-mainMenu {
	color: #575755;
	border: none;
}

.private-wealth .pc-mainMenu .ui-listItem.selected {
background: #575755;
color:#ffffff;
}

.private-wealth .pc-mainMenu .ui-listItem:hover{
		background:#575755;
		color:#ffffff;
}

.private-wealth .pc-mainMenu .ui-submenu-link:first-child{
	border-radius:5px 0 0 5px;
	border-right:none;
}
.private-wealth .pc-mainMenu .ui-submenu-link:last-child{
	border-radius:0 5px 5px 0;
	border-left:none;
}
.private-wealth .pc-mainMenu .ui-submenu-link{
	border: 1px solid #575755;
}

.private-wealth .pc-overview-header h1 {
color: #000000;
}

.private-wealth .pc-overview-header p {
text-shadow: none;
color:#000000;
}

.private-wealth .subMenuIcons {
text-shadow: none;
}

html body #content.private-wealth .subMenuIcons:hover{
	/* text-shadow: 1px 1px 1px #000000; */
	color:#575755;
}

html body #content.private-wealth .sections .subMenuIcons:hover{
	text-shadow: none;
}

.sections .positionTop0{
	top:0;
}

/* Apply Intercept */

.ui-theIntercepter4Apply{
	max-width:none;
}
.ui-Intercept{
	background:#ffffff;
	max-width:none;
}

.ui-InterceptInner{
	max-width: 1450px;
	margin: auto;
}

.ui-Intercept-close{
	background: url("/03images/chameleon/pop_close_btn_black.png") no-repeat;
}

.applyGridGroup
{
	margin-top: 20px;
	color:#000000;
}
.applyBigCircTextBottomContainer {
	text-align: left;
    width: 100%;
}
.ui-button .bigCircLeft {
background: url("/03images/chameleon/buttons/icon-circ-black.png") no-repeat;
}

.ui-button .bigCircLeft:hover {
background: url("/03images/chameleon/buttons/icon-circ-hover-black.png") no-repeat;
background-position:10px 10px;
}

.applyBigCircLeft {
position: relative;
float: left;
width: 50%;
height: 47px;
padding: 13px 0 0 60px;
margin: 0 0 0 38%;
background: url("/03images/applyonline/icon-circ.png") no-repeat;
font-size: 18px;
}
.applyBigCircLeft:hover {
background-image: url("/03images/applyonline/icon-circ-hover.png");
cursor: pointer;
}
.applyBigCircTextLeft
{
position: relative;
float: left;
width: 50%;
text-align: left;
height: 47px;
margin-top: 15px;
font-size: 18px;
}

.ui-Intercept h2{
	color:#000000;
	padding-left: 10px;
}

.boxSizingBorder{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}

.textShadowWhite{
	text-shadow: 1px 1px 2px #ffffff;
}

h4{
	font-size:18px;
}

#content .customExternalLink .ui-link{
	text-decoration:underline;
	display:inline;
}

.ui-video .ui-video-text {
	background: url("/03images/pages/private-banking/private-wealth/videoLink.gif") no-repeat center left transparent;
	font-size: 14px;
}

#background2 {
	background: url("/03images/pages/private-banking/private-wealth/background2.png") repeat-x;
	
}

.fullBackgroundHeight {
	padding: 30px;
}

.smallScreen .sections .noPadding .subMenuIcons {
	width: 240px;
	position: relative;
	top: auto;
	bottom: 0;
	right: auto;
}
.smallScreen .pc-subMenu.noPadding .subMenuIcons {
	min-height: 14px;
}
.smallScreen .pc-subMenu.noPadding {
	margin: 0;
}
.smallScreen #contactContainer {
	margin: 20px 0;
}
.smallScreen .rightPadding {
	padding: 20px 0 20px 0;
}
.smallScreen #borderRight {
  padding: 0 0 0 10px;
  border-left: none;
}

.smallScreen #map {
  width: 280px;
  height: auto;
  position: relative;
  margin: 20px 0 50px 0;
}

.smallScreen #cape {
	bottom: 5px;
    left: 20px;
}
.smallScreen #gauteng {
	left: 170px;
	top: 38px;
}
.smallScreen #freeState {
	left: 125px;
	top: 102px;
}
.smallScreen #kwazuluNatal {
	right: 0;
	top: 84px;
}
.smallScreen #easternCape {
	left: 115px;
	bottom: 30px;
}

.smallScreen .mobileShow{display: block;}
.smallScreen .mobileHide{display: none;}

@media only screen and (max-width: 700px)
{
	
	.smallScreen .backBtn{
	display:none;
	}

	.smallScreen .subSections{
	display:block;
	}
	
	.smallScreen .leftSections , .smallScreen .rightSections{
	display:block;
	width:100%;
	}
	
	.smallScreen .leftSectionsInner {
	padding-right: 0px; 
	float:none;
	}
	
	.smallScreen .rightSectionsInner {
	padding-left: 0px; 
	float:none;
}
	
	.smallScreen .pc-overview-header {
	height: auto;
	min-height:inherit;
	}
	
	.smallScreen .pc-mainMenu{
	width:150px;
	display: block;
	height: 70px;
	}
	
	.smallScreen .pc-mainMenu .ui-submenu-link {
		width:150px;
		}
	
	.smallScreen .pc-mainMenu .ui-submenu-link:first-child {
		border-radius: 5px 5px 0 0;
		border-right:1px solid #009999;
		border-bottom:none;
		}
		
	.smallScreen .pc-mainMenu .ui-submenu-link:last-child {
		border-radius: 0 0 5px 5px;
		border-left:1px solid #009999;
		border-top:none;
		}
	
	.smallScreen .private-wealth .pc-mainMenu .ui-submenu-link:first-child{
		border-right:1px solid #575755;
		border-radius: 5px 5px 0 0;
	}
	.smallScreen .private-wealth .pc-mainMenu .ui-submenu-link:last-child{
		border-left:1px solid #575755;
		border-radius: 0 0 5px 5px;
	}
	
	html.smallScreen body #content .pc-overview-header h1{
	line-height:20px;
	padding-bottom:10px;
	font-size:26px;
	}	
	
	.smallScreen .pc-overview-header p{
	width:90%;
	}
	
	
	.smallScreen .pc-subMenu{
	display:block;
	width:100%;
	max-width: 460px;
	}
	
	.smallScreen .pc-subMenu .subMenuIcons{
	min-height: 100px;
	display:inline-table;
	}
	
	
	.smallScreen .downArrow{
	position:relative;
	padding: 20px 0;
	bottom:initial;
	}

	.smallScreen .sectionText, .sectionImage{
	display:block;
	width:100%;
	text-align:left;
	}
	.smallScreen .sectionImage{
	text-align:center;
	}
	
	.smallScreen .sectionImage>div{
	padding-right:0;
	padding-left:0;
	}
	
	.smallScreen .sectionImage>div{
		margin:auto;
	}

	.smallScreen .floatRight,.smallScreen .floatLeft{
		float:none;
	}
	
	.smallScreen .sections .subMenuIcons{
	margin: 10px 0;
	display: block;
	top:0;
	}
	
	.smallScreen .sectionText.paddingLeft40 {
	padding-left:0;
	}
	
	.smallScreen .sections{
	padding:15px 0;
	} 
	
	.smallScreen .sections .sectionsInner{
	padding:0 10px;
	} 

	
}

.underlineLink {text-decoration: underline;}

.padding10 {
	padding: 10px 0;
}
.padding5 {
	padding: 5px 0 0 0;
}

.fullImage img{
	width: 100%;
}