#colophon{
  background-color : #ffffff;
}

#content{
  min-height : 50px;
}

#masthead {
}

#masthead-inner {
}

#page{
  font-size : 1.6rem;
}

#sidebar1 > nav{
  margin-bottom : 40px;
}

#sidebar2 > nav{
  margin-bottom : 40px;
}

*{
  box-sizing : border-box;
  
}

.screen-reader-text{
  display : none;
}

.sp-block-container{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-block-container > h1{
  font-size : 2.4rem;
}

.sp-block-container > h2{
  font-size : 1.8rem;
}

.sp-block-container > h3{
  font-size : 1.5rem;
}

.sp-block-container > h4{
  font-size : 1.4rem;
}

.sp-block-container > h5{
  font-size : 1.3rem;
}

.sp-block-container > h6{
  font-size : 1.1rem;
}

.sp-block-container > hr{
  border-bottom-color : initial;
  color : #e2e2e2;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #e2e2e2;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.sp-block-container > p{
  font-size : 1.3rem;
  line-height : 1.5;
  text-align : justify;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
  text-justify : inter-ideograph;
}

.sp-block-container > p.indent{
  padding-left : 1em;
}

.sp-block-container > p.large{
  font-size : 1.2em;
}

.sp-bread-crumb div{
  padding-bottom : 10px;
  margin-top : 10px;
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

.sp-button{
  width : 122px;
}

.sp-button a{
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #f0f0f0;
  border-left-color : #f0f0f0;
  border-right-color : #f0f0f0;
  border-bottom-color : #f0f0f0;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  height : 100%;
  display : block;
  box-sizing : border-box;
}

.sp-button a:hover{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-column.accordion > .column-label h3::after{
  border-top-width : 5px;
  border-left-width : 6px;
  border-right-width : 6px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-top-color : rgba(255, 255, 255, 0.45);
  border-left-color : transparent;
  border-right-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column.toggled-on > .column-label h3::after{
  display : none;
}

.sp-column.toggled-on > .column-label h3::before{
  border-left-width : 6px;
  border-right-width : 6px;
  border-bottom-width : 5px;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-left-color : transparent;
  border-right-color : transparent;
  border-bottom-color : rgba(255, 255, 255, 0.45);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  top : 0.5em;
  right : 0px;
  content : "";
}

.sp-column > .column-body{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.sp-definition-list > dd{
  margin-left : 94px;
  margin-bottom : 25px;
}

.sp-definition-list > dt{
  padding-top : 5px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
}

.sp-form input{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}

.sp-form input[type="date"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form input[type="radio"]{
  vertical-align : middle;
  width : 20px;
}

.sp-form input[type="submit"]{
  font-size : 1.4rem;
  color : #555555;
  background-color : #dcdada;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  margin-top : 15px;
  width : auto;
  min-width : 100px;
  float : right;
  position : relative;
  cursor : pointer;
}

.sp-form input[type="text"]{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
}

.sp-form table{
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  width : 100%;
  border-collapse : collapse;
  border-spacing : 0px 0px;
}

.sp-form td{
  color : #000000;
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
}

.sp-form textarea{
  font-size : 1.4rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  width : 90%;
  height : 150px;
}

.sp-form th{
  font-weight : normal;
  color : #000000;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 5px;
  padding-left : 18px;
  padding-right : 18px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #000000;
  border-bottom-color : #000000;
  width : auto;
  min-width : 50px;
}

.sp-google-map{
  background-position : center center;
  margin-top : 20px;
  max-width : 100%;
  word-wrap : normal;
}

.sp-google-map img{
  max-width : none !important;
}

.sp-html-src{
  margin-top : 20px;
}

.sp-html-src > iframe{
  display : block;
}

.sp-item-gallery.grid > ul > li{
  overflow : hidden;
}

.sp-item-gallery.masonry > ul > li{
  height : auto !important;
}

.sp-item-gallery > ul > li > div img.item-gallery-thumbnail{
  max-width : 100%;
}

.sp-list{
  padding-right : 1em;
  margin-bottom : 1.5em;
  list-style-position : inside;
}

.sp-list > li{
  text-align : justify;
  padding-top : 6px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-justify : inter-ideograph;
}

.sp-page-title > h1{
  font-size : 1.8rem;
  font-weight : bold;
}

.sp-part-top{
  display : block;
  position : relative;
  box-sizing : border-box;
}

.sp-part-top:not(table)::after{
  clear : both;
  display : table;
  content : "";
}

.sp-site-branding2 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #929292;
}

.sp-site-navigation{
  color : black;
  background-color : white;
}

.sp-site-navigation .menu-toggle{
  display : none;
  cursor : pointer;
}

.sp-site-navigation.vertical{
  font-size : 1.3rem;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
  width : 100%;
}

.sp-site-navigation.vertical ul{
  line-height : 30px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

.sp-site-navigation.vertical ul li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current-menu-item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_ancestor > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li.current_page_item > a{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a{
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  display : block;
}

.sp-site-navigation.vertical ul li > a:active{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul li > a:hover{
  color : #ffffff;
  background-color : rgba(0, 0, 0, 0.3);
}

.sp-site-navigation.vertical ul ul li > a{
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

.sp-site-navigation.vertical > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  width : 100%;
}

.sp-site-navigation.vertical > ul > li:hover > ul{
  display : block;
}

.sp-sns-button > ul > li > iframe[src*="mixi"][src*="show_faces=false"]{
  max-width : 58px;
}

.sp-sns-button > ul > li > iframe[src*="mixi"][src*="show_faces=true"]{
  max-width : 100%;
}

.sp-table{
  margin-top : 5px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-top-color : #d8d8d8;
  border-left-color : #d8d8d8;
  width : 100%;
  display : table;
  border-collapse : collapse;
}

.sp-table > * > tr > td{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th{
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : #d8d8d8;
  border-bottom-color : #d8d8d8;
}

.sp-table > * > tr > th.col-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-table > * > tr > th.row-title{
  background-color : rgba(0, 0, 0, 0.0625);
}

.sp-wp-post-list{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 2em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 2em;
}

.sp-wp-post-list .navigation-post{
  margin-top : 0.67em;
}

.sp-wp-post-list .navigation-post .nav-next{
  margin-right : 10px;
  float : right;
}

.sp-wp-post-list .navigation-post .nav-previous{
  margin-left : 10px;
  float : left;
}

.sp-wp-post-list .navigation-post::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list .navigation-post > h1{
  display : none;
}

.sp-wp-post-list > article{
  margin-top : 0.67em;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.67em;
}

.sp-wp-post-list > h3{
  background-color : #f4f4f4;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

.sp-yahoo-map{
  background-position : center center;
  margin-top : 20px;
}

a{
  color : #256eff;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:focus{
  color : #256eff;
  text-decoration : none;
}

a:hover{
  color : #256eff;
  text-decoration : none;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.3;
  color : #000000;
  background-color : #f3f8fa;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

dl{
  margin-top : 0px;
  box-sizing : border-box;
}

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

h1{
  margin-top : 0px;
  box-sizing : border-box;
}

h2{
  margin-top : 0px;
  box-sizing : border-box;
}

h3{
  margin-top : 0px;
  box-sizing : border-box;
}

h4{
  margin-top : 0px;
  box-sizing : border-box;
}

h5{
  margin-top : 0px;
  box-sizing : border-box;
}

h6{
  margin-top : 0px;
  box-sizing : border-box;
}

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

nav{
  display : block;
  box-sizing : border-box;
}

ol{
  margin-top : 0px;
  box-sizing : border-box;
}

p{
  margin-top : 0px;
  box-sizing : border-box;
}

section{
  display : block;
}

summary{
  display : block;
}

table{
  margin-top : 0px;
  box-sizing : border-box;
}

ul{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  box-sizing : border-box;
}

@media not screen, screen and (min-width: 569px) {

  #colophon-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #colophon > #colophon-inner > .sp-site-navigation{
    padding-top : 17px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 17px;
    margin-left : -100%;
    margin-right : -100%;
  }

  #contenthead{
    margin-bottom : 53px;
  }

  #contenthead > a{
    margin-left : -60px;
    margin-right : -60px;
  }

  #main{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #masthead{
    margin-bottom : 0px;
    min-height : 100px;
  }

  #masthead nav{
    padding-top : 29px;
    max-width : 740px;
    float : right;
  }

  #masthead-inner{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    box-sizing : content-box;
  }

  #page{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    overflow : hidden;
  }

  .sp-google-map{
    width : 400px;
    min-height : 300px;
  }

  .sp-html-src {
  }

  .sp-html-src > iframe{
    margin-left : auto;
    margin-right : auto;
  }

  .sp-site-branding2{
    padding-top : 20px;
  }

  .sp-site-branding2 .extra{
    width : 50%;
    position : absolute;
    bottom : 0px;
    right : 0px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1.3rem;
    color : #929292;
    text-align : right;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  .sp-site-branding2 .extra > p.indent{
    padding-left : 1em;
  }

  .sp-site-branding2 .extra > p.large{
    font-size : 1.5rem;
  }

  .sp-site-branding2 .site-description{
    text-align : right;
    width : 100%;
    height : auto;
    position : absolute;
    top : 15px;
  }

  .sp-site-branding2 .site-title{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    height : 66px;
    float : left;
  }

  .sp-site-branding2 .site-title a{
    height : 100%;
    display : block;
  }

  .sp-site-navigation.horizontal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    text-decoration : none;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #3c3f53;
    width : 100%;
    white-space : nowrap;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    padding-top : 5px;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 5px;
    display : block;
  }

  .sp-site-navigation.horizontal > ul::after{
    clear : both;
    display : table;
    content : "";
  }

  .sp-site-navigation.horizontal > ul > li{
    float : left;
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover{
    position : relative;
  }

  .sp-site-navigation.horizontal > ul > li:hover > ul{
    display : block;
  }

  .sp-site-navigation.horizontal > ul > li > a{
    padding-top : 0.5em;
    padding-left : 2em;
    padding-right : 2em;
    padding-bottom : 0.5em;
    display : block;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li:last-child{
    margin-right : 0px;
  }

  .sp-site-navigation.minimal ul li > a:active{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-site-navigation.minimal > ul li{
    margin-right : 10px;
    display : inline;
  }

  .sp-site-navigation.minimal > ul ul{
    margin-left : 10px;
    display : inline;
  }

  .sp-yahoo-map{
    width : 400px;
    min-height : 300px;
  }

  body{
    min-width : 1000px;
  }

  body:not(.home) #contenthead{
    margin-bottom : 10px;
  }
}

@media not screen, screen and (min-width: 569px) {

  #content{
    width : 100%;
    float : left;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    width : 670px;
  }

  #primary{
    width : 100%;
  }

  #sidebar2{
    width : 280px;
    float : right;
  }
}

@media screen and (max-width: 568px) {

  #contenthead{
    margin-bottom : 14px;
  }

  #contenthead > a{
    padding-top : 10px;
  }

  #main-inner{
    padding-left : 20px;
    padding-right : 20px;
  }

  #masthead{
    min-height : 63px;
  }

  #sidebar1{
    padding-left : 20px;
    padding-right : 20px;
  }

  #sidebar2{
    padding-left : 20px;
    padding-right : 20px;
  }

  *{
    box-sizing : border-box;
  }

  .sp-block-container{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 5px;
    padding-bottom : 0px;
  }

  .sp-bread-crumb{
    padding-left : 10px;
    padding-right : 10px;
  }

  .sp-definition-list > dd{
    margin-left : 20px;
  }

  .sp-form input{
    width : 90%;
  }

  .sp-form input[type="submit"] {
  }

  .sp-form table{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : #d8d8d8;
  }

  .sp-form td{
    width : auto;
    display : block;
  }

  .sp-form textarea{
    width : 90%;
  }

  .sp-form th{
    width : auto;
    display : block;
  }

  .sp-google-map{
    padding-bottom : 56.25%;
    width : auto !important;
    height : 0px;
    min-height : 300px;
    position : relative;
    overflow : hidden;
  }

  .sp-google-map iframe{
    width : 100%;
    height : 100%;
    position : absolute;
    top : 0px;
    left : 0px;
  }

  .sp-html-src {
  }

  .sp-html-src > .video{
    padding-bottom : 56.25%;
    margin-top : 20px;
    width : auto !important;
    height : 0px;
    position : relative;
    overflow : hidden;
  }

  .sp-html-src > .video > iframe{
    width : 100% !important;
    height : 100% !important;
    position : absolute;
    top : 0px;
    left : 0px;
  }

  .sp-html-src > .youtube{
    padding-bottom : 56.25%;
    margin-top : 20px;
    width : auto !important;
    height : 0px;
    position : relative;
    overflow : hidden;
  }

  .sp-html-src > .youtube > iframe{
    width : 100% !important;
    height : 100% !important;
    position : absolute;
    top : 0px;
    left : 0px;
  }

  .sp-html-src > iframe{
    width : 100%;
  }

  .sp-image{
    max-width : 100%;
    height : auto;
  }

  .sp-site-branding2 .extra{
    padding-top : 5px;
  }

  .sp-site-branding2 .extra > p{
    font-size : 1rem;
    color : #929292;
    text-align : left;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 100%;
  }

  .sp-site-branding2 .site-description{
    text-align : center;
  }

  .sp-site-branding2 .site-title{
    text-align : center;
  }

  .sp-site-navigation .menu-toggle{
    background-color : rgba(0, 0, 0, 0.3);
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    cursor : pointer;
  }

  .sp-site-navigation ul{
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.button-menu .menu-toggle{
    display : block;
  }

  .sp-site-navigation.button-menu ul ul{
    display : block;
  }

  .sp-site-navigation.button-menu ul.toggled-on{
    display : block;
  }

  .sp-site-navigation.button-menu > ul{
    display : none;
  }

  .sp-site-navigation.horizontal{
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  .sp-site-navigation.horizontal ul{
    background-color : #ffffff;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    width : auto;
    height : auto;
  }

  .sp-site-navigation.horizontal ul li{
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  .sp-site-navigation.horizontal ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current-menu-item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li.current_page_item > a{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  .sp-site-navigation.horizontal ul li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
  }

  .sp-site-navigation.horizontal ul ul{
    border-bottom-color : initial;
    background-color : transparent;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : block;
    position : relative;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

  .sp-site-navigation.horizontal ul ul li{
    border-bottom-color : initial;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.horizontal ul ul li > a{
    border-bottom-color : initial;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  .sp-site-navigation.minimal{
    text-align : center;
    margin-bottom : 20px;
  }

  .sp-site-navigation.minimal ul{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    list-style-type : none;
    list-style-position : outside;
  }

  .sp-site-navigation.minimal ul li{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a{
    display : block;
  }

  .sp-site-navigation.minimal ul li > a:hover{
    text-decoration : underline;
  }

  .sp-table{
    display : block;
    overflow-x : auto;
  }

  .sp-yahoo-map{
    padding-bottom : 56.25%;
    width : auto !important;
    height : 0px;
    min-height : 300px;
    position : relative;
    overflow : hidden;
  }

  .sp-yahoo-map iframe{
    width : 100%;
    height : 100%;
    position : absolute;
    top : 0px;
    left : 0px;
  }

  embed{
    max-width : 100%;
  }
}

#sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-113, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-120, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-166, #sp-image-167, #sp-image-168, #sp-image-169, #sp-image-17, #sp-image-170, #sp-image-171, #sp-image-172, #sp-image-173, #sp-image-174, #sp-image-175, #sp-image-176, #sp-image-177, #sp-image-178, #sp-image-179, #sp-image-18, #sp-image-180, #sp-image-181, #sp-image-182, #sp-image-183, #sp-image-184, #sp-image-185, #sp-image-186, #sp-image-187, #sp-image-188, #sp-image-189, #sp-image-19, #sp-image-190, #sp-image-191, #sp-image-192, #sp-image-193, #sp-image-194, #sp-image-195, #sp-image-196, #sp-image-197, #sp-image-198, #sp-image-199, #sp-image-20, #sp-image-200, #sp-image-201, #sp-image-202, #sp-image-203, #sp-image-204, #sp-image-205, #sp-image-206, #sp-image-207, #sp-image-208, #sp-image-209, #sp-image-21, #sp-image-210, #sp-image-211, #sp-image-212, #sp-image-213, #sp-image-214, #sp-image-215, #sp-image-216, #sp-image-217, #sp-image-218, #sp-image-219, #sp-image-22, #sp-image-220, #sp-image-221, #sp-image-222, #sp-image-223, #sp-image-224, #sp-image-225, #sp-image-226, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-image-5{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-image-3{
  text-decoration : none;
  border-top-left-radius : 50% 50%;
  border-top-right-radius : 50% 50%;
  border-bottom-right-radius : 50% 50%;
  border-bottom-left-radius : 50% 50%;
  max-width : 100%;
  position : relative;
}

#sp-site-branding2-1{
  padding-top : 0px;
}

#sp-site-branding2-1 .extra{
  display : none;
}

#sp-site-branding2-1 .site-description{
  display : none;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  overflow : hidden;
}

#sp-site-branding2-1 .site-title a{
  text-indent : -9999px;
  width : 100%;
  height : 100%;
  display : block;
}

@media not screen, screen and (min-width: 569px) {

  #sp-site-branding2-1{
    padding-top : 40px;
    float : left;
  }

  #sp-site-branding2-1 .site-title{
    background-size : 230px 24px;
    margin-top : 0px;
    width : 230px;
    height : 24px;
  }
}

