/*@media (max-width: 680px) {

    body.e3dc-main .hotspot_darkmode .nectar_image_with_hotspots .nttip.open {
        height: 100vh !important;
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
        z-index: 9999 !important;
        -webkit-transform: scale(0.8) !important;
        transform: scale(0.8) !important;
    }

}*/
body > .nttip-container {
  background: -webkit-gradient(linear, left top, left bottom, from(#182015), to(#0b120c));
  background: linear-gradient(180deg, #182015 0%, #0b120c 100%);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
}

body > .nttip-container .inner {
  margin-top: -80px !important;
  -webkit-transition: all .2s ease-in-out !important;
  transition: all .2s ease-in-out !important;
  top: 50%;
  left: 10%;
  position: absolute;
  width: 80%;
  text-align: center;
}

body > .nttip-container .inner strong {
  color: white;
  text-align: center;
  display: block;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 5px;
}

body > .nttip-container .inner div + div {
  font-size: 1.1rem;
}

body > .nttip-container .inner .tipclose {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -11px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  border: 2px solid #000;
  border-radius: 100px;
  pointer-events: none;
  border-color: #5cc244;
}

body > .nttip-container .inner .tipclose span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  height: 18px;
  width: 18px;
  -webkit-transform-origin: center;
          transform-origin: center;
}

body > .nttip-container .inner .tipclose span:before {
  position: absolute;
  display: block;
  height: 2px;
  width: 10px;
  left: 4px;
  top: 8px;
  content: ' ';
  background-color: #5cc244;
}

body > .nttip-container .inner .tipclose span:after {
  position: absolute;
  display: block;
  height: 10px;
  width: 2px;
  left: 8px;
  top: 4px;
  content: ' ';
  background-color: #5cc244;
}

body > .nttip-container .inner .tipclose span .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

#header-outer[data-format=centered-menu] #top nav > .sf-menu > li ul {
  width: 100vw;
  left: calc((1330px - 56px - 100vw) / 2) !important;
  position: absolute;
}

@media (max-width: 1386px) {
  #header-outer[data-format=centered-menu] #top nav > .sf-menu > li ul {
    left: calc((100vw - 56px - 100vw) / 2) !important;
  }
}
/*# sourceMappingURL=dev.css.map */