@charset "UTF-8";

a {
	text-decoration: none;
}

ul.ACCORDION {
	opacity: 1;
	margin-left: 0;
}

ul.ACCORDION ul {
	margin-left: 1em;
}

ul.ACCORDION li {
	list-style: none;
}

ul.ACCORDION li:last-child {
	border: none;
}

ul.ACCORDION a {
	display: block;
}

ul.ACCORDION li.ACCORDION-node>a {}

ul.ACCORDION a {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

ul.ACCORDION.transit {
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
}

ul.ACCORDION.transit ul {
	background-color: #f8f8f8;
	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: #333333;
	text-decoration: none;
	padding: 10px 15px;
	padding-left: 35px;
	transition: all 300ms 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 #333333 #333333 transparent;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(-45deg);
	font-size: 18px;
	color: #333333;
	transition: all 300ms ease-out;
}

.ACCORDION .ACCORDION-node.ACCORDION-open>a::after {
	transform: translate(3px, -74%) rotate(45deg);
}

ul.ACCORDION.transit ul>li:first-child {
	margin-top: 1px;
}

.item2 a:hover,
.item2 a:active {
	background: #dcebe8;
}

ul.ACCORDION.transit li.ACCORDION-open>a {
	color: #333333;
}

ul.ACCORDION.transit li>a:hover,
ul.ACCORDION.transit li.ACCORDION-active>a {
	background: #c7def0;
	color: #333333;
}

ul.ACCORDION li:last-child:hover {
	border-radius: 0;
}

ul.ACCORDION.transit li:last-child>a:hover {
	border-radius: 0;
}

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 {
	padding: 0px 15px;
	background-color: #f0f0f0;
	color: #333333;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: .5px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.5s;
}

ul.ACCORDION.transit li li>a {
	background-color: #f8f8f8;
	position: relative;
	padding: 0 0 0 30px;
}

ul.ACCORDION.transit li li li>a {
	background-color: #EFEFEF;
	padding-left: 32.5px;
}

ul.ACCORDION.transit li li li li>a {
	padding-left: 3.2em;
}

ul.ACCORDION.transit li li li li li>a {
	padding-left: 4em;
}

ul.ACCORDION li.item1 {
	position: relative;
}

ul.ACCORDION.transit li.ACCORDION-open>a {
	background-color: #dcdcdc;
	color: #333333;
}

ul.ACCORDION.transit li.ACCORDION-open .topic a {
	color: #ffffff;
	background-color: #66A9D6 !important;
}

ul.ACCORDION.transit li li li.topic>a::before {
	background-color: #a2a8ab;
}

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a::after {
	border-color: transparent #333333 #333333 transparent;
}

.ACCORDION .ACCORDION-node.ACCORDION-open>a::after {
	border-color: transparent #333333 #333333 transparent;
}

.ACCORDION .ACCORDION-node.ACCORDION-open li.ACCORDION-open>a {
	color: #333333;
	background: #dcdcdc;
}