/*==========================================================================
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;
	text-decoration: underline;
	color: #96290c;
}

.faq_question:hover {
	text-decoration: underline;
	color: #4f1606;
}
.faq_question:active, .faq_question:focus {
	text-decoration: underline;
	color: #4f1606;
	outline: none;
}
 
.faq_answer_container {
    height: 0px;
    overflow: hidden;
    padding: 0px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: burgundy;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slidetext {
  color:#000000;
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 8px 12px;
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #800020;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Style the tab */
div.tabs {
    overflow: hidden;
    border: 1px solid #bdd4e4;
    background-color: white;
}

/* Style the buttons inside the tab */
div.tabs button {
	background-color: inherit;
	text-transform: uppercase;
	color: #007ac3;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-weight: 600;
}

/* Change background color of buttons on hover */
div.tabs button:hover {
	background-color: #CFDFE9;
	font-weight: bolder;
}

/* Create an active/current tablink class */
div.tabs button.active {
    background-color: #007ac3;
	color: white;
}

/* Style the tab content */
.tabcontent {
	display: none;
    padding: 12px 12px;
    border: 1px solid #bdd4e4;
    border-top: none;
}
