#emergency-services {
  background: #fff;
  color: #000;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#emergency-services #emergency-contain {
  max-width: 1100px;
  display: inline-block;
  text-align: center;
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#emergency-services b {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #9A3435;
  text-transform: uppercase;
  display: inline-block;
}
#emergency-services p {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
  display: inline-block;
}
#emergency-services .section-doc {
  display: inline-block;
  width: 100%;
  padding: 10px;
  max-width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  text-align: left;
}
#emergency-services .section-doc > span {
  display: block;
  text-align: left;
}
#emergency-services .section-doc > span:first-of-type {
  margin-bottom: 5px;
}
#emergency-services .section-doc > span.inline {
  display: inline-block;
}
#emergency-services .section-doc > span a {
  color: #0090d7;
  -webkit-transition: color .3s ease 0;
  -o-transition: color .3s ease 0;
  transition: color .3s ease 0;
}
#emergency-services .section-doc > span a:hover {
  color: #619818;
  -webkit-transition: color .3s ease 0;
  -o-transition: color .3s ease 0;
  transition: color .3s ease 0;
}
#emergency-services .additional-disaster-text {
  max-width: 750px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 27px;
  text-align: left;
}
@media only screen and (min-width: 450px) {
  #emergency-services .additional-disaster-text {
    border: 1px solid #dadada;
    text-align: center;
    padding: 15px;
  }
}
#emergency-services .additional-disaster-text i {
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-style: italic;
  display: block;
  margin-top: 13px;
  text-align: center;
}
#emergency-services .additional-disaster-text a {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #0090d7;
  -webkit-transition: color .3s ease 0;
  -o-transition: color .3s ease 0;
  transition: color .3s ease 0;
}
#emergency-services .additional-disaster-text a:hover {
  color: #619818;
  -webkit-transition: color .3s ease 0;
  -o-transition: color .3s ease 0;
  transition: color .3s ease 0;
}
