  /*!
 * Add custom css for this site here:
 */

main h3.lead {
    font-family:'Montserrat', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #000;
    font-size: 1.5rem;
}

/* faq styles */
 article .faq_question {
	 padding: .75rem 1.25rem;
	 margin-bottom: 0;
	 background-color: #6A6A6A;
	 border-bottom: 0px solid rgba(0,0,0,.125);
	 width:100%;
	 margin-bottom: -1px;color: #fff;
	
}
 article a.faq_question.closed {
	 cursor: pointer;
	 display:block;
}
article a.faq_question.closed:hover,
article a.faq_question.opened:hover{
    color: #ffffff!important;
    text-decoration: none;
}
 .faq_answer {
	 -ms-flex: 1 1 auto;
	 flex: 1 1 auto;
	 padding: 1.25rem;
	 border-left: 0px!important;
}
 .faq_answer p, .faq_answer li {
	 font-family:'Montserrat', Arial, sans-serif;
	 font-style: normal;
	 font-weight: 500;
	/* font-size: 1.0625rem;
	 */
 }	 
dl.table-display {
	float: left;
	width: 100%;
	margin: 1em 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}

.dd-example {margin-top:1em;}

.table-display dt {
	clear: left;
	float: left;
	width: 20%;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
	word-wrap:normal;
}

.table-display dd {
	float: left;
	width: 80%;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #e5e5e5;
}
/* For Mobile */
@media screen and (max-width: 540px) {
    .table-display dt {
	clear: left;
	float: left;
	width: 45%;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #e5e5e5;
	font-weight: bold;
	word-wrap:normal;
}

.table-display dd {
	float: left;
	width: 55%;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #e5e5e5;
}	 