#colophon{
  background-color : #ffd610;
}

#content{
  min-height : 50px;
}

#masthead{
  background-color : #ffffff;
}

#page{
  font-size : 1.6rem;
}

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

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

*{
  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{
  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 : #333333;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

a:hover{
  color : #333333;
  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 : #333333;
  background-color : #f2f2f2;
  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;
  }

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

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

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

  #main > #contenthead > a{
    background-image : url(img/header-main-back.png);
    margin-left : -1000%;
    margin-right : -1000%;
  }

  #masthead{
    margin-bottom : 0px;
    box-shadow : 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    z-index : 1;
    
  }

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

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

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

  .sp-html-src {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    width : 1000px;
  }

  #contenthead{
    width : 1000px;
  }
}

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

  #contenthead{
    margin-bottom : 40px;
  }

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

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

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

  .sp-google-map{
    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 > .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{
    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-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-page-title-1, #sp-page-title-2, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8{
  margin-top : 30px;
  margin-bottom : 50px;
  z-index : 1;
}

#sp-page-title-1 + article > #page-content, #sp-page-title-2 + article > #page-content, #sp-page-title-3 + article > #page-content, #sp-page-title-4 + article > #page-content, #sp-page-title-5 + article > #page-content, #sp-page-title-6 + article > #page-content, #sp-page-title-7 + article > #page-content, #sp-page-title-8 + article > #page-content{
  padding-top : 56px !important;
  margin-top : -76px;
}

#sp-page-title-1 + div.sp-block-container, #sp-page-title-2 + div.sp-block-container, #sp-page-title-3 + div.sp-block-container, #sp-page-title-4 + div.sp-block-container, #sp-page-title-5 + div.sp-block-container, #sp-page-title-6 + div.sp-block-container, #sp-page-title-7 + div.sp-block-container, #sp-page-title-8 + div.sp-block-container{
  padding-top : 26px;
  margin-top : -76px;
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  background-color : #ffd610;
  text-decoration : none;
  padding-left : 20px;
  padding-right : 20px;
  margin-top : -20px;
  margin-left : -10px;
  margin-bottom : 0px;
  float : left;
  position : relative;
}

#sp-page-title-1 > h1::before, #sp-page-title-2 > h1::before, #sp-page-title-3 > h1::before, #sp-page-title-4 > h1::before, #sp-page-title-5 > h1::before, #sp-page-title-6 > h1::before, #sp-page-title-7 > h1::before, #sp-page-title-8 > h1::before{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 10px;
  border-bottom-width : 10px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : transparent;
  border-right-color : #615000;
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : -10px;
  left : 0px;
  content : '';
}

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

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

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

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

  #sp-site-navigation-1{
    background-color : #222324;
    padding-top : 13px;
    padding-left : 1000%;
    padding-right : 1000%;
    padding-bottom : 13px;
    margin-left : -1000%;
    margin-right : -1000%;
    box-shadow : 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    
  }

  #sp-site-navigation-1 > ul{
    text-align : center;
    margin-left : -10px;
  }

  #sp-site-navigation-1 > ul ul{
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
  }

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

  #sp-site-navigation-1 > ul > li{
    text-align : left;
  }

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

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

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

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

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

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

  #sp-site-navigation-1 > ul > li > a{
    font-size : 1.4rem;
    font-weight : bold;
    line-height : 1;
    color : #ffffff;
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

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

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

  #sp-site-navigation-1{
    margin-top : 0px;
    box-shadow : 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    
  }

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

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

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

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

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

  #sp-site-navigation-1 > ul > li li.current_page_item > 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 : #ffd610;
    border-right-color : transparent;
    border-bottom-color : transparent;
    width : 0px;
    height : 0px;
    display : inline-block;
    content : '';
  }

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

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

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

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

  #sp-site-navigation-1 > ul > li > a{
    font-size : 1.2rem;
    font-weight : bold;
    line-height : 1;
    color : #ffffff;
    background-color : #373839;
    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-2, .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-2, .sp-wp-post-list#sp-wp-post-list-3, .sp-wp-post-list#sp-wp-post-list-4, .sp-wp-post-list#sp-wp-post-list-5, .sp-wp-post-list#sp-wp-post-list-6{
  margin-top : 30px;
  margin-bottom : 50px;
}

.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-2 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-2 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a{
  color : #ffffff;
  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-2 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-2 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h1 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h1 > a:hover{
  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-2 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-2 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a{
  color : #ffffff;
  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-2 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-2 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-3 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-4 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-5 article > header > h4 > a:hover, .sp-wp-post-list#sp-wp-post-list-6 article > header > h4 > a:hover{
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-content#sp-entry-content-1, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-10, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-11, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-12, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-13, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-2, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-3, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-4, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-5, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-6, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-7, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-8, .sp-wp-post-list.hpb-viewtype-content#sp-entry-content-9, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-1, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-2, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6{
  background-color : #ffffff;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : transparent;
}

.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-2 > 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-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dd{
  margin-top : 20px;
  margin-left : 20px;
  margin-right : 20px;
  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-2 > 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-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt{
  margin-top : 0px;
  margin-bottom : 0px;
}

.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-2 > 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-2 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #ffffff;
  background-color : #222324;
  text-decoration : none;
  padding-left : 20px;
  padding-right : 20px;
  display : block;
}

.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-2 > 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-2 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-3 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-4 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-5 > dl > dt > a:hover, .sp-wp-post-list.hpb-viewtype-content#sp-wp-post-list-6 > dl > dt > a:hover{
  color : #ffffff;
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6{
  background-color : #ffffff;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : transparent;
}

.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-2 > 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-2 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl{
  line-height : 2;
  margin-left : 20px;
  margin-right : 20px;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-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-2 > 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-2 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd{
  margin-left : 165px;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd > a, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd > a{
  color : #333333;
  text-decoration : underline;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dd > a:hover, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dd > a:hover{
  text-decoration : none;
}

.sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-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-2 > 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-2 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dt, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dt{
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : 3px 5px;
  padding-left : 25px;
  float : left;
  clear : both;
}

.sp-wp-post-list.hpb-viewtype-full#sp-entry-content-1 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-10 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-11 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-12 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-13 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-2 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-3 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-4 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-5 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-6 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-7 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-8 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-entry-content-9 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-1 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-2 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-3 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-4 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-5 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-full#sp-wp-post-list-6 > article > .entry-content{
  padding-top : 0px;
}

.sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-1 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-10 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-11 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-12 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-13 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-2 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-3 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-4 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-5 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-6 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-7 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-8 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-entry-content-9 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-1 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-2 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-3 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-4 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-5 > article > .entry-content, .sp-wp-post-list.hpb-viewtype-thumbnail#sp-wp-post-list-6 > article > .entry-content{
  padding-top : 0px;
}

.sp-wp-post-list.hpb-viewtype-title#sp-entry-content-1, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-10, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-11, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-12, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-13, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-2, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-3, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-4, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-5, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-6, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-7, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-8, .sp-wp-post-list.hpb-viewtype-title#sp-entry-content-9, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-1, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-2, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-3, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-4, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-5, .sp-wp-post-list.hpb-viewtype-title#sp-wp-post-list-6{
  background-color : #ffffff;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : transparent;
}

.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-2 > .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-2 > .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{
  background-color : #ffffff;
  text-align : right;
  padding-top : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : -30px;
}

.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-2 > .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-2 > .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{
  font-size : 1.6rem;
  color : #333333;
  background-color : #ffd610;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 5px;
  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 : #ffd610;
  border-left-color : #ffd610;
  border-right-color : #ffd610;
  border-bottom-color : #ffd610;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  width : auto;
  min-width : 111px;
  display : inline-block;
}

.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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  line-height : 2;
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  background-color : #fff9bf;
  text-decoration : none;
}

#sp-entry-content-1.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-10.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-11.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-12.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-13.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-2.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-3.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-4.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-5.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-6.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-7.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-8.sp-wp-post-list> article> .entry-content .paragraph, #sp-entry-content-9.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-1.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-2.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-3.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-4.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-5.sp-wp-post-list> article> .entry-content .paragraph, #sp-wp-post-list-6.sp-wp-post-list> article> .entry-content .paragraph {
}

