#content{
  min-height : 50px;
}

#contenthead{
  background-color : transparent;
}

#contenthead > a{
  background-color : #3e4fa0;
}

#page{
  font-size : 1.6rem;
}

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

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

*{
  box-sizing : border-box;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.3;
  color : #1a1a1a;
  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;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

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

  #colophon > #colophon-inner > nav{
    padding-top : 17px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 17px;
    margin-left : -100%;
    margin-right : -100%;
  }

  #colophon > #colophon-inner > nav.minimal{
    color : #000000;
    background-color : #eeeeee;
  }

  #colophon > #colophon-inner > nav.minimal a{
    color : #ea5356;
  }

  #colophon > #colophon-inner > nav.minimal > ul > li{
    color : #000000;
  }

  #contenthead{
    margin-bottom : 60px;
  }

  #contenthead > a{
    padding-left : 1000%;
    padding-right : 1000%;
    margin-left : -1000%;
    margin-right : -1000%;
  }

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

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

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

  #masthead-inner > nav{
    text-align : right;
    width : 779px;
    float : right;
  }

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

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

  .sp-html-src {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }

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

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

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

  #contenthead{
    width : 1000px;
  }

  #main-inner{
    width : 670px;
  }

  #primary{
    width : 100%;
  }

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

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

  #contenthead{
    margin-bottom : 50px;
    overflow : hidden;
  }

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

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

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sp-html-src {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

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

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

#sp-site-navigation-3{
  font-size : 1.3rem;
  color : #676767;
  background-color : #ffffff;
  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-navigation-3 .menu-toggle{
  display : none;
}

#sp-site-navigation-3 .screen-reader-text{
  display : none;
}

#sp-site-navigation-3 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-site-navigation-3 ul a{
  text-decoration : none;
}

#sp-site-navigation-3 ul ul{
  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 : #f2f2f2;
  border-left-color : #f2f2f2;
  border-right-color : #f2f2f2;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

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

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

#sp-site-navigation-3 ul ul li a:hover{
  color : #676767;
  background-color : #cccccc;
}

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

#sp-site-navigation-3 > ul{
  background-color : #ffffff;
}

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

#sp-site-navigation-3 > ul > li{
  width : auto;
  float : left;
  position : relative;
}

#sp-site-navigation-3 > ul > li.current-menu-ancestor > a{
  color : #676767;
  background-color : #cccccc;
  text-decoration : none;
}

#sp-site-navigation-3 > ul > li.current-menu-item > a{
  color : #676767;
  background-color : #cccccc;
  text-decoration : none;
}

#sp-site-navigation-3 > ul > li.current_page_ancestor > a{
  color : #676767;
  background-color : #cccccc;
  text-decoration : none;
}

#sp-site-navigation-3 > ul > li.current_page_item > a{
  color : #676767;
  background-color : #cccccc;
  text-decoration : none;
}

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

#sp-site-navigation-3 > ul > li > a{
  color : #676767;
  text-decoration : underline;
  padding-top : 2rem;
  padding-left : 2.5rem;
  padding-right : 2.5rem;
  padding-bottom : 2rem;
  display : block;
}

#sp-site-navigation-3 > ul > li > a:hover{
  color : #676767;
  background-color : #cccccc;
  text-decoration : none;
}

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

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

  #sp-site-navigation-3 .menu-toggle{
    background-color : #cccccc;
    background-image : url(img/icon-menu27.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;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #cccccc;
    display : none;
    cursor : pointer;
  }

  #sp-site-navigation-3 .screen-reader-text{
    display : none;
  }

  #sp-site-navigation-3 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;
    width : auto;
    height : auto;
    display : block;
    list-style-type : none;
    list-style-position : outside;
  }

  #sp-site-navigation-3 ul li{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : auto;
    float : none;
  }

  #sp-site-navigation-3 ul li a{
    line-height : 24px;
    padding-top : 5px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 5px;
    height : auto;
    float : none;
  }

  #sp-site-navigation-3 ul ul{
    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-3 ul ul li{
    border-top-color : transparent;
    border-left-color : transparent;
    border-right-color : transparent;
    border-bottom-color : transparent;
  }

  #sp-site-navigation-3 ul ul li a{
    color : #676767;
    padding-top : 8px;
    padding-left : 50px;
    padding-right : 50px;
    padding-bottom : 8px;
  }

  #sp-site-navigation-3 ul ul li a:hover{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 ul ul li.current-menu-ancestor > 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;
  }

  #sp-site-navigation-3 ul ul li.current-menu-item > 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;
  }

  #sp-site-navigation-3 ul ul li.current_page_ancestor > 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;
  }

  #sp-site-navigation-3 ul ul li.current_page_item > 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;
  }

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

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

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

  #sp-site-navigation-3 > ul{
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-3 > ul > li{
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 > ul > li.current-menu-ancestor > a{
    text-decoration : none;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 > ul > li.current-menu-item > a{
    text-decoration : none;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 > ul > li.current_page_ancestor > a{
    text-decoration : none;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 > ul > li.current_page_item > a{
    text-decoration : none;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

  #sp-site-navigation-3 > ul > li > a{
    text-decoration : underline;
    padding-top : 1em;
    padding-left : 1em;
    padding-right : 1em;
    padding-bottom : 1em;
    display : block;
  }

  #sp-site-navigation-3 > ul > li > a:hover{
    text-decoration : none;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }
}

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

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

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

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

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

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

#sp-block-container-50 > a:link{
  color : #555555;
  text-decoration : underline;
}

#sp-block-container-50 > em{
  font-style : oblique;
  color : #555555;
}

#sp-block-container-50 > h1{
  color : #333333;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

#sp-block-container-50 > 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;
}

#sp-block-container-50 > 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;
}

#sp-block-container-50 > h4{
  font-size : 1.1em;
  color : #333333;
  padding-top : 3px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 3px;
  clear : both;
}

#sp-block-container-50 > 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;
}

#sp-block-container-50 > 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;
}

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

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

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

#sp-block-container-50 > strong{
  font-weight : bold;
  color : #333333;
}

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

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

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

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

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

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

#sp-block-container-60 > a:link{
  color : #ffffff;
  background-color : #fc7f2b;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-block-container-60 > em{
  font-style : oblique;
  color : #fc7f2b;
}

#sp-block-container-60 > h1{
  color : #fc7f2b;
  padding-top : 5px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #fc7f2b;
  border-left-color : #fc7f2b;
  border-right-color : #fc7f2b;
  border-bottom-color : #fc7f2b;
}

#sp-block-container-60 > h2{
  color : #fc7f2b;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
}

#sp-block-container-60 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #fc7f2b;
  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 : 4px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 4px;
  clear : both;
}

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

#sp-block-container-60 > h5{
  font-size : 1em;
  color : #fc7f2b;
  background-color : #fcc7a4;
  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 : 15px;
  clear : both;
}

#sp-block-container-60 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  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 : #fc7f2b;
  border-left-color : #fc7f2b;
  border-right-color : #fc7f2b;
  border-bottom-color : #fc7f2b;
}

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

#sp-block-container-60 > p.indent{
  padding-left : 15px;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #cccccc;
}

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

#sp-block-container-60 > strong{
  font-weight : bold;
  color : #fc7f2b;
}

