#help {
  padding-bottom: 50px;
  background: #f2f5f7;
}

#help h1{
  margin-top: 0;
  font-size: 32px;
}

#help article h2{
  font-size: 18px;
  font-weight: 600;
}

#help article h4{
  margin: 30px 0 5px;
  font-weight: 700;
}
article .arrow{
  position: absolute;
  background: #fff;
  left: -12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
}

.getting-started .arrow{
  top: 16px;
}
.knowledge-base .arrow{
  top: 77px;
}
.custom-domains .arrow{
  top: 140px;
}
.responsible-disclosure .arrow{
  top: 200px;
}
.presskit .arrow{
  top: 260px;
}
#help article.presskit img{
  max-width: 250px;
  max-height: 80px;
}
.contact{
  background: rgba(0,0,0,0.02);
  border-radius: 3px;
  padding: 15px;
  margin-top: 100px;
}
.contact h4{
  margin: 0;
}

#help aside {
  padding-bottom: 60px;
  padding-top: 30px;
  -moz-box-shadow: inset -1px 0 0 rgba(231, 234, 236, 0.75);
  margin: 0;
}

#help aside ul {
  z-index: 1;
  font-size: 15px;
  margin-bottom: 30px;
}

#help aside #guides ul li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #dee5ea;
}

#help aside ul li.current a,#help aside ul li a:hover{
  transition: all .3s;
  opacity: 1;
  color: #467ac6;
}
#help aside #guides ul li a:hover{
  text-decoration: none;
}


#help aside ul li a {
  position: relative;
  display: block;
  padding: 14px 0 14px 64px;
  line-height: 110%;
  color: #60697a;
  opacity: 1;
  font-weight: 600;
}

#help aside #guides ul li a::after {
  content: '';
  background-image: url(/assets/images/help.png);
  background-position: 0 0;
  position: absolute;
  top: 11px;
  left: 0;
  width: 50px;
  height: 42px;
}

#help aside #guides ul li.getting-started a::after {
  background-position: -50px 0;
}

#help aside #guides ul li.custom-domains a::after {
  background-position: -100px 0;
}

#help aside #guides ul li.responsible-disclosure a::after {
  background-position: -150px 0;
}

#help aside #guides ul li.presskit a::after {
  background-position: -200px 0;
}

#help aside small {
  font-size: 12px;
  display: block;
  color: #60697a;
  font-weight: 400;
  line-height: 110%;
  margin-top: 3px;
}

#help aside #contact p {
  font-size: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  line-height: 24px;
}

#help article {
  background: #fff;
  margin-left: 30px;
  padding: 30px;
  margin-top: 30px;
  position: relative;
  border-radius: 3px;
}

#help article hgroup {
  margin-bottom: 30px;
}

#help article hgroup h1 {
  margin-bottom: 8px;
}

#help article hgroup p {
  font-weight: 600;
}

#help article hgroup .tweet {
  position: relative;
  top: 4px;
  margin-left: 10px;
}

#help article p {
  margin-bottom: 15px;
  font-size: 15px;
}

#help article pre {
  margin-top: 0;
  margin-bottom: 24px;
}

#help article pre code {
  font: 14px Monaco, Consolas, "Lucida Console", monospace;
  background-color: #fbfcfc;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(59, 67, 77, 0.15), inset 0 0 0 1px rgba(59, 67, 77, 0.03);
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  padding-left: 16px;
  margin-right: 0;
  margin-left: 0;
}

#help article code {
  font: 13px Monaco, Consolas, "Lucida Console", monospace;
  background-color: #fbfcfc;
  border-radius: 3px;
  box-shadow: inset 0 0 3px rgba(59, 67, 77, 0.15), inset 0 0 0 1px rgba(59, 67, 77, 0.03);
  padding: 6px 8px;
  margin-left: 4px;
  margin-right: 4px;
}

#help article img {
  display: block;
  margin: 10px 0 10px 0;
  max-width: 100%;
}

#help article ul, #help article ol {
  font-size: 15px;
  margin-bottom: 24px;
  margin-left: 24px;
}

#help article ul li, #help article ol li {
  position: relative;
  padding-left: 10px;
  padding-bottom: 8px;
}
#help article ul li::after {
  content: '-';
  position: absolute;
  top: 0;
  left: -16px;
}

#help article ol li::after {
  content: '';
  position: absolute;
  top: 0;
  font-weight: 700;
  font-size: 11px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #f1f1f1;
  text-align: center;
  line-height: 20px;
  margin: 2px 0px 2px 0px;
  left: -24px;
}

#help article ol li:nth-child(1)::after {
  content: '1';
}

#help article ol li:nth-child(2)::after {
  content: '2';
}

#help article ol li:nth-child(3)::after {
  content: '3';
}

#help article ol li:nth-child(4)::after {
  content: '4';
}

#help article ol li:nth-child(5)::after {
  content: '5';
}

#help article ol li:nth-child(6)::after {
  content: '6';
}


@media screen and (max-width: 768px) {
  #help aside{
    margin: 0 -15px;
    padding: 20px 0 0;
    box-shadow: none;
  }

  .getting-started .arrow{
    top: -11px;
    left: 8%;
  }
  .custom-domains .arrow{
    top: -11px;
    left: 33%;
  }
  .responsible-disclosure .arrow{
    top: -11px;
    left: 59%;
  }
  .presskit .arrow{
    top: -11px;
    left: 84%;
  }

  #help aside ul{
    margin: 0;
  }
  #help article hgroup h1{
    font-size: 26px;
  }
  #help aside #guides ul li {
    line-height: 24px;
    display: inline-block;
    margin-bottom: 0px;
    width: 24%;
    vertical-align: middle;
    padding-bottom: 5px;
    min-height: 85px;
  }
  #help article{
    margin-left: 0;
  }
  #help article img{
    display: none;
  }
  #help aside #guides ul li a {
    position: relative;
    display: block;
    padding: 50px 5px 0;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
  }
  #help aside #guides ul li a  small{
    display: none;
  }
  #help aside ul li.current::before, #help aside ul.index li:first-child::before{
    display: none;
  }
   #help aside #guides li.current, #help aside #guides li:hover{
    opacity: 1;
  }
  #help aside ul li.current a{
    background: transparent;

  }

  #help aside #guides ul li a::after {
    top: 0;
    left: 50%;
    width: 50px;
    height: 42px;
    margin-left: -25px;
  }
}
