#main {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
}
#main .max_wrapper {
  margin: 0 auto;
  padding-top: 35px;
}

#node-emergencies-dashboard .field-portal-banner {
  background-color: #0091ca;
  float: left;
}
#node-emergencies-dashboard .node-field-body {
  width: 45%;
  padding: 4%;
  float: left;
  height: auto;
}
#node-emergencies-dashboard .node-field-body h1 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.3px;
}

#node-emergencies-dashboard .field-portal-banner-image img {
  width: 100%;
  display: block;
  height: auto;
}
#node-emergencies-dashboard .node-field-body p {
  margin: 2% 0 0;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#node-emergencies-dashboard .take-print-block {
  clear: both;
  padding: 15px 10px 0 10px;
  text-align: right;
}
#node-emergencies-dashboard .take-print-block .cta-text {
  font-size: 20px;
  color: #002534;
}

#node-emergencies-dashboard .take-print-block .cta-text a {
  border-left: 1px #c6c6c6 solid;
  padding: 4px 0 4px 45px;
  margin: 0 0 0 10px;
  color: #0091ca;
  text-transform: uppercase;
  font-size: 16px;
  background: url(../../images/icon_pdf_download.png) 14px 4px no-repeat;
  outline: none;
}
.emergencies-key-results h2 {
  font-size: 20px;
  font-family: 'roboto_condensedregular';
  font-weight: 700;
  text-align: left;
  margin: 0;
  color: #002534;
}
