.ui-autocomplete {
  background-color: #ffffff !important;
  display: block;
  padding: 7px;
  width: 231px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05) inset;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  color: black;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-bottom: 11px;
}

/******************************
** Navigation Drop Down Menu **
******************************/

.dropdown-toggle::after {
  display: none !important;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  background-color: #ffffff !important;
  float: none;
}

.custommenu {
  top: 38px;
  width: 100%;
  border: 0;
  border-radius: 0;
  height: auto;
  overflow-y: scroll;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.megamenu {
  height: 312px !important;
}
.custom-dropdown-item.active,
.custom-dropdown-item:active {
  background-color: #eeeeee !important;
}

.dropdown-divider {
  width: 100%;
  margin: 0.25rem 0;
}

.dropdown-item {
  color: #777777 !important;
  white-space: normal;
  font-size: 13px;
}

/* Nav Bar */
.naviheaders {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400 !important;
  padding-bottom: 0px;
}
.navisubheaders {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 500 !important;
}
.naviboarderbottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.nav-link {
  color: #ffffff !important;
  cursor: pointer;
}

.nav-link:hover {
  border-bottom: 0;
}

.nav-item-box:hover,
.nav-item-box:focus {
  background-color: rgba(21, 73, 146, 1);
  /* border-bottom: 2px solid rgba(247,148,29,1.00)!important; */
}

.navbarbottom {
  border-bottom: 1px solid #d1d1d1 !important;
  padding: 0 !important;
}

.nav-box {
  position: relative;
  left: 0;
  background-color: #1898d5;
}

.navbar-toggler {
  margin-right: 1.25rem;
}

.nav-item-box {
  padding-left: 20px;
  height: 40px;
}

.navigationbox {
  height: auto;
}
@media (min-width: 768px) {
  .navigationbox {
    height: 90px;
  }
}
.logoimg {
  padding-bottom: 1px;
  padding-top: 1px;
  height: auto;
}
@media (min-width: 992px) {
  .logoimg {
    padding-bottom: 15px;
    padding-top: 15px;
    height: 90px;
  }
}
.brand-custom {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .brand-custom {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.collapse-custom {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 79px;
}
@media (min-width: 768px) {
  .collapse-custom {
    z-index: 999;
    position: absolute;
    width: 100%;
    top: 90px;
  }
}
@media (min-width: 992px) {
  .collapse-custom {
    z-index: 999;
    position: relative;
    width: auto;
    top: 0px;
  }
}

/*******************************
** Search Form button and bar **
*******************************/

.navibtn {
  width: 25px;
  height: 25px;
  padding: 0 !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-outline-success {
  color: #fff;
  background-color: #ffffff !important;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.05rem #ebebeb !important;
}
.searchbar::-webkit-input-placeholder {
  opacity: 0.8;
}

.searchbar {
  padding: 5px 10px 3.5px 10px !important;
  width: 162px !important;
  height: 25px !important;
  font-size: 12px !important;
  font: 400 12px arial !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.searchbutton {
  width: 70%;
  margin-bottom: 4px;
}

.searchbar {
  padding: 1px 13px 1px 10.5px !important;
  width: auto !important;
}

.searchbar:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #ebebeb !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.05rem rgba(149, 149, 149, 0.25) !important;
}

.search-box {
  margin: 0px 0px !important;
  padding: 13.5px 40px 15px 24.5px !important;
  background-color: #f5f5f5;
}

.marginbox {
  width: 100%;
  height: 100px;
  padding: auto;
  margin: auto;
}

/*************** 
**Alert Boxes **
***************/

.alertbox {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: rgba(179, 0, 3, 1);
  border-radius: 0;
  z-index: 1;
}

.surveyalertbox {
  position: relative;
  margin-top: 0px;
  top: 0;
  border-radius: 0;
  z-index: 1;
  background-color: #005a80;
}

.stormalertbox {
  position: relative;
  margin-top: 0px;
  top: 0;
  border-radius: 0;
  z-index: 1;
  background-color: #005a80;
}

.stormalert-text {
  font-size: 13px;
}

.sitewide-alert {
  font-size: 15px;
  background-color: #fff5c0 !important;
  border: 1px solid #fbeed5;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sitewide-alert a {
  color: #004d7a;
  text-decoration: none;
}

.sitewide-alert a:hover {
  color: #007bff;
}

/********************
** Desktop Version **
********************/

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block !important;
    border-radius: 0 0 0.25rem 0.25rem !important;
  }

  .nav-text {
    color: #1a1a1a !important;
    margin: 34px 2px 26px 2px;
    font-size: 14px;
    padding: 0;
    vertical-align: -webkit-baseline-middle;
  }

  .nav-link {
    padding-top: 5px;
    color: rgb(0, 0, 0);
    /* border-bottom: 2px solid rgb(255,255,255) !important;
		padding-left: 0px!important;
		padding-right: 0px!important; */
  }
  .nav-link:hover {
    color: rgb(0, 0, 0);
    /* border-bottom: 2px solid rgb(255,255,255) !important; */
  }

  .navibtn {
    width: 25px;
    height: 25px;
    padding: 0 !important;
    border: 1px solid #ced4da !important;
  }

  .nav-box {
    padding: 0 !important;
    background-color: transparent !important;
    margin-right: 0px;
  }
  .nav-underline:after {
    content: '' !important;
    position: relative;
    display: block !important;
    margin-top: 5px !important;
    margin-left: 0px !important;
    height: 2px !important;
    width: 0px !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    background: transparent !important;
    transition: width 0.5s ease, background-color 0.5s ease !important;
  }
  .nav-underline:hover:after {
    width: 100% !important;
    background: #f7941d !important;
  }
  .nav-underline.active::after {
    width: 100% !important;
    background: #f7941d !important;
  }

  .navbar {
    padding: 0.5rem 1rem;
  }

  .nav-item-box {
    padding-left: 0px;
    height: auto;
  }
  .nav-item-box:hover {
    /* background-color: #f3f3f3!important; */
    padding-left: 0px;
    height: auto;
  }
  .naviboarderbottom {
    border-bottom: 0px !important;
  }
  .nav-item-box:hover,
  .nav-item-box:focus {
    background-color: #ffffff;
    border-bottom: 0px solid #ffffff !important;
  }

  .searchbutton {
    width: 16px;
    height: 16px;
    margin-left: 1px;
  }
  .search-box {
    margin: 31px 10px 29px 10px !important;
    padding: 0px 0px 0px 0px !important;
    background-color: #ffffff;
  }
  .searchbar {
    padding: 5px 10px 3.5px 10px !important;
    width: 150px !important;
    height: 25px !important;
    font-size: 12px !important;
    font: 400 12px arial !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  .searchbar::-webkit-input-placeholder {
    opacity: 0.8;
  }

  .custommenu {
    top: 87px !important;
    width: 300px;
    border-top: 4px solid #f7941d !important;
    max-height: none;
    height: auto;
    overflow-y: unset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  .megamenu {
    top: 87px !important;
    width: 300px;
    border-top: 4px solid #f7941d !important;
    height: auto !important;
  }
  .dropdown-divider {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .stormalert-text {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .nav-text {
    color: #1a1a1a !important;
    margin: 28px 2px 25px 2px;
    font-size: 16px;
  }
}

@media (min-width: 1500px) {
  .nav-text {
    color: #1a1a1a !important;
    margin: 28px 2px 25px 2px;
    font-size: 16px;
  }
}
.external-link-icon {
    width: 10px;
    height: 10px;
}
