#masthead {
  background: #c61e3f;
}

#main {
  padding-bottom: 0;
  min-height: 200px;
}

.guide-intro {
  padding: 15px;
}
@media (min-width: 1100px) {
  .guide-intro {
    width: 70%;
  }
}

.guide-intro p {
  padding: 10px 0;
  font-size: 20px;
}
@media (min-width: 1100px) {
  .guide-intro p {
    font-size: 24px;
  }
}

#sidebar, #text {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

#sidebar {
  padding: 0px;
  margin-top: 85px;
  width: 30%;
  display: none;
}
@media (min-width: 1100px) {
  #sidebar {
    display: block;
  }
}

#sidebar #guide-item {
  margin: 0;
  padding: 15px 0 0 0;
  background: #fdfdfd;
}

#sidebar #guide-item li {
  height: 45px;
  border-left-width: 5px;
  border-left-style: solid;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1px;
  padding: 0;
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 25px;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}

#guide-item.fixed {
  position: fixed;
  top: 150px;
  width: 30%;
  min-width: 298px;
}

#guide-item.stopper {
  bottom: 400px;
  top: auto;
}

#sidebar #guide-item li.selected {
  color: #FFF;
}

#section-item-0,
#sidebar #guide-item #item-0 {
  border-left-color: #fdd209;
}

#section-item-1,
#sidebar #guide-item #item-1 {
  border-left-color: #c61e3f;
}

#section-item-2,
#sidebar #guide-item #item-2 {
  border-left-color: #ee6b25;
}

#section-item-3,
#sidebar #guide-item #item-3 {
  border-left-color: #85c643;
}

#section-item-4,
#sidebar #guide-item #item-4 {
  border-left-color: #478833;
}

#section-item-5,
#sidebar #guide-item #item-5 {
  border-left-color: #00a7aa;
}

#section-item-6,
#sidebar #guide-item #item-6 {
  border-left-color: #0097da;
}

#section-item-7,
#sidebar #guide-item #item-7 {
  border-left-color: #8e509e;
}

#section-item-8,
#sidebar #guide-item #item-8 {
  border-left-color: #fdd209;
}

#guide-item #item-0.selected {
  background-color: #fdd209;
}

#guide-item #item-1.selected {
  background-color: #c61e3f;
}

#guide-item #item-2.selected {
  background-color: #ee6b25;
}

#guide-item #item-3.selected {
  background-color: #85c643;
}

#guide-item #item-4.selected {
  background-color: #478833;
}

#guide-item #item-5.selected {
  background-color: #00a7aa;
}

#guide-item #item-6.selected {
  background-color: #0097da;
}

#guide-item #item-7.selected {
  background-color: #8e509e;
}

#guide-item #item-8.selected {
  background-color: #fdd209;
}

#text {
  float: left;
}
@media (min-width: 1100px) {
  #text {
    width: 69.9%;
    padding: 20px 40px 40px 40px;
  }
}

.scrollsection {
  padding: 18px 25px;
  border-left-width: 10px;
  border-left-style: solid;
}
@media (min-width: 1100px) {
  .scrollsection {
    padding: 0 10px;
    border-left: none;
  }
}

.scrollsection__heading {
  margin-top: 0;
  padding-bottom: 5px;
  position: relative;
}
.scrollsection__heading::before {
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  right: 8px;
  top: 21%;
  background: url(/images/home/top-arrow.gif) no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s;
}
@media (min-width: 1100px) {
  .scrollsection__heading::before {
    display: none;
  }
}
.scrollsection.open .scrollsection__heading::before {
  transform: rotate(0);
}

.scrollsection__content {
  transition: max-height 0.3s;
  max-height: 0;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .scrollsection__content {
    max-height: 999px;
  }
}
.open .scrollsection__content {
  max-height: 999px;
}

html {
  scroll-padding: 300px;
}

h3 {
  color: #c61e3f;
  font-family: "atrament-web";
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0 10px 0;
}

.section-content li {
  list-style-type: disc;
  list-style-image: url(/images/guide/pink-arrow.gif);
  line-height: 20px;
  padding: 3px 0;
}

@media screen and (min-width: 1400px) {
  #sidebar {
    width: 25%;
  }

  #guide-item.fixed {
    width: 25%;
  }

  #text {
    width: 66%;
  }

  #sidebar #guide-item li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1600px) {
  #text {
    width: 50%;
  }
}

/*# sourceMappingURL=guide.css.map */
