h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  color: rgba(147,187,63,1);
  margin-bottom: 18px;
}

p {
  font-family: 'Roboto';
  color: #7d7d7d;
}

address, dl, fieldset, figure, ol, p, pre, ul {
  margin: 0 0 20px 0;
}

.dh-header-non-rectangular-container h1, p {
  color: white;
  font-weight: bold;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: #048f83!important;
  border-color: #048f83!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

span {
  font-style: inherit;
  font-weight: inherit;
}

.alert, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .modal-content, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tag, .tooltip-inner, img {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.divider-new, .text-fluid, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

a, area, button, input, label, select, summary, textarea {
  touch-action: manipulation;
}

* {
  margin: 0;
}

.btn {
  border-radius: 0;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1485ee;
  border: none;
}

.btn {
  font-family: 'Roboto';
  font-weight: 400;
}

p {
  font-family: 'Roboto';
  font-weight: 300;
}

p {
  font-family: 'Roboto';
  font-weight: 300;
  color: #545454;
}

@media (max-width:767px) {
  p {
    font-size: 20px;
    font-weight: 300;
    z-index: 1;
    text-align: center;
    padding: 10px;
  }
}

p {
  font-size: 14pt;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

