@charset "UTF-8";

a {
	text-decoration: none;
}

ul.ACCORDION {
	opacity: 1;
	margin-left: 0;
}

ul.ACCORDION li {
	list-style: none;
}

ul.ACCORDION li:last-child {
	border: none;
}

ul.ACCORDION a {
	display: block;
}

ul.ACCORDION a {
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

ul.ACCORDION.transit {
	border: 1px solid #ababab;
	border-top: none;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
}

ul.ACCORDION.transit ul {
	margin-left: 0;
	padding: 0;
}

ul.ACCORDION.transit ul>li {
	font-size: 17px;
	border-bottom: none;
}

ul.ACCORDION.transit li.ACCORDION-node {
	position: relative;
}

.ACCORDION a {
	position: relative;
	display: block;
	font-size: 15px;
	color: #585858;
	text-decoration: none;
	padding: 10px 15px;
	padding-left: 35px;
	transition: all 200ms ease-out;
}

.ACCORDION .ACCORDION-node>a {
	padding-right: 30px;
}

.ACCORDION .ACCORDION-node>a::after {
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid;
	border-color: transparent #585858 #585858 transparent;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg);
	font-size: 18px;
	color: #585858;
	transition: all 200ms ease-out;
}

.ACCORDION .ACCORDION-node.ACCORDION-open>a::after {
	border-color: transparent #fff #fff transparent;
	transform: translate(-3px, -74%) rotate(45deg);
}

ul.ACCORDION.transit ul>li:first-child {
	margin-top: 1px;
}

.item2 a:hover,
.item2 a:active {
	background: #f8f8f8;

}

ul.ACCORDION.transit li.ACCORDION-open>a {
	color: #585858;
}

/* ul.ACCORDION.transit li.ACCORDION-active a:hover{
	color: #fff;
} */
.ACCORDION_MENU_2 li a:hover{
	color: #D31C25;
}
ul.ACCORDION.transit li.ACCORDION-active a:hover

ul.ACCORDION.transit li.ACCORDION-node:last-child>ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

ul.ACCORDION.transit a {
	cursor: pointer !important;
	font-size: 17px;
	color: #585858;
	font-weight: bold;
	display: block;
	padding: 15px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .2s;
}

.item1.ACCORDION-open:after {
	background-color: #fff;
}

ul.ACCORDION.transit li li>a {
	font-size: 17px;
	position: relative;
	padding: 15px 30px 15px 20px;
}

ul.ACCORDION.transit li li>a:hover{
	color: #D31C25;
	border-radius: 10px;
}

ul.ACCORDION.transit li li li>a {
	padding-left: 40px;
}
/* .item2:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #dde1e6;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 7px;
    top: 18px;
} */
ul.ACCORDION.transit li li li>a::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #dde1e6;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 20px;
	top: 23px;
}

/* ul.ACCORDION.transit li li li>a:hover:before{
	background-color: #D31C25;
} */


ul.ACCORDION li.topic a{
	color: #D31C25;
}
/* ul.ACCORDION li.topic a {
	color: #ffffff;
} */

ul.ACCORDION li.item1 {
	position: relative;
	border-top: solid 1px #ababab;
	padding: 8px 0;
}

ul.ACCORDION li.item1:nth-child(1) {
	border-top: none;
}

ul.ACCORDION li.item1:last-child {
	border-bottom: solid 1px #ababab;
}

ul.ACCORDION.transit li.ACCORDION-open>a {
	background-color: #D31C25;
	color: #fff;
	border-radius: 10px;
  margin: 3px 0;
}

ul.ACCORDION.transit li.ACCORDION-open .topic a {
	color: #D31C25;
}

ul.ACCORDION.transit li.ACCORDION-open .topic a:hover {
	color: #D31C25;
}

/* ul.ACCORDION.transit li li li.topic>a::before {
	background-color: #ffffff;
} */

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a::after {
	border-color: transparent #585858 #585858 transparent;
}

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a {
	color: #484848!important;
	background: #E6E6E6;
}