/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* additional resets */
html { box-sizing:border-box; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { margin: 0; }
*, *:before, *:after { box-sizing:inherit; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display:block; }
audio, canvas, iframe, svg, video { vertical-align:middle; }
a, a:active { background-color:transparent; outline:0; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sub { bottom:-0.25em; }
sup { top:-0.5em; }
img { border:0; vertical-align:bottom; }
.clearfix:before, .clearfix:after { display:table; content:''; }
.clearfix:after { clear:both; }

body {
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

#element-wrapper {
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background: url('../images/landing-background.jpg');
  background-repeat: no-repeat;
  background-position-x: 270px;
}

#landing {
  position: relative;
  transition: all ease-in-out 333ms;
}

#landing.shifted {
  transform: translateX(-100%);
}

.zindex-99 {
  z-index: 99;
}

#step-one {
  padding-top: 130px;
  padding-left: 80px;
  padding-bottom: 80px;
}

#step-two {
  position: absolute;
  width: 660px;
  top: 0;
  left: 100%;
  padding-top: 130px;
  padding-bottom: 80px;
  padding-left: 80px;
}

.container {
  max-width: 100%;
  width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
}

.content-container {
  max-width: 750px;
}

.content-container p {
  margin: 0 0 12px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.content-container ul {
  margin: 28px 0 40px 13px;
  padding: 0;
}

.content-container li {
  margin-bottom: 12px;
}

.tour-links div {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 28px;
}

#demo {
  position: absolute;
  transform: scale(0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  transition: all ease-in-out 333ms;
}

.arrow-after {
  cursor: pointer;
}

.arrow-after:after {
  content: url('../images/arrow-icon.svg');
  position: relative;
  top: 6px;
  left: 0;
  transition: all ease-in-out 333ms;
}

.arrow-after:hover:after {
  left: 8px;
}

#interface-tour {
  z-index: 1;
  background-color: #333;
  padding-top: 150px;
  transition: all ease-in-out 333ms;
}

#discovery {
  background-color: #00395D;
  padding-top: 150px;
  transition: all ease-in-out 333ms;
}

.demo-item {
  width: 100%;
  padding-bottom: 80px;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
}

#tips-and-tricks {
  background-color: #008896;
  padding-top: 150px;
  transition: all ease-in-out 333ms;
}

#demo.active {
  transform: scale(1);
}

#interface-tour.active,
#discovery.active,
#tips-and-tricks.active {
  min-height: 100%;
  transform: scale(1);
}

.nav-wrapper {
  opacity: 0;
  z-index: 2;
  position: fixed;
  padding: 12px 32px;
  width: 100%;
  background-color: #333;
  transition: all ease-in-out 333ms 200ms;
}

.nav-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.shelf {
  display: flex;
  margin: 0 auto;
  flex: 1;
  align-items: center;
  padding-left: 48px;
}

.mobile-toggle {
  display: none;
}

.contact {
  margin-left: auto;
}

.nav-wrapper.active {
  opacity: 1;
}

nav {
  margin: 0 auto;
  display: flex;
  width: 600px;
  height: 62px;
}

.nav-item {
  opacity: .6;
  width: 33.333%;
  padding: 24px 0;
  background: linear-gradient(180deg, #00395D 0%, #008896 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.nav-item.active {
  opacity: 1;
}

.nav-item:nth-child(2) {
  margin: 0 12px 0 12px;
}

.nav-item span {
  display: block;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
}

.logo {
  cursor: pointer;
}

.contact a {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.grid {
  display: flex;
  margin-left: -24px;
}

.item {
  padding-left: 24px;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
}

.two-thirds {
  width: 66.666%;
}

.item-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  border-bottom: 1px solid #F58220;
  padding-bottom: 12px;
  margin-bottom: 36px;
}

.video-wrap {
  margin-bottom: 36px;
}

.video {
  margin-bottom: 12px;
}

video {
  max-width: 100%;
}

.meta span {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.row {
  margin-bottom: 72px;
}

.row:last-child {
  margin-bottom: 0;
}

#tips-and-tricks p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}

#tips-and-tricks ul {
  margin: 0 0 0 15px;
  padding: 0;
}

#tips-and-tricks li {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.still-wrapper {
  position: relative;
  min-width: 1172px;
}

