/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
fieldset { border: none; }
/* Clear Fix
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
html {
	background:#dfdfde;
    height: 100%;
    
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
    
}
img {
 	border: none; 
}
body {	
	background: #ffffff url(../images/ui/bg-pattern.jpg);
	font-size: 62.5%;
	font-family:'Open Sans', arial, helvetica, sans-serif;
}
fieldset {
	border: none;
}

ul {
	list-style-type: none;
}

a {
	/*
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
	*/
	text-decoration: underline;
}

p, p a {
	color:#4d4c4c;
}


.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}

.accessible {
	display: none;
}
/* Suppliers global navigation */


.content-wrapper {
	width:940px;
	margin:0 auto;
	position: relative;
}

.content-wrapper:after, .content-wrapper:before {
	content: ' ';
	display: table;
	clear: both;
}

.content-wrapper h2 {
	color: #38383a;
	font-size: 3.2em;
	font-weight: 600;
	letter-spacing: -0.5px;
}	

/*
 * Sony Corporate Logo Changes Start 
 */
#sony-corp-logo {
	background: #000;
	width: 100%;
	height: 36px;
	position: relative;
}

#sony-corp-logo div {
	margin: 0 auto;
	overflow: hidden;
	width: auto !important;
	max-width: 940px;
}

#sony-corp-logo div a {
	background:
		url(../images/ui/sony.gif)
		no-repeat left top;
	float: right;
	margin-right: 15px;
	padding-top: 36px;
	width: 69px;
	display: block;
	height: 0;
	overflow: hidden;
}
/*
 * Sony Corporate Logo Changes End 
 */

#sp-supplier-header {
	width:100%;
	background: url(../images/ui/header-top-pattern.png) repeat-x;
	
}

#sp-supplier-header-content {
	overflow: hidden;
	height:154px; 
}

#sp-supplier-header-logo {
 	background: url(../images/ui/sp-logo.png) no-repeat;
	width:147px;
	height:154px;
	/*padding-top:154px;*/
	float:left;
	display:block;
	text-indent: -99999px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	/*white-space: nowrap;*/
	padding: 5px 30px;
	font-size: 1.4em;
	line-height: 1.4;
	color:#5f5f5d;
	border-radius: 4px;
	text-decoration: none;

 	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-link {
	text-decoration: none;
	background: #e2e2e2;
	color:#4F4F4E;
}

.desktop .btn-link:hover {
	background: #012754;
	color:#fff;
}

#sp-supplier-header-url {
	position:absolute;
	top:12px;
	right: 0;
}
 

#sp-supplier-header-link {
	display: inline-block;
  
	margin-top: 90px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 3.2em;
	color: #38383a; 
	font-weight: 600;
	letter-spacing: -0.5px;
}

#sp-supplier-header h2 a {
	color: #38383a; 
	text-decoration: none;
}

/* SEARCH CONTAINER STYLES */

#sp-supplier-search-container {
	background-color: rgba(0,0,0,.1);
	float: right;
	margin-top: 90px;
	padding: 8px;
	border-radius: 4px;
	display:none;
}	

#sp-supplier-search {
	background: #dad7d7;
	background: -moz-linear-gradient(top, #dad7d7 0%, #efeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dad7d7), color-stop(100%,#efeded));
	background: -webkit-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: -o-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: -ms-linear-gradient(top, #dad7d7 0%,#efeded 100%);
	background: linear-gradient(to bottom, #dad7d7 0%,#efeded 100%);

	border: 1px solid #bdbcbb;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 }

#sp-supplier-search-form {
	overflow: auto;
}

#sp-supplier-search-form legend, #sp-supplier-search-form label {
	display:none;
}	
 
#sp-supplier-search-input {
	border: none;
	background: none;
	color: #605F5D;0
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	min-width: 300px;
	padding-left: 13px;
	padding: 3px 0 2px 13px;
}
 

#search-submit {
	background: url(../images/ui/search-button.png) no-repeat;
	border: 0;
	cursor: pointer;
	float: right;
	height: 25px;
	margin: 1px 1px 1px 0;
	text-indent: -10000px;
	width: 26px;
}


#sp-supplier-videobtn-container {
	background-color: rgba(0,0,0,.1);
	float: right;
	margin-top: 98px;
 	border-radius: 4px;
	display:block;
}	

.video-btn {
	padding: 5px 24px;
	background: #212020; 
	color:#fff;
}

.desktop .video-btn:hover {
	background: #cacac9; /*#434343*/ 
	color:#4a4a4a;
}

/* MAIN NAVIGATION */

.content-align {
	margin-left:5px;
}

#sp-supplier-main-navigation-container {
	height:50px; 
	background: #012754;
	position: relative;
	z-index: 10;
 
	-moz-box-shadow: 0px 2px 15px #000000;
	-webkit-box-shadow: 0px 2px 15px #000000;
	box-shadow: 0px 2px 15px #000000;
}

#supplier-main-navigation {
	background: #012754;
	color:#fff;
	text-transform: uppercase;
	font-size: 1.4em;
	height:50px; 
	line-height:1;
 	list-style-type: none;
 }

#supplier-main-navigation > li {
	float:left;
	list-style:none;
 	position:relative;
}

#supplier-main-navigation > li a {
	color:#fff;
	text-decoration: none;
}

#supplier-main-navigation > li > a {
	color:#fff;
	text-decoration: none;
 	 
	display:table-cell; 
 
	vertical-align: middle;
	text-align: center;
	height:50px;
	padding:0px 33px;
}	

#supplier-main-navigation > li > ul > li > ul {
	display:none;
}

#supplier-main-navigation > li > ul {
	display:none;
}	

#supplier-main-navigation > li > ul {
 	position:absolute;  
	top:100%;
	left:0;
	 
	padding: 0;
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
	/*border-left:1px solid #4b4b4b; */
	/*border-right:1px solid #4b4b4b; */
	/*border-bottom:1px solid #4b4b4b; */

	width:100%; 
}

