div#speedbump {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  /*background: #eeeeee;*/
background-color: rgba(0, 0, 0, 0.25);
}
#speedbump h4.modal-title {
  text-align: left;
  padding-left: 15px;
  /*text-transform: uppercase;*/
  color: #181d31;
  font-size:1.5em;	
}
.modal-body p {
  text-align: left;
  padding: 0px 15px 0px 15px;
  font-size: 1em;
  color: #181d31;
}
button.btn-modal:hover {
  cursor: pointer;
}
button.btn-modal.btn-continue {
  background-color: #00818f;
  color: #ffffff;
  border: 0px;
  margin: 1% 0;
  padding:.55rem 1.25rem;
  margin-left: 20px;  
}

button.btn-modal.btn-close {
  background-color: inherit;
  border: 1px solid #030000;
  color: #030000;
  font-weight: 400;
  padding:.55rem 1.25rem;;
}

button.btn-modal.btn-continue:hover, button.btn-modal.btn-close:hover {
  background-color: #181d31;
  color: #ffffff;
}

.modal-header .close {
  font-size: 3.5em;
  float: right;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }
}

.ext_link:after {
    font-family: "Font Awesome 5 Free";
    content:"\f35d";
    font-size:  16px;
    padding-left: 8px;
    }
.no-ext-icon:after{
  content: "" !important;
} 