#colophon{
  font-size : 1.2rem;
  color : #9fa2ac;
  background-color : #87d3eb;
}

#colophon-inner {
}

#content{
  min-height : 50px;
}

#contenthead{
  background-color : transparent;
}

#masthead{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : transparent;
  background-position : left top;
}

#masthead-inner{
  background-color : transparent;
  overflow : hidden;
}

#page{
  font-size : 1.6rem;
}

*{
  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{
  max-width : 100%;
  word-wrap : normal;
}

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

.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-branding2 > .extra{
  display : none;
}

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

.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-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;
}

a{
  color : #4283ec;
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #cc0000;
  text-decoration : none;
}

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

a:visited{
  color : #1765e4;
}

a:hover{
  color : #cc0000;
  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.5;
  color : #333333;
  background-color : #ffffff;
  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;
}

body.home .sp-site-branding2 > .extra{
  display : block;
}

body.home .sp-site-branding2 > .site-description{
  display : block;
}

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 {
  }

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

  #content{
    background-size : auto auto,auto auto;
    min-height : 50px;
    position : relative;
  }

  #contenthead{
    position : static;
  }

  #contenthead > a{
    background-color : #343740;
    margin-left : -100%;
    margin-right : -100%;
  }

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

  #main-inner{
    float : left;
  }

  #main-inner #contenthead{
    overflow : hidden;
  }

  #main-inner #contenthead > a{
    margin-left : 0px;
    margin-right : 0px;
  }

  #masthead{
    margin-bottom : 0px;
  }

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

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

  #primary{
    float : right;
  }

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

  .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;
  }
}

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

  #content{
    width : 1000px;
  }

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    margin-top : 40px;
  }

  .sp-site-branding2 > .extra{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -661px;
    right : 0px;
  }

  .sp-site-branding2 > .site-description{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    width : 300%;
    bottom : -603px;
    right : 0px;
  }

  body.home #main-inner{
    margin-top : 170px;
  }
}

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

  #content{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 30px;
    min-height : 50px;
  }

  #main {
  }

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    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{
    width : 100%;
    min-height : 300px;
  }

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

  .sp-sidebar{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 30px;
  }

  .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-yahoo-map{
    width : 100%;
    min-height : 300px;
  }

  body.home #main-inner{
    margin-top : 155px;
  }

  embed{
    max-width : 100%;
  }
}

#sp-block-container-1 .large{
  font-size : 1.2em;
}

#sp-block-container-1 .medium{
  font-size : 1em;
}

#sp-block-container-1 .small{
  font-size : 0.9em;
}

#sp-block-container-1 .x-large{
  font-size : 1.5em;
}

#sp-block-container-1 .x-small{
  font-size : 0.8em;
}

#sp-block-container-1 .xx-large{
  font-size : 2em;
}

#sp-block-container-1 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-1 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-1 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-1 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-1 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-1 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-1 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-1 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-1 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-1 p.indent{
  padding-left : 15px;
}

#sp-block-container-1 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

.page-contact#content #page-content > .large, .page-custom#content #page-content > .large, .page-gallery#content #page-content > .large, .page-profile#content #page-content > .large{
  font-size : 1.2em;
}

.page-contact#content #page-content > .medium, .page-custom#content #page-content > .medium, .page-gallery#content #page-content > .medium, .page-profile#content #page-content > .medium{
  font-size : 1em;
}

.page-contact#content #page-content > .small, .page-custom#content #page-content > .small, .page-gallery#content #page-content > .small, .page-profile#content #page-content > .small{
  font-size : 0.9em;
}

.page-contact#content #page-content > .x-large, .page-custom#content #page-content > .x-large, .page-gallery#content #page-content > .x-large, .page-profile#content #page-content > .x-large{
  font-size : 1.5em;
}

.page-contact#content #page-content > .x-small, .page-custom#content #page-content > .x-small, .page-gallery#content #page-content > .x-small, .page-profile#content #page-content > .x-small{
  font-size : 0.8em;
}

.page-contact#content #page-content > .xx-large, .page-custom#content #page-content > .xx-large, .page-gallery#content #page-content > .xx-large, .page-profile#content #page-content > .xx-large{
  font-size : 2em;
}

.page-contact#content #page-content > .xx-small, .page-custom#content #page-content > .xx-small, .page-gallery#content #page-content > .xx-small, .page-profile#content #page-content > .xx-small{
  font-size : 0.7em;
}

.page-contact#content #page-content > em, .page-custom#content #page-content > em, .page-gallery#content #page-content > em, .page-profile#content #page-content > em{
  font-style : oblique;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
}

.page-contact#content #page-content > h1, .page-custom#content #page-content > h1, .page-gallery#content #page-content > h1, .page-profile#content #page-content > h1{
  color : #000000;
}

.page-contact#content #page-content > h2, .page-custom#content #page-content > h2, .page-gallery#content #page-content > h2, .page-profile#content #page-content > h2{
  color : #000000;
}

.page-contact#content #page-content > h3, .page-custom#content #page-content > h3, .page-gallery#content #page-content > h3, .page-profile#content #page-content > h3{
  color : #000000;
}

.page-contact#content #page-content > h4, .page-custom#content #page-content > h4, .page-gallery#content #page-content > h4, .page-profile#content #page-content > h4{
  line-height : 1.2;
  color : #000000;
  text-align : left;
  clear : both;
}

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

.page-contact#content #page-content > h6, .page-custom#content #page-content > h6, .page-gallery#content #page-content > h6, .page-profile#content #page-content > h6{
  font-size : 1em;
  color : #000000;
}

.page-contact#content #page-content > p, .page-custom#content #page-content > p, .page-gallery#content #page-content > p, .page-profile#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-contact#content #page-content > p.indent, .page-custom#content #page-content > p.indent, .page-gallery#content #page-content > p.indent, .page-profile#content #page-content > p.indent{
  padding-left : 10px;
}

.page-contact#content #page-content > strong, .page-custom#content #page-content > strong, .page-gallery#content #page-content > strong, .page-profile#content #page-content > strong{
  font-weight : bold;
  color : #515151;
}

#sp-block-container-2 > .large{
  font-size : 1.5em;
}

#sp-block-container-2 > .medium{
  font-size : 1em;
}

#sp-block-container-2 > .x-large{
  font-size : 2em;
}

#sp-block-container-2 > .x-small{
  font-size : 0.8em;
}

#sp-block-container-2 > .xx-large{
  font-size : 3em;
}

#sp-block-container-2 > .xx-small{
  font-size : 0.7em;
}

#sp-block-container-2 > a:link{
  color : #2761c6;
  text-decoration : underline;
}

#sp-block-container-2 > em{
  font-style : oblique;
  color : #2761c6;
}

#sp-block-container-2 > h1{
  color : #333333;
  background-color : #ffffff;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

#sp-block-container-2 > h2{
  color : #333333;
  background-color : #ffffff;
  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;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-top-width : 5px;
  border-bottom-width : 1px;
  border-top-style : double;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
}

#sp-block-container-2 > h3{
  font-size : 1.3em;
  color : #333333;
  background-color : #ffffff;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #213860;
  border-bottom-color : #cccccc;
  clear : both;
}

#sp-block-container-2 > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #213860;
  clear : both;
}

#sp-block-container-2 > h5{
  font-size : 1em;
  color : #333333;
  background-color : #b4d6fa;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 7px;
  clear : both;
}

#sp-block-container-2 > h6{
  font-size : 1em;
  color : #333333;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #213860;
}

#sp-block-container-2 > p{
  line-height : 1.6;
  color : #333333;
  text-align : left;
  margin-top : 0.8em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.8em;
}

#sp-block-container-2 > p.indent{
  padding-left : 15px;
}

#sp-block-container-2 > p.small{
  font-size : 0.9em;
}

#sp-block-container-2 > strong{
  font-weight : bold;
  color : #333333;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #b4d6fa;
}

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

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

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

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

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

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

.page-toppage#content #page-content > a:link{
  color : #555555;
  text-decoration : underline;
}

.page-toppage#content #page-content > em{
  font-style : oblique;
  color : #555555;
}

.page-toppage#content #page-content > h1{
  color : #333333;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

.page-toppage#content #page-content > h2{
  color : #333333;
  padding-top : 11px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 11px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
}

.page-toppage#content #page-content > h3{
  font-size : 1.2em;
  font-weight : normal;
  color : #333333;
  padding-top : 7px;
  padding-left : 15px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  clear : both;
}

.page-toppage#content #page-content > h4{
  font-size : 1.1em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

.page-toppage#content #page-content > h5{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  background-color : #f2f2f2;
  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;
  padding-top : 15px;
  padding-left : 32px;
  padding-right : 0px;
  padding-bottom : 15px;
  clear : both;
}

.page-toppage#content #page-content > h6{
  font-size : 0.8em;
  color : #666666;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}

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

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

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

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

#sp-image-1, #sp-image-10, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-27, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7, #sp-image-8, #sp-image-9{
  max-width : 100%;
}

#sp-image-26, #sp-image-28{
  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 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

.page-blog#content #page-content, .page-custom1#content #page-content, #sp-block-container-3{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
  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 : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, #sp-block-container-3 > blockquote{
  background-color : #f5f5f5;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > blockquote > *:last-child, .page-custom1#content #page-content > blockquote > *:last-child, #sp-block-container-3 > blockquote > *:last-child{
  margin-bottom : 0px;
}

.page-blog#content #page-content > h1, .page-custom1#content #page-content > h1, #sp-block-container-3 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h2, .page-custom1#content #page-content > h2, #sp-block-container-3 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h3, .page-custom1#content #page-content > h3, #sp-block-container-3 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h4, .page-custom1#content #page-content > h4, #sp-block-container-3 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h5, .page-custom1#content #page-content > h5, #sp-block-container-3 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h6, .page-custom1#content #page-content > h6, #sp-block-container-3 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > hr, .page-custom1#content #page-content > hr, #sp-block-container-3 > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-blog#content #page-content > ins, .page-custom1#content #page-content > ins, #sp-block-container-3 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-blog#content #page-content > ol, .page-custom1#content #page-content > ol, #sp-block-container-3 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-blog#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, #sp-block-container-3 > ol ol{
  margin-bottom : 0px;
}

.page-blog#content #page-content > p, .page-custom1#content #page-content > p, #sp-block-container-3 > p{
  margin-top : 0px;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > pre, .page-custom1#content #page-content > pre, #sp-block-container-3 > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#sp-definition-list-1, #sp-definition-list-2{
  margin-bottom : 1.5em;
}

#sp-definition-list-1 > dd, #sp-definition-list-2 > dd{
  margin-top : 0px;
  margin-left : 1.5em;
  margin-right : 1.5em;
  margin-bottom : 3em;
}

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt{
  font-weight : normal;
  padding-top : 0.2em;
  padding-left : 1em;
  margin-bottom : 0.5em;
  border-left-width : 6px;
  border-left-style : solid;
  border-left-color : #343740;
}