#supplier-main-navigation > li > ul > li {
	float:none;
	position:relative;
	background: url(../images/ui/nav-divider.png) 0 0 repeat-x; 
}

#supplier-main-navigation > li > ul > li > a {
	display:block;
	height: auto;
	padding:0;
	text-align: left;
	/*font-weight: 600;*/
	/*text-transform: none;*/
	padding:12px 0px 12px 12px;

	/*font-size: 14px;*/
	font-size:95%;
}

#supplier-main-navigation > li > ul > li:first-child {
	background:none; 
}	
 
#supplier-main-navigation > li > ul > li > ul {
 	background:none;
	position: absolute;
	left: 100%;
	top:0;
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
	width:100%; 
}

#supplier-main-navigation > li > ul > li > ul > li {
 	background: none;
	/*padding: 6px 10px;*/
	padding:6px 8px; 
}

#supplier-main-navigation > li > ul > li > ul > li > a {
	display:block;
	height: auto;
	padding:0;
	text-align: left;
	/*font-weight: 600;*/
	text-transform: none;
	padding:6px 10px;
	border-radius: 4px;

	 
} 
 

.desktop #supplier-main-navigation > li > ul > li > ul > li > a:hover {
	background:#40889d;
}

.desktop #supplier-main-navigation > li:hover {
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
}
 
.desktop #supplier-main-navigation > li:hover > ul {
	display:block;
}

.desktop #supplier-main-navigation > li > ul > li:hover {
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}

.desktop #supplier-main-navigation > li > ul > li.extend:hover > ul {
	display:block;
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}  

.desktop #supplier-main-navigation > li > ul > li.extend > a {
	background:  url(../images/ui/forward-arrow.png) 93% 50% no-repeat;
	background-size:18px 18px;
}





#supplier-main-navigation > li.touchblock {
	background: #4a4a4a url(../images/ui/nav-pattern.jpg);
}

#supplier-main-navigation > li.touchblock > ul {
	display:block;
}
 
#supplier-main-navigation > li.touchblock > ul > li.touchblock {
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}
 
#supplier-main-navigation > li.touchblock > ul > li.extend.touchblock > ul {
	display:block;
	background: #4a4a4a url(../images/ui/nav-hover-pattern.jpg);
}  

#supplier-main-navigation > li.touchblock > ul > li > ul > li > a:active {
	background:#40889d;
}

#supplier-main-navigation  >  li.touchblock > ul > li.extend > a {
	background:  url(../images/ui/forward-arrow.png) 93% 50% no-repeat; 
	background-size:18px 18px;
}




 
#supplier-main-navigation .treatments-navitem-supplierguidelines > ul {
 	width: 245px;
	min-width: 100%;
}

#supplier-main-navigation .treatments-navitem-welcome > ul {
	width: 280px; 
	min-width: 100%;
 }
 	#supplier-main-navigation > li.treatments-welcome > ul > li.extend > a,
 	#supplier-main-navigation > li.treatments-navitem-welcome.touchblock > ul > li.extend > a  {
		background-position: 250px 50%;
 	}

	#supplier-main-navigation .treatments-navitem-rentals-facilities > ul > li > ul {
		width: 180px; 
 	}

#supplier-main-navigation .treatments-navitem-suppliersetup > ul {
	width: 180px;
	min-width: 100%;
}
	#supplier-main-navigation > li.treatments-navitem-suppliersetup > ul > li.extend > a,
	#supplier-main-navigation > li.treatments-navitem-suppliersetup.touchblock > ul > li.extend > a {
		background-position: 150px 50%;
	}

	#supplier-main-navigation > li.treatments-navitem-suppliersetup > ul > li.extend > ul {
		min-width: 220px;
	}



#supplier-main-navigation .treatments-navitem-supplierpayment > ul {
	width: 200px;
	min-width: 100%;
}
	#supplier-main-navigation > li.treatments-navitem-supplierpayment  > ul > li.extend > a,
	#supplier-main-navigation > li.treatments-navitem-supplierpayment.touchblock  > ul > li.extend > a  {
		background-position: 170px 50%;
 	}

	#supplier-main-navigation .treatments-navitem-supplierpayment > ul  > li > ul {
		width: 190px;
	}



#supplier-main-navigation .treatments-navitem-purchaseorder > ul {
	width: 240px;
	min-width: 100%;
}
	#supplier-main-navigation > li.treatments-navitem-purchaseorder > ul > li.extend > a,
	#supplier-main-navigation > li.treatments-navitem-purchaseorder.touchblock > ul > li.extend > a  {
		background-position: 210px 50%;
 	}

	#supplier-main-navigation .treatments-navitem-purchaseorder > ul > li > ul {
		width: 195px;
		min-width: 100%;
	}



#supplier-main-navigation .treatments-navitem-supplierdiversity > ul {
	width: 180px;
	min-width: 100%;
}
	#supplier-main-navigation > li.treatments-navitem-supplierdiversity > ul > li.extend > a,
	#supplier-main-navigation > li.treatments-navitem-supplierdiversity.touchblock > ul > li.extend > a {
		background-position: 150px 50%;
		}

	#supplier-main-navigation .treatments-navitem-supplierdiversity > ul > li > ul {
		width: 170px;
	}



#supplier-main-navigation-mobile {
	display:none;
}

#supplier-main-navigation > li > ul  .mobile-back {
	display:none;
}

/* MAIN NAVIGATION */


/* MAIN FOOTER */

#sp-supplier-footer {
	background: #dfdfde url(../images/ui/footer-pattern.jpg) repeat-x left top;
	overflow: auto;
 	padding-top: 20px;
	padding-bottom: 40px;
	clear:both;
}

.supplier-footer-contact-group {
	float: left;
	color: #4a4a4a;
	background: url(../images/ui/footer-divider.png) 100% 100% no-repeat;
	background-size:1px 90%;
	padding-right: 30px;
}

#supplier-footer-contact-group-heading {
	color:#4a4a4a;
	font-size: 2.4em;
	line-height: 2.0em;
}

