.title, h4, .button a { background: #109d4e; }
.title > dl > dt { color: #109d4e; font-weight: bold;}
.row2 { margin-left: 5.85em; }
a.map { background: #ff5722; }

h5{
text-align: center;
font-weight: bold;
}

dl.itinerary{
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
/*position: relative;
width: 100%;*/
}
dl.itinerary dt{
width: 4rem;
background-color: #eee;
padding: 0.25rem 0.5rem;
margin: 0 0.5rem 0.5rem 0;
}
dl.itinerary dd{
width:calc(100% - 6.5rem);
padding: 0.25rem 0.5rem;
margin-bottom: 0.5rem;
}
dl.itinerary dd p img{
margin-right: 0.5rem;
margin-bottom: 0.5rem;
}

ul.at-list{
display: block;
}
ul.at-list li{
text-indent: -0.6rem;
padding-left: 0.6rem;
text-align: inherit;
margin-bottom: 0;
}
ul.at-list li:hover{
transform: none;
cursor: inherit;
box-shadow: none;
}

dl.itinerary p + p{
margin-top: 1rem;
}


@media screen and (min-width:737px) {
div dl.side-list{flex-wrap: wrap;}
div dl.side-list.w8 dt{width: 8rem;}
div dl.side-list.w8 dd{width: calc(100% - 8rem);}
div dl.side-list.w13 dt{width: 13rem;}
div dl.side-list.w13 dd{width: calc(100% - 13rem);}

}/*@media screen and (min-width:737px)*/