.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-2 > 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-2 > 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{
  line-height : 1.6;
  background-color : #ffffff;
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content a > img:not(.sp-image), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content a > img:not(.sp-image){
  margin-top : 20px;
  margin-bottom : 20px;
}

.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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  background-color : #f5f5f5;
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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){
  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-2 > 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-2 > 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{
  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-2 > 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-2 > 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{
  padding-top : 0px;
  padding-left : 15px;
  padding-bottom : 0px;
  margin-top : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #343740;
}

.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-2 > 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-2 > 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){
  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-2 > 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-2 > 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{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-2 > 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-2 > 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{
  font-size : 2.4rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-2 > 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-2 > 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{
  font-size : 2rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-2 > 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-2 > 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{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-2 > 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-2 > 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{
  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 : #d5d5d5;
}

.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-2 > 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-2 > 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{
  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 : #d5d5d5;
}

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

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ol li, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ol li, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ol li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ol ol, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ol ol, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ol ol{
  margin-left : 20px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ol > ol > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ol > ol > li:nth-of-type(1){
  padding-top : 0px;
}

.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-2 > 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-2 > 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{
  line-height : 1.6;
  background-color : #ffffff;
  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 table:not(.sp-table), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content table:not(.sp-table), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content table:not(.sp-table){
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  width : 100%;
  border-collapse : collapse;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content table:not(.sp-table) > tbody > tr > td, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content table:not(.sp-table) > tbody > tr > td{
  color : #333333;
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th.col-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content table:not(.sp-table) > tbody > tr > th.row-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ul:not(.sp-list), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ul:not(.sp-list){
  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-type : none;
  list-style-position : outside;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ul:not(.sp-list) li, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ul:not(.sp-list) li{
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : left 12px;
  background-size : 3px 5px;
  padding-top : 0px;
  padding-left : 14px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ul:not(.sp-list) ul, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ul:not(.sp-list) ul{
  margin-left : 12px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content ul:not(.sp-list) > ul > li:nth-of-type(1){
  padding-top : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-10 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-11 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-12 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-13 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-2 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-3 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-4 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-5 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-6 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-7 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-8 > article > .entry-content > p, .sp-wp-post-list#sp-entry-content-9 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content > p, .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content > p{
  font-size : 1.6rem;
  line-height : 1.6;
}

.sp-wp-post-list#sp-entry-content-1 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-10 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-11 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-12 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-13 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-2 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-3 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-4 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-5 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-6 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-7 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-8 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-entry-content-9 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-2 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-4 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-5 > article > .entry-content > p:nth-of-type(1), .sp-wp-post-list#sp-wp-post-list-6 > article > .entry-content > p:nth-of-type(1){
  margin-top : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer, .sp-wp-post-list#sp-entry-content-10 > article > footer, .sp-wp-post-list#sp-entry-content-11 > article > footer, .sp-wp-post-list#sp-entry-content-12 > article > footer, .sp-wp-post-list#sp-entry-content-13 > article > footer, .sp-wp-post-list#sp-entry-content-2 > article > footer, .sp-wp-post-list#sp-entry-content-3 > article > footer, .sp-wp-post-list#sp-entry-content-4 > article > footer, .sp-wp-post-list#sp-entry-content-5 > article > footer, .sp-wp-post-list#sp-entry-content-6 > article > footer, .sp-wp-post-list#sp-entry-content-7 > article > footer, .sp-wp-post-list#sp-entry-content-8 > article > footer, .sp-wp-post-list#sp-entry-content-9 > article > footer, .sp-wp-post-list#sp-wp-post-list-1 > article > footer, .sp-wp-post-list#sp-wp-post-list-2 > article > footer, .sp-wp-post-list#sp-wp-post-list-3 > article > footer, .sp-wp-post-list#sp-wp-post-list-4 > article > footer, .sp-wp-post-list#sp-wp-post-list-5 > article > footer, .sp-wp-post-list#sp-wp-post-list-6 > article > footer{
  font-size : 1.2rem;
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  clear : both;
  overflow : hidden;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-10 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-11 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-12 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-13 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-2 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-3 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-4 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-5 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-6 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-7 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-8 > article > footer .by-author, .sp-wp-post-list#sp-entry-content-9 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .by-author, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .by-author{
  color : #ddb700;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-10 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-11 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-12 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-13 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-2 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-3 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-4 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-5 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-6 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-7 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-8 > article > footer .by-author::before, .sp-wp-post-list#sp-entry-content-9 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .by-author::before, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .by-author::before{
  background-image : url(img/icon-author.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
  margin-right : 5px;
  width : 13px;
  height : 14px;
  display : inline-block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-10 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-11 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-12 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-13 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-2 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-3 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-4 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-5 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-6 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-7 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-8 > article > footer .cat-links, .sp-wp-post-list#sp-entry-content-9 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .cat-links, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .cat-links{
  color : #ddb700;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-10 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-11 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-12 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-13 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-2 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-3 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-4 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-5 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-6 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-7 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-8 > article > footer .cat-links::before, .sp-wp-post-list#sp-entry-content-9 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .cat-links::before, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .cat-links::before{
  background-image : url(img/icon-cat.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
  margin-right : 5px;
  width : 13px;
  height : 17px;
  display : inline-block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-10 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-11 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-12 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-13 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-2 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-3 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-4 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-5 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-6 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-7 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-8 > article > footer .comments-link, .sp-wp-post-list#sp-entry-content-9 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .comments-link, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .comments-link{
  color : #ddb700;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-10 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-11 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-12 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-13 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-2 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-3 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-4 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-5 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-6 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-7 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-8 > article > footer .comments-link::before, .sp-wp-post-list#sp-entry-content-9 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .comments-link::before, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .comments-link::before{
  background-image : url(img/icon-comments.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
  margin-right : 5px;
  width : 17px;
  height : 13px;
  display : inline-block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .date, .sp-wp-post-list#sp-entry-content-10 > article > footer .date, .sp-wp-post-list#sp-entry-content-11 > article > footer .date, .sp-wp-post-list#sp-entry-content-12 > article > footer .date, .sp-wp-post-list#sp-entry-content-13 > article > footer .date, .sp-wp-post-list#sp-entry-content-2 > article > footer .date, .sp-wp-post-list#sp-entry-content-3 > article > footer .date, .sp-wp-post-list#sp-entry-content-4 > article > footer .date, .sp-wp-post-list#sp-entry-content-5 > article > footer .date, .sp-wp-post-list#sp-entry-content-6 > article > footer .date, .sp-wp-post-list#sp-entry-content-7 > article > footer .date, .sp-wp-post-list#sp-entry-content-8 > article > footer .date, .sp-wp-post-list#sp-entry-content-9 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .date, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .date{
  color : #ddb700;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-10 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-11 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-12 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-13 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-2 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-3 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-4 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-5 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-6 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-7 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-8 > article > footer .date::before, .sp-wp-post-list#sp-entry-content-9 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .date::before, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .date::before{
  background-image : url(img/icon-date.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
  margin-right : 5px;
  width : 15px;
  height : 14px;
  display : inline-block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-10 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-11 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-12 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-13 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-2 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-3 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-4 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-5 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-6 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-7 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-8 > article > footer .edit-link, .sp-wp-post-list#sp-entry-content-9 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .edit-link, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .edit-link{
  float : right;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .sep, .sp-wp-post-list#sp-entry-content-10 > article > footer .sep, .sp-wp-post-list#sp-entry-content-11 > article > footer .sep, .sp-wp-post-list#sp-entry-content-12 > article > footer .sep, .sp-wp-post-list#sp-entry-content-13 > article > footer .sep, .sp-wp-post-list#sp-entry-content-2 > article > footer .sep, .sp-wp-post-list#sp-entry-content-3 > article > footer .sep, .sp-wp-post-list#sp-entry-content-4 > article > footer .sep, .sp-wp-post-list#sp-entry-content-5 > article > footer .sep, .sp-wp-post-list#sp-entry-content-6 > article > footer .sep, .sp-wp-post-list#sp-entry-content-7 > article > footer .sep, .sp-wp-post-list#sp-entry-content-8 > article > footer .sep, .sp-wp-post-list#sp-entry-content-9 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .sep, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .sep{
  display : none;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-10 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-11 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-12 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-13 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-2 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-3 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-4 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-5 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-6 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-7 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-8 > article > footer .tags-links, .sp-wp-post-list#sp-entry-content-9 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .tags-links, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .tags-links{
  color : #ddb700;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-10 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-11 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-12 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-13 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-2 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-3 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-4 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-5 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-6 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-7 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-8 > article > footer .tags-links::before, .sp-wp-post-list#sp-entry-content-9 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-1 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-2 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-3 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-4 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-5 > article > footer .tags-links::before, .sp-wp-post-list#sp-wp-post-list-6 > article > footer .tags-links::before{
  background-image : url(img/icon-tags.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : contain;
  margin-right : 5px;
  width : 15px;
  height : 14px;
  display : inline-block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > article > footer a, .sp-wp-post-list#sp-entry-content-10 > article > footer a, .sp-wp-post-list#sp-entry-content-11 > article > footer a, .sp-wp-post-list#sp-entry-content-12 > article > footer a, .sp-wp-post-list#sp-entry-content-13 > article > footer a, .sp-wp-post-list#sp-entry-content-2 > article > footer a, .sp-wp-post-list#sp-entry-content-3 > article > footer a, .sp-wp-post-list#sp-entry-content-4 > article > footer a, .sp-wp-post-list#sp-entry-content-5 > article > footer a, .sp-wp-post-list#sp-entry-content-6 > article > footer a, .sp-wp-post-list#sp-entry-content-7 > article > footer a, .sp-wp-post-list#sp-entry-content-8 > article > footer a, .sp-wp-post-list#sp-entry-content-9 > article > footer a, .sp-wp-post-list#sp-wp-post-list-1 > article > footer a, .sp-wp-post-list#sp-wp-post-list-2 > article > footer a, .sp-wp-post-list#sp-wp-post-list-3 > article > footer a, .sp-wp-post-list#sp-wp-post-list-4 > article > footer a, .sp-wp-post-list#sp-wp-post-list-5 > article > footer a, .sp-wp-post-list#sp-wp-post-list-6 > article > footer a{
  color : #ddb700;
  text-decoration : underline;
}

.sp-wp-post-list#sp-entry-content-1 > article > footer span, .sp-wp-post-list#sp-entry-content-10 > article > footer span, .sp-wp-post-list#sp-entry-content-11 > article > footer span, .sp-wp-post-list#sp-entry-content-12 > article > footer span, .sp-wp-post-list#sp-entry-content-13 > article > footer span, .sp-wp-post-list#sp-entry-content-2 > article > footer span, .sp-wp-post-list#sp-entry-content-3 > article > footer span, .sp-wp-post-list#sp-entry-content-4 > article > footer span, .sp-wp-post-list#sp-entry-content-5 > article > footer span, .sp-wp-post-list#sp-entry-content-6 > article > footer span, .sp-wp-post-list#sp-entry-content-7 > article > footer span, .sp-wp-post-list#sp-entry-content-8 > article > footer span, .sp-wp-post-list#sp-entry-content-9 > article > footer span, .sp-wp-post-list#sp-wp-post-list-1 > article > footer span, .sp-wp-post-list#sp-wp-post-list-2 > article > footer span, .sp-wp-post-list#sp-wp-post-list-3 > article > footer span, .sp-wp-post-list#sp-wp-post-list-4 > article > footer span, .sp-wp-post-list#sp-wp-post-list-5 > article > footer span, .sp-wp-post-list#sp-wp-post-list-6 > article > footer span{
  margin-right : 15px;
}

.sp-wp-post-list#sp-entry-content-1 > article > header, .sp-wp-post-list#sp-entry-content-10 > article > header, .sp-wp-post-list#sp-entry-content-11 > article > header, .sp-wp-post-list#sp-entry-content-12 > article > header, .sp-wp-post-list#sp-entry-content-13 > article > header, .sp-wp-post-list#sp-entry-content-2 > article > header, .sp-wp-post-list#sp-entry-content-3 > article > header, .sp-wp-post-list#sp-entry-content-4 > article > header, .sp-wp-post-list#sp-entry-content-5 > article > header, .sp-wp-post-list#sp-entry-content-6 > article > header, .sp-wp-post-list#sp-entry-content-7 > article > header, .sp-wp-post-list#sp-entry-content-8 > article > header, .sp-wp-post-list#sp-entry-content-9 > article > header, .sp-wp-post-list#sp-wp-post-list-1 > article > header, .sp-wp-post-list#sp-wp-post-list-2 > article > header, .sp-wp-post-list#sp-wp-post-list-3 > article > header, .sp-wp-post-list#sp-wp-post-list-4 > article > header, .sp-wp-post-list#sp-wp-post-list-5 > article > header, .sp-wp-post-list#sp-wp-post-list-6 > article > header{
  background-color : #222324;
  margin-top : 0px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > header > h1, .sp-wp-post-list#sp-entry-content-10 > article > header > h1, .sp-wp-post-list#sp-entry-content-11 > article > header > h1, .sp-wp-post-list#sp-entry-content-12 > article > header > h1, .sp-wp-post-list#sp-entry-content-13 > article > header > h1, .sp-wp-post-list#sp-entry-content-2 > article > header > h1, .sp-wp-post-list#sp-entry-content-3 > article > header > h1, .sp-wp-post-list#sp-entry-content-4 > article > header > h1, .sp-wp-post-list#sp-entry-content-5 > article > header > h1, .sp-wp-post-list#sp-entry-content-6 > article > header > h1, .sp-wp-post-list#sp-entry-content-7 > article > header > h1, .sp-wp-post-list#sp-entry-content-8 > article > header > h1, .sp-wp-post-list#sp-entry-content-9 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-1 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-2 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-3 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-4 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-5 > article > header > h1, .sp-wp-post-list#sp-wp-post-list-6 > article > header > h1{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #ffffff;
  padding-left : 20px;
  padding-right : 20px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > header > h4, .sp-wp-post-list#sp-entry-content-10 > article > header > h4, .sp-wp-post-list#sp-entry-content-11 > article > header > h4, .sp-wp-post-list#sp-entry-content-12 > article > header > h4, .sp-wp-post-list#sp-entry-content-13 > article > header > h4, .sp-wp-post-list#sp-entry-content-2 > article > header > h4, .sp-wp-post-list#sp-entry-content-3 > article > header > h4, .sp-wp-post-list#sp-entry-content-4 > article > header > h4, .sp-wp-post-list#sp-entry-content-5 > article > header > h4, .sp-wp-post-list#sp-entry-content-6 > article > header > h4, .sp-wp-post-list#sp-entry-content-7 > article > header > h4, .sp-wp-post-list#sp-entry-content-8 > article > header > h4, .sp-wp-post-list#sp-entry-content-9 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-1 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-2 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-3 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-4 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-5 > article > header > h4, .sp-wp-post-list#sp-wp-post-list-6 > article > header > h4{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  color : #ffffff;
  padding-left : 20px;
  padding-right : 20px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > article > p, .sp-wp-post-list#sp-entry-content-10 > article > p, .sp-wp-post-list#sp-entry-content-11 > article > p, .sp-wp-post-list#sp-entry-content-12 > article > p, .sp-wp-post-list#sp-entry-content-13 > article > p, .sp-wp-post-list#sp-entry-content-2 > article > p, .sp-wp-post-list#sp-entry-content-3 > article > p, .sp-wp-post-list#sp-entry-content-4 > article > p, .sp-wp-post-list#sp-entry-content-5 > article > p, .sp-wp-post-list#sp-entry-content-6 > article > p, .sp-wp-post-list#sp-entry-content-7 > article > p, .sp-wp-post-list#sp-entry-content-8 > article > p, .sp-wp-post-list#sp-entry-content-9 > article > p, .sp-wp-post-list#sp-wp-post-list-1 > article > p, .sp-wp-post-list#sp-wp-post-list-2 > article > p, .sp-wp-post-list#sp-wp-post-list-3 > article > p, .sp-wp-post-list#sp-wp-post-list-4 > article > p, .sp-wp-post-list#sp-wp-post-list-5 > article > p, .sp-wp-post-list#sp-wp-post-list-6 > article > p{
  padding-left : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 10px;
  margin-bottom : 0px;
  float : left;
}

.sp-wp-post-list#sp-entry-content-1 > article > p > img, .sp-wp-post-list#sp-entry-content-10 > article > p > img, .sp-wp-post-list#sp-entry-content-11 > article > p > img, .sp-wp-post-list#sp-entry-content-12 > article > p > img, .sp-wp-post-list#sp-entry-content-13 > article > p > img, .sp-wp-post-list#sp-entry-content-2 > article > p > img, .sp-wp-post-list#sp-entry-content-3 > article > p > img, .sp-wp-post-list#sp-entry-content-4 > article > p > img, .sp-wp-post-list#sp-entry-content-5 > article > p > img, .sp-wp-post-list#sp-entry-content-6 > article > p > img, .sp-wp-post-list#sp-entry-content-7 > article > p > img, .sp-wp-post-list#sp-entry-content-8 > article > p > img, .sp-wp-post-list#sp-entry-content-9 > article > p > img, .sp-wp-post-list#sp-wp-post-list-1 > article > p > img, .sp-wp-post-list#sp-wp-post-list-2 > article > p > img, .sp-wp-post-list#sp-wp-post-list-3 > article > p > img, .sp-wp-post-list#sp-wp-post-list-4 > article > p > img, .sp-wp-post-list#sp-wp-post-list-5 > article > p > img, .sp-wp-post-list#sp-wp-post-list-6 > article > p > img{
  display : block;
}

.sp-wp-post-list#sp-entry-content-1 > dl, .sp-wp-post-list#sp-entry-content-10 > dl, .sp-wp-post-list#sp-entry-content-11 > dl, .sp-wp-post-list#sp-entry-content-12 > dl, .sp-wp-post-list#sp-entry-content-13 > dl, .sp-wp-post-list#sp-entry-content-2 > dl, .sp-wp-post-list#sp-entry-content-3 > dl, .sp-wp-post-list#sp-entry-content-4 > dl, .sp-wp-post-list#sp-entry-content-5 > dl, .sp-wp-post-list#sp-entry-content-6 > dl, .sp-wp-post-list#sp-entry-content-7 > dl, .sp-wp-post-list#sp-entry-content-8 > dl, .sp-wp-post-list#sp-entry-content-9 > dl, .sp-wp-post-list#sp-wp-post-list-1 > dl, .sp-wp-post-list#sp-wp-post-list-2 > dl, .sp-wp-post-list#sp-wp-post-list-3 > dl, .sp-wp-post-list#sp-wp-post-list-4 > dl, .sp-wp-post-list#sp-wp-post-list-5 > dl, .sp-wp-post-list#sp-wp-post-list-6 > dl{
  margin-bottom : 30px;
}

.sp-wp-post-list#sp-entry-content-1 > dl + nav, .sp-wp-post-list#sp-entry-content-10 > dl + nav, .sp-wp-post-list#sp-entry-content-11 > dl + nav, .sp-wp-post-list#sp-entry-content-12 > dl + nav, .sp-wp-post-list#sp-entry-content-13 > dl + nav, .sp-wp-post-list#sp-entry-content-2 > dl + nav, .sp-wp-post-list#sp-entry-content-3 > dl + nav, .sp-wp-post-list#sp-entry-content-4 > dl + nav, .sp-wp-post-list#sp-entry-content-5 > dl + nav, .sp-wp-post-list#sp-entry-content-6 > dl + nav, .sp-wp-post-list#sp-entry-content-7 > dl + nav, .sp-wp-post-list#sp-entry-content-8 > dl + nav, .sp-wp-post-list#sp-entry-content-9 > dl + nav, .sp-wp-post-list#sp-wp-post-list-1 > dl + nav, .sp-wp-post-list#sp-wp-post-list-2 > dl + nav, .sp-wp-post-list#sp-wp-post-list-3 > dl + nav, .sp-wp-post-list#sp-wp-post-list-4 > dl + nav, .sp-wp-post-list#sp-wp-post-list-5 > dl + nav, .sp-wp-post-list#sp-wp-post-list-6 > dl + nav{
  padding-left : 20px;
  padding-right : 20px;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > h3, .sp-wp-post-list#sp-entry-content-10 > h3, .sp-wp-post-list#sp-entry-content-11 > h3, .sp-wp-post-list#sp-entry-content-12 > h3, .sp-wp-post-list#sp-entry-content-13 > h3, .sp-wp-post-list#sp-entry-content-2 > h3, .sp-wp-post-list#sp-entry-content-3 > h3, .sp-wp-post-list#sp-entry-content-4 > h3, .sp-wp-post-list#sp-entry-content-5 > h3, .sp-wp-post-list#sp-entry-content-6 > h3, .sp-wp-post-list#sp-entry-content-7 > h3, .sp-wp-post-list#sp-entry-content-8 > h3, .sp-wp-post-list#sp-entry-content-9 > h3, .sp-wp-post-list#sp-wp-post-list-1 > h3, .sp-wp-post-list#sp-wp-post-list-2 > h3, .sp-wp-post-list#sp-wp-post-list-3 > h3, .sp-wp-post-list#sp-wp-post-list-4 > h3, .sp-wp-post-list#sp-wp-post-list-5 > h3, .sp-wp-post-list#sp-wp-post-list-6 > h3{
  background-color : #ffffff;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > h3::after, .sp-wp-post-list#sp-entry-content-10 > h3::after, .sp-wp-post-list#sp-entry-content-11 > h3::after, .sp-wp-post-list#sp-entry-content-12 > h3::after, .sp-wp-post-list#sp-entry-content-13 > h3::after, .sp-wp-post-list#sp-entry-content-2 > h3::after, .sp-wp-post-list#sp-entry-content-3 > h3::after, .sp-wp-post-list#sp-entry-content-4 > h3::after, .sp-wp-post-list#sp-entry-content-5 > h3::after, .sp-wp-post-list#sp-entry-content-6 > h3::after, .sp-wp-post-list#sp-entry-content-7 > h3::after, .sp-wp-post-list#sp-entry-content-8 > h3::after, .sp-wp-post-list#sp-entry-content-9 > h3::after, .sp-wp-post-list#sp-wp-post-list-1 > h3::after, .sp-wp-post-list#sp-wp-post-list-2 > h3::after, .sp-wp-post-list#sp-wp-post-list-3 > h3::after, .sp-wp-post-list#sp-wp-post-list-4 > h3::after, .sp-wp-post-list#sp-wp-post-list-5 > h3::after, .sp-wp-post-list#sp-wp-post-list-6 > h3::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list#sp-entry-content-1 > h3 > a, .sp-wp-post-list#sp-entry-content-10 > h3 > a, .sp-wp-post-list#sp-entry-content-11 > h3 > a, .sp-wp-post-list#sp-entry-content-12 > h3 > a, .sp-wp-post-list#sp-entry-content-13 > h3 > a, .sp-wp-post-list#sp-entry-content-2 > h3 > a, .sp-wp-post-list#sp-entry-content-3 > h3 > a, .sp-wp-post-list#sp-entry-content-4 > h3 > a, .sp-wp-post-list#sp-entry-content-5 > h3 > a, .sp-wp-post-list#sp-entry-content-6 > h3 > a, .sp-wp-post-list#sp-entry-content-7 > h3 > a, .sp-wp-post-list#sp-entry-content-8 > h3 > a, .sp-wp-post-list#sp-entry-content-9 > h3 > a, .sp-wp-post-list#sp-wp-post-list-1 > h3 > a, .sp-wp-post-list#sp-wp-post-list-2 > h3 > a, .sp-wp-post-list#sp-wp-post-list-3 > h3 > a, .sp-wp-post-list#sp-wp-post-list-4 > h3 > a, .sp-wp-post-list#sp-wp-post-list-5 > h3 > a, .sp-wp-post-list#sp-wp-post-list-6 > h3 > a{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  background-color : #ffd610;
  text-decoration : none;
  padding-left : 20px;
  padding-right : 20px;
  margin-top : -20px;
  margin-left : -10px;
  margin-bottom : 30px;
  float : left;
  position : relative;
}

.sp-wp-post-list#sp-entry-content-1 > h3 > a::before, .sp-wp-post-list#sp-entry-content-10 > h3 > a::before, .sp-wp-post-list#sp-entry-content-11 > h3 > a::before, .sp-wp-post-list#sp-entry-content-12 > h3 > a::before, .sp-wp-post-list#sp-entry-content-13 > h3 > a::before, .sp-wp-post-list#sp-entry-content-2 > h3 > a::before, .sp-wp-post-list#sp-entry-content-3 > h3 > a::before, .sp-wp-post-list#sp-entry-content-4 > h3 > a::before, .sp-wp-post-list#sp-entry-content-5 > h3 > a::before, .sp-wp-post-list#sp-entry-content-6 > h3 > a::before, .sp-wp-post-list#sp-entry-content-7 > h3 > a::before, .sp-wp-post-list#sp-entry-content-8 > h3 > a::before, .sp-wp-post-list#sp-entry-content-9 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-1 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-2 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-3 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-4 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-5 > h3 > a::before, .sp-wp-post-list#sp-wp-post-list-6 > h3 > a::before{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 10px;
  border-bottom-width : 10px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : transparent;
  border-right-color : #615000;
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : -10px;
  left : 0px;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > h3 ~ article, .sp-wp-post-list#sp-entry-content-10 > h3 ~ article, .sp-wp-post-list#sp-entry-content-11 > h3 ~ article, .sp-wp-post-list#sp-entry-content-12 > h3 ~ article, .sp-wp-post-list#sp-entry-content-13 > h3 ~ article, .sp-wp-post-list#sp-entry-content-2 > h3 ~ article, .sp-wp-post-list#sp-entry-content-3 > h3 ~ article, .sp-wp-post-list#sp-entry-content-4 > h3 ~ article, .sp-wp-post-list#sp-entry-content-5 > h3 ~ article, .sp-wp-post-list#sp-entry-content-6 > h3 ~ article, .sp-wp-post-list#sp-entry-content-7 > h3 ~ article, .sp-wp-post-list#sp-entry-content-8 > h3 ~ article, .sp-wp-post-list#sp-entry-content-9 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-1 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-2 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-3 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-4 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-5 > h3 ~ article, .sp-wp-post-list#sp-wp-post-list-6 > h3 ~ article{
  background-color : #ffffff;
  padding-bottom : 30px;
}

.sp-wp-post-list#sp-entry-content-1 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-10 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-11 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-12 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-13 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-2 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-3 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-4 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-5 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-6 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-7 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-8 > h3 ~ article > footer, .sp-wp-post-list#sp-entry-content-9 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-1 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-2 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-3 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-4 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-5 > h3 ~ article > footer, .sp-wp-post-list#sp-wp-post-list-6 > h3 ~ article > footer{
  padding-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-10 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-11 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-12 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-13 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-2 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-3 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-4 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-5 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-6 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-7 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-8 > h3 ~ article > header, .sp-wp-post-list#sp-entry-content-9 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-1 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-2 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-3 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-4 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-5 > h3 ~ article > header, .sp-wp-post-list#sp-wp-post-list-6 > h3 ~ article > header{
  margin-bottom : 20px;
}

.sp-wp-post-list#sp-entry-content-1 > header, .sp-wp-post-list#sp-entry-content-10 > header, .sp-wp-post-list#sp-entry-content-11 > header, .sp-wp-post-list#sp-entry-content-12 > header, .sp-wp-post-list#sp-entry-content-13 > header, .sp-wp-post-list#sp-entry-content-2 > header, .sp-wp-post-list#sp-entry-content-3 > header, .sp-wp-post-list#sp-entry-content-4 > header, .sp-wp-post-list#sp-entry-content-5 > header, .sp-wp-post-list#sp-entry-content-6 > header, .sp-wp-post-list#sp-entry-content-7 > header, .sp-wp-post-list#sp-entry-content-8 > header, .sp-wp-post-list#sp-entry-content-9 > header, .sp-wp-post-list#sp-wp-post-list-1 > header, .sp-wp-post-list#sp-wp-post-list-2 > header, .sp-wp-post-list#sp-wp-post-list-3 > header, .sp-wp-post-list#sp-wp-post-list-4 > header, .sp-wp-post-list#sp-wp-post-list-5 > header, .sp-wp-post-list#sp-wp-post-list-6 > header{
  background-color : #ffffff;
  margin-bottom : 0px;
}

.sp-wp-post-list#sp-entry-content-1 > header::after, .sp-wp-post-list#sp-entry-content-10 > header::after, .sp-wp-post-list#sp-entry-content-11 > header::after, .sp-wp-post-list#sp-entry-content-12 > header::after, .sp-wp-post-list#sp-entry-content-13 > header::after, .sp-wp-post-list#sp-entry-content-2 > header::after, .sp-wp-post-list#sp-entry-content-3 > header::after, .sp-wp-post-list#sp-entry-content-4 > header::after, .sp-wp-post-list#sp-entry-content-5 > header::after, .sp-wp-post-list#sp-entry-content-6 > header::after, .sp-wp-post-list#sp-entry-content-7 > header::after, .sp-wp-post-list#sp-entry-content-8 > header::after, .sp-wp-post-list#sp-entry-content-9 > header::after, .sp-wp-post-list#sp-wp-post-list-1 > header::after, .sp-wp-post-list#sp-wp-post-list-2 > header::after, .sp-wp-post-list#sp-wp-post-list-3 > header::after, .sp-wp-post-list#sp-wp-post-list-4 > header::after, .sp-wp-post-list#sp-wp-post-list-5 > header::after, .sp-wp-post-list#sp-wp-post-list-6 > header::after{
  clear : both;
  display : table;
  content : "";
}

.sp-wp-post-list#sp-entry-content-1 > header > h1, .sp-wp-post-list#sp-entry-content-10 > header > h1, .sp-wp-post-list#sp-entry-content-11 > header > h1, .sp-wp-post-list#sp-entry-content-12 > header > h1, .sp-wp-post-list#sp-entry-content-13 > header > h1, .sp-wp-post-list#sp-entry-content-2 > header > h1, .sp-wp-post-list#sp-entry-content-3 > header > h1, .sp-wp-post-list#sp-entry-content-4 > header > h1, .sp-wp-post-list#sp-entry-content-5 > header > h1, .sp-wp-post-list#sp-entry-content-6 > header > h1, .sp-wp-post-list#sp-entry-content-7 > header > h1, .sp-wp-post-list#sp-entry-content-8 > header > h1, .sp-wp-post-list#sp-entry-content-9 > header > h1, .sp-wp-post-list#sp-wp-post-list-1 > header > h1, .sp-wp-post-list#sp-wp-post-list-2 > header > h1, .sp-wp-post-list#sp-wp-post-list-3 > header > h1, .sp-wp-post-list#sp-wp-post-list-4 > header > h1, .sp-wp-post-list#sp-wp-post-list-5 > header > h1, .sp-wp-post-list#sp-wp-post-list-6 > header > h1{
  font-size : 2.8rem;
  font-weight : bold;
  line-height : 2;
  background-color : #ffd610;
  text-decoration : none;
  padding-left : 20px;
  padding-right : 20px;
  margin-top : -20px;
  margin-left : -10px;
  margin-bottom : 30px;
  float : left;
  position : relative;
}

.sp-wp-post-list#sp-entry-content-1 > header > h1::before, .sp-wp-post-list#sp-entry-content-10 > header > h1::before, .sp-wp-post-list#sp-entry-content-11 > header > h1::before, .sp-wp-post-list#sp-entry-content-12 > header > h1::before, .sp-wp-post-list#sp-entry-content-13 > header > h1::before, .sp-wp-post-list#sp-entry-content-2 > header > h1::before, .sp-wp-post-list#sp-entry-content-3 > header > h1::before, .sp-wp-post-list#sp-entry-content-4 > header > h1::before, .sp-wp-post-list#sp-entry-content-5 > header > h1::before, .sp-wp-post-list#sp-entry-content-6 > header > h1::before, .sp-wp-post-list#sp-entry-content-7 > header > h1::before, .sp-wp-post-list#sp-entry-content-8 > header > h1::before, .sp-wp-post-list#sp-entry-content-9 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-1 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-2 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-3 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-4 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-5 > header > h1::before, .sp-wp-post-list#sp-wp-post-list-6 > header > h1::before{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 10px;
  border-bottom-width : 10px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : transparent;
  border-left-color : transparent;
  border-right-color : #615000;
  border-bottom-color : transparent;
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : -10px;
  left : 0px;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > nav, .sp-wp-post-list#sp-entry-content-10 > nav, .sp-wp-post-list#sp-entry-content-11 > nav, .sp-wp-post-list#sp-entry-content-12 > nav, .sp-wp-post-list#sp-entry-content-13 > nav, .sp-wp-post-list#sp-entry-content-2 > nav, .sp-wp-post-list#sp-entry-content-3 > nav, .sp-wp-post-list#sp-entry-content-4 > nav, .sp-wp-post-list#sp-entry-content-5 > nav, .sp-wp-post-list#sp-entry-content-6 > nav, .sp-wp-post-list#sp-entry-content-7 > nav, .sp-wp-post-list#sp-entry-content-8 > nav, .sp-wp-post-list#sp-entry-content-9 > nav, .sp-wp-post-list#sp-wp-post-list-1 > nav, .sp-wp-post-list#sp-wp-post-list-2 > nav, .sp-wp-post-list#sp-wp-post-list-3 > nav, .sp-wp-post-list#sp-wp-post-list-4 > nav, .sp-wp-post-list#sp-wp-post-list-5 > nav, .sp-wp-post-list#sp-wp-post-list-6 > nav{
  margin-top : 20px;
  margin-bottom : 20px;
  overflow : hidden;
}

.sp-wp-post-list#sp-entry-content-1 > nav a, .sp-wp-post-list#sp-entry-content-10 > nav a, .sp-wp-post-list#sp-entry-content-11 > nav a, .sp-wp-post-list#sp-entry-content-12 > nav a, .sp-wp-post-list#sp-entry-content-13 > nav a, .sp-wp-post-list#sp-entry-content-2 > nav a, .sp-wp-post-list#sp-entry-content-3 > nav a, .sp-wp-post-list#sp-entry-content-4 > nav a, .sp-wp-post-list#sp-entry-content-5 > nav a, .sp-wp-post-list#sp-entry-content-6 > nav a, .sp-wp-post-list#sp-entry-content-7 > nav a, .sp-wp-post-list#sp-entry-content-8 > nav a, .sp-wp-post-list#sp-entry-content-9 > nav a, .sp-wp-post-list#sp-wp-post-list-1 > nav a, .sp-wp-post-list#sp-wp-post-list-2 > nav a, .sp-wp-post-list#sp-wp-post-list-3 > nav a, .sp-wp-post-list#sp-wp-post-list-4 > nav a, .sp-wp-post-list#sp-wp-post-list-5 > nav a, .sp-wp-post-list#sp-wp-post-list-6 > nav a{
  color : #ddb700;
  text-decoration : none;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div, .sp-wp-post-list#sp-entry-content-10 > nav > div, .sp-wp-post-list#sp-entry-content-11 > nav > div, .sp-wp-post-list#sp-entry-content-12 > nav > div, .sp-wp-post-list#sp-entry-content-13 > nav > div, .sp-wp-post-list#sp-entry-content-2 > nav > div, .sp-wp-post-list#sp-entry-content-3 > nav > div, .sp-wp-post-list#sp-entry-content-4 > nav > div, .sp-wp-post-list#sp-entry-content-5 > nav > div, .sp-wp-post-list#sp-entry-content-6 > nav > div, .sp-wp-post-list#sp-entry-content-7 > nav > div, .sp-wp-post-list#sp-entry-content-8 > nav > div, .sp-wp-post-list#sp-entry-content-9 > nav > div, .sp-wp-post-list#sp-wp-post-list-1 > nav > div, .sp-wp-post-list#sp-wp-post-list-2 > nav > div, .sp-wp-post-list#sp-wp-post-list-3 > nav > div, .sp-wp-post-list#sp-wp-post-list-4 > nav > div, .sp-wp-post-list#sp-wp-post-list-5 > nav > div, .sp-wp-post-list#sp-wp-post-list-6 > nav > div{
  width : 50%;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-next, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-next, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-next .meta-nav, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-next .meta-nav{
  margin-left : 5px;
  width : 6px;
  height : 10px;
  display : inline-block;
  overflow : hidden;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-next .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-next .meta-nav::before{
  background-image : url(img/icon-nav-next.png);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : 6px 10px;
  width : 6px;
  height : 10px;
  display : block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-previous, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-previous, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-previous{
  margin-left : 0px;
  float : left;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-previous .meta-nav, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-previous .meta-nav{
  margin-right : 5px;
  width : 6px;
  height : 10px;
  display : inline-block;
  overflow : hidden;
}

.sp-wp-post-list#sp-entry-content-1 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-10 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-11 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-12 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-13 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-2 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-3 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-4 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-5 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-6 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-7 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-8 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-entry-content-9 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-1 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-2 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-3 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-4 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-5 > nav > div.nav-previous .meta-nav::before, .sp-wp-post-list#sp-wp-post-list-6 > nav > div.nav-previous .meta-nav::before{
  background-image : url(img/icon-nav-prev.png);
  background-repeat : no-repeat;
  background-position : center center;
  background-size : 6px 10px;
  width : 6px;
  height : 10px;
  display : block;
  content : '';
}

.sp-wp-post-list#sp-entry-content-1 > ul, .sp-wp-post-list#sp-entry-content-10 > ul, .sp-wp-post-list#sp-entry-content-11 > ul, .sp-wp-post-list#sp-entry-content-12 > ul, .sp-wp-post-list#sp-entry-content-13 > ul, .sp-wp-post-list#sp-entry-content-2 > ul, .sp-wp-post-list#sp-entry-content-3 > ul, .sp-wp-post-list#sp-entry-content-4 > ul, .sp-wp-post-list#sp-entry-content-5 > ul, .sp-wp-post-list#sp-entry-content-6 > ul, .sp-wp-post-list#sp-entry-content-7 > ul, .sp-wp-post-list#sp-entry-content-8 > ul, .sp-wp-post-list#sp-entry-content-9 > ul, .sp-wp-post-list#sp-wp-post-list-1 > ul, .sp-wp-post-list#sp-wp-post-list-2 > ul, .sp-wp-post-list#sp-wp-post-list-3 > ul, .sp-wp-post-list#sp-wp-post-list-4 > ul, .sp-wp-post-list#sp-wp-post-list-5 > ul, .sp-wp-post-list#sp-wp-post-list-6 > ul{
  line-height : 2;
  padding-left : 0px;
  margin-left : 20px;
  margin-right : 20px;
  margin-bottom : 30px;
  list-style-type : none;
}

#sp-entry-content-1.sp-wp-post-list> ul> li, #sp-entry-content-10.sp-wp-post-list> ul> li, #sp-entry-content-11.sp-wp-post-list> ul> li, #sp-entry-content-12.sp-wp-post-list> ul> li, #sp-entry-content-13.sp-wp-post-list> ul> li, #sp-entry-content-2.sp-wp-post-list> ul> li, #sp-entry-content-3.sp-wp-post-list> ul> li, #sp-entry-content-4.sp-wp-post-list> ul> li, #sp-entry-content-5.sp-wp-post-list> ul> li, #sp-entry-content-6.sp-wp-post-list> ul> li, #sp-entry-content-7.sp-wp-post-list> ul> li, #sp-entry-content-8.sp-wp-post-list> ul> li, #sp-entry-content-9.sp-wp-post-list> ul> li, #sp-wp-post-list-1.sp-wp-post-list> ul> li, #sp-wp-post-list-2.sp-wp-post-list> ul> li, #sp-wp-post-list-3.sp-wp-post-list> ul> li, #sp-wp-post-list-4.sp-wp-post-list> ul> li, #sp-wp-post-list-5.sp-wp-post-list> ul> li, #sp-wp-post-list-6.sp-wp-post-list> ul> li {
}

.sp-wp-post-list#sp-entry-content-1 > ul > li > a, .sp-wp-post-list#sp-entry-content-10 > ul > li > a, .sp-wp-post-list#sp-entry-content-11 > ul > li > a, .sp-wp-post-list#sp-entry-content-12 > ul > li > a, .sp-wp-post-list#sp-entry-content-13 > ul > li > a, .sp-wp-post-list#sp-entry-content-2 > ul > li > a, .sp-wp-post-list#sp-entry-content-3 > ul > li > a, .sp-wp-post-list#sp-entry-content-4 > ul > li > a, .sp-wp-post-list#sp-entry-content-5 > ul > li > a, .sp-wp-post-list#sp-entry-content-6 > ul > li > a, .sp-wp-post-list#sp-entry-content-7 > ul > li > a, .sp-wp-post-list#sp-entry-content-8 > ul > li > a, .sp-wp-post-list#sp-entry-content-9 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-1 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-2 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-3 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-4 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-5 > ul > li > a, .sp-wp-post-list#sp-wp-post-list-6 > ul > li > a{
  color : #333333;
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : left center;
  background-size : 3px 5px;
  text-decoration : underline;
  padding-left : 25px;
}

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

  .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-2, .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-2, .sp-wp-post-list#sp-wp-post-list-3, .sp-wp-post-list#sp-wp-post-list-4, .sp-wp-post-list#sp-wp-post-list-5, .sp-wp-post-list#sp-wp-post-list-6{
    margin-bottom : 40px;
  }

  .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl:not(.sp-definition-list) > dd, .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl:not(.sp-definition-list) > dd{
    padding-left : 25px;
    margin-left : 0px;
  }

  .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl:not(.sp-definition-list) > dt:nth-of-type(1), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl:not(.sp-definition-list) > dt:nth-of-type(1){
    margin-top : 0px;
  }

  .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-1 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-10 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-11 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-12 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-13 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-2 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-3 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-4 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-5 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-6 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-7 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-8 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-entry-content-9 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-1 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-2 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-3 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-4 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-5 > dl > dt:not(.sp-definition-list), .sp-wp-post-list.hpb-viewtype-date#sp-wp-post-list-6 > dl > dt:not(.sp-definition-list){
    font-weight : bold;
    margin-top : 10px;
    float : none;
  }

  .sp-wp-post-list#sp-entry-content-1 > article > p, .sp-wp-post-list#sp-entry-content-10 > article > p, .sp-wp-post-list#sp-entry-content-11 > article > p, .sp-wp-post-list#sp-entry-content-12 > article > p, .sp-wp-post-list#sp-entry-content-13 > article > p, .sp-wp-post-list#sp-entry-content-2 > article > p, .sp-wp-post-list#sp-entry-content-3 > article > p, .sp-wp-post-list#sp-entry-content-4 > article > p, .sp-wp-post-list#sp-entry-content-5 > article > p, .sp-wp-post-list#sp-entry-content-6 > article > p, .sp-wp-post-list#sp-entry-content-7 > article > p, .sp-wp-post-list#sp-entry-content-8 > article > p, .sp-wp-post-list#sp-entry-content-9 > article > p, .sp-wp-post-list#sp-wp-post-list-1 > article > p, .sp-wp-post-list#sp-wp-post-list-2 > article > p, .sp-wp-post-list#sp-wp-post-list-3 > article > p, .sp-wp-post-list#sp-wp-post-list-4 > article > p, .sp-wp-post-list#sp-wp-post-list-5 > article > p, .sp-wp-post-list#sp-wp-post-list-6 > article > p{
    padding-left : 20px;
    padding-right : 20px;
    margin-right : 0px;
    float : none;
  }

  .sp-wp-post-list#sp-entry-content-1 > article > p > img, .sp-wp-post-list#sp-entry-content-10 > article > p > img, .sp-wp-post-list#sp-entry-content-11 > article > p > img, .sp-wp-post-list#sp-entry-content-12 > article > p > img, .sp-wp-post-list#sp-entry-content-13 > article > p > img, .sp-wp-post-list#sp-entry-content-2 > article > p > img, .sp-wp-post-list#sp-entry-content-3 > article > p > img, .sp-wp-post-list#sp-entry-content-4 > article > p > img, .sp-wp-post-list#sp-entry-content-5 > article > p > img, .sp-wp-post-list#sp-entry-content-6 > article > p > img, .sp-wp-post-list#sp-entry-content-7 > article > p > img, .sp-wp-post-list#sp-entry-content-8 > article > p > img, .sp-wp-post-list#sp-entry-content-9 > article > p > img, .sp-wp-post-list#sp-wp-post-list-1 > article > p > img, .sp-wp-post-list#sp-wp-post-list-2 > article > p > img, .sp-wp-post-list#sp-wp-post-list-3 > article > p > img, .sp-wp-post-list#sp-wp-post-list-4 > article > p > img, .sp-wp-post-list#sp-wp-post-list-5 > article > p > img, .sp-wp-post-list#sp-wp-post-list-6 > article > p > img{
    margin-bottom : 20px;
    width : 100%;
    height : auto;
  }
}