.supplier-footer-contact-group p, .supplier-footer-contact-group a  {
	color:#4a4a4a;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: 600;

}

.supplier-footer-contact-group ul {
	margin-top:10px;

}

.supplier-footer-info-group {
	float:left; 
	margin-left: 20px;
	margin-top: 30px;
}

.supplier-footer-info-group ul {
	border-radius: 5px;
}

.supplier-footer-info-group ul li {
	border-radius: 5px;
	float:left;
	background: #cacac9;
	margin:0px 8px;
}

.supplier-footer-info-group ul li a {
	text-decoration: none;
	color:#4a4a4a;
	font-size: 1.4em;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
	padding: 7px 20px;  
}	

.desktop .supplier-footer-info-group ul li:hover {
	background: #012754;
}	

.desktop .supplier-footer-info-group ul li:hover a {
	color:#fff;
}	

.supplier-footer-legals {
	clear:both;
	padding-top:15px;
}

.supplier-footer-legals ul {
	 overflow: hidden;
}

.supplier-footer-legals ul li {
	float:left; 
	font-size: 1.2em;
	color:#4a4a4a;
	font-weight: 600;
}

.supplier-footer-legals ul li a {
	text-decoration: underline;
	color:#4a4a4a;
  	padding: 0px 10px;
}

.desktop .supplier-footer-legals ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}	

.supplier-footer-legals ul li:first-child a {
	padding-left:0px;
}

.supplier-footer-legals ul .copyrights {
	 float:right;
}
 
/* MAIN FOOTER */



/* CONTENT */


#sp-supplier-contentcontainer {
	overflow: hidden; 
	position:relative;
	width: 100%;
}

#sp-supplier-stage-container {
	background-image: url(../images/ui/stage-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 507px; 
}

#sp-supplier-stage-content {
	background: url(../images/ui/noise.png);  
}


#sp-supplier-content {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height:32px;
	/*
	-moz-box-shadow: 0px -2px 12px #1f1f1f;
	-webkit-box-shadow: 0px -2px 12px #1f1f1f;
	box-shadow: 0px -2px 12px #1f1f1f;
*/
	position: relative;
	/* overflow: hidden; */
	padding:50px 0 40px 0;
}


#sp-supplier-content .semi-bold {
	font-weight: 600;
}	

.fixedheight {
	height:237px;
}


/*ABOUT PAGE */
.info-containers-wrapper {	
	overflow:hidden;
 	margin-left: 20px;
}


.info-container {
	width: 205px;
	max-height: 365px;
	min-height: 365px;
	overflow: hidden;
 	margin: 10px 10px 10px 10px;
	float: left;
	position: relative;
 	position: relative;
	z-index: 3;
	background-color: #dbdad9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;
}
/*
.desktop .info-container:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
*/
.info-container .info-thumb {
	background-color: #fff;
}

.info-container .info-thumb img {
	margin: 10px 9px 10px 9px;
	width:186px;
	height:153px;
}

.info-container .info-content {
	margin: 20px 15px 0px 15px;
	color: #4d4c4c;

}

.info-container .info-content h3 {
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	line-height: 1;
	
	padding:0 0 15px 0;
	background: url(../images/ui/info-tile.jpg) 0 100% repeat-x; 
}

.info-container .info-content p {
 	font-size: 1.2em;
 	line-height: 1.2;
	margin-top:10px;
}

#sp-supplier-social-feed {
	background-color: #e1e1e1;
	border-top:1px solid #cececf;
	border-bottom:1px solid #cececf;
	margin-bottom:40px;
	padding: 35px 0 25px 0;
}

#sp-supplier-social-content {
	border:1px solid rgba(255, 255, 255, 1);
	background-color: #f4f4f4; 

	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;

	min-height:250px;
	padding:30px 0px 15px 0px;
}

.strip-title {
	background: #c3c3c2 url(../images/ui/dark-title-tile.jpg) 0 100% repeat-x;  
	height:42px;
	color:#4a4a4a;
	width:95%;
	position: absolute;
	top: -15px;
	left: 25px;
}

.strip-title h3 {
	font-weight: 700;
	font-size: 1.6em;
	line-height:42px;
	text-transform: uppercase;
	text-indent: 15px;
}

#sp-supplier-twitter-feed {
	width:94%;
	margin:0px auto 0px auto;
 
	height: 250px;
	overflow: auto;
}

#sp-supplier-twitter-feed li {
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
	border-top:1px solid #4d4c4c;
	width:98%;
}

#sp-supplier-twitter-feed li:first-child {
	border-top:none;
}

#sp-supplier-twitter-feed li p {
	font-weight: 500;
	line-height: 1.4;
	color: #4d4c4c;
}

#sp-supplier-twitter-feed li p a {
	color:#0083a6;
}	

#sp-supplier-twitter-feed li span {
	padding: 10px 0px 0px 0px;
	font-weight: 600;
	display: inline-block;
	color: #4d4c4c;
}


/*ABOUT PAGE */


.stage-billboard img {
 	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width:100%;
	height:auto;
	max-height: 237px;
}

.topoffset {
	margin-top:20px;
}

.poffset {
	margin-top:10px;
}


/* SUB NAVIGATION */

#supplier-sub-navigation-container {
	float:left;
}

#supplier-sub-navigation {
	background: #e0e0e0;
	width:210px;
	border:1px solid #d4d4d4;
	overflow: hidden;
}

#supplier-sub-navigation > li {
	border-top: 1px solid #d4d4d4;
	display: inline-block;
	width:100%;
}	

#supplier-sub-navigation > li:first-child {
	 border-top:none;
}	


#supplier-sub-navigation > li > a {
	text-decoration: none;
	font-size:1.3em;
	text-transform: uppercase;
	color:#4d4c4c;
	font-weight: 700;
	line-height:1;
	
	display: inline-block;
	width:200px;
	height:100%;
	padding:10px 0px 10px 10px;
}	

#supplier-sub-navigation > li.extend > a {
	background: url(../images/ui/submenu-closed-arrow.png) 186px 50% no-repeat;
}


