html, body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

main.container-fluid {
    margin: 0;
    padding: 0;
}

.top-header {
    position: fixed;
    margin: 0;
    padding: 0 32px;
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    z-index: 1000;
}

.top-header a {
    color: #000;
}

footer#main-footer {
    background-color: white;
    padding: 2% 5%;
    border-top: #9b2318 1px solid;
}

footer#main-footer section#footer-logo {
    text-align: center;
    width: 100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
  }

  .dropbtn {
    cursor: pointer;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 32px;
    width: 800px;
    font-size: 0.9rem;
    right: 0;
  }

  .dropdown-content.dropdown-content-small {
    width: fit-content;
  }

  ul.dropdown-list {
    display: block;
  }

  .dropdown-content ul {
    line-height: 0.7;

  }

  .dropdown-content ul li {
    padding: 0;
    display: block;
    line-height: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content ul li a {
    color: #880000;
    padding: 12px 16px;
    display: block;
  }

    /* Links inside the dropdown */
    .dropdown-content ul li span {
      padding: 12px 16px;
      display: block;
    }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #880000;
    color: white;
}
  
.announce {
  position: fixed;
  top: 10%;
  right: 10%;
  display: none;
}

.responsive {
  width: 100%;
}

header.extra-header {
  padding: 0;
  margin: 0;
}

nav.breadcrumb {
  padding: 0 32px;
  border-bottom: #880000 1px solid;
  background-color: #dedede;
  margin: 0;
}

nav.breadcrumb ol li {
  padding: 8px 0;
}

section.products {
  padding: 2%;
  display: flex;
  flex-wrap: wrap;
}

section.products article {
  width: 400px;
  display: inline-block;
  margin-right: 16px;
}

section.products article footer a {
  width: 100%;
}

section.products article header a:hover {
  color: #9b2318;
  text-decoration: underline;
}

h1.page-title {
  margin: 16px 0;
  text-align: center;
  padding: 0 16px;
}

body.product-grid {
  background-color: #f4f8f9;
  background-image: url("/static/images/tech_wpage3.b0e727dadf8e.webp");
  background-position: top right;
  background-repeat: repeat-y;
}

.divider {
  text-align: center;
}

.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.center {
  text-align: center;
}

img.richtext-image.right {
  float: right;
  padding: 16px;
}

img.richtext-image.left {
  float: left;
  padding: 16px;
}

img.richtext-image.full-width {
  width: 100%;
}

.divider {
  text-align: center;
  clear: both;
}

article header, article footer {
  color: #333;
}

#running-dog {
  display: none;
}

#newsletter_running-dog {
  display: none;
}

.bog{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

article.buttons {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}

article.buttons svg {
  height: 32px;
}

a.dropbtn svg {
  height: 24px;
}

.small-menu {
  display: none;
}

ul.no-points li {
  list-style: none;
}

.cookie-banner {
  position: fixed;
  width: fit-content;
  bottom: 48px;
  right: 16px;
  border: #880000 1px solid;
  display: none;
  max-width: 600px;
}

.cookie-banner button {
  margin-bottom: 8px;
}

.show {display:block;}

a.icon svg, button.icon svg {
  width: 24px;
}

#mia {
  position: fixed;
  bottom: 16px;
  right: 16px;
}

@media (max-width: 1024px) {    
  .dropdown-content {
    width: 256px;
  }

  .large-menu {
    display: none;
  }

  .small-menu {
    display: block;
    margin-top: 8px;
  }

  .top-header {
    background-color: transparent;
    padding: 8px;
  }

  .top-header ul li.dropdown.small-menu {
    display: block;
  }

  .top-header a {
    color: #c52f21;
    font-weight: bold;
  }

  button.dropbtn {
    padding: 2px 8px;
    margin-bottom: 8px;
  }

  img.richtext-image.right {
    float: none;
    width: 100%;
  }
  
  img.richtext-image.left {
    float: none;
    width: 100%;
  }

  #mia-icon {
    width: 64px;
  }

}