body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

::selection {
  color: white;
  background: #09C5FF;
}

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}


.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: #bfedff;
  background-color: transparent;
  border: 0;
  width: 100%;
  justify-content: space-between;
  transition: color 0.5s;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgb(255, 255, 255);
}

.btn-toggle.align-items-center.rounded::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle.align-items-center.rounded:hover::after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: #ffffff;
}

.btn-toggle.align-items-center.rounded[aria-expanded="true"]::after {
  transform: rotate(90deg);
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle-nav a {
  display: block;
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
  text-decoration: none;
  color: #bfedff;
  transition: color 0.5s;
  font-size: 16px;
  font-weight: 400;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  color: #ffffff;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}


.local-sites-search-wrap {
  display: table-footer-group;
  margin-top: auto;
}

/* #footer .local-sites,
.local-sites-search-wrap .local-sites {
  margin: 0 0 20px 0;
  position: relative;
  min-height: 50px;
  width: 100%;
} */

/* #footer .local-sites .dropdown-toggle,
.local-sites-search-wrap .local-sites .dropdown-toggle {
  position: relative;
  background: #fff;
  color: #434343;
  display: block;
  width: 100%;
  text-align: left;
  width: 100% !important;
  padding: 5px 25px 5px 32px !important;
  font-size: 14px !important;
  line-height: 28px;
  font-weight: 300;
  outline: 0;
  border-radius: 0;
  border: solid 2px #fff;
  -webkit-appearance: button;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
} */

/* #footer .local-sites .dropdown-toggle:before,
.local-sites-search-wrap .local-sites .dropdown-toggle:before {
  background-image: url(../img/address_icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  content: "";
  position: absolute;
  top: 11px;
  left: 12px;
} */

#footer .local-sites.open .dropdown-toggle.show:after,
.local-sites-search-wrap .local-sites .dropdown-toggle.show:after {
  top: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* #footer .local-sites .dropdown-toggle:after,
.local-sites-search-wrap .local-sites .dropdown-toggle:after {
  background-image: url(../img/select-green-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 12px;
  content: "";
  position: absolute;
  top: 15px;
  right: 17px;
  border: 0;
} */

/* #footer .local-sites .dropdown-toggle:after,
.local-sites-search-wrap .local-sites .dropdown-toggle:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
} */

/* @media (min-width: 900px) {

  #footer .local-sites .dropdown-menu,
  .local-sites-search-wrap .local-sites .dropdown-menu {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
  }
} */

#footer .local-sites .dropdown-menu,
.local-sites-search-wrap .local-sites .dropdown-menu {
  padding: 19px 34px 0 0;
  top: auto;
  bottom: 50px;
  width: 100%;
  border: none;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 258px;
  overflow: hidden;
  margin-bottom: -2px !important;
}

#footer .local-sites .scrollbar-external_wrapper,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper {
  height: 242px;
  position: relative;
  width: auto;
}

#footer .local-sites .scrollbar-external_wrapper .scrollbar-external,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .scrollbar-external {
  height: 242px;
  overflow-y: scroll;
}

#footer .local-sites .scroll-wrapper,
.local-sites-search-wrap .local-sites .scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

#footer .local-sites .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible {
  display: block;
  height: 100%;
  top: 0;
  width: 5px;
}

#footer .local-sites .scrollbar-external_wrapper .external-scroll_y,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .external-scroll_y {
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  right: -12px;
  top: 10px;
}

#footer .local-sites .scroll-wrapper>.scroll-content,
.local-sites-search-wrap .local-sites .scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow-y: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

#footer .local-sites .scroll-wrapper .scroll-element,
.local-sites-search-wrap .local-sites .scroll-wrapper .scroll-element {
  display: none;
  box-sizing: content-box;
}

#footer .local-sites .dropdown-menu li,
.local-sites-search-wrap .local-sites .dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .local-sites .dropdown-menu li a,
.local-sites-search-wrap .local-sites .dropdown-menu li a {
  color: #434343;
  display: block;
  padding: 1px 25px 1px 18px;
  font-size: 15px;
  text-decoration: none;
}

#footer .local-sites .scroll-wrapper .scroll-element div,
.local-sites-search-wrap .local-sites .scroll-wrapper .scroll-element div {
  box-sizing: content-box;
}

#footer .local-sites .scroll-wrapper .scroll-element .scroll-bar,
.local-sites-search-wrap .local-sites .scroll-wrapper .scroll-element .scroll-bar,
#footer .local-sites .scroll-wrapper .scroll-element .scroll-element .scroll-arrow,
.local-sites-search-wrap .local-sites .scroll-wrapper .scroll-element .scroll-element .scroll-arrow {
  cursor: default;
}

#footer .local-sites .scrollbar-external_wrapper .external-scroll_y .scroll-element_outer,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .external-scroll_y .scroll-element_outer {
  background: #e0e0e0;
}

#footer .local-sites .scrollbar-external_wrapper .external-scroll_y div,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .external-scroll_y div {
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

body div {
  hyphens: initial !important;
  word-break: initial !important;
}

#footer .local-sites .scrollbar-external_wrapper .external-scroll_y .scroll-bar,
.local-sites-search-wrap .local-sites .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
  background: #444;
  z-index: 12;
  height: 50%;
}

.navbar-form {
  margin: 0 !important;
  padding: 0 !important;
  height: 1% !important;
  border: none !important;
  box-shadow: none !important;
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%), 0 1px 0 rgb(255 255 255 / 10%);
  margin-top: auto-35px/2;
  margin-bottom: auto-35px/2;
}

@media (max-width: 4999px) {
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

.navbar-form .form-group {
  position: relative;
  background: #00aee2;
  overflow: hidden;
  height: 52px;
  width: 100%;
  padding: 0 46px 0 0;
}

.navbar-form .form-control {
  width: 100%;
  background: #00aee2;
  border-radius: 0;
  border: none;
  height: 54px;
  font-size: 18px;
  line-height: 20px;
  color: #bfedff;
  padding: 16px 22px 15px 22px;
  border: none;
  box-shadow: none;
  font-weight: 400;
}

.navbar-form .form-group button {
  position: absolute;
  right: 0;
  padding: 0;
  top: 0;
  background: none;
  border: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #bfedff;
  margin: 16px 20px 0 0;
  font-weight: 100;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}


::placeholder {
  color: #bfedff !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bfedff !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #bfedff !important;
}

#footer .local-sites.open .dropdown-toggle,
.local-sites-search-wrap .local-sites.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer .local-sites .dropdown-menu li a:hover,
.local-sites-search-wrap .local-sites .dropdown-menu li a:hover {
  background: #09C5FF;
  color: #fff;
}