html [type=button] {
     -webkit-appearance: none;
}

.h1-replacement {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;	
}

.sppb-row-container {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    #acn-header-width .container{
        max-width: 100%;
    }
}

div#speedbump {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
}
#speedbump h4.modal-title {
  text-align: center;
  text-transform: uppercase;
  color: #004795;
  font-size:2.5em;	
}
.modal-body p {
  text-align:center;
  font-size: 1em;
}
button.btn-modal:hover {
  cursor: pointer;
}
button.btn-modal.btn-continue {
  background-color: #8bc63e;
  border: 0px;
  margin: 1% 0;
}
button.btn-modal.btn-close {
  background-color: inherit;
  border: 1px solid #030000;
  color: #030000;
  font-weight: 400;
}
.modal-header .close {
  font-size: 3.5em;
}

#part1-us {
    float: left;
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    height: 200px!important;
    margin-left: -12px !important;
    margin-top: -9px;

}

#part2-us {
    float: right;
    background-color: #4A90E2;
    box-shadow: 0 1px 0 0 #4A90E2;
    color: white;
    height: 200px!important;
    margin-right: -12px !important;
    margin-top: -9px;
}

#hbb_popover2 {
    background-color: #002855;
    box-shadow: 0 1px 0 0 #002855;
    color: white;
    margin-right: -12px !important;
    margin-top: -6px;
    margin-left: -12px !important;
    margin-bottom: -9px;
    height: 125px;
}