.contactTitle {
  text-align: center;
  color: #035b90;
}

.caroline-info {
  margin-top: 40px;
}

.contact-form {
  background-color: #f2f2f2;
  color: #000000;
}

.contact-form-error {
  display: block;
  height: 20px;
  font-size: 14px;
  color: #e2280d;
}

li.row {
  margin-top: 15px;
}

.list-icon {
  width: 44px;
  height: 44px;
  font-size: 20px;
  color: #035b90;
  background-color: #035a903f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.list-icon:hover {
  background-color: #035b90;
  color: rgb(255, 255, 255);
}

.listTitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.adress {
  width: 75%;
}

.help-link {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.help-link:hover {
  text-decoration: none;
}

.help-link > p {
  transition: all 0.3s ease-in-out;
  padding: 0 !important;
  margin: 0 !important;
  align-items: center;
  color: #035b90;
}

.help-link:hover > p {
  margin-right: 10px !important;
}

.help-link::after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 10px;
  font-size: 30px;
  color: #035b90;
}

.help-link:hover > *,
.help-link:hover::after {
  color: #e2280d;
}

#agencyMap {
  height: 400px;
  z-index: 1;
}

@media only screen and (min-width: 962px) {
  #agencyMap {
    height: 500px;
  }
}

#page_content_wrapper .inner .sidebar_content img {
  width: auto !important;
}