#sp-site-branding2-1{
  padding-top : 15px;
  padding-bottom : 16px;
  margin-bottom : 0px;
}

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

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

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

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

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

  #sp-site-branding2-1 {
  }

  #sp-site-branding2-1 .site-title {
  }
}

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

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

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

#sp-site-navigation-2{
  background-color : #ffd610;
  margin-bottom : 0px;
}

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

  #sp-site-navigation-2{
    text-align : left;
    padding-top : 20px;
    padding-left : 20px;
    padding-right : 20px;
    padding-bottom : 20px;
  }

  #sp-site-navigation-2 .sub-menu{
    display : none;
  }

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

  #sp-site-navigation-2 > ul > li{
    font-size : 1.2rem;
    color : #333333;
    text-align : left;
    margin-left : 6px;
    margin-right : 6px;
  }

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

  #sp-site-navigation-2 > ul > li::after{
    margin-left : 12px;
    content : '/';
  }

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

  #sp-site-navigation-2 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #333333;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    text-decoration : none;
  }
}

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

  #sp-site-navigation-2{
    padding-top : 10px;
    padding-bottom : 10px;
    margin-top : 0px;
    box-shadow : 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    
  }

  #sp-site-navigation-2 .sub-menu{
    display : none;
  }

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

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

  #sp-site-navigation-2> ul> li {
  }

  #sp-site-navigation-2 > ul > li.current_page_item > a{
    color : #333333;
  }

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

