/*special article for legacy content. in stage as of 8/4. move to prod at launch.*/



.subhed, .sectionhead, .ms-rteStyle-Header2, .ms-rteCustom-Header2 {
box-sizing: border-box;
color: rgb(51, 51, 51);
display:block;
font-family:Lato, serif;
font-size:26px;
font-style:normal;
font-weight:normal;
margin-bottom:10px;
}
/* Probably don't need this one in resprebuild?
.sidebar {
display:none;
}
*/
/* Will be doing key-box as aside. Think through how to handle legacy articles */


.key-box {
	background-color:rgb(239, 239, 239);
	border-left: 3px solid rgb(176, 176, 176);
	box-sizing:border-box;
	color:rgb(51, 51, 51);
	display:block;
	float:right;
	font-family:"Crimson Text", serif;
	font-size:18px;
	margin:10px 0px 10px 20px;
	padding:10px 10px 10px 20px;
	width:300px;
}


@media (min-width: 0) and (max-width: 648px) {
	.key-box {
	width: 100%;
	margin: 20px 0px;
	padding: 10px;
  }
}
.key-box p {
	    font-family: "Lato",serif;
		font-size:18px;
}
.key-box ul {
	font-size:18px !important;
}

/* original key box styles below
.key-box {
width:33%; 
float: right;
margin: 0 0 15px 10px;
padding: 0 0 0 15px;
border-left: rgb(143, 116, 95) dotted 1px;
}
.key-box li {
font-size:12px;
list-style-type: square;
}
.key-box p {
margin-top: 0; padding-top:0;
color: rgb(143, 116, 95)
}
.key-box ul {
padding:0 0 0 15px; 
}
 */
 
 
.call-out-link {
font-size: 24px;
    border-top: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
    padding: 15px;
    margin: 30px 0px 30px 0px;
    text-align: center;
}


.print-sidebar-box {
border:#dddddd 3px solid;
padding:20px;
font-size:90%;
background-color: #efefef;
margin: 20px 0px 20px 0px;
}
.print-sidebar-box .sectionhead {
	color:rgb(51, 51, 51);
display:block;
font-family:Lato, serif;
font-size:22px !important;
font-style:normal;
font-weight:normal;
margin-bottom:10px;
}


/*For letters to the editor*/
.sig {
font-size: 13px;
line-height:16px;
margin-bottom:10px;
}
.disclaimer {
box-sizing:border-box;
color:rgb(51, 51, 51);
display:block;
font-family:Lato, sans-serif;
font-size:16px;
font-style:italic;
}


/* IS THIS MESSING UP THE NAV? 
ul {
overflow:auto;	
}
*/