.more,
.grid2-grad .regions a,
.grid2-grad .search-but,
.intros h3,
.grid-list a {
	font-family: 'UniversLTW01-67BoldCn','Arial Narrow',Arial,Helvetica,sans-serif;	
}

.more i,
.grid2-grad .regions a i,
.grid2-grad .search-but i,
.intros h3 i,
.grid-list a i {
	font-family: 'UniversLTW01-67BoldCnOb','Arial Narrow',Arial,Helvetica,sans-serif;
	font-style: normal;	
}

.grid2-grad h4 {
	font-family: 'UniversLTW01-47LightCn','Arial Narrow',Arial,Helvetica,sans-serif;
}

.grid2-grad h4 i {
	font-family: 'UniversLTW01-47LightCnO','Arial Narrow',Arial,Helvetica,sans-serif;
	font-style: normal;
}
/* =============================================================================
   Overriding some styles for careers page
   ========================================================================== */
.homepage-grid .careersPromo h3 a {
    color: #FFFFFF;
}
.grid2-grad .regionSelect {
	z-index:550;
	position:relative;
}
.searchListing{
	position:relative;
}
.searchListing .search-all{
	display:block;
	position:absolute;
	top:0;
	right:20px;
	padding-right:12px;
	background: url(/a/pgs/images/link-chevron-2.png) no-repeat right 6px;
	color:#7397c5;
}

/* =============================================================================
   Small social

   An override for the default socialLinks layout.
   Used when we need to stick the links between two vertical blocks.
   ========================================================================== */
.small-social{
	padding:0 10px;
}
ul#socialLinks.small-social li.shareLink {
	float:left;
}
.small-social .printLink {
	border-right: 1px solid #d7dadf;
	padding-right:10px;
}

/* =============================================================================
   Read more style

   Just a simple style applied to read more links.
   ========================================================================== */
.more {
	color: #7398c5;
	display: block;
	font-size: 12px;
	margin-top:10px;
	text-transform: uppercase;
}

/* =============================================================================
   No hint

   Override featuredItems h3 default styling. We don't have a hint so we need
   to increase the top padding.
   ========================================================================== */
.featuredItems article .no-hint{
	padding-top:20px;
}

/* =============================================================================
   Grid 2 with gradient.

   A two columns grid with two gradients background using faux-column technique.
   Some overriding of default styles because we have a dark background.
   ========================================================================== */
.grid2-grad {
	background:url(/a/pgs/images/grid2-grad.png) repeat-y top center;
}
.grid2-grad-item {
	padding:0;
	width: 320px;
}
.grid2-grad-inner {
	padding: 15px 20px;
}
.content-grid .grid2-grad p.leadin {
	color:#fff;
	font-size:1.41em;
	line-height:1.5em;
	width:auto;
	margin:0;
}
.grid2-grad h2 {
	color:#fff;
	line-height:1.3em;
	font-size:1.3em;
}
.grid2-grad h3 {
	color:#fff;
	font: normal 1.2em Arial,Helvetica,sans-serif;
	text-transform:none;
	margin:0 0 10px 0;
}
.grid2-grad h4 {
	color:#fff;
	font-size: 1.25em;
	margin-bottom:10px;
}
.grid2-grad .top-separator {
	border-top:1px solid #353e4c;
}
.grid2-grad .no-bottom-padding{
	padding-bottom:0!important;
}
.grid2-grad .regions a {
	text-transform: uppercase;;
	font-size: 1em;
	color:#7397c5;
}
.grid2-grad .search-but {
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #7399C6;
	display:block;
	width:40px;
}
.grid2-grad .buttonLink {
	font-size:1.2em;
}
.grid2-grad-beta .buttonLink {
	background: #171d2a;
}

/* =============================================================================
   Intro list

   A vertical list with title, content and read more.
   Items are separated by a dotted background.
   ========================================================================== */
.intros h3 {
	text-transform: uppercase;
	font-size: 1em;
	color:#fff;
	
}
.intros li {
	padding-bottom:18px;
	margin-bottom:18px;
	background: url(/a/pgs/images/dotted-separator.png) repeat-x bottom left;
}
.intros .last {
	margin-bottom:0;
	background: none;
}
.intros li p {
	font-size:0.80em;
	line-height:1.3em;
	color:#fff;
}
.intros .more {
	font-size:0.75em;
}

/* =============================================================================
   Two 50% columns
   ========================================================================== */
.half-column {
	float:left;
	width:50%;
}

/* =============================================================================
   Content header on a gray gradient

   Overriding some customSelect default styles.
   ========================================================================== */
.content-header {
	padding:15px 20px;
	background:url(/a/pgs/images/content-header-grad.png) repeat-y;
}
.content-header h2 {
	margin:4px 26px 4px 0;
	width:auto!important;
	float:left;
}
.content-header div.customSelect.closed,
.content-header div.customSelect.open {
	float:left;
	margin-bottom:0;
	margin-top:-4px;
}

/* =============================================================================
   Micro Clearfix
   ========================================================================== */
.clearfix:before, .clearfix:after { 
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   3 columns list with dotted separators and vertical borders

   I used classes like .first, .first-row, .last instead of css3 selectors
   because we need to mentain compatibility with older browsers.
   ========================================================================== */
.grid-list {
	margin:30px 20px;
}
.grid-list li {
	float:left;
	padding:0 22px;
	border-right:1px solid #ced4dc;
}
.grid-list .first {
	padding-left:0!important;
}
.grid-list .last {
	padding-right:0!important;
	border-right:none;
}
.grid-list a {
	display:block;
	width:168px;
	overflow:hidden;
	padding:15px 0 15px 2px;
	height:43px;
	color:#2f3338;
	font-size: 1em;
	text-transform:uppercase;
	background:url(/a/pgs/images/dotted-separator2.png) repeat-x bottom left;
}
.first-row a {
	padding-top:0;
}
.last-row a {
	background:none;
	padding-bottom:0;
}
.searchListingPadded {
	margin:20px 0;
}
.searchListingPadded tbody td {
	white-space: normal;
}

/* =============================================================================
   Media query that makes the above code adapt to 1230 resolution
   ========================================================================== */
@media screen and (min-width:1230px){
	.grid2-grad-item {
		padding:0;
		width: 400px;
	}
	.grid2-grad-inner {
		padding:30px 42px 30px 30px;
	}
	.content-header h2 {
		margin-right:48px;
	}
	.grid-list li {
		padding:0 31px;
	}
	.grid-list a {
		width:209px;
		font-size:1.12em;
	}
	.padded-top {
		padding-top:40px;
	}
}