.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.footer-logos .best-company-logo {
    width: 62% !important;
    margin-top: -2px !important;
}

.invoice label {
	margin-top: 12px;
}
@media only screen and (max-width:979px) {
	.add-this-email {
		left: 115px !important;
	}
}
.pay-invoice-button {
	border: 1px solid #FF9B37;
	padding: 6px 12px 6px 12px;
	margin-top: -6px;
	width: 100px;
	text-align: center;
	background-color: #FF9B37;
}
.pay-invoice-button input[type="submit"] {
	background: none;
    border: none;
    display: inherit;
    font-weight: 300;
    font-size: 12px;
    color: white;
    text-align: center;
    padding: 0;
    padding-left: 4px;
}
	.pay-invoice-button a {
		color: #012337 !important;
		font-weight: bold;
	}
.addthis_inline_share_toolbox a {
	z-index: 999;
}
.add-this-email {
	width: 26px;
    float: left;
    position: absolute;
    left: 105px;
	z-index: 999;
	-webkit-transition: 0.2s all ease-in-out;
	display: none;
}
.add-this-email:hover {
	transform: translateY(-4px);
}
.podBorder {
	padding-left: 6px;
    border-left: 8px solid rgba(147,187,191,1);
    padding-top: 4px;
}

.promo_pods:nth-of-type(2) .item:nth-of-type(1) p.podBorder{
	border-color: #f39c12;
}
.promo_pods:nth-of-type(2) .item:nth-of-type(2) p.podBorder{
	border-color: #2980b9;
}
.promo_pods:nth-of-type(2) .item:nth-of-type(3) p.podBorder{
	border-color: #9b59b6;
}
.promo_pods:nth-of-type(2) .item:nth-of-type(4) p.podBorder{
	border-color: #f1c40f;
}

.promo_pods:nth-of-type(3) .item:nth-of-type(1) p.podBorder{
	border-color: #ff585d;
}
.promo_pods:nth-of-type(3) .item:nth-of-type(2) p.podBorder{
	border-color: #BB29BA;
}
.promo_pods:nth-of-type(3) .item:nth-of-type(3) p.podBorder{
	border-color: #fba210;
}
.promo_pods:nth-of-type(3) .item:nth-of-type(4) p.podBorder{
	
}



.content.short {
    padding: 0px 0;
}

.sharing-links {
	padding: 12px 0;
	margin-left: -2px;
}

nav#breadcrumb {
    display: none;
}

.top ul li ul li a {
	cursor: pointer;
}
#docSafe input[type="submit"],
#accountsOnline input[type="submit"] {
	width: 100%;
	padding: 10px;
	color: #ffffff;
    background-color: #93bbbf;
    border: none;
	margin-bottom: 20px;
}
#docSafe .btn-primary,
#accountsOnline .btn-primary {
	background-color: #c0c0c0;
	border-color: transparent;
}
#dsxc_iframe {
	z-index: 999 !important;
}
.modal-open {
	padding-right: 0 !important;
}
.modal-backdrop {
	z-index: 499;
}
.modal-backdrop.in {
	opacity: 0.55;
}