#sp-button-1, #sp-button-2, #sp-button-3, #sp-button-4, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-1 > a, #sp-button-2 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #35e796;
  text-decoration : none;
  text-align : center;
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 22px 22px;
  border-top-right-radius : 22px 22px;
  border-bottom-right-radius : 22px 22px;
  border-bottom-left-radius : 22px 22px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-2 > a:active, #sp-button-3 > a:active, #sp-button-4 > a:active, #sp-button-5 > a:active, #sp-button-6 > a:active, #sp-button-7 > a:active, #sp-button-8 > a:active{
  background-color : #1ade85;
  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;
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-2 > a:hover, #sp-button-3 > a:hover, #sp-button-4 > a:hover, #sp-button-5 > a:hover, #sp-button-6 > a:hover, #sp-button-7 > a:hover, #sp-button-8 > a:hover{
  background-color : #1ade85;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-button-25, #sp-button-26, #sp-button-27, #sp-button-28, #sp-button-29, #sp-button-30, #sp-button-31, #sp-button-32, #sp-button-42, #sp-button-43, #sp-button-44, #sp-button-45, #sp-button-46, #sp-button-47, #sp-button-48, #sp-button-68, #sp-button-69{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-25 > a, #sp-button-26 > a, #sp-button-27 > a, #sp-button-28 > a, #sp-button-29 > a, #sp-button-30 > a, #sp-button-31 > a, #sp-button-32 > a, #sp-button-42 > a, #sp-button-43 > a, #sp-button-44 > a, #sp-button-45 > a, #sp-button-46 > a, #sp-button-47 > a, #sp-button-48 > a, #sp-button-68 > a, #sp-button-69 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #303e78;
  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;
  text-align : center;
  padding-top : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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 : #303e78;
  border-left-color : #303e78;
  border-right-color : #303e78;
  border-bottom-color : #303e78;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  box-shadow : 0px 4px 0px #141f4a;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-25 > a:active, #sp-button-26 > a:active, #sp-button-27 > a:active, #sp-button-28 > a:active, #sp-button-29 > a:active, #sp-button-30 > a:active, #sp-button-31 > a:active, #sp-button-32 > a:active, #sp-button-42 > a:active, #sp-button-43 > a:active, #sp-button-44 > a:active, #sp-button-45 > a:active, #sp-button-46 > a:active, #sp-button-47 > a:active, #sp-button-48 > a:active, #sp-button-68 > a:active, #sp-button-69 > a:active{
  box-shadow : 0px 0px 0px #73819b;
  position : relative;
  top : 3px;
}

#sp-button-25 > a:hover, #sp-button-26 > a:hover, #sp-button-27 > a:hover, #sp-button-28 > a:hover, #sp-button-29 > a:hover, #sp-button-30 > a:hover, #sp-button-31 > a:hover, #sp-button-32 > a:hover, #sp-button-42 > a:hover, #sp-button-43 > a:hover, #sp-button-44 > a:hover, #sp-button-45 > a:hover, #sp-button-46 > a:hover, #sp-button-47 > a:hover, #sp-button-48 > a:hover, #sp-button-68 > a:hover, #sp-button-69 > a:hover{
  background-color : #6e78a0;
  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;
  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 : #6e78a0;
  border-left-color : #6e78a0;
  border-right-color : #6e78a0;
  border-bottom-color : #6e78a0;
}

#sp-button-100, #sp-button-101, #sp-button-102, #sp-button-103, #sp-button-104, #sp-button-105, #sp-button-106, #sp-button-107, #sp-button-108, #sp-button-109, #sp-button-110, #sp-button-111, #sp-button-112, #sp-button-113, #sp-button-114, #sp-button-115, #sp-button-116, #sp-button-117, #sp-button-118, #sp-button-119, #sp-button-120, #sp-button-121, #sp-button-122, #sp-button-123, #sp-button-124, #sp-button-125, #sp-button-126, #sp-button-127, #sp-button-128, #sp-button-129, #sp-button-130, #sp-button-131, #sp-button-132, #sp-button-133, #sp-button-134, #sp-button-135, #sp-button-136, #sp-button-137, #sp-button-138, #sp-button-139, #sp-button-140, #sp-button-141, #sp-button-142, #sp-button-143, #sp-button-144, #sp-button-145, #sp-button-146, #sp-button-147, #sp-button-148, #sp-button-149, #sp-button-150, #sp-button-151, #sp-button-152, #sp-button-153, #sp-button-154, #sp-button-155, #sp-button-156, #sp-button-157, #sp-button-158, #sp-button-159, #sp-button-160, #sp-button-161, #sp-button-162, #sp-button-163, #sp-button-164, #sp-button-165, #sp-button-166, #sp-button-167, #sp-button-168, #sp-button-169, #sp-button-170, #sp-button-171, #sp-button-172, #sp-button-173, #sp-button-174, #sp-button-51, #sp-button-52, #sp-button-70, #sp-button-71, #sp-button-72, #sp-button-73, #sp-button-74, #sp-button-75, #sp-button-76, #sp-button-77, #sp-button-78, #sp-button-79, #sp-button-80, #sp-button-81, #sp-button-82, #sp-button-83, #sp-button-84, #sp-button-85, #sp-button-86, #sp-button-87, #sp-button-88, #sp-button-89, #sp-button-90, #sp-button-91, #sp-button-92, #sp-button-93, #sp-button-94, #sp-button-95, #sp-button-96, #sp-button-97, #sp-button-98, #sp-button-99{
  line-height : 2;
  margin-right : 1em;
  margin-bottom : 1em;
  width : auto;
  min-width : 100px;
  height : auto;
  min-height : 30px;
  display : table;
}

#sp-button-100 > a, #sp-button-101 > a, #sp-button-102 > a, #sp-button-103 > a, #sp-button-104 > a, #sp-button-105 > a, #sp-button-106 > a, #sp-button-107 > a, #sp-button-108 > a, #sp-button-109 > a, #sp-button-110 > a, #sp-button-111 > a, #sp-button-112 > a, #sp-button-113 > a, #sp-button-114 > a, #sp-button-115 > a, #sp-button-116 > a, #sp-button-117 > a, #sp-button-118 > a, #sp-button-119 > a, #sp-button-120 > a, #sp-button-121 > a, #sp-button-122 > a, #sp-button-123 > a, #sp-button-124 > a, #sp-button-125 > a, #sp-button-126 > a, #sp-button-127 > a, #sp-button-128 > a, #sp-button-129 > a, #sp-button-130 > a, #sp-button-131 > a, #sp-button-132 > a, #sp-button-133 > a, #sp-button-134 > a, #sp-button-135 > a, #sp-button-136 > a, #sp-button-137 > a, #sp-button-138 > a, #sp-button-139 > a, #sp-button-140 > a, #sp-button-141 > a, #sp-button-142 > a, #sp-button-143 > a, #sp-button-144 > a, #sp-button-145 > a, #sp-button-146 > a, #sp-button-147 > a, #sp-button-148 > a, #sp-button-149 > a, #sp-button-150 > a, #sp-button-151 > a, #sp-button-152 > a, #sp-button-153 > a, #sp-button-154 > a, #sp-button-155 > a, #sp-button-156 > a, #sp-button-157 > a, #sp-button-158 > a, #sp-button-159 > a, #sp-button-160 > a, #sp-button-161 > a, #sp-button-162 > a, #sp-button-163 > a, #sp-button-164 > a, #sp-button-165 > a, #sp-button-166 > a, #sp-button-167 > a, #sp-button-168 > a, #sp-button-169 > a, #sp-button-170 > a, #sp-button-171 > a, #sp-button-172 > a, #sp-button-173 > a, #sp-button-174 > a, #sp-button-51 > a, #sp-button-52 > a, #sp-button-70 > a, #sp-button-71 > a, #sp-button-72 > a, #sp-button-73 > a, #sp-button-74 > a, #sp-button-75 > a, #sp-button-76 > a, #sp-button-77 > a, #sp-button-78 > a, #sp-button-79 > a, #sp-button-80 > a, #sp-button-81 > a, #sp-button-82 > a, #sp-button-83 > a, #sp-button-84 > a, #sp-button-85 > a, #sp-button-86 > a, #sp-button-87 > a, #sp-button-88 > a, #sp-button-89 > a, #sp-button-90 > a, #sp-button-91 > a, #sp-button-92 > a, #sp-button-93 > a, #sp-button-94 > a, #sp-button-95 > a, #sp-button-96 > a, #sp-button-97 > a, #sp-button-98 > a, #sp-button-99 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #ffffff;
  background-color : #44474f;
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  margin-top : 15px;
  margin-right : 3px;
  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 : #44474f;
  border-left-color : #44474f;
  border-right-color : #44474f;
  border-bottom-color : #44474f;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : auto;
  min-width : 100px;
  height : auto;
  min-height : 30px;
  display : table-cell;
}