#sp-entry-content-1, #sp-wp-post-list-10, #sp-wp-post-list-100, #sp-wp-post-list-101, #sp-wp-post-list-102, #sp-wp-post-list-103, #sp-wp-post-list-104, #sp-wp-post-list-105, #sp-wp-post-list-106, #sp-wp-post-list-107, #sp-wp-post-list-108, #sp-wp-post-list-109, #sp-wp-post-list-11, #sp-wp-post-list-12, #sp-wp-post-list-13, #sp-wp-post-list-14, #sp-wp-post-list-15, #sp-wp-post-list-16, #sp-wp-post-list-17, #sp-wp-post-list-19, #sp-wp-post-list-20, #sp-wp-post-list-21, #sp-wp-post-list-22, #sp-wp-post-list-23, #sp-wp-post-list-24, #sp-wp-post-list-25, #sp-wp-post-list-26, #sp-wp-post-list-27, #sp-wp-post-list-28, #sp-wp-post-list-29, #sp-wp-post-list-30, #sp-wp-post-list-31, #sp-wp-post-list-32, #sp-wp-post-list-33, #sp-wp-post-list-34, #sp-wp-post-list-35, #sp-wp-post-list-36, #sp-wp-post-list-37, #sp-wp-post-list-38, #sp-wp-post-list-39, #sp-wp-post-list-40, #sp-wp-post-list-41, #sp-wp-post-list-42, #sp-wp-post-list-43, #sp-wp-post-list-44, #sp-wp-post-list-45, #sp-wp-post-list-46, #sp-wp-post-list-47, #sp-wp-post-list-48, #sp-wp-post-list-49, #sp-wp-post-list-50, #sp-wp-post-list-51, #sp-wp-post-list-52, #sp-wp-post-list-53, #sp-wp-post-list-54, #sp-wp-post-list-55, #sp-wp-post-list-56, #sp-wp-post-list-57, #sp-wp-post-list-58, #sp-wp-post-list-59, #sp-wp-post-list-60, #sp-wp-post-list-61, #sp-wp-post-list-62, #sp-wp-post-list-63, #sp-wp-post-list-64, #sp-wp-post-list-65, #sp-wp-post-list-66, #sp-wp-post-list-67, #sp-wp-post-list-68, #sp-wp-post-list-69, #sp-wp-post-list-70, #sp-wp-post-list-71, #sp-wp-post-list-72, #sp-wp-post-list-73, #sp-wp-post-list-74, #sp-wp-post-list-75, #sp-wp-post-list-76, #sp-wp-post-list-77, #sp-wp-post-list-78, #sp-wp-post-list-79, #sp-wp-post-list-8, #sp-wp-post-list-80, #sp-wp-post-list-81, #sp-wp-post-list-82, #sp-wp-post-list-83, #sp-wp-post-list-84, #sp-wp-post-list-85, #sp-wp-post-list-86, #sp-wp-post-list-87, #sp-wp-post-list-88, #sp-wp-post-list-89, #sp-wp-post-list-9, #sp-wp-post-list-90, #sp-wp-post-list-91, #sp-wp-post-list-92, #sp-wp-post-list-93, #sp-wp-post-list-94, #sp-wp-post-list-95, #sp-wp-post-list-96, #sp-wp-post-list-97, #sp-wp-post-list-98, #sp-wp-post-list-99{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  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 : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd, .hpb-viewtype-content#sp-wp-post-list-10 dl dd, .hpb-viewtype-content#sp-wp-post-list-100 dl dd, .hpb-viewtype-content#sp-wp-post-list-101 dl dd, .hpb-viewtype-content#sp-wp-post-list-102 dl dd, .hpb-viewtype-content#sp-wp-post-list-103 dl dd, .hpb-viewtype-content#sp-wp-post-list-104 dl dd, .hpb-viewtype-content#sp-wp-post-list-105 dl dd, .hpb-viewtype-content#sp-wp-post-list-106 dl dd, .hpb-viewtype-content#sp-wp-post-list-107 dl dd, .hpb-viewtype-content#sp-wp-post-list-108 dl dd, .hpb-viewtype-content#sp-wp-post-list-109 dl dd, .hpb-viewtype-content#sp-wp-post-list-11 dl dd, .hpb-viewtype-content#sp-wp-post-list-12 dl dd, .hpb-viewtype-content#sp-wp-post-list-13 dl dd, .hpb-viewtype-content#sp-wp-post-list-14 dl dd, .hpb-viewtype-content#sp-wp-post-list-15 dl dd, .hpb-viewtype-content#sp-wp-post-list-16 dl dd, .hpb-viewtype-content#sp-wp-post-list-17 dl dd, .hpb-viewtype-content#sp-wp-post-list-19 dl dd, .hpb-viewtype-content#sp-wp-post-list-20 dl dd, .hpb-viewtype-content#sp-wp-post-list-21 dl dd, .hpb-viewtype-content#sp-wp-post-list-22 dl dd, .hpb-viewtype-content#sp-wp-post-list-23 dl dd, .hpb-viewtype-content#sp-wp-post-list-24 dl dd, .hpb-viewtype-content#sp-wp-post-list-25 dl dd, .hpb-viewtype-content#sp-wp-post-list-26 dl dd, .hpb-viewtype-content#sp-wp-post-list-27 dl dd, .hpb-viewtype-content#sp-wp-post-list-28 dl dd, .hpb-viewtype-content#sp-wp-post-list-29 dl dd, .hpb-viewtype-content#sp-wp-post-list-30 dl dd, .hpb-viewtype-content#sp-wp-post-list-31 dl dd, .hpb-viewtype-content#sp-wp-post-list-32 dl dd, .hpb-viewtype-content#sp-wp-post-list-33 dl dd, .hpb-viewtype-content#sp-wp-post-list-34 dl dd, .hpb-viewtype-content#sp-wp-post-list-35 dl dd, .hpb-viewtype-content#sp-wp-post-list-36 dl dd, .hpb-viewtype-content#sp-wp-post-list-37 dl dd, .hpb-viewtype-content#sp-wp-post-list-38 dl dd, .hpb-viewtype-content#sp-wp-post-list-39 dl dd, .hpb-viewtype-content#sp-wp-post-list-40 dl dd, .hpb-viewtype-content#sp-wp-post-list-41 dl dd, .hpb-viewtype-content#sp-wp-post-list-42 dl dd, .hpb-viewtype-content#sp-wp-post-list-43 dl dd, .hpb-viewtype-content#sp-wp-post-list-44 dl dd, .hpb-viewtype-content#sp-wp-post-list-45 dl dd, .hpb-viewtype-content#sp-wp-post-list-46 dl dd, .hpb-viewtype-content#sp-wp-post-list-47 dl dd, .hpb-viewtype-content#sp-wp-post-list-48 dl dd, .hpb-viewtype-content#sp-wp-post-list-49 dl dd, .hpb-viewtype-content#sp-wp-post-list-50 dl dd, .hpb-viewtype-content#sp-wp-post-list-51 dl dd, .hpb-viewtype-content#sp-wp-post-list-52 dl dd, .hpb-viewtype-content#sp-wp-post-list-53 dl dd, .hpb-viewtype-content#sp-wp-post-list-54 dl dd, .hpb-viewtype-content#sp-wp-post-list-55 dl dd, .hpb-viewtype-content#sp-wp-post-list-56 dl dd, .hpb-viewtype-content#sp-wp-post-list-57 dl dd, .hpb-viewtype-content#sp-wp-post-list-58 dl dd, .hpb-viewtype-content#sp-wp-post-list-59 dl dd, .hpb-viewtype-content#sp-wp-post-list-60 dl dd, .hpb-viewtype-content#sp-wp-post-list-61 dl dd, .hpb-viewtype-content#sp-wp-post-list-62 dl dd, .hpb-viewtype-content#sp-wp-post-list-63 dl dd, .hpb-viewtype-content#sp-wp-post-list-64 dl dd, .hpb-viewtype-content#sp-wp-post-list-65 dl dd, .hpb-viewtype-content#sp-wp-post-list-66 dl dd, .hpb-viewtype-content#sp-wp-post-list-67 dl dd, .hpb-viewtype-content#sp-wp-post-list-68 dl dd, .hpb-viewtype-content#sp-wp-post-list-69 dl dd, .hpb-viewtype-content#sp-wp-post-list-70 dl dd, .hpb-viewtype-content#sp-wp-post-list-71 dl dd, .hpb-viewtype-content#sp-wp-post-list-72 dl dd, .hpb-viewtype-content#sp-wp-post-list-73 dl dd, .hpb-viewtype-content#sp-wp-post-list-74 dl dd, .hpb-viewtype-content#sp-wp-post-list-75 dl dd, .hpb-viewtype-content#sp-wp-post-list-76 dl dd, .hpb-viewtype-content#sp-wp-post-list-77 dl dd, .hpb-viewtype-content#sp-wp-post-list-78 dl dd, .hpb-viewtype-content#sp-wp-post-list-79 dl dd, .hpb-viewtype-content#sp-wp-post-list-8 dl dd, .hpb-viewtype-content#sp-wp-post-list-80 dl dd, .hpb-viewtype-content#sp-wp-post-list-81 dl dd, .hpb-viewtype-content#sp-wp-post-list-82 dl dd, .hpb-viewtype-content#sp-wp-post-list-83 dl dd, .hpb-viewtype-content#sp-wp-post-list-84 dl dd, .hpb-viewtype-content#sp-wp-post-list-85 dl dd, .hpb-viewtype-content#sp-wp-post-list-86 dl dd, .hpb-viewtype-content#sp-wp-post-list-87 dl dd, .hpb-viewtype-content#sp-wp-post-list-88 dl dd, .hpb-viewtype-content#sp-wp-post-list-89 dl dd, .hpb-viewtype-content#sp-wp-post-list-9 dl dd, .hpb-viewtype-content#sp-wp-post-list-90 dl dd, .hpb-viewtype-content#sp-wp-post-list-91 dl dd, .hpb-viewtype-content#sp-wp-post-list-92 dl dd, .hpb-viewtype-content#sp-wp-post-list-93 dl dd, .hpb-viewtype-content#sp-wp-post-list-94 dl dd, .hpb-viewtype-content#sp-wp-post-list-95 dl dd, .hpb-viewtype-content#sp-wp-post-list-96 dl dd, .hpb-viewtype-content#sp-wp-post-list-97 dl dd, .hpb-viewtype-content#sp-wp-post-list-98 dl dd, .hpb-viewtype-content#sp-wp-post-list-99 dl dd{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-10 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-100 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-101 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-102 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-103 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-104 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-105 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-106 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-107 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-108 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-109 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-11 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-12 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-13 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-14 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-15 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-16 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-17 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-19 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-20 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-21 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-22 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-23 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-24 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-25 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-26 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-27 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-28 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-29 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-30 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-31 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-32 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-33 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-34 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-35 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-36 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-37 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-38 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-39 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-40 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-41 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-42 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-43 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-44 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-45 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-46 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-47 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-48 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-49 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-50 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-51 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-52 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-53 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-54 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-55 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-56 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-57 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-58 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-59 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-60 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-61 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-62 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-63 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-64 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-65 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-66 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-67 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-68 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-69 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-70 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-71 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-72 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-73 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-74 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-75 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-76 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-77 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-78 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-79 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-8 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-80 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-81 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-82 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-83 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-84 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-85 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-86 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-87 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-88 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-89 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-9 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-90 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-91 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-92 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-93 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-94 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-95 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-96 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-97 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-98 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-99 dl dd .entry-content{
  margin-top : 0px;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-10 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-100 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-101 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-102 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-103 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-104 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-105 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-106 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-107 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-108 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-109 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-11 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-12 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-13 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-14 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-15 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-16 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-17 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-19 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-20 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-21 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-22 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-23 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-24 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-25 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-26 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-27 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-28 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-29 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-30 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-31 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-32 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-33 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-34 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-35 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-36 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-37 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-38 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-39 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-40 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-41 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-42 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-43 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-44 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-45 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-46 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-47 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-48 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-49 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-50 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-51 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-52 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-53 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-54 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-55 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-56 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-57 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-58 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-59 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-60 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-61 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-62 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-63 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-64 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-65 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-66 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-67 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-68 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-69 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-70 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-71 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-72 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-73 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-74 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-75 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-76 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-77 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-78 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-79 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-8 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-80 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-81 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-82 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-83 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-84 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-85 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-86 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-87 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-88 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-89 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-9 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-90 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-91 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-92 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-93 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-94 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-95 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-96 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-97 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-98 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-99 dl dd:last-child{
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

.hpb-viewtype-content#sp-entry-content-1 dl dt, .hpb-viewtype-content#sp-wp-post-list-10 dl dt, .hpb-viewtype-content#sp-wp-post-list-100 dl dt, .hpb-viewtype-content#sp-wp-post-list-101 dl dt, .hpb-viewtype-content#sp-wp-post-list-102 dl dt, .hpb-viewtype-content#sp-wp-post-list-103 dl dt, .hpb-viewtype-content#sp-wp-post-list-104 dl dt, .hpb-viewtype-content#sp-wp-post-list-105 dl dt, .hpb-viewtype-content#sp-wp-post-list-106 dl dt, .hpb-viewtype-content#sp-wp-post-list-107 dl dt, .hpb-viewtype-content#sp-wp-post-list-108 dl dt, .hpb-viewtype-content#sp-wp-post-list-109 dl dt, .hpb-viewtype-content#sp-wp-post-list-11 dl dt, .hpb-viewtype-content#sp-wp-post-list-12 dl dt, .hpb-viewtype-content#sp-wp-post-list-13 dl dt, .hpb-viewtype-content#sp-wp-post-list-14 dl dt, .hpb-viewtype-content#sp-wp-post-list-15 dl dt, .hpb-viewtype-content#sp-wp-post-list-16 dl dt, .hpb-viewtype-content#sp-wp-post-list-17 dl dt, .hpb-viewtype-content#sp-wp-post-list-19 dl dt, .hpb-viewtype-content#sp-wp-post-list-20 dl dt, .hpb-viewtype-content#sp-wp-post-list-21 dl dt, .hpb-viewtype-content#sp-wp-post-list-22 dl dt, .hpb-viewtype-content#sp-wp-post-list-23 dl dt, .hpb-viewtype-content#sp-wp-post-list-24 dl dt, .hpb-viewtype-content#sp-wp-post-list-25 dl dt, .hpb-viewtype-content#sp-wp-post-list-26 dl dt, .hpb-viewtype-content#sp-wp-post-list-27 dl dt, .hpb-viewtype-content#sp-wp-post-list-28 dl dt, .hpb-viewtype-content#sp-wp-post-list-29 dl dt, .hpb-viewtype-content#sp-wp-post-list-30 dl dt, .hpb-viewtype-content#sp-wp-post-list-31 dl dt, .hpb-viewtype-content#sp-wp-post-list-32 dl dt, .hpb-viewtype-content#sp-wp-post-list-33 dl dt, .hpb-viewtype-content#sp-wp-post-list-34 dl dt, .hpb-viewtype-content#sp-wp-post-list-35 dl dt, .hpb-viewtype-content#sp-wp-post-list-36 dl dt, .hpb-viewtype-content#sp-wp-post-list-37 dl dt, .hpb-viewtype-content#sp-wp-post-list-38 dl dt, .hpb-viewtype-content#sp-wp-post-list-39 dl dt, .hpb-viewtype-content#sp-wp-post-list-40 dl dt, .hpb-viewtype-content#sp-wp-post-list-41 dl dt, .hpb-viewtype-content#sp-wp-post-list-42 dl dt, .hpb-viewtype-content#sp-wp-post-list-43 dl dt, .hpb-viewtype-content#sp-wp-post-list-44 dl dt, .hpb-viewtype-content#sp-wp-post-list-45 dl dt, .hpb-viewtype-content#sp-wp-post-list-46 dl dt, .hpb-viewtype-content#sp-wp-post-list-47 dl dt, .hpb-viewtype-content#sp-wp-post-list-48 dl dt, .hpb-viewtype-content#sp-wp-post-list-49 dl dt, .hpb-viewtype-content#sp-wp-post-list-50 dl dt, .hpb-viewtype-content#sp-wp-post-list-51 dl dt, .hpb-viewtype-content#sp-wp-post-list-52 dl dt, .hpb-viewtype-content#sp-wp-post-list-53 dl dt, .hpb-viewtype-content#sp-wp-post-list-54 dl dt, .hpb-viewtype-content#sp-wp-post-list-55 dl dt, .hpb-viewtype-content#sp-wp-post-list-56 dl dt, .hpb-viewtype-content#sp-wp-post-list-57 dl dt, .hpb-viewtype-content#sp-wp-post-list-58 dl dt, .hpb-viewtype-content#sp-wp-post-list-59 dl dt, .hpb-viewtype-content#sp-wp-post-list-60 dl dt, .hpb-viewtype-content#sp-wp-post-list-61 dl dt, .hpb-viewtype-content#sp-wp-post-list-62 dl dt, .hpb-viewtype-content#sp-wp-post-list-63 dl dt, .hpb-viewtype-content#sp-wp-post-list-64 dl dt, .hpb-viewtype-content#sp-wp-post-list-65 dl dt, .hpb-viewtype-content#sp-wp-post-list-66 dl dt, .hpb-viewtype-content#sp-wp-post-list-67 dl dt, .hpb-viewtype-content#sp-wp-post-list-68 dl dt, .hpb-viewtype-content#sp-wp-post-list-69 dl dt, .hpb-viewtype-content#sp-wp-post-list-70 dl dt, .hpb-viewtype-content#sp-wp-post-list-71 dl dt, .hpb-viewtype-content#sp-wp-post-list-72 dl dt, .hpb-viewtype-content#sp-wp-post-list-73 dl dt, .hpb-viewtype-content#sp-wp-post-list-74 dl dt, .hpb-viewtype-content#sp-wp-post-list-75 dl dt, .hpb-viewtype-content#sp-wp-post-list-76 dl dt, .hpb-viewtype-content#sp-wp-post-list-77 dl dt, .hpb-viewtype-content#sp-wp-post-list-78 dl dt, .hpb-viewtype-content#sp-wp-post-list-79 dl dt, .hpb-viewtype-content#sp-wp-post-list-8 dl dt, .hpb-viewtype-content#sp-wp-post-list-80 dl dt, .hpb-viewtype-content#sp-wp-post-list-81 dl dt, .hpb-viewtype-content#sp-wp-post-list-82 dl dt, .hpb-viewtype-content#sp-wp-post-list-83 dl dt, .hpb-viewtype-content#sp-wp-post-list-84 dl dt, .hpb-viewtype-content#sp-wp-post-list-85 dl dt, .hpb-viewtype-content#sp-wp-post-list-86 dl dt, .hpb-viewtype-content#sp-wp-post-list-87 dl dt, .hpb-viewtype-content#sp-wp-post-list-88 dl dt, .hpb-viewtype-content#sp-wp-post-list-89 dl dt, .hpb-viewtype-content#sp-wp-post-list-9 dl dt, .hpb-viewtype-content#sp-wp-post-list-90 dl dt, .hpb-viewtype-content#sp-wp-post-list-91 dl dt, .hpb-viewtype-content#sp-wp-post-list-92 dl dt, .hpb-viewtype-content#sp-wp-post-list-93 dl dt, .hpb-viewtype-content#sp-wp-post-list-94 dl dt, .hpb-viewtype-content#sp-wp-post-list-95 dl dt, .hpb-viewtype-content#sp-wp-post-list-96 dl dt, .hpb-viewtype-content#sp-wp-post-list-97 dl dt, .hpb-viewtype-content#sp-wp-post-list-98 dl dt, .hpb-viewtype-content#sp-wp-post-list-99 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  margin-bottom : 0.5em;
}

