.main-content .container{
	padding-top:10px; 
	padding-bottom: 10px; 
	color: #fff;
}
.main-content .container a{
	color: var(--title);
	
}
.where h1{
	margin-top: 50px; 
	margin-bottom:20px; 
}
.where h2{
	margin-bottom:10px; 
	margin-top: 40px; 
	text-transform: none;
	color:white

}
.where .panel-default {
	/* border: 1px solid #0156F5;  */
	/* border-radius:3px; */

	margin-bottom:10px;
}
.bottomEmailText{
	margin: 40px 0;
	/* color: var(--menu-text-color); */
	text-align: center;

}
.panel-title {
	text-transform: none;
	color:white;
	border-radius:8px;

}
.panel-body{
	border-radius: 8px;
	border:1px solid white !important

}
.panel-title span i {
    color: white !important;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #bebebe;
    border: 1px solid white !important;
}
.panel-title span i {
	font-size: 16px;
    color: white !important;
}
.faq-header {
    color: var(--title);
    text-transform: uppercase;
    margin-bottom: 20px;
}

p, ul, table {
	color: #ffffff;
}