/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
  overflow: hidden;
}

.listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.letterCountShow {
  display: block;
}

.ln-letters a {
    border-right: none;
    display: block;
    float: left;
    padding: 2px 6px;
    text-decoration: none;
    margin: 0px 5px;
    color: #FFF;
    border-radius: 18px;
    min-width: 25px;
    text-align: center;
    background-color: #f88379;
    background-image: linear-gradient(to left, rgba(250, 114, 104, 0.5) 0%, rgba(248, 225, 172, 0.5) 50%);

  }

.ln-letters .ln-last {
  border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #f88379;
    background-image: linear-gradient(to left, rgba(250, 114, 104, 0.5) 60%, rgba(248, 225, 172, 0.5) 100%);
}

.ln-letters .ln-disabled {
     color: #FFF;
    background: #ccc;
}

.ln-letter-count {
  color: #336699;
  font-size: .8em;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

/*# sourceMappingURL=listnav.css.map */

#listTwo-nav
{
    max-width: 980px;
    margin: 0px auto 30px;
}
ul#listTwo
{
  list-style: none;
}
ul#listTwo li
{
  padding: 40px 0;

}
ul#listTwo li h1
{
    font-weight: 400;
    font-size: 30px;
    font-family: "LincolnProximaNovaSemibold",sans-serif;

}
ul#listTwo li:nth-child(even)
{
  background: #FFF;
}
ul#listTwo li:nth-child(odd)
{
      background-color: #f88379;
    background-image: linear-gradient(to left, rgba(250, 114, 104, 0.5) 60%, rgba(248, 225, 172, 0.5) 100%);
}
ul#listTwo li.cyan_bg {
    background: #4fb2af;
    line-height: 40px;
    padding: 0px !important;
    margin: 30px 0px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
}
ul#listTwo a.back-to-top
{
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 120%;
  font-weight: bold;
}

ul#listTwo li:nth-child(odd) a.back-to-top {
  color: #FFF;
}