#breadcrumb-list{
  font-size : 1.1rem;
  background-image : url(img/header-main-back.png);
}

#breadcrumb-list > div{
  padding-top : 12px;
  margin-top : 0px;
  margin-right : 5px;
}

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

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

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

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

  #breadcrumb-list{
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
  }

  #breadcrumb-list> div {
  }

  #breadcrumb-list> div> a:link {
  }

  #breadcrumb-list> div> a:visited {
  }

  #breadcrumb-list> div> a:hover {
  }
}

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

  #breadcrumb-list {
  }

  #breadcrumb-list> div {
  }

  #breadcrumb-list> div> a:link {
  }

  #breadcrumb-list> div> a:visited {
  }

  #breadcrumb-list> div> a:hover {
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sp-button-1, #sp-button-2, #sp-button-3, #sp-button-4{
  line-height : 2;
  margin-right : 1em;
  margin-bottom : 1em;
  width : auto;
  min-width : 100px;
  height : auto;
  min-height : 30px;
  display : table;
}

#sp-button-1 > a, #sp-button-2 > a, #sp-button-3 > a, #sp-button-4 > a{
  font-size : 1.6rem;
  font-weight : bold;
  color : #222324;
  background-color : #ffd610;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  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 : #ffd610;
  border-left-color : #ffd610;
  border-right-color : #ffd610;
  border-bottom-color : #ffd610;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  width : 100%;
  height : 100%;
  display : table-cell;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#sp-table-1{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td{
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 > tbody > tr > th.col-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 > tbody > tr > th.row-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-list-1, #sp-list-2, #sp-list-3, #sp-list-4{
  line-height : 2;
  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-type : none;
  list-style-position : outside;
}