#supplier-sub-navigation > li.open > ul {
	display:block;
}	

#supplier-sub-navigation > li.open > a {
	background:#d4d4d4 url(../images/ui/submenu-opened-arrow.png) 186px 50% no-repeat;
}

#supplier-sub-navigation > li > ul {
	display:none;
	width: 160px;
	padding: 10px 0px 10px 10px;
}	

#supplier-sub-navigation > li > ul > li {
	display: inline-block;
	width:100%;
	padding: 4px 0px 4px 10px;
	margin:1px 0px;
}	

#supplier-sub-navigation > li > ul > li > a {
	text-decoration: none;
	font-size:1.4em;
 	color:#4d4c4c;
	font-weight: 500;
	line-height:1;
	display: inline-block;
	width: 100%;
	height: 100%;
}	

.desktop #supplier-sub-navigation > li > ul > li:hover {
	background: #0282a7;
	border-radius: 4px;
}

.desktop #supplier-sub-navigation > li > ul > li:hover a {
	color:#fff;
}	

.desktop #supplier-sub-navigation > li > a:hover {
	background-color:#d4d4d4;
}


/* SUB NAVIGATION */
 
#tabs-container {
	float:right;
	width: 705px;
}

.tabs-content {
 	background: url(../images/ui/info-tab-divider.png) 0px 0px repeat-x;
 	padding:5px 0px;
}

.tabs-content.noborder {
	background:none;
}

.tabs-content:first-child {
	padding-top:0px;
}	

.tabs-content > h2 {
	text-decoration: none;
	font-size: 1.8em;
	text-transform: none;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 10px;
	background: url(../images/ui/tab-status-open.png) 0px 5px no-repeat;
	padding-left: 45px;
	cursor:pointer;
}

.desktop .tabs-content > h2:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}	

.tabs-content:first-child {
 	background:none;
}

.tabs-content.selected > h2 {
	background: url(../images/ui/tab-status-close.png) 0px 5px no-repeat;
}	

.tabs-content > h2 span {
	font-weight: 500;
}	

.tabs-content .tabs-collection {
      display:none;
 }

.tabs-content.selected .tabs-collection  {
	 display:block;
}

.tabs-content .tab-info-content {
	overflow: hidden;
	width:100%;
	border-top:1px solid #cac7c7;
	padding:20px 0px 15px 0px;
}

.tabs-content .tab-info-content:first-child {
	border-top:none;
	padding: 10px 0px 10px 0px;
}

.tabs-content .tab-info-content .thumb {
	float:left;
	border:4px solid #dadada;
	margin-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.tabs-content .tab-info-content .thumb img {
	border:1px solid #fff;
	min-height: 155px;
	max-width:218px;
	display:block;
}

.tabs-content .tab-info-content .content {
	float:left;
	margin-left: 15px;
	width: 65%;
 	max-width:440px;
}

.tabs-content .tab-info-content .content p{
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}

.tabs-content .tab-info-content .header {
 	font-size: 2.2em;
	text-transform: uppercase;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.2;
}

.tabs-content .tab-info-content .sub-header {
	font-size: 1.4em;
	line-height: 1.1;
}

.tabs-content .tab-info-content .divider {
	background: url(../images/ui/info-tile.jpg) 0px 0px repeat-x;
	padding-top:8px;
	width:150px;
	display:inline-block;
	margin: 10px 0px;
}
 
.tabs-content .tab-info-content .details {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
}

.tabs-content .tab-info-content .answer {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	padding-top:7px;
	margin-left: 35px;
}

.tabs-content .tab-info-content .answer:first-child { 
	padding-top:0px;
}


.leftoffset {
	margin-left: 35px;
}

.tabs-content .tab-info-content .details a {
 	color: #444444;
}

.tabs-content .tab-info-content .answer a {
 	color: #444444;
}

.features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1;
	background-color: #f2f1f1;
	border:1px solid #d5d4d4;
	padding:10px 15px;
	overflow: hidden;
	max-width:100%;
	margin-top: 10px; 
}
 
.features {
	float:left;
	margin:0 25px 10px 0px;
	overflow: hidden;
}

.features li {
	background: url(../images/ui/dot.png) 0px 9px no-repeat;
 	padding: 5px 0px 5px 10px;
 	line-height: 1.2;
}

.header-features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1;
 	max-width:100%;
 	padding:0px;
	overflow: hidden;
	margin-bottom: 15px;
}
 
.header-features {
	float:left;
	margin:0 25px 0px 0px;
	overflow: hidden;
}

.header-features li {
	background: url(../images/ui/dot.png) 0px 13px no-repeat;
	padding: 4px 0px 4px 14px;
	line-height: 1.8;
}

.header-features li.header-features-title {
	/*
	background: none;
	padding-left: 0px;
	color: #4d4c4c;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: 600;
	*/
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left: 0px;
}

#tabs-container .tabs-container-header {
	position:relative;
}

#tabs-container .tabs-container-header h3 {
	font-size: 2.2em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom:20px;
}

#tabs-container .tabs-container-header h4 {
	font-size: 1.2em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom:10px;
}

.tabs-content .tab-info-content .profile-features-container {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
 	max-width:100%;
 	padding:0;
	overflow: hidden;
}

.tabs-content .tab-info-content .profile-features-container .features {
	float: left;
	margin: 0 25px 0 0;
	width:40%;
}

.tabs-content .tab-info-content .profile-features-container .features li {
	background:none;
	text-indent: 0px;
}

.tabs-content .tab-info-content .features .features-title {
	font-weight:700; 
	font-size: 1.1em;
}

.sub-tabs-content {
	clear:both;
	width: 90%;
 	margin-left: 45px;
 	padding:3px 0px;
}

.sub-tabs-content> h3 {
	text-decoration: none;
	font-size: 1.4em;
	text-transform: none;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.1;
	display: inline-block;
	padding: 8px 10px;
	background: url(../images/ui/sub-tab-status.png) 0px 6px no-repeat;
	padding-left: 31px;
	cursor: pointer;
	background-size: 23px;
}

