.aa-SubmitButton{
    background-color: none;
}

#autocomplete-0-input::placeholder {
    color: #afadad;
    font-weight: 700;
  }

  .aa-DetachedSearchButton{
    background-color: #ededed !important;
  }

  .aa-DetachedSearchButtonIcon{
    color: #000;
  }

.aa-SubmitButton{
    background-color: transparent !important;
}

#autocomplete-0-label{
  display: none;
}

.aa-Panel{
  z-index: 10;
}

.bg-red{
	background-color: #820101;
}

a.nav-link{
	color: #fff;
}


.fa-bars {
  font-size: 28px;
}

.sub-title {
  color: #939393;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.aa-Item {
  padding: .75em !important;
}


.aa-SourceHeader p{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #000;
  }

.aa-ItemContentTitle {
    display: inline-block;
    margin: 0 .5em 0 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-family: 'open sans';
    color: #1b1b1b;
    text-transform: capitalize;
  }


.header {
  align-items: center;
  background-color: #820101;
}

header > .header {
  padding: 0 1rem;
  display: flex;
  align-items: center;
  min-height: 75px;
  position: static;
  justify-content: space-between;
  color: #070707;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

header .header .logo-container {
  width: 100%;
  max-width: 200px;
}

header .search-container {
  flex: 1;
  height: auto;
  padding: 0 2rem;
}

.nav-bar {
  width: 100%;
  background-color: #272727;
  color: #fff;
}

.nav-bar .menu-item {
  line-height: 0;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  justify-content: center;
}

.nav-bar ul a {
  color: #faf8f8;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857;
  list-style: none;
  text-decoration: none currentcolor solid;
  text-transform: capitalize;
}

.contact-container {
  position: static;
  float: right;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.contact-container .call-us {
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: .75;
  text-align: left;
  text-decoration: none currentcolor solid;
  white-space: nowrap;
  align-items: center;
  gap: 3px;
}

.contact-container .call-us span{
font-size: 14px;
color: #fff;
}

.shipping-text {
  color: #fff;
  text-decoration: none;
}

.call-us {
  white-space: nowrap;
  line-height: 1;
}


#search{

	width: 100%;
  line-height: 15px;
  margin: 0;
  border: 0 !important;
  height: 100%;
  font-family: inherit;
  font-size: 15px;
  color: #000 !important;
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  text-indent: 8px;
  font-weight: 700;
}

.form-group.nav-search-form-group.d-flex {
  margin-bottom: 0;
  border: 1px solid gray;
  padding: 0;
  color: #000;
  background: #fff;
  border-radius: 5px;
}

#search::placeholder, .aa-DetachedSearchButtonPlaceholder {
  color: #131212;
}

.aa-DetachedSearchButtonPlaceholder{
  font-size: 12px;
  font-weight: 700;
}


header > .header {
  flex-wrap: wrap;
}

.navbar-toggler {
  display: none;
}



.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ededed;
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.change .bar2 {opacity: 0;}

/* Rotate last bar */
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/* 
footer */

.footer.content {
  box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .footer.content a {
    color: #989898; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 0; list-style: none; text-decoration: none currentcolor solid;
  }

  .footer.content li{
    line-height: 1.9;
    color: #989898; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400;  list-style: none; text-decoration: none currentcolor solid;
  }

  .footer.content p{
    font-size: 16px;;
  }
  

@media only screen and (max-width: 480px) {
	header .search-container {
    order: 3;
    width: 100%;
    flex: unset;
    display: flex;
    padding: 0;
  }

  #autocomplete-0-input {
    padding: 0 1em;
  }
  

  .navbar-toggler{
  display: block;
  padding: 0;
  padding: 1px .25em;
}

header > .header {
  flex-wrap: wrap;
  padding-bottom: 1em;
}

.search-container form{
	width: 100%;
}

.navbar {
  padding: 0;
}

.nav-bar .menu-item {
  line-height: 0;
  padding: 1em;
}

.sub-title {
  display: block;
}

.aa-ItemContentTitle {

  white-space: normal;
  line-height: 1.8;

}

#search {
	margin-right: .25em;
}

}

#menu-top .menu-item{
  padding: 0 1rem !important;

}

/*--------------------------------------------------------------
# Front Page (home) redesign
--------------------------------------------------------------*/

/* Single page-level H1 (SEO). To make it screen-reader-only instead,
   replace the rule body with the standard .sr-only clip pattern. */
.front-page-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 1.5rem 0 1rem;
  color: #1b1b1b;
}