#sp-list-1 li, #sp-list-2 li, #sp-list-3 li, #sp-list-4 li{
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : 13px 1em;
  background-size : 3px 5px;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-list-1 ul, #sp-list-2 ul, #sp-list-3 ul, #sp-list-4 ul{
  margin-left : 12px;
  margin-bottom : 0px;
}

#sp-list-1 > ul > li:nth-of-type(1), #sp-list-2 > ul > li:nth-of-type(1), #sp-list-3 > ul > li:nth-of-type(1), #sp-list-4 > ul > li:nth-of-type(1){
  padding-top : 0px;
}

#sp-block-container-7{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #222324;
  margin-top : 0px;
  margin-bottom : 0px;
}

#sp-block-container-7 .copyright{
  padding-top : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-bottom : 0px;
}

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

  #sp-block-container-7{
    text-indent : 20px;
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

  #sp-block-container-7{
    padding-left : 20px;
    padding-right : 20px;
  }
}

#sp-form-1, #sp-form-2{
  margin-bottom : 20px;
}

#sp-form-1 input, #sp-form-2 input {
}

#sp-form-1 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), #sp-form-2 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]){
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
}

#sp-form-1 input[type="radio"], #sp-form-2 input[type="radio"] {
}

#sp-form-1 input[type="submit"], #sp-form-2 input[type="submit"]{
  font-size : 1.6rem;
  line-height : 2;
  color : #333333;
  background-color : #ffd610;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 0px;
  margin-top : 0px;
  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 : #ffd610;
  border-left-color : #ffd610;
  border-right-color : #ffd610;
  border-bottom-color : #ffd610;
  border-top-left-radius : 15px 15px;
  border-top-right-radius : 15px 15px;
  border-bottom-right-radius : 15px 15px;
  border-bottom-left-radius : 15px 15px;
  width : auto;
  min-width : 111px;
  float : right;
  cursor : pointer;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#sp-form-1 select, #sp-form-2 select{
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
}