.hpb-viewtype-date#sp-entry-content-1 dl dd, .hpb-viewtype-date#sp-wp-post-list-10 dl dd, .hpb-viewtype-date#sp-wp-post-list-100 dl dd, .hpb-viewtype-date#sp-wp-post-list-101 dl dd, .hpb-viewtype-date#sp-wp-post-list-102 dl dd, .hpb-viewtype-date#sp-wp-post-list-103 dl dd, .hpb-viewtype-date#sp-wp-post-list-104 dl dd, .hpb-viewtype-date#sp-wp-post-list-105 dl dd, .hpb-viewtype-date#sp-wp-post-list-106 dl dd, .hpb-viewtype-date#sp-wp-post-list-107 dl dd, .hpb-viewtype-date#sp-wp-post-list-108 dl dd, .hpb-viewtype-date#sp-wp-post-list-109 dl dd, .hpb-viewtype-date#sp-wp-post-list-11 dl dd, .hpb-viewtype-date#sp-wp-post-list-12 dl dd, .hpb-viewtype-date#sp-wp-post-list-13 dl dd, .hpb-viewtype-date#sp-wp-post-list-14 dl dd, .hpb-viewtype-date#sp-wp-post-list-15 dl dd, .hpb-viewtype-date#sp-wp-post-list-16 dl dd, .hpb-viewtype-date#sp-wp-post-list-17 dl dd, .hpb-viewtype-date#sp-wp-post-list-19 dl dd, .hpb-viewtype-date#sp-wp-post-list-20 dl dd, .hpb-viewtype-date#sp-wp-post-list-21 dl dd, .hpb-viewtype-date#sp-wp-post-list-22 dl dd, .hpb-viewtype-date#sp-wp-post-list-23 dl dd, .hpb-viewtype-date#sp-wp-post-list-24 dl dd, .hpb-viewtype-date#sp-wp-post-list-25 dl dd, .hpb-viewtype-date#sp-wp-post-list-26 dl dd, .hpb-viewtype-date#sp-wp-post-list-27 dl dd, .hpb-viewtype-date#sp-wp-post-list-28 dl dd, .hpb-viewtype-date#sp-wp-post-list-29 dl dd, .hpb-viewtype-date#sp-wp-post-list-30 dl dd, .hpb-viewtype-date#sp-wp-post-list-31 dl dd, .hpb-viewtype-date#sp-wp-post-list-32 dl dd, .hpb-viewtype-date#sp-wp-post-list-33 dl dd, .hpb-viewtype-date#sp-wp-post-list-34 dl dd, .hpb-viewtype-date#sp-wp-post-list-35 dl dd, .hpb-viewtype-date#sp-wp-post-list-36 dl dd, .hpb-viewtype-date#sp-wp-post-list-37 dl dd, .hpb-viewtype-date#sp-wp-post-list-38 dl dd, .hpb-viewtype-date#sp-wp-post-list-39 dl dd, .hpb-viewtype-date#sp-wp-post-list-40 dl dd, .hpb-viewtype-date#sp-wp-post-list-41 dl dd, .hpb-viewtype-date#sp-wp-post-list-42 dl dd, .hpb-viewtype-date#sp-wp-post-list-43 dl dd, .hpb-viewtype-date#sp-wp-post-list-44 dl dd, .hpb-viewtype-date#sp-wp-post-list-45 dl dd, .hpb-viewtype-date#sp-wp-post-list-46 dl dd, .hpb-viewtype-date#sp-wp-post-list-47 dl dd, .hpb-viewtype-date#sp-wp-post-list-48 dl dd, .hpb-viewtype-date#sp-wp-post-list-49 dl dd, .hpb-viewtype-date#sp-wp-post-list-50 dl dd, .hpb-viewtype-date#sp-wp-post-list-51 dl dd, .hpb-viewtype-date#sp-wp-post-list-52 dl dd, .hpb-viewtype-date#sp-wp-post-list-53 dl dd, .hpb-viewtype-date#sp-wp-post-list-54 dl dd, .hpb-viewtype-date#sp-wp-post-list-55 dl dd, .hpb-viewtype-date#sp-wp-post-list-56 dl dd, .hpb-viewtype-date#sp-wp-post-list-57 dl dd, .hpb-viewtype-date#sp-wp-post-list-58 dl dd, .hpb-viewtype-date#sp-wp-post-list-59 dl dd, .hpb-viewtype-date#sp-wp-post-list-60 dl dd, .hpb-viewtype-date#sp-wp-post-list-61 dl dd, .hpb-viewtype-date#sp-wp-post-list-62 dl dd, .hpb-viewtype-date#sp-wp-post-list-63 dl dd, .hpb-viewtype-date#sp-wp-post-list-64 dl dd, .hpb-viewtype-date#sp-wp-post-list-65 dl dd, .hpb-viewtype-date#sp-wp-post-list-66 dl dd, .hpb-viewtype-date#sp-wp-post-list-67 dl dd, .hpb-viewtype-date#sp-wp-post-list-68 dl dd, .hpb-viewtype-date#sp-wp-post-list-69 dl dd, .hpb-viewtype-date#sp-wp-post-list-70 dl dd, .hpb-viewtype-date#sp-wp-post-list-71 dl dd, .hpb-viewtype-date#sp-wp-post-list-72 dl dd, .hpb-viewtype-date#sp-wp-post-list-73 dl dd, .hpb-viewtype-date#sp-wp-post-list-74 dl dd, .hpb-viewtype-date#sp-wp-post-list-75 dl dd, .hpb-viewtype-date#sp-wp-post-list-76 dl dd, .hpb-viewtype-date#sp-wp-post-list-77 dl dd, .hpb-viewtype-date#sp-wp-post-list-78 dl dd, .hpb-viewtype-date#sp-wp-post-list-79 dl dd, .hpb-viewtype-date#sp-wp-post-list-8 dl dd, .hpb-viewtype-date#sp-wp-post-list-80 dl dd, .hpb-viewtype-date#sp-wp-post-list-81 dl dd, .hpb-viewtype-date#sp-wp-post-list-82 dl dd, .hpb-viewtype-date#sp-wp-post-list-83 dl dd, .hpb-viewtype-date#sp-wp-post-list-84 dl dd, .hpb-viewtype-date#sp-wp-post-list-85 dl dd, .hpb-viewtype-date#sp-wp-post-list-86 dl dd, .hpb-viewtype-date#sp-wp-post-list-87 dl dd, .hpb-viewtype-date#sp-wp-post-list-88 dl dd, .hpb-viewtype-date#sp-wp-post-list-89 dl dd, .hpb-viewtype-date#sp-wp-post-list-9 dl dd, .hpb-viewtype-date#sp-wp-post-list-90 dl dd, .hpb-viewtype-date#sp-wp-post-list-91 dl dd, .hpb-viewtype-date#sp-wp-post-list-92 dl dd, .hpb-viewtype-date#sp-wp-post-list-93 dl dd, .hpb-viewtype-date#sp-wp-post-list-94 dl dd, .hpb-viewtype-date#sp-wp-post-list-95 dl dd, .hpb-viewtype-date#sp-wp-post-list-96 dl dd, .hpb-viewtype-date#sp-wp-post-list-97 dl dd, .hpb-viewtype-date#sp-wp-post-list-98 dl dd, .hpb-viewtype-date#sp-wp-post-list-99 dl dd{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dl dt, .hpb-viewtype-date#sp-wp-post-list-10 dl dt, .hpb-viewtype-date#sp-wp-post-list-100 dl dt, .hpb-viewtype-date#sp-wp-post-list-101 dl dt, .hpb-viewtype-date#sp-wp-post-list-102 dl dt, .hpb-viewtype-date#sp-wp-post-list-103 dl dt, .hpb-viewtype-date#sp-wp-post-list-104 dl dt, .hpb-viewtype-date#sp-wp-post-list-105 dl dt, .hpb-viewtype-date#sp-wp-post-list-106 dl dt, .hpb-viewtype-date#sp-wp-post-list-107 dl dt, .hpb-viewtype-date#sp-wp-post-list-108 dl dt, .hpb-viewtype-date#sp-wp-post-list-109 dl dt, .hpb-viewtype-date#sp-wp-post-list-11 dl dt, .hpb-viewtype-date#sp-wp-post-list-12 dl dt, .hpb-viewtype-date#sp-wp-post-list-13 dl dt, .hpb-viewtype-date#sp-wp-post-list-14 dl dt, .hpb-viewtype-date#sp-wp-post-list-15 dl dt, .hpb-viewtype-date#sp-wp-post-list-16 dl dt, .hpb-viewtype-date#sp-wp-post-list-17 dl dt, .hpb-viewtype-date#sp-wp-post-list-19 dl dt, .hpb-viewtype-date#sp-wp-post-list-20 dl dt, .hpb-viewtype-date#sp-wp-post-list-21 dl dt, .hpb-viewtype-date#sp-wp-post-list-22 dl dt, .hpb-viewtype-date#sp-wp-post-list-23 dl dt, .hpb-viewtype-date#sp-wp-post-list-24 dl dt, .hpb-viewtype-date#sp-wp-post-list-25 dl dt, .hpb-viewtype-date#sp-wp-post-list-26 dl dt, .hpb-viewtype-date#sp-wp-post-list-27 dl dt, .hpb-viewtype-date#sp-wp-post-list-28 dl dt, .hpb-viewtype-date#sp-wp-post-list-29 dl dt, .hpb-viewtype-date#sp-wp-post-list-30 dl dt, .hpb-viewtype-date#sp-wp-post-list-31 dl dt, .hpb-viewtype-date#sp-wp-post-list-32 dl dt, .hpb-viewtype-date#sp-wp-post-list-33 dl dt, .hpb-viewtype-date#sp-wp-post-list-34 dl dt, .hpb-viewtype-date#sp-wp-post-list-35 dl dt, .hpb-viewtype-date#sp-wp-post-list-36 dl dt, .hpb-viewtype-date#sp-wp-post-list-37 dl dt, .hpb-viewtype-date#sp-wp-post-list-38 dl dt, .hpb-viewtype-date#sp-wp-post-list-39 dl dt, .hpb-viewtype-date#sp-wp-post-list-40 dl dt, .hpb-viewtype-date#sp-wp-post-list-41 dl dt, .hpb-viewtype-date#sp-wp-post-list-42 dl dt, .hpb-viewtype-date#sp-wp-post-list-43 dl dt, .hpb-viewtype-date#sp-wp-post-list-44 dl dt, .hpb-viewtype-date#sp-wp-post-list-45 dl dt, .hpb-viewtype-date#sp-wp-post-list-46 dl dt, .hpb-viewtype-date#sp-wp-post-list-47 dl dt, .hpb-viewtype-date#sp-wp-post-list-48 dl dt, .hpb-viewtype-date#sp-wp-post-list-49 dl dt, .hpb-viewtype-date#sp-wp-post-list-50 dl dt, .hpb-viewtype-date#sp-wp-post-list-51 dl dt, .hpb-viewtype-date#sp-wp-post-list-52 dl dt, .hpb-viewtype-date#sp-wp-post-list-53 dl dt, .hpb-viewtype-date#sp-wp-post-list-54 dl dt, .hpb-viewtype-date#sp-wp-post-list-55 dl dt, .hpb-viewtype-date#sp-wp-post-list-56 dl dt, .hpb-viewtype-date#sp-wp-post-list-57 dl dt, .hpb-viewtype-date#sp-wp-post-list-58 dl dt, .hpb-viewtype-date#sp-wp-post-list-59 dl dt, .hpb-viewtype-date#sp-wp-post-list-60 dl dt, .hpb-viewtype-date#sp-wp-post-list-61 dl dt, .hpb-viewtype-date#sp-wp-post-list-62 dl dt, .hpb-viewtype-date#sp-wp-post-list-63 dl dt, .hpb-viewtype-date#sp-wp-post-list-64 dl dt, .hpb-viewtype-date#sp-wp-post-list-65 dl dt, .hpb-viewtype-date#sp-wp-post-list-66 dl dt, .hpb-viewtype-date#sp-wp-post-list-67 dl dt, .hpb-viewtype-date#sp-wp-post-list-68 dl dt, .hpb-viewtype-date#sp-wp-post-list-69 dl dt, .hpb-viewtype-date#sp-wp-post-list-70 dl dt, .hpb-viewtype-date#sp-wp-post-list-71 dl dt, .hpb-viewtype-date#sp-wp-post-list-72 dl dt, .hpb-viewtype-date#sp-wp-post-list-73 dl dt, .hpb-viewtype-date#sp-wp-post-list-74 dl dt, .hpb-viewtype-date#sp-wp-post-list-75 dl dt, .hpb-viewtype-date#sp-wp-post-list-76 dl dt, .hpb-viewtype-date#sp-wp-post-list-77 dl dt, .hpb-viewtype-date#sp-wp-post-list-78 dl dt, .hpb-viewtype-date#sp-wp-post-list-79 dl dt, .hpb-viewtype-date#sp-wp-post-list-8 dl dt, .hpb-viewtype-date#sp-wp-post-list-80 dl dt, .hpb-viewtype-date#sp-wp-post-list-81 dl dt, .hpb-viewtype-date#sp-wp-post-list-82 dl dt, .hpb-viewtype-date#sp-wp-post-list-83 dl dt, .hpb-viewtype-date#sp-wp-post-list-84 dl dt, .hpb-viewtype-date#sp-wp-post-list-85 dl dt, .hpb-viewtype-date#sp-wp-post-list-86 dl dt, .hpb-viewtype-date#sp-wp-post-list-87 dl dt, .hpb-viewtype-date#sp-wp-post-list-88 dl dt, .hpb-viewtype-date#sp-wp-post-list-89 dl dt, .hpb-viewtype-date#sp-wp-post-list-9 dl dt, .hpb-viewtype-date#sp-wp-post-list-90 dl dt, .hpb-viewtype-date#sp-wp-post-list-91 dl dt, .hpb-viewtype-date#sp-wp-post-list-92 dl dt, .hpb-viewtype-date#sp-wp-post-list-93 dl dt, .hpb-viewtype-date#sp-wp-post-list-94 dl dt, .hpb-viewtype-date#sp-wp-post-list-95 dl dt, .hpb-viewtype-date#sp-wp-post-list-96 dl dt, .hpb-viewtype-date#sp-wp-post-list-97 dl dt, .hpb-viewtype-date#sp-wp-post-list-98 dl dt, .hpb-viewtype-date#sp-wp-post-list-99 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  width : 11em;
  float : left;
  clear : left;
}

.hpb-viewtype-title#sp-entry-content-1 ul, .hpb-viewtype-title#sp-wp-post-list-10 ul, .hpb-viewtype-title#sp-wp-post-list-100 ul, .hpb-viewtype-title#sp-wp-post-list-101 ul, .hpb-viewtype-title#sp-wp-post-list-102 ul, .hpb-viewtype-title#sp-wp-post-list-103 ul, .hpb-viewtype-title#sp-wp-post-list-104 ul, .hpb-viewtype-title#sp-wp-post-list-105 ul, .hpb-viewtype-title#sp-wp-post-list-106 ul, .hpb-viewtype-title#sp-wp-post-list-107 ul, .hpb-viewtype-title#sp-wp-post-list-108 ul, .hpb-viewtype-title#sp-wp-post-list-109 ul, .hpb-viewtype-title#sp-wp-post-list-11 ul, .hpb-viewtype-title#sp-wp-post-list-12 ul, .hpb-viewtype-title#sp-wp-post-list-13 ul, .hpb-viewtype-title#sp-wp-post-list-14 ul, .hpb-viewtype-title#sp-wp-post-list-15 ul, .hpb-viewtype-title#sp-wp-post-list-16 ul, .hpb-viewtype-title#sp-wp-post-list-17 ul, .hpb-viewtype-title#sp-wp-post-list-19 ul, .hpb-viewtype-title#sp-wp-post-list-20 ul, .hpb-viewtype-title#sp-wp-post-list-21 ul, .hpb-viewtype-title#sp-wp-post-list-22 ul, .hpb-viewtype-title#sp-wp-post-list-23 ul, .hpb-viewtype-title#sp-wp-post-list-24 ul, .hpb-viewtype-title#sp-wp-post-list-25 ul, .hpb-viewtype-title#sp-wp-post-list-26 ul, .hpb-viewtype-title#sp-wp-post-list-27 ul, .hpb-viewtype-title#sp-wp-post-list-28 ul, .hpb-viewtype-title#sp-wp-post-list-29 ul, .hpb-viewtype-title#sp-wp-post-list-30 ul, .hpb-viewtype-title#sp-wp-post-list-31 ul, .hpb-viewtype-title#sp-wp-post-list-32 ul, .hpb-viewtype-title#sp-wp-post-list-33 ul, .hpb-viewtype-title#sp-wp-post-list-34 ul, .hpb-viewtype-title#sp-wp-post-list-35 ul, .hpb-viewtype-title#sp-wp-post-list-36 ul, .hpb-viewtype-title#sp-wp-post-list-37 ul, .hpb-viewtype-title#sp-wp-post-list-38 ul, .hpb-viewtype-title#sp-wp-post-list-39 ul, .hpb-viewtype-title#sp-wp-post-list-40 ul, .hpb-viewtype-title#sp-wp-post-list-41 ul, .hpb-viewtype-title#sp-wp-post-list-42 ul, .hpb-viewtype-title#sp-wp-post-list-43 ul, .hpb-viewtype-title#sp-wp-post-list-44 ul, .hpb-viewtype-title#sp-wp-post-list-45 ul, .hpb-viewtype-title#sp-wp-post-list-46 ul, .hpb-viewtype-title#sp-wp-post-list-47 ul, .hpb-viewtype-title#sp-wp-post-list-48 ul, .hpb-viewtype-title#sp-wp-post-list-49 ul, .hpb-viewtype-title#sp-wp-post-list-50 ul, .hpb-viewtype-title#sp-wp-post-list-51 ul, .hpb-viewtype-title#sp-wp-post-list-52 ul, .hpb-viewtype-title#sp-wp-post-list-53 ul, .hpb-viewtype-title#sp-wp-post-list-54 ul, .hpb-viewtype-title#sp-wp-post-list-55 ul, .hpb-viewtype-title#sp-wp-post-list-56 ul, .hpb-viewtype-title#sp-wp-post-list-57 ul, .hpb-viewtype-title#sp-wp-post-list-58 ul, .hpb-viewtype-title#sp-wp-post-list-59 ul, .hpb-viewtype-title#sp-wp-post-list-60 ul, .hpb-viewtype-title#sp-wp-post-list-61 ul, .hpb-viewtype-title#sp-wp-post-list-62 ul, .hpb-viewtype-title#sp-wp-post-list-63 ul, .hpb-viewtype-title#sp-wp-post-list-64 ul, .hpb-viewtype-title#sp-wp-post-list-65 ul, .hpb-viewtype-title#sp-wp-post-list-66 ul, .hpb-viewtype-title#sp-wp-post-list-67 ul, .hpb-viewtype-title#sp-wp-post-list-68 ul, .hpb-viewtype-title#sp-wp-post-list-69 ul, .hpb-viewtype-title#sp-wp-post-list-70 ul, .hpb-viewtype-title#sp-wp-post-list-71 ul, .hpb-viewtype-title#sp-wp-post-list-72 ul, .hpb-viewtype-title#sp-wp-post-list-73 ul, .hpb-viewtype-title#sp-wp-post-list-74 ul, .hpb-viewtype-title#sp-wp-post-list-75 ul, .hpb-viewtype-title#sp-wp-post-list-76 ul, .hpb-viewtype-title#sp-wp-post-list-77 ul, .hpb-viewtype-title#sp-wp-post-list-78 ul, .hpb-viewtype-title#sp-wp-post-list-79 ul, .hpb-viewtype-title#sp-wp-post-list-8 ul, .hpb-viewtype-title#sp-wp-post-list-80 ul, .hpb-viewtype-title#sp-wp-post-list-81 ul, .hpb-viewtype-title#sp-wp-post-list-82 ul, .hpb-viewtype-title#sp-wp-post-list-83 ul, .hpb-viewtype-title#sp-wp-post-list-84 ul, .hpb-viewtype-title#sp-wp-post-list-85 ul, .hpb-viewtype-title#sp-wp-post-list-86 ul, .hpb-viewtype-title#sp-wp-post-list-87 ul, .hpb-viewtype-title#sp-wp-post-list-88 ul, .hpb-viewtype-title#sp-wp-post-list-89 ul, .hpb-viewtype-title#sp-wp-post-list-9 ul, .hpb-viewtype-title#sp-wp-post-list-90 ul, .hpb-viewtype-title#sp-wp-post-list-91 ul, .hpb-viewtype-title#sp-wp-post-list-92 ul, .hpb-viewtype-title#sp-wp-post-list-93 ul, .hpb-viewtype-title#sp-wp-post-list-94 ul, .hpb-viewtype-title#sp-wp-post-list-95 ul, .hpb-viewtype-title#sp-wp-post-list-96 ul, .hpb-viewtype-title#sp-wp-post-list-97 ul, .hpb-viewtype-title#sp-wp-post-list-98 ul, .hpb-viewtype-title#sp-wp-post-list-99 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;
}

