.site-branding a img {
	max-width: 342px;
}
.site-branding a img {
  min-width: 100px !important;
}

#page {
	background: URL("su_body_tile.png") 0 0 repeat-x transparent;
}

/* MAIN SITE PURPLE > DARK BLUE */
a,
.tooltips,
.entry-content h1,
.entry-content h2,
.entry-content h2 a,
h2.entry-title,
h2.entry-title a,
.entry-content h3,
.entry-content h4,
#primary.section .entry-content .grid-cell h2,
.grid-cell a:hover,
.grid-cell h2 a,
#what_reading.grid-cell h2 a,
.grid-cell h2 a:hover,
#what_reading.grid-cell h2 a:hover,
#primary.section .entry-content .grid-cell p a,
#primary.guideline .entry-content .tab_content h3.first,
.home-about a,
.ui-widget-content a {
	color: #002E64 !important;
}

.entry-content table.key_points tbody tr:first-child td {
	background-color: #002E64 !important;
}

a.see_all_button {
	border: 1px solid #002E64 !important;
	color: #002E64;
}

a.see_all_button:hover,
p.see_all a:hover {
	background-color: #7387BA;
}


#site_switch a {
	text-decoration: underline !important;
	color: #f2f2f2 !important;
}


header.entry-header {
	margin-bottom: 0px !important;
}


/* NAV ELEMENTS */
#guidelines_link {
	display: block;
	float: left;
	
}
	#guidelines_link a {
		border-radius: 8px;
		background: #640000;
		color: #FFF !important;
		padding: 0px 8px;
		width: 175px;
		height: 30px;
		flex-shrink: 0;
	}
	
	
/* HOME GRID */
@media only screen and (max-width: 767px) {
  #home_content .guideline_link_wrap .guideline_header_image .guideline_header_image_title {
	font-size: 1em !important;
	line-height: 1.2em !important;
	letter-spacing: .5px !important;
  }
}

/* HOME NEWS GRID ITEMS */
#primary.section .entry-content .grid-cell ul li:nth-child(n+8) {
  display: none !important;
}