.trm-dropdown, .trm-dropdown a {
	font-family: "Open Sans" ;
	font-size: 13px ;
	font-size: 0.8125rem ;
	font-weight: 300;
	color: #4a6e78 ;
}

.trm-dropdown h1 {
	text-align: center;
	font-size: 35px;
	font-size: 2.1875rem;
	line-height: 1.8;
	padding: 50px 0;
}

.trm-dropdown {
	max-width: 100%;
	margin: 0 auto 100px;
	border-top: 1px solid #ccc ;
	float: left;
    width: 95%;
	margin-left: 5%;
}

.trm-dropdown > br {
	display: none ;
}
.trm-dropdown li.item {
	float: left;
    width: 100%;
	border-bottom: 1px solid #ccc ;
	position: relative;
	list-style-type: none !important;
}
.trm-dropdown li div {
	display: none;
	padding: 0 25px;
	color: #444 ;
	font-size: 14px;
}
.trm-dropdown a.click-link {
	display: block;
	width: 100%;
}
.trm-dropdown a {
	color: #c00029 ;
	cursor: pointer;
	font-weight: 600;
	font-size: 14px;
	font-size: 0.875rem;
	text-indent: 15px;
	-webkit-user-select: none;
	box-shadow: none !important;
	padding: 8px 0 11px;
	outline: 0 !important;
}
.trm-dropdown a:hover {
	border:none ;
	text-decoration: none ;
	color: #900007 ;
}
.trm-dropdown a.click-link:after {
	width: 12px;
	height: 12px;
	border-right: 1px solid #c00029 ;
	border-bottom: 1px solid #c00029 ;
	position: absolute;
	right: 10px;
	content: " ";
	top: 22px;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out
	-moz-transition: all 0.2s ease-in-out
	-webkit-transition: all 0.2s ease-in-out;
}
.trm-dropdown div {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 2;
	padding: 10px;
}
.trm-dropdown .trm-content {
	padding-bottom: 15px !important;
}
.trm-dropdown a.active {
	border-bottom: none ;
	border: none ;
}
.trm-dropdown a.active:after {
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out
	-moz-transition: all 0.2s ease-in-out
	-webkit-transition: all 0.2s ease-in-out;
}
.trm-dropdown .heading {
	font-size: 24px;
}
.trm-dropdown .description {
	display: block;
	font-weight: 100;
	font-size: 16px;
}

@media all and (max-width: 767px){
	.trm-dropdown { width: 95%; margin-left: 2.5%; margin-right: 2.5%; }
	
}