.hpb-viewtype-title#sp-entry-content-1 ul li, .hpb-viewtype-title#sp-wp-post-list-10 ul li, .hpb-viewtype-title#sp-wp-post-list-100 ul li, .hpb-viewtype-title#sp-wp-post-list-101 ul li, .hpb-viewtype-title#sp-wp-post-list-102 ul li, .hpb-viewtype-title#sp-wp-post-list-103 ul li, .hpb-viewtype-title#sp-wp-post-list-104 ul li, .hpb-viewtype-title#sp-wp-post-list-105 ul li, .hpb-viewtype-title#sp-wp-post-list-106 ul li, .hpb-viewtype-title#sp-wp-post-list-107 ul li, .hpb-viewtype-title#sp-wp-post-list-108 ul li, .hpb-viewtype-title#sp-wp-post-list-109 ul li, .hpb-viewtype-title#sp-wp-post-list-11 ul li, .hpb-viewtype-title#sp-wp-post-list-12 ul li, .hpb-viewtype-title#sp-wp-post-list-13 ul li, .hpb-viewtype-title#sp-wp-post-list-14 ul li, .hpb-viewtype-title#sp-wp-post-list-15 ul li, .hpb-viewtype-title#sp-wp-post-list-16 ul li, .hpb-viewtype-title#sp-wp-post-list-17 ul li, .hpb-viewtype-title#sp-wp-post-list-19 ul li, .hpb-viewtype-title#sp-wp-post-list-20 ul li, .hpb-viewtype-title#sp-wp-post-list-21 ul li, .hpb-viewtype-title#sp-wp-post-list-22 ul li, .hpb-viewtype-title#sp-wp-post-list-23 ul li, .hpb-viewtype-title#sp-wp-post-list-24 ul li, .hpb-viewtype-title#sp-wp-post-list-25 ul li, .hpb-viewtype-title#sp-wp-post-list-26 ul li, .hpb-viewtype-title#sp-wp-post-list-27 ul li, .hpb-viewtype-title#sp-wp-post-list-28 ul li, .hpb-viewtype-title#sp-wp-post-list-29 ul li, .hpb-viewtype-title#sp-wp-post-list-30 ul li, .hpb-viewtype-title#sp-wp-post-list-31 ul li, .hpb-viewtype-title#sp-wp-post-list-32 ul li, .hpb-viewtype-title#sp-wp-post-list-33 ul li, .hpb-viewtype-title#sp-wp-post-list-34 ul li, .hpb-viewtype-title#sp-wp-post-list-35 ul li, .hpb-viewtype-title#sp-wp-post-list-36 ul li, .hpb-viewtype-title#sp-wp-post-list-37 ul li, .hpb-viewtype-title#sp-wp-post-list-38 ul li, .hpb-viewtype-title#sp-wp-post-list-39 ul li, .hpb-viewtype-title#sp-wp-post-list-40 ul li, .hpb-viewtype-title#sp-wp-post-list-41 ul li, .hpb-viewtype-title#sp-wp-post-list-42 ul li, .hpb-viewtype-title#sp-wp-post-list-43 ul li, .hpb-viewtype-title#sp-wp-post-list-44 ul li, .hpb-viewtype-title#sp-wp-post-list-45 ul li, .hpb-viewtype-title#sp-wp-post-list-46 ul li, .hpb-viewtype-title#sp-wp-post-list-47 ul li, .hpb-viewtype-title#sp-wp-post-list-48 ul li, .hpb-viewtype-title#sp-wp-post-list-49 ul li, .hpb-viewtype-title#sp-wp-post-list-50 ul li, .hpb-viewtype-title#sp-wp-post-list-51 ul li, .hpb-viewtype-title#sp-wp-post-list-52 ul li, .hpb-viewtype-title#sp-wp-post-list-53 ul li, .hpb-viewtype-title#sp-wp-post-list-54 ul li, .hpb-viewtype-title#sp-wp-post-list-55 ul li, .hpb-viewtype-title#sp-wp-post-list-56 ul li, .hpb-viewtype-title#sp-wp-post-list-57 ul li, .hpb-viewtype-title#sp-wp-post-list-58 ul li, .hpb-viewtype-title#sp-wp-post-list-59 ul li, .hpb-viewtype-title#sp-wp-post-list-60 ul li, .hpb-viewtype-title#sp-wp-post-list-61 ul li, .hpb-viewtype-title#sp-wp-post-list-62 ul li, .hpb-viewtype-title#sp-wp-post-list-63 ul li, .hpb-viewtype-title#sp-wp-post-list-64 ul li, .hpb-viewtype-title#sp-wp-post-list-65 ul li, .hpb-viewtype-title#sp-wp-post-list-66 ul li, .hpb-viewtype-title#sp-wp-post-list-67 ul li, .hpb-viewtype-title#sp-wp-post-list-68 ul li, .hpb-viewtype-title#sp-wp-post-list-69 ul li, .hpb-viewtype-title#sp-wp-post-list-70 ul li, .hpb-viewtype-title#sp-wp-post-list-71 ul li, .hpb-viewtype-title#sp-wp-post-list-72 ul li, .hpb-viewtype-title#sp-wp-post-list-73 ul li, .hpb-viewtype-title#sp-wp-post-list-74 ul li, .hpb-viewtype-title#sp-wp-post-list-75 ul li, .hpb-viewtype-title#sp-wp-post-list-76 ul li, .hpb-viewtype-title#sp-wp-post-list-77 ul li, .hpb-viewtype-title#sp-wp-post-list-78 ul li, .hpb-viewtype-title#sp-wp-post-list-79 ul li, .hpb-viewtype-title#sp-wp-post-list-8 ul li, .hpb-viewtype-title#sp-wp-post-list-80 ul li, .hpb-viewtype-title#sp-wp-post-list-81 ul li, .hpb-viewtype-title#sp-wp-post-list-82 ul li, .hpb-viewtype-title#sp-wp-post-list-83 ul li, .hpb-viewtype-title#sp-wp-post-list-84 ul li, .hpb-viewtype-title#sp-wp-post-list-85 ul li, .hpb-viewtype-title#sp-wp-post-list-86 ul li, .hpb-viewtype-title#sp-wp-post-list-87 ul li, .hpb-viewtype-title#sp-wp-post-list-88 ul li, .hpb-viewtype-title#sp-wp-post-list-89 ul li, .hpb-viewtype-title#sp-wp-post-list-9 ul li, .hpb-viewtype-title#sp-wp-post-list-90 ul li, .hpb-viewtype-title#sp-wp-post-list-91 ul li, .hpb-viewtype-title#sp-wp-post-list-92 ul li, .hpb-viewtype-title#sp-wp-post-list-93 ul li, .hpb-viewtype-title#sp-wp-post-list-94 ul li, .hpb-viewtype-title#sp-wp-post-list-95 ul li, .hpb-viewtype-title#sp-wp-post-list-96 ul li, .hpb-viewtype-title#sp-wp-post-list-97 ul li, .hpb-viewtype-title#sp-wp-post-list-98 ul li, .hpb-viewtype-title#sp-wp-post-list-99 ul li{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-title#sp-entry-content-1 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-10 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-100 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-101 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-102 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-103 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-104 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-105 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-106 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-107 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-108 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-109 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-11 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-12 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-13 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-14 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-15 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-16 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-17 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-19 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-20 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-21 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-22 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-23 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-24 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-25 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-26 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-27 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-28 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-29 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-30 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-31 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-32 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-33 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-34 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-35 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-36 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-37 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-38 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-39 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-40 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-41 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-42 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-43 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-44 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-45 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-46 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-47 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-48 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-49 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-50 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-51 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-52 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-53 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-54 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-55 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-56 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-57 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-58 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-59 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-60 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-61 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-62 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-63 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-64 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-65 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-66 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-67 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-68 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-69 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-70 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-71 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-72 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-73 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-74 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-75 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-76 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-77 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-78 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-79 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-8 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-80 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-81 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-82 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-83 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-84 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-85 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-86 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-87 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-88 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-89 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-9 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-90 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-91 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-92 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-93 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-94 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-95 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-96 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-97 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-98 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-99 ul li:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article, #sp-wp-post-list-10 > article, #sp-wp-post-list-100 > article, #sp-wp-post-list-101 > article, #sp-wp-post-list-102 > article, #sp-wp-post-list-103 > article, #sp-wp-post-list-104 > article, #sp-wp-post-list-105 > article, #sp-wp-post-list-106 > article, #sp-wp-post-list-107 > article, #sp-wp-post-list-108 > article, #sp-wp-post-list-109 > article, #sp-wp-post-list-11 > article, #sp-wp-post-list-12 > article, #sp-wp-post-list-13 > article, #sp-wp-post-list-14 > article, #sp-wp-post-list-15 > article, #sp-wp-post-list-16 > article, #sp-wp-post-list-17 > article, #sp-wp-post-list-19 > article, #sp-wp-post-list-20 > article, #sp-wp-post-list-21 > article, #sp-wp-post-list-22 > article, #sp-wp-post-list-23 > article, #sp-wp-post-list-24 > article, #sp-wp-post-list-25 > article, #sp-wp-post-list-26 > article, #sp-wp-post-list-27 > article, #sp-wp-post-list-28 > article, #sp-wp-post-list-29 > article, #sp-wp-post-list-30 > article, #sp-wp-post-list-31 > article, #sp-wp-post-list-32 > article, #sp-wp-post-list-33 > article, #sp-wp-post-list-34 > article, #sp-wp-post-list-35 > article, #sp-wp-post-list-36 > article, #sp-wp-post-list-37 > article, #sp-wp-post-list-38 > article, #sp-wp-post-list-39 > article, #sp-wp-post-list-40 > article, #sp-wp-post-list-41 > article, #sp-wp-post-list-42 > article, #sp-wp-post-list-43 > article, #sp-wp-post-list-44 > article, #sp-wp-post-list-45 > article, #sp-wp-post-list-46 > article, #sp-wp-post-list-47 > article, #sp-wp-post-list-48 > article, #sp-wp-post-list-49 > article, #sp-wp-post-list-50 > article, #sp-wp-post-list-51 > article, #sp-wp-post-list-52 > article, #sp-wp-post-list-53 > article, #sp-wp-post-list-54 > article, #sp-wp-post-list-55 > article, #sp-wp-post-list-56 > article, #sp-wp-post-list-57 > article, #sp-wp-post-list-58 > article, #sp-wp-post-list-59 > article, #sp-wp-post-list-60 > article, #sp-wp-post-list-61 > article, #sp-wp-post-list-62 > article, #sp-wp-post-list-63 > article, #sp-wp-post-list-64 > article, #sp-wp-post-list-65 > article, #sp-wp-post-list-66 > article, #sp-wp-post-list-67 > article, #sp-wp-post-list-68 > article, #sp-wp-post-list-69 > article, #sp-wp-post-list-70 > article, #sp-wp-post-list-71 > article, #sp-wp-post-list-72 > article, #sp-wp-post-list-73 > article, #sp-wp-post-list-74 > article, #sp-wp-post-list-75 > article, #sp-wp-post-list-76 > article, #sp-wp-post-list-77 > article, #sp-wp-post-list-78 > article, #sp-wp-post-list-79 > article, #sp-wp-post-list-8 > article, #sp-wp-post-list-80 > article, #sp-wp-post-list-81 > article, #sp-wp-post-list-82 > article, #sp-wp-post-list-83 > article, #sp-wp-post-list-84 > article, #sp-wp-post-list-85 > article, #sp-wp-post-list-86 > article, #sp-wp-post-list-87 > article, #sp-wp-post-list-88 > article, #sp-wp-post-list-89 > article, #sp-wp-post-list-9 > article, #sp-wp-post-list-90 > article, #sp-wp-post-list-91 > article, #sp-wp-post-list-92 > article, #sp-wp-post-list-93 > article, #sp-wp-post-list-94 > article, #sp-wp-post-list-95 > article, #sp-wp-post-list-96 > article, #sp-wp-post-list-97 > article, #sp-wp-post-list-98 > article, #sp-wp-post-list-99 > article{
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  overflow : hidden;
}

