

/* chrome.css
-- only effect the google chrome browser
*/


@media screen and (-webkit-min-device-pixel-ratio:0) {
	#linkedin {
		/* margin-top: -30px;*/
	}

	/* .front div.pane-quicktabs-service {
		min-height: 280px;
	} */

	.section-services ul.quicktabs_tabs li {
		padding: 28px 15px;
	}

	#bottomNavClose {
		margin-right: 0px !important;
		right: 20% !important;
	}

	.section-services .pane-menu-menu-services li {
		padding: 10px 9px 0px;
	}

	#footer {
		margin-top:0px;
	}

	.section-services ul.quicktabs_tabs li.active  {
		background: url('../../../sites/default/files/images/tab_horizontal_activetab.png') no-repeat scroll center 56px transparent; /* Angie */
	}

	#webform-client-form-16 #edit-submitted-email-wrapper input#edit-submitted-email {
		/*width:185px;/**/
	} 

	.front #content-area {
		margin-top: 15px;
	}

	.page-csr .csr-inner-content .first {
		padding-top:20px;
	}

	/* .page-thought-leadership div.views-field-title {
    		margin-top: -11px;
	} */


	.front .panel-region-separator {
		border-bottom: 1px solid #ccc;
		border-image: url('../images/border-bottom.png') 0 0 10;
		height: 1px;
	}

       .front #quicktabs-service li {
		padding: 5px 0px;
	}

        /* Safari only override */
        ::i-block-chrome, .front #quicktabs-service li {
		padding: 4px 0px;
        } 


	/* .page-about-us div.divcenter_row {
	height: 700px;
	} */

}



