
/* Accodion Link */
.accordion-title.link::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "";
}


/* tables*/
.accordion-content ul{ margin-bottom:20px;}
.accordion-content table{
	 
	
}
tbody td, tbody th{ padding:2px 0px 2px 0px;}
tbody, tfoot, thead {
	background:none;
	border:0px;
}
tbody tr:nth-child(odd){
	background-color:transparent;
	
}
tbody tr:nth-child(even){
		background-color:transparent;
	
}

/* Contact */
form div#Form_Form_PhoneNumber_Holder, form div#Form_Form_PhoneNumber_Holder input{
	width:100%;
	
}
.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section h5,
.contact-section h6 {
	color:#7B3A3B !important;
	
}

/* Profiles */
.profiles-group .profile p{
	margin-bottom:0px;	
}

/* Home */
.logo-subtext {
	width:60%;
	margin-left:auto;
	margin-right:auto;
}