#sp-block-container-37 .copyright, #sp-block-container-54 .copyright, #sp-block-container-55 .copyright{
  font-size : 1.2rem;
  padding-top : 15px;
  padding-left : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-bottom : 0px;
}

#sp-column-1, #sp-column-10, #sp-column-2, #sp-column-3, #sp-column-4, #sp-column-5, #sp-column-6, #sp-column-7, #sp-column-8, #sp-column-9{
  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 : #b4d6fa;
  border-left-color : #b4d6fa;
  border-right-color : #b4d6fa;
  border-bottom-color : #b4d6fa;
  width : 100%;
  height : auto;
}

#sp-column-1 > .column-body, #sp-column-10 > .column-body, #sp-column-2 > .column-body, #sp-column-3 > .column-body, #sp-column-4 > .column-body, #sp-column-5 > .column-body, #sp-column-6 > .column-body, #sp-column-7 > .column-body, #sp-column-8 > .column-body, #sp-column-9 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label, #sp-column-10 > .column-label, #sp-column-2 > .column-label, #sp-column-3 > .column-label, #sp-column-4 > .column-label, #sp-column-5 > .column-label, #sp-column-6 > .column-label, #sp-column-7 > .column-label, #sp-column-8 > .column-label, #sp-column-9 > .column-label{
  background-color : #242f5b;
  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 : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}

#sp-column-1 > .column-label h3, #sp-column-10 > .column-label h3, #sp-column-2 > .column-label h3, #sp-column-3 > .column-label h3, #sp-column-4 > .column-label h3, #sp-column-5 > .column-label h3, #sp-column-6 > .column-label h3, #sp-column-7 > .column-label h3, #sp-column-8 > .column-label h3, #sp-column-9 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

#sp-button-10, #sp-button-11, #sp-button-12, #sp-button-13, #sp-button-14, #sp-button-15, #sp-button-16, #sp-button-17, #sp-button-18, #sp-button-19, #sp-button-20, #sp-button-21, #sp-button-22, #sp-button-23, #sp-button-49, #sp-button-50, #sp-button-53, #sp-button-54, #sp-button-55, #sp-button-56, #sp-button-57, #sp-button-58, #sp-button-59, #sp-button-60, #sp-button-61, #sp-button-62, #sp-button-63, #sp-button-64, #sp-button-65, #sp-button-66, #sp-button-67, #sp-button-9{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-10 > a, #sp-button-11 > a, #sp-button-12 > a, #sp-button-13 > a, #sp-button-14 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-20 > a, #sp-button-21 > a, #sp-button-22 > a, #sp-button-23 > a, #sp-button-49 > a, #sp-button-50 > a, #sp-button-53 > a, #sp-button-54 > a, #sp-button-55 > a, #sp-button-56 > a, #sp-button-57 > a, #sp-button-58 > a, #sp-button-59 > a, #sp-button-60 > a, #sp-button-61 > a, #sp-button-62 > a, #sp-button-63 > a, #sp-button-64 > a, #sp-button-65 > a, #sp-button-66 > a, #sp-button-67 > a, #sp-button-9 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #646464;
  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;
  text-align : center;
  padding-top : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  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;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-shadow : 0px 3px 0px #373737;
  height : 100%;
  display : block;
  position : relative;
  text-shadow : 0px 1px 0px #000000;
}

#sp-button-10 > a:active, #sp-button-11 > a:active, #sp-button-12 > a:active, #sp-button-13 > a:active, #sp-button-14 > a:active, #sp-button-15 > a:active, #sp-button-16 > a:active, #sp-button-17 > a:active, #sp-button-18 > a:active, #sp-button-19 > a:active, #sp-button-20 > a:active, #sp-button-21 > a:active, #sp-button-22 > a:active, #sp-button-23 > a:active, #sp-button-49 > a:active, #sp-button-50 > a:active, #sp-button-53 > a:active, #sp-button-54 > a:active, #sp-button-55 > a:active, #sp-button-56 > a:active, #sp-button-57 > a:active, #sp-button-58 > a:active, #sp-button-59 > a:active, #sp-button-60 > a:active, #sp-button-61 > a:active, #sp-button-62 > a:active, #sp-button-63 > a:active, #sp-button-64 > a:active, #sp-button-65 > a:active, #sp-button-66 > a:active, #sp-button-67 > a:active, #sp-button-9 > a:active{
  box-shadow : 0px 1px 0px #373737;
  position : relative;
  top : 2px;
}

#sp-button-10> a:hover, #sp-button-11> a:hover, #sp-button-12> a:hover, #sp-button-13> a:hover, #sp-button-14> a:hover, #sp-button-15> a:hover, #sp-button-16> a:hover, #sp-button-17> a:hover, #sp-button-18> a:hover, #sp-button-19> a:hover, #sp-button-20> a:hover, #sp-button-21> a:hover, #sp-button-22> a:hover, #sp-button-23> a:hover, #sp-button-49> a:hover, #sp-button-50> a:hover, #sp-button-53> a:hover, #sp-button-54> a:hover, #sp-button-55> a:hover, #sp-button-56> a:hover, #sp-button-57> a:hover, #sp-button-58> a:hover, #sp-button-59> a:hover, #sp-button-60> a:hover, #sp-button-61> a:hover, #sp-button-62> a:hover, #sp-button-63> a:hover, #sp-button-64> a:hover, #sp-button-65> a:hover, #sp-button-66> a:hover, #sp-button-67> a:hover, #sp-button-9> a:hover {
}

#sp-list-10, #sp-list-11, #sp-list-12, #sp-list-13, #sp-list-8, #sp-list-9{
  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;
  width : 100%;
  list-style-type : disc;
  list-style-position : inside;
}

#sp-list-10 li, #sp-list-11 li, #sp-list-12 li, #sp-list-13 li, #sp-list-8 li, #sp-list-9 li{
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #9d632f;
}

#sp-list-10 > li, #sp-list-11 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #5e3b1c;
}

#sp-page-title-11, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-2, #sp-page-title-23, #sp-page-title-25, #sp-page-title-27, #sp-page-title-3, #sp-page-title-31, #sp-page-title-36, #sp-page-title-37, #sp-page-title-38, #sp-page-title-39, #sp-page-title-4, #sp-page-title-40, #sp-page-title-41, #sp-page-title-42, #sp-page-title-43, #sp-page-title-44, #sp-page-title-7, #sp-page-title-8{
  background-color : #bfdcfa;
  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-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-left-width : 16px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #242f5b;
  border-bottom-color : #242f5b;
  width : 100%;
  height : auto;
}