#sp-entry-content-1 > article a, #sp-wp-post-list-10 > article a, #sp-wp-post-list-100 > article a, #sp-wp-post-list-101 > article a, #sp-wp-post-list-102 > article a, #sp-wp-post-list-103 > article a, #sp-wp-post-list-104 > article a, #sp-wp-post-list-105 > article a, #sp-wp-post-list-106 > article a, #sp-wp-post-list-107 > article a, #sp-wp-post-list-108 > article a, #sp-wp-post-list-109 > article a, #sp-wp-post-list-11 > article a, #sp-wp-post-list-12 > article a, #sp-wp-post-list-13 > article a, #sp-wp-post-list-14 > article a, #sp-wp-post-list-15 > article a, #sp-wp-post-list-16 > article a, #sp-wp-post-list-17 > article a, #sp-wp-post-list-19 > article a, #sp-wp-post-list-20 > article a, #sp-wp-post-list-21 > article a, #sp-wp-post-list-22 > article a, #sp-wp-post-list-23 > article a, #sp-wp-post-list-24 > article a, #sp-wp-post-list-25 > article a, #sp-wp-post-list-26 > article a, #sp-wp-post-list-27 > article a, #sp-wp-post-list-28 > article a, #sp-wp-post-list-29 > article a, #sp-wp-post-list-30 > article a, #sp-wp-post-list-31 > article a, #sp-wp-post-list-32 > article a, #sp-wp-post-list-33 > article a, #sp-wp-post-list-34 > article a, #sp-wp-post-list-35 > article a, #sp-wp-post-list-36 > article a, #sp-wp-post-list-37 > article a, #sp-wp-post-list-38 > article a, #sp-wp-post-list-39 > article a, #sp-wp-post-list-40 > article a, #sp-wp-post-list-41 > article a, #sp-wp-post-list-42 > article a, #sp-wp-post-list-43 > article a, #sp-wp-post-list-44 > article a, #sp-wp-post-list-45 > article a, #sp-wp-post-list-46 > article a, #sp-wp-post-list-47 > article a, #sp-wp-post-list-48 > article a, #sp-wp-post-list-49 > article a, #sp-wp-post-list-50 > article a, #sp-wp-post-list-51 > article a, #sp-wp-post-list-52 > article a, #sp-wp-post-list-53 > article a, #sp-wp-post-list-54 > article a, #sp-wp-post-list-55 > article a, #sp-wp-post-list-56 > article a, #sp-wp-post-list-57 > article a, #sp-wp-post-list-58 > article a, #sp-wp-post-list-59 > article a, #sp-wp-post-list-60 > article a, #sp-wp-post-list-61 > article a, #sp-wp-post-list-62 > article a, #sp-wp-post-list-63 > article a, #sp-wp-post-list-64 > article a, #sp-wp-post-list-65 > article a, #sp-wp-post-list-66 > article a, #sp-wp-post-list-67 > article a, #sp-wp-post-list-68 > article a, #sp-wp-post-list-69 > article a, #sp-wp-post-list-70 > article a, #sp-wp-post-list-71 > article a, #sp-wp-post-list-72 > article a, #sp-wp-post-list-73 > article a, #sp-wp-post-list-74 > article a, #sp-wp-post-list-75 > article a, #sp-wp-post-list-76 > article a, #sp-wp-post-list-77 > article a, #sp-wp-post-list-78 > article a, #sp-wp-post-list-79 > article a, #sp-wp-post-list-8 > article a, #sp-wp-post-list-80 > article a, #sp-wp-post-list-81 > article a, #sp-wp-post-list-82 > article a, #sp-wp-post-list-83 > article a, #sp-wp-post-list-84 > article a, #sp-wp-post-list-85 > article a, #sp-wp-post-list-86 > article a, #sp-wp-post-list-87 > article a, #sp-wp-post-list-88 > article a, #sp-wp-post-list-89 > article a, #sp-wp-post-list-9 > article a, #sp-wp-post-list-90 > article a, #sp-wp-post-list-91 > article a, #sp-wp-post-list-92 > article a, #sp-wp-post-list-93 > article a, #sp-wp-post-list-94 > article a, #sp-wp-post-list-95 > article a, #sp-wp-post-list-96 > article a, #sp-wp-post-list-97 > article a, #sp-wp-post-list-98 > article a, #sp-wp-post-list-99 > article a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > article a:hover, #sp-wp-post-list-10 > article a:hover, #sp-wp-post-list-100 > article a:hover, #sp-wp-post-list-101 > article a:hover, #sp-wp-post-list-102 > article a:hover, #sp-wp-post-list-103 > article a:hover, #sp-wp-post-list-104 > article a:hover, #sp-wp-post-list-105 > article a:hover, #sp-wp-post-list-106 > article a:hover, #sp-wp-post-list-107 > article a:hover, #sp-wp-post-list-108 > article a:hover, #sp-wp-post-list-109 > article a:hover, #sp-wp-post-list-11 > article a:hover, #sp-wp-post-list-12 > article a:hover, #sp-wp-post-list-13 > article a:hover, #sp-wp-post-list-14 > article a:hover, #sp-wp-post-list-15 > article a:hover, #sp-wp-post-list-16 > article a:hover, #sp-wp-post-list-17 > article a:hover, #sp-wp-post-list-19 > article a:hover, #sp-wp-post-list-20 > article a:hover, #sp-wp-post-list-21 > article a:hover, #sp-wp-post-list-22 > article a:hover, #sp-wp-post-list-23 > article a:hover, #sp-wp-post-list-24 > article a:hover, #sp-wp-post-list-25 > article a:hover, #sp-wp-post-list-26 > article a:hover, #sp-wp-post-list-27 > article a:hover, #sp-wp-post-list-28 > article a:hover, #sp-wp-post-list-29 > article a:hover, #sp-wp-post-list-30 > article a:hover, #sp-wp-post-list-31 > article a:hover, #sp-wp-post-list-32 > article a:hover, #sp-wp-post-list-33 > article a:hover, #sp-wp-post-list-34 > article a:hover, #sp-wp-post-list-35 > article a:hover, #sp-wp-post-list-36 > article a:hover, #sp-wp-post-list-37 > article a:hover, #sp-wp-post-list-38 > article a:hover, #sp-wp-post-list-39 > article a:hover, #sp-wp-post-list-40 > article a:hover, #sp-wp-post-list-41 > article a:hover, #sp-wp-post-list-42 > article a:hover, #sp-wp-post-list-43 > article a:hover, #sp-wp-post-list-44 > article a:hover, #sp-wp-post-list-45 > article a:hover, #sp-wp-post-list-46 > article a:hover, #sp-wp-post-list-47 > article a:hover, #sp-wp-post-list-48 > article a:hover, #sp-wp-post-list-49 > article a:hover, #sp-wp-post-list-50 > article a:hover, #sp-wp-post-list-51 > article a:hover, #sp-wp-post-list-52 > article a:hover, #sp-wp-post-list-53 > article a:hover, #sp-wp-post-list-54 > article a:hover, #sp-wp-post-list-55 > article a:hover, #sp-wp-post-list-56 > article a:hover, #sp-wp-post-list-57 > article a:hover, #sp-wp-post-list-58 > article a:hover, #sp-wp-post-list-59 > article a:hover, #sp-wp-post-list-60 > article a:hover, #sp-wp-post-list-61 > article a:hover, #sp-wp-post-list-62 > article a:hover, #sp-wp-post-list-63 > article a:hover, #sp-wp-post-list-64 > article a:hover, #sp-wp-post-list-65 > article a:hover, #sp-wp-post-list-66 > article a:hover, #sp-wp-post-list-67 > article a:hover, #sp-wp-post-list-68 > article a:hover, #sp-wp-post-list-69 > article a:hover, #sp-wp-post-list-70 > article a:hover, #sp-wp-post-list-71 > article a:hover, #sp-wp-post-list-72 > article a:hover, #sp-wp-post-list-73 > article a:hover, #sp-wp-post-list-74 > article a:hover, #sp-wp-post-list-75 > article a:hover, #sp-wp-post-list-76 > article a:hover, #sp-wp-post-list-77 > article a:hover, #sp-wp-post-list-78 > article a:hover, #sp-wp-post-list-79 > article a:hover, #sp-wp-post-list-8 > article a:hover, #sp-wp-post-list-80 > article a:hover, #sp-wp-post-list-81 > article a:hover, #sp-wp-post-list-82 > article a:hover, #sp-wp-post-list-83 > article a:hover, #sp-wp-post-list-84 > article a:hover, #sp-wp-post-list-85 > article a:hover, #sp-wp-post-list-86 > article a:hover, #sp-wp-post-list-87 > article a:hover, #sp-wp-post-list-88 > article a:hover, #sp-wp-post-list-89 > article a:hover, #sp-wp-post-list-9 > article a:hover, #sp-wp-post-list-90 > article a:hover, #sp-wp-post-list-91 > article a:hover, #sp-wp-post-list-92 > article a:hover, #sp-wp-post-list-93 > article a:hover, #sp-wp-post-list-94 > article a:hover, #sp-wp-post-list-95 > article a:hover, #sp-wp-post-list-96 > article a:hover, #sp-wp-post-list-97 > article a:hover, #sp-wp-post-list-98 > article a:hover, #sp-wp-post-list-99 > article a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-entry-content-1 > article:last-child, #sp-wp-post-list-10 > article:last-child, #sp-wp-post-list-100 > article:last-child, #sp-wp-post-list-101 > article:last-child, #sp-wp-post-list-102 > article:last-child, #sp-wp-post-list-103 > article:last-child, #sp-wp-post-list-104 > article:last-child, #sp-wp-post-list-105 > article:last-child, #sp-wp-post-list-106 > article:last-child, #sp-wp-post-list-107 > article:last-child, #sp-wp-post-list-108 > article:last-child, #sp-wp-post-list-109 > article:last-child, #sp-wp-post-list-11 > article:last-child, #sp-wp-post-list-12 > article:last-child, #sp-wp-post-list-13 > article:last-child, #sp-wp-post-list-14 > article:last-child, #sp-wp-post-list-15 > article:last-child, #sp-wp-post-list-16 > article:last-child, #sp-wp-post-list-17 > article:last-child, #sp-wp-post-list-19 > article:last-child, #sp-wp-post-list-20 > article:last-child, #sp-wp-post-list-21 > article:last-child, #sp-wp-post-list-22 > article:last-child, #sp-wp-post-list-23 > article:last-child, #sp-wp-post-list-24 > article:last-child, #sp-wp-post-list-25 > article:last-child, #sp-wp-post-list-26 > article:last-child, #sp-wp-post-list-27 > article:last-child, #sp-wp-post-list-28 > article:last-child, #sp-wp-post-list-29 > article:last-child, #sp-wp-post-list-30 > article:last-child, #sp-wp-post-list-31 > article:last-child, #sp-wp-post-list-32 > article:last-child, #sp-wp-post-list-33 > article:last-child, #sp-wp-post-list-34 > article:last-child, #sp-wp-post-list-35 > article:last-child, #sp-wp-post-list-36 > article:last-child, #sp-wp-post-list-37 > article:last-child, #sp-wp-post-list-38 > article:last-child, #sp-wp-post-list-39 > article:last-child, #sp-wp-post-list-40 > article:last-child, #sp-wp-post-list-41 > article:last-child, #sp-wp-post-list-42 > article:last-child, #sp-wp-post-list-43 > article:last-child, #sp-wp-post-list-44 > article:last-child, #sp-wp-post-list-45 > article:last-child, #sp-wp-post-list-46 > article:last-child, #sp-wp-post-list-47 > article:last-child, #sp-wp-post-list-48 > article:last-child, #sp-wp-post-list-49 > article:last-child, #sp-wp-post-list-50 > article:last-child, #sp-wp-post-list-51 > article:last-child, #sp-wp-post-list-52 > article:last-child, #sp-wp-post-list-53 > article:last-child, #sp-wp-post-list-54 > article:last-child, #sp-wp-post-list-55 > article:last-child, #sp-wp-post-list-56 > article:last-child, #sp-wp-post-list-57 > article:last-child, #sp-wp-post-list-58 > article:last-child, #sp-wp-post-list-59 > article:last-child, #sp-wp-post-list-60 > article:last-child, #sp-wp-post-list-61 > article:last-child, #sp-wp-post-list-62 > article:last-child, #sp-wp-post-list-63 > article:last-child, #sp-wp-post-list-64 > article:last-child, #sp-wp-post-list-65 > article:last-child, #sp-wp-post-list-66 > article:last-child, #sp-wp-post-list-67 > article:last-child, #sp-wp-post-list-68 > article:last-child, #sp-wp-post-list-69 > article:last-child, #sp-wp-post-list-70 > article:last-child, #sp-wp-post-list-71 > article:last-child, #sp-wp-post-list-72 > article:last-child, #sp-wp-post-list-73 > article:last-child, #sp-wp-post-list-74 > article:last-child, #sp-wp-post-list-75 > article:last-child, #sp-wp-post-list-76 > article:last-child, #sp-wp-post-list-77 > article:last-child, #sp-wp-post-list-78 > article:last-child, #sp-wp-post-list-79 > article:last-child, #sp-wp-post-list-8 > article:last-child, #sp-wp-post-list-80 > article:last-child, #sp-wp-post-list-81 > article:last-child, #sp-wp-post-list-82 > article:last-child, #sp-wp-post-list-83 > article:last-child, #sp-wp-post-list-84 > article:last-child, #sp-wp-post-list-85 > article:last-child, #sp-wp-post-list-86 > article:last-child, #sp-wp-post-list-87 > article:last-child, #sp-wp-post-list-88 > article:last-child, #sp-wp-post-list-89 > article:last-child, #sp-wp-post-list-9 > article:last-child, #sp-wp-post-list-90 > article:last-child, #sp-wp-post-list-91 > article:last-child, #sp-wp-post-list-92 > article:last-child, #sp-wp-post-list-93 > article:last-child, #sp-wp-post-list-94 > article:last-child, #sp-wp-post-list-95 > article:last-child, #sp-wp-post-list-96 > article:last-child, #sp-wp-post-list-97 > article:last-child, #sp-wp-post-list-98 > article:last-child, #sp-wp-post-list-99 > article:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article > .entry-content, #sp-wp-post-list-10 > article > .entry-content, #sp-wp-post-list-100 > article > .entry-content, #sp-wp-post-list-101 > article > .entry-content, #sp-wp-post-list-102 > article > .entry-content, #sp-wp-post-list-103 > article > .entry-content, #sp-wp-post-list-104 > article > .entry-content, #sp-wp-post-list-105 > article > .entry-content, #sp-wp-post-list-106 > article > .entry-content, #sp-wp-post-list-107 > article > .entry-content, #sp-wp-post-list-108 > article > .entry-content, #sp-wp-post-list-109 > article > .entry-content, #sp-wp-post-list-11 > article > .entry-content, #sp-wp-post-list-12 > article > .entry-content, #sp-wp-post-list-13 > article > .entry-content, #sp-wp-post-list-14 > article > .entry-content, #sp-wp-post-list-15 > article > .entry-content, #sp-wp-post-list-16 > article > .entry-content, #sp-wp-post-list-17 > article > .entry-content, #sp-wp-post-list-19 > article > .entry-content, #sp-wp-post-list-20 > article > .entry-content, #sp-wp-post-list-21 > article > .entry-content, #sp-wp-post-list-22 > article > .entry-content, #sp-wp-post-list-23 > article > .entry-content, #sp-wp-post-list-24 > article > .entry-content, #sp-wp-post-list-25 > article > .entry-content, #sp-wp-post-list-26 > article > .entry-content, #sp-wp-post-list-27 > article > .entry-content, #sp-wp-post-list-28 > article > .entry-content, #sp-wp-post-list-29 > article > .entry-content, #sp-wp-post-list-30 > article > .entry-content, #sp-wp-post-list-31 > article > .entry-content, #sp-wp-post-list-32 > article > .entry-content, #sp-wp-post-list-33 > article > .entry-content, #sp-wp-post-list-34 > article > .entry-content, #sp-wp-post-list-35 > article > .entry-content, #sp-wp-post-list-36 > article > .entry-content, #sp-wp-post-list-37 > article > .entry-content, #sp-wp-post-list-38 > article > .entry-content, #sp-wp-post-list-39 > article > .entry-content, #sp-wp-post-list-40 > article > .entry-content, #sp-wp-post-list-41 > article > .entry-content, #sp-wp-post-list-42 > article > .entry-content, #sp-wp-post-list-43 > article > .entry-content, #sp-wp-post-list-44 > article > .entry-content, #sp-wp-post-list-45 > article > .entry-content, #sp-wp-post-list-46 > article > .entry-content, #sp-wp-post-list-47 > article > .entry-content, #sp-wp-post-list-48 > article > .entry-content, #sp-wp-post-list-49 > article > .entry-content, #sp-wp-post-list-50 > article > .entry-content, #sp-wp-post-list-51 > article > .entry-content, #sp-wp-post-list-52 > article > .entry-content, #sp-wp-post-list-53 > article > .entry-content, #sp-wp-post-list-54 > article > .entry-content, #sp-wp-post-list-55 > article > .entry-content, #sp-wp-post-list-56 > article > .entry-content, #sp-wp-post-list-57 > article > .entry-content, #sp-wp-post-list-58 > article > .entry-content, #sp-wp-post-list-59 > article > .entry-content, #sp-wp-post-list-60 > article > .entry-content, #sp-wp-post-list-61 > article > .entry-content, #sp-wp-post-list-62 > article > .entry-content, #sp-wp-post-list-63 > article > .entry-content, #sp-wp-post-list-64 > article > .entry-content, #sp-wp-post-list-65 > article > .entry-content, #sp-wp-post-list-66 > article > .entry-content, #sp-wp-post-list-67 > article > .entry-content, #sp-wp-post-list-68 > article > .entry-content, #sp-wp-post-list-69 > article > .entry-content, #sp-wp-post-list-70 > article > .entry-content, #sp-wp-post-list-71 > article > .entry-content, #sp-wp-post-list-72 > article > .entry-content, #sp-wp-post-list-73 > article > .entry-content, #sp-wp-post-list-74 > article > .entry-content, #sp-wp-post-list-75 > article > .entry-content, #sp-wp-post-list-76 > article > .entry-content, #sp-wp-post-list-77 > article > .entry-content, #sp-wp-post-list-78 > article > .entry-content, #sp-wp-post-list-79 > article > .entry-content, #sp-wp-post-list-8 > article > .entry-content, #sp-wp-post-list-80 > article > .entry-content, #sp-wp-post-list-81 > article > .entry-content, #sp-wp-post-list-82 > article > .entry-content, #sp-wp-post-list-83 > article > .entry-content, #sp-wp-post-list-84 > article > .entry-content, #sp-wp-post-list-85 > article > .entry-content, #sp-wp-post-list-86 > article > .entry-content, #sp-wp-post-list-87 > article > .entry-content, #sp-wp-post-list-88 > article > .entry-content, #sp-wp-post-list-89 > article > .entry-content, #sp-wp-post-list-9 > article > .entry-content, #sp-wp-post-list-90 > article > .entry-content, #sp-wp-post-list-91 > article > .entry-content, #sp-wp-post-list-92 > article > .entry-content, #sp-wp-post-list-93 > article > .entry-content, #sp-wp-post-list-94 > article > .entry-content, #sp-wp-post-list-95 > article > .entry-content, #sp-wp-post-list-96 > article > .entry-content, #sp-wp-post-list-97 > article > .entry-content, #sp-wp-post-list-98 > article > .entry-content, #sp-wp-post-list-99 > article > .entry-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#sp-entry-content-1 > article > footer, #sp-wp-post-list-10 > article > footer, #sp-wp-post-list-100 > article > footer, #sp-wp-post-list-101 > article > footer, #sp-wp-post-list-102 > article > footer, #sp-wp-post-list-103 > article > footer, #sp-wp-post-list-104 > article > footer, #sp-wp-post-list-105 > article > footer, #sp-wp-post-list-106 > article > footer, #sp-wp-post-list-107 > article > footer, #sp-wp-post-list-108 > article > footer, #sp-wp-post-list-109 > article > footer, #sp-wp-post-list-11 > article > footer, #sp-wp-post-list-12 > article > footer, #sp-wp-post-list-13 > article > footer, #sp-wp-post-list-14 > article > footer, #sp-wp-post-list-15 > article > footer, #sp-wp-post-list-16 > article > footer, #sp-wp-post-list-17 > article > footer, #sp-wp-post-list-19 > article > footer, #sp-wp-post-list-20 > article > footer, #sp-wp-post-list-21 > article > footer, #sp-wp-post-list-22 > article > footer, #sp-wp-post-list-23 > article > footer, #sp-wp-post-list-24 > article > footer, #sp-wp-post-list-25 > article > footer, #sp-wp-post-list-26 > article > footer, #sp-wp-post-list-27 > article > footer, #sp-wp-post-list-28 > article > footer, #sp-wp-post-list-29 > article > footer, #sp-wp-post-list-30 > article > footer, #sp-wp-post-list-31 > article > footer, #sp-wp-post-list-32 > article > footer, #sp-wp-post-list-33 > article > footer, #sp-wp-post-list-34 > article > footer, #sp-wp-post-list-35 > article > footer, #sp-wp-post-list-36 > article > footer, #sp-wp-post-list-37 > article > footer, #sp-wp-post-list-38 > article > footer, #sp-wp-post-list-39 > article > footer, #sp-wp-post-list-40 > article > footer, #sp-wp-post-list-41 > article > footer, #sp-wp-post-list-42 > article > footer, #sp-wp-post-list-43 > article > footer, #sp-wp-post-list-44 > article > footer, #sp-wp-post-list-45 > article > footer, #sp-wp-post-list-46 > article > footer, #sp-wp-post-list-47 > article > footer, #sp-wp-post-list-48 > article > footer, #sp-wp-post-list-49 > article > footer, #sp-wp-post-list-50 > article > footer, #sp-wp-post-list-51 > article > footer, #sp-wp-post-list-52 > article > footer, #sp-wp-post-list-53 > article > footer, #sp-wp-post-list-54 > article > footer, #sp-wp-post-list-55 > article > footer, #sp-wp-post-list-56 > article > footer, #sp-wp-post-list-57 > article > footer, #sp-wp-post-list-58 > article > footer, #sp-wp-post-list-59 > article > footer, #sp-wp-post-list-60 > article > footer, #sp-wp-post-list-61 > article > footer, #sp-wp-post-list-62 > article > footer, #sp-wp-post-list-63 > article > footer, #sp-wp-post-list-64 > article > footer, #sp-wp-post-list-65 > article > footer, #sp-wp-post-list-66 > article > footer, #sp-wp-post-list-67 > article > footer, #sp-wp-post-list-68 > article > footer, #sp-wp-post-list-69 > article > footer, #sp-wp-post-list-70 > article > footer, #sp-wp-post-list-71 > article > footer, #sp-wp-post-list-72 > article > footer, #sp-wp-post-list-73 > article > footer, #sp-wp-post-list-74 > article > footer, #sp-wp-post-list-75 > article > footer, #sp-wp-post-list-76 > article > footer, #sp-wp-post-list-77 > article > footer, #sp-wp-post-list-78 > article > footer, #sp-wp-post-list-79 > article > footer, #sp-wp-post-list-8 > article > footer, #sp-wp-post-list-80 > article > footer, #sp-wp-post-list-81 > article > footer, #sp-wp-post-list-82 > article > footer, #sp-wp-post-list-83 > article > footer, #sp-wp-post-list-84 > article > footer, #sp-wp-post-list-85 > article > footer, #sp-wp-post-list-86 > article > footer, #sp-wp-post-list-87 > article > footer, #sp-wp-post-list-88 > article > footer, #sp-wp-post-list-89 > article > footer, #sp-wp-post-list-9 > article > footer, #sp-wp-post-list-90 > article > footer, #sp-wp-post-list-91 > article > footer, #sp-wp-post-list-92 > article > footer, #sp-wp-post-list-93 > article > footer, #sp-wp-post-list-94 > article > footer, #sp-wp-post-list-95 > article > footer, #sp-wp-post-list-96 > article > footer, #sp-wp-post-list-97 > article > footer, #sp-wp-post-list-98 > article > footer, #sp-wp-post-list-99 > article > footer{
  font-size : 1.2rem;
  text-align : right;
}

#sp-entry-content-1 > article > p, #sp-wp-post-list-10 > article > p, #sp-wp-post-list-100 > article > p, #sp-wp-post-list-101 > article > p, #sp-wp-post-list-102 > article > p, #sp-wp-post-list-103 > article > p, #sp-wp-post-list-104 > article > p, #sp-wp-post-list-105 > article > p, #sp-wp-post-list-106 > article > p, #sp-wp-post-list-107 > article > p, #sp-wp-post-list-108 > article > p, #sp-wp-post-list-109 > article > p, #sp-wp-post-list-11 > article > p, #sp-wp-post-list-12 > article > p, #sp-wp-post-list-13 > article > p, #sp-wp-post-list-14 > article > p, #sp-wp-post-list-15 > article > p, #sp-wp-post-list-16 > article > p, #sp-wp-post-list-17 > article > p, #sp-wp-post-list-19 > article > p, #sp-wp-post-list-20 > article > p, #sp-wp-post-list-21 > article > p, #sp-wp-post-list-22 > article > p, #sp-wp-post-list-23 > article > p, #sp-wp-post-list-24 > article > p, #sp-wp-post-list-25 > article > p, #sp-wp-post-list-26 > article > p, #sp-wp-post-list-27 > article > p, #sp-wp-post-list-28 > article > p, #sp-wp-post-list-29 > article > p, #sp-wp-post-list-30 > article > p, #sp-wp-post-list-31 > article > p, #sp-wp-post-list-32 > article > p, #sp-wp-post-list-33 > article > p, #sp-wp-post-list-34 > article > p, #sp-wp-post-list-35 > article > p, #sp-wp-post-list-36 > article > p, #sp-wp-post-list-37 > article > p, #sp-wp-post-list-38 > article > p, #sp-wp-post-list-39 > article > p, #sp-wp-post-list-40 > article > p, #sp-wp-post-list-41 > article > p, #sp-wp-post-list-42 > article > p, #sp-wp-post-list-43 > article > p, #sp-wp-post-list-44 > article > p, #sp-wp-post-list-45 > article > p, #sp-wp-post-list-46 > article > p, #sp-wp-post-list-47 > article > p, #sp-wp-post-list-48 > article > p, #sp-wp-post-list-49 > article > p, #sp-wp-post-list-50 > article > p, #sp-wp-post-list-51 > article > p, #sp-wp-post-list-52 > article > p, #sp-wp-post-list-53 > article > p, #sp-wp-post-list-54 > article > p, #sp-wp-post-list-55 > article > p, #sp-wp-post-list-56 > article > p, #sp-wp-post-list-57 > article > p, #sp-wp-post-list-58 > article > p, #sp-wp-post-list-59 > article > p, #sp-wp-post-list-60 > article > p, #sp-wp-post-list-61 > article > p, #sp-wp-post-list-62 > article > p, #sp-wp-post-list-63 > article > p, #sp-wp-post-list-64 > article > p, #sp-wp-post-list-65 > article > p, #sp-wp-post-list-66 > article > p, #sp-wp-post-list-67 > article > p, #sp-wp-post-list-68 > article > p, #sp-wp-post-list-69 > article > p, #sp-wp-post-list-70 > article > p, #sp-wp-post-list-71 > article > p, #sp-wp-post-list-72 > article > p, #sp-wp-post-list-73 > article > p, #sp-wp-post-list-74 > article > p, #sp-wp-post-list-75 > article > p, #sp-wp-post-list-76 > article > p, #sp-wp-post-list-77 > article > p, #sp-wp-post-list-78 > article > p, #sp-wp-post-list-79 > article > p, #sp-wp-post-list-8 > article > p, #sp-wp-post-list-80 > article > p, #sp-wp-post-list-81 > article > p, #sp-wp-post-list-82 > article > p, #sp-wp-post-list-83 > article > p, #sp-wp-post-list-84 > article > p, #sp-wp-post-list-85 > article > p, #sp-wp-post-list-86 > article > p, #sp-wp-post-list-87 > article > p, #sp-wp-post-list-88 > article > p, #sp-wp-post-list-89 > article > p, #sp-wp-post-list-9 > article > p, #sp-wp-post-list-90 > article > p, #sp-wp-post-list-91 > article > p, #sp-wp-post-list-92 > article > p, #sp-wp-post-list-93 > article > p, #sp-wp-post-list-94 > article > p, #sp-wp-post-list-95 > article > p, #sp-wp-post-list-96 > article > p, #sp-wp-post-list-97 > article > p, #sp-wp-post-list-98 > article > p, #sp-wp-post-list-99 > article > p{
  margin-right : 20px;
  width : 150px;
  float : left;
}