#still-screen {
  transition: all ease-in-out 333ms 200ms;
}

.active #still-screen {
  opacity: 1;
}

.hotspots {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
}

.button {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #F58220;
}

[data-template="overview"] {
  top: 3.2%;
  left: 7%;
}

[data-template="edge-analytics"] {
  top: 5.5%;
  left: 7%;
}

[data-template="itsm"] {
  top: 7.7%;
  left: 7%;
}

[data-template="locations"] {
  top: 10%;
  left: 7%;
}

[data-template="alerts"] {
  top: 45.4%;
  left: 10.7%;
}

[data-template="ops"] {
  top: 45.4%;
  left: 14.2%;
}

[data-template="sites"] {
  top: 45.4%;
  left: 20.5%;
}

[data-template="new-case"] {
  top: .8%;
  left: 79%;
}

[data-template="location-map"] {
  top: 9.7%;
  left:34%;
}

[data-template="open-incidents"] {
  top: 31.9%;
  left: 15.4%;
}

[data-template="sites-with-risk"] {
  top: 31.9%;
  left: 37.6%;
}

[data-template="sla-attainment"] {
  top: 31.9%;
  left: 60.6%;
}

[data-template="mttx"] {
  top: 31.9%;
  left: 80.2%;
}

.pulsating-circle:before {
  content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #fab57a;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F58220;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0,0,0,.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

.tippy-box {
  padding: 12px 18px;
  background-color: #fff !important;
}

.tippy-content {
  padding: 0;
}

.tippy-box h3 {
  margin-top: 0;
  color: #000 !important;
}

.tippy-box p {
  color: #000 !important;
  margin-bottom: 12px;
}

.tippy-box .demo-link {
  cursor: pointer;
  text-decoration: underline;
}

.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #fff !important;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color:#fff !important;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #fff !important;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #fff !important;
}

.close-tooltip {
  position: absolute;
  top: -23px;
  right: -32px;
  cursor: pointer;
}

.mobile-image {
  display: none;
}

.hidden-on-mobile {
  display: block;
}

@media screen and (max-width: 975px) {
  .hidden-on-mobile {
    display: none;
  }
  #interface-tour .container {
    overflow: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
  }

  .nav-wrapper {
    display: flex;
    padding: 6px 12px;
  }

  .logo {
    margin-right: auto;
  }

  .mobile-toggle {
    display: block;
  }

  .mobile-toggle svg {
    fill: #FFF;
  }

  .shelf {
    padding-left: 0;
    position: absolute;
    top: 63px;
    display: none;
    background-color: #333;
    width: 100%;
  }

  .shelf.active {
    display: block;
  }

  nav {
    width: 100%;
    height: auto;
    display: block;
  }

  .nav-item {
    width: 100%;
    opacity: 1;
  }

  .nav-item:nth-child(2) {
    margin: 0;
  }

  .contact {
    padding: 24px 0;
    background: linear-gradient(180deg, #00395D 0%, #008896 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    text-align: center;
  }

  .mobile-image {
    display: block;
    max-width: 320px;
    margin: 24px auto;
  }

  #landing {
    width: auto;
    height: auto;
    background: none;
  }

  #element-wrapper {
    background: none;
  }

  #step-one {
    display: none;
  }

  #step-two {
    position: relative;
    width: auto;
    padding: 32px 24px;
    left: 0;
  }
  
  #tips-and-tricks .item img {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {

  .grid {
    display: block;
  }
  
  .grid .item {
    width: 100%;
  }
  
}
