/*==========================================================================
All Post Launch styles here
Adding data to this file will NOT affect the SCSS files
==========================================================================*/
#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

@media print {
	
header {display:none}
.dynamic-breadcrumb {display:none}
.cta .wrap {width: 90%}
#home-news .wrap {width: 90%}
#content-wrapper .wrap #content #page-headings {width: 80%}
#content-wrapper .wrap #side-col {display:none}
#content-wrapper .wrap #content {width: 90%}
#content-wrapper .wrap #content-3-cols #content-area {width: 90%}
#persona-content .wrap {width: 90%}
#persona-cta .wrap {width: 90%}
#content-wrapper .wrap #content-3-cols #far-right-col {display:none}
#update p {text-align: left}
#ncshare {display:none}
footer {display:none}
	
}

/*FAQS*/
.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}