#sp-entry-content-1 > dl a, #sp-wp-post-list-10 > dl a, #sp-wp-post-list-100 > dl a, #sp-wp-post-list-101 > dl a, #sp-wp-post-list-102 > dl a, #sp-wp-post-list-103 > dl a, #sp-wp-post-list-104 > dl a, #sp-wp-post-list-105 > dl a, #sp-wp-post-list-106 > dl a, #sp-wp-post-list-107 > dl a, #sp-wp-post-list-108 > dl a, #sp-wp-post-list-109 > dl a, #sp-wp-post-list-11 > dl a, #sp-wp-post-list-12 > dl a, #sp-wp-post-list-13 > dl a, #sp-wp-post-list-14 > dl a, #sp-wp-post-list-15 > dl a, #sp-wp-post-list-16 > dl a, #sp-wp-post-list-17 > dl a, #sp-wp-post-list-19 > dl a, #sp-wp-post-list-20 > dl a, #sp-wp-post-list-21 > dl a, #sp-wp-post-list-22 > dl a, #sp-wp-post-list-23 > dl a, #sp-wp-post-list-24 > dl a, #sp-wp-post-list-25 > dl a, #sp-wp-post-list-26 > dl a, #sp-wp-post-list-27 > dl a, #sp-wp-post-list-28 > dl a, #sp-wp-post-list-29 > dl a, #sp-wp-post-list-30 > dl a, #sp-wp-post-list-31 > dl a, #sp-wp-post-list-32 > dl a, #sp-wp-post-list-33 > dl a, #sp-wp-post-list-34 > dl a, #sp-wp-post-list-35 > dl a, #sp-wp-post-list-36 > dl a, #sp-wp-post-list-37 > dl a, #sp-wp-post-list-38 > dl a, #sp-wp-post-list-39 > dl a, #sp-wp-post-list-40 > dl a, #sp-wp-post-list-41 > dl a, #sp-wp-post-list-42 > dl a, #sp-wp-post-list-43 > dl a, #sp-wp-post-list-44 > dl a, #sp-wp-post-list-45 > dl a, #sp-wp-post-list-46 > dl a, #sp-wp-post-list-47 > dl a, #sp-wp-post-list-48 > dl a, #sp-wp-post-list-49 > dl a, #sp-wp-post-list-50 > dl a, #sp-wp-post-list-51 > dl a, #sp-wp-post-list-52 > dl a, #sp-wp-post-list-53 > dl a, #sp-wp-post-list-54 > dl a, #sp-wp-post-list-55 > dl a, #sp-wp-post-list-56 > dl a, #sp-wp-post-list-57 > dl a, #sp-wp-post-list-58 > dl a, #sp-wp-post-list-59 > dl a, #sp-wp-post-list-60 > dl a, #sp-wp-post-list-61 > dl a, #sp-wp-post-list-62 > dl a, #sp-wp-post-list-63 > dl a, #sp-wp-post-list-64 > dl a, #sp-wp-post-list-65 > dl a, #sp-wp-post-list-66 > dl a, #sp-wp-post-list-67 > dl a, #sp-wp-post-list-68 > dl a, #sp-wp-post-list-69 > dl a, #sp-wp-post-list-70 > dl a, #sp-wp-post-list-71 > dl a, #sp-wp-post-list-72 > dl a, #sp-wp-post-list-73 > dl a, #sp-wp-post-list-74 > dl a, #sp-wp-post-list-75 > dl a, #sp-wp-post-list-76 > dl a, #sp-wp-post-list-77 > dl a, #sp-wp-post-list-78 > dl a, #sp-wp-post-list-79 > dl a, #sp-wp-post-list-8 > dl a, #sp-wp-post-list-80 > dl a, #sp-wp-post-list-81 > dl a, #sp-wp-post-list-82 > dl a, #sp-wp-post-list-83 > dl a, #sp-wp-post-list-84 > dl a, #sp-wp-post-list-85 > dl a, #sp-wp-post-list-86 > dl a, #sp-wp-post-list-87 > dl a, #sp-wp-post-list-88 > dl a, #sp-wp-post-list-89 > dl a, #sp-wp-post-list-9 > dl a, #sp-wp-post-list-90 > dl a, #sp-wp-post-list-91 > dl a, #sp-wp-post-list-92 > dl a, #sp-wp-post-list-93 > dl a, #sp-wp-post-list-94 > dl a, #sp-wp-post-list-95 > dl a, #sp-wp-post-list-96 > dl a, #sp-wp-post-list-97 > dl a, #sp-wp-post-list-98 > dl a, #sp-wp-post-list-99 > dl a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > dl a:hover, #sp-wp-post-list-10 > dl a:hover, #sp-wp-post-list-100 > dl a:hover, #sp-wp-post-list-101 > dl a:hover, #sp-wp-post-list-102 > dl a:hover, #sp-wp-post-list-103 > dl a:hover, #sp-wp-post-list-104 > dl a:hover, #sp-wp-post-list-105 > dl a:hover, #sp-wp-post-list-106 > dl a:hover, #sp-wp-post-list-107 > dl a:hover, #sp-wp-post-list-108 > dl a:hover, #sp-wp-post-list-109 > dl a:hover, #sp-wp-post-list-11 > dl a:hover, #sp-wp-post-list-12 > dl a:hover, #sp-wp-post-list-13 > dl a:hover, #sp-wp-post-list-14 > dl a:hover, #sp-wp-post-list-15 > dl a:hover, #sp-wp-post-list-16 > dl a:hover, #sp-wp-post-list-17 > dl a:hover, #sp-wp-post-list-19 > dl a:hover, #sp-wp-post-list-20 > dl a:hover, #sp-wp-post-list-21 > dl a:hover, #sp-wp-post-list-22 > dl a:hover, #sp-wp-post-list-23 > dl a:hover, #sp-wp-post-list-24 > dl a:hover, #sp-wp-post-list-25 > dl a:hover, #sp-wp-post-list-26 > dl a:hover, #sp-wp-post-list-27 > dl a:hover, #sp-wp-post-list-28 > dl a:hover, #sp-wp-post-list-29 > dl a:hover, #sp-wp-post-list-30 > dl a:hover, #sp-wp-post-list-31 > dl a:hover, #sp-wp-post-list-32 > dl a:hover, #sp-wp-post-list-33 > dl a:hover, #sp-wp-post-list-34 > dl a:hover, #sp-wp-post-list-35 > dl a:hover, #sp-wp-post-list-36 > dl a:hover, #sp-wp-post-list-37 > dl a:hover, #sp-wp-post-list-38 > dl a:hover, #sp-wp-post-list-39 > dl a:hover, #sp-wp-post-list-40 > dl a:hover, #sp-wp-post-list-41 > dl a:hover, #sp-wp-post-list-42 > dl a:hover, #sp-wp-post-list-43 > dl a:hover, #sp-wp-post-list-44 > dl a:hover, #sp-wp-post-list-45 > dl a:hover, #sp-wp-post-list-46 > dl a:hover, #sp-wp-post-list-47 > dl a:hover, #sp-wp-post-list-48 > dl a:hover, #sp-wp-post-list-49 > dl a:hover, #sp-wp-post-list-50 > dl a:hover, #sp-wp-post-list-51 > dl a:hover, #sp-wp-post-list-52 > dl a:hover, #sp-wp-post-list-53 > dl a:hover, #sp-wp-post-list-54 > dl a:hover, #sp-wp-post-list-55 > dl a:hover, #sp-wp-post-list-56 > dl a:hover, #sp-wp-post-list-57 > dl a:hover, #sp-wp-post-list-58 > dl a:hover, #sp-wp-post-list-59 > dl a:hover, #sp-wp-post-list-60 > dl a:hover, #sp-wp-post-list-61 > dl a:hover, #sp-wp-post-list-62 > dl a:hover, #sp-wp-post-list-63 > dl a:hover, #sp-wp-post-list-64 > dl a:hover, #sp-wp-post-list-65 > dl a:hover, #sp-wp-post-list-66 > dl a:hover, #sp-wp-post-list-67 > dl a:hover, #sp-wp-post-list-68 > dl a:hover, #sp-wp-post-list-69 > dl a:hover, #sp-wp-post-list-70 > dl a:hover, #sp-wp-post-list-71 > dl a:hover, #sp-wp-post-list-72 > dl a:hover, #sp-wp-post-list-73 > dl a:hover, #sp-wp-post-list-74 > dl a:hover, #sp-wp-post-list-75 > dl a:hover, #sp-wp-post-list-76 > dl a:hover, #sp-wp-post-list-77 > dl a:hover, #sp-wp-post-list-78 > dl a:hover, #sp-wp-post-list-79 > dl a:hover, #sp-wp-post-list-8 > dl a:hover, #sp-wp-post-list-80 > dl a:hover, #sp-wp-post-list-81 > dl a:hover, #sp-wp-post-list-82 > dl a:hover, #sp-wp-post-list-83 > dl a:hover, #sp-wp-post-list-84 > dl a:hover, #sp-wp-post-list-85 > dl a:hover, #sp-wp-post-list-86 > dl a:hover, #sp-wp-post-list-87 > dl a:hover, #sp-wp-post-list-88 > dl a:hover, #sp-wp-post-list-89 > dl a:hover, #sp-wp-post-list-9 > dl a:hover, #sp-wp-post-list-90 > dl a:hover, #sp-wp-post-list-91 > dl a:hover, #sp-wp-post-list-92 > dl a:hover, #sp-wp-post-list-93 > dl a:hover, #sp-wp-post-list-94 > dl a:hover, #sp-wp-post-list-95 > dl a:hover, #sp-wp-post-list-96 > dl a:hover, #sp-wp-post-list-97 > dl a:hover, #sp-wp-post-list-98 > dl a:hover, #sp-wp-post-list-99 > dl a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-entry-content-1 > h3, #sp-wp-post-list-10 > h3, #sp-wp-post-list-100 > h3, #sp-wp-post-list-101 > h3, #sp-wp-post-list-102 > h3, #sp-wp-post-list-103 > h3, #sp-wp-post-list-104 > h3, #sp-wp-post-list-105 > h3, #sp-wp-post-list-106 > h3, #sp-wp-post-list-107 > h3, #sp-wp-post-list-108 > h3, #sp-wp-post-list-109 > h3, #sp-wp-post-list-11 > h3, #sp-wp-post-list-12 > h3, #sp-wp-post-list-13 > h3, #sp-wp-post-list-14 > h3, #sp-wp-post-list-15 > h3, #sp-wp-post-list-16 > h3, #sp-wp-post-list-17 > h3, #sp-wp-post-list-19 > h3, #sp-wp-post-list-20 > h3, #sp-wp-post-list-21 > h3, #sp-wp-post-list-22 > h3, #sp-wp-post-list-23 > h3, #sp-wp-post-list-24 > h3, #sp-wp-post-list-25 > h3, #sp-wp-post-list-26 > h3, #sp-wp-post-list-27 > h3, #sp-wp-post-list-28 > h3, #sp-wp-post-list-29 > h3, #sp-wp-post-list-30 > h3, #sp-wp-post-list-31 > h3, #sp-wp-post-list-32 > h3, #sp-wp-post-list-33 > h3, #sp-wp-post-list-34 > h3, #sp-wp-post-list-35 > h3, #sp-wp-post-list-36 > h3, #sp-wp-post-list-37 > h3, #sp-wp-post-list-38 > h3, #sp-wp-post-list-39 > h3, #sp-wp-post-list-40 > h3, #sp-wp-post-list-41 > h3, #sp-wp-post-list-42 > h3, #sp-wp-post-list-43 > h3, #sp-wp-post-list-44 > h3, #sp-wp-post-list-45 > h3, #sp-wp-post-list-46 > h3, #sp-wp-post-list-47 > h3, #sp-wp-post-list-48 > h3, #sp-wp-post-list-49 > h3, #sp-wp-post-list-50 > h3, #sp-wp-post-list-51 > h3, #sp-wp-post-list-52 > h3, #sp-wp-post-list-53 > h3, #sp-wp-post-list-54 > h3, #sp-wp-post-list-55 > h3, #sp-wp-post-list-56 > h3, #sp-wp-post-list-57 > h3, #sp-wp-post-list-58 > h3, #sp-wp-post-list-59 > h3, #sp-wp-post-list-60 > h3, #sp-wp-post-list-61 > h3, #sp-wp-post-list-62 > h3, #sp-wp-post-list-63 > h3, #sp-wp-post-list-64 > h3, #sp-wp-post-list-65 > h3, #sp-wp-post-list-66 > h3, #sp-wp-post-list-67 > h3, #sp-wp-post-list-68 > h3, #sp-wp-post-list-69 > h3, #sp-wp-post-list-70 > h3, #sp-wp-post-list-71 > h3, #sp-wp-post-list-72 > h3, #sp-wp-post-list-73 > h3, #sp-wp-post-list-74 > h3, #sp-wp-post-list-75 > h3, #sp-wp-post-list-76 > h3, #sp-wp-post-list-77 > h3, #sp-wp-post-list-78 > h3, #sp-wp-post-list-79 > h3, #sp-wp-post-list-8 > h3, #sp-wp-post-list-80 > h3, #sp-wp-post-list-81 > h3, #sp-wp-post-list-82 > h3, #sp-wp-post-list-83 > h3, #sp-wp-post-list-84 > h3, #sp-wp-post-list-85 > h3, #sp-wp-post-list-86 > h3, #sp-wp-post-list-87 > h3, #sp-wp-post-list-88 > h3, #sp-wp-post-list-89 > h3, #sp-wp-post-list-9 > h3, #sp-wp-post-list-90 > h3, #sp-wp-post-list-91 > h3, #sp-wp-post-list-92 > h3, #sp-wp-post-list-93 > h3, #sp-wp-post-list-94 > h3, #sp-wp-post-list-95 > h3, #sp-wp-post-list-96 > h3, #sp-wp-post-list-97 > h3, #sp-wp-post-list-98 > h3, #sp-wp-post-list-99 > h3{
  font-size : 1.8rem;
  font-weight : bold;
  color : white;
  background-color : #343740;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : -20px;
  margin-right : -20px;
  margin-bottom : 30px;
}

#sp-entry-content-1 > h3 > a, #sp-wp-post-list-10 > h3 > a, #sp-wp-post-list-100 > h3 > a, #sp-wp-post-list-101 > h3 > a, #sp-wp-post-list-102 > h3 > a, #sp-wp-post-list-103 > h3 > a, #sp-wp-post-list-104 > h3 > a, #sp-wp-post-list-105 > h3 > a, #sp-wp-post-list-106 > h3 > a, #sp-wp-post-list-107 > h3 > a, #sp-wp-post-list-108 > h3 > a, #sp-wp-post-list-109 > h3 > a, #sp-wp-post-list-11 > h3 > a, #sp-wp-post-list-12 > h3 > a, #sp-wp-post-list-13 > h3 > a, #sp-wp-post-list-14 > h3 > a, #sp-wp-post-list-15 > h3 > a, #sp-wp-post-list-16 > h3 > a, #sp-wp-post-list-17 > h3 > a, #sp-wp-post-list-19 > h3 > a, #sp-wp-post-list-20 > h3 > a, #sp-wp-post-list-21 > h3 > a, #sp-wp-post-list-22 > h3 > a, #sp-wp-post-list-23 > h3 > a, #sp-wp-post-list-24 > h3 > a, #sp-wp-post-list-25 > h3 > a, #sp-wp-post-list-26 > h3 > a, #sp-wp-post-list-27 > h3 > a, #sp-wp-post-list-28 > h3 > a, #sp-wp-post-list-29 > h3 > a, #sp-wp-post-list-30 > h3 > a, #sp-wp-post-list-31 > h3 > a, #sp-wp-post-list-32 > h3 > a, #sp-wp-post-list-33 > h3 > a, #sp-wp-post-list-34 > h3 > a, #sp-wp-post-list-35 > h3 > a, #sp-wp-post-list-36 > h3 > a, #sp-wp-post-list-37 > h3 > a, #sp-wp-post-list-38 > h3 > a, #sp-wp-post-list-39 > h3 > a, #sp-wp-post-list-40 > h3 > a, #sp-wp-post-list-41 > h3 > a, #sp-wp-post-list-42 > h3 > a, #sp-wp-post-list-43 > h3 > a, #sp-wp-post-list-44 > h3 > a, #sp-wp-post-list-45 > h3 > a, #sp-wp-post-list-46 > h3 > a, #sp-wp-post-list-47 > h3 > a, #sp-wp-post-list-48 > h3 > a, #sp-wp-post-list-49 > h3 > a, #sp-wp-post-list-50 > h3 > a, #sp-wp-post-list-51 > h3 > a, #sp-wp-post-list-52 > h3 > a, #sp-wp-post-list-53 > h3 > a, #sp-wp-post-list-54 > h3 > a, #sp-wp-post-list-55 > h3 > a, #sp-wp-post-list-56 > h3 > a, #sp-wp-post-list-57 > h3 > a, #sp-wp-post-list-58 > h3 > a, #sp-wp-post-list-59 > h3 > a, #sp-wp-post-list-60 > h3 > a, #sp-wp-post-list-61 > h3 > a, #sp-wp-post-list-62 > h3 > a, #sp-wp-post-list-63 > h3 > a, #sp-wp-post-list-64 > h3 > a, #sp-wp-post-list-65 > h3 > a, #sp-wp-post-list-66 > h3 > a, #sp-wp-post-list-67 > h3 > a, #sp-wp-post-list-68 > h3 > a, #sp-wp-post-list-69 > h3 > a, #sp-wp-post-list-70 > h3 > a, #sp-wp-post-list-71 > h3 > a, #sp-wp-post-list-72 > h3 > a, #sp-wp-post-list-73 > h3 > a, #sp-wp-post-list-74 > h3 > a, #sp-wp-post-list-75 > h3 > a, #sp-wp-post-list-76 > h3 > a, #sp-wp-post-list-77 > h3 > a, #sp-wp-post-list-78 > h3 > a, #sp-wp-post-list-79 > h3 > a, #sp-wp-post-list-8 > h3 > a, #sp-wp-post-list-80 > h3 > a, #sp-wp-post-list-81 > h3 > a, #sp-wp-post-list-82 > h3 > a, #sp-wp-post-list-83 > h3 > a, #sp-wp-post-list-84 > h3 > a, #sp-wp-post-list-85 > h3 > a, #sp-wp-post-list-86 > h3 > a, #sp-wp-post-list-87 > h3 > a, #sp-wp-post-list-88 > h3 > a, #sp-wp-post-list-89 > h3 > a, #sp-wp-post-list-9 > h3 > a, #sp-wp-post-list-90 > h3 > a, #sp-wp-post-list-91 > h3 > a, #sp-wp-post-list-92 > h3 > a, #sp-wp-post-list-93 > h3 > a, #sp-wp-post-list-94 > h3 > a, #sp-wp-post-list-95 > h3 > a, #sp-wp-post-list-96 > h3 > a, #sp-wp-post-list-97 > h3 > a, #sp-wp-post-list-98 > h3 > a, #sp-wp-post-list-99 > h3 > a{
  color : white !important;
  text-decoration : none;
}