@media screen and (max-width: 568px) {

  #sp-site-branding2-1{
    padding-top : 27px;
  }

  #sp-site-branding2-1 .site-title{
    background-size : 182px 19px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    width : 182px;
    height : 19px;
  }
}

#sp-site-navigation-1{
  background-color : transparent;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  background-color : transparent;
}

#sp-site-navigation-1 > ul > li > a:hover{
  background-color : transparent;
}

@media not screen, screen and (min-width: 569px) {

  #sp-site-navigation-1> ul {
  }

  #sp-site-navigation-1 > ul ul{
    background-color : #eeddb6;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : #eeddb6;
    border-left-color : #eeddb6;
    border-right-color : #eeddb6;
    border-bottom-color : #eeddb6;
    border-top-left-radius : 15px 15px;
    border-top-right-radius : 15px 15px;
    border-bottom-right-radius : 15px 15px;
    border-bottom-left-radius : 15px 15px;
  }

  #sp-site-navigation-1 > ul ul ul{
    border-top-left-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
    top : 0px;
    left : 100%;
  }

  #sp-site-navigation-1 > ul > li{
    text-align : center;
    padding-top : 7px;
    padding-bottom : 7px;
  }

  #sp-site-navigation-1 > ul > li li{
    border-bottom-style : none;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li li li:nth-last-of-type(1) > a{
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li li li:nth-of-type(1) > a{
    border-top-left-radius : 0px 0px;
  }

  #sp-site-navigation-1 > ul > li li.current_page_item:nth-last-of-type(1) a{
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
    border-bottom-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li.current_page_item:nth-of-type(1) > a{
    border-top-color : #f9c54f;
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li.current_page_item > a{
    color : #ffffff;
    background-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li:hover > ul{
    display : block;
  }

  #sp-site-navigation-1 > ul > li li:nth-last-of-type(1) a:hover{
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
    border-bottom-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li:nth-last-of-type(1) > a{
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
    border-bottom-right-radius : 15px 15px;
    border-bottom-left-radius : 15px 15px;
  }

  #sp-site-navigation-1 > ul > li li:nth-of-type(1) > a{
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top-left-radius : 15px 15px;
    border-top-right-radius : 15px 15px;
  }

  #sp-site-navigation-1 > ul > li li:nth-of-type(1) > a:hover{
    border-top-color : #f9c54f;
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li > a{
    font-size : 1.2rem;
    line-height : 1;
    color : #000000;
    padding-top : 15px;
    padding-left : 13px;
    padding-right : 13px;
    padding-bottom : 15px;
  }

  #sp-site-navigation-1 > ul > li li > a:hover{
    color : #ffffff;
    background-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #ffffff;
    background-color : #f9c54f;
    border-top-color : #f9c54f;
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
    border-bottom-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li > a{
    font-size : 1.4rem;
    font-weight : bold;
    line-height : 1;
    color : #000000;
    padding-top : 7px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 7px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
    border-top-left-radius : 15px 15px;
    border-top-right-radius : 15px 15px;
    border-bottom-right-radius : 15px 15px;
    border-bottom-left-radius : 15px 15px;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #ffffff;
    background-color : #f9c54f;
    border-top-color : #f9c54f;
    border-left-color : #f9c54f;
    border-right-color : #f9c54f;
    border-bottom-color : #f9c54f;
  }
}

@media screen and (max-width: 568px) {

  #sp-site-navigation-1{
    margin-top : 0px;
    border-top-style : none;
    border-bottom-style : none;
  }

  .button-menu#sp-site-navigation-1 > .menu-toggle{
    font-size : 1.3rem;
    background-color : #f9c54f;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 71px 19px;
    text-indent : -9999px;
    padding-top : 13px;
    padding-bottom : 12px;
    margin-bottom : 1px;
  }

  #sp-site-navigation-1 > ul{
    clear : both;
  }

  #sp-site-navigation-1 > ul > li{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : transparent;
  }

  #sp-site-navigation-1 > ul > li li{
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : transparent;
  }

  #sp-site-navigation-1 > ul > li li.current_page_item > a{
    color : #ffffff;
    background-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li li > a{
    font-size : 1.2rem;
    font-weight : bold;
    line-height : 1;
    color : #000000;
    background-color : #eeddb6;
    text-decoration : none;
    text-align : center;
    padding-top : 14px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 14px;
  }

  #sp-site-navigation-1 > ul > li li > a::after{
    margin-left : 20px;
    border-top-width : 5px;
    border-left-width : 6px;
    border-right-width : 0px;
    border-bottom-width : 5px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : transparent;
    border-left-color : #f9c54f;
    border-right-color : transparent;
    border-bottom-color : transparent;
    width : 0px;
    height : 0px;
    display : inline-block;
    content : '';
  }

  #sp-site-navigation-1 > ul > li li > a:hover{
    color : #ffffff;
    background-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #ffffff;
    background-color : #f9c54f;
  }

  #sp-site-navigation-1 > ul > li:nth-of-type(1){
    border-top-style : none;
  }

  #sp-site-navigation-1 > ul > li > a{
    font-size : 1.2rem;
    font-weight : bold;
    line-height : 1;
    color : #000000;
    background-color : #eeddb6;
    text-decoration : none;
    text-align : center;
    padding-top : 14px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 14px;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #ffffff;
    background-color : #f9c54f;
  }
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5{
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : dotted;
  border-bottom-color : rgba(17, 17, 17, 0.6);
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #111111;
  background-image : url(img/icon-headline.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : 32px 32px;
  padding-left : 42px;
  margin-bottom : 0px;
  overflow : hidden;
}

@media screen and (max-width: 568px) {

  #sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5{
    padding-left : 20px;
    padding-right : 20px;
    margin-left : -20px;
    margin-right : -20px;
  }
}

