.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.btn-primary {
  background-color: #3377BB!important;
  border-color: #3377BB!important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: rgba(51, 119, 187, 0.9)!important;
}

.btn-primary:active {
  background-color: #16589b!important;
  border-color: #16589b!important;
}

.hsrchbox__inner--search .btn-danger {
  padding: 0.625rem 0.75rem !important;
}

.btn-danger {
  background-color: #d8262d !important;
  border-color: #d8262d !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: rgba(216, 38, 45, 0.9) !important;
}

.btn-danger:active {
  background-color: #a90d0d !important;
  border-color: #a90d0d !important;
}

.no-underline {
	text-decoration: none!important;
}

.login-container {
  width: auto !important;
  padding: 0 !important;
  margin: auto 0 !important;
}

.dropdown {
  display: inline-block;
}

.dropdown-user-main-menu__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-user-main-menu__toggle:focus-visible {
  outline-color: #3377BB !important;
  outline-style: solid !important;
  outline-width: 3px !important;
  outline-offset: 2px !important;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
}

.dropdown-header {
	display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0 0.25rem 1rem !important;
}

.dropdown-header > * {
	font-size: 14px !important;
  font-weight: 600 !important;
  color: #3377BB !important;
}

.dropdown-header__menu .dropdown-item {
  padding: 0.25rem 0.5rem 0.25rem 1.5rem !important;
}

.dropdown-divider {
  border-top: 1px solid #dbdbdb !important;
}

/* Menu items */
#dropdown-burger-button {
  width: 22px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#dropdown-burger-button span {
  display:block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #707070;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#dropdown-burger-button span:nth-child(1) {
  top: 3px;
}

#dropdown-burger-button span:nth-child(2),
#dropdown-burger-button span:nth-child(3) {
  top: 11px;
}

#dropdown-burger-button span:nth-child(4) {
  top: 19px;
}

#dropdown-burger-button.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#dropdown-burger-button.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#dropdown-burger-button.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#dropdown-burger-button.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.dropdown-burger-item {
  display: block;
  width: 100%;
  border: 0;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

.dropdown-menu__link {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
}

.dropdown-menu__link:focus,
.dropdown-menu__link:hover {
  color: #3377BB !important;
}

.dropdown-menu__link:active {
  color: #16589b !important;
}

.dropdown-item {
  padding: 0.25rem 1rem !important;
  font-size: 1rem !important;
  font-weight: normal;
  line-height: 1.5;
  color: #333333 !important;
  border-left: 2px solid rgba(0, 0, 0, 0) !important;
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

.dropdown-item.dropdown-item:focus, 
.dropdown-item.dropdown-item:hover {
  color: #3377BB !important;
  background-color: rgba(226, 226, 226, 0.3) !important;
}

#dropdown-user-menu.dropdown-user-menu__set .dropdown-item.dropdown-item.active, 
#dropdown-user-menu.dropdown-user-menu__set .dropdown-item.dropdown-item:active {
  color: #16589b !important;
  background-color: rgba(226, 226, 226, 0.5) !important;
}

#dropdown-user-menu.dropdown-user-menu__set .dropdown-user-main-menu__item:focus,
#dropdown-user-menu.dropdown-user-menu__set .dropdown-user-main-menu__item:hover {
  background-color: #ffffff!important;
}

#dropdown-user-menu.dropdown-user-menu__set .dropdown-user-main-menu__item.active,
#dropdown-user-menu.dropdown-user-menu__set .dropdown-user-main-menu__item:active {
  background-color: #ffffff!important;
}

.dropdown-burger-menu,
.dropdown-user-main-menu,
.dropdown-user-menu {
  display: block !important;
  overflow: hidden !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  z-index: 150 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px,
    rgba(0, 0, 0, 0.1) 0px 4px 8px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px,
    rgba(0, 0, 0, 0.1) 0px 4px 8px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px,
    rgba(0, 0, 0, 0.1) 0px 4px 8px,
    rgba(0, 0, 0, 0.1) 0px 8px 16px;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.dropdown-burger-menu {
  top: 0px !important;
  left: 0px !important;
  min-width: 220px !important;
  padding: 1rem !important;
}

.dropdown-user-main-menu {
  top: 0px !important;
  left: -webkit-calc(100% - 129px) !important;
  left: -moz-calc(100% - 129px) !important;
  left: calc(100% - 129px) !important;
  min-width: 130px !important;
}

.dropdown-user-main-menu__text {
  font-size: 1.125rem !important;
  font-weight: normal !important;
  line-height: 1.5;
  color: #333333;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.dropdown-user-main-menu__angle-icon {
  font-size: 1rem !important;
  color: #333333;
}

.dropdown-user-menu {
  top: 2px !important;
  left: -webkit-calc(100% - 150px) !important;
  left: -moz-calc(100% - 150px) !important;
  left: calc(100% - 150px) !important;
  min-width: 150px !important;
  padding: 1rem !important;
}

#dropdown-user-menu.dropdown-user-menu__set {
  top: 2px !important;
  left: -webkit-calc(100% - 125px) !important;
  left: -moz-calc(100% - 125px) !important;
  left: calc(100% - 125px) !important;
  min-width: 125px !important;
}

