
.hero-title {
  background-image: url("/sites/content/image/2600004574336");
}
.grey-dropdown-bgc{
  background-color: #f9f8f6;
}
hr{
  display: none;
}
.bg-amr {
  background-image: url("/sites/content/image/2600004574336");
  background-position: center;
  background-size: cover;
  min-height: 200px;
  display:none;
}
.bg-ami {
  background-image: url("/sites/content/image/2600004625848");
  background-position: center;
  background-size: cover;
  min-height: 200px;
  display:none;
}
.blue-overlay {
  min-height: 200px;
  background-color: rgba(0,68,107, 0.8);
}
button.accordion,
.primary button.accordion {
  background-color: #eee;
  border-radius: 3px;
  color: #00446B;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #36BAE2;
  color: #FFF;
}

button.accordion:after {
  content: '\002B';
  color: #00446B;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
}

div.panel.show {
  opacity: 1;
  max-height: 3000px;
}
@media screen and (max-width: 1024px) {
  .sensus img{
    height: auto;
    max-width: 260px;
  }
}