.page-toppage#content #page-content > .large{
  font-size : 1.2em;
}

.page-toppage#content #page-content > .medium{
  font-size : 1em;
}

.page-toppage#content #page-content > .small{
  font-size : 0.9em;
}

.page-toppage#content #page-content > .x-large{
  font-size : 1.5em;
}

.page-toppage#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-toppage#content #page-content > .xx-large{
  font-size : 2em;
}

.page-toppage#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-toppage#content #page-content > em{
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

.page-toppage#content #page-content > h1{
  color : #000000;
}

.page-toppage#content #page-content > h2{
  color : #000000;
}

.page-toppage#content #page-content > h3{
  color : #000000;
}

.page-toppage#content #page-content > h4{
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-toppage#content #page-content > h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

.page-toppage#content #page-content > h6{
  font-size : 1em;
  color : #000000;
}

.page-toppage#content #page-content > p{
  line-height : 1.4;
  color : #515151;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

.page-toppage#content #page-content > p.indent{
  padding-left : 10px;
}

.page-toppage#content #page-content > strong{
  font-weight : bold;
  color : #515151;
}

#breadcrumb-list{
  font-size : 1.1rem;
  margin-top : 12px;
  margin-bottom : 12px;
}

#breadcrumb-list > div{
  color : #000000;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-right : 5px;
  float : left;
  display : block;
}