#sp-page-title-11 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-2 > h1, #sp-page-title-23 > h1, #sp-page-title-25 > h1, #sp-page-title-27 > h1, #sp-page-title-3 > h1, #sp-page-title-31 > h1, #sp-page-title-36 > h1, #sp-page-title-37 > h1, #sp-page-title-38 > h1, #sp-page-title-39 > h1, #sp-page-title-4 > h1, #sp-page-title-40 > h1, #sp-page-title-41 > h1, #sp-page-title-42 > h1, #sp-page-title-43 > h1, #sp-page-title-44 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1{
  font-size : 20px;
  color : #242f5b;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-page-title-1, #sp-page-title-10, #sp-page-title-12, #sp-page-title-13, #sp-page-title-14, #sp-page-title-18, #sp-page-title-19, #sp-page-title-24, #sp-page-title-26, #sp-page-title-28, #sp-page-title-29, #sp-page-title-30, #sp-page-title-32, #sp-page-title-33, #sp-page-title-34, #sp-page-title-35, #sp-page-title-5, #sp-page-title-6, #sp-page-title-9, #spb-page-title-1, #spb-page-title-4, #spb-page-title-5, #spb-page-title-6, #spb-page-title-7, #spb-page-title-8{
  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 : #00bae6;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-24 > h1, #sp-page-title-26 > h1, #sp-page-title-28 > h1, #sp-page-title-29 > h1, #sp-page-title-30 > h1, #sp-page-title-32 > h1, #sp-page-title-33 > h1, #sp-page-title-34 > h1, #sp-page-title-35 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-9 > h1, #spb-page-title-1 > h1, #spb-page-title-4 > h1, #spb-page-title-5 > h1, #spb-page-title-6 > h1, #spb-page-title-7 > h1, #spb-page-title-8 > h1{
  font-size : 20px;
  color : #515151;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-list-14{
  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;
  width : 100%;
  list-style-type : none;
}

#sp-list-14 li{
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-bottom : 15px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
}

#sp-list-14 > li{
  color : #767676;
}

#sp-list-1, #sp-list-2, #sp-list-3, #sp-list-4, #sp-list-5{
  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;
  width : 100%;
  list-style-type : disc;
}

#sp-list-1 li, #sp-list-2 li, #sp-list-3 li, #sp-list-4 li, #sp-list-5 li{
  margin-left : 1.5em;
  margin-bottom : 8px;
}

#sp-list-1 > li, #sp-list-2 > li, #sp-list-3 > li, #sp-list-4 > li, #sp-list-5 > li{
  color : #000000;
}

#sp-list-100, #sp-list-101, #sp-list-102, #sp-list-103, #sp-list-104, #sp-list-105, #sp-list-106, #sp-list-107, #sp-list-108, #sp-list-109, #sp-list-110, #sp-list-111, #sp-list-112, #sp-list-113, #sp-list-114, #sp-list-115, #sp-list-116, #sp-list-117, #sp-list-118, #sp-list-119, #sp-list-120, #sp-list-121, #sp-list-122, #sp-list-123, #sp-list-124, #sp-list-125, #sp-list-126, #sp-list-127, #sp-list-128, #sp-list-129, #sp-list-130, #sp-list-131, #sp-list-132, #sp-list-133, #sp-list-134, #sp-list-135, #sp-list-136, #sp-list-137, #sp-list-138, #sp-list-139, #sp-list-140, #sp-list-141, #sp-list-142, #sp-list-143, #sp-list-144, #sp-list-145, #sp-list-146, #sp-list-147, #sp-list-148, #sp-list-149, #sp-list-150, #sp-list-151, #sp-list-152, #sp-list-153, #sp-list-154, #sp-list-155, #sp-list-48, #sp-list-49, #sp-list-50, #sp-list-51, #sp-list-52, #sp-list-53, #sp-list-54, #sp-list-55, #sp-list-56, #sp-list-57, #sp-list-58, #sp-list-59, #sp-list-6, #sp-list-60, #sp-list-61, #sp-list-62, #sp-list-63, #sp-list-64, #sp-list-65, #sp-list-66, #sp-list-67, #sp-list-68, #sp-list-69, #sp-list-7, #sp-list-70, #sp-list-71, #sp-list-72, #sp-list-73, #sp-list-74, #sp-list-75, #sp-list-76, #sp-list-77, #sp-list-78, #sp-list-79, #sp-list-80, #sp-list-81, #sp-list-82, #sp-list-83, #sp-list-84, #sp-list-85, #sp-list-86, #sp-list-87, #sp-list-88, #sp-list-89, #sp-list-90, #sp-list-91, #sp-list-92, #sp-list-93, #sp-list-94, #sp-list-95, #sp-list-96, #sp-list-97, #sp-list-98, #sp-list-99{
  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;
  width : 100%;
  list-style-type : none;
}

#sp-list-100 li, #sp-list-101 li, #sp-list-102 li, #sp-list-103 li, #sp-list-104 li, #sp-list-105 li, #sp-list-106 li, #sp-list-107 li, #sp-list-108 li, #sp-list-109 li, #sp-list-110 li, #sp-list-111 li, #sp-list-112 li, #sp-list-113 li, #sp-list-114 li, #sp-list-115 li, #sp-list-116 li, #sp-list-117 li, #sp-list-118 li, #sp-list-119 li, #sp-list-120 li, #sp-list-121 li, #sp-list-122 li, #sp-list-123 li, #sp-list-124 li, #sp-list-125 li, #sp-list-126 li, #sp-list-127 li, #sp-list-128 li, #sp-list-129 li, #sp-list-130 li, #sp-list-131 li, #sp-list-132 li, #sp-list-133 li, #sp-list-134 li, #sp-list-135 li, #sp-list-136 li, #sp-list-137 li, #sp-list-138 li, #sp-list-139 li, #sp-list-140 li, #sp-list-141 li, #sp-list-142 li, #sp-list-143 li, #sp-list-144 li, #sp-list-145 li, #sp-list-146 li, #sp-list-147 li, #sp-list-148 li, #sp-list-149 li, #sp-list-150 li, #sp-list-151 li, #sp-list-152 li, #sp-list-153 li, #sp-list-154 li, #sp-list-155 li, #sp-list-48 li, #sp-list-49 li, #sp-list-50 li, #sp-list-51 li, #sp-list-52 li, #sp-list-53 li, #sp-list-54 li, #sp-list-55 li, #sp-list-56 li, #sp-list-57 li, #sp-list-58 li, #sp-list-59 li, #sp-list-6 li, #sp-list-60 li, #sp-list-61 li, #sp-list-62 li, #sp-list-63 li, #sp-list-64 li, #sp-list-65 li, #sp-list-66 li, #sp-list-67 li, #sp-list-68 li, #sp-list-69 li, #sp-list-7 li, #sp-list-70 li, #sp-list-71 li, #sp-list-72 li, #sp-list-73 li, #sp-list-74 li, #sp-list-75 li, #sp-list-76 li, #sp-list-77 li, #sp-list-78 li, #sp-list-79 li, #sp-list-80 li, #sp-list-81 li, #sp-list-82 li, #sp-list-83 li, #sp-list-84 li, #sp-list-85 li, #sp-list-86 li, #sp-list-87 li, #sp-list-88 li, #sp-list-89 li, #sp-list-90 li, #sp-list-91 li, #sp-list-92 li, #sp-list-93 li, #sp-list-94 li, #sp-list-95 li, #sp-list-96 li, #sp-list-97 li, #sp-list-98 li, #sp-list-99 li{
  padding-left : 10px;
  margin-bottom : 3px;
}