#sp-entry-content-1 > ul a, #sp-wp-post-list-10 > ul a, #sp-wp-post-list-100 > ul a, #sp-wp-post-list-101 > ul a, #sp-wp-post-list-102 > ul a, #sp-wp-post-list-103 > ul a, #sp-wp-post-list-104 > ul a, #sp-wp-post-list-105 > ul a, #sp-wp-post-list-106 > ul a, #sp-wp-post-list-107 > ul a, #sp-wp-post-list-108 > ul a, #sp-wp-post-list-109 > ul a, #sp-wp-post-list-11 > ul a, #sp-wp-post-list-12 > ul a, #sp-wp-post-list-13 > ul a, #sp-wp-post-list-14 > ul a, #sp-wp-post-list-15 > ul a, #sp-wp-post-list-16 > ul a, #sp-wp-post-list-17 > ul a, #sp-wp-post-list-19 > ul a, #sp-wp-post-list-20 > ul a, #sp-wp-post-list-21 > ul a, #sp-wp-post-list-22 > ul a, #sp-wp-post-list-23 > ul a, #sp-wp-post-list-24 > ul a, #sp-wp-post-list-25 > ul a, #sp-wp-post-list-26 > ul a, #sp-wp-post-list-27 > ul a, #sp-wp-post-list-28 > ul a, #sp-wp-post-list-29 > ul a, #sp-wp-post-list-30 > ul a, #sp-wp-post-list-31 > ul a, #sp-wp-post-list-32 > ul a, #sp-wp-post-list-33 > ul a, #sp-wp-post-list-34 > ul a, #sp-wp-post-list-35 > ul a, #sp-wp-post-list-36 > ul a, #sp-wp-post-list-37 > ul a, #sp-wp-post-list-38 > ul a, #sp-wp-post-list-39 > ul a, #sp-wp-post-list-40 > ul a, #sp-wp-post-list-41 > ul a, #sp-wp-post-list-42 > ul a, #sp-wp-post-list-43 > ul a, #sp-wp-post-list-44 > ul a, #sp-wp-post-list-45 > ul a, #sp-wp-post-list-46 > ul a, #sp-wp-post-list-47 > ul a, #sp-wp-post-list-48 > ul a, #sp-wp-post-list-49 > ul a, #sp-wp-post-list-50 > ul a, #sp-wp-post-list-51 > ul a, #sp-wp-post-list-52 > ul a, #sp-wp-post-list-53 > ul a, #sp-wp-post-list-54 > ul a, #sp-wp-post-list-55 > ul a, #sp-wp-post-list-56 > ul a, #sp-wp-post-list-57 > ul a, #sp-wp-post-list-58 > ul a, #sp-wp-post-list-59 > ul a, #sp-wp-post-list-60 > ul a, #sp-wp-post-list-61 > ul a, #sp-wp-post-list-62 > ul a, #sp-wp-post-list-63 > ul a, #sp-wp-post-list-64 > ul a, #sp-wp-post-list-65 > ul a, #sp-wp-post-list-66 > ul a, #sp-wp-post-list-67 > ul a, #sp-wp-post-list-68 > ul a, #sp-wp-post-list-69 > ul a, #sp-wp-post-list-70 > ul a, #sp-wp-post-list-71 > ul a, #sp-wp-post-list-72 > ul a, #sp-wp-post-list-73 > ul a, #sp-wp-post-list-74 > ul a, #sp-wp-post-list-75 > ul a, #sp-wp-post-list-76 > ul a, #sp-wp-post-list-77 > ul a, #sp-wp-post-list-78 > ul a, #sp-wp-post-list-79 > ul a, #sp-wp-post-list-8 > ul a, #sp-wp-post-list-80 > ul a, #sp-wp-post-list-81 > ul a, #sp-wp-post-list-82 > ul a, #sp-wp-post-list-83 > ul a, #sp-wp-post-list-84 > ul a, #sp-wp-post-list-85 > ul a, #sp-wp-post-list-86 > ul a, #sp-wp-post-list-87 > ul a, #sp-wp-post-list-88 > ul a, #sp-wp-post-list-89 > ul a, #sp-wp-post-list-9 > ul a, #sp-wp-post-list-90 > ul a, #sp-wp-post-list-91 > ul a, #sp-wp-post-list-92 > ul a, #sp-wp-post-list-93 > ul a, #sp-wp-post-list-94 > ul a, #sp-wp-post-list-95 > ul a, #sp-wp-post-list-96 > ul a, #sp-wp-post-list-97 > ul a, #sp-wp-post-list-98 > ul a, #sp-wp-post-list-99 > ul a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > ul a:hover, #sp-wp-post-list-10 > ul a:hover, #sp-wp-post-list-100 > ul a:hover, #sp-wp-post-list-101 > ul a:hover, #sp-wp-post-list-102 > ul a:hover, #sp-wp-post-list-103 > ul a:hover, #sp-wp-post-list-104 > ul a:hover, #sp-wp-post-list-105 > ul a:hover, #sp-wp-post-list-106 > ul a:hover, #sp-wp-post-list-107 > ul a:hover, #sp-wp-post-list-108 > ul a:hover, #sp-wp-post-list-109 > ul a:hover, #sp-wp-post-list-11 > ul a:hover, #sp-wp-post-list-12 > ul a:hover, #sp-wp-post-list-13 > ul a:hover, #sp-wp-post-list-14 > ul a:hover, #sp-wp-post-list-15 > ul a:hover, #sp-wp-post-list-16 > ul a:hover, #sp-wp-post-list-17 > ul a:hover, #sp-wp-post-list-19 > ul a:hover, #sp-wp-post-list-20 > ul a:hover, #sp-wp-post-list-21 > ul a:hover, #sp-wp-post-list-22 > ul a:hover, #sp-wp-post-list-23 > ul a:hover, #sp-wp-post-list-24 > ul a:hover, #sp-wp-post-list-25 > ul a:hover, #sp-wp-post-list-26 > ul a:hover, #sp-wp-post-list-27 > ul a:hover, #sp-wp-post-list-28 > ul a:hover, #sp-wp-post-list-29 > ul a:hover, #sp-wp-post-list-30 > ul a:hover, #sp-wp-post-list-31 > ul a:hover, #sp-wp-post-list-32 > ul a:hover, #sp-wp-post-list-33 > ul a:hover, #sp-wp-post-list-34 > ul a:hover, #sp-wp-post-list-35 > ul a:hover, #sp-wp-post-list-36 > ul a:hover, #sp-wp-post-list-37 > ul a:hover, #sp-wp-post-list-38 > ul a:hover, #sp-wp-post-list-39 > ul a:hover, #sp-wp-post-list-40 > ul a:hover, #sp-wp-post-list-41 > ul a:hover, #sp-wp-post-list-42 > ul a:hover, #sp-wp-post-list-43 > ul a:hover, #sp-wp-post-list-44 > ul a:hover, #sp-wp-post-list-45 > ul a:hover, #sp-wp-post-list-46 > ul a:hover, #sp-wp-post-list-47 > ul a:hover, #sp-wp-post-list-48 > ul a:hover, #sp-wp-post-list-49 > ul a:hover, #sp-wp-post-list-50 > ul a:hover, #sp-wp-post-list-51 > ul a:hover, #sp-wp-post-list-52 > ul a:hover, #sp-wp-post-list-53 > ul a:hover, #sp-wp-post-list-54 > ul a:hover, #sp-wp-post-list-55 > ul a:hover, #sp-wp-post-list-56 > ul a:hover, #sp-wp-post-list-57 > ul a:hover, #sp-wp-post-list-58 > ul a:hover, #sp-wp-post-list-59 > ul a:hover, #sp-wp-post-list-60 > ul a:hover, #sp-wp-post-list-61 > ul a:hover, #sp-wp-post-list-62 > ul a:hover, #sp-wp-post-list-63 > ul a:hover, #sp-wp-post-list-64 > ul a:hover, #sp-wp-post-list-65 > ul a:hover, #sp-wp-post-list-66 > ul a:hover, #sp-wp-post-list-67 > ul a:hover, #sp-wp-post-list-68 > ul a:hover, #sp-wp-post-list-69 > ul a:hover, #sp-wp-post-list-70 > ul a:hover, #sp-wp-post-list-71 > ul a:hover, #sp-wp-post-list-72 > ul a:hover, #sp-wp-post-list-73 > ul a:hover, #sp-wp-post-list-74 > ul a:hover, #sp-wp-post-list-75 > ul a:hover, #sp-wp-post-list-76 > ul a:hover, #sp-wp-post-list-77 > ul a:hover, #sp-wp-post-list-78 > ul a:hover, #sp-wp-post-list-79 > ul a:hover, #sp-wp-post-list-8 > ul a:hover, #sp-wp-post-list-80 > ul a:hover, #sp-wp-post-list-81 > ul a:hover, #sp-wp-post-list-82 > ul a:hover, #sp-wp-post-list-83 > ul a:hover, #sp-wp-post-list-84 > ul a:hover, #sp-wp-post-list-85 > ul a:hover, #sp-wp-post-list-86 > ul a:hover, #sp-wp-post-list-87 > ul a:hover, #sp-wp-post-list-88 > ul a:hover, #sp-wp-post-list-89 > ul a:hover, #sp-wp-post-list-9 > ul a:hover, #sp-wp-post-list-90 > ul a:hover, #sp-wp-post-list-91 > ul a:hover, #sp-wp-post-list-92 > ul a:hover, #sp-wp-post-list-93 > ul a:hover, #sp-wp-post-list-94 > ul a:hover, #sp-wp-post-list-95 > ul a:hover, #sp-wp-post-list-96 > ul a:hover, #sp-wp-post-list-97 > ul a:hover, #sp-wp-post-list-98 > ul a:hover, #sp-wp-post-list-99 > ul a:hover{
  color : #4283ec;
  text-decoration : none;
}

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

#sp-site-branding2-1 .extra{
  background-color : #f5f5f5;
  text-align : center;
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.2rem;
  color : #333333;
  text-align : center;
}

#sp-site-branding2-1 .site-description{
  font-weight : normal;
  color : #333333;
  background-color : #f5f5f5;
  text-align : center;
  margin-bottom : 0px;
  position : static;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-title.png);
  background-repeat : no-repeat;
  margin-bottom : 0px;
  width : 204px;
  height : 23px;
}

#sp-site-branding2-1 .site-title a{
  line-height : 1;
  background-color : transparent;
  text-indent : -9999px;
  display : block;
}

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

  #sp-site-branding2-1{
    min-height : 75px;
  }

  #sp-site-branding2-1 .extra{
    padding-bottom : 20px;
    position : absolute;
    z-index : 10;
  }

  #sp-site-branding2-1 .extra > p{
    padding-top : 20px;
    display : inline-block;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.6rem;
    padding-top : 40px;
    padding-bottom : 20px;
    position : absolute;
    top : auto;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 30px;
    z-index : 10;
  }
}

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

  #sp-site-branding2-1{
    background-color : transparent;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 20px;
    width : 100%;
    position : absolute;
    top : 295px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .extra > p{
    padding-left : 0px;
    padding-right : 0px;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.4rem;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    position : absolute;
    top : 211px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .site-title{
    margin-left : auto;
    margin-right : auto;
  }
}

#sp-page-title-1{
  background-color : #ffffff;
  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;
  margin-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-1 > h1{
  font-size : 20px;
  color : #000000;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#spb-site-navigation-1{
  font-size : 12px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#spb-site-navigation-1 .menu-toggle{
  display : none;
}

#spb-site-navigation-1 .screen-reader-text{
  display : none;
}

#spb-site-navigation-1 ul ul{
  font-size : 12px;
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  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;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 30px;
  left : 0px;
  z-index : 9999;
}

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

#spb-site-navigation-1 ul ul li a{
  color : #333333;
  padding-top : 1rem;
  padding-left : 2rem;
  padding-right : 2rem;
  padding-bottom : 1rem;
  display : block;
}

#spb-site-navigation-1 ul ul li a:hover{
  color : #ffffff;
  background-color : #444444;
}

#spb-site-navigation-1 ul ul li > ul{
  top : 0px;
  left : 100%;
}

#spb-site-navigation-1 > ul{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
}

#spb-site-navigation-1 > ul::after{
  height : 0px;
  clear : both;
  display : block;
  visibility : hidden;
  content : ".";
}

#spb-site-navigation-1 > ul > li{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 2px;
  margin-bottom : 0px;
  float : left;
}

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

#spb-site-navigation-1 > ul > li:last-child{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#spb-site-navigation-1 > ul > li > a{
  color : #676767;
  background-color : #ffffff;
  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;
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  border-top-left-radius : 2px 2px;
  border-top-right-radius : 2px 2px;
  border-bottom-right-radius : 2px 2px;
  border-bottom-left-radius : 2px 2px;
  min-width : 80px;
  height : 30px;
  display : table-cell;
}

#spb-site-navigation-1 > ul > li > a:hover{
  color : #bbbbbb;
  background-color : #f2f2f2;
  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;
}

#spb-site-navigation-1 > ul > ul > li > a{
  color : #333333;
}

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

  #spb-site-navigation-1{
    text-align : center;
    width : 100%;
  }

  #spb-site-navigation-1 .menu-toggle{
    display : none;
    cursor : pointer;
  }

  #spb-site-navigation-1 .screen-reader-text{
    display : none;
  }

  #spb-site-navigation-1 ul{
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #spb-site-navigation-1 ul li{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    float : none;
    display : block;
  }

  #spb-site-navigation-1 ul li a{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
    display : block;
    position : relative;
  }

  #spb-site-navigation-1 ul li::after{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    content : '';
  }

  #spb-site-navigation-1 ul ul{
    display : none;
  }

  .button-menu#spb-site-navigation-1{
    background-image : none;
    padding-top : 0px;
    margin-top : 0px;
    position : relative;
  }

  .button-menu#spb-site-navigation-1 .menu-toggle{
    background-image : url(img/icon-menu.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -999em;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    display : block;
    cursor : pointer;
  }

  .button-menu#spb-site-navigation-1 ul.toggled-on{
    display : block;
  }

  .button-menu#spb-site-navigation-1 > ul{
    display : none;
  }

  .button-menu#spb-site-navigation-1 > ul > ul{
    display : block;
  }
}

#sp-wp-post-list-1{
  font-size : 13px;
  color : #202020;
  background-color : #ffffff;
  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;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-1 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-1 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

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

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

#sp-wp-post-list-1 ::after {
}

#sp-wp-post-list-1 a{
  color : #202020;
  text-decoration : underline;
}

#sp-wp-post-list-1 a:hover{
  text-decoration : none;
}

#sp-wp-post-list-1 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-1 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-1 dl{
  margin-top : 10px;
}

#sp-wp-post-list-1 footer{
  color : #202020;
}

#sp-wp-post-list-1 h1{
  color : #000000;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

#sp-wp-post-list-1 h4{
  font-size : 1.1em;
  color : #000000;
  background-color : #f2f2f2;
  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;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  clear : both;
}

#sp-wp-post-list-1 h4 a{
  color : #000000;
  text-decoration : none;
}

#sp-wp-post-list-1 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-1 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-1 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-1 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-1 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-1 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-1 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-1 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-1 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-1 dt{
  font-weight : bold;
  color : #333333;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-wp-post-list-1 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-wp-post-list-1 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-wp-post-list-1 > a:active{
  text-decoration : none;
}

#sp-wp-post-list-1 > h3{
  font-size : 1.4em;
  color : #000000;
  background-color : #ffffff;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #000000;
  clear : both;
}

#sp-wp-post-list-1 > h3 a{
  color : #000000;
  text-decoration : none;
}

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

  #sp-wp-post-list-1 dl dd{
    margin-left : 0px;
  }

  .hpb-viewtype-date#sp-wp-post-list-1 dd{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 0px;
    padding-bottom : 5px;
  }

  .hpb-viewtype-date#sp-wp-post-list-1 dt{
    padding-bottom : 5px;
    width : 100%;
  }
}