.sub-tabs-content.subselected > h3 {
	background: url(../images/ui/sub-tab-status.png) 0px -45px no-repeat;
	background-size: 23px;
}	

.desktop .sub-tabs-content> h3:hover {
 	opacity:0.9;
	filter:alpha(opacity=90);
}


.sub-tabs-content  .sub-tabs-content-collection {
	display:none;
}

.sub-tabs-content .sub-tab-info-content  {
 	margin: 10px 0px;
	overflow: hidden;
}

.sub-tabs-content .sub-tab-info-content .content {
 	width:60%;
}

.sub-tabs-content.subselected.sub-tabs-content-collection {
	display:block;
}

.block {
	display:block;
}



#tabs-container .tabs-container-header p {
	font-size: 1.2em;
	color: #4d4c4c;
 	line-height: 1.8;
	padding-bottom:20px;
}

.actions {
	clear: both;
	margin-top:10px;
	overflow: hidden;
}

.profile-actions {
 	width:300px;
	margin:30px auto 20px auto;
	overflow:hidden;
}

.grid-actions {
	margin:0;
}

.actions a, .profile-actions a, .header-actions a, .grid-actions a {
	float: right;
	color: #fff;
	font-size: 1.4em;
  	font-weight: 600;
	padding: 4px 12px 5px 12px;
 	cursor: pointer;
	margin: 0px 0px 0px 7px;
	text-decoration: none;
	background-color: #0282a7;
	line-height: 1;

	min-width: 80px;
	text-align: center;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-transform: uppercase;
}

.actions a:first-child  {
	margin: 0px 0px 0px 0px;
}	

.desktop .actions a:hover, .desktop  .profile-actions a:hover, .desktop  .header-actions a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.header-actions {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
}


.header-actions a {
	margin: 0px 0px 5px 0px;
}

.info-grid {
	clear:both;
	text-align: center;
	margin-bottom: 15px;
	margin-left:3px;
}


.info-grid ul { 
  	vertical-align:middle;
   	overflow: hidden;
}

.info-grid ul li {
	display: table-cell;
 	font-size: 1.3em;
	line-height: 1.1;
 	width: 104px;
	vertical-align:middle;
	margin:0;
	height:100%;
	padding:10px 0px 10px 0px;
	border-left:3px solid #e2e2e2;
}


.info-grid ul li:first-child {
	border-left:none;
}	


.info-grid ul li.wide {
	width:155px;
	max-width: 155px;
}

.info-grid ul li.narrow {
	width:50px;
	max-width: 50px;
}

.info-grid .info-grid-head li {
 	background-color: #0282a7;
	color: #e0e0e0;
}

.info-grid .info-grid-rows li {
 	background-color: #e0e0e0;
	color:#4d4c4c; 
}

.info-grid ul li {
 	background-color: #e0e0e0;
 	color:#4d4c4c; 
}

.info-grid ul.even li {
 	background-color: #d2d2d2;
	
}

.info-grid ul li .button {
 	background-color: #c0c0c0;
 	padding:3px 0px;

 	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display:block;

	width:90%;
	max-width:60px;
	margin:0 auto;
	cursor: pointer;

	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}

.credits-grid ul li .button  {
	background-color: #c0c0c0;
	color:#4d4c4c;
	padding: 3px 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: 90%;
	max-width: 160px;
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 95%;
}

.desktop .info-grid ul li .button:hover {
 	background-color: #0282a7;
}

.desktop .credits-grid ul li .button:hover {
 	background-color: #0282a7;
 	color:#fff;
}

.members-profiles  {
	overflow:hidden;
	padding:10px 0px;
}

.members-profiles > div {
	float:left;
	padding:5px;
	background-color: #fff;
	margin: 15px 0px 0px 7px;


	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 1px 6px #b5b3b5;
	-webkit-box-shadow: 0px 1px 6px #b5b3b5;
	box-shadow: 0px 1px 6px #b5b3b5;

	cursor:pointer;
	max-width:154px;
}

.members-profiles > div a {
	text-decoration: none;
}

.members-profiles > div a img {
	max-width:154px;
	height:auto;
	display:block;
}	

.members-profiles .info {
	margin: 5px 0 0 3px;
    max-height: 35px;
    min-height: 35px;
    overflow: hidden;
}

.members-profiles .details-info {
	margin:5px 0px 0px 3px; 
	height:78px;
}

.members-profiles .name {
	color:#4d4c4c;
	text-transform: uppercase;
	font-size:1.3em;
	line-height: 1;
	padding: 2px 0px;
}

.members-profiles p.title {
	color:#777676;
	text-transform: none;
	font-size:1.2em;
	line-height:1;
	padding-top: 4px;
	font-weight: 600;
}

.members-profiles p.division {
	color:#777676;
	text-transform: none;
	font-size:1.1em;
	line-height:1;
	padding-top: 5px;
	font-weight: 600;
}

.desktop .members-profiles > div:hover {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}	

.members-profiles .picture {
	height:158px; 
	overflow:hidden;
}

#sp-supplier-fixed-content {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height: 32px;
	position: relative;
	overflow: hidden;
	padding: 50px 0 40px 0;
	height: 760px;
}


.inner-content {
	position:relative;
	padding: 0px 20px 0px 5px;
	overflow: hidden;
}

.inner-content h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}

.inner-content p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}	


.page-inner-content {
	position: relative;
	padding: 30px;
	overflow: hidden;
}

.page-inner-content  h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px; 
}

.page-inner-content  p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}	


#page-container {
	background: #fff;
	-moz-box-shadow: 0px 1px 6px #757475;
	-webkit-box-shadow: 0px 1px 6px #757475;
	box-shadow: 0px 1px 6px #757475;
	margin-bottom: 20px;
}

#sp-supplier-top-background {
	position:absolute;
	top:0;
	width:100%;
 	z-index:0;
}

#sp-supplier-stage-background {
	background-image: url(../images/ui/stage-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 507px;
	width:100%;
	height:237px;
}

