body {
    overflow-y: scroll;
}

section:not(.no-pad) {
  padding: 30px;
}

h1 {
    font-size: 44px;
    margin-top: 42px;
}
h2 {
  font-size: 34px;
  text-align: center;
}

.hero {
  height: calc(100vh - 46px);
}

#header-logo {
    display: inherit;
}

.main-menu {
    height: 46px;
}

.main-menu ul {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.main-menu a {
    padding: 15px;
}

.main-menu li.selected a {
    color: inherit;
}

.main-menu.account-menu {
    height: 110px;
    position: relative;
    width: 100%;
    top: 44px;  /* Height of header */
}

.main-menu.account-menu li {
    width: 180px;  /* Previously 124px */
    text-align: center;
}

.main-menu ul li img {
    height: 48px;
    margin: 15px auto 0 auto;
    display: block;
}

.main-menu.account-menu li:hover:not(.selected) {
    background: #848484;
}

.main-menu.account-menu a:hover {
    color: white;
}

.main-menu.account-menu .selected {
    background: #F48146;
}

.is-scrolled .main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.is-scrolled .account-menu {
    position: fixed;
    top: -20px;
    left: 0;
    right: 0;
}

.is-scrolled .hero,
.is-scrolled #header {
  margin-bottom: 46px;
}

.account-header {
    position: fixed;
    top: 0;
}

.account_wrap {
    padding-top: 44px; /* Height of nav */
    flex: 1 1 0;
}

.is-scrolled .account_wrap {
    padding-top: 154px;  /* Height of nav + menu */
}

.slim-wrap {
    width: 90%;
    max-width: 600px;
}

.medium-wrap {
    width: 90%;
    max-width: 920px;
}

.content_wrap {
    padding-top: 46px;  /* Height of nav */
    padding-bottom: 75px;
}

.hero__top-bar {
  padding-right: 100px;
  padding-left: 100px;
}

.hero__overlay {
  top: 25%;
}

.hero__overlay h2 {
  font-size: 28px;
}

.compatibility li {
  margin-bottom: 0;
  -ms-flex: 0 0 78px;
      flex: 0 0 78px;
}

footer {
  padding: 140px 40px 20px;
}

footer nav {
    min-height: 100px;
}

.footer__logo {
  margin-top: 10px;
}

footer span {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

footer span:nth-child(2n-1) {
  margin-top: 0;
  text-align: right;
}


@media (min-width: 830px) {

  .howTo ol {
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .howTo li:not(:first-of-type) {
    margin-top: 0;
  }

  .howTo li:not(:last-of-type) button::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 38px;
  border-color: transparent transparent transparent #f48146;
  top: 10px;
  right: -62px;
  }

  .howTo li:first-of-type {
    margin-left: 0;
  }
  .howTo li:last-of-type {
    margin-right: 0;
  }

  .section-content {
      margin: auto;
      max-width: 85%;
  }
}
