@font-face {
	font-family: 'robotoregular';
	src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('../fonts/roboto-light-webfont.woff2') format('woff2'), url('../fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotobold';
	src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotomedium';
	src: url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	background: #1d2726 !important;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
}
img {
	border: none;
	margin: 0px;
	max-width: 100%;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3, h4, h5, h6 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}
textarea {
	resize: none;
}
input:focus, textarea:focus {
	outline: none;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, time {
	display: block;
	margin: 0px;
	padding: 0;
}
.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
.modal_wrapper {
	width: 100%;
	position: absolute;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}
/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
	position: relative;
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}
.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}
.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/
.layoutWrapper {
	position: relative;
}
.pageContainer {
	position: relative;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 4px 4px 5px 0px rgba(50, 0, 0.20);
	padding: 0;
}
.leftAnimo {
	-ms-transform: translate3d(-270px, 0px, 0px);
	-webkit-transform: translate3d(-270px, 0px, 0px);
	-moz-transform: translate3d(-270px, 0px, 0px);
	transform: translate3d(-270px, 0px, 0px);
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.mobileNav {
	width: 270px;
	height: 100% !important;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	display: none;
	overflow-y: auto;
}
.mobMargin {
	margin-left: 0px !important;
}
.mobileNav ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
}
.mobileNav li {
	font-size: 16px;
	color: #fff;
	list-style: none;
	float: none;
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	background: url(../images/imgNavDivider.png) repeat-x bottom left;
}
.mobileNav li ul {
	background: url(../images/imgNavDivider.png) repeat-x top left;
}
.mobileNav li a {
	padding: 10px 15px 8px 15px;
	color: #fff;
	font-family: 'robotoregular';
	font-size: 15px;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	display: block;
	text-transform: uppercase;
}
.mobileNav li a span {
	padding-right: 10px;
}
.mobileNav li .droplist li {
	margin: 0;
}
.mobileNav li a:hover, .mobileNav li.selected > a {
	color: #fff;
	background: #31c5c1;
}
.mobileNav li:last-child {
	border: none;
}
.mobileNav li > ul {
	background: #2a3147 !important;
}
.mobileNav li li ul {
	background: #2e3e70 !important;
}
.mobileNav li li a {
	font-size: 14px;
	padding-left: 30px;
	box-sizing: border-box;
	background: #333333 url(../images/imgNavDivider.png) repeat-x bottom left !important;
}
.mobileNav li li a:hover {
	background: #fbbe41 url(../images/imgNavDivider.png) repeat-x bottom left !important;
	color: #292929 !important;
}
.mobileNav li li li a {
	background: #4f4f4f url(../images/imgNavDivider.png) repeat-x bottom left !important;
}
.mobileNav li li li a:hover {
	background: #fbbe41 url(../images/imgNavDivider.png) repeat-x bottom left !important;
	color: #292929 !important;
}
.mobileNav li li li a {
	padding-left: 44px;
}
.mobileNav li li {
	background: url(../images/imgNavDivider.png) repeat-x bottom left;
}
.mobileNav li .dropList ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	display: block;
	z-index: 100;
}
.mobNav {
	position: absolute;
	top: 27px !important;
	right: 13px;
	display: none;
}
.iconMobNav {
	width: 35px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	opacity: 1;
	z-index: 1000;
}
.iconMobNav span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #0abab5;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.iconMobNav span:nth-child(1) {
	top: 0px;
}
.iconMobNav span:nth-child(2), .iconMobNav span:nth-child(3) {
	top: 11px;
}
.iconMobNav span:nth-child(4) {
	top: 22px;
}
.iconMobNav.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.iconMobNav.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iconMobNav.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.iconMobNav.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.mobileNav li figure {
	display: inline-block;
}
.mobileNav li figure img {
	vertical-align: middle;
	padding-right: 10px;
}
.pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.pageHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}
.pageCenter {
	max-width: 1100px;
	margin: 0 auto;
}
.pageContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.pageContainer figure {
	padding: 0;
	margin: 0;
}
.headerTop {
	background: #0abab5;
	padding: 10px 0;
	box-sizing: border-box;
}
.headerTopLeft.column {
	padding-left: 0;
}
.headerTopLeft span {
	font-size: 14px;
	color: #fff;
	font-family: 'robotobold';
}
.headerTopRight {
	text-align: right;
}
.headerTopRight li {
	display: inline-block;
}
.headerTopRight.column {
	padding-right: 0;
}
.contactDetail, .socialLinkHeader {
	display: inline-block;
}
.contactDetail {
	padding: 0 30px 0 0;
}
.contactDetail li {
	padding: 0 25px 0 0;
}
.contactDetail li:last-child {
	padding-right: 0;
}
.contactDetail a {
	font-size: 14px;
	color: #fff;
	font-family: 'robotobold';
}
.contactDetail li a:hover {
	color: #fff;
}
.mailHolder a {
	background: url('../images/iconMail.png') no-repeat left center;
	padding: 0 0 0 28px;
}
.telHolder a {
	background: url('../images/iconPhone.png') no-repeat left center;
	padding: 0 0 0 28px;
}
.socialLinkHeader li {
	padding: 0 7px 0 0;
}
.socialLinkHeader li:last-child {
	padding-right: 0;
}
.headerBottom {
	background: #fefefe;
	position: relative;
}
.pageLogo {
	padding: 25px 0 15px;
	box-sizing: border-box;
}
.pageLogo.column {
	padding-left: 0;
}
.headerNav {
	padding: 35px 0 0 0;
	box-sizing: border-box;
	text-align: right;
}
.headerNav.column {
	padding-right: 0;
}
.pageNav li {
	display: inline-block;
	background: url('../images/imgPageNavDivider.png') no-repeat right center;
	position: relative;
}
.pageNav li.active:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	background: #31c5c1;
	width: 100%;
	height: 4px;
}
.pageNav li:last-child {
	background: none;
}
.pageNav li a {
	font-size: 14px;
	color: #444444;
	font-family: 'robotobold';
	text-transform: uppercase;
	padding: 0 12px 0;
	box-sizing: border-box;
}
.pageNav li a:hover {
	color: #31c5c1 !important;
	-webkit-transition: all ease-out 0.6s;
	-moz-transition: all ease-out 0.6s;
	-o-transition: all ease-out 0.6s;
	transition: all ease-out 0.6s;
}
.pageNav li:last-child a {
	padding-right: 0;
}
.homeBanner {
	position: relative;
}
.homeBanner img {
	width: 100%;
}
.homeBanner .bannerCaption {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	text-align: center;
}
.bannerCaption span {
	font-size: 58px;
	color: #fff;
	font-family: 'robotobold';
	line-height: 58px;
}
.pageFooter {
	background: #151d1d;
}
.footerLeft.column {
	padding-left: 0;
}
.footerContactHandle:after {
	position: absolute;
	content: "";
	background: #0abab5;
	width: 100%;
	height: 9px;
	top: -9px;
	left: 0;
}
.footerContactHandle {
	background: #1d2726;
	position: relative;
	padding: 30px 40px 50px;
	box-sizing: border-box;
	min-height: 259px;
}
.contactFooter {
	padding: 25px 0 0;
	box-sizing: border-box;
}
.contactFooter li address {
	font-size: 14px;
	color: #4d5757;
	font-family: 'robotoregular';
	font-style: normal;
}
.contactFooter li {
	padding-bottom: 12px;
}
.contactFooter li:last-child {
	padding-bottom: 0;
}
.contactFooter li a {
	font-size: 14px;
	color: #4d5757;
	font-family: 'robotoregular';
	word-break: break-word;
}
.contactFooter li a:hover {
	color: #31c5c1;
	-webkit-transition: all ease-out 0.6s;
	-moz-transition: all ease-out 0.6s;
	-o-transition: all ease-out 0.6s;
	transition: all ease-out 0.6s;
}
.footerLocationHolder  address {
	background: url('../images/iconLocation.png') no-repeat left 3px;
	padding: 3px 0 0 28px;
}
.footerMailHolder a {
	background: url('../images/iconMailFooter.png') no-repeat left center;
	padding: 0 0 0 28px;
}
.footerTelHolder a {
	background: url('../images/iconPhoneFooter.png') no-repeat left center;
	padding: 3px 0 5px 28px;
}
.footerRight.column {
	padding-right: 0;
}
.footerNav {
	text-align: right;
}
.footerNav ul li {
	display: inline-block;
}
.footerNav ul li  a {
	text-transform: uppercase;
	font-size: 12px;
	color: #4d5757;
	font-family: 'robotoregular';
	padding-left: 21px;
}
.footerNav ul li.active a {
	color: #0abab5;
}
.footerNav li a:hover {
	color: #31c5c1;
	-webkit-transition: all ease-out 0.6s;
	-moz-transition: all ease-out 0.6s;
	-o-transition: all ease-out 0.6s;
	transition: all ease-out 0.6s;
}
.footerRightInner {
	padding: 30px 0 15px 0;
	box-sizing: border-box;
}
.newletterHandle {
	text-align: right;
	padding: 35px 0 20px;
	box-sizing: border-box;
}
.newletterHandle h2 {
	font-size: 20px;
	color: #4d5757;
	font-family: 'robotomedium';
	margin: 0;
}
.newletterHandle p {
	font-size: 12px;
	color: #4d5757;
	font-family: 'robotoregular';
	margin: 0 0 10px;
}
.newletterHandle input[type="email"] {
	font-size: 13px;
	color: #4d5757;
	font-family: 'robotolight';
	background: #202c2b url(../images/iconSend.png) no-repeat 95% center;
	border: 0;
	height: 38px;
	border-radius: 3px;
	max-width: 315px;
	width: 100%;
	margin: 0;
	float: right;
	padding: 0 35px 0 15px;
	box-sizing: border-box;
}
.newletterHandle input[type="email"]:focus {
	box-shadow: none !important;
}
.newletterHandle input[type="email"]::-webkit-input-placeholder {
	color: #4d5757;
}
.newletterHandle input[type="email"]::-moz-placeholder {
	color: #4d5757;
}
.newletterHandle input[type="email"]:-ms-input-placeholder {
	color: #4d5757;
}
.newletterHandle input[type="email"]:-moz-placeholder {
	color: #4d5757;
}
.copyRightSocialHolder {
	border-top: 1px dashed #242e2e;
	padding: 15px 0 0;
	position: relative;
	bottom: -155px;
}
.copyRight {
	float: left;
}
.copyRight p {
	font-size: 12px;
	color: #4d5757;
	font-family: 'robotoregular';
	margin: 0;
}
.footerSocial {
	float: right;
}
.footerSocial li {
	display: inline-block;
	padding: 0 5px 0 0;
}
.footerSocial li:last-child {
	padding-right: 0;
}
.pageContent {
	background: #f7f7f7;
	padding: 0 0 90px;
	box-sizing: border-box;
}
.whoWeWrapper {
	display: table;
	width: 100%;
	position: relative;
	margin-top: -60px;
}
.whoWeLeft, .ourVisionRight {
	display: table-cell;
	vertical-align: top;
}
.whoWeLeft {
	background: #fff;
	padding: 45px 45px 40px;
	box-sizing: border-box;
	width: 650px;
	-webkit-box-shadow: -3px 3px 8px -9px rgba(0,0,0,1);
	-moz-box-shadow: -3px 3px 8px -9px rgba(0,0,0,1);
	box-shadow: -3px 3px 8px -9px rgba(0,0,0,1);
}
.ourVisionRight {
	background: #0abab5;
	width: 450px;
	padding: 45px 45px 40px;
	box-sizing: border-box;
}
.whoWeLeft h1 {
	font-size: 35px;
	color: #282828;
	font-family: 'robotobold';
	margin: 0 0 40px;
	position: relative;
	padding: 0 0 10px;
}
.whoWeLeft h1:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: #31c5c1;
	height: 2px;
	width: 70px;
}
.whoWeLeft p {
	font-size: 15px;
	color: #373737;
	font-family: 'robotomedium';
}
.ourVisionRight h1 {
	font-size: 28px;
	color: #fff;
	font-family: 'robotomedium';
	margin: 0 0 30px;
}
.ourVisionRight h3 {
	font-size: 19px;
	color: #fff;
	font-family: 'robotomedium';
	margin: 0;
}
.ourVisionRight p {
	font-size: 15px;
	color: #fff;
	font-family: 'robotomedium';
	margin: 0;
}
.ourVisionContent {
	margin: 0 0 20px;
}
.helpServiceWrapper {
	padding: 60px 0 0;
	box-sizing: border-box;
}
.helpContentHandle.column {
	padding-left: 0;
}
.helpContentHandle h2 {
	font-size: 25px;
	color: #282828;
	font-family: 'robotobold';
	margin: 0 0 30px;
}
.helpContentHandle  figure {
	padding-bottom: 40px;
}
.listContentHolder {
	display: table;
	width: 100%;
}
.listContentHolder li {
	font-size: 14px;
	color: #282828;
	font-family: 'robotoregular';
	background: url('../images/iconBullet.png') no-repeat left center;
	padding: 0 0 5px 15px;
}
.listLeft, .listRight {
	display: table-cell;
}
.serviceHandle h3 {
	font-size: 19px;
	color: #0abab5;
	font-family: 'robotobold';
	margin: 0 0 5px;
}
.serviceHandle p {
	font-size: 15px;
	color: #282828;
	font-family: 'robotoregular';
	margin: 0;
	line-height: 22px;
}
.businessCoachContent {
	padding: 0 0 25px;
	box-sizing: border-box;
}
.serviceHandle h2 {
	font-size: 25px;
	color: #282828;
	font-family: 'robotobold';
	margin: 0 0 20px;
}
.italicPara {
	padding: 10px 0 0;
}
.serviceHandle.column {
	padding-right: 0;
}
@media screen and (max-width: 1155px) {
	.headerTop, .headerBottom, .pageContent, .footerLeft, .footerRight {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.pageNav li a {
		font-size: 12px;
		padding: 0 10px 0;
	}
	.pageNav li.active:after {
		bottom: -32px;
	}
	.footerNav ul li  a {
		padding-left: 10px;
		font-size: 12px;
	}
}
@media screen and (max-width: 1024px) {
	.pageNav li a {
		font-size: 11px;
		padding: 0 7px 0;
	}
	.pageNav li.active:after {
		bottom: -33px;
	}
	.footerNav ul li a {
		padding-left: 4px;
		font-size: 11px;
	}
}
@media screen and (max-width: 900px) {
	.pageNav, .footerNav {
		display: none;
	}
	.mobNav, .mobileNav {
		display: block;
	}
	.pageContainer {
		-moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
	}
	.listContentHolder {
		display: block;
	}
	.listLeft, .listRight {
		display: block;
	}
	.bannerCaption span {
		font-size: 45px;
	}
	.headerNav {
		display: none;
	}
	.pageHeader, .pageHeader.sticky {
		position: absolute;
	}
	.copyRight {
		float: none;
		text-align: center;
		padding: 0 0 10px;
	}
	.footerSocial {
		float: none;
		text-align: center;
	}
	.footerLeft.column, .footerRight.column{
		float: none !important;
		width: 100% !important;
	}
	.newletterHandle {
		padding-top: 0;
		text-align: center;
	}
	.serviceHandle {
		padding: 20px 0 0 !important;
	}
	.newletterHandle input[type="email"] {
		margin: 0 auto;
		float: none;
	}
	.footerLeft {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.copyRightSocialHolder {
		border-top: none;
		padding:0;
		position: inherit;
		bottom: inherit;
	}
}
@media screen and (max-width: 800px) {
	.homeBanner img {
		min-height: 285px;
	}
	.bannerCaption span {
		font-size: 35px;
		line-height: 40px;
	}
	.contactDetail li, .contactDetail {
		padding: 0 12px 0 0;
	}
	.socialLinkHeader {
		display: none;
	}
}
@media screen and (max-width: 640px) {

	.whoWeWrapper {
		display: block;
		width: 100%;
		position: inherit;
		margin-top: 0;
	}
	.whoWeLeft, .ourVisionRight {
		display: block;
		width: 100% !important;
		padding: 30px 25px;
	}
	.pageContent {
		padding-top: 25px;
	}
	.whoWeLeft h1, .ourVisionRight h1 {
		font-size: 22px;
	}
	.serviceHandle h2, .helpContentHandle h2 {
		font-size: 22px;
	}
	.bannerCaption span {
		font-size: 25px;
		line-height: 35px;
	}
	.headerTopLeft {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
	}
	.headerTopRight {
		float: none !important;
		width: 100%;
		text-align: center;
	}
	.helpContentHandle.column, .serviceHandle.column { 
		float: none !important;
		width: 100% !important;
	}
	.helpContentHandle.column {
		padding-right:0;
	}
}
@media screen and (max-width: 380px) {
	.bannerCaption span {
		font-size: 22px;
		line-height: 30px;
	}
	.homeBanner .bannerCaption {
		top: 35%;
	}
	.contactDetail li, .contactDetail {
		padding: 0;
	}
	.contactDetail li {
		display: block;
	}
	.headerTopLeft.column {
		padding-right: 0;
	}
	.headerTopRight.column {
		padding-left: 0;
	}
	.contactDetail li:first-child {
		margin: 0 0 4px 0;
	}
	.pageLogo img {
		width: 60%;
	}
}