/* Color Theme
--------------------------------- */
/* Color Scale
--------------------------------- */
/* Other Colors
--------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom color variables 
    Example:

    @color1: #ff00ff;
    @color2: #00ff00;
*/
/* Fonts
--------------------------------- */
/* Sizes
--------------------------------- */
/* Logo
---------------------------------- */
/* DO NOT DELETE THIS FILE */
/* 
    Write your own custom variables 
    Example:

    @font-size: 18px;
    @font-family: Arial, sans-serif;
*/
/* Class Functions
----------------------------------------- */
.related-pages {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 45px;
  background: #f1f1f1;
  padding-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}
.related-pages h2 {
  display: block;
  margin: 0;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: #2F3E46;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.related-pages ul.related-pages-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
}
.related-pages ul.related-pages-list > li {
  display: block;
  position: relative;
  list-style: none;
  padding: 10px 20px;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.related-pages ul.related-pages-list > li > a {
  font-size: 1.1em;
  display: block;
  line-height: 30px;
  height: 30px;
}
