.navbar .form-control {
  border: none;
}

.nav-primary,
.nav-primary .dropdown-menu {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
}

.nav-primary .navbar-brand img {
  height: 40px;
  width: auto;
}

.navbar-light .navbar-nav .nav-link.btn {
  color: #fff;
  font-weight: normal;
}

.navbar-light .navbar-nav .nav-link {
  border: none;
  color: #000;
  font-size: 1.1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .navbar .dropdown.show > a {
    position: relative;
  }

  .navbar .dropdown.show > a:before/*,
	.navbar .dropdown.show > a:after*/ {
    border-bottom: 0.5rem solid #fff;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    bottom: -0.5rem;
    content: '';
    left: 50%;
    position: absolute;
    z-index: 2;

    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .navbar .dropdown-menu {
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    margin-top: 0.5rem;
    min-width: 15rem;
    z-index: 0;
  }

  .navbar .dropdown-item {
    white-space: normal;
  }
}

@media (min-width: 992px) {
  .nav-primary {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    height: 120px;
  }

  .nav-primary .navbar-brand img {
    height: 80px;
    width: auto;
  }

  #navbarSupportedContent {
    position: relative;
  }

  .navbar-top,
  .navbar-bottom {
    position: absolute;
    right: 0;
  }

  .navbar-bottom {
    margin-top: 25px;
  }

  .navbar-top {
    margin-top: -25px;
  }

  .navbar-light .navbar-nav.navbar-top .nav-link {
    font-size: 1rem;
  }

  .navbar-bottom .dropdown-menu {
    right: 0;
    left: auto;
    top: calc(100% + 6px);
  }

  .navbar-bottom .dropdown-item {
    text-align: right;
  }

  .navbar-bottom .dropdown-item:focus,
  .navbar-bottom .dropdown-item:hover {
    background: #0855a3;
    color: #fff;
  }
}

.nav-secondary {
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 1031;
}

.nav-secondary ul {
  margin: 0;
}

.nav-secondary ul > li > a {
  display: block;
  padding: 0.5rem;
  line-height: 1.5rem;
}

.nav-primary {
  background: #fff;
}

.page-header,
#hero h1 {
  color: #0855a3;
}

#hero h1 {
  width: calc(33.3333333333% - 15px);
}

.hero-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30%;
}

/* .modal-header {
  border-bottom: none;
  justify-content: flex-end;
} */

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-dialog {
  margin: 0;
  padding: 0;
  max-width: none;
}

.modal-content {
  border: none;
  height: auto;
  min-height: 100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.modal-body form {
  margin: 0 auto;
  float: none;
  width: 320px;
}

/* .modal-content .close {
  float: right;
  opacity: 1;
  font-size: 30px;
} */
