.alert {
  position: fixed;
  left: 20px;
  width: 410px;
  z-index: 99 !important;
  background: #F2F2F2;
}

.alert-warning,
.alert-error {
  background: #F28705;
  border-color: #F28705;
  color: black;
}

#dropdownMenuButton-1,
#dropdownMenuButton-2,
#dropdownMenuButton-3,
#dropdownMenuButton-4,
#dropdownMenuButton-5,
#dropdownMenuButton-6,
#dropdownMenuButton-7,
#dropdownMenuButton-8,
#dropdownMenuButton-9 {
  display: none;
}

.fabrikHide {
  display: none;
}

@media only screen and (max-width: 991px) {
	.alert {
    top: 25%;
    width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 993px) {
  .alert {
    top: 37.5%;
    margin-left: 20%;
  }
}

.copy {
  margin-bottom: 10vh;
}

.menu li {
  width: 100%;
  padding: 7.5px 10px;
  border: 1px solid rgba(0,0,0,.125);
  border-left: none;
  border-right: none;
  border-top: none;
}

.menu li:hover {
  background: #F2F2F2;
}

.menu a {
  color: black;
}

.menu a:hover {
  color: black;
  text-decoration: none;
}

#navmobile     { display: none !important; }
#nav-dropdown  { display: none !important; }

@media (min-width: 1025px) {
  #nav-dropdown  { display: block !important; }

  .nav-child {
    background: white;
    border: 1px solid rgba(0,0,0,.125);
    padding: 0;
    position: absolute;
    right: 157.5px;
    border-radius: 5px;
    width: 150px;
    margin-top: -31.5px;
    border-right: 2.5px solid #dc3545 !important;
    border-top-right-radius: 0 !important;
  }

  .nav-child li {
    list-style-type: none;
  }

  .unstyled {
    display: none;
  }

  .parent:hover {
    background-color: #dc3545 !important;
    transition: all 0.12s linear;
  }

  .parent:hover .unstyled,
  .parent:active .unstyled {
    display: block;
  }

  .navbar-toggler {
    color: #dc3545;
    border: none;
  }

}

.offcanvas-header{ display: none; }

@media (max-width: 1024px) {
  #navmobile        { display: block !important; }
  .offcanvas-header { display: block;            }

  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: white;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    z-index: 99999;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }

  .parent .nav-child li {
    border: none !important;
  }

  .nav-child li {
    list-style-type: none !important;
    padding: 0;
  }

  .menu li a {
    font-weight: bold;
    font-size: 1.2rem;
  }

  .nav-child li a {
    margin-left: -20px;
    font-weight: normal;
    font-size: 1.1rem;
  }

  #search-header {
    margin-top: 25px;
    margin-bottom: 15px;
  }
}