@charset "UTF-8";


/*******************************

mediaCss

*******************************/
.page #hero{
    border-top-color: #ee8763;
    padding-bottom:30px;
    background: #f8ecc7;
    border-bottom: none;
}


p {
    margin-bottom: 30px;
}
dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
dl dt {
    font-size: 18px;
    border-top: 2px dotted #f2dc96;
    border-bottom: 2px dotted #f2dc96;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 30px;
}

dl span {
    display: block;
    float: left;
    line-height: 2;
    border-left: 2px dotted #f2dc96;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 3px;
}
dl dd {
    width: 100%;
    overflow: hidden;
}

dl dd ul {
    width: 100%;
    overflow: hidden;
    list-style-type: disc;
    margin-bottom: 30px;
}
dl dd ul li{
    margin-left: 2em;
}


#sitemap ul{
	width:30%;
	display:inline;
	float:left;
	margin-left:3%;
	margin-bottom:30px;
}
#sitemap ul li{
	margin-bottom:10px;
}
#sitemap ul li a:before{
	content: "\f138";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right:5px;
}

#sitemap ul li ul{
	width:100%;
	display:block;
	float:none;
	padding-top:20px;
	margin-left:20px;
}
#sitemap ul li ul li a:before{
	content: "\f054";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-right:5px;
}


@media screen and (max-width: 767px) {

.info_list img {
    float: none;
    width: 100%;
}

.info_list .txtwrap {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.info_list .txtwrap a{
  margin: 0 auto;
    float: none;
}

.info_list .txtwrap h2{
 text-align: center;
}

#sitemap ul{
	width:100%;
	display:block;
	float:none;
	margin-left:3;
	margin-bottom:30px;
}


}

