/*
 * This contains all the styling for the Frequently asked questions portion of the site.
 * It includes styles for the FAQ page, but also the tmt_faq, which is an element that can be included in a page template that will show just one FAQ at random, pulled from the FAQ page.
 * */

.tmt_faq {
	padding-top:60px;
	padding-bottom:60px;
	text-align:center;
	background:url(/wp-content/uploads/2021/06/miami-2.jpg);
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
	color:white;
}

.tmt_faq .container {
	position:relative;
	z-index:2;
	top:0;
}

.tmt_faq .overlay {
	background:black;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	z-index:1;
	opacity:.8;
}

.tmt_faq h2 {
	font-size:4rem;
	font-style:italic;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom:30px;
}

.tmt_faq p {
	font-size:1.5rem;
		font-style:italic;
}

.tmt_faq a {
	font-weight:700;
	letter-spacing:1px;
	color:#ff9900;
	font-size:1.5rem;
}

.tmt_faq .question p{
	font-style:normal;
	font-weight:bold;
}
.tmt_faq .answer p{
	font-style:normal;
}

.tmt_faq .answer ul{
	/*list-style: none;*/
    padding: 10px 10px 10px 34px;
	background:#09193ac0;
	text-align:left;
	max-width:500px;
	margin:0 auto 1rem;
	/*border:1px solid #157BBD;*/
}