div#no_category {
	width:100%;
	background-color: #e6c0c0;
	color: #c00;
	border-top: 2px solid #DE7A7B;
	border-bottom: 2px solid #DE7A7B;
}

div#no_category p {margin:10px 0px; text-align: center;}
h2.first_letter {margin-top: 20px;}

#accordian {color: #333;}

#accordian ul {margin:0px; padding:0px;}

#accordian ul li {padding:0px; margin-bottom:10px;}

/*heading styles*/
#accordian h3 {
	background:#ffffff;
	color:#333;
	font-size: 18px;
	padding: 10px;
	margin:0px;
	font-weight:normal;
	cursor: pointer;
}

/*heading hover effect*/
#accordian h3:hover {
}

/*iconfont styles*/
#accordian h3 span {font-size: 16px; color:#1B809E; padding-left:26px;}
span.gm-closed {background:url(../img/plus.png) 0% 50% no-repeat;}
span.gm-opened {background:url(../img/minus.png) 0% 50% no-repeat;}

/*list items*/
#accordian li {list-style-type: none; width:100%; float:left; background:#F9F9F9;}

#accordian > ul > li {
	border-radius:3px;
	border-style: solid;
	border-width: 1px 1px 1px 3px;
	border-color:#ccc;
	border-left-color: #1B809E;
}

/*links*/
#accordian ul ul li a {
}
/*hover effect on links*/
#accordian ul ul li a:hover {
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {display: none;}
#accordian li.active ul {display: block;}

ul#contactslist {padding:10px;}

ul#contactslist table {width:70%; float:left; font-family:"Open Sans", sans-serif;}

.ac-table-striped tbody > tr:nth-child(2n+1) > td, .ac-table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #ffffff; border-bottom: 1px solid #dddddd;
}

.ac-table-striped tbody > tr:nth-child(2n) > td, .ac-table-striped tbody > tr:nth-child(2n) > th {
	background-color: #f3f3f3; border-bottom: 1px solid #dddddd;
}

th.ac_contact_label {color: #55595c; font-size: 14px; font-weight:normal; line-height: 24px; padding-left:10px;}
td.ac_contact_value span.gm-closed {background:none;}
td.ac_contact_value span.gm-opened {background:none;}

div#ac_contacts_image {float: right; width: 30%;}

div#ac_contacts_image img {
	border:1px solid #ccc;
	padding:5px;
	background:#ffffff;
	border-radius: 50%;
	width: 120px;
	max-height:120px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}




