@charset "utf-8";



/*Travel Tips
---------------------------------------------------------------------------*/
.travel-tips-section{
	margin-top:40px;
}

.travel-quicktips {
/*	background:#fffaf0;*/
	background:#f4fafa;
	border-radius:12px;
	padding: 1em;
	margin-bottom: 2em;
}

ul.quick_tips i {
	padding-right: .5em;
	color: #1e5f82;
	font-size: 1.5em;
	display: inline-block;
	width: 2em;
	text-align: center;
}
.travel-tipswrap .accordion-item {
	border-radius:12px;
	border: 2px solid #cfedfb;
	margin-bottom: 1em;
	background: #fff;
}
.travel-tipswrap .accordion-header {
	background: transparent;
	min-height: 1.5em;
}
.travel-tipswrap .bronzelist .accordion-header {
	min-height: auto;
	height: 100%;
	cursor: default;
}

.travel-tipswrap .accordion-header .txbox {padding-left: 0;}
.travel-tipswrap .accordion-header .txbox p {margin-bottom: 0;}
	.travel-tipswrap .bronzelist .accordion-header .txbox p {margin-bottom: 2rem;}
.travel-tipswrap .accordion-content {background: transparent;}

.travel-tipswrap .accordion-header .txbox h3 {margin-bottom: 0;}
	.travel-tipswrap .bronzelist .accordion-header .txbox h3 {margin-bottom: 1rem;}
.travel-tipswrap .accordion-header .txbox h3 i {
	padding-right: .5em;
	font-size: 1.5em;
	display: inline-block;
	width: 2em;
	text-align: center;
}

.travel-quicktips h3{
	margin-bottom:1em;
}

.travel-quicktips ul{
	margin:0;
	padding-left:1.2rem;
}

.travel-quicktips li{
	margin-bottom:8px;
	line-height:1.8;
}

