/* 
	Styles from /css/general.css should be overridden here if needed.
	
	If styles from /css/global.css need to be overriden, consider changing your template's htmlHeader file to utilize a 
		different global CSS file first, as overrides on the global structure should not be made in a typical site template.
 */
 

#site_main_content_container h5.value_statement {
 	margin-bottom: 0px;
 }
 
#left_col {
	width: 540px;
	margin-right: 0px;
	padding-right: 40px;
}

#right_col {
	border-left: 0px;
}

.left_col_border {
	border-right: 1px solid #b2b2b2 !important;
}

.right_col_border {
	border-left: 1px solid #b2b2b2 !important;
}

#right_col {
	width: 275px;
	padding-left: 33px;
}

h1.news {
	font-size: 34px;
	color: #000000;
	font-family: open_sans_cond_bold;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 34px;
} 

h2.news {
	font-size: 23px;
	color: #7B7B7B;
	font-family: open_sans_cond_bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 27px;
} 

/*
h3.news {
	font-size: 20px;
	color: #000000;
	font-family: 'Oswald';
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 28px;
} 
*/

h3.news {
  display: none;
  font-size: 17px;
  color: #000000;
  font-family: open_sans_cond_bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 20px;
}

h4.resource_center_type {
	margin: 0px;
	font-family: open_sans_cond_bold;
	text-transform: uppercase;
	color: #a80532;
	font-size: 15px;
}

.news_date {
	font-family: arial;
	font-size: 18px;
	color: #7B7B7B;
	padding-bottom: 10px;
}

.pub_pdf {
	padding-bottom: 15px;
}

.news_main_image {
	display: block;
	margin-bottom: 24px;
}

.podcast_link {
	display: block;
	padding-bottom: 15px;
	font-size: 14px;
}

.resource_center_item_group {
	padding-bottom: 30px;
}

/* -- LIST STYLES: BEGIN -- */
#right_col ul {
 	margin-bottom: 0;
    padding-left: 0;
	list-style-type: none;
}

#right_col ul li {
 	font-size: 12px;
	color: #464646;
	line-height: 15px;
	padding-bottom: 6px;
}
/* -- LIST STYLES: END -- */

 
 @media (min-width: 1070px) {
	#site_main_container {
		overflow-x: hidden;		
	}
}

/* -- PRINT STYLES: BEGIN -- */
@media print {
  
	#left_col {
		width: 700px;
	}
	
	.left_col_border {
		border-right: 0px solid #b2b2b2 !important;
	}
	
	.right_col_border {
		border-left: 0px solid #b2b2b2 !important;
	}
	
	h3.news {
	  display: block;
	}
}

/* -- PRINT STYLES: END -- */