.Accordion.destinationMap{
    margin-bottom: 20px;
}
.Accordion.destinationMap > div > div{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.AccordionMenu{
    background-color: #757575;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border:0px;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    background-color: #757575;
    border-bottom: 1px solid #cccccc;
}

.panel-title {
    font-size: 14px;
	margin-bottom:0px;
}

.panel-title > a {
    display: block;
    padding: 20px 15px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
	font-size:18px;
}
.panel-title > a:hover, .panel-title > a:focus {
    display: block;
   /* padding: 15px;*/
    color: #ffffff;
    text-decoration: none;
    background-color: #334263;
}

.more-less {
    float: right;
    color: #ffffff;
    font-weight: 600;
}


.glyphicon-minus:before {
    content: "\2212";
	font-style:normal;
}
.glyphicon-plus:before {
    content: "\002b";
	font-style:normal;
}
.panel-body {
    padding: 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    background-color: #757575;
}
ol{
    margin: 0px;
    padding: 0px 0 0 30px!important;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
}
ol li a{
    color: #ffffff;   
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
ol li a:hover{
    color: #e5e5e5;   
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

.gm-style {
	font-family: "Open Sans", sans-serif !important;
  color: #626161;
  font-size: 14px;
}
.gm-style .gm-style-iw {
    font-weight: 300;
     font-size: 14px !important;
    overflow: hidden;
}
.gm-style h2{
	margin:0px 0px 10px 0px;
	font-size: 18px;
	line-height: 28px;

}
.link {
	font-weight:bold;
	color:#334263 !important;
	text-decoration:underline;
}