#sp-form-1 textarea, #sp-form-2 textarea{
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
}

#sp-form-1 > table, #sp-form-2 > table{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td, #sp-form-2 > table td{
  background-color : #ffffff;
  padding-top : 8px;
  padding-left : 11px;
  padding-right : 11px;
  padding-bottom : 8px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-form-1 > table th, #sp-form-2 > table th{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  vertical-align : top;
  padding-top : 10px;
  padding-left : 9px;
  padding-right : 9px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

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

  #sp-form-1 > table, #sp-form-2 > table{
    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;
  }

  #sp-form-1 > table td, #sp-form-2 > table td{
    display : block;
  }

  #sp-form-1 > table th, #sp-form-2 > table th{
    display : block;
  }
}

#sp-definition-list-1, #sp-definition-list-2{
  line-height : 2;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

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

#sp-definition-list-1 > dt, #sp-definition-list-2 > dt{
  padding-top : 0px;
  padding-left : 15px;
  padding-bottom : 0px;
  margin-top : 20px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #343740;
}

#sp-definition-list-1 > dt:nth-of-type(1), #sp-definition-list-2 > dt:nth-of-type(1){
  margin-top : 0px;
}

.page-blog#content #page-content, .page-campaign#content #page-content, .page-contact#content #page-content, .page-item#content #page-content, .page-law#content #page-content, .page-order#content #page-content, .page-privacy#content #page-content, .page-shop#content #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6{
  line-height : 2;
  background-color : #ffffff;
  padding-top : 30px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-bottom : 50px;
}

.page-blog#content #page-content > .acronym, .page-campaign#content #page-content > .acronym, .page-contact#content #page-content > .acronym, .page-item#content #page-content > .acronym, .page-law#content #page-content > .acronym, .page-order#content #page-content > .acronym, .page-privacy#content #page-content > .acronym, .page-shop#content #page-content > .acronym, #sp-block-container-1 > .acronym, #sp-block-container-2 > .acronym, #sp-block-container-3 > .acronym, #sp-block-container-4 > .acronym, #sp-block-container-5 > .acronym, #sp-block-container-6 > .acronym{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.page-blog#content #page-content > .address, .page-campaign#content #page-content > .address, .page-contact#content #page-content > .address, .page-item#content #page-content > .address, .page-law#content #page-content > .address, .page-order#content #page-content > .address, .page-privacy#content #page-content > .address, .page-shop#content #page-content > .address, #sp-block-container-1 > .address, #sp-block-container-2 > .address, #sp-block-container-3 > .address, #sp-block-container-4 > .address, #sp-block-container-5 > .address, #sp-block-container-6 > .address{
  font-style : italic;
}

.page-blog#content #page-content > .big, .page-campaign#content #page-content > .big, .page-contact#content #page-content > .big, .page-item#content #page-content > .big, .page-law#content #page-content > .big, .page-order#content #page-content > .big, .page-privacy#content #page-content > .big, .page-shop#content #page-content > .big, #sp-block-container-1 > .big, #sp-block-container-2 > .big, #sp-block-container-3 > .big, #sp-block-container-4 > .big, #sp-block-container-5 > .big, #sp-block-container-6 > .big{
  font-size : 2rem;
}

.page-blog#content #page-content > .ins, .page-campaign#content #page-content > .ins, .page-contact#content #page-content > .ins, .page-item#content #page-content > .ins, .page-law#content #page-content > .ins, .page-order#content #page-content > .ins, .page-privacy#content #page-content > .ins, .page-shop#content #page-content > .ins, #sp-block-container-1 > .ins, #sp-block-container-2 > .ins, #sp-block-container-3 > .ins, #sp-block-container-4 > .ins, #sp-block-container-5 > .ins, #sp-block-container-6 > .ins{
  background-color : #fff9bf;
  text-decoration : none;
}

#content.page-blog #page-content> .paragraph, #content.page-campaign #page-content> .paragraph, #content.page-contact #page-content> .paragraph, #content.page-item #page-content> .paragraph, #content.page-law #page-content> .paragraph, #content.page-order #page-content> .paragraph, #content.page-privacy #page-content> .paragraph, #content.page-shop #page-content> .paragraph, #sp-block-container-1> .paragraph, #sp-block-container-2> .paragraph, #sp-block-container-3> .paragraph, #sp-block-container-4> .paragraph, #sp-block-container-5> .paragraph, #sp-block-container-6> .paragraph {
}

.page-blog#content #page-content > .pre, .page-campaign#content #page-content > .pre, .page-contact#content #page-content > .pre, .page-item#content #page-content > .pre, .page-law#content #page-content > .pre, .page-order#content #page-content > .pre, .page-privacy#content #page-content > .pre, .page-shop#content #page-content > .pre, #sp-block-container-1 > .pre, #sp-block-container-2 > .pre, #sp-block-container-3 > .pre, #sp-block-container-4 > .pre, #sp-block-container-5 > .pre, #sp-block-container-6 > .pre{
  line-height : 1.6;
  background-color : #ffffff;
  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;
}

.page-blog#content #page-content > a, .page-campaign#content #page-content > a, .page-contact#content #page-content > a, .page-item#content #page-content > a, .page-law#content #page-content > a, .page-order#content #page-content > a, .page-privacy#content #page-content > a, .page-shop#content #page-content > a, #sp-block-container-1 > a, #sp-block-container-2 > a, #sp-block-container-3 > a, #sp-block-container-4 > a, #sp-block-container-5 > a, #sp-block-container-6 > a{
  text-decoration : underline;
}

.page-blog#content #page-content > a:visited, .page-campaign#content #page-content > a:visited, .page-contact#content #page-content > a:visited, .page-item#content #page-content > a:visited, .page-law#content #page-content > a:visited, .page-order#content #page-content > a:visited, .page-privacy#content #page-content > a:visited, .page-shop#content #page-content > a:visited, #sp-block-container-1 > a:visited, #sp-block-container-2 > a:visited, #sp-block-container-3 > a:visited, #sp-block-container-4 > a:visited, #sp-block-container-5 > a:visited, #sp-block-container-6 > a:visited{
  text-decoration : none;
}

.page-blog#content #page-content > a:hover, .page-campaign#content #page-content > a:hover, .page-contact#content #page-content > a:hover, .page-item#content #page-content > a:hover, .page-law#content #page-content > a:hover, .page-order#content #page-content > a:hover, .page-privacy#content #page-content > a:hover, .page-shop#content #page-content > a:hover, #sp-block-container-1 > a:hover, #sp-block-container-2 > a:hover, #sp-block-container-3 > a:hover, #sp-block-container-4 > a:hover, #sp-block-container-5 > a:hover, #sp-block-container-6 > a:hover{
  text-decoration : none;
}

.page-blog#content #page-content > a > img:not(.sp-image), .page-campaign#content #page-content > a > img:not(.sp-image), .page-contact#content #page-content > a > img:not(.sp-image), .page-item#content #page-content > a > img:not(.sp-image), .page-law#content #page-content > a > img:not(.sp-image), .page-order#content #page-content > a > img:not(.sp-image), .page-privacy#content #page-content > a > img:not(.sp-image), .page-shop#content #page-content > a > img:not(.sp-image), #sp-block-container-1 > a > img:not(.sp-image), #sp-block-container-2 > a > img:not(.sp-image), #sp-block-container-3 > a > img:not(.sp-image), #sp-block-container-4 > a > img:not(.sp-image), #sp-block-container-5 > a > img:not(.sp-image), #sp-block-container-6 > a > img:not(.sp-image){
  margin-top : 20px;
  margin-bottom : 20px;
}

