.cms_placeholder {
  z-index: 900 !important;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.wrapper {
  min-height:100%;
  position:relative;
}

.pagination {
  margin-top: 40px;
}

.pagination ul {
  margin: 0px;
  padding: 0px;
  border-left: 1px solid #efefef;
  height: 30px;
}

.pagination li {
  float: left;
  list-style-type: none;
}

.pagination li a {
  padding: 5px 15px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  line-height: 30px;
  height: 30px;
  text-decoration: none;
}

.pagination li a:hover {
  color: #000;
  background-color: #efefef;
}

.pagination li.previous a {

}

.pagination li.next a {

}

.pagination li.current a {
  cursor: default;
  color: #000;
  background-color: #efefef;
}

#danger-scale {
  margin-bottom: 25px;
}

#danger-scale h5 {
  margin-top: 0px;
  margin-right: 20px;
  font-weight: 900;
}

.danger-scale {
  margin: 0px;
  padding: 0px;
}

.danger-scale li {
  display: block;
  float: left;
  width: 15%;
  height: 20px;
  border-top: 10px solid #ccc;
  font-size: 0.1em;
  margin-right: 0px;
  overflow: hidden;
}

@media (min-width: 400px){
  #danger-scale h5 {
    float: left;
  }

  .danger-scale li {
    font-size: 0.8em;
    margin-right: 0px;
    width: 10%;
  }
}

.danger-scale li.scale0 {

}

.danger-scale li.scale1 {
  border-color: #4DB848;
}

.danger-scale li.scale2 {
  border-color: #FFF200;
}

.danger-scale li.scale3 {
  border-color: #F7931D;
}

.danger-scale li.scale4 {
  border-color: #ED1C23;
}

.danger-scale li.scale5 {
  border-color: #000000;
}

#usfs-shield {
  width: 57px;
  height: 64px;
}

span.i {
  color: #fff;
  background-color: #576674;
  font-size: 11px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: -10px;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
  font-family: Georgia, serif;
}

/*
*
* Advertisements
*
*/

.preheader {
  padding-top: 15px;
}

.preheader .ad-slot {
  margin: 0px auto;
}

.header-ad {
  margin-bottom: 15px;
  margin-left: -5%;
}

/*
*
* Blog
*
*/
.blog-caption {
  display: block;
  font-style: italic;
}


@media (min-width: 321px){
  .header-ad {
    margin-left: auto;
    margin-right: auto;
  }
}

.ad-slot.desktop,
.ad-slot.header-desktop {
  display: none;
}

.ad-slot.mobile {
  display: block;
  margin-top: 0px;
}

.sidebar .ad-slot.desktop,
.sidebar .ad-slot.header-desktop {
  float: none;
}

@media only screen and (min-width: 678px){
  .header-ad {
    margin-bottom: 0px;
  }
  .ad-slot.mobile {
    float: right;
    margin-top: 20px;;
  }
}

@media (min-width:1060px) {
  .ad-slot.header-desktop {
    display: block;
    float: right;
  }
  .ad-slot.mobile {
    display: none;
  }

}

@media (min-width:875px) {
  .ad-slot.desktop {
    display: block;
    float: right;
  }
}

#other-centers-map {
  width: 90%;
  height: 350px;
  z-index: 1;
  margin-left: 25px;
}


@media (min-width: 321px){
  #other-centers-map {
    width: 80%;
    height: 400px;
    margin: 0 auto;
  }
}
