.speedbump.modal .modal-dialog {
  margin-top: 120px;
}
@media (max-width:  767px ) {
  .speedbump.modal .modal-dialog {
    margin-top: 30px;
  }
}
.speedbump.modal .modal-dialog:focus {
  outline: 2px dotted;
}
.speedbump.modal a:focus {
  outline: 2px dotted;
}
.speedbump.modal .modal-header {
  text-align: center;
}
.speedbump.modal .modal-header:focus {
  outline: 2px dotted;
}
.speedbump.modal .modal-body:focus {
  outline: 2px dotted;
}
.speedbump.modal button:focus {
  outline: 2px dotted;
}
.speedbump.modal .btn {
  margin: 0;
}
.speedbump.modal .btn:focus {
  outline: 2px dotted;
}
.speedbump.modal .modal-footer,
.speedbump.modal .modal-content {
  border-radius: 0;
}
.speedbump.modal .modal-title {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #005d83;
}
.speedbump.modal .modal-title:focus {
  outline: 2px dotted;
}
@media (min-width:  768px ) and (max-width:  991px ), (max-width:  767px ) {
  .speedbump.modal .modal-title {
    font-size: 14px;
  }
}