#sp-list-100 > li, #sp-list-101 > li, #sp-list-102 > li, #sp-list-103 > li, #sp-list-104 > li, #sp-list-105 > li, #sp-list-106 > li, #sp-list-107 > li, #sp-list-108 > li, #sp-list-109 > li, #sp-list-110 > li, #sp-list-111 > li, #sp-list-112 > li, #sp-list-113 > li, #sp-list-114 > li, #sp-list-115 > li, #sp-list-116 > li, #sp-list-117 > li, #sp-list-118 > li, #sp-list-119 > li, #sp-list-120 > li, #sp-list-121 > li, #sp-list-122 > li, #sp-list-123 > li, #sp-list-124 > li, #sp-list-125 > li, #sp-list-126 > li, #sp-list-127 > li, #sp-list-128 > li, #sp-list-129 > li, #sp-list-130 > li, #sp-list-131 > li, #sp-list-132 > li, #sp-list-133 > li, #sp-list-134 > li, #sp-list-135 > li, #sp-list-136 > li, #sp-list-137 > li, #sp-list-138 > li, #sp-list-139 > li, #sp-list-140 > li, #sp-list-141 > li, #sp-list-142 > li, #sp-list-143 > li, #sp-list-144 > li, #sp-list-145 > li, #sp-list-146 > li, #sp-list-147 > li, #sp-list-148 > li, #sp-list-149 > li, #sp-list-150 > li, #sp-list-151 > li, #sp-list-152 > li, #sp-list-153 > li, #sp-list-154 > li, #sp-list-155 > li, #sp-list-48 > li, #sp-list-49 > li, #sp-list-50 > li, #sp-list-51 > li, #sp-list-52 > li, #sp-list-53 > li, #sp-list-54 > li, #sp-list-55 > li, #sp-list-56 > li, #sp-list-57 > li, #sp-list-58 > li, #sp-list-59 > li, #sp-list-6 > li, #sp-list-60 > li, #sp-list-61 > li, #sp-list-62 > li, #sp-list-63 > li, #sp-list-64 > li, #sp-list-65 > li, #sp-list-66 > li, #sp-list-67 > li, #sp-list-68 > li, #sp-list-69 > li, #sp-list-7 > li, #sp-list-70 > li, #sp-list-71 > li, #sp-list-72 > li, #sp-list-73 > li, #sp-list-74 > li, #sp-list-75 > li, #sp-list-76 > li, #sp-list-77 > li, #sp-list-78 > li, #sp-list-79 > li, #sp-list-80 > li, #sp-list-81 > li, #sp-list-82 > li, #sp-list-83 > li, #sp-list-84 > li, #sp-list-85 > li, #sp-list-86 > li, #sp-list-87 > li, #sp-list-88 > li, #sp-list-89 > li, #sp-list-90 > li, #sp-list-91 > li, #sp-list-92 > li, #sp-list-93 > li, #sp-list-94 > li, #sp-list-95 > li, #sp-list-96 > li, #sp-list-97 > li, #sp-list-98 > li, #sp-list-99 > li{
  color : #000000;
  background-color : #e5e5e5;
  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;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #eb6877;
}

#sp-list-15, #sp-list-16, #sp-list-17, #sp-list-18, #sp-list-19, #sp-list-20, #sp-list-21, #sp-list-22, #sp-list-23, #sp-list-24, #sp-list-25, #sp-list-26, #sp-list-27, #sp-list-28, #sp-list-29, #sp-list-30, #sp-list-31, #sp-list-32, #sp-list-33, #sp-list-34, #sp-list-35, #sp-list-36, #sp-list-37, #sp-list-38, #sp-list-39, #sp-list-40, #sp-list-41, #sp-list-42, #sp-list-43, #sp-list-44, #sp-list-45, #sp-list-46, #sp-list-47{
  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;
  width : 100%;
  list-style-type : none;
}

#sp-list-15 li, #sp-list-16 li, #sp-list-17 li, #sp-list-18 li, #sp-list-19 li, #sp-list-20 li, #sp-list-21 li, #sp-list-22 li, #sp-list-23 li, #sp-list-24 li, #sp-list-25 li, #sp-list-26 li, #sp-list-27 li, #sp-list-28 li, #sp-list-29 li, #sp-list-30 li, #sp-list-31 li, #sp-list-32 li, #sp-list-33 li, #sp-list-34 li, #sp-list-35 li, #sp-list-36 li, #sp-list-37 li, #sp-list-38 li, #sp-list-39 li, #sp-list-40 li, #sp-list-41 li, #sp-list-42 li, #sp-list-43 li, #sp-list-44 li, #sp-list-45 li, #sp-list-46 li, #sp-list-47 li{
  padding-left : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #656565;
}

#sp-list-15 > li, #sp-list-16 > li, #sp-list-17 > li, #sp-list-18 > li, #sp-list-19 > li, #sp-list-20 > li, #sp-list-21 > li, #sp-list-22 > li, #sp-list-23 > li, #sp-list-24 > li, #sp-list-25 > li, #sp-list-26 > li, #sp-list-27 > li, #sp-list-28 > li, #sp-list-29 > li, #sp-list-30 > li, #sp-list-31 > li, #sp-list-32 > li, #sp-list-33 > li, #sp-list-34 > li, #sp-list-35 > li, #sp-list-36 > li, #sp-list-37 > li, #sp-list-38 > li, #sp-list-39 > li, #sp-list-40 > li, #sp-list-41 > li, #sp-list-42 > li, #sp-list-43 > li, #sp-list-44 > li, #sp-list-45 > li, #sp-list-46 > li, #sp-list-47 > li{
  color : #000000;
}

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

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

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

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

  #sp-site-navigation-1, #sp-site-navigation-2 {
  }

  #sp-site-navigation-1 > ul, #sp-site-navigation-2 > ul{
    text-align : left;
    display : inline-block;
  }

  #sp-site-navigation-1 > ul ul, #sp-site-navigation-2 > ul ul{
    background-color : transparent;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
  }

  #sp-site-navigation-1 > ul ul ul, #sp-site-navigation-2 > ul ul ul{
    top : 0px;
    left : 100%;
  }

  #sp-site-navigation-1 > ul > li, #sp-site-navigation-2 > ul > li{
    text-align : center;
    margin-left : 10px;
    margin-right : 10px;
    float : none;
    display : inline-block;
  }

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

  #sp-site-navigation-1 > ul > li li.current_page_item > a, #sp-site-navigation-2 > ul > li li.current_page_item > a{
    color : #ea5356;
    background-color : #dedede;
  }

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

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

  #sp-site-navigation-1 > ul > li li > a:hover, #sp-site-navigation-2 > ul > li li > a:hover{
    color : #ea5356;
    background-color : #dedede;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a::before, #sp-site-navigation-2 > ul > li.current_page_item > a::before{
    background-color : #ea5356;
    width : 100%;
    height : 6px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : '';
  }

  #sp-site-navigation-1 > ul > li:nth-of-type(1), #sp-site-navigation-2 > ul > li:nth-of-type(1){
    margin-left : 0px;
  }

  #sp-site-navigation-1 > ul > li > a, #sp-site-navigation-2 > ul > li > a{
    font-size : 1.4rem;
    font-weight : bold;
    line-height : 1;
    color : #000000;
    padding-top : 28px;
    padding-left : 2px;
    padding-right : 2px;
    padding-bottom : 28px;
    position : relative;
  }

  #sp-site-navigation-1 > ul > li > a:hover::before, #sp-site-navigation-2 > ul > li > a:hover::before{
    background-color : #ea5356;
    width : 100%;
    height : 6px;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : '';
  }
}

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

  #sp-site-navigation-1, #sp-site-navigation-2{
    background-color : transparent;
    margin-top : 0px;
    border-top-style : none;
    border-bottom-style : none;
  }

  .button-menu#sp-site-navigation-1 > .menu-toggle, .button-menu#sp-site-navigation-2 > .menu-toggle{
    font-size : 1.3rem;
    background-color : #ffffff;
    background-image : url(img/icon-menu-toggle27.png);
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 72px 19px;
    text-indent : -9999px;
    padding-top : 13px;
    padding-bottom : 12px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #d5d5d5;
  }

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

  #sp-site-navigation-1 > ul > li, #sp-site-navigation-2 > ul > li{
    margin-top : 1px;
  }

  #sp-site-navigation-1 > ul > li li, #sp-site-navigation-2 > ul > li li{
    margin-top : 1px;
  }

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

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

  #sp-site-navigation-1 > ul > li:nth-of-type(1), #sp-site-navigation-2 > ul > li:nth-of-type(1){
    margin-top : 0px;
  }

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