#sp-supplier-stage-noise {
	background: url(../images/ui/noise.png);
	width:100%;
	height:100%;
}

#sp-supplier-stage-decor {
	background: url(../images/ui/content-top-tile.png) 0px 0px repeat-x;
	min-height: 32px;
}

.page-container-billboard {
	background: url(../images/ui/wave-title.jpg) 0px 100% repeat-x;
	padding-bottom:20px;
}

.page-container-billboard img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
}

.bottom-content {
 	background:  #ececeb url(../images/ui/bottom-divider.png) 0px 0px repeat-x;
 	overflow:hidden;
 	padding: 20px 0px 30px 40px;
}

.bottom-content .bottom-content-section {
	float: left;
	padding: 0px 60px 0px 60px;
	background: url(../images/ui/footer-divider.png) 100% 100% no-repeat;
	background-size: 1px 95%;
 	overflow: hidden;
	min-height: 145px;
}

.bottom-content .bottom-content-section > div {
	float: left;
	margin-left: 0px; 
}

.bottom-content .bottom-content-section .left-offset{
	margin-left: 45px; 
}
 
.bottom-content .last-section {
	background: none;
	padding: 0px 0px 0px 60px;
}

.bottom-content .bottom-content-section  h3 {
	font-size: 2.0em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	height: 20px;
	padding:10px 0px 10px 0px;
}

.bottom-content .bottom-content-section  p {
	font-size: 1.3em;
	color: #4d4c4c;
	line-height: 1.8;
}

.bottom-content .bottom-content-section  a {
	font-size: 1.3em;
	color: #4d4c4c;
	line-height: 1.8;
	display:block;
}

.underline {
 	background:url(../images/ui/info-tab-divider.png) 0px 100% repeat-x;
	padding: 0px 0px 20px 0px;
	margin-bottom:20px; 
}

.sitemap {
	float: left;
	margin-right: 55px;
	width: 250px;
}

.sitemap.nooffset {
	margin-right: 0px;
} 

.sitemap ul {
	margin:0px 0px 10px 0px;
}

.sitemap ul li {
	color:#4d4c4c;
	text-transform: none;
	font-size:1.2em;
	padding-left: 8px;	 
	margin:5px 0px;
}

.sitemap ul li a {
	color:#4d4c4c;
	text-decoration: none;
}	

.desktop .sitemap ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}	

.sitemap > h3 {
	color:#4d4c4c;
	text-transform: uppercase;
	font-size:1.4em;
	background: #e0e0e0;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	font-weight:700;
	padding:4px 10px;
	margin-bottom:10px;
}

.sitemap > h3 a {
	color:#4d4c4c;
	text-decoration: none;
}

.desktop .sitemap > h3 a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.sitemap ul .ttl {
	color:#4d4c4c;
 	font-weight:700;
 	 
}


/* CONTENT */
 

#supplier-overlay {
	background: #000;
	/*position: absolute;*/
	position:fixed;
	top:0;
	min-height: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	width: 100%;
	z-index: 10;
}

#supplier-overlay-container {
	position: absolute;
	top:0;
	z-index: 10;
	-webkit-transform: translateZ(0);
	width: 627px \0/;
	width: 597px;
	left: 50%;
	margin-left: -298px;
}

#supplier-overlay-container img {
	display: block;
	margin: 0 auto;
	/*width:597px;*/
	width:auto;
	height:auto;
	max-height:850px;
}


#widget-overlay-content {
	position:relative;
	overflow: hidden;
}

.overlay-close-button {
	background: #2B2A2F url(../images/ui/button-videoplayer-close.gif) no-repeat 54px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FBFBF9;
	cursor: pointer;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.3em;
	float: right;
	margin-bottom: 1px;
	padding: 5px 0 0 10px;
	width: 70px;
	height: 24px;
	text-decoration: none;
}

