/**** Modal ****/
#weareopenModal .modal-header {
  background-color: #D12B28;
  color: #fff;
  border-radius: 6px 6px 0 0;
}
#weareopenModal h5.modal-title {
  font-size: 170%;
  font-weight: 400;
  text-transform: uppercase
}
#weareopenModal .close {
  font-size: 33px;
  top: 20px;
  right: 20px;
  position: absolute;
}
#weareopenModal .modal-body {
  padding: 25px;
}
#weareopenModal .modal-footer {
  text-align: center;
  font-size: 83%;
  line-height: 1.43;
  padding-bottom: 23px;
  background-color: #efefef;
  color: #888;
  border-radius: 0 0 6px 6px;
}
#weareopenModal .modal-footer a {
  color: #888;
  text-decoration: underline;
}
#weareopenModal .modal-footer a:hover {
  color: #555;
  text-decoration: none;
}