.clearfix, form ul li, .main, .all-yours, .features-list {
  *zoom: 1;
}
.clearfix:before, form ul li:before, .main:before, .all-yours:before, .features-list:before, .clearfix:after, form ul li:after, .main:after, .all-yours:after, .features-list:after {
  content: "";
  display: table;
}
.clearfix:after, form ul li:after, .main:after, .all-yours:after, .features-list:after {
  clear: both;
}

.unstyled-list, .scroll-nav__list, .all-yours, .features-list {
  padding-left: 0;
  list-style: none;
  text-align: left;
}

.post__article h2 {
  font-weight:bolder;
  color: #57C9E8;
  margin-bottom:15px;
}

.scroll-nav {
  position: absolute;
}
.scroll-nav.fixed .scroll-nav__wrapper {
  position: fixed;
  top: 60px;
}

.scroll-nav__wrapper {
  border: 1px solid #CCCCCC;
  background-color: #959595;
  border-radius: 6px;
  /* padding: 10px 5px;*/
  box-shadow:0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  width:50px;
}

.scroll-nav__heading {
  display: none;
}

.scroll-nav__list {
  margin-bottom: 0;
}

.scroll-nav__item {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0 auto;
  overflow: hidden;
  width: 40px;
}
.scroll-nav__item:before {
  color: #fff;
  display: block;
  position: absolute;
  pointer-events: none;
  text-align: center;
  width: 40px;
}
.scroll-nav__item.in-view {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  /*font-weight: 800;*/
  background: #57C9E8;
  padding:0px 13px;
}
.scroll-nav__item.active a:hover {
  font-weight: 800;
}

.scroll-nav__link {
  color: #fff;
  display: block;
  margin: 0 auto;
  /* padding-left: 42px;*/
}
.scroll-nav__link:hover {
  color: #fff;
}

.post__article {
  background-color: #fff;
  border: 1px solid #e5e2d3;
  border-radius: 6px;
  margin-left: 65px;
  padding: 20px;
}

.post__article h1 {
  text-align: center;
}
.features-list {
  margin-top: 60px;
}

.feature {
  text-align: left;
  line-height:22px;
}

.feature:before {
  color: #b6d4e0;
  font-size: 4em;
}

section.scroll-nav__section {
  margin-top:10px;
}

@media screen and (min-width: 319px) {
  .scroll-nav__link {
    font-size:15px;
    line-height:22px;
  }
  .scroll-nav.fixed .scroll-nav__wrapper {
    position: fixed;
    top: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .scroll-nav__item {
    width:15px;
  }
}
@media screen and (min-width: 60em) {
  .scroll-nav__wrapper {
    padding: 5px;
  }

  .scroll-nav__heading {
    display: none;
  }
  .scroll-nav__heading:before {
    font-size: 1.654411765em;
    position: relative;
    right: -0.30em;
    top: -0.07em;
  }

  .scroll-nav__item {
    font-size: 19px;
    line-height: 1.4em;
    overflow: visible;
    width: 15px;
    text-align: center;
  }
  .scroll-nav__item.in-view {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    padding-left: 0.5em;
  }
  .scroll-nav__item:before {
    width: 30px;
  }

  .feature {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 33.33333%;
    padding: 0 10px;
  }
}
