.logo {
  position: relative;
  border-radius: 7px;
  text-align: center;
}

#logo-image-short {
  opacity: 0;
}

.logo img {
  position: absolute;
  left: 12%;
  background: transparent;
}

#pwr-nav.sps--abv .logo {
  transition: 1s;
  /*box-shadow: 5px 5px 5px #555;*/
  width: 100px;
  height: 60px;
  padding-top: 5px;
}

#pwr-nav.sps--abv #logo-image-tall {
  transition: 1s;
  height: 50px;
  width: 75px;
  opacity: 1;
}

#pwr-nav.sps--abv #logo-image-short {
  transition: 1s;
  opacity: 0;
  height: 0;
  width: 100px;
}

#pwr-nav.sps--blw .logo {
  transition: 1s;
  box-shadow: none;
  width: 125px;
  height: 30px;
  padding-top: -1px;
  background-color: rgba(0, 0, 0, 0) !important;
}

#pwr-nav.sps--blw #logo-image-tall {
  transition: 1s;
  opacity: 0;
  height: 0;
  width: 50px;
}

#pwr-nav.sps--blw #logo-image-short {
  transition: 1s;
  opacity: 1;
  width: 100px;
}

#pwr-nav.sps--blw .logo > img {
  transition: 1s;
}

#top-nav-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  max-width: 2048px;
}

#section-1 div.hero-content {
  justify-content: space-between;
}

#free-trial-3 {
  margin-bottom: 0 !important;
}

#hero-free-trial a.btn {
  width: unset;
  display: block;
}

form.footer-contact input {
  width: 30% !important;
}

.blog-content .bottom-spacer {
  height: 200px;
}

ul.blog {
  width: 75%;
  margin: 0 auto;
}

.blog-article {
  margin-top: 25px;
}

.blog-article > h6 {
  margin-bottom: 20px;
}

#author-attribution {
  display: flex;
}

#author-attribution div.image-container {
  min-width: 150px;
  display: block;
}

#author-attribution img {
  display: block;
  max-width: 100px;
  margin: auto 0;
  vertical-align: middle;
}

#author-attribution p {
  font-size: 0.8em;
}

div.faq button {
  text-align: left;
}

#supported-devices .logo {
  background: unset;
  width: 250px;
}

#supported-devices .garmin {
  background: unset;
  width: 225px;
}

#supported-devices .product {
  background: unset;
  width: 100px;
}