.advanced-component.promo_pods {
	border-bottom: none !important;
}
.pod_border {
	/*border-bottom: 1px solid #d6d6d6;*/
	background-color: #f9f9f9;
}
#site > section:nth-child(10) {
	padding-top: 20px;
}
#twitter, #linkedin, #skype, #email, #phone {
	width: 60px;
	height: 60px;
	background-size: 60px 600px;
	background-image: url("/images/retina-contact-logos.png");
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#twitter:hover, #linkedin:hover, #skype:hover, #email:hover, #phone:hover {
	width:60px;
	height:60px;
}
#twitter {
	background-position: 0 0;
}
#twitter:hover {
	background-position: 0 -60px;
}
#linkedin {
	background-position: 0 -120px;
}
#linkedin:hover {
	background-position: 0 -180px;
}
#skype {
	background-position: 0 -240px;
}
#skype:hover {
	background-position: 0 -300px;
}
#email {
	background-position: 0 -360px;
}
#email:hover {
	background-position: 0 -420px;
}
#phone {
	background-position: 0 -480px;
}
#phone:hover {
	background-position: 0 -540px;
}
/*#twitter, #linkedin, #skype, #email, #phone {
	background-size: 60px 60px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#twitter {
	background-image: url("/images/contact-twitter.png");
}
#linkedin {
	background-image: url("/images/contact-linkedin.png");
}
#skype {
	background-image: url("/images/contact-skype.png");
}
#email {
	background-image: url("/images/contact-email.png");
}
#phone {
	background-image: url("/images/contact-phone.png");
}
#twitter:hover {
	background-image: url("/images/contact-twitter-color.png");
}
#linkedin:hover {
	background-image: url("/images/contact-linkedin-color.png");
}
#skype:hover {
	background-image: url("/images/contact-skype-color.png");
}
#email:hover {
	background-image: url("/images/contact-email-color.png");
}
#phone:hover {
	background-image: url("/images/contact-phone-color.png");
}*/
.contact-social ul {
	list-style: none;
	margin: 0;
}
.contact-social ul li {
	display: inline-block;
}
.contact-social ul li a div {
	width: 60px;
	height: 60px;
}
/*.contact-social ul li:hover {
	opacity: 0.6;
}
.contact-social ul li a img {
	width: 60px;
	height: 60px;
}*/

.video-bg a {
	color: white;
}
.video-section{
	/*border-bottom: 1px solid #d6d6d6;*/
	padding: 0;
}
.video-bg {
	height: 320px;
	padding: 104px 0;
}
.video-bg p:nth-of-type(1){
	font-size: 28px;
    color: white;
	margin-top: -40px;
	margin-bottom: 40px;
}
.video-bg p {
	text-align: center;
	margin-bottom: 8px;
}
.advanced-component.promo_pods:nth-of-type(4) {
    padding-top: 30px;
}
.advanced-component.quote {
	padding: 34px 0 ;
}

/*
.promo_pods:nth-of-type(4) .item:nth-of-type(1) p.podBorder{
	border-color: #576CA5;
}
.promo_pods:nth-of-type(4) .item:nth-of-type(2) p.podBorder{
	border-color: #c0392b;
}
.promo_pods:nth-of-type(4) .item:nth-of-type(3) p.podBorder{
	border-color: #308F69;
}
.promo_pods:nth-of-type(4) .item:nth-of-type(4) p.podBorder{
	border-color: #1F4E75;
}*/
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 305px;
    top: 305px;
    margin-top: -305px;
}
.listing .item p.heading, .promo_pods .item p.heading {
    font-size: 20px;
}
.newsButton {
	background-color: #45545f;
    border-color: #45545f
}
.promo_pods {
    margin-top: 12px;
}
.panel {
    -webkit-box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: -1px;
}
.bQuote {
	padding-top: 40px;
	color: #FFF;
}
.bQuote::before, .bQuote::after {
	content: none;
}
.navBorder {
	width: 2900px;
	border-bottom: 1px solid #93bbbf;
	position: relative;
	top: 19px;
	
}
.navigation nav.no_drop ul li:nth-of-type(1) ul {
	display: none;
}
.btnColor {
	background-color: #45545f;
}
@media (max-width:767px){
	header {
		background-color: #012337;
	}
	header #logo a {
		margin-top: 4px;
		margin-left: -2px;
		text-indent: 0;
	}
	header #logo img {
		width: 220px;
		height: 60px;
		margin-left: 2px;
	}
	.promo_pods .item .image {
		max-width: 100%;
	}
	.navigation a.expand span {
		background-color: white;
	}
	.main ul li a span {
		color: white;
	}
	nav.top ul li a {
		color: white;
	}
	.navigation nav.main ul li a {
		transition: all 0.5s ease-in-out;	
	}
		.navigation nav.main ul li a:hover,
		.navigation nav.main ul li ul > li > a:hover {
			background-color: #FF9B37;
		}
	.navigation nav.main ul li i {
		color: white;
	}
	.navigation nav.main ul li:first-of-type i {
		display: none;
	}
	#twitter, #linkedin, #skype, #email, #phone {
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
	}
	
}
@media (min-width: 1200px){
	.navigation nav.main ul li:hover > ul {
		left: 22px;
		top: 60px;
	}
}
@media only screen and (max-width:992px){
	nav.main ul {
		font-size: 16px;
	}
	/*.footer-logos a:nth-of-type(1) img,
	.footer-logos a:nth-of-type(2) img {
		width: 40% !important;
		display: block;
	}*/
}
@media only screen and (min-width:768px) {
    
	.mainNav {
		height: 300px;
		position: relative;
		top: 60px;
		margin-bottom: 60px;
		background-color: #93bbbf;

	}
	.navigation nav.main ul li.has_child a span {
		padding-right: 0;
	}
	.mainNav img {
		width: 100%;
		height: 100%;
	}
	
	nav.main{
		height: 60px;
		top: -1px;
		border-top: 0;
	}
	
	header #logo {
		bottom: 220px;
	}
	
	.navigation nav.top {
		top: -338px;
	}
	
	.navigation nav.main ul li i {
		display: none;
	}
	
	header {
		height: 421px;
	}
	.navigation .main {
		padding-left: 120px;
	}
	.navigation nav.main ul li {
		top: 1px !important;
	}
	nav.main ul li a {
		float: right;
		height: 60px;
		padding: 14px 0px 14px 20px;
		line-height: 34px;
	}
	.wwLogo {
		width: 90px;
		height: 420px;
		position: absolute;
		top: -360px;
		left: 0;
		z-index: 499;
		margin-left: 15px;
	}
	.wwLogo img {
		width: 100%;
		height: 100%;
		
	}
	.nav-slides, .nav-slides .slick-list, .nav-slides .slick-track {
		height: 100%;
	}
	.banner-text{
		position: relative;
		top: 86px;
		padding: 0 150px;
		width: 100%;
		color: white !important;
	}
	.banner-text h2 p, .banner-text h4 p {
		color: white;
		margin-bottom: 10px;
	}
}