#sp-wp-post-list-18{
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-18 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-18 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

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

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

#sp-wp-post-list-18 a{
  color : #eb6877;
  text-decoration : none;
}

#sp-wp-post-list-18 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-18 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-18 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-18 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-18 dl{
  margin-top : 10px;
}

#sp-wp-post-list-18 footer{
  color : #999999;
}

#sp-wp-post-list-18 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-wp-post-list-18 h4{
  font-size : 15px;
  color : #eb6877;
  padding-left : 8px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #eb6877;
}

#sp-wp-post-list-18 h4 a{
  color : #eb6877;
  text-decoration : none;
}

#sp-wp-post-list-18 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-18 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-18 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-18 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-18 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-18 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-18 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-18 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-18 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-18 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-wp-post-list-18 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-18 dt{
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

#sp-wp-post-list-18 > h3{
  font-size : 16px;
  color : #ffffff;
  background-color : #eea4ad;
  padding-top : 3px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #eb6877;
  border-bottom-color : #eb6877;
}

#sp-wp-post-list-2, #sp-wp-post-list-3, #sp-wp-post-list-4, #sp-wp-post-list-5, #sp-wp-post-list-6, #sp-wp-post-list-7{
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-2 #hpb-pagenation, #sp-wp-post-list-3 #hpb-pagenation, #sp-wp-post-list-4 #hpb-pagenation, #sp-wp-post-list-5 #hpb-pagenation, #sp-wp-post-list-6 #hpb-pagenation, #sp-wp-post-list-7 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-2 .hpb-more-entry, #sp-wp-post-list-3 .hpb-more-entry, #sp-wp-post-list-4 .hpb-more-entry, #sp-wp-post-list-5 .hpb-more-entry, #sp-wp-post-list-6 .hpb-more-entry, #sp-wp-post-list-7 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

#sp-wp-post-list-2 .nav-next, #sp-wp-post-list-3 .nav-next, #sp-wp-post-list-4 .nav-next, #sp-wp-post-list-5 .nav-next, #sp-wp-post-list-6 .nav-next, #sp-wp-post-list-7 .nav-next{
  margin-right : 10px;
  float : right;
}

#sp-wp-post-list-2 .nav-previous, #sp-wp-post-list-3 .nav-previous, #sp-wp-post-list-4 .nav-previous, #sp-wp-post-list-5 .nav-previous, #sp-wp-post-list-6 .nav-previous, #sp-wp-post-list-7 .nav-previous{
  margin-left : 10px;
  float : left;
}

#sp-wp-post-list-2 ::after, #sp-wp-post-list-3 ::after, #sp-wp-post-list-4 ::after, #sp-wp-post-list-5 ::after, #sp-wp-post-list-6 ::after, #sp-wp-post-list-7 ::after {
}

#sp-wp-post-list-2 a, #sp-wp-post-list-3 a, #sp-wp-post-list-4 a, #sp-wp-post-list-5 a, #sp-wp-post-list-6 a, #sp-wp-post-list-7 a{
  color : #2c7af5;
  text-decoration : none;
}

#sp-wp-post-list-2 a:hover, #sp-wp-post-list-3 a:hover, #sp-wp-post-list-4 a:hover, #sp-wp-post-list-5 a:hover, #sp-wp-post-list-6 a:hover, #sp-wp-post-list-7 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-2 article, #sp-wp-post-list-3 article, #sp-wp-post-list-4 article, #sp-wp-post-list-5 article, #sp-wp-post-list-6 article, #sp-wp-post-list-7 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-2 article > div, #sp-wp-post-list-3 article > div, #sp-wp-post-list-4 article > div, #sp-wp-post-list-5 article > div, #sp-wp-post-list-6 article > div, #sp-wp-post-list-7 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-2 dl, #sp-wp-post-list-3 dl, #sp-wp-post-list-4 dl, #sp-wp-post-list-5 dl, #sp-wp-post-list-6 dl, #sp-wp-post-list-7 dl{
  margin-top : 10px;
}

#sp-wp-post-list-2 footer, #sp-wp-post-list-3 footer, #sp-wp-post-list-4 footer, #sp-wp-post-list-5 footer, #sp-wp-post-list-6 footer, #sp-wp-post-list-7 footer{
  color : #999999;
}

#sp-wp-post-list-2 h1, #sp-wp-post-list-3 h1, #sp-wp-post-list-4 h1, #sp-wp-post-list-5 h1, #sp-wp-post-list-6 h1, #sp-wp-post-list-7 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-wp-post-list-2 h4, #sp-wp-post-list-3 h4, #sp-wp-post-list-4 h4, #sp-wp-post-list-5 h4, #sp-wp-post-list-6 h4, #sp-wp-post-list-7 h4{
  font-size : 14px;
  color : #505050;
  padding-top : 3px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 3px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-wp-post-list-2 h4 a, #sp-wp-post-list-3 h4 a, #sp-wp-post-list-4 h4 a, #sp-wp-post-list-5 h4 a, #sp-wp-post-list-6 h4 a, #sp-wp-post-list-7 h4 a{
  color : #505050;
  text-decoration : none;
}

#sp-wp-post-list-2 h4 a:active, #sp-wp-post-list-3 h4 a:active, #sp-wp-post-list-4 h4 a:active, #sp-wp-post-list-5 h4 a:active, #sp-wp-post-list-6 h4 a:active, #sp-wp-post-list-7 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-2 h4 a:hover, #sp-wp-post-list-3 h4 a:hover, #sp-wp-post-list-4 h4 a:hover, #sp-wp-post-list-5 h4 a:hover, #sp-wp-post-list-6 h4 a:hover, #sp-wp-post-list-7 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-2 li, #sp-wp-post-list-3 li, #sp-wp-post-list-4 li, #sp-wp-post-list-5 li, #sp-wp-post-list-6 li, #sp-wp-post-list-7 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-2 p, #sp-wp-post-list-3 p, #sp-wp-post-list-4 p, #sp-wp-post-list-5 p, #sp-wp-post-list-6 p, #sp-wp-post-list-7 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-2 p > img, #sp-wp-post-list-3 p > img, #sp-wp-post-list-4 p > img, #sp-wp-post-list-5 p > img, #sp-wp-post-list-6 p > img, #sp-wp-post-list-7 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-2 ul, #sp-wp-post-list-3 ul, #sp-wp-post-list-4 ul, #sp-wp-post-list-5 ul, #sp-wp-post-list-6 ul, #sp-wp-post-list-7 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dd, .hpb-viewtype-content#sp-wp-post-list-3 dd, .hpb-viewtype-content#sp-wp-post-list-4 dd, .hpb-viewtype-content#sp-wp-post-list-5 dd, .hpb-viewtype-content#sp-wp-post-list-6 dd, .hpb-viewtype-content#sp-wp-post-list-7 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dl, .hpb-viewtype-content#sp-wp-post-list-3 dl, .hpb-viewtype-content#sp-wp-post-list-4 dl, .hpb-viewtype-content#sp-wp-post-list-5 dl, .hpb-viewtype-content#sp-wp-post-list-6 dl, .hpb-viewtype-content#sp-wp-post-list-7 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-2 dt, .hpb-viewtype-content#sp-wp-post-list-3 dt, .hpb-viewtype-content#sp-wp-post-list-4 dt, .hpb-viewtype-content#sp-wp-post-list-5 dt, .hpb-viewtype-content#sp-wp-post-list-6 dt, .hpb-viewtype-content#sp-wp-post-list-7 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-2 dd, .hpb-viewtype-date#sp-wp-post-list-3 dd, .hpb-viewtype-date#sp-wp-post-list-4 dd, .hpb-viewtype-date#sp-wp-post-list-5 dd, .hpb-viewtype-date#sp-wp-post-list-6 dd, .hpb-viewtype-date#sp-wp-post-list-7 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-wp-post-list-2 dl, .hpb-viewtype-date#sp-wp-post-list-3 dl, .hpb-viewtype-date#sp-wp-post-list-4 dl, .hpb-viewtype-date#sp-wp-post-list-5 dl, .hpb-viewtype-date#sp-wp-post-list-6 dl, .hpb-viewtype-date#sp-wp-post-list-7 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-2 dt, .hpb-viewtype-date#sp-wp-post-list-3 dt, .hpb-viewtype-date#sp-wp-post-list-4 dt, .hpb-viewtype-date#sp-wp-post-list-5 dt, .hpb-viewtype-date#sp-wp-post-list-6 dt, .hpb-viewtype-date#sp-wp-post-list-7 dt{
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-wp-post-list-2 div, .hpb-viewtype-simple#sp-wp-post-list-3 div, .hpb-viewtype-simple#sp-wp-post-list-4 div, .hpb-viewtype-simple#sp-wp-post-list-5 div, .hpb-viewtype-simple#sp-wp-post-list-6 div, .hpb-viewtype-simple#sp-wp-post-list-7 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-wp-post-list-2 footer, .hpb-viewtype-simple#sp-wp-post-list-3 footer, .hpb-viewtype-simple#sp-wp-post-list-4 footer, .hpb-viewtype-simple#sp-wp-post-list-5 footer, .hpb-viewtype-simple#sp-wp-post-list-6 footer, .hpb-viewtype-simple#sp-wp-post-list-7 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-wp-post-list-2 > a:active, #sp-wp-post-list-3 > a:active, #sp-wp-post-list-4 > a:active, #sp-wp-post-list-5 > a:active, #sp-wp-post-list-6 > a:active, #sp-wp-post-list-7 > a:active{
  text-decoration : underline;
}

#sp-wp-post-list-2 > h3, #sp-wp-post-list-3 > h3, #sp-wp-post-list-4 > h3, #sp-wp-post-list-5 > h3, #sp-wp-post-list-6 > h3, #sp-wp-post-list-7 > h3{
  font-size : 16px;
  color : #505050;
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : dashed;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #2c7af5;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-entry-content-2{
  font-size : 13px;
  color : #666666;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-entry-content-2 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-entry-content-2 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

#sp-entry-content-2 .nav-next{
  margin-right : 10px;
  float : right;
}

#sp-entry-content-2 .nav-previous{
  margin-left : 10px;
  float : left;
}

#sp-entry-content-2 a{
  color : #7a7a7a;
  text-decoration : none;
}

#sp-entry-content-2 a:active{
  text-decoration : underline;
}

#sp-entry-content-2 a:hover{
  text-decoration : underline;
}

#sp-entry-content-2 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-entry-content-2 dl{
  margin-top : 10px;
}

#sp-entry-content-2 footer{
  color : #999999;
}

#sp-entry-content-2 h1{
  text-indent : -9999px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : none;
}

#sp-entry-content-2 h4{
  font-size : 14px;
  color : #4a4a4a;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 4px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #666666;
}

#sp-entry-content-2 h4 a{
  color : #7a7a7a;
  text-decoration : none;
}

#sp-entry-content-2 h4 a:hover{
  text-decoration : underline;
}

#sp-entry-content-2 img{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #dddddd;
  border-left-color : #dddddd;
  border-right-color : #dddddd;
  border-bottom-color : #dddddd;
}

#sp-entry-content-2 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-2 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-2 p > img{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-entry-content-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-2 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-entry-content-2 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-entry-content-2 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-2 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #cccccc;
}

.hpb-viewtype-date#sp-entry-content-2 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-2 dt{
  font-weight : bold;
  color : #999999;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-entry-content-2 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-entry-content-2 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-entry-content-2 > h3{
  font-size : 16px;
  color : #ffffff;
  background-color : #cccccc;
  padding-top : 6px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 6px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

h4 a:active{
  text-decoration : underline;
}

.page-toppage#content #page-content{
  background-size : auto auto,auto auto;
}

.sp-wp-post-list#sp-entry-content-1 > article > header{
  font-size : 1.2rem;
}

#sp-html-src-15{
  background-size : cover;
}

#sp-site-branding2-1{
  background-color : #ffffff;
  background-image : url(img/hedder_02.png);
  background-repeat : no-repeat;
  background-position : center top;
  background-size : cover;
}

#sp-site-branding2-1 .site-title{
  background-image : none;
}

#sp-site-branding2-1 > .site-title{
  background-image : none;
  background-size : contain;
}

.sp-wp-post-list#sp-wp-post-list-10 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-100 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-101 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-102 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-103 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-104 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-105 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-106 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-107 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-108 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-109 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-11{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-11 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-12{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-12 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-13{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-13 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-14{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-14 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-15{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-15 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-16{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-16 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-17{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-17 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-18{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-18 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-19{
  font-size : 1.2rem;
  background-size : auto auto,auto auto;
}

.sp-wp-post-list#sp-wp-post-list-19 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-20 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-21 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-22 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-23 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-24 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-25 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-26 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-27 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-28 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-29 > article > header{
  font-size : 1rem;
}

.sp-wp-post-list#sp-wp-post-list-30 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-31 > article > .entry-content{
  background-size : cover;
}

.sp-wp-post-list#sp-wp-post-list-31 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-31 > article > p > img{
  background-size : cover;
}

.sp-wp-post-list#sp-wp-post-list-32 > article > .entry-content{
  background-size : cover;
}

.sp-wp-post-list#sp-wp-post-list-32 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-32 > article > p > img{
  background-size : cover;
}

.sp-wp-post-list#sp-wp-post-list-33 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-34 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-35 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-36 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-37 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-38 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-39 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-40 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-41 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-42 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-43 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-44 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-45 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-46 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-47{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-48 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-49{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-50{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-51{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-52{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-53{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-54{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-55{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-56{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-57{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-58{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-59{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-60{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-61{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-62{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-63{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-64{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-65{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-66{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-67{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-68{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-69{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-70{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-71{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-72{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-73{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-74{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-75{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-76{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-77{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-78{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-79{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-80{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-81{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-82{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-83{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-84{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-85{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-86{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-87{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-88{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-89{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-9 > article > header{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-90 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-91 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-92 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-93 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-94 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-95 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-96 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-97 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-98 > article{
  font-size : 1.2rem;
}

.sp-wp-post-list#sp-wp-post-list-99 > article{
  font-size : 1.2rem;
}

#spb-site-navigation-1{
  color : #000000;
  background-color : transparent;
  background-image : none;
}

#spb-site-navigation-1 > ul{
  background-size : auto auto,auto auto;
}

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

#spb-site-navigation-1 > ul > li > a:hover{
  font-size : 1.4rem;
  font-weight : bold;
  color : #4283ec;
}

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

  #sp-block-container-1{
    margin-top : -175px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 950px;
  }

  #sp-block-container-2{
    min-height : 54px;
  }

  #sp-html-src-1{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 100%;
    min-height : 400px;
  }

  #sp-html-src-15{
    width : auto;
  }

  #sp-html-src-59{
    width : auto;
  }

  #sp-image-1{
    width : 226px;
    height : 26px;
  }

  #sp-image-10{
    width : 560px;
    height : 420px;
  }

  #sp-image-11{
    width : 560px;
    height : 420px;
  }

  #sp-image-12{
    width : 560px;
    height : 420px;
  }

  #sp-image-13{
    width : 560px;
    height : 420px;
  }

  #sp-image-14{
    width : auto;
  }

  #sp-image-2{
    width : 150px;
    height : 221px;
  }

  #sp-image-3{
    width : 560px;
    height : 420px;
  }

  #sp-image-4{
    width : 560px;
    height : 420px;
  }

  #sp-image-5{
    width : 560px;
    height : 420px;
  }

  #sp-image-6{
    width : 560px;
    height : 420px;
  }

  #sp-image-7{
    width : 560px;
    height : 420px;
  }

  #sp-image-8{
    width : 560px;
    height : 420px;
  }

  #sp-image-9{
    width : 560px;
    height : 420px;
  }

  #sp-photo-motion-1{
    width : auto;
  }

  #sp-site-branding2-1{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 950px;
    min-height : 300px;
  }

  #sp-site-branding2-1 > .site-description{
    top : auto;
    bottom : -603px;
    right : 0px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : 8px;
    margin-left : 7px;
    margin-bottom : 4px;
    width : 474px;
    height : 94px;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    margin-top : -16px;
    margin-bottom : 1px;
    width : 950px;
    min-height : 186px;
  }

  .sp-wp-post-list#sp-wp-post-list-2{
    margin-top : 0px;
    width : 950px;
  }

  .sp-wp-post-list#sp-wp-post-list-3{
    width : 950px;
  }

  .sp-wp-post-list#sp-wp-post-list-4{
    width : 950px;
  }

  .sp-wp-post-list#sp-wp-post-list-5{
    width : 950px;
  }

  .sp-wp-post-list#sp-wp-post-list-6{
    width : 950px;
  }

  #spb-site-navigation-1{
    margin-top : 20px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 950px;
    min-height : 0px;
  }

  #spb-site-navigation-1 > ul > li > a{
    width : auto;
    height : auto;
  }
}

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

  #sp-block-container-1{
    margin-top : -160px;
    margin-bottom : -8px;
  }

  #sp-html-src-1{
    margin-top : 50px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : 275px;
    min-height : 500px;
  }

  #sp-html-src-15{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : auto;
  }

  #sp-site-branding2-1{
    margin-top : auto;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    min-height : 100px;
  }

  #sp-site-branding2-1 > .extra{
    margin-top : 100px;
    min-height : 61px;
  }

  #sp-site-branding2-1 > .site-description{
    margin-top : 0px;
    float : none;
    display : none;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : auto;
    width : auto;
    height : auto;
  }

  .sp-wp-post-list#sp-wp-post-list-1{
    margin-top : 41px;
    margin-bottom : 7px;
    min-height : 138px;
  }

  .sp-wp-post-list#sp-wp-post-list-2{
    min-height : 260px;
  }

  .sp-wp-post-list#sp-wp-post-list-3{
    min-height : 67px;
  }

  .sp-wp-post-list#sp-wp-post-list-4{
    min-height : 67px;
  }

  .sp-wp-post-list#sp-wp-post-list-5{
    min-height : 67px;
  }

  .sp-wp-post-list#sp-wp-post-list-6{
    min-height : 67px;
  }

  #spb-site-navigation-1{
    min-height : 37px;
  }
}