.page-blog#content #page-content > abbr, .page-campaign#content #page-content > abbr, .page-contact#content #page-content > abbr, .page-item#content #page-content > abbr, .page-law#content #page-content > abbr, .page-order#content #page-content > abbr, .page-privacy#content #page-content > abbr, .page-shop#content #page-content > abbr, #sp-block-container-1 > abbr, #sp-block-container-2 > abbr, #sp-block-container-3 > abbr, #sp-block-container-4 > abbr, #sp-block-container-5 > abbr, #sp-block-container-6 > abbr{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.page-blog#content #page-content > acronym, .page-campaign#content #page-content > acronym, .page-contact#content #page-content > acronym, .page-item#content #page-content > acronym, .page-law#content #page-content > acronym, .page-order#content #page-content > acronym, .page-privacy#content #page-content > acronym, .page-shop#content #page-content > acronym, #sp-block-container-1 > acronym, #sp-block-container-2 > acronym, #sp-block-container-3 > acronym, #sp-block-container-4 > acronym, #sp-block-container-5 > acronym, #sp-block-container-6 > acronym{
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #d5d5d5;
  cursor : help;
}

.page-blog#content #page-content > address, .page-campaign#content #page-content > address, .page-contact#content #page-content > address, .page-item#content #page-content > address, .page-law#content #page-content > address, .page-order#content #page-content > address, .page-privacy#content #page-content > address, .page-shop#content #page-content > address, #sp-block-container-1 > address, #sp-block-container-2 > address, #sp-block-container-3 > address, #sp-block-container-4 > address, #sp-block-container-5 > address, #sp-block-container-6 > address{
  font-style : italic;
}

.page-blog#content #page-content > big, .page-campaign#content #page-content > big, .page-contact#content #page-content > big, .page-item#content #page-content > big, .page-law#content #page-content > big, .page-order#content #page-content > big, .page-privacy#content #page-content > big, .page-shop#content #page-content > big, #sp-block-container-1 > big, #sp-block-container-2 > big, #sp-block-container-3 > big, #sp-block-container-4 > big, #sp-block-container-5 > big, #sp-block-container-6 > big{
  font-size : 2rem;
}

.page-blog#content #page-content > blockquote, .page-campaign#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-item#content #page-content > blockquote, .page-law#content #page-content > blockquote, .page-order#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-shop#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-3 > blockquote, #sp-block-container-4 > blockquote, #sp-block-container-5 > blockquote, #sp-block-container-6 > blockquote{
  background-color : #f5f5f5;
  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;
}

.page-blog#content #page-content > blockquote p, .page-campaign#content #page-content > blockquote p, .page-contact#content #page-content > blockquote p, .page-item#content #page-content > blockquote p, .page-law#content #page-content > blockquote p, .page-order#content #page-content > blockquote p, .page-privacy#content #page-content > blockquote p, .page-shop#content #page-content > blockquote p, #sp-block-container-1 > blockquote p, #sp-block-container-2 > blockquote p, #sp-block-container-3 > blockquote p, #sp-block-container-4 > blockquote p, #sp-block-container-5 > blockquote p, #sp-block-container-6 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-blog#content #page-content > blockquote p:first-child, .page-campaign#content #page-content > blockquote p:first-child, .page-contact#content #page-content > blockquote p:first-child, .page-item#content #page-content > blockquote p:first-child, .page-law#content #page-content > blockquote p:first-child, .page-order#content #page-content > blockquote p:first-child, .page-privacy#content #page-content > blockquote p:first-child, .page-shop#content #page-content > blockquote p:first-child, #sp-block-container-1 > blockquote p:first-child, #sp-block-container-2 > blockquote p:first-child, #sp-block-container-3 > blockquote p:first-child, #sp-block-container-4 > blockquote p:first-child, #sp-block-container-5 > blockquote p:first-child, #sp-block-container-6 > blockquote p:first-child{
  margin-top : 0px;
}

.page-blog#content #page-content > dl:not(.sp-definition-list), .page-campaign#content #page-content > dl:not(.sp-definition-list), .page-contact#content #page-content > dl:not(.sp-definition-list), .page-item#content #page-content > dl:not(.sp-definition-list), .page-law#content #page-content > dl:not(.sp-definition-list), .page-order#content #page-content > dl:not(.sp-definition-list), .page-privacy#content #page-content > dl:not(.sp-definition-list), .page-shop#content #page-content > dl:not(.sp-definition-list), #sp-block-container-1 > dl:not(.sp-definition-list), #sp-block-container-2 > dl:not(.sp-definition-list), #sp-block-container-3 > dl:not(.sp-definition-list), #sp-block-container-4 > dl:not(.sp-definition-list), #sp-block-container-5 > dl:not(.sp-definition-list), #sp-block-container-6 > dl:not(.sp-definition-list){
  margin-bottom : 20px;
}

.page-blog#content #page-content > dl:not(.sp-definition-list) > dd, .page-campaign#content #page-content > dl:not(.sp-definition-list) > dd, .page-contact#content #page-content > dl:not(.sp-definition-list) > dd, .page-item#content #page-content > dl:not(.sp-definition-list) > dd, .page-law#content #page-content > dl:not(.sp-definition-list) > dd, .page-order#content #page-content > dl:not(.sp-definition-list) > dd, .page-privacy#content #page-content > dl:not(.sp-definition-list) > dd, .page-shop#content #page-content > dl:not(.sp-definition-list) > dd, #sp-block-container-1 > dl:not(.sp-definition-list) > dd, #sp-block-container-2 > dl:not(.sp-definition-list) > dd, #sp-block-container-3 > dl:not(.sp-definition-list) > dd, #sp-block-container-4 > dl:not(.sp-definition-list) > dd, #sp-block-container-5 > dl:not(.sp-definition-list) > dd, #sp-block-container-6 > dl:not(.sp-definition-list) > dd{
  margin-top : 10px;
  margin-left : 35px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.page-blog#content #page-content > dl:not(.sp-definition-list) > dt, .page-campaign#content #page-content > dl:not(.sp-definition-list) > dt, .page-contact#content #page-content > dl:not(.sp-definition-list) > dt, .page-item#content #page-content > dl:not(.sp-definition-list) > dt, .page-law#content #page-content > dl:not(.sp-definition-list) > dt, .page-order#content #page-content > dl:not(.sp-definition-list) > dt, .page-privacy#content #page-content > dl:not(.sp-definition-list) > dt, .page-shop#content #page-content > dl:not(.sp-definition-list) > dt, #sp-block-container-1 > dl:not(.sp-definition-list) > dt, #sp-block-container-2 > dl:not(.sp-definition-list) > dt, #sp-block-container-3 > dl:not(.sp-definition-list) > dt, #sp-block-container-4 > dl:not(.sp-definition-list) > dt, #sp-block-container-5 > dl:not(.sp-definition-list) > dt, #sp-block-container-6 > 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 : #343740;
}

.page-blog#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-campaign#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-contact#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-item#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-law#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-order#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-privacy#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), .page-shop#content #page-content > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-1 > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-2 > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-3 > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-4 > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-5 > dl:not(.sp-definition-list) > dt:nth-of-type(1), #sp-block-container-6 > dl:not(.sp-definition-list) > dt:nth-of-type(1){
  margin-top : 0px;
}

.page-blog#content #page-content > h1, .page-campaign#content #page-content > h1, .page-contact#content #page-content > h1, .page-item#content #page-content > h1, .page-law#content #page-content > h1, .page-order#content #page-content > h1, .page-privacy#content #page-content > h1, .page-shop#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-2 > h1, #sp-block-container-3 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > 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 : #d5d5d5;
}

.page-blog#content #page-content > h2, .page-campaign#content #page-content > h2, .page-contact#content #page-content > h2, .page-item#content #page-content > h2, .page-law#content #page-content > h2, .page-order#content #page-content > h2, .page-privacy#content #page-content > h2, .page-shop#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-2 > h2, #sp-block-container-3 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > 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 : #d5d5d5;
}

.page-blog#content #page-content > h3, .page-campaign#content #page-content > h3, .page-contact#content #page-content > h3, .page-item#content #page-content > h3, .page-law#content #page-content > h3, .page-order#content #page-content > h3, .page-privacy#content #page-content > h3, .page-shop#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-2 > h3, #sp-block-container-3 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3{
  font-size : 2rem;
  font-weight : bold;
  line-height : 2;
  margin-bottom : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h4, .page-campaign#content #page-content > h4, .page-contact#content #page-content > h4, .page-item#content #page-content > h4, .page-law#content #page-content > h4, .page-order#content #page-content > h4, .page-privacy#content #page-content > h4, .page-shop#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-2 > h4, #sp-block-container-3 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > 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 : #d5d5d5;
}

.page-blog#content #page-content > h5, .page-campaign#content #page-content > h5, .page-contact#content #page-content > h5, .page-item#content #page-content > h5, .page-law#content #page-content > h5, .page-order#content #page-content > h5, .page-privacy#content #page-content > h5, .page-shop#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-2 > h5, #sp-block-container-3 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > 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 : #d5d5d5;
}

.page-blog#content #page-content > h6, .page-campaign#content #page-content > h6, .page-contact#content #page-content > h6, .page-item#content #page-content > h6, .page-law#content #page-content > h6, .page-order#content #page-content > h6, .page-privacy#content #page-content > h6, .page-shop#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-2 > h6, #sp-block-container-3 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > 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 : #d5d5d5;
}

.page-blog#content #page-content > hr, .page-campaign#content #page-content > hr, .page-contact#content #page-content > hr, .page-item#content #page-content > hr, .page-law#content #page-content > hr, .page-order#content #page-content > hr, .page-privacy#content #page-content > hr, .page-shop#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-2 > hr, #sp-block-container-3 > hr, #sp-block-container-4 > hr, #sp-block-container-5 > hr, #sp-block-container-6 > 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;
}

.page-blog#content #page-content > ins, .page-campaign#content #page-content > ins, .page-contact#content #page-content > ins, .page-item#content #page-content > ins, .page-law#content #page-content > ins, .page-order#content #page-content > ins, .page-privacy#content #page-content > ins, .page-shop#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-2 > ins, #sp-block-container-3 > ins, #sp-block-container-4 > ins, #sp-block-container-5 > ins, #sp-block-container-6 > ins{
  background-color : #fff9bf;
  text-decoration : none;
}

.page-blog#content #page-content > ol, .page-campaign#content #page-content > ol, .page-contact#content #page-content > ol, .page-item#content #page-content > ol, .page-law#content #page-content > ol, .page-order#content #page-content > ol, .page-privacy#content #page-content > ol, .page-shop#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-2 > ol, #sp-block-container-3 > ol, #sp-block-container-4 > ol, #sp-block-container-5 > ol, #sp-block-container-6 > 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;
}