.sp-wp-post-list#sp-entry-content-1, .sp-wp-post-list#sp-entry-content-10, .sp-wp-post-list#sp-entry-content-11, .sp-wp-post-list#sp-entry-content-12, .sp-wp-post-list#sp-entry-content-13, .sp-wp-post-list#sp-entry-content-14, .sp-wp-post-list#sp-entry-content-15, .sp-wp-post-list#sp-entry-content-16, .sp-wp-post-list#sp-entry-content-17, .sp-wp-post-list#sp-entry-content-18, .sp-wp-post-list#sp-entry-content-19, .sp-wp-post-list#sp-entry-content-2, .sp-wp-post-list#sp-entry-content-20, .sp-wp-post-list#sp-entry-content-21, .sp-wp-post-list#sp-entry-content-22, .sp-wp-post-list#sp-entry-content-23, .sp-wp-post-list#sp-entry-content-24, .sp-wp-post-list#sp-entry-content-25, .sp-wp-post-list#sp-entry-content-26, .sp-wp-post-list#sp-entry-content-27, .sp-wp-post-list#sp-entry-content-3, .sp-wp-post-list#sp-entry-content-4, .sp-wp-post-list#sp-entry-content-5, .sp-wp-post-list#sp-entry-content-6, .sp-wp-post-list#sp-entry-content-7, .sp-wp-post-list#sp-entry-content-8, .sp-wp-post-list#sp-entry-content-9, .sp-wp-post-list#sp-wp-post-list-1, .sp-wp-post-list#sp-wp-post-list-10, .sp-wp-post-list#sp-wp-post-list-11, .sp-wp-post-list#sp-wp-post-list-12, .sp-wp-post-list#sp-wp-post-list-13, .sp-wp-post-list#sp-wp-post-list-14, .sp-wp-post-list#sp-wp-post-list-15, .sp-wp-post-list#sp-wp-post-list-16, .sp-wp-post-list#sp-wp-post-list-17, .sp-wp-post-list#sp-wp-post-list-18, .sp-wp-post-list#sp-wp-post-list-19, .sp-wp-post-list#sp-wp-post-list-2, .sp-wp-post-list#sp-wp-post-list-20, .sp-wp-post-list#sp-wp-post-list-21, .sp-wp-post-list#sp-wp-post-list-22, .sp-wp-post-list#sp-wp-post-list-23, .sp-wp-post-list#sp-wp-post-list-24, .sp-wp-post-list#sp-wp-post-list-25, .sp-wp-post-list#sp-wp-post-list-3, .sp-wp-post-list#sp-wp-post-list-4, .sp-wp-post-list#sp-wp-post-list-5, .sp-wp-post-list#sp-wp-post-list-6, .sp-wp-post-list#sp-wp-post-list-7, .sp-wp-post-list#sp-wp-post-list-8, .sp-wp-post-list#sp-wp-post-list-9{
  margin-top : 20px;
  margin-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-10 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-11 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-12 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-13 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-14 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-15 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-16 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-17 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-18 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-19 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-2 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-20 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-21 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-22 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-23 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-24 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-25 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-26 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-27 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-3 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-4 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-5 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-6 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-7 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-8 article > header > h1 > a, .sp-wp-post-list#sp-entry-content-9 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-1 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-10 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-11 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-12 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-13 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-14 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-15 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-16 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-17 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-18 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-19 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-2 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-20 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-21 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-22 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-23 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-24 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-25 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-7 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-8 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-9 article > header > h1 > a{
  color : #ea5356;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-10 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-11 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-12 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-13 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-14 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-15 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-16 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-17 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-18 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-19 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-2 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-20 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-21 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-22 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-23 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-24 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-25 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-26 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-27 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-3 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-4 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-5 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-6 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-7 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-8 article > header > h1 > a:hover, .sp-wp-post-list#sp-entry-content-9 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-1 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-10 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-11 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-12 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-13 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-14 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-15 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-16 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-17 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-18 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-19 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-2 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-20 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-21 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-22 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-23 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-24 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-25 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-7 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-8 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-9 article > header > h1 > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-10 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-11 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-12 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-13 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-14 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-15 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-16 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-17 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-18 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-19 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-2 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-20 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-21 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-22 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-23 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-24 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-25 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-26 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-27 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-3 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-4 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-5 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-6 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-7 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-8 article > header > h4 > a, .sp-wp-post-list#sp-entry-content-9 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-1 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-10 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-11 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-12 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-13 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-14 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-15 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-16 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-17 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-18 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-19 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-2 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-20 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-21 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-22 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-23 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-24 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-25 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-7 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-8 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-9 article > header > h4 > a{
  color : #ea5356;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-10 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-11 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-12 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-13 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-14 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-15 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-16 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-17 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-18 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-19 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-2 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-20 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-21 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-22 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-23 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-24 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-25 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-26 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-27 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-3 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-4 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-5 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-6 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-7 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-8 article > header > h4 > a:hover, .sp-wp-post-list#sp-entry-content-9 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-1 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-10 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-11 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-12 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-13 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-14 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-15 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-16 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-17 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-18 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-19 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-2 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-20 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-21 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-22 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-23 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-24 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-25 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-7 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-8 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-9 article > header > h4 > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-9 > dl > dd{
  margin-top : 20px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-9 > dl > dt{
  overflow : hidden;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-10 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-11 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-12 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-13 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-14 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-15 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-16 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-17 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-18 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-19 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-20 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-21 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-22 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-23 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-24 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-25 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-9 > dl > dt > a{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #ea5356;
  text-decoration : none;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  display : block;
  overflow : hidden;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-14 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-15 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-16 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-17 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-18 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-19 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-20 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-21 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-22 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-23 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-24 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-25 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-26 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-27 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-10 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-11 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-12 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-13 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-14 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-15 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-16 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-17 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-18 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-19 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-20 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-21 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-22 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-23 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-24 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-25 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-7 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-8 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-9 > dl > dt > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-10 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-11 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-12 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-13 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-14 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-15 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-16 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-17 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-18 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-19 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-20 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-21 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-22 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-23 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-24 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-25 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-9 > dl{
  line-height : 2;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-11 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-12 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-13 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-14 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-15 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-16 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-17 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-18 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-19 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-20 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-21 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-22 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-23 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-24 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-25 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-9 > dl > dd{
  margin-top : 6px;
  margin-left : 165px;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-26 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-27 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-11 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-12 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-13 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-14 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-15 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-16 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-17 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-18 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-19 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-20 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-21 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-22 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-23 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-24 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-25 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-7 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-8 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-9 > dl > dt{
  background-image : url(img/icon-arrow-right27.png);
  background-repeat : no-repeat;
  background-position : left 12px;
  background-size : 3px 5px;
  padding-left : 14px;
  margin-top : 6px;
  float : left;
  clear : both;
}

.sp-wp-post-list.hpb-viewtype-full#sp-entry-content-1 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-10 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-11 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-12 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-13 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-14 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-15 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-16 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-17 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-18 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-19 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-2 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-20 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-21 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-22 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-23 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-24 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-25 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-26 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-27 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-3 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-4 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-5 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-6 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-7 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-8 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-9 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-1 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-10 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-11 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-12 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-13 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-14 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-15 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-16 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-17 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-18 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-19 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-2 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-20 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-21 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-22 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-23 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-24 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-25 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-3 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-4 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-5 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-6 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-7 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-8 > h3, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-9 > h3{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-full#sp-entry-content-1 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-10 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-11 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-12 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-13 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-14 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-15 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-16 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-17 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-18 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-19 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-2 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-20 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-21 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-22 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-23 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-24 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-25 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-26 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-27 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-3 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-4 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-5 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-6 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-7 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-8 > header, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-9 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-1 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-10 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-11 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-12 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-13 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-14 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-15 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-16 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-17 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-18 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-19 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-2 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-20 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-21 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-22 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-23 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-24 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-25 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-3 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-4 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-5 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-6 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-7 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-8 > header, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-9 > header{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-1 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-10 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-11 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-12 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-13 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-14 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-15 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-16 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-17 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-18 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-19 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-2 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-20 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-21 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-22 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-23 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-24 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-25 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-26 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-27 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-3 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-4 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-5 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-6 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-7 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-8 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-9 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-1 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-10 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-11 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-12 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-13 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-14 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-15 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-16 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-17 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-18 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-19 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-2 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-20 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-21 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-22 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-23 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-24 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-25 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-3 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-4 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-5 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-6 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-7 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-8 > h3, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-9 > h3{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-1 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-10 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-11 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-12 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-13 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-14 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-15 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-16 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-17 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-18 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-19 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-2 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-20 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-21 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-22 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-23 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-24 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-25 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-26 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-27 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-3 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-4 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-5 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-6 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-7 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-8 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-entry-content-9 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-1 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-10 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-11 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-12 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-13 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-14 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-15 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-16 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-17 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-18 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-19 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-2 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-20 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-21 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-22 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-23 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-24 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-25 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-3 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-4 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-5 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-6 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-7 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-8 > header, .sp-wp-post-list.hpb-viewtype-simple#sp-wp-post-list-9 > header{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-1 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-10 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-11 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-12 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-13 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-14 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-15 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-16 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-17 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-18 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-19 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-2 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-20 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-21 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-22 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-23 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-24 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-25 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-26 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-27 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-3 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-4 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-5 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-6 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-7 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-8 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-9 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-1 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-10 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-11 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-12 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-13 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-14 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-15 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-16 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-17 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-18 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-19 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-2 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-20 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-21 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-22 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-23 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-24 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-25 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-3 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-4 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-5 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-6 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-7 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-8 > h3, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-9 > h3{
  margin-bottom : 20px;
}

.sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-1 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-10 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-11 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-12 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-13 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-14 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-15 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-16 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-17 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-18 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-19 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-2 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-20 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-21 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-22 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-23 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-24 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-25 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-26 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-27 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-3 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-4 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-5 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-6 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-7 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-8 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-9 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-1 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-10 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-11 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-12 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-13 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-14 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-15 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-16 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-17 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-18 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-19 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-2 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-20 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-21 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-22 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-23 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-24 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-25 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-3 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-4 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-5 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-6 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-7 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-8 > header, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-9 > header{
  margin-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1:nth-child(1), .sp-wp-post-list#sp-entry-content-10:nth-child(1), .sp-wp-post-list#sp-entry-content-11:nth-child(1), .sp-wp-post-list#sp-entry-content-12:nth-child(1), .sp-wp-post-list#sp-entry-content-13:nth-child(1), .sp-wp-post-list#sp-entry-content-14:nth-child(1), .sp-wp-post-list#sp-entry-content-15:nth-child(1), .sp-wp-post-list#sp-entry-content-16:nth-child(1), .sp-wp-post-list#sp-entry-content-17:nth-child(1), .sp-wp-post-list#sp-entry-content-18:nth-child(1), .sp-wp-post-list#sp-entry-content-19:nth-child(1), .sp-wp-post-list#sp-entry-content-2:nth-child(1), .sp-wp-post-list#sp-entry-content-20:nth-child(1), .sp-wp-post-list#sp-entry-content-21:nth-child(1), .sp-wp-post-list#sp-entry-content-22:nth-child(1), .sp-wp-post-list#sp-entry-content-23:nth-child(1), .sp-wp-post-list#sp-entry-content-24:nth-child(1), .sp-wp-post-list#sp-entry-content-25:nth-child(1), .sp-wp-post-list#sp-entry-content-26:nth-child(1), .sp-wp-post-list#sp-entry-content-27:nth-child(1), .sp-wp-post-list#sp-entry-content-3:nth-child(1), .sp-wp-post-list#sp-entry-content-4:nth-child(1), .sp-wp-post-list#sp-entry-content-5:nth-child(1), .sp-wp-post-list#sp-entry-content-6:nth-child(1), .sp-wp-post-list#sp-entry-content-7:nth-child(1), .sp-wp-post-list#sp-entry-content-8:nth-child(1), .sp-wp-post-list#sp-entry-content-9:nth-child(1), .sp-wp-post-list#sp-wp-post-list-1:nth-child(1), .sp-wp-post-list#sp-wp-post-list-10:nth-child(1), .sp-wp-post-list#sp-wp-post-list-11:nth-child(1), .sp-wp-post-list#sp-wp-post-list-12:nth-child(1), .sp-wp-post-list#sp-wp-post-list-13:nth-child(1), .sp-wp-post-list#sp-wp-post-list-14:nth-child(1), .sp-wp-post-list#sp-wp-post-list-15:nth-child(1), .sp-wp-post-list#sp-wp-post-list-16:nth-child(1), .sp-wp-post-list#sp-wp-post-list-17:nth-child(1), .sp-wp-post-list#sp-wp-post-list-18:nth-child(1), .sp-wp-post-list#sp-wp-post-list-19:nth-child(1), .sp-wp-post-list#sp-wp-post-list-2:nth-child(1), .sp-wp-post-list#sp-wp-post-list-20:nth-child(1), .sp-wp-post-list#sp-wp-post-list-21:nth-child(1), .sp-wp-post-list#sp-wp-post-list-22:nth-child(1), .sp-wp-post-list#sp-wp-post-list-23:nth-child(1), .sp-wp-post-list#sp-wp-post-list-24:nth-child(1), .sp-wp-post-list#sp-wp-post-list-25:nth-child(1), .sp-wp-post-list#sp-wp-post-list-3:nth-child(1), .sp-wp-post-list#sp-wp-post-list-4:nth-child(1), .sp-wp-post-list#sp-wp-post-list-5:nth-child(1), .sp-wp-post-list#sp-wp-post-list-6:nth-child(1), .sp-wp-post-list#sp-wp-post-list-7:nth-child(1), .sp-wp-post-list#sp-wp-post-list-8:nth-child(1), .sp-wp-post-list#sp-wp-post-list-9:nth-child(1){
  margin-top : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-10 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-11 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-12 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-13 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-14 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-15 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-16 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-17 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-18 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-19 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-2 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-20 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-21 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-22 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-23 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-24 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-25 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-26 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-27 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-3 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-4 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-5 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-6 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-7 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-8 > .hpb-more-entry, .sp-wp-post-list#sp-entry-content-9 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-1 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-10 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-11 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-12 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-13 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-14 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-15 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-16 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-17 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-18 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-19 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-2 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-20 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-21 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-22 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-23 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-24 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-25 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-5 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-6 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-7 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-8 > .hpb-more-entry, .sp-wp-post-list#sp-wp-post-list-9 > .hpb-more-entry{
  text-align : right;
  padding-top : 0px;
  padding-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-10 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-11 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-12 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-13 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-14 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-15 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-16 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-17 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-18 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-19 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-2 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-20 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-21 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-22 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-23 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-24 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-25 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-26 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-27 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-3 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-4 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-5 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-6 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-7 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-8 > .hpb-more-entry a, .sp-wp-post-list#sp-entry-content-9 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-1 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-10 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-11 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-12 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-13 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-14 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-15 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-16 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-17 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-18 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-19 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-2 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-20 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-21 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-22 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-23 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-24 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-25 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-4 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-5 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-6 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-7 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-8 > .hpb-more-entry a, .sp-wp-post-list#sp-wp-post-list-9 > .hpb-more-entry a{
  font-size : 1.6rem;
  font-weight : bold;
  line-height : 2;
  color : #ffffff;
  background-color : #ea5356;
  text-decoration : none;
  text-align : center;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  margin-top : 15px;
  margin-right : 3px;
  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 : #ea5356;
  border-left-color : #ea5356;
  border-right-color : #ea5356;
  border-bottom-color : #ea5356;
  width : auto;
  min-width : 100px;
  height : auto;
  min-height : 30px;
  display : inline-block;
  position : relative;
  z-index : 2;
}

.sp-wp-post-list#sp-entry-content-1 > article, .sp-wp-post-list#sp-entry-content-10 > article, .sp-wp-post-list#sp-entry-content-11 > article, .sp-wp-post-list#sp-entry-content-12 > article, .sp-wp-post-list#sp-entry-content-13 > article, .sp-wp-post-list#sp-entry-content-14 > article, .sp-wp-post-list#sp-entry-content-15 > article, .sp-wp-post-list#sp-entry-content-16 > article, .sp-wp-post-list#sp-entry-content-17 > article, .sp-wp-post-list#sp-entry-content-18 > article, .sp-wp-post-list#sp-entry-content-19 > article, .sp-wp-post-list#sp-entry-content-2 > article, .sp-wp-post-list#sp-entry-content-20 > article, .sp-wp-post-list#sp-entry-content-21 > article, .sp-wp-post-list#sp-entry-content-22 > article, .sp-wp-post-list#sp-entry-content-23 > article, .sp-wp-post-list#sp-entry-content-24 > article, .sp-wp-post-list#sp-entry-content-25 > article, .sp-wp-post-list#sp-entry-content-26 > article, .sp-wp-post-list#sp-entry-content-27 > article, .sp-wp-post-list#sp-entry-content-3 > article, .sp-wp-post-list#sp-entry-content-4 > article, .sp-wp-post-list#sp-entry-content-5 > article, .sp-wp-post-list#sp-entry-content-6 > article, .sp-wp-post-list#sp-entry-content-7 > article, .sp-wp-post-list#sp-entry-content-8 > article, .sp-wp-post-list#sp-entry-content-9 > article, .sp-wp-post-list#sp-wp-post-list-1 > article, .sp-wp-post-list#sp-wp-post-list-10 > article, .sp-wp-post-list#sp-wp-post-list-11 > article, .sp-wp-post-list#sp-wp-post-list-12 > article, .sp-wp-post-list#sp-wp-post-list-13 > article, .sp-wp-post-list#sp-wp-post-list-14 > article, .sp-wp-post-list#sp-wp-post-list-15 > article, .sp-wp-post-list#sp-wp-post-list-16 > article, .sp-wp-post-list#sp-wp-post-list-17 > article, .sp-wp-post-list#sp-wp-post-list-18 > article, .sp-wp-post-list#sp-wp-post-list-19 > article, .sp-wp-post-list#sp-wp-post-list-2 > article, .sp-wp-post-list#sp-wp-post-list-20 > article, .sp-wp-post-list#sp-wp-post-list-21 > article, .sp-wp-post-list#sp-wp-post-list-22 > article, .sp-wp-post-list#sp-wp-post-list-23 > article, .sp-wp-post-list#sp-wp-post-list-24 > article, .sp-wp-post-list#sp-wp-post-list-25 > article, .sp-wp-post-list#sp-wp-post-list-3 > article, .sp-wp-post-list#sp-wp-post-list-4 > article, .sp-wp-post-list#sp-wp-post-list-5 > article, .sp-wp-post-list#sp-wp-post-list-6 > article, .sp-wp-post-list#sp-wp-post-list-7 > article, .sp-wp-post-list#sp-wp-post-list-8 > article, .sp-wp-post-list#sp-wp-post-list-9 > article{
  margin-top : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content{
  line-height : 2;
  padding-top : 20px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 20px;
  position : static;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content .acronym, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content .acronym, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content .acronym{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content .address, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content .address, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content .address{
  font-style : italic;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content .big, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content .big, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content .big{
  font-size : 2rem;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content .ins, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content .ins, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content .ins{
  background-color : #fff9bf;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content .pre, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content .pre, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content .pre{
  line-height : 1.6;
  padding-top : 1.6em;
  padding-left : 1.6em;
  padding-right : 1.6em;
  padding-bottom : 1.6em;
  margin-bottom : 1.6em;
  max-width : 100%;
  white-space : pre;
  overflow : auto;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content a, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content a, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content a{
  text-decoration : underline;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content a:visited, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content a:visited, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content a:visited{
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content a:hover, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content a:hover, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content a:hover{
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content abbr, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content abbr, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content abbr{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content acronym, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content acronym, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content acronym{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content address, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content address, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content address{
  font-style : italic;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content big, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content big, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content big{
  font-size : 2rem;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content blockquote, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content blockquote, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content blockquote{
  background-color : #eeeeee;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content blockquote p, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content blockquote p, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content blockquote p:first-child, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content blockquote p:first-child{
  margin-top : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-14 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-15 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-16 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-17 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-18 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-19 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-20 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-21 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-22 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-23 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-24 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-25 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-26 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-27 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content dl:not(.sp-definition-list), .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content dl:not(.sp-definition-list){
  margin-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content dl:not(.sp-definition-list) > dd, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content dl:not(.sp-definition-list) > dd{
  margin-top : 10px;
  margin-left : 35px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content dl:not(.sp-definition-list) > dt, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content dl:not(.sp-definition-list) > dt{
  padding-top : 0px;
  padding-left : 15px;
  padding-bottom : 0px;
  margin-top : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #ea5356;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-14 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-15 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-16 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-17 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-18 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-19 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-20 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-21 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-22 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-23 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-24 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-25 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-26 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-27 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content dl:not(.sp-definition-list) > dt:nth-of-type(1){
  margin-top : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h1, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h1, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h1{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h2, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h2, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h2{
  font-size : 2.4rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h3, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h3, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h3{
  font-size : 2rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h4, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h4, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h4{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h5, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h5, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h5{
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1.3;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content h6, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content h6, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content h6{
  font-size : 1.3rem;
  font-weight : normal;
  line-height : 1.3;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #131d33;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content hr, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content hr, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content hr{
  background-color : #d5d5d5;
  margin-top : 20px;
  margin-bottom : 20px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  width : 100%;
  height : 1px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ins, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content ins, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content ins{
  background-color : #fff9bf;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-14 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-15 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-16 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-17 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-18 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-19 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-20 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-21 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-22 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-23 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-24 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-25 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-26 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-27 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ol, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-10 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-11 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-12 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-13 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-14 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-15 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-16 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-17 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-18 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-19 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-20 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-21 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-22 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-23 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-24 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-25 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-7 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-8 > article > .entry-content ol, .sp-wp-post-list#sp-wp-post-list-9 > article > .entry-content ol{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  list-style-position : inside;
}