/****	Google maps / Address	*****/

.location {
	margin-bottom: 24px;
}
.location .col-md-7, .location .col-md-5, .location .col-sm-7, .location .col-sm-5 {
	padding: 0;
}
#map {
	height: 305px;
}
#address p {
	padding-left: 18px;
}
#address p:nth-of-type(1){
	margin-top: 0;
}
@media only screen and (max-width:768px){
	#address p {
		padding-left: 0;
	}
	#address p:nth-of-type(1){
		margin-top: 16px;
	}
	.marBottom {
		max-height: 238px;
		padding-bottom: 34px;
		margin-bottom: 18px;
	}
	.footer-logos {
		padding-bottom: 20px;
	}
	.footer-logos a:nth-of-type(1) img,
	.footer-logos a:nth-of-type(2) img {
		margin-left: -4px;
	}
	.top ul li:last-of-type {
		display: none !Important;
	}
    /*.footer-logos a:nth-of-type(1) img,*/
    .footer-logos a:nth-of-type(2) img {
        width: 100% !important;
        display: block;
    }
	.no-padding-left {
        padding-left: 15px;
	}
    .footer-logos a .best-company-logo {
        width: 55% !important;
    }
}

/****	Google maps / Address    *****/
.promo_pods {
	margin-top: 0;
	margin-bottom: 0;
}
.promo_pods .item {
	margin-bottom: 20px;
}
.promo_pods blockquote {
	border: 1px solid #dddddd;
	padding: 10%;
}
.promo_pods blockquote::before, blockquote::after {
	content: none;
}
nav.sub {
	margin-bottom: 0;
}
.bord {
	border: 1px solid red;
}
.emp_profile img {
	width: 165px;
	height: 165px;
}
.emp_profile .prof-img {
	width: 100px;
    height: 130px;
    border: 1px solid #ddd;
}
.emp_profile .col-md-12 {
	margin-top: 20px;
}
.emp_profile h4 {
	padding-top: 20px;
}
.listing.section .item {
	display: inline;
	vertical-align: top;
}
.listing .item p.heading {
    margin: 0 0 0px;
}
.jobText {
	margin-top: 0;
}
.specialism_profile{
	margin-top: 12px;
	margin-bottom: 18px;
}

/*.specialism_profile .col-md-5 {
	border-right: 4px solid #93bbbf;
}*/

.specialism_profile .col-md-4 {
	border-right: 4px solid #93bbbf;
}