.dropdown-burger-menu.show,
.dropdown-user-main-menu.show,
.dropdown-user-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}

.dropdown-user-menu.show {
  -webkit-transform: translate3d(0px, 25px, 0px) !important;
  -moz-transform: translate3d(0px, 25px, 0px) !important;
  transform: translate3d(0px, 25px, 0px) !important;
}

.dropdown-burger-menu.show {
  -webkit-transform: translate3d(0px, 25px, 0px) !important;
  -moz-transform: translate3d(0px, 25px, 0px) !important;
  transform: translate3d(0px, 25px, 0px) !important;
}

.under {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.up {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out, -moz-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out, -moz-transform 200ms ease-in-out, -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

/* hrchbox styles */
.hsrchbox-container {
  background-color: #3377BB;
}

.hsrchbox {
  width: 100%;
  margin: 0 auto !important;
  padding: 15px 15px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hsrchbox .form-control::-webkit-input-placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}
.hsrchbox .form-control:-moz-placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}
.hsrchbox .form-control::-moz-placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}
.hsrchbox .form-control:-ms-input-placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}
.hsrchbox .form-control::-ms-input-placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}
.hsrchbox .form-control::placeholder {
  color: rgb(117, 117, 117) !important;
  opacity: 0.8;
}

.az-header__line {
  width: 100%;
  display: none;
  position: relative;
  top: 0;
  padding: 2px !important;
  background-color: #3377BB;
  z-index: 90;
}

.hsrchbox__inner {
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:1rem;
}

.hsrchbox__inner .form-control-lg {
  height: -webkit-calc(1.5em + 1rem + 6px) !important;
  height: -moz-calc(1.5em + 1rem + 6px) !important;
  height: calc(1.5em + 1rem + 6px) !important;
  padding: 0.5rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5;
  color: #333 !important;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
}

.hsrchbox__inner--keywords {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(35% - 1rem);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(35% - 1rem);
  flex: 0 0 calc(35% - 1rem);
  max-width: -webkit-calc(35% - 1rem);
  max-width: -moz-calc(35% - 1rem);
  max-width: calc(35% - 1rem);
}

.hsrchbox__inner--zip {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(15% - 1rem);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(15% - 1rem);
  flex: 0 0 calc(15% - 1rem);
  max-width: -webkit-calc(15% - 1rem);
  max-width: -moz-calc(15% - 1rem);
  max-width: calc(15% - 1rem);
}

.hsrchbox__inner--radius {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(15% - 1rem);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(15% - 1rem);
  flex: 0 0 calc(15% - 1rem);
  max-width: -webkit-calc(15% - 1rem);
  max-width: -moz-calc(15% - 1rem);
  max-width: calc(15% - 1rem);
}

.hsrchbox__inner--categories {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(20% - 1rem);
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 1rem);
  flex: 0 0 calc(20% - 1rem);
  max-width: -webkit-calc(20% - 1rem);
  max-width: -moz-calc(20% - 1rem);
  max-width: calc(20% - 1rem);
}

.hsrchbox__inner--search {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .hsrchbox {
    max-width: 991px;
    padding: 12px 15px 16px 15px !important;
  }

  .az-header__line {
    display: block;
  }

  .hsrchbox__inner--keywords {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: -webkit-calc(50% - 0.5rem);
    max-width: -moz-calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  
  .hsrchbox__inner--zip {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: -webkit-calc(50% - 0.5rem);
    max-width: -moz-calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  
  .hsrchbox__inner--radius {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: -webkit-calc(50% - 0.5rem);
    max-width: -moz-calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  
  .hsrchbox__inner--categories {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: -webkit-calc(50% - 0.5rem);
    max-width: -moz-calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
  
  .hsrchbox__inner--search {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .az-header__line {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}

@media only screen and (max-width: 575px) {
  .hsrchbox__inner--zip,
  .hsrchbox__inner--radius {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 0.5rem);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 0.5rem);
    flex: 0 0 calc(50% - 0.5rem);
    max-width: -webkit-calc(50% - 0.5rem);
    max-width: -moz-calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }

  .hsrchbox__inner--keywords,
  .hsrchbox__inner--categories {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media screen and (max-height: 450px) {
  .az-header-logo-container {
    min-height: 85px;
  }
}

@media only screen and (max-width: 320px) {
  .hsrchbox__inner--zip,
  .hsrchbox__inner--radius {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 991px) {
  .hsrchbox-container .collapse {
    display: block !important;
  }
}

#hlogIn  {
  display: none;
}