/* Topic chips — quick navigation to featured categories. */
.fp-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
}
.fp-chips__label {
  font-size: .85rem;
  color: #777;
  margin-right: 4px;
}
.fp-chip {
  font-size: .9rem;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  color: #272727;
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s, color .15s, border-color .15s;
}
.fp-chip:hover,
.fp-chip:focus {
  background: #820101;
  border-color: #820101;
  color: #fff;
}

/* Category tag (used in hero + cards). */
.fp-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 3px 10px;
  border-radius: 6px;
  background: #FCEBEB;
  color: #791F1F;
  text-decoration: none;
  margin-bottom: 10px;
}
.fp-tag--amber {
  background: #FAEEDA;
  color: #633806;
  margin-bottom: 0;
}

/* Hero: featured article card. */
.fp-hero {
  margin-bottom: 2.5rem;
}
.fp-hero__featured article {
  margin: 0;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.fp-hero__featured .hero--blog-post-image {
  margin: 0;
}
.fp-hero__featured .hero--blog-post-image img {
  display: block;
  width: 100%;
  height: auto;
}
.fp-hero__featured .hero--blog-post-content {
  padding: 18px 22px 22px;
}
.fp-hero__featured .entry-title {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: .25rem 0 .5rem;
}
.fp-hero__featured .hero--blog-post-content p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Hero: compact "latest posts" list. */
.fp-latest {
  padding-left: .5rem;
}
.fp-eyebrow {
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #777;
  margin-bottom: 14px;
}
.fp-latest__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-decoration: none;
  margin-bottom: 14px;
}
.fp-latest__thumb {
  flex: 0 0 64px;
}
.fp-latest__thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.fp-latest__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.fp-latest__title {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
  color: #212529;
}
.fp-latest__date {
  font-size: .78rem;
  color: #777;
}
.fp-latest__item:hover .fp-latest__title {
  color: #820101;
}

/* Section heading row. */
.fp-section {
  margin-bottom: 2.5rem;
}
.fp-section__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.fp-section__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}

/* Accent links. */
.fp-link {
  color: #820101;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
.fp-link:hover {
  text-decoration: underline;
}

/* Category card row: behaves like a Bootstrap .row so the .col-sm
   cards inside line up across the row on desktop and wrap/stack on
   mobile. (Previously .custom-flex had no definition.) */
.custom-flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fp-grid article.col-sm {
  margin-bottom: 1.5rem;
}
.fp-grid .category--blog-post-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}
.fp-grid .category--blog-post-content {
  margin-bottom: 0;
  padding-top: 12px;
}
.fp-grid .category--blog-post-content .entry-title {
  font-size: 1.05rem;
  line-height: 1.35;
}

/* Threat dictionary feature band. */
.fp-threat {
  display: flex;
  gap: 24px;
  align-items: center;
  background: #FCEBEB;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 2.5rem;
}
.fp-threat__text {
  flex: 1;
}
.fp-threat__term {
  font-size: 1.4rem;
  font-weight: 700;
  color: #501313;
  margin: 10px 0 8px;
}
.fp-threat__desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #791F1F;
  margin-bottom: 12px;
}
.fp-threat__media {
  flex: 0 0 40%;
}
.fp-threat__media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
}

@media (max-width: 768px) {
  .front-page-title {
    font-size: 1.5rem;
  }
  .fp-latest {
    padding-left: 0;
    margin-top: 1.5rem;
  }
  .fp-hero__featured .entry-title {
    font-size: 1.35rem;
  }
  .fp-threat {
    flex-direction: column;
    align-items: flex-start;
  }
  .fp-threat__media {
    flex: 0 0 auto;
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Category / archive page
--------------------------------------------------------------*/
.archive-header {
  margin: 1.5rem 0 1.75rem;
}
.archive-header__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  color: #1b1b1b;
}
.archive-header__desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 70ch;
}

.archive-filter {
  display: flex;
  gap: 1em;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px 24px;
  margin-bottom: 2.5rem;
}
.archive-grid article.col-sm {
  margin-bottom: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.archive-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2rem 0 3rem;
}
.archive-pagination .page-numbers {
  padding: 8px 14px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  color: #272727;
  text-decoration: none;
  line-height: 1;
}
.archive-pagination .page-numbers.current {
  background: #820101;
  border-color: #820101;
  color: #fff;
}
.archive-pagination a.page-numbers:hover {
  border-color: #820101;
  color: #820101;
}