.specialism_info a {
	font-size: 12px;
}
.profile_heading {
	margin-top: 12px !important;
}










@media screen and (min-width:768px) and (max-width:991px){
	.specialism_profile {
		height: auto;
	}
	.footer-logos {
		margin-left: 8.33333333%;
	}
	
}

@media screen and (min-width:992px) and (max-width:1200px) {

	.marBottom {
		max-height: 238px;
		padding-bottom: 34px;
		margin-bottom: 18px;
	}
    .quick_links ul li {
        font-size: 12px;
    }
}


.marBottom {
	max-height: 238px;
	margin-bottom:18px;
}
#left_col {
	padding-top: 12px;
}
#left_col h1:first-child, .ww_border {
	padding-left: 12px;
    border-left: 8px solid rgba(147,187,191,1);
}
.ww_border {
	padding-left: 12px !important;
    border-left: 8px solid rgba(147,187,191,1) !important;
	margin-top: 28px;
}
body.advanced-page .ww_border, body.advanced-page .ww_border span  {
	font-size: 32px;
}
.blockquote_pod {
	border: 1px solid #dddddd;
    padding: 0;
	background-color: #fff;
}
.blockquote_pod blockquote {
	border: none;
	padding: 0;
	margin: 0;
	
}
.blockquote_pod .page_component {
	margin-bottom: 0;
}
.blockquote_pod .item {
	margin-top: 20px;
	padding: 1%;
}

nav.sub ul li ul li a {
	background-color: #fff;
	color: #45545f;
}
nav.sub ul li ul li a span {
	padding-left: 12px;
}
nav.sub ul li ul li a:hover {
	background-color: #eeeeee;
}
nav.sub ul ul.nav li.active > a {
	background-color: #eeeeee;
	color: #303e48;
}
nav.sub ul ul.nav li.active > a span {
	padding-left: 12px;
}

/*nav.sub ul li.active > a, nav.sub ul li.active:hover > a {
	background-color: #93bbbf;
}*/

/*nav.sub ul ul.nav li.active > a {
	background-color: rgb(169,201,204);
}*/

/*nav.sub ul li.active > a {
	background-color: rgba(48,62,72,0.8);
}
nav.sub ul li.active > a:hover {
	background-color: rgba(48,62,72,0.8);
}

nav.sub ul li ul li a, nav.sub ul li ul li a:hover {
	background-color: rgba(48,62,72,0.8);
}*/

/*nav.sub ul ul.nav li a:hover {
	background-color: rgba(255,173,91,0.8);
}*/


.advanced-component.quote, .advanced-component.component_border {
	border-bottom: 1px solid #d6d6d6;
}
.advanced-component.standard-components .page_component {
    margin-top: -10px;
}
.advanced-component.promo_pods {
    padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #d6d6d6;
}
.promo_pods:nth-of-type(4) {
	padding-top: 30px;
}
.grey, .standard_bg {
	background-color: #f9f9f9;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
.classic {
	padding-left: 12px;
}

@media screen and (max-width:991px) {
	.specialism_profile .col-md-5 {
		border-right: none;
	}
} 

@media screen and (min-width: 991px) and (max-width: 1199px) {
	.specialism_info h6 {
		font-size: 12px;
	}
}

/*************************************************
			IPAD SPECIFIC STYLING
*************************************************/

/**** LANDSCAPE ****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
	.specialism_info h6 {
		font-size: 12px;
	}
	.specialism_info h6:nth-of-type(1) {
		margin-top: 4px;
	}


}

/**** PORTRAIT ****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	.specialism_profile .col-md-5 {
		border-right: none;
	}
	
	.cta-strip .col-xs-12 {
		width: 92.4%;
		text-align: center;
	}

}

/*************************************************
			//IPAD SPECIFIC STYLING
*************************************************/

.footer-logos a:nth-of-type(1) img {
	width: 100%;
	margin-top: -4px;
}
.footer-logos a:nth-of-type(2) img {
	width: 100%;
}
.footer-logos img.icaew-logo {
	width: 50% !important;
	padding-top: 4px;
}
.footer-logos a:hover {
	opacity: 1;
}

.oh-sweet {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}