.page-blog#content #page-content > ol li, .page-campaign#content #page-content > ol li, .page-contact#content #page-content > ol li, .page-item#content #page-content > ol li, .page-law#content #page-content > ol li, .page-order#content #page-content > ol li, .page-privacy#content #page-content > ol li, .page-shop#content #page-content > ol li, #sp-block-container-1 > ol li, #sp-block-container-2 > ol li, #sp-block-container-3 > ol li, #sp-block-container-4 > ol li, #sp-block-container-5 > ol li, #sp-block-container-6 > ol li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.page-blog#content #page-content > ol ol, .page-campaign#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-item#content #page-content > ol ol, .page-law#content #page-content > ol ol, .page-order#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-shop#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-3 > ol ol, #sp-block-container-4 > ol ol, #sp-block-container-5 > ol ol, #sp-block-container-6 > ol ol{
  margin-left : 20px;
  margin-bottom : 0px;
}

.page-blog#content #page-content > ol > ol > li:nth-of-type(1), .page-campaign#content #page-content > ol > ol > li:nth-of-type(1), .page-contact#content #page-content > ol > ol > li:nth-of-type(1), .page-item#content #page-content > ol > ol > li:nth-of-type(1), .page-law#content #page-content > ol > ol > li:nth-of-type(1), .page-order#content #page-content > ol > ol > li:nth-of-type(1), .page-privacy#content #page-content > ol > ol > li:nth-of-type(1), .page-shop#content #page-content > ol > ol > li:nth-of-type(1), #sp-block-container-1 > ol > ol > li:nth-of-type(1), #sp-block-container-2 > ol > ol > li:nth-of-type(1), #sp-block-container-3 > ol > ol > li:nth-of-type(1), #sp-block-container-4 > ol > ol > li:nth-of-type(1), #sp-block-container-5 > ol > ol > li:nth-of-type(1), #sp-block-container-6 > ol > ol > li:nth-of-type(1){
  padding-top : 0px;
}

.page-blog#content #page-content > p, .page-campaign#content #page-content > p, .page-contact#content #page-content > p, .page-item#content #page-content > p, .page-law#content #page-content > p, .page-order#content #page-content > p, .page-privacy#content #page-content > p, .page-shop#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-2 > p, #sp-block-container-3 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p{
  font-size : 1.6rem;
  line-height : 1.6;
}

.page-blog#content #page-content > p:nth-of-type(1), .page-campaign#content #page-content > p:nth-of-type(1), .page-contact#content #page-content > p:nth-of-type(1), .page-item#content #page-content > p:nth-of-type(1), .page-law#content #page-content > p:nth-of-type(1), .page-order#content #page-content > p:nth-of-type(1), .page-privacy#content #page-content > p:nth-of-type(1), .page-shop#content #page-content > p:nth-of-type(1), #sp-block-container-1 > p:nth-of-type(1), #sp-block-container-2 > p:nth-of-type(1), #sp-block-container-3 > p:nth-of-type(1), #sp-block-container-4 > p:nth-of-type(1), #sp-block-container-5 > p:nth-of-type(1), #sp-block-container-6 > p:nth-of-type(1){
  margin-top : 0px;
}

.page-blog#content #page-content > pre, .page-campaign#content #page-content > pre, .page-contact#content #page-content > pre, .page-item#content #page-content > pre, .page-law#content #page-content > pre, .page-order#content #page-content > pre, .page-privacy#content #page-content > pre, .page-shop#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-2 > pre, #sp-block-container-3 > pre, #sp-block-container-4 > pre, #sp-block-container-5 > pre, #sp-block-container-6 > pre{
  line-height : 1.6;
  background-color : #ffffff;
  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;
}

.page-blog#content #page-content > table:not(.sp-table), .page-campaign#content #page-content > table:not(.sp-table), .page-contact#content #page-content > table:not(.sp-table), .page-item#content #page-content > table:not(.sp-table), .page-law#content #page-content > table:not(.sp-table), .page-order#content #page-content > table:not(.sp-table), .page-privacy#content #page-content > table:not(.sp-table), .page-shop#content #page-content > table:not(.sp-table), #sp-block-container-1 > table:not(.sp-table), #sp-block-container-2 > table:not(.sp-table), #sp-block-container-3 > table:not(.sp-table), #sp-block-container-4 > table:not(.sp-table), #sp-block-container-5 > table:not(.sp-table), #sp-block-container-6 > table:not(.sp-table){
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
  width : 100%;
  border-collapse : collapse;
}

.page-blog#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-campaign#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-contact#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-item#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-law#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-order#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-privacy#content #page-content > table:not(.sp-table) > tbody > tr > td, .page-shop#content #page-content > table:not(.sp-table) > tbody > tr > td, #sp-block-container-1 > table:not(.sp-table) > tbody > tr > td, #sp-block-container-2 > table:not(.sp-table) > tbody > tr > td, #sp-block-container-3 > table:not(.sp-table) > tbody > tr > td, #sp-block-container-4 > table:not(.sp-table) > tbody > tr > td, #sp-block-container-5 > table:not(.sp-table) > tbody > tr > td, #sp-block-container-6 > table:not(.sp-table) > tbody > tr > td{
  color : #333333;
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-campaign#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-contact#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-item#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-law#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-order#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-privacy#content #page-content > table:not(.sp-table) > tbody > tr > th, .page-shop#content #page-content > table:not(.sp-table) > tbody > tr > th, #sp-block-container-1 > table:not(.sp-table) > tbody > tr > th, #sp-block-container-2 > table:not(.sp-table) > tbody > tr > th, #sp-block-container-3 > table:not(.sp-table) > tbody > tr > th, #sp-block-container-4 > table:not(.sp-table) > tbody > tr > th, #sp-block-container-5 > table:not(.sp-table) > tbody > tr > th, #sp-block-container-6 > table:not(.sp-table) > tbody > tr > th{
  font-weight : bold;
  color : #ffffff;
  background-color : #b1b1b1;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-campaign#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-contact#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-item#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-law#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-order#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-privacy#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, .page-shop#content #page-content > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-1 > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-2 > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-3 > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-4 > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-5 > table:not(.sp-table) > tbody > tr > th.col-title, #sp-block-container-6 > table:not(.sp-table) > tbody > tr > th.col-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #a9894a;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-campaign#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-contact#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-item#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-law#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-order#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-privacy#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, .page-shop#content #page-content > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-1 > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-2 > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-3 > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-4 > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-5 > table:not(.sp-table) > tbody > tr > th.row-title, #sp-block-container-6 > table:not(.sp-table) > tbody > tr > th.row-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #a9894a;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

.page-blog#content #page-content > ul:not(.sp-list), .page-campaign#content #page-content > ul:not(.sp-list), .page-contact#content #page-content > ul:not(.sp-list), .page-item#content #page-content > ul:not(.sp-list), .page-law#content #page-content > ul:not(.sp-list), .page-order#content #page-content > ul:not(.sp-list), .page-privacy#content #page-content > ul:not(.sp-list), .page-shop#content #page-content > ul:not(.sp-list), #sp-block-container-1 > ul:not(.sp-list), #sp-block-container-2 > ul:not(.sp-list), #sp-block-container-3 > ul:not(.sp-list), #sp-block-container-4 > ul:not(.sp-list), #sp-block-container-5 > ul:not(.sp-list), #sp-block-container-6 > ul:not(.sp-list){
  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-type : none;
  list-style-position : outside;
}

.page-blog#content #page-content > ul:not(.sp-list) li, .page-campaign#content #page-content > ul:not(.sp-list) li, .page-contact#content #page-content > ul:not(.sp-list) li, .page-item#content #page-content > ul:not(.sp-list) li, .page-law#content #page-content > ul:not(.sp-list) li, .page-order#content #page-content > ul:not(.sp-list) li, .page-privacy#content #page-content > ul:not(.sp-list) li, .page-shop#content #page-content > ul:not(.sp-list) li, #sp-block-container-1 > ul:not(.sp-list) li, #sp-block-container-2 > ul:not(.sp-list) li, #sp-block-container-3 > ul:not(.sp-list) li, #sp-block-container-4 > ul:not(.sp-list) li, #sp-block-container-5 > ul:not(.sp-list) li, #sp-block-container-6 > ul:not(.sp-list) li{
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : left 12px;
  background-size : 3px 5px;
  padding-top : 0px;
  padding-left : 14px;
  padding-right : 0px;
  padding-bottom : 0px;
}

.page-blog#content #page-content > ul:not(.sp-list) ul, .page-campaign#content #page-content > ul:not(.sp-list) ul, .page-contact#content #page-content > ul:not(.sp-list) ul, .page-item#content #page-content > ul:not(.sp-list) ul, .page-law#content #page-content > ul:not(.sp-list) ul, .page-order#content #page-content > ul:not(.sp-list) ul, .page-privacy#content #page-content > ul:not(.sp-list) ul, .page-shop#content #page-content > ul:not(.sp-list) ul, #sp-block-container-1 > ul:not(.sp-list) ul, #sp-block-container-2 > ul:not(.sp-list) ul, #sp-block-container-3 > ul:not(.sp-list) ul, #sp-block-container-4 > ul:not(.sp-list) ul, #sp-block-container-5 > ul:not(.sp-list) ul, #sp-block-container-6 > ul:not(.sp-list) ul{
  margin-left : 12px;
  margin-bottom : 0px;
}

.page-blog#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-campaign#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-contact#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-item#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-law#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-order#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-privacy#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), .page-shop#content #page-content > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-1 > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-2 > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-3 > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-4 > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-5 > ul:not(.sp-list) > ul > li:nth-of-type(1), #sp-block-container-6 > ul:not(.sp-list) > ul > li:nth-of-type(1){
  padding-top : 0px;
}

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

  .page-blog#content #page-content, .page-campaign#content #page-content, .page-contact#content #page-content, .page-item#content #page-content, .page-law#content #page-content, .page-order#content #page-content, .page-privacy#content #page-content, .page-shop#content #page-content, #sp-block-container-1, #sp-block-container-2, #sp-block-container-3, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6{
    margin-bottom : 40px;
  }
}

#sp-image-1{
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  max-width : 100%;
}

#sp-list-1{
  margin-left : 40px;
  list-style-type : decimal;
}

#sp-list-1 > li{
  background-image : none;
}

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

  #sp-image-2{
    margin-left : 10px;
    width : 40%;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-3{
    margin-left : 10px;
    width : auto;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-4{
    margin-left : 10px;
    width : auto;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-site-branding2-1 > .site-title{
    margin-top : 0px;
  }
}

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

  .page-toppage#content #page-content{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
  }

  #sp-image-2{
    margin-bottom : 15px;
  }

  #sp-image-3{
    margin-bottom : 15px;
  }

  #sp-image-4{
    margin-bottom : 15px;
  }
}