.supplier-external {
	display: block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.supplier-subtitle {
	display: inline-block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
}


/* photo photo gallery styles */

.photo-gallery {
	position: relative;
	max-width:390px;
	height:253px;
	float:left;
}

.photo-gallery-wrapper {
	position:relative;

	width:380px;
	height:100%;
	overflow:hidden;
	position:relative;

	border: 4px solid #dadada;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;

	background: rgba(0, 0, 0, 0.7);
}

.photo-gallery-container { 
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photo-gallery-content { 
	width: 100%;
	height:100%;
	float: left;
}

.photo-gallery-content {
	height:100%;
	width:100%;
}

.photo-gallery-content li {
	float:left;
	width: 380px;
	height: 253px;
}


.photo-gallery-content li img {
	border:none !important;
	width: auto;
	height: 100%;
	margin: 0 auto;
	display: block;
}


.photo-gallery-pagination-container {
	background: url(../images/ui/bg-featured-content-pagination.png) repeat-x;
	background-position: center top;
	background-repeat: repeat;
	background-size: 100% 100%;
	border-left: 1px solid rgba(255,255,255,.05);
	border-right: 1px solid rgba(255,255,255,.05);
	bottom: 0;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	width: 100%;
}


.photo-gallery-controls {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.photo-gallery-pagination-previous {
	/*background: url(../images/ui/gallery-content-button-previous.png) no-repeat left top;*/
	background: url(../images/ui/gallery-arrow-left.png) 0px 0px no-repeat;
	cursor: pointer;
	/*
	padding-top: 32px;
	width: 23px;
	*/
	padding-top: 39px;
	width: 32px;
 
	left:10px;
	z-index:100;
}


.photo-gallery-pagination-next {
	/*background: url(../images/ui/gallery-content-button-next.png) no-repeat left top;*/
	background: url(../images/ui/gallery-arrow-right.png) 0px 0px no-repeat;
	cursor: pointer;
	/*
	padding-top: 32px;
	width: 23px;
	*/
	padding-top: 39px;
	width: 32px;
	
	right:10px;
	z-index:100;
}

.photo-gallery-nav {
	position:absolute;
	top:45%;
}
 
.fullscreen-nav {
	width: 26px;
	padding-top: 26px;
	background: url(../images/ui/full-screen-icon.png) 0px 0px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 14px;
	z-index:100;
}

.photo-gallery-pagination {

	font-size: 1.4em;
	color:#979798; 
	font-style:italic;

	display: inline-block;
	font-weight: 400;
	 
	background: rgba(0, 0, 0, 0.8);

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;

	margin: 0px 10px 0px 0px;
	height: 24px;
	line-height:1.6;
	padding:0px 8px;

	position:absolute;
	top: 10px;
	right: 35px;
	border:1px solid #757575;
	z-index:100;

}	

.photo-gallery-description {
	float:left;
	width:240px;
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	margin-left: 15px;
}

.photo-gallery-description a {
	color: #444444;
}


/* full screen styles */


#photo-gallery-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-color: rgb(0, 0, 0);
	opacity: .8;
	filter: alpha(opacity=80);
 	top: 0;
	left: 0;
	overflow: hidden;
	cursor: pointer;
	display: none;
	zoom:1;
}

.fullscreen-previous {
	width: 32px;
	height: 39px;
	cursor: pointer;
	background: url(../images/ui/gallery-arrow-left.png) 0px 0px no-repeat;
	position:absolute;
	left:30px;
	top:40%;
	z-index: 100;
}

.fullscreen-next{
	width: 32px;
	height: 39px;
	cursor: pointer;
	background: url(../images/ui/gallery-arrow-right.png) 0px 0px no-repeat;
	position:absolute;
	right:30px;
	top:40%;
	z-index: 100;
}

.fullscreen-pagination{
	font-size: 1.4em;
	color:#979798; 
	font-style:italic;

	display: inline-block;
	font-weight: 400;
	 
	background: rgba(0, 0, 0, 0.8);
	border:1px solid #44484D;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;

	margin: 0px 10px 0px 0px;
	height: 24px;
	line-height:1.6;
	padding:0px 8px;

	position:absolute;
	top: 30px;
	right: 58px;
	z-index: 100;

 }

.close-fullscreen {
	width: 26px;
	padding-top: 26px;
	background: url(../images/ui/icon-contract.png) -1px -1px no-repeat;
	cursor: pointer;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	 
}

#fullscreen-photo-gallery-container ul {

}

#fullscreen-photo-gallery-container ul li {
	display:none;
}


#fullscreen-photo-gallery-container ul li.active {
	display:block;
}


#fullscreen-photo-gallery-container ul li img {
	display:block;
	position:absolute;
}	
/* photo photo gallery styles */


/* Suppliers gallery */

.supplier-thumb-gallery {

}

.supplier-thumb-gallery ul {
}		

.supplier-thumb-gallery ul li {
	display:inline-block;
	margin: 0px 3px 5px 0px;
	width:228px;
}

.supplier-thumb-gallery ul li:first-child {
	 
}	

.supplier-thumb-gallery ul li .thumb-container {
	border: 4px solid #dadada;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.supplier-thumb-gallery ul li .preview {
 	cursor:pointer;

	width:220px;
	height:159px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.3);
	zoom: 1;

	border:1px solid #fff;
}

.desktop .supplier-thumb-gallery ul li .preview:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.supplier-thumb-gallery ul li img { 
	display:block;
	height:100%;
	width:auto;
	margin:0 auto;
}

.supplier-thumb-gallery ul li .desc {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.6;
	padding: 2px 15px 7px 5px;
}

#before-after-container {
	clear:both;
}

/* Suppliers gallery */

#google_map {
	width:97%;
	height:200px;
	background-color: #CCC;
	border: 1px solid #d5d4d4;
}

.external-container {
	margin:15px 0px 0px 0px;
}

.external-container a {
	display: block;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	padding:4px 0px;
}

.external-container a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}

.semi-header {
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: 600;
	padding:0px 0px 5px 0px;
	background: none;
	text-indent: 0px;
}

.tab-info-details {
	font-size: 1.2em;
	color: #444444;
	line-height: 1.8;
	padding-bottom: 20px;
}

.features-block {
	clear:both;
	float: left;
	margin: 0 25px 10px 0px;
	overflow: hidden;
}

.features-block li {
	background: url(../images/ui/dot.png) 0px 9px no-repeat;
	padding: 5px 0px 5px 14px;
	line-height: 1.2;
}

#sp-supplier-content .features .semi-bold {
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left:0px;
}

#sp-supplier-content .features-block .semi-bold {
	font-size: 1.1em;
	background: none;
	text-indent: 0px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-left:0px;
}

.credits-grid {
	clear:both;
 	margin-bottom: 15px;
 	margin-top: 15px;
}

.credits-grid.notopoffset { 
 	margin-top: 0px;
}

.credits-grid ul {
  	vertical-align:middle;
   	overflow: hidden;
}

.credits-grid ul li {
 	display: table-cell;
 	
	font-size: 1.3em;
	line-height: 1.1;
	margin: 0 1px;
	min-width: 210px;
	width:210px;
  	
	vertical-align:middle;
	 
	margin:0;
	height:100%;
	padding:10px 10px 10px 10px;
	border-left:3px solid #e2e2e2;
 }

 .credits-grid ul li:first-child {
	border-left:none;
 }	

.credits-grid ul li.wide {
	min-width: 155px;
	max-width: 155px;
}

.credits-grid ul li.narrow {
	min-width: 48px;
	max-width: 48px;
}

.credits-grid .credits-grid-head {
	font-weight: 600;
}

.credits-grid .credits-grid-head li {
	color: #e0e0e0;
	background-color: #0282a7;
}

.credits-grid .credits-grid-rows {
	
}

.credits-grid .credits-grid-rows li {
	color:#4d4c4c; 
	background-color: #e0e0e0;	
	text-align: left; 
}
  
.credits-grid ul.even li {
 	background-color: #d2d2d2;	
}

.credits-grid ul li a {
	color:#4d4c4c; 
}

