.wrapper h2 a {
    color: #EF3642; 
}


#cities {
   width: 100%;
   display: none;
   padding: 20px;
   background: #28284C;
}

#cities li:hover {
cursor:pointer;
}
.firemap-container {
padding-top:0px !important;}

#map {
display: block;
width: 100%;
height: 500px;
}
#state-dropdown {
display: none;
}

#state-dropdown select {
width: 100%;
}
#map svg {
width:100%;
}

@media (max-width: 800px) {
#cities {
position: relative;
bottom: 50px;
}
}

@media (max-width: 700px) {
#cities {
position: relative;
bottom: 0px;
}
}

@media (max-width: 699px) {
  #map{
    display: none !important;
  }
  #state-dropdown {
    display:block !important;
color: #333 !important;
margin-bottom:20px !important;
  }
#content .container { padding-top: 0 !important; }
.subpage #content .container { padding: 0px 10px 0px 10px !important; }
.firehouse-leading {
  position: relative;
  bottom: 0px !Important;
}
#fancybox-content {
height: 250px !important;}
}

h3.city-title {
margin: 0px 10px 0px 10px !important;
padding-bottom:10px;
border-bottom: 5px solid white;
}

#cities ul {
margin-top: 10px;
list-style-position: inside;
}

#fancybox-overlay {
opacity: 0.75 !important;
}

#fancybox-close {
bottom: 10px !important;
right: 20px;
top: inherit !important;
background: #E83440 url('http://static.contentres.com/site/templates/global/js/fancybox/fancy_close.png') no-repeat center center;
width: 55px;
color: white;
}

#fancybox-outer {
padding: 20px 20px 25px 20px;
}

#fancybox-title {
  text-align:left;
}

#fancybox-title-inside {
font-size: 12px !important;
font-weight: bold;
color: #333 !important;
padding-top: 10px;
}

#fancybox-state-name {
text-align:center;
width: 100%;
padding-left:20px;
}

#fancybox-left {
bottom: 17px;
}

#fancybox-right {
bottom: 17px;
}

.placeholder-image {
width: 100%;
}

#fancybox-wrap {
margin-left:-20px !important;
}

ul.city-list {
margin: 0px;
}
.city-list li{
list-style-type:none;
padding: 15px 0px 15px 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}