#breadcrumb-list > div > a{
  color : #000000;
  text-decoration : none;
}

#breadcrumb-list > div > a:hover{
  color : #000000;
  text-decoration : underline;
}

.sp-wp-post-list#sp-entry-content-1, .sp-wp-post-list#sp-entry-content-10, .sp-wp-post-list#sp-entry-content-100, .sp-wp-post-list#sp-entry-content-101, .sp-wp-post-list#sp-entry-content-102, .sp-wp-post-list#sp-entry-content-103, .sp-wp-post-list#sp-entry-content-104, .sp-wp-post-list#sp-entry-content-105, .sp-wp-post-list#sp-entry-content-106, .sp-wp-post-list#sp-entry-content-107, .sp-wp-post-list#sp-entry-content-108, .sp-wp-post-list#sp-entry-content-109, .sp-wp-post-list#sp-entry-content-11, .sp-wp-post-list#sp-entry-content-110, .sp-wp-post-list#sp-entry-content-111, .sp-wp-post-list#sp-entry-content-112, .sp-wp-post-list#sp-entry-content-113, .sp-wp-post-list#sp-entry-content-114, .sp-wp-post-list#sp-entry-content-115, .sp-wp-post-list#sp-entry-content-116, .sp-wp-post-list#sp-entry-content-117, .sp-wp-post-list#sp-entry-content-118, .sp-wp-post-list#sp-entry-content-119, .sp-wp-post-list#sp-entry-content-12, .sp-wp-post-list#sp-entry-content-120, .sp-wp-post-list#sp-entry-content-121, .sp-wp-post-list#sp-entry-content-122, .sp-wp-post-list#sp-entry-content-123, .sp-wp-post-list#sp-entry-content-124, .sp-wp-post-list#sp-entry-content-125, .sp-wp-post-list#sp-entry-content-126, .sp-wp-post-list#sp-entry-content-127, .sp-wp-post-list#sp-entry-content-128, .sp-wp-post-list#sp-entry-content-129, .sp-wp-post-list#sp-entry-content-13, .sp-wp-post-list#sp-entry-content-130, .sp-wp-post-list#sp-entry-content-131, .sp-wp-post-list#sp-entry-content-132, .sp-wp-post-list#sp-entry-content-133, .sp-wp-post-list#sp-entry-content-134, .sp-wp-post-list#sp-entry-content-135, .sp-wp-post-list#sp-entry-content-136, .sp-wp-post-list#sp-entry-content-137, .sp-wp-post-list#sp-entry-content-138, .sp-wp-post-list#sp-entry-content-139, .sp-wp-post-list#sp-entry-content-14, .sp-wp-post-list#sp-entry-content-140, .sp-wp-post-list#sp-entry-content-141, .sp-wp-post-list#sp-entry-content-142, .sp-wp-post-list#sp-entry-content-143, .sp-wp-post-list#sp-entry-content-144, .sp-wp-post-list#sp-entry-content-145, .sp-wp-post-list#sp-entry-content-146, .sp-wp-post-list#sp-entry-content-147, .sp-wp-post-list#sp-entry-content-148, .sp-wp-post-list#sp-entry-content-149, .sp-wp-post-list#sp-entry-content-15, .sp-wp-post-list#sp-entry-content-150, .sp-wp-post-list#sp-entry-content-151, .sp-wp-post-list#sp-entry-content-152, .sp-wp-post-list#sp-entry-content-153, .sp-wp-post-list#sp-entry-content-154, .sp-wp-post-list#sp-entry-content-155, .sp-wp-post-list#sp-entry-content-156, .sp-wp-post-list#sp-entry-content-157, .sp-wp-post-list#sp-entry-content-158, .sp-wp-post-list#sp-entry-content-159, .sp-wp-post-list#sp-entry-content-16, .sp-wp-post-list#sp-entry-content-160, .sp-wp-post-list#sp-entry-content-161, .sp-wp-post-list#sp-entry-content-162, .sp-wp-post-list#sp-entry-content-163, .sp-wp-post-list#sp-entry-content-164, .sp-wp-post-list#sp-entry-content-165, .sp-wp-post-list#sp-entry-content-166, .sp-wp-post-list#sp-entry-content-167, .sp-wp-post-list#sp-entry-content-168, .sp-wp-post-list#sp-entry-content-169, .sp-wp-post-list#sp-entry-content-17, .sp-wp-post-list#sp-entry-content-170, .sp-wp-post-list#sp-entry-content-171, .sp-wp-post-list#sp-entry-content-172, .sp-wp-post-list#sp-entry-content-173, .sp-wp-post-list#sp-entry-content-174, .sp-wp-post-list#sp-entry-content-175, .sp-wp-post-list#sp-entry-content-176, .sp-wp-post-list#sp-entry-content-177, .sp-wp-post-list#sp-entry-content-178, .sp-wp-post-list#sp-entry-content-179, .sp-wp-post-list#sp-entry-content-18, .sp-wp-post-list#sp-entry-content-180, .sp-wp-post-list#sp-entry-content-181, .sp-wp-post-list#sp-entry-content-182, .sp-wp-post-list#sp-entry-content-183, .sp-wp-post-list#sp-entry-content-184, .sp-wp-post-list#sp-entry-content-185, .sp-wp-post-list#sp-entry-content-186, .sp-wp-post-list#sp-entry-content-187, .sp-wp-post-list#sp-entry-content-188, .sp-wp-post-list#sp-entry-content-189, .sp-wp-post-list#sp-entry-content-19, .sp-wp-post-list#sp-entry-content-190, .sp-wp-post-list#sp-entry-content-191, .sp-wp-post-list#sp-entry-content-2, .sp-wp-post-list#sp-entry-content-20, .sp-wp-post-list#sp-entry-content-21, .sp-wp-post-list#sp-entry-content-22, .sp-wp-post-list#sp-entry-content-23, .sp-wp-post-list#sp-entry-content-24, .sp-wp-post-list#sp-entry-content-25, .sp-wp-post-list#sp-entry-content-26, .sp-wp-post-list#sp-entry-content-27, .sp-wp-post-list#sp-entry-content-28, .sp-wp-post-list#sp-entry-content-29, .sp-wp-post-list#sp-entry-content-3, .sp-wp-post-list#sp-entry-content-30, .sp-wp-post-list#sp-entry-content-31, .sp-wp-post-list#sp-entry-content-32, .sp-wp-post-list#sp-entry-content-33, .sp-wp-post-list#sp-entry-content-34, .sp-wp-post-list#sp-entry-content-35, .sp-wp-post-list#sp-entry-content-36, .sp-wp-post-list#sp-entry-content-37, .sp-wp-post-list#sp-entry-content-38, .sp-wp-post-list#sp-entry-content-39, .sp-wp-post-list#sp-entry-content-4, .sp-wp-post-list#sp-entry-content-40, .sp-wp-post-list#sp-entry-content-41, .sp-wp-post-list#sp-entry-content-42, .sp-wp-post-list#sp-entry-content-43, .sp-wp-post-list#sp-entry-content-44, .sp-wp-post-list#sp-entry-content-45, .sp-wp-post-list#sp-entry-content-46, .sp-wp-post-list#sp-entry-content-47, .sp-wp-post-list#sp-entry-content-48, .sp-wp-post-list#sp-entry-content-49, .sp-wp-post-list#sp-entry-content-5, .sp-wp-post-list#sp-entry-content-50, .sp-wp-post-list#sp-entry-content-51, .sp-wp-post-list#sp-entry-content-52, .sp-wp-post-list#sp-entry-content-53, .sp-wp-post-list#sp-entry-content-54, .sp-wp-post-list#sp-entry-content-55, .sp-wp-post-list#sp-entry-content-56, .sp-wp-post-list#sp-entry-content-57, .sp-wp-post-list#sp-entry-content-58, .sp-wp-post-list#sp-entry-content-59, .sp-wp-post-list#sp-entry-content-6, .sp-wp-post-list#sp-entry-content-60, .sp-wp-post-list#sp-entry-content-61, .sp-wp-post-list#sp-entry-content-62, .sp-wp-post-list#sp-entry-content-63, .sp-wp-post-list#sp-entry-content-64, .sp-wp-post-list#sp-entry-content-65, .sp-wp-post-list#sp-entry-content-66, .sp-wp-post-list#sp-entry-content-67, .sp-wp-post-list#sp-entry-content-68, .sp-wp-post-list#sp-entry-content-69, .sp-wp-post-list#sp-entry-content-7, .sp-wp-post-list#sp-entry-content-70, .sp-wp-post-list#sp-entry-content-71, .sp-wp-post-list#sp-entry-content-72, .sp-wp-post-list#sp-entry-content-73, .sp-wp-post-list#sp-entry-content-74, .sp-wp-post-list#sp-entry-content-75, .sp-wp-post-list#sp-entry-content-76, .sp-wp-post-list#sp-entry-content-77, .sp-wp-post-list#sp-entry-content-78, .sp-wp-post-list#sp-entry-content-79, .sp-wp-post-list#sp-entry-content-8, .sp-wp-post-list#sp-entry-content-80, .sp-wp-post-list#sp-entry-content-81, .sp-wp-post-list#sp-entry-content-82, .sp-wp-post-list#sp-entry-content-83, .sp-wp-post-list#sp-entry-content-84, .sp-wp-post-list#sp-entry-content-85, .sp-wp-post-list#sp-entry-content-86, .sp-wp-post-list#sp-entry-content-87, .sp-wp-post-list#sp-entry-content-88, .sp-wp-post-list#sp-entry-content-89, .sp-wp-post-list#sp-entry-content-9, .sp-wp-post-list#sp-entry-content-90, .sp-wp-post-list#sp-entry-content-91, .sp-wp-post-list#sp-entry-content-92, .sp-wp-post-list#sp-entry-content-93, .sp-wp-post-list#sp-entry-content-94, .sp-wp-post-list#sp-entry-content-95, .sp-wp-post-list#sp-entry-content-96, .sp-wp-post-list#sp-entry-content-97, .sp-wp-post-list#sp-entry-content-98, .sp-wp-post-list#sp-entry-content-99, .sp-wp-post-list#sp-wp-post-list-1, .sp-wp-post-list#sp-wp-post-list-2, .sp-wp-post-list#sp-wp-post-list-3, .sp-wp-post-list#sp-wp-post-list-4, .sp-wp-post-list#sp-wp-post-list-5, .sp-wp-post-list#sp-wp-post-list-6, .sp-wp-post-list#sp-wp-post-list-7, .sp-wp-post-list#sp-wp-post-list-8{
  margin-top : 20px;
  margin-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-10 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-100 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-101 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-102 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-103 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-104 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-105 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-106 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-107 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-108 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-109 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-11 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-110 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-111 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-112 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-113 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-114 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-115 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-116 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-117 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-118 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-119 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-12 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-120 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-121 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-122 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-123 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-124 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-125 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-126 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-127 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-128 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-129 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-13 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-130 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-131 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-132 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-133 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-134 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-135 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-136 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-137 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-138 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-139 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-14 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-140 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-141 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-142 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-143 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-144 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-145 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-146 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-147 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-148 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-149 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-15 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-150 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-151 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-152 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-153 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-154 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-155 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-156 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-157 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-158 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-159 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-16 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-160 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-161 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-162 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-163 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-164 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-165 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-166 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-167 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-168 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-169 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-17 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-170 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-171 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-172 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-173 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-174 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-175 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-176 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-177 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-178 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-179 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-18 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-180 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-181 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-182 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-183 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-184 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-185 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-186 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-187 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-188 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-189 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-19 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-190 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-191 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-2 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-20 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-21 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-22 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-23 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-24 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-25 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-26 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-27 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-28 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-29 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-3 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-30 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-31 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-32 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-33 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-34 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-35 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-36 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-37 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-38 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-39 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-4 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-40 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-41 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-42 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-43 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-44 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-45 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-46 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-47 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-48 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-49 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-5 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-50 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-51 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-52 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-53 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-54 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-55 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-56 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-57 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-58 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-59 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-6 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-60 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-61 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-62 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-63 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-64 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-65 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-66 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-67 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-68 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-69 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-7 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-70 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-71 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-72 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-73 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-74 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-75 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-76 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-77 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-78 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-79 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-8 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-80 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-81 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-82 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-83 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-84 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-85 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-86 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-87 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-88 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-89 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-9 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-90 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-91 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-92 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-93 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-94 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-95 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-96 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-97 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-98 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-99 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-1 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-2 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-7 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-8 article > header > h1 > a{
  color : #518bff;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-10 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-100 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-101 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-102 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-103 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-104 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-105 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-106 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-107 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-108 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-109 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-11 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-110 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-111 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-112 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-113 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-114 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-115 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-116 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-117 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-118 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-119 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-12 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-120 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-121 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-122 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-123 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-124 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-125 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-126 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-127 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-128 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-129 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-13 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-130 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-131 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-132 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-133 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-134 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-135 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-136 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-137 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-138 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-139 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-14 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-140 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-141 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-142 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-143 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-144 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-145 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-146 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-147 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-148 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-149 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-15 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-150 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-151 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-152 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-153 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-154 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-155 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-156 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-157 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-158 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-159 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-16 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-160 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-161 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-162 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-163 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-164 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-165 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-166 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-167 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-168 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-169 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-17 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-170 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-171 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-172 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-173 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-174 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-175 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-176 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-177 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-178 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-179 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-18 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-180 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-181 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-182 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-183 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-184 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-185 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-186 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-187 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-188 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-189 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-19 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-190 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-191 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-2 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-20 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-21 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-22 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-23 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-24 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-25 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-26 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-27 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-28 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-29 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-3 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-30 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-31 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-32 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-33 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-34 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-35 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-36 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-37 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-38 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-39 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-4 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-40 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-41 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-42 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-43 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-44 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-45 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-46 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-47 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-48 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-49 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-5 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-50 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-51 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-52 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-53 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-54 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-55 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-56 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-57 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-58 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-59 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-6 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-60 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-61 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-62 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-63 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-64 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-65 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-66 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-67 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-68 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-69 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-7 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-70 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-71 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-72 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-73 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-74 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-75 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-76 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-77 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-78 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-79 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-8 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-80 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-81 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-82 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-83 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-84 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-85 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-86 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-87 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-88 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-89 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-9 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-90 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-91 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-92 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-93 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-94 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-95 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-96 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-97 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-98 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-99 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-1 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-2 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-7 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-8 article > header > h1 > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-10 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-100 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-101 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-102 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-103 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-104 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-105 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-106 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-107 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-108 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-109 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-11 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-110 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-111 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-112 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-113 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-114 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-115 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-116 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-117 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-118 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-119 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-12 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-120 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-121 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-122 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-123 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-124 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-125 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-126 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-127 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-128 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-129 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-13 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-130 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-131 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-132 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-133 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-134 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-135 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-136 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-137 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-138 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-139 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-14 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-140 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-141 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-142 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-143 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-144 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-145 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-146 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-147 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-148 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-149 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-15 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-150 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-151 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-152 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-153 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-154 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-155 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-156 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-157 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-158 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-159 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-16 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-160 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-161 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-162 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-163 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-164 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-165 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-166 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-167 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-168 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-169 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-17 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-170 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-171 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-172 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-173 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-174 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-175 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-176 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-177 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-178 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-179 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-18 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-180 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-181 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-182 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-183 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-184 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-185 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-186 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-187 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-188 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-189 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-19 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-190 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-191 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-2 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-20 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-21 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-22 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-23 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-24 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-25 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-26 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-27 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-28 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-29 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-3 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-30 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-31 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-32 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-33 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-34 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-35 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-36 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-37 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-38 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-39 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-4 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-40 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-41 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-42 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-43 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-44 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-45 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-46 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-47 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-48 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-49 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-5 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-50 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-51 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-52 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-53 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-54 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-55 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-56 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-57 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-58 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-59 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-6 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-60 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-61 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-62 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-63 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-64 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-65 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-66 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-67 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-68 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-69 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-7 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-70 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-71 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-72 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-73 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-74 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-75 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-76 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-77 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-78 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-79 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-8 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-80 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-81 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-82 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-83 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-84 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-85 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-86 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-87 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-88 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-89 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-9 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-90 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-91 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-92 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-93 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-94 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-95 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-96 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-97 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-98 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-99 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-1 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-2 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-7 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-8 article > header > h4 > a{
  color : #518bff;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-10 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-100 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-101 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-102 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-103 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-104 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-105 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-106 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-107 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-108 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-109 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-11 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-110 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-111 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-112 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-113 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-114 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-115 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-116 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-117 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-118 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-119 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-12 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-120 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-121 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-122 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-123 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-124 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-125 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-126 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-127 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-128 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-129 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-13 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-130 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-131 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-132 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-133 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-134 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-135 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-136 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-137 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-138 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-139 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-14 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-140 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-141 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-142 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-143 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-144 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-145 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-146 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-147 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-148 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-149 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-15 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-150 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-151 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-152 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-153 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-154 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-155 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-156 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-157 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-158 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-159 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-16 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-160 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-161 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-162 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-163 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-164 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-165 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-166 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-167 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-168 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-169 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-17 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-170 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-171 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-172 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-173 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-174 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-175 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-176 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-177 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-178 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-179 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-18 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-180 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-181 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-182 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-183 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-184 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-185 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-186 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-187 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-188 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-189 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-19 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-190 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-191 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-2 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-20 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-21 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-22 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-23 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-24 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-25 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-26 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-27 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-28 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-29 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-3 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-30 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-31 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-32 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-33 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-34 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-35 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-36 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-37 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-38 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-39 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-4 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-40 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-41 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-42 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-43 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-44 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-45 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-46 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-47 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-48 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-49 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-5 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-50 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-51 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-52 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-53 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-54 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-55 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-56 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-57 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-58 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-59 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-6 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-60 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-61 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-62 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-63 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-64 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-65 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-66 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-67 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-68 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-69 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-7 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-70 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-71 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-72 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-73 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-74 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-75 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-76 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-77 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-78 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-79 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-8 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-80 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-81 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-82 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-83 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-84 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-85 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-86 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-87 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-88 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-89 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-9 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-90 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-91 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-92 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-93 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-94 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-95 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-96 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-97 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-98 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-99 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-1 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-2 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-7 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-8 article > header > h4 > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-100 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-101 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-102 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-103 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-104 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-105 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-106 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-107 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-108 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-109 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-110 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-111 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-112 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-113 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-114 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-115 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-116 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-117 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-118 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-119 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-120 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-121 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-122 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-123 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-124 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-125 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-126 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-127 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-128 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-129 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-130 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-131 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-132 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-133 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-134 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-135 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-136 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-137 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-138 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-139 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-140 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-141 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-142 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-143 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-144 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-145 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-146 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-147 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-148 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-149 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-150 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-151 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-152 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-153 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-154 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-155 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-156 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-157 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-158 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-159 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-160 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-161 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-162 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-163 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-164 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-165 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-166 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-167 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-168 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-169 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-170 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-171 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-172 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-173 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-174 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-175 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-176 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-177 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-178 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-179 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-180 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-181 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-182 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-183 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-184 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-185 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-186 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-187 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-188 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-189 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-190 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-191 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-28 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-29 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-30 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-31 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-32 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-33 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-34 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-35 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-36 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-37 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-38 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-39 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-40 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-41 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-42 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-43 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-44 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-45 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-46 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-47 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-48 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-49 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-50 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-51 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-52 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-53 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-54 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-55 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-56 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-57 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-58 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-59 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-60 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-61 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-62 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-63 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-64 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-65 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-66 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-67 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-68 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-69 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-70 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-71 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-72 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-73 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-74 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-75 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-76 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-77 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-78 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-79 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-80 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-81 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-82 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-83 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-84 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-85 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-86 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-87 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-88 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-89 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-90 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-91 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-92 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-93 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-94 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-95 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-96 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-97 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-98 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-99 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dd{
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-100 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-101 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-102 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-103 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-104 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-105 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-106 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-107 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-108 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-109 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-110 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-111 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-112 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-113 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-114 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-115 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-116 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-117 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-118 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-119 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-120 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-121 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-122 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-123 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-124 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-125 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-126 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-127 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-128 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-129 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-130 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-131 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-132 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-133 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-134 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-135 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-136 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-137 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-138 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-139 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-140 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-141 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-142 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-143 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-144 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-145 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-146 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-147 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-148 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-149 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-150 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-151 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-152 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-153 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-154 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-155 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-156 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-157 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-158 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-159 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-160 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-161 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-162 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-163 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-164 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-165 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-166 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-167 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-168 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-169 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-170 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-171 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-172 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-173 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-174 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-175 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-176 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-177 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-178 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-179 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-180 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-181 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-182 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-183 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-184 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-185 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-186 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-187 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-188 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-189 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-190 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-191 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-28 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-29 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-30 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-31 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-32 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-33 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-34 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-35 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-36 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-37 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-38 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-39 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-40 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-41 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-42 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-43 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-44 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-45 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-46 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-47 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-48 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-49 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-50 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-51 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-52 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-53 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-54 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-55 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-56 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-57 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-58 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-59 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-60 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-61 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-62 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-63 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-64 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-65 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-66 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-67 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-68 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-69 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-70 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-71 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-72 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-73 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-74 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-75 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-76 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-77 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-78 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-79 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-80 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-81 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-82 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-83 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-84 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-85 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-86 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-87 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-88 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-89 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-90 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-91 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-92 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-93 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-94 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-95 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-96 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-97 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-98 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-99 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt{
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : dotted;
  border-bottom-color : rgba(17, 17, 17, 0.6);
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-100 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-101 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-102 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-103 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-104 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-105 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-106 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-107 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-108 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-109 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-110 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-111 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-112 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-113 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-114 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-115 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-116 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-117 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-118 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-119 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-120 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-121 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-122 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-123 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-124 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-125 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-126 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-127 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-128 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-129 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-130 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-131 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-132 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-133 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-134 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-135 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-136 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-137 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-138 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-139 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-140 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-141 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-142 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-143 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-144 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-145 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-146 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-147 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-148 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-149 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-150 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-151 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-152 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-153 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-154 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-155 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-156 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-157 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-158 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-159 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-160 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-161 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-162 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-163 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-164 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-165 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-166 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-167 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-168 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-169 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-170 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-171 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-172 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-173 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-174 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-175 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-176 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-177 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-178 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-179 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-180 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-181 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-182 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-183 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-184 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-185 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-186 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-187 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-188 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-189 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-190 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-191 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-28 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-29 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-30 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-31 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-32 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-33 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-34 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-35 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-36 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-37 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-38 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-39 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-40 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-41 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-42 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-43 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-44 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-45 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-46 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-47 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-48 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-49 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-50 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-51 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-52 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-53 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-54 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-55 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-56 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-57 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-58 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-59 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-60 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-61 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-62 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-63 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-64 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-65 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-66 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-67 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-68 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-69 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-70 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-71 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-72 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-73 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-74 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-75 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-76 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-77 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-78 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-79 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-80 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-81 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-82 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-83 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-84 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-85 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-86 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-87 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-88 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-89 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-90 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-91 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-92 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-93 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-94 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-95 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-96 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-97 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-98 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-99 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt > a{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #518bff;
  text-decoration : none;
  margin-bottom : 14px;
  display : block;
  overflow : hidden;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-100 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-101 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-102 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-103 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-104 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-105 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-106 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-107 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-108 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-109 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-110 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-111 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-112 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-113 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-114 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-115 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-116 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-117 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-118 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-119 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-120 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-121 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-122 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-123 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-124 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-125 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-126 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-127 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-128 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-129 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-130 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-131 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-132 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-133 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-134 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-135 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-136 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-137 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-138 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-139 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-140 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-141 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-142 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-143 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-144 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-145 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-146 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-147 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-148 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-149 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-150 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-151 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-152 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-153 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-154 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-155 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-156 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-157 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-158 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-159 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-160 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-161 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-162 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-163 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-164 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-165 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-166 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-167 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-168 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-169 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-170 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-171 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-172 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-173 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-174 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-175 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-176 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-177 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-178 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-179 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-180 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-181 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-182 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-183 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-184 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-185 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-186 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-187 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-188 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-189 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-190 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-191 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-28 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-29 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-30 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-31 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-32 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-33 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-34 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-35 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-36 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-37 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-38 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-39 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-40 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-41 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-42 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-43 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-44 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-45 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-46 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-47 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-48 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-49 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-50 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-51 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-52 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-53 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-54 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-55 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-56 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-57 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-58 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-59 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-60 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-61 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-62 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-63 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-64 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-65 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-66 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-67 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-68 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-69 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-70 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-71 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-72 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-73 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-74 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-75 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-76 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-77 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-78 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-79 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-80 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-81 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-82 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-83 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-84 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-85 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-86 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-87 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-88 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-89 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-90 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-91 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-92 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-93 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-94 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-95 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-96 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-97 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-98 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-99 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt > a::before, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt > a::before{
  background-image : url(img/icon-headline.png);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : cover;
  margin-top : 9px;
  margin-right : 10px;
  width : 32px;
  height : 32px;
  float : left;
  display : block;
  content : '';
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-100 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-101 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-102 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-103 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-104 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-105 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-106 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-107 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-108 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-109 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-110 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-111 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-112 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-113 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-114 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-115 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-116 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-117 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-118 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-119 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-120 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-121 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-122 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-123 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-124 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-125 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-126 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-127 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-128 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-129 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-130 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-131 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-132 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-133 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-134 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-135 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-136 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-137 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-138 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-139 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-140 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-141 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-142 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-143 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-144 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-145 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-146 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-147 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-148 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-149 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-150 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-151 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-152 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-153 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-154 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-155 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-156 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-157 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-158 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-159 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-160 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-161 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-162 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-163 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-164 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-165 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-166 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-167 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-168 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-169 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-170 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-171 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-172 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-173 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-174 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-175 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-176 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-177 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-178 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-179 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-180 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-181 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-182 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-183 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-184 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-185 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-186 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-187 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-188 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-189 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-190 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-191 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-28 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-29 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-30 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-31 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-32 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-33 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-34 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-35 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-36 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-37 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-38 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-39 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-40 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-41 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-42 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-43 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-44 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-45 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-46 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-47 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-48 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-49 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-50 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-51 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-52 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-53 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-54 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-55 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-56 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-57 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-58 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-59 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-60 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-61 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-62 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-63 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-64 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-65 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-66 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-67 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-68 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-69 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-70 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-71 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-72 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-73 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-74 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-75 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-76 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-77 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-78 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-79 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-80 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-81 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-82 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-83 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-84 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-85 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-86 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-87 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-88 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-89 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-90 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-91 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-92 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-93 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-94 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-95 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-96 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-97 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-98 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-99 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-100 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-101 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-102 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-103 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-104 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-105 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-106 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-107 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-108 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-109 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-110 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-111 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-112 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-113 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-114 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-115 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-116 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-117 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-118 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-119 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-120 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-121 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-122 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-123 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-124 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-125 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-126 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-127 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-128 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-129 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-130 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-131 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-132 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-133 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-134 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-135 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-136 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-137 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-138 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-139 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-140 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-141 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-142 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-143 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-144 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-145 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-146 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-147 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-148 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-149 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-150 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-151 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-152 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-153 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-154 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-155 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-156 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-157 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-158 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-159 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-160 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-161 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-162 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-163 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-164 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-165 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-166 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-167 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-168 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-169 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-170 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-171 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-172 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-173 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-174 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-175 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-176 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-177 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-178 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-179 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-180 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-181 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-182 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-183 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-184 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-185 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-186 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-187 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-188 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-189 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-190 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-191 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-28 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-29 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-30 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-31 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-32 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-33 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-34 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-35 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-36 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-37 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-38 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-39 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-40 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-41 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-42 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-43 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-44 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-45 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-46 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-47 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-48 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-49 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-50 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-51 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-52 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-53 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-54 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-55 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-56 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-57 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-58 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-59 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-60 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-61 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-62 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-63 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-64 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-65 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-66 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-67 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-68 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-69 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-70 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-71 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-72 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-73 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-74 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-75 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-76 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-77 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-78 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-79 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-80 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-81 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-82 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-83 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-84 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-85 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-86 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-87 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-88 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-89 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-90 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-91 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-92 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-93 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-94 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-95 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-96 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-97 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-98 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-99 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl{
  line-height : 2;
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-100 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-101 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-102 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-103 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-104 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-105 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-106 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-107 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-108 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-109 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-110 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-111 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-112 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-113 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-114 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-115 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-116 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-117 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-118 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-119 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-120 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-121 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-122 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-123 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-124 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-125 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-126 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-127 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-128 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-129 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-130 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-131 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-132 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-133 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-134 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-135 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-136 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-137 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-138 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-139 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-140 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-141 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-142 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-143 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-144 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-145 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-146 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-147 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-148 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-149 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-150 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-151 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-152 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-153 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-154 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-155 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-156 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-157 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-158 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-159 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-160 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-161 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-162 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-163 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-164 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-165 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-166 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-167 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-168 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-169 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-170 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-171 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-172 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-173 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-174 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-175 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-176 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-177 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-178 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-179 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-180 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-181 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-182 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-183 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-184 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-185 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-186 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-187 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-188 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-189 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-190 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-191 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-28 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-29 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-30 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-31 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-32 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-33 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-34 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-35 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-36 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-37 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-38 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-39 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-40 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-41 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-42 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-43 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-44 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-45 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-46 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-47 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-48 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-49 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-50 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-51 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-52 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-53 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-54 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-55 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-56 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-57 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-58 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-59 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-60 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-61 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-62 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-63 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-64 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-65 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-66 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-67 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-68 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-69 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-70 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-71 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-72 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-73 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-74 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-75 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-76 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-77 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-78 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-79 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-80 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-81 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-82 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-83 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-84 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-85 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-86 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-87 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-88 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-89 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-90 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-91 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-92 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-93 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-94 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-95 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-96 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-97 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-98 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-99 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dd{
  margin-left : 165px;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-100 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-101 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-102 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-103 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-104 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-105 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-106 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-107 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-108 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-109 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-110 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-111 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-112 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-113 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-114 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-115 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-116 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-117 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-118 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-119 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-120 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-121 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-122 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-123 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-124 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-125 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-126 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-127 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-128 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-129 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-130 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-131 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-132 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-133 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-134 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-135 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-136 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-137 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-138 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-139 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-140 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-141 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-142 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-143 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-144 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-145 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-146 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-147 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-148 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-149 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-150 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-151 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-152 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-153 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-154 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-155 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-156 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-157 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-158 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-159 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-160 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-161 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-162 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-163 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-164 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-165 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-166 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-167 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-168 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-169 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-170 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-171 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-172 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-173 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-174 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-175 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-176 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-177 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-178 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-179 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-180 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-181 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-182 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-183 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-184 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-185 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-186 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-187 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-188 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-189 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-190 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-191 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-28 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-29 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-30 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-31 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-32 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-33 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-34 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-35 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-36 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-37 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-38 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-39 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-40 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-41 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-42 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-43 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-44 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-45 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-46 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-47 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-48 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-49 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-50 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-51 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-52 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-53 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-54 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-55 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-56 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-57 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-58 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-59 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-60 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-61 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-62 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-63 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-64 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-65 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-66 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-67 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-68 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-69 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-70 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-71 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-72 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-73 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-74 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-75 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-76 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-77 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-78 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-79 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-80 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-81 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-82 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-83 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-84 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-85 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-86 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-87 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-88 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-89 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-90 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-91 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-92 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-93 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-94 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-95 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-96 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-97 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-98 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-99 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dd > a{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-100 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-101 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-102 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-103 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-104 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-105 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-106 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-107 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-108 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-109 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-110 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-111 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-112 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-113 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-114 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-115 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-116 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-117 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-118 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-119 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-120 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-121 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-122 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-123 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-124 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-125 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-126 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-127 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-128 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-129 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-130 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-131 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-132 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-133 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-134 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-135 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-136 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-137 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-138 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-139 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-140 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-141 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-142 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-143 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-144 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-145 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-146 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-147 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-148 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-149 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-150 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-151 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-152 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-153 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-154 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-155 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-156 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-157 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-158 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-159 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-160 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-161 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-162 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-163 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-164 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-165 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-166 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-167 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-168 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-169 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-170 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-171 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-172 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-173 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-174 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-175 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-176 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-177 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-178 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-179 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-180 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-181 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-182 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-183 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-184 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-185 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-186 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-187 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-188 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-189 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-190 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-191 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-28 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-29 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-30 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-31 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-32 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-33 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-34 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-35 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-36 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-37 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-38 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-39 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-40 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-41 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-42 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-43 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-44 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-45 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-46 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-47 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-48 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-49 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-50 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-51 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-52 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-53 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-54 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-55 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-56 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-57 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-58 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-59 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-60 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-61 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-62 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-63 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-64 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-65 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-66 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-67 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-68 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-69 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-70 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-71 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-72 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-73 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-74 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-75 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-76 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-77 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-78 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-79 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-80 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-81 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-82 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-83 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-84 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-85 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-86 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-87 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-88 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-89 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-90 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-91 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-92 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-93 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-94 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-95 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-96 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-97 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-98 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-99 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dd > a:hover{
  text-decoration : none;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-100 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-101 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-102 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-103 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-104 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-105 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-106 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-107 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-108 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-109 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-110 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-111 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-112 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-113 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-114 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-115 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-116 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-117 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-118 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-119 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-120 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-121 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-122 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-123 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-124 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-125 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-126 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-127 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-128 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-129 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-130 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-131 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-132 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-133 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-134 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-135 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-136 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-137 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-138 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-139 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-140 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-141 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-142 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-143 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-144 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-145 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-146 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-147 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-148 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-149 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-150 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-151 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-152 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-153 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-154 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-155 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-156 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-157 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-158 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-159 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-160 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-161 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-162 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-163 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-164 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-165 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-166 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-167 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-168 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-169 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-170 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-171 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-172 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-173 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-174 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-175 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-176 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-177 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-178 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-179 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-180 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-181 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-182 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-183 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-184 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-185 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-186 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-187 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-188 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-189 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-190 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-191 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-28 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-29 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-30 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-31 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-32 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-33 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-34 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-35 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-36 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-37 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-38 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-39 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-40 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-41 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-42 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-43 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-44 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-45 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-46 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-47 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-48 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-49 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-50 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-51 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-52 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-53 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-54 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-55 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-56 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-57 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-58 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-59 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-60 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-61 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-62 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-63 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-64 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-65 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-66 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-67 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-68 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-69 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-70 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-71 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-72 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-73 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-74 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-75 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-76 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-77 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-78 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-79 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-80 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-81 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-82 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-83 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-84 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-85 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-86 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-87 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-88 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-89 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-90 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-91 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-92 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-93 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-94 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-95 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-96 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-97 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-98 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-99 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dt{
  background-image : url(img/icon-disc.png);
  background-repeat : no-repeat;
  background-position : 9px 13px;
  background-size : 4px 4px;
  padding-left : 22px;
  float : left;
  clear : both;
}

.sp-wp-post-list.hpb-viewtype-full#sp-entry-content-1 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-10 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-100 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-101 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-102 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-103 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-104 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-105 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-106 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-107 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-108 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-109 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-11 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-110 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-111 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-112 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-113 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-114 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-115 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-116 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-117 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-118 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-119 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-12 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-120 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-121 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-122 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-123 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-124 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-125 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-126 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-127 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-128 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-129 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-13 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-130 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-131 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-132 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-133 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-134 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-135 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-136 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-137 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-138 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-139 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-14 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-140 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-141 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-142 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-143 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-144 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-145 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-146 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-147 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-148 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-149 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-15 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-150 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-151 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-152 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-153 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-154 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-155 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-156 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-157 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-158 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-159 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-16 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-160 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-161 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-162 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-163 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-164 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-165 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-166 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-167 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-168 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-169 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-17 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-170 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-171 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-172 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-173 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-174 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-175 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-176 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-177 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-178 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-179 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-18 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-180 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-181 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-182 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-183 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-184 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-185 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-186 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-187 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-188 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-189 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-19 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-190 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-191 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-2 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-20 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-21 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-22 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-23 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-24 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-25 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-26 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-27 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-28 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-29 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-3 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-30 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-31 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-32 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-33 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-34 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-35 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-36 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-37 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-38 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-39 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-4 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-40 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-41 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-42 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-43 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-44 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-45 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-46 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-47 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-48 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-49 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-5 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-50 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-51 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-52 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-53 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-54 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-55 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-56 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-57 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-58 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-59 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-6 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-60 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-61 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-62 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-63 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-64 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-65 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-66 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-67 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-68 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-69 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-7 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-70 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-71 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-72 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-73 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-74 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-75 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-76 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-77 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-78 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-79 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-8 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-80 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-81 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-82 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-83 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-84 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-85 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-86 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-87 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-88 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-89 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-9 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-90 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-91 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-92 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-93 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-94 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-95 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-96 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-97 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-98 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-99 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-1 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-2 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-3 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-4 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-5 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-6 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-7 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-8 > h3{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-full#sp-entry-content-1 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-10 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-100 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-101 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-102 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-103 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-104 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-105 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-106 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-107 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-108 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-109 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-11 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-110 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-111 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-112 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-113 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-114 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-115 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-116 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-117 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-118 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-119 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-12 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-120 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-121 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-122 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-123 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-124 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-125 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-126 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-127 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-128 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-129 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-13 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-130 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-131 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-132 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-133 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-134 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-135 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-136 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-137 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-138 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-139 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-14 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-140 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-141 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-142 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-143 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-144 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-145 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-146 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-147 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-148 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-149 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-15 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-150 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-151 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-152 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-153 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-154 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-155 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-156 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-157 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-158 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-159 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-16 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-160 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-161 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-162 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-163 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-164 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-165 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-166 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-167 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-168 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-169 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-17 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-170 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-171 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-172 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-173 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-174 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-175 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-176 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-177 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-178 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-179 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-18 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-180 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-181 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-182 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-183 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-184 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-185 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-186 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-187 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-188 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-189 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-19 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-190 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-191 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-2 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-20 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-21 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-22 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-23 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-24 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-25 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-26 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-27 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-28 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-29 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-3 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-30 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-31 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-32 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-33 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-34 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-35 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-36 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-37 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-38 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-39 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-4 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-40 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-41 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-42 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-43 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-44 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-45 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-46 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-47 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-48 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-49 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-5 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-50 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-51 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-52 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-53 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-54 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-55 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-56 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-57 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-58 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-59 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-6 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-60 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-61 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-62 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-63 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-64 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-65 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-66 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-67 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-68 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-69 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-7 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-70 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-71 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-72 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-73 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-74 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-75 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-76 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-77 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-78 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-79 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-8 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-80 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-81 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-82 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-83 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-84 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-85 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-86 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-87 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-88 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-89 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-9 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-90 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-91 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-92 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-93 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-94 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-95 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-96 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-97 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-98 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-99 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-1 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-2 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-3 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-4 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-5 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-6 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-7 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-8 > header{
  margin-bottom : 20px;
}