.desktop .credits-grid ul li a:hover {
	opacity:0.9;
	filter:alpha(opacity=90);
}


.tabs-container-simple-list {

}

.tabs-container-simple-list > div {
	 overflow: hidden;
	 clear:both;
	 margin-bottom: 7px;
}

.tabs-container-simple-list > div h3 {
	float:left;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
	width: 260px;
}

.tabs-container-simple-list > div p {
	float:left;
	font-size: 1.4em;
	color: #4d4c4c;
	font-weight: 600;
	line-height: 1.5;
}

.maps-styled-url {
	text-decoration: none;
 	font-size: 1.2em;
	font-weight: 600;
	color: #4d4c4c;
	display: inline-block;
}

.maps-styled-url:hover { 
	color: #4d4c4c;
}

#tabs-container .tabs-container-header p.btmoffset { 
 	padding-bottom: 10px;
}

/* Generic Style Changes Start */
ul.list-square {
	list-style-type: square;
	padding-left: 40px;
}

ul.list-circle {
	list-style-type: circle;
	padding-left: 40px;
}

ul.list-disc {
	list-style-type: disc;
	padding-left: 40px;
}

.features-list {
	float: left;
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
}

.tabs-container-header>ul {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
}

.content>p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}

.link-button {
	background-color: #c0c0c0;
	/* padding: 3px 0px; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	width: 90%;
	text-align: center;
	max-width: 60px;
	margin: 0 auto;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 80%;
}

.link-button:hover {
	background-color: #0282a7;
}

.forms-grid {
	clear: both;
	width: 100%;
	display: table;
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	max-width: 550px;
}

.forms-grid-row {
	display: table-row;
}

.form-grid-cell {
	display: table-cell;
	line-height: 1.1;
	vertical-align: middle;
	margin: 0;
	height: 100%;
	padding: 10px 10px 10px 10px;
	border-right: 3px solid #e2e2e2;
	width: 30%;
	text-align: center;
}

.form-grid-cell.header-cell {
	width: 70%;
	text-align: left;
}

.forms-grid-row:nth-child(even) .form-grid-cell {
	background-color: #e0e0e0;
}

.forms-grid-row:nth-child(odd) .form-grid-cell {
	background-color: #d2d2d2;
}

.form-grid-cell .link-button {
	max-width: 100px;
	line-height: 1.8;
}

.tab-links {
	text-decoration: none;
	font-size: 1.3em;
	color: #0282a7;
	/* font-weight: bold; */
	line-height: 1;
	display: inline-block;
	padding: 4px 10px;
	cursor: pointer;
	margin-top: 10px;
}

.tab-links:hover {
	background: #0282a7;
	border-radius: 4px;
	color: #FFF;
}

.tabs-content .tab-info-content .multi-thumb {
	float:left;
	/* border:4px solid #dadada; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	/* border-radius: 4px; */
}

.tabs-content .tab-info-content .multi-thumb img {
	border:1px solid #fff;
	min-height: 155px;
	max-width:218px;
	display:block;
	border: 4px solid #dadada; */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 25px;
}

.simple-para {
	font-size: 1em !important;
}

.features .list-circle>li {
	background: none;
	text-indent: -10px;
}

.features .list-circle {
	padding-left: 25px;
	padding-top: 5px;
}

/* Generic Style Changes End */

/* Home Page Style Updates Start */
.content-wrapper>h3 {
	font-size: 2.2em;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}

.content-wrapper>p {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}

.content-wrapper>em {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	padding-bottom: 20px;
}

.content-wrapper>ul {
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
	/* padding-bottom: 20px; */
}

.underline-text {
	text-decoration: underline;
}

.single-image-banner {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.single-image-banner img {
	/* max-width: 960px; */
	width: 100%;
}

.single-image-banner-wrapper {
	max-width: 960px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.single-image-banner .property-info {
	margin-top: 130px;
	margin-right: -12px;
	min-height: 0;
	position: absolute;
	text-align: left;
	right: 0;

}

.single-image-banner .property-info p.property-title {
	background: #d0cfcf;
	color: #4d4c4c;
	font-size: 2.2em;
	padding: 18px 25px;
	font-weight: 700;
	float: right;
}

.single-image-banner .property-info p.property-caption {
	background: #e5e5e5;
	color: #4d4c4c;
	font-size: 1.8em;
	padding: 12px 25px;
	font-weight:400;
	text-transform: none;
	margin-top: 10px;
	clear: both;
	float: right;
}

.dual-list li {
	float: left;
	width: 47%;
}

/* Home Page Style Changes End*/

/* Supplier Diversity Page Style Changes Start*/
.btn-supplier-container {
	padding: 0 10px 10px 10px;
	text-align: right;
}

.btn-supplier-register {
	height: 40px;
	width: 180px;
	display: inline-block;
	text-align: center;
	background: #0282a7;
	color: #ffffff;
	font-size: 1.8em;
	line-height: 2.3em;
	text-decoration: none;
	border-radius: 3px;
	/* float: right; */
	clear: both;
	box-shadow: 0px 1px 6px #808080;
	cursor: pointer;
	transition: 0.3s ease all;
	border-style: solid;
	border-color: #0282a7;
}

.btn-supplier-register:hover {
	box-shadow: 0px 1px 6px #2d2d2d;
}

/* Supplier Diversity Page Style Changes End*/

/* How We Work Page Style Changes End*/
.certifying-entities-container {
	clear: both;
	/* padding-left: 25px; */
	font-size: 1.2em;
	color: #4d4c4c;
	line-height: 1.8;
}

.certifying-entities-container>strong {
	text-decoration: none;
	font-size: 1.5em;
	text-transform: none;
	color: #4d4c4c;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	padding: 40px 0px 10px 25px;
}

.certifying-entities-container>div>strong {
	padding-left: 25px;
}
/* How We Work Page Style Changes End*/


/* Main Navigation Mobile Only Sub Nav Change Start */
.mobile-visible {
	display: none;
}
/* Main Navigation Mobile Only Sub Nav Change End */