@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*				        PRINT STYLES				        */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/

/*hidden elements*/
#vt_header,  
#horizontal_main_nav, 
#vt_nav_col, 
#vt_right_col, 
#vt_pr_actions_row #vt_pr_share, 
#vt_pr_actions_row #vt_pr_print_pdf, 
#vt_quicklinks, #vt_pr_actions_row, 
#vt_pr_top hr, 
#vt_pr_content hr, 
#vt_pr_related_links, 
#vt_press_otherimages, 
#vt_footer, 
#vt_footer_bg
{
	display: none;
}

#vt_sp_body{
	box-shadow: none;
}
#vt_body_col p a{
	border-bottom: none;
}
/*prints url after link*/
#vt_pr_content_body p a:link:after,
#vt_pr_content_body li a:link:after,
#vt_pr_content_body p a:visited:after, 
#vt_pr_content_body li a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/*prevents page breaking inside a list item or paragraph*/
li, p{
	page-break-inside : avoid;
}

/*----------------------------------------------------------*/
/*				        Main Content 				        */
/*----------------------------------------------------------*/

/*prevents list items in content from covering image*/
#vt_pr_content_body li{
	clear: right;
}

/*main content area*/
#vt_body_col{
	position: absolute;
	left:0;
	margin-top: 10px;
	margin-left: auto;
	margin-right: 10%;
	width: 100%;
	height: auto;
}

/*logo above heading*/
#vt_body_col div h2:before{
	position: absolute;
	display: block;
	top:0;
	content: url('/global_assets/images/print/vt_logo_grey_text_maroon_shield.png');
}

/*article heading*/
#vt_body_col h2{
	margin-top: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	border-width: 100%;
	margin-bottom: 20px;
}

#vt_body_col div {
  margin-right: 10px;
}

/*bullets before list items*/
#vt_pr_content_body li:before {
    content: "\f111";
    margin-left: -30px;
    padding-right: 22px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: .5em;
    font-weight: normal;
    text-decoration: inherit;
}

#vt_pr_content_body li a{
	text-decoration: underline !important;
}
#vt_pr_content_body ul{
	margin-bottom: 30px;
}

/*----------------------------------------------------------*/
/*				       Featured image				        */
/*----------------------------------------------------------*/

#vt_pr_top div#vt_pr_storyimage{
	border:none;
}

.vt_img_caption_left p, .vt_img_caption_center p, .vt_img_caption_right p {
    border: none;
    background: none;
}
p img{
	border: none !important;
}

/*----------------------------------------------------------*/
/*				       	   Footer      				        */
/*----------------------------------------------------------*/

/*removes right border from attribution in footer*/
#vt_pr_content #vt_pr_contact_info{
	border-right: none;
}

