﻿ds-header {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 3000;
  font-size: 0.9em;
  /*===== Containers =====*/
  /*===== Headers =====*/
  /*===== Paragraphs =====*/
  /*===== Images =====*/
  /* ============================================= */
  /* Mobile Menu                                   */
  /* ============================================= */
}
ds-header ul {
  text-align: left;
  margin-top: 7px;
  margin-bottom: 10px;
  margin-left: 9px;
}
ds-header ul li {
  height: 50px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-indent: unset;
  display: inline-block;
}
ds-header ul li:first-child {
  border-left: none;
}
ds-header ul li > a {
  position: relative;
}
ds-header ul li > a:not(.sales):not(.signup)::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
}
ds-header ul li > a:not(.sales):not(.signup):hover::after {
  width: 90%;
}
ds-header ul.contact {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
ds-header ul.contact li {
  float: left;
  color: #f8f3d4;
  font-size: 0.9em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
  margin: 0 15px;
  text-indent: unset;
}
ds-header ul.contact li a {
  color: #ffffff;
  text-decoration: none;
}
ds-header ul.contact li a:hover {
  color: #D2232A;
}
ds-header a {
  position: relative;
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 50px;
  padding: 0 25px;
  text-decoration: none;
}
ds-header a:hover {
  color: #ffffff;
  text-decoration: none;
}
ds-header a.last {
  padding: 0 0 0 40px;
}
ds-header a.active {
  color: #ffffff;
}
ds-header a.nocursor {
  cursor: context-menu;
}
ds-header .sub-menu-parent {
  background: url("https://doorstop1.wpenginepowered.com/wp-content/themes/doorstop/images/down.png") no-repeat scroll right 20px center;
  padding: 0 15px 0 0;
}
ds-header .sub-menu-parent > a:focus {
  outline: none;
  color: white;
  text-decoration: none;
}
ds-header .sub-menu-parent:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease;
}
ds-header .sub-menu-parent .sub-menu {
  position: absolute;
  display: flex;
  align-items: stretch;
  gap: 20px;
  width: min(1200px, 90vw);
  padding: 20px;
  top: 100%;
  left: 30vw;
  transform: translate(-50%, 5px);
  background: #ffffff;
  border: 2px solid #454749;
  border-radius: 25px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  height: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
ds-header .sub-menu-parent .sub-menu .mega-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 15px 20px 25px;
}
ds-header .sub-menu-parent .sub-menu .mega-column.full {
  width: 100%;
}
ds-header .sub-menu-parent .sub-menu .mega-column:first-child {
  width: 60%;
}
ds-header .sub-menu-parent .sub-menu .mega-column:last-child {
  width: 40%;
}
ds-header .sub-menu-parent .sub-menu .mega-column h3 {
  color: #454749;
  font-size: 1.6em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d2232a;
  width: 100%;
  box-sizing: border-box;
}
ds-header .sub-menu-parent .sub-menu .mega-column h3.white {
  color: #ffffff;
}
ds-header .sub-menu-parent .sub-menu .mega-column h4 {
  margin-bottom: 10px;
  color: #454749;
  padding-bottom: 10px;
  border-bottom: 3px solid #d2232a;
  width: 100%;
  box-sizing: border-box;
}
ds-header .sub-menu-parent .sub-menu .mega-column h4.white {
  color: #ffffff;
}
ds-header .sub-menu-parent .sub-menu .mega-column a {
  padding: 0;
  margin: 0;
  line-height: 45px;
  text-decoration: none;
}
ds-header .sub-menu-parent .sub-menu .mega-column img {
  border-radius: 10px;
}
ds-header .sub-menu-parent .sub-menu .mega-column p {
  color: #ffffff;
}
ds-header .sub-menu-parent .sub-menu .mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
ds-header .sub-menu-parent .sub-menu .mega-column ul li a {
  display: block;
  padding: 8px 0;
  font-size: 1em;
  color: #454749;
  text-decoration: none;
  line-height: normal;
}
ds-header .sub-menu-parent .sub-menu .mega-column ul li a:hover {
  color: #d2232a;
}
ds-header .sub-menu-parent .sub-menu .mega-column .menu-details p {
  color: #454749;
}
ds-header .sub-menu-parent .sub-menu .mega-column .menu-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  text-decoration: none;
  padding: 0.8em 0;
}
ds-header #menu-contact {
  position: absolute;
  right: 10px;
  bottom: 14px;
  height: 50px;
  z-index: 99999;
}
ds-header .menu-panel {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  background: #d2232a;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0 0;
}
ds-header .menu-panel-column:first-child {
  order: 1;
  width: 25%;
}
ds-header .menu-panel-column:last-child {
  order: 2;
  width: 75%;
}
ds-header .menu-panel-column img {
  max-width: 80px !important;
}
ds-header .menu-icon {
  flex: 0 0 65px;
  border-radius: 10px;
  background: #D2232A url("images/white-right-arrow_32.png") center right 16px no-repeat;
  margin: 0;
  height: 100%;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
ds-header .menu-row:hover .menu-icon {
  background-position: center right 10px;
}
ds-header .menu-details {
  flex: 1;
  padding: 0;
}
ds-header .menu-details p.small {
  margin: 0;
  line-height: 1em;
}
ds-header #top-bar-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
ds-header #header-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding: 5px 10px;
  margin: 0 auto;
}
ds-header h3 {
  color: #454749;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.1em;
}
ds-header h3.white {
  color: #ffffff;
}
ds-header p.small {
  font-size: 0.8em;
}
ds-header p.menu-header {
  position: relative;
  display: inline-block;
  color: #454749;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
ds-header p.menu-header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #d2232a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
ds-header .menu-row:hover p.menu-header::after {
  transform: scaleX(1);
}
ds-header p.menu-panel-text {
  color: #ffffff;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
ds-header img.top {
  display: inline-block;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 1200px) {
  ds-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
    width: 0;
    z-index: 3000;
  }
  body:has(ds-header)::before {
    content: "";
    position: fixed;
    top: 0;
    left: 100vw;
    right: 0;
    bottom: 0;
    transition: right 0.5s ease-in-out;
  }
  ds-header.open {
    width: min(100%, 300px);
  }
  body:has(ds-header.open)::before {
    left: 0;
    right: 300px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
  }
  ds-header .menu-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: end;
  }
  ds-header .menu-header button.navbar-toggle .icon-bar {
    background: #454749;
  }
  ds-header .menu-header button.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  ds-header .menu-header button.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
  }
  ds-header .menu-header button.navbar-toggle .icon-bar:nth-child(4) {
    transform: rotate(-45deg);
  }
  ds-header a.logo {
    order: 1;
    width: 180px;
    display: inline-block;
  }
  ds-header ul {
    padding: 0;
    margin: 1em 20px;
    order: 2;
  }
  ds-header ul li {
    height: auto;
  }
  ds-header ul li.sub-menu-parent {
    display: block;
    padding: 0;
  }
  ds-header ul li.sub-menu-parent a {
    color: #454749;
    padding: 0;
  }
  ds-header ul li.sub-menu-parent a:focus {
    outline: none;
  }
  ds-header ul li.sub-menu-parent > a:not(.sales):not(.signup) {
    display: none;
  }
  ds-header ul li.sub-menu-parent .sub-menu {
    transform: unset;
    position: static;
    border: 0;
    border-radius: 0;
    display: block;
    width: auto;
    padding: 0;
    overflow: hidden;
    visibility: visible;
    opacity: 1;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column {
    padding: 0;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column a:first-child {
    border-bottom: 2px solid #d2232a;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1em;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column a:first-child::after {
    content: "";
    border-right: 2px solid #454749;
    border-bottom: 2px solid #454749;
    position: absolute;
    right: 8%;
    left: unset;
    top: 20%;
    width: 8px;
    height: 8px;
    transform: translateY(-60%) rotate(45deg);
    transition: transform 0.25s ease;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column a:first-child ~ a {
    margin-left: 1em;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: height 500ms ease-in-out;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column a:first-child.open ~ a {
    visibility: visible;
    height: auto;
    opacity: 1;
    padding: 0.5em 0;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column a:first-child.open::after {
    transform: rotate(-135deg);
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column:first-child, ds-header ul li.sub-menu-parent .sub-menu .mega-column:last-child {
    width: unset;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column p {
    font-size: 2rem;
    font-weight: 400;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column h3 {
    font-size: 2rem;
    font-weight: 100;
    border: none;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column img, ds-header ul li.sub-menu-parent .sub-menu .mega-column .menu-panel {
    display: none;
  }
  ds-header ul li.sub-menu-parent .sub-menu .mega-column .menu-details .small {
    display: none;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Dev/.Net/Masonite/DSI/DoorStop.Web/DoorStop.Web/Content/nav.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAMA;EACI;EACA;EACA;EACA;AA+SA;AAkBA;AAcA;AAwCA;AAMA;AACA;AACA;;AA7XA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAII;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAOpB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAMR;EACI;EACA;;AAGI;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,OAnNT;;AAsNK;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAMR;EACI,OA7Od;;AAiPM;EACI;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAKA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAMR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAGR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAKJ;EApYJ;IAqYQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;IACA;IACA;IACA;;EAIR;IACI;IACA;IACA;IACA;;EAIQ;IACI,YApbd;;EAsbc;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAOpB;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;;EAEA;IACI;IACA;;EAEA;IACI,OAzdd;IA0dc;;EAEA;IACI;;EAIR;IACI;;EAIJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGI;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAIA;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAMhB;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAIA;IACI%22%7D */