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

#content{
  min-height : 50px;
}

#masthead{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #343740;
}

#page{
  font-size : 1.6rem;
}

*{
  box-sizing : border-box;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-google-map{
  max-width : 100%;
  word-wrap : normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:visited{
  color : #1765e4;
}

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

article{
  display : block;
}

aside{
  display : block;
}

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

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

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

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

  #colophon {
  }

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

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

  #contenthead{
    position : static;
  }

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

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

  #main-inner{
    float : left;
  }

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

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

  #masthead{
    margin-bottom : 0px;
  }

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

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

  #primary{
    float : right;
  }

  #sidebar1 {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

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

  #contenthead{
    width : 1000px;
  }

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

  #primary{
    width : 670px;
  }

  #sidebar1{
    width : 280px;
    float : left;
  }

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

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

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

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

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

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1 ul ul{
    background-color : #f5f5f5;
    margin-left : 0px;
  }

  #sp-site-navigation-1 ul ul li{
    position : relative;
  }

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

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

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

  #sp-site-navigation-1 ul ul li > li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #9fa2ac;
  }

  #sp-site-navigation-1 ul ul li > li.current-menu-item > a{
    color : #ffffff;
    background-color : #9fa2ac;
  }

  #sp-site-navigation-1 ul ul li > li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #9fa2ac;
  }

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

  #sp-site-navigation-1 > ul{
    font-size : 1.2rem;
    float : right;
  }

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

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #4283ec;
    background-color : #343740;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #4283ec;
    background-color : #343740;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #4283ec;
    background-color : #343740;
  }

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

  #sp-site-navigation-1 > ul > li > a{
    color : #ffffff;
    text-decoration : none;
    padding-top : 2.5em;
    padding-left : 0.75em;
    padding-right : 0.75em;
    padding-bottom : 2.25em;
    display : block;
  }

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

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

  #sp-site-navigation-1{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : #343740;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 .menu-toggle{
    background-color : #343740;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

  #sp-site-navigation-1 li > a:active{
    background-color : #44474f;
  }

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

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #343740;
    text-decoration : none;
    text-align : center;
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 0.5em;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : white;
  }

  #sp-site-navigation-1 > ul li.current-menu-ancestor > a{
    background-color : #44474f;
  }

  #sp-site-navigation-1 > ul li.current-menu-item > a{
    background-color : #44474f;
  }

  #sp-site-navigation-1 > ul li.current_page_ancestor > a{
    background-color : #44474f;
  }

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

#sp-button-1, #sp-button-10, #sp-button-100, #sp-button-101, #sp-button-102, #sp-button-103, #sp-button-104, #sp-button-105, #sp-button-106, #sp-button-107, #sp-button-108, #sp-button-109, #sp-button-11, #sp-button-110, #sp-button-111, #sp-button-112, #sp-button-113, #sp-button-114, #sp-button-115, #sp-button-116, #sp-button-117, #sp-button-118, #sp-button-119, #sp-button-12, #sp-button-120, #sp-button-121, #sp-button-122, #sp-button-123, #sp-button-124, #sp-button-125, #sp-button-13, #sp-button-14, #sp-button-15, #sp-button-16, #sp-button-17, #sp-button-18, #sp-button-19, #sp-button-2, #sp-button-20, #sp-button-21, #sp-button-22, #sp-button-23, #sp-button-24, #sp-button-25, #sp-button-26, #sp-button-27, #sp-button-28, #sp-button-29, #sp-button-3, #sp-button-30, #sp-button-31, #sp-button-32, #sp-button-33, #sp-button-34, #sp-button-35, #sp-button-36, #sp-button-37, #sp-button-38, #sp-button-39, #sp-button-4, #sp-button-40, #sp-button-41, #sp-button-42, #sp-button-43, #sp-button-44, #sp-button-45, #sp-button-46, #sp-button-47, #sp-button-48, #sp-button-49, #sp-button-5, #sp-button-50, #sp-button-51, #sp-button-52, #sp-button-53, #sp-button-54, #sp-button-55, #sp-button-56, #sp-button-57, #sp-button-58, #sp-button-59, #sp-button-6, #sp-button-60, #sp-button-61, #sp-button-62, #sp-button-63, #sp-button-64, #sp-button-65, #sp-button-66, #sp-button-67, #sp-button-68, #sp-button-69, #sp-button-7, #sp-button-70, #sp-button-71, #sp-button-72, #sp-button-73, #sp-button-74, #sp-button-75, #sp-button-76, #sp-button-77, #sp-button-78, #sp-button-79, #sp-button-8, #sp-button-80, #sp-button-81, #sp-button-82, #sp-button-83, #sp-button-84, #sp-button-85, #sp-button-86, #sp-button-87, #sp-button-88, #sp-button-89, #sp-button-9, #sp-button-90, #sp-button-91, #sp-button-92, #sp-button-93, #sp-button-94, #sp-button-95, #sp-button-96, #sp-button-97, #sp-button-98, #sp-button-99{
  margin-bottom : 2px;
  width : 122px;
}

#sp-button-1 > a, #sp-button-10 > a, #sp-button-100 > a, #sp-button-101 > a, #sp-button-102 > a, #sp-button-103 > a, #sp-button-104 > a, #sp-button-105 > a, #sp-button-106 > a, #sp-button-107 > a, #sp-button-108 > a, #sp-button-109 > a, #sp-button-11 > a, #sp-button-110 > a, #sp-button-111 > a, #sp-button-112 > a, #sp-button-113 > a, #sp-button-114 > a, #sp-button-115 > a, #sp-button-116 > a, #sp-button-117 > a, #sp-button-118 > a, #sp-button-119 > a, #sp-button-12 > a, #sp-button-120 > a, #sp-button-121 > a, #sp-button-122 > a, #sp-button-123 > a, #sp-button-124 > a, #sp-button-125 > a, #sp-button-13 > a, #sp-button-14 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-2 > a, #sp-button-20 > a, #sp-button-21 > a, #sp-button-22 > a, #sp-button-23 > a, #sp-button-24 > a, #sp-button-25 > a, #sp-button-26 > a, #sp-button-27 > a, #sp-button-28 > a, #sp-button-29 > a, #sp-button-3 > a, #sp-button-30 > a, #sp-button-31 > a, #sp-button-32 > a, #sp-button-33 > a, #sp-button-34 > a, #sp-button-35 > a, #sp-button-36 > a, #sp-button-37 > a, #sp-button-38 > a, #sp-button-39 > a, #sp-button-4 > a, #sp-button-40 > a, #sp-button-41 > a, #sp-button-42 > a, #sp-button-43 > a, #sp-button-44 > a, #sp-button-45 > a, #sp-button-46 > a, #sp-button-47 > a, #sp-button-48 > a, #sp-button-49 > a, #sp-button-5 > a, #sp-button-50 > a, #sp-button-51 > a, #sp-button-52 > a, #sp-button-53 > a, #sp-button-54 > a, #sp-button-55 > a, #sp-button-56 > a, #sp-button-57 > a, #sp-button-58 > a, #sp-button-59 > a, #sp-button-6 > a, #sp-button-60 > a, #sp-button-61 > a, #sp-button-62 > a, #sp-button-63 > a, #sp-button-64 > a, #sp-button-65 > a, #sp-button-66 > a, #sp-button-67 > a, #sp-button-68 > a, #sp-button-69 > a, #sp-button-7 > a, #sp-button-70 > a, #sp-button-71 > a, #sp-button-72 > a, #sp-button-73 > a, #sp-button-74 > a, #sp-button-75 > a, #sp-button-76 > a, #sp-button-77 > a, #sp-button-78 > a, #sp-button-79 > a, #sp-button-8 > a, #sp-button-80 > a, #sp-button-81 > a, #sp-button-82 > a, #sp-button-83 > a, #sp-button-84 > a, #sp-button-85 > a, #sp-button-86 > a, #sp-button-87 > a, #sp-button-88 > a, #sp-button-89 > a, #sp-button-9 > a, #sp-button-90 > a, #sp-button-91 > a, #sp-button-92 > a, #sp-button-93 > a, #sp-button-94 > a, #sp-button-95 > a, #sp-button-96 > a, #sp-button-97 > a, #sp-button-98 > a, #sp-button-99 > a{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #343740;
  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 : #4283ec;
  border-left-color : #4283ec;
  border-right-color : #4283ec;
  border-bottom-color : #4283ec;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

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

  #sp-site-navigation-2{
    background-color : transparent;
    text-align : left;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 ul ul{
    display : none;
  }

  #sp-site-navigation-2 > ul{
    font-size : 1.2rem;
    padding-top : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-bottom : 0px;
  }

  #sp-site-navigation-2 > ul > li{
    margin-right : 0px;
    display : inline-block;
  }

  #sp-site-navigation-2 > ul > li.current-menu-ancestor > a{
    color : #4283ec;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    color : #4283ec;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    color : #4283ec;
  }

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

  #sp-site-navigation-2 > ul > li::after{
    color : #777e92;
    margin-left : 16px;
    margin-right : 20px;
    content : "/";
  }

  #sp-site-navigation-2 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #ffffff;
    vertical-align : middle;
    padding-top : 29px;
    padding-bottom : 29px;
    display : inline-block;
  }

  #sp-site-navigation-2 > ul > li > a:hover{
    color : #4283ec;
  }
}

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

  #sp-site-navigation-2{
    font-size : 1.2rem;
    font-weight : bold;
    background-color : transparent;
    margin-top : 0px;
    margin-bottom : 0px;
    border-top-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-bottom-color : initial;
  }

  #sp-site-navigation-2 .menu-toggle{
    background-color : transparent;
    background-image : url(img/icon-menu-toggle.png);
    background-repeat : no-repeat;
    background-position : center center;
    text-indent : -9999px;
  }

  #sp-site-navigation-2 li > a:active{
    background-color : transparent;
  }

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

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : transparent;
    text-decoration : none;
    text-align : center;
    padding-top : 5px;
    padding-bottom : 5px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #ffffff;
  }

  #sp-site-navigation-2 > ul li.current-menu-ancestor > a{
    background-color : transparent;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    background-color : transparent;
  }

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

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

#sp-entry-content-1, #sp-entry-content-10, #sp-entry-content-11, #sp-entry-content-12, #sp-entry-content-13, #sp-entry-content-14, #sp-entry-content-15, #sp-entry-content-16, #sp-entry-content-17, #sp-entry-content-18, #sp-entry-content-19, #sp-entry-content-2, #sp-entry-content-20, #sp-entry-content-21, #sp-entry-content-22, #sp-entry-content-23, #sp-entry-content-24, #sp-entry-content-25, #sp-entry-content-26, #sp-entry-content-27, #sp-entry-content-28, #sp-entry-content-29, #sp-entry-content-3, #sp-entry-content-30, #sp-entry-content-31, #sp-entry-content-32, #sp-entry-content-33, #sp-entry-content-34, #sp-entry-content-35, #sp-entry-content-36, #sp-entry-content-37, #sp-entry-content-38, #sp-entry-content-39, #sp-entry-content-4, #sp-entry-content-40, #sp-entry-content-41, #sp-entry-content-42, #sp-entry-content-43, #sp-entry-content-44, #sp-entry-content-45, #sp-entry-content-46, #sp-entry-content-47, #sp-entry-content-48, #sp-entry-content-49, #sp-entry-content-5, #sp-entry-content-50, #sp-entry-content-51, #sp-entry-content-52, #sp-entry-content-53, #sp-entry-content-54, #sp-entry-content-55, #sp-entry-content-56, #sp-entry-content-57, #sp-entry-content-58, #sp-entry-content-59, #sp-entry-content-6, #sp-entry-content-60, #sp-entry-content-7, #sp-entry-content-8, #sp-entry-content-9, #sp-wp-post-list-2, #sp-wp-post-list-3{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd, .hpb-viewtype-content#sp-entry-content-10 dl dd, .hpb-viewtype-content#sp-entry-content-11 dl dd, .hpb-viewtype-content#sp-entry-content-12 dl dd, .hpb-viewtype-content#sp-entry-content-13 dl dd, .hpb-viewtype-content#sp-entry-content-14 dl dd, .hpb-viewtype-content#sp-entry-content-15 dl dd, .hpb-viewtype-content#sp-entry-content-16 dl dd, .hpb-viewtype-content#sp-entry-content-17 dl dd, .hpb-viewtype-content#sp-entry-content-18 dl dd, .hpb-viewtype-content#sp-entry-content-19 dl dd, .hpb-viewtype-content#sp-entry-content-2 dl dd, .hpb-viewtype-content#sp-entry-content-20 dl dd, .hpb-viewtype-content#sp-entry-content-21 dl dd, .hpb-viewtype-content#sp-entry-content-22 dl dd, .hpb-viewtype-content#sp-entry-content-23 dl dd, .hpb-viewtype-content#sp-entry-content-24 dl dd, .hpb-viewtype-content#sp-entry-content-25 dl dd, .hpb-viewtype-content#sp-entry-content-26 dl dd, .hpb-viewtype-content#sp-entry-content-27 dl dd, .hpb-viewtype-content#sp-entry-content-28 dl dd, .hpb-viewtype-content#sp-entry-content-29 dl dd, .hpb-viewtype-content#sp-entry-content-3 dl dd, .hpb-viewtype-content#sp-entry-content-30 dl dd, .hpb-viewtype-content#sp-entry-content-31 dl dd, .hpb-viewtype-content#sp-entry-content-32 dl dd, .hpb-viewtype-content#sp-entry-content-33 dl dd, .hpb-viewtype-content#sp-entry-content-34 dl dd, .hpb-viewtype-content#sp-entry-content-35 dl dd, .hpb-viewtype-content#sp-entry-content-36 dl dd, .hpb-viewtype-content#sp-entry-content-37 dl dd, .hpb-viewtype-content#sp-entry-content-38 dl dd, .hpb-viewtype-content#sp-entry-content-39 dl dd, .hpb-viewtype-content#sp-entry-content-4 dl dd, .hpb-viewtype-content#sp-entry-content-40 dl dd, .hpb-viewtype-content#sp-entry-content-41 dl dd, .hpb-viewtype-content#sp-entry-content-42 dl dd, .hpb-viewtype-content#sp-entry-content-43 dl dd, .hpb-viewtype-content#sp-entry-content-44 dl dd, .hpb-viewtype-content#sp-entry-content-45 dl dd, .hpb-viewtype-content#sp-entry-content-46 dl dd, .hpb-viewtype-content#sp-entry-content-47 dl dd, .hpb-viewtype-content#sp-entry-content-48 dl dd, .hpb-viewtype-content#sp-entry-content-49 dl dd, .hpb-viewtype-content#sp-entry-content-5 dl dd, .hpb-viewtype-content#sp-entry-content-50 dl dd, .hpb-viewtype-content#sp-entry-content-51 dl dd, .hpb-viewtype-content#sp-entry-content-52 dl dd, .hpb-viewtype-content#sp-entry-content-53 dl dd, .hpb-viewtype-content#sp-entry-content-54 dl dd, .hpb-viewtype-content#sp-entry-content-55 dl dd, .hpb-viewtype-content#sp-entry-content-56 dl dd, .hpb-viewtype-content#sp-entry-content-57 dl dd, .hpb-viewtype-content#sp-entry-content-58 dl dd, .hpb-viewtype-content#sp-entry-content-59 dl dd, .hpb-viewtype-content#sp-entry-content-6 dl dd, .hpb-viewtype-content#sp-entry-content-60 dl dd, .hpb-viewtype-content#sp-entry-content-7 dl dd, .hpb-viewtype-content#sp-entry-content-8 dl dd, .hpb-viewtype-content#sp-entry-content-9 dl dd, .hpb-viewtype-content#sp-wp-post-list-2 dl dd, .hpb-viewtype-content#sp-wp-post-list-3 dl dd{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-10 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-11 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-12 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-13 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-14 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-15 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-16 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-17 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-18 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-19 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-2 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-20 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-21 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-22 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-23 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-24 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-25 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-26 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-27 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-28 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-29 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-3 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-30 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-31 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-32 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-33 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-34 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-35 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-36 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-37 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-38 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-39 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-4 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-40 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-41 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-42 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-43 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-44 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-45 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-46 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-47 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-48 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-49 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-5 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-50 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-51 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-52 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-53 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-54 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-55 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-56 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-57 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-58 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-59 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-6 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-60 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-7 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-8 dl dd .entry-content, .hpb-viewtype-content#sp-entry-content-9 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-2 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-3 dl dd .entry-content{
  margin-top : 0px;
}

.hpb-viewtype-content#sp-entry-content-1 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-10 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-11 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-12 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-13 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-14 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-15 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-16 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-17 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-18 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-19 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-2 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-20 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-21 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-22 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-23 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-24 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-25 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-26 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-27 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-28 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-29 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-3 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-30 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-31 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-32 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-33 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-34 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-35 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-36 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-37 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-38 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-39 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-4 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-40 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-41 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-42 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-43 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-44 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-45 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-46 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-47 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-48 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-49 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-5 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-50 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-51 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-52 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-53 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-54 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-55 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-56 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-57 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-58 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-59 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-6 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-60 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-7 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-8 dl dd:last-child, .hpb-viewtype-content#sp-entry-content-9 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-2 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-3 dl dd:last-child{
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

.hpb-viewtype-content#sp-entry-content-1 dl dt, .hpb-viewtype-content#sp-entry-content-10 dl dt, .hpb-viewtype-content#sp-entry-content-11 dl dt, .hpb-viewtype-content#sp-entry-content-12 dl dt, .hpb-viewtype-content#sp-entry-content-13 dl dt, .hpb-viewtype-content#sp-entry-content-14 dl dt, .hpb-viewtype-content#sp-entry-content-15 dl dt, .hpb-viewtype-content#sp-entry-content-16 dl dt, .hpb-viewtype-content#sp-entry-content-17 dl dt, .hpb-viewtype-content#sp-entry-content-18 dl dt, .hpb-viewtype-content#sp-entry-content-19 dl dt, .hpb-viewtype-content#sp-entry-content-2 dl dt, .hpb-viewtype-content#sp-entry-content-20 dl dt, .hpb-viewtype-content#sp-entry-content-21 dl dt, .hpb-viewtype-content#sp-entry-content-22 dl dt, .hpb-viewtype-content#sp-entry-content-23 dl dt, .hpb-viewtype-content#sp-entry-content-24 dl dt, .hpb-viewtype-content#sp-entry-content-25 dl dt, .hpb-viewtype-content#sp-entry-content-26 dl dt, .hpb-viewtype-content#sp-entry-content-27 dl dt, .hpb-viewtype-content#sp-entry-content-28 dl dt, .hpb-viewtype-content#sp-entry-content-29 dl dt, .hpb-viewtype-content#sp-entry-content-3 dl dt, .hpb-viewtype-content#sp-entry-content-30 dl dt, .hpb-viewtype-content#sp-entry-content-31 dl dt, .hpb-viewtype-content#sp-entry-content-32 dl dt, .hpb-viewtype-content#sp-entry-content-33 dl dt, .hpb-viewtype-content#sp-entry-content-34 dl dt, .hpb-viewtype-content#sp-entry-content-35 dl dt, .hpb-viewtype-content#sp-entry-content-36 dl dt, .hpb-viewtype-content#sp-entry-content-37 dl dt, .hpb-viewtype-content#sp-entry-content-38 dl dt, .hpb-viewtype-content#sp-entry-content-39 dl dt, .hpb-viewtype-content#sp-entry-content-4 dl dt, .hpb-viewtype-content#sp-entry-content-40 dl dt, .hpb-viewtype-content#sp-entry-content-41 dl dt, .hpb-viewtype-content#sp-entry-content-42 dl dt, .hpb-viewtype-content#sp-entry-content-43 dl dt, .hpb-viewtype-content#sp-entry-content-44 dl dt, .hpb-viewtype-content#sp-entry-content-45 dl dt, .hpb-viewtype-content#sp-entry-content-46 dl dt, .hpb-viewtype-content#sp-entry-content-47 dl dt, .hpb-viewtype-content#sp-entry-content-48 dl dt, .hpb-viewtype-content#sp-entry-content-49 dl dt, .hpb-viewtype-content#sp-entry-content-5 dl dt, .hpb-viewtype-content#sp-entry-content-50 dl dt, .hpb-viewtype-content#sp-entry-content-51 dl dt, .hpb-viewtype-content#sp-entry-content-52 dl dt, .hpb-viewtype-content#sp-entry-content-53 dl dt, .hpb-viewtype-content#sp-entry-content-54 dl dt, .hpb-viewtype-content#sp-entry-content-55 dl dt, .hpb-viewtype-content#sp-entry-content-56 dl dt, .hpb-viewtype-content#sp-entry-content-57 dl dt, .hpb-viewtype-content#sp-entry-content-58 dl dt, .hpb-viewtype-content#sp-entry-content-59 dl dt, .hpb-viewtype-content#sp-entry-content-6 dl dt, .hpb-viewtype-content#sp-entry-content-60 dl dt, .hpb-viewtype-content#sp-entry-content-7 dl dt, .hpb-viewtype-content#sp-entry-content-8 dl dt, .hpb-viewtype-content#sp-entry-content-9 dl dt, .hpb-viewtype-content#sp-wp-post-list-2 dl dt, .hpb-viewtype-content#sp-wp-post-list-3 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  margin-bottom : 0.5em;
}

.hpb-viewtype-date#sp-entry-content-1 dl dd, .hpb-viewtype-date#sp-entry-content-10 dl dd, .hpb-viewtype-date#sp-entry-content-11 dl dd, .hpb-viewtype-date#sp-entry-content-12 dl dd, .hpb-viewtype-date#sp-entry-content-13 dl dd, .hpb-viewtype-date#sp-entry-content-14 dl dd, .hpb-viewtype-date#sp-entry-content-15 dl dd, .hpb-viewtype-date#sp-entry-content-16 dl dd, .hpb-viewtype-date#sp-entry-content-17 dl dd, .hpb-viewtype-date#sp-entry-content-18 dl dd, .hpb-viewtype-date#sp-entry-content-19 dl dd, .hpb-viewtype-date#sp-entry-content-2 dl dd, .hpb-viewtype-date#sp-entry-content-20 dl dd, .hpb-viewtype-date#sp-entry-content-21 dl dd, .hpb-viewtype-date#sp-entry-content-22 dl dd, .hpb-viewtype-date#sp-entry-content-23 dl dd, .hpb-viewtype-date#sp-entry-content-24 dl dd, .hpb-viewtype-date#sp-entry-content-25 dl dd, .hpb-viewtype-date#sp-entry-content-26 dl dd, .hpb-viewtype-date#sp-entry-content-27 dl dd, .hpb-viewtype-date#sp-entry-content-28 dl dd, .hpb-viewtype-date#sp-entry-content-29 dl dd, .hpb-viewtype-date#sp-entry-content-3 dl dd, .hpb-viewtype-date#sp-entry-content-30 dl dd, .hpb-viewtype-date#sp-entry-content-31 dl dd, .hpb-viewtype-date#sp-entry-content-32 dl dd, .hpb-viewtype-date#sp-entry-content-33 dl dd, .hpb-viewtype-date#sp-entry-content-34 dl dd, .hpb-viewtype-date#sp-entry-content-35 dl dd, .hpb-viewtype-date#sp-entry-content-36 dl dd, .hpb-viewtype-date#sp-entry-content-37 dl dd, .hpb-viewtype-date#sp-entry-content-38 dl dd, .hpb-viewtype-date#sp-entry-content-39 dl dd, .hpb-viewtype-date#sp-entry-content-4 dl dd, .hpb-viewtype-date#sp-entry-content-40 dl dd, .hpb-viewtype-date#sp-entry-content-41 dl dd, .hpb-viewtype-date#sp-entry-content-42 dl dd, .hpb-viewtype-date#sp-entry-content-43 dl dd, .hpb-viewtype-date#sp-entry-content-44 dl dd, .hpb-viewtype-date#sp-entry-content-45 dl dd, .hpb-viewtype-date#sp-entry-content-46 dl dd, .hpb-viewtype-date#sp-entry-content-47 dl dd, .hpb-viewtype-date#sp-entry-content-48 dl dd, .hpb-viewtype-date#sp-entry-content-49 dl dd, .hpb-viewtype-date#sp-entry-content-5 dl dd, .hpb-viewtype-date#sp-entry-content-50 dl dd, .hpb-viewtype-date#sp-entry-content-51 dl dd, .hpb-viewtype-date#sp-entry-content-52 dl dd, .hpb-viewtype-date#sp-entry-content-53 dl dd, .hpb-viewtype-date#sp-entry-content-54 dl dd, .hpb-viewtype-date#sp-entry-content-55 dl dd, .hpb-viewtype-date#sp-entry-content-56 dl dd, .hpb-viewtype-date#sp-entry-content-57 dl dd, .hpb-viewtype-date#sp-entry-content-58 dl dd, .hpb-viewtype-date#sp-entry-content-59 dl dd, .hpb-viewtype-date#sp-entry-content-6 dl dd, .hpb-viewtype-date#sp-entry-content-60 dl dd, .hpb-viewtype-date#sp-entry-content-7 dl dd, .hpb-viewtype-date#sp-entry-content-8 dl dd, .hpb-viewtype-date#sp-entry-content-9 dl dd, .hpb-viewtype-date#sp-wp-post-list-2 dl dd, .hpb-viewtype-date#sp-wp-post-list-3 dl dd{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dl dt, .hpb-viewtype-date#sp-entry-content-10 dl dt, .hpb-viewtype-date#sp-entry-content-11 dl dt, .hpb-viewtype-date#sp-entry-content-12 dl dt, .hpb-viewtype-date#sp-entry-content-13 dl dt, .hpb-viewtype-date#sp-entry-content-14 dl dt, .hpb-viewtype-date#sp-entry-content-15 dl dt, .hpb-viewtype-date#sp-entry-content-16 dl dt, .hpb-viewtype-date#sp-entry-content-17 dl dt, .hpb-viewtype-date#sp-entry-content-18 dl dt, .hpb-viewtype-date#sp-entry-content-19 dl dt, .hpb-viewtype-date#sp-entry-content-2 dl dt, .hpb-viewtype-date#sp-entry-content-20 dl dt, .hpb-viewtype-date#sp-entry-content-21 dl dt, .hpb-viewtype-date#sp-entry-content-22 dl dt, .hpb-viewtype-date#sp-entry-content-23 dl dt, .hpb-viewtype-date#sp-entry-content-24 dl dt, .hpb-viewtype-date#sp-entry-content-25 dl dt, .hpb-viewtype-date#sp-entry-content-26 dl dt, .hpb-viewtype-date#sp-entry-content-27 dl dt, .hpb-viewtype-date#sp-entry-content-28 dl dt, .hpb-viewtype-date#sp-entry-content-29 dl dt, .hpb-viewtype-date#sp-entry-content-3 dl dt, .hpb-viewtype-date#sp-entry-content-30 dl dt, .hpb-viewtype-date#sp-entry-content-31 dl dt, .hpb-viewtype-date#sp-entry-content-32 dl dt, .hpb-viewtype-date#sp-entry-content-33 dl dt, .hpb-viewtype-date#sp-entry-content-34 dl dt, .hpb-viewtype-date#sp-entry-content-35 dl dt, .hpb-viewtype-date#sp-entry-content-36 dl dt, .hpb-viewtype-date#sp-entry-content-37 dl dt, .hpb-viewtype-date#sp-entry-content-38 dl dt, .hpb-viewtype-date#sp-entry-content-39 dl dt, .hpb-viewtype-date#sp-entry-content-4 dl dt, .hpb-viewtype-date#sp-entry-content-40 dl dt, .hpb-viewtype-date#sp-entry-content-41 dl dt, .hpb-viewtype-date#sp-entry-content-42 dl dt, .hpb-viewtype-date#sp-entry-content-43 dl dt, .hpb-viewtype-date#sp-entry-content-44 dl dt, .hpb-viewtype-date#sp-entry-content-45 dl dt, .hpb-viewtype-date#sp-entry-content-46 dl dt, .hpb-viewtype-date#sp-entry-content-47 dl dt, .hpb-viewtype-date#sp-entry-content-48 dl dt, .hpb-viewtype-date#sp-entry-content-49 dl dt, .hpb-viewtype-date#sp-entry-content-5 dl dt, .hpb-viewtype-date#sp-entry-content-50 dl dt, .hpb-viewtype-date#sp-entry-content-51 dl dt, .hpb-viewtype-date#sp-entry-content-52 dl dt, .hpb-viewtype-date#sp-entry-content-53 dl dt, .hpb-viewtype-date#sp-entry-content-54 dl dt, .hpb-viewtype-date#sp-entry-content-55 dl dt, .hpb-viewtype-date#sp-entry-content-56 dl dt, .hpb-viewtype-date#sp-entry-content-57 dl dt, .hpb-viewtype-date#sp-entry-content-58 dl dt, .hpb-viewtype-date#sp-entry-content-59 dl dt, .hpb-viewtype-date#sp-entry-content-6 dl dt, .hpb-viewtype-date#sp-entry-content-60 dl dt, .hpb-viewtype-date#sp-entry-content-7 dl dt, .hpb-viewtype-date#sp-entry-content-8 dl dt, .hpb-viewtype-date#sp-entry-content-9 dl dt, .hpb-viewtype-date#sp-wp-post-list-2 dl dt, .hpb-viewtype-date#sp-wp-post-list-3 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  width : 11em;
  float : left;
  clear : left;
}

.hpb-viewtype-title#sp-entry-content-1 ul, .hpb-viewtype-title#sp-entry-content-10 ul, .hpb-viewtype-title#sp-entry-content-11 ul, .hpb-viewtype-title#sp-entry-content-12 ul, .hpb-viewtype-title#sp-entry-content-13 ul, .hpb-viewtype-title#sp-entry-content-14 ul, .hpb-viewtype-title#sp-entry-content-15 ul, .hpb-viewtype-title#sp-entry-content-16 ul, .hpb-viewtype-title#sp-entry-content-17 ul, .hpb-viewtype-title#sp-entry-content-18 ul, .hpb-viewtype-title#sp-entry-content-19 ul, .hpb-viewtype-title#sp-entry-content-2 ul, .hpb-viewtype-title#sp-entry-content-20 ul, .hpb-viewtype-title#sp-entry-content-21 ul, .hpb-viewtype-title#sp-entry-content-22 ul, .hpb-viewtype-title#sp-entry-content-23 ul, .hpb-viewtype-title#sp-entry-content-24 ul, .hpb-viewtype-title#sp-entry-content-25 ul, .hpb-viewtype-title#sp-entry-content-26 ul, .hpb-viewtype-title#sp-entry-content-27 ul, .hpb-viewtype-title#sp-entry-content-28 ul, .hpb-viewtype-title#sp-entry-content-29 ul, .hpb-viewtype-title#sp-entry-content-3 ul, .hpb-viewtype-title#sp-entry-content-30 ul, .hpb-viewtype-title#sp-entry-content-31 ul, .hpb-viewtype-title#sp-entry-content-32 ul, .hpb-viewtype-title#sp-entry-content-33 ul, .hpb-viewtype-title#sp-entry-content-34 ul, .hpb-viewtype-title#sp-entry-content-35 ul, .hpb-viewtype-title#sp-entry-content-36 ul, .hpb-viewtype-title#sp-entry-content-37 ul, .hpb-viewtype-title#sp-entry-content-38 ul, .hpb-viewtype-title#sp-entry-content-39 ul, .hpb-viewtype-title#sp-entry-content-4 ul, .hpb-viewtype-title#sp-entry-content-40 ul, .hpb-viewtype-title#sp-entry-content-41 ul, .hpb-viewtype-title#sp-entry-content-42 ul, .hpb-viewtype-title#sp-entry-content-43 ul, .hpb-viewtype-title#sp-entry-content-44 ul, .hpb-viewtype-title#sp-entry-content-45 ul, .hpb-viewtype-title#sp-entry-content-46 ul, .hpb-viewtype-title#sp-entry-content-47 ul, .hpb-viewtype-title#sp-entry-content-48 ul, .hpb-viewtype-title#sp-entry-content-49 ul, .hpb-viewtype-title#sp-entry-content-5 ul, .hpb-viewtype-title#sp-entry-content-50 ul, .hpb-viewtype-title#sp-entry-content-51 ul, .hpb-viewtype-title#sp-entry-content-52 ul, .hpb-viewtype-title#sp-entry-content-53 ul, .hpb-viewtype-title#sp-entry-content-54 ul, .hpb-viewtype-title#sp-entry-content-55 ul, .hpb-viewtype-title#sp-entry-content-56 ul, .hpb-viewtype-title#sp-entry-content-57 ul, .hpb-viewtype-title#sp-entry-content-58 ul, .hpb-viewtype-title#sp-entry-content-59 ul, .hpb-viewtype-title#sp-entry-content-6 ul, .hpb-viewtype-title#sp-entry-content-60 ul, .hpb-viewtype-title#sp-entry-content-7 ul, .hpb-viewtype-title#sp-entry-content-8 ul, .hpb-viewtype-title#sp-entry-content-9 ul, .hpb-viewtype-title#sp-wp-post-list-2 ul, .hpb-viewtype-title#sp-wp-post-list-3 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

.hpb-viewtype-title#sp-entry-content-1 ul li, .hpb-viewtype-title#sp-entry-content-10 ul li, .hpb-viewtype-title#sp-entry-content-11 ul li, .hpb-viewtype-title#sp-entry-content-12 ul li, .hpb-viewtype-title#sp-entry-content-13 ul li, .hpb-viewtype-title#sp-entry-content-14 ul li, .hpb-viewtype-title#sp-entry-content-15 ul li, .hpb-viewtype-title#sp-entry-content-16 ul li, .hpb-viewtype-title#sp-entry-content-17 ul li, .hpb-viewtype-title#sp-entry-content-18 ul li, .hpb-viewtype-title#sp-entry-content-19 ul li, .hpb-viewtype-title#sp-entry-content-2 ul li, .hpb-viewtype-title#sp-entry-content-20 ul li, .hpb-viewtype-title#sp-entry-content-21 ul li, .hpb-viewtype-title#sp-entry-content-22 ul li, .hpb-viewtype-title#sp-entry-content-23 ul li, .hpb-viewtype-title#sp-entry-content-24 ul li, .hpb-viewtype-title#sp-entry-content-25 ul li, .hpb-viewtype-title#sp-entry-content-26 ul li, .hpb-viewtype-title#sp-entry-content-27 ul li, .hpb-viewtype-title#sp-entry-content-28 ul li, .hpb-viewtype-title#sp-entry-content-29 ul li, .hpb-viewtype-title#sp-entry-content-3 ul li, .hpb-viewtype-title#sp-entry-content-30 ul li, .hpb-viewtype-title#sp-entry-content-31 ul li, .hpb-viewtype-title#sp-entry-content-32 ul li, .hpb-viewtype-title#sp-entry-content-33 ul li, .hpb-viewtype-title#sp-entry-content-34 ul li, .hpb-viewtype-title#sp-entry-content-35 ul li, .hpb-viewtype-title#sp-entry-content-36 ul li, .hpb-viewtype-title#sp-entry-content-37 ul li, .hpb-viewtype-title#sp-entry-content-38 ul li, .hpb-viewtype-title#sp-entry-content-39 ul li, .hpb-viewtype-title#sp-entry-content-4 ul li, .hpb-viewtype-title#sp-entry-content-40 ul li, .hpb-viewtype-title#sp-entry-content-41 ul li, .hpb-viewtype-title#sp-entry-content-42 ul li, .hpb-viewtype-title#sp-entry-content-43 ul li, .hpb-viewtype-title#sp-entry-content-44 ul li, .hpb-viewtype-title#sp-entry-content-45 ul li, .hpb-viewtype-title#sp-entry-content-46 ul li, .hpb-viewtype-title#sp-entry-content-47 ul li, .hpb-viewtype-title#sp-entry-content-48 ul li, .hpb-viewtype-title#sp-entry-content-49 ul li, .hpb-viewtype-title#sp-entry-content-5 ul li, .hpb-viewtype-title#sp-entry-content-50 ul li, .hpb-viewtype-title#sp-entry-content-51 ul li, .hpb-viewtype-title#sp-entry-content-52 ul li, .hpb-viewtype-title#sp-entry-content-53 ul li, .hpb-viewtype-title#sp-entry-content-54 ul li, .hpb-viewtype-title#sp-entry-content-55 ul li, .hpb-viewtype-title#sp-entry-content-56 ul li, .hpb-viewtype-title#sp-entry-content-57 ul li, .hpb-viewtype-title#sp-entry-content-58 ul li, .hpb-viewtype-title#sp-entry-content-59 ul li, .hpb-viewtype-title#sp-entry-content-6 ul li, .hpb-viewtype-title#sp-entry-content-60 ul li, .hpb-viewtype-title#sp-entry-content-7 ul li, .hpb-viewtype-title#sp-entry-content-8 ul li, .hpb-viewtype-title#sp-entry-content-9 ul li, .hpb-viewtype-title#sp-wp-post-list-2 ul li, .hpb-viewtype-title#sp-wp-post-list-3 ul li{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-title#sp-entry-content-1 ul li:last-child, .hpb-viewtype-title#sp-entry-content-10 ul li:last-child, .hpb-viewtype-title#sp-entry-content-11 ul li:last-child, .hpb-viewtype-title#sp-entry-content-12 ul li:last-child, .hpb-viewtype-title#sp-entry-content-13 ul li:last-child, .hpb-viewtype-title#sp-entry-content-14 ul li:last-child, .hpb-viewtype-title#sp-entry-content-15 ul li:last-child, .hpb-viewtype-title#sp-entry-content-16 ul li:last-child, .hpb-viewtype-title#sp-entry-content-17 ul li:last-child, .hpb-viewtype-title#sp-entry-content-18 ul li:last-child, .hpb-viewtype-title#sp-entry-content-19 ul li:last-child, .hpb-viewtype-title#sp-entry-content-2 ul li:last-child, .hpb-viewtype-title#sp-entry-content-20 ul li:last-child, .hpb-viewtype-title#sp-entry-content-21 ul li:last-child, .hpb-viewtype-title#sp-entry-content-22 ul li:last-child, .hpb-viewtype-title#sp-entry-content-23 ul li:last-child, .hpb-viewtype-title#sp-entry-content-24 ul li:last-child, .hpb-viewtype-title#sp-entry-content-25 ul li:last-child, .hpb-viewtype-title#sp-entry-content-26 ul li:last-child, .hpb-viewtype-title#sp-entry-content-27 ul li:last-child, .hpb-viewtype-title#sp-entry-content-28 ul li:last-child, .hpb-viewtype-title#sp-entry-content-29 ul li:last-child, .hpb-viewtype-title#sp-entry-content-3 ul li:last-child, .hpb-viewtype-title#sp-entry-content-30 ul li:last-child, .hpb-viewtype-title#sp-entry-content-31 ul li:last-child, .hpb-viewtype-title#sp-entry-content-32 ul li:last-child, .hpb-viewtype-title#sp-entry-content-33 ul li:last-child, .hpb-viewtype-title#sp-entry-content-34 ul li:last-child, .hpb-viewtype-title#sp-entry-content-35 ul li:last-child, .hpb-viewtype-title#sp-entry-content-36 ul li:last-child, .hpb-viewtype-title#sp-entry-content-37 ul li:last-child, .hpb-viewtype-title#sp-entry-content-38 ul li:last-child, .hpb-viewtype-title#sp-entry-content-39 ul li:last-child, .hpb-viewtype-title#sp-entry-content-4 ul li:last-child, .hpb-viewtype-title#sp-entry-content-40 ul li:last-child, .hpb-viewtype-title#sp-entry-content-41 ul li:last-child, .hpb-viewtype-title#sp-entry-content-42 ul li:last-child, .hpb-viewtype-title#sp-entry-content-43 ul li:last-child, .hpb-viewtype-title#sp-entry-content-44 ul li:last-child, .hpb-viewtype-title#sp-entry-content-45 ul li:last-child, .hpb-viewtype-title#sp-entry-content-46 ul li:last-child, .hpb-viewtype-title#sp-entry-content-47 ul li:last-child, .hpb-viewtype-title#sp-entry-content-48 ul li:last-child, .hpb-viewtype-title#sp-entry-content-49 ul li:last-child, .hpb-viewtype-title#sp-entry-content-5 ul li:last-child, .hpb-viewtype-title#sp-entry-content-50 ul li:last-child, .hpb-viewtype-title#sp-entry-content-51 ul li:last-child, .hpb-viewtype-title#sp-entry-content-52 ul li:last-child, .hpb-viewtype-title#sp-entry-content-53 ul li:last-child, .hpb-viewtype-title#sp-entry-content-54 ul li:last-child, .hpb-viewtype-title#sp-entry-content-55 ul li:last-child, .hpb-viewtype-title#sp-entry-content-56 ul li:last-child, .hpb-viewtype-title#sp-entry-content-57 ul li:last-child, .hpb-viewtype-title#sp-entry-content-58 ul li:last-child, .hpb-viewtype-title#sp-entry-content-59 ul li:last-child, .hpb-viewtype-title#sp-entry-content-6 ul li:last-child, .hpb-viewtype-title#sp-entry-content-60 ul li:last-child, .hpb-viewtype-title#sp-entry-content-7 ul li:last-child, .hpb-viewtype-title#sp-entry-content-8 ul li:last-child, .hpb-viewtype-title#sp-entry-content-9 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-2 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-3 ul li:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article, #sp-entry-content-10 > article, #sp-entry-content-11 > article, #sp-entry-content-12 > article, #sp-entry-content-13 > article, #sp-entry-content-14 > article, #sp-entry-content-15 > article, #sp-entry-content-16 > article, #sp-entry-content-17 > article, #sp-entry-content-18 > article, #sp-entry-content-19 > article, #sp-entry-content-2 > article, #sp-entry-content-20 > article, #sp-entry-content-21 > article, #sp-entry-content-22 > article, #sp-entry-content-23 > article, #sp-entry-content-24 > article, #sp-entry-content-25 > article, #sp-entry-content-26 > article, #sp-entry-content-27 > article, #sp-entry-content-28 > article, #sp-entry-content-29 > article, #sp-entry-content-3 > article, #sp-entry-content-30 > article, #sp-entry-content-31 > article, #sp-entry-content-32 > article, #sp-entry-content-33 > article, #sp-entry-content-34 > article, #sp-entry-content-35 > article, #sp-entry-content-36 > article, #sp-entry-content-37 > article, #sp-entry-content-38 > article, #sp-entry-content-39 > article, #sp-entry-content-4 > article, #sp-entry-content-40 > article, #sp-entry-content-41 > article, #sp-entry-content-42 > article, #sp-entry-content-43 > article, #sp-entry-content-44 > article, #sp-entry-content-45 > article, #sp-entry-content-46 > article, #sp-entry-content-47 > article, #sp-entry-content-48 > article, #sp-entry-content-49 > article, #sp-entry-content-5 > article, #sp-entry-content-50 > article, #sp-entry-content-51 > article, #sp-entry-content-52 > article, #sp-entry-content-53 > article, #sp-entry-content-54 > article, #sp-entry-content-55 > article, #sp-entry-content-56 > article, #sp-entry-content-57 > article, #sp-entry-content-58 > article, #sp-entry-content-59 > article, #sp-entry-content-6 > article, #sp-entry-content-60 > article, #sp-entry-content-7 > article, #sp-entry-content-8 > article, #sp-entry-content-9 > article, #sp-wp-post-list-2 > article, #sp-wp-post-list-3 > article{
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  overflow : hidden;
}

#sp-entry-content-1 > article a, #sp-entry-content-10 > article a, #sp-entry-content-11 > article a, #sp-entry-content-12 > article a, #sp-entry-content-13 > article a, #sp-entry-content-14 > article a, #sp-entry-content-15 > article a, #sp-entry-content-16 > article a, #sp-entry-content-17 > article a, #sp-entry-content-18 > article a, #sp-entry-content-19 > article a, #sp-entry-content-2 > article a, #sp-entry-content-20 > article a, #sp-entry-content-21 > article a, #sp-entry-content-22 > article a, #sp-entry-content-23 > article a, #sp-entry-content-24 > article a, #sp-entry-content-25 > article a, #sp-entry-content-26 > article a, #sp-entry-content-27 > article a, #sp-entry-content-28 > article a, #sp-entry-content-29 > article a, #sp-entry-content-3 > article a, #sp-entry-content-30 > article a, #sp-entry-content-31 > article a, #sp-entry-content-32 > article a, #sp-entry-content-33 > article a, #sp-entry-content-34 > article a, #sp-entry-content-35 > article a, #sp-entry-content-36 > article a, #sp-entry-content-37 > article a, #sp-entry-content-38 > article a, #sp-entry-content-39 > article a, #sp-entry-content-4 > article a, #sp-entry-content-40 > article a, #sp-entry-content-41 > article a, #sp-entry-content-42 > article a, #sp-entry-content-43 > article a, #sp-entry-content-44 > article a, #sp-entry-content-45 > article a, #sp-entry-content-46 > article a, #sp-entry-content-47 > article a, #sp-entry-content-48 > article a, #sp-entry-content-49 > article a, #sp-entry-content-5 > article a, #sp-entry-content-50 > article a, #sp-entry-content-51 > article a, #sp-entry-content-52 > article a, #sp-entry-content-53 > article a, #sp-entry-content-54 > article a, #sp-entry-content-55 > article a, #sp-entry-content-56 > article a, #sp-entry-content-57 > article a, #sp-entry-content-58 > article a, #sp-entry-content-59 > article a, #sp-entry-content-6 > article a, #sp-entry-content-60 > article a, #sp-entry-content-7 > article a, #sp-entry-content-8 > article a, #sp-entry-content-9 > article a, #sp-wp-post-list-2 > article a, #sp-wp-post-list-3 > article a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > article a:hover, #sp-entry-content-10 > article a:hover, #sp-entry-content-11 > article a:hover, #sp-entry-content-12 > article a:hover, #sp-entry-content-13 > article a:hover, #sp-entry-content-14 > article a:hover, #sp-entry-content-15 > article a:hover, #sp-entry-content-16 > article a:hover, #sp-entry-content-17 > article a:hover, #sp-entry-content-18 > article a:hover, #sp-entry-content-19 > article a:hover, #sp-entry-content-2 > article a:hover, #sp-entry-content-20 > article a:hover, #sp-entry-content-21 > article a:hover, #sp-entry-content-22 > article a:hover, #sp-entry-content-23 > article a:hover, #sp-entry-content-24 > article a:hover, #sp-entry-content-25 > article a:hover, #sp-entry-content-26 > article a:hover, #sp-entry-content-27 > article a:hover, #sp-entry-content-28 > article a:hover, #sp-entry-content-29 > article a:hover, #sp-entry-content-3 > article a:hover, #sp-entry-content-30 > article a:hover, #sp-entry-content-31 > article a:hover, #sp-entry-content-32 > article a:hover, #sp-entry-content-33 > article a:hover, #sp-entry-content-34 > article a:hover, #sp-entry-content-35 > article a:hover, #sp-entry-content-36 > article a:hover, #sp-entry-content-37 > article a:hover, #sp-entry-content-38 > article a:hover, #sp-entry-content-39 > article a:hover, #sp-entry-content-4 > article a:hover, #sp-entry-content-40 > article a:hover, #sp-entry-content-41 > article a:hover, #sp-entry-content-42 > article a:hover, #sp-entry-content-43 > article a:hover, #sp-entry-content-44 > article a:hover, #sp-entry-content-45 > article a:hover, #sp-entry-content-46 > article a:hover, #sp-entry-content-47 > article a:hover, #sp-entry-content-48 > article a:hover, #sp-entry-content-49 > article a:hover, #sp-entry-content-5 > article a:hover, #sp-entry-content-50 > article a:hover, #sp-entry-content-51 > article a:hover, #sp-entry-content-52 > article a:hover, #sp-entry-content-53 > article a:hover, #sp-entry-content-54 > article a:hover, #sp-entry-content-55 > article a:hover, #sp-entry-content-56 > article a:hover, #sp-entry-content-57 > article a:hover, #sp-entry-content-58 > article a:hover, #sp-entry-content-59 > article a:hover, #sp-entry-content-6 > article a:hover, #sp-entry-content-60 > article a:hover, #sp-entry-content-7 > article a:hover, #sp-entry-content-8 > article a:hover, #sp-entry-content-9 > article a:hover, #sp-wp-post-list-2 > article a:hover, #sp-wp-post-list-3 > article a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-entry-content-1 > article:last-child, #sp-entry-content-10 > article:last-child, #sp-entry-content-11 > article:last-child, #sp-entry-content-12 > article:last-child, #sp-entry-content-13 > article:last-child, #sp-entry-content-14 > article:last-child, #sp-entry-content-15 > article:last-child, #sp-entry-content-16 > article:last-child, #sp-entry-content-17 > article:last-child, #sp-entry-content-18 > article:last-child, #sp-entry-content-19 > article:last-child, #sp-entry-content-2 > article:last-child, #sp-entry-content-20 > article:last-child, #sp-entry-content-21 > article:last-child, #sp-entry-content-22 > article:last-child, #sp-entry-content-23 > article:last-child, #sp-entry-content-24 > article:last-child, #sp-entry-content-25 > article:last-child, #sp-entry-content-26 > article:last-child, #sp-entry-content-27 > article:last-child, #sp-entry-content-28 > article:last-child, #sp-entry-content-29 > article:last-child, #sp-entry-content-3 > article:last-child, #sp-entry-content-30 > article:last-child, #sp-entry-content-31 > article:last-child, #sp-entry-content-32 > article:last-child, #sp-entry-content-33 > article:last-child, #sp-entry-content-34 > article:last-child, #sp-entry-content-35 > article:last-child, #sp-entry-content-36 > article:last-child, #sp-entry-content-37 > article:last-child, #sp-entry-content-38 > article:last-child, #sp-entry-content-39 > article:last-child, #sp-entry-content-4 > article:last-child, #sp-entry-content-40 > article:last-child, #sp-entry-content-41 > article:last-child, #sp-entry-content-42 > article:last-child, #sp-entry-content-43 > article:last-child, #sp-entry-content-44 > article:last-child, #sp-entry-content-45 > article:last-child, #sp-entry-content-46 > article:last-child, #sp-entry-content-47 > article:last-child, #sp-entry-content-48 > article:last-child, #sp-entry-content-49 > article:last-child, #sp-entry-content-5 > article:last-child, #sp-entry-content-50 > article:last-child, #sp-entry-content-51 > article:last-child, #sp-entry-content-52 > article:last-child, #sp-entry-content-53 > article:last-child, #sp-entry-content-54 > article:last-child, #sp-entry-content-55 > article:last-child, #sp-entry-content-56 > article:last-child, #sp-entry-content-57 > article:last-child, #sp-entry-content-58 > article:last-child, #sp-entry-content-59 > article:last-child, #sp-entry-content-6 > article:last-child, #sp-entry-content-60 > article:last-child, #sp-entry-content-7 > article:last-child, #sp-entry-content-8 > article:last-child, #sp-entry-content-9 > article:last-child, #sp-wp-post-list-2 > article:last-child, #sp-wp-post-list-3 > article:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-entry-content-1 > article > .entry-content, #sp-entry-content-10 > article > .entry-content, #sp-entry-content-11 > article > .entry-content, #sp-entry-content-12 > article > .entry-content, #sp-entry-content-13 > article > .entry-content, #sp-entry-content-14 > article > .entry-content, #sp-entry-content-15 > article > .entry-content, #sp-entry-content-16 > article > .entry-content, #sp-entry-content-17 > article > .entry-content, #sp-entry-content-18 > article > .entry-content, #sp-entry-content-19 > article > .entry-content, #sp-entry-content-2 > article > .entry-content, #sp-entry-content-20 > article > .entry-content, #sp-entry-content-21 > article > .entry-content, #sp-entry-content-22 > article > .entry-content, #sp-entry-content-23 > article > .entry-content, #sp-entry-content-24 > article > .entry-content, #sp-entry-content-25 > article > .entry-content, #sp-entry-content-26 > article > .entry-content, #sp-entry-content-27 > article > .entry-content, #sp-entry-content-28 > article > .entry-content, #sp-entry-content-29 > article > .entry-content, #sp-entry-content-3 > article > .entry-content, #sp-entry-content-30 > article > .entry-content, #sp-entry-content-31 > article > .entry-content, #sp-entry-content-32 > article > .entry-content, #sp-entry-content-33 > article > .entry-content, #sp-entry-content-34 > article > .entry-content, #sp-entry-content-35 > article > .entry-content, #sp-entry-content-36 > article > .entry-content, #sp-entry-content-37 > article > .entry-content, #sp-entry-content-38 > article > .entry-content, #sp-entry-content-39 > article > .entry-content, #sp-entry-content-4 > article > .entry-content, #sp-entry-content-40 > article > .entry-content, #sp-entry-content-41 > article > .entry-content, #sp-entry-content-42 > article > .entry-content, #sp-entry-content-43 > article > .entry-content, #sp-entry-content-44 > article > .entry-content, #sp-entry-content-45 > article > .entry-content, #sp-entry-content-46 > article > .entry-content, #sp-entry-content-47 > article > .entry-content, #sp-entry-content-48 > article > .entry-content, #sp-entry-content-49 > article > .entry-content, #sp-entry-content-5 > article > .entry-content, #sp-entry-content-50 > article > .entry-content, #sp-entry-content-51 > article > .entry-content, #sp-entry-content-52 > article > .entry-content, #sp-entry-content-53 > article > .entry-content, #sp-entry-content-54 > article > .entry-content, #sp-entry-content-55 > article > .entry-content, #sp-entry-content-56 > article > .entry-content, #sp-entry-content-57 > article > .entry-content, #sp-entry-content-58 > article > .entry-content, #sp-entry-content-59 > article > .entry-content, #sp-entry-content-6 > article > .entry-content, #sp-entry-content-60 > article > .entry-content, #sp-entry-content-7 > article > .entry-content, #sp-entry-content-8 > article > .entry-content, #sp-entry-content-9 > article > .entry-content, #sp-wp-post-list-2 > article > .entry-content, #sp-wp-post-list-3 > article > .entry-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#sp-entry-content-1 > article > footer, #sp-entry-content-10 > article > footer, #sp-entry-content-11 > article > footer, #sp-entry-content-12 > article > footer, #sp-entry-content-13 > article > footer, #sp-entry-content-14 > article > footer, #sp-entry-content-15 > article > footer, #sp-entry-content-16 > article > footer, #sp-entry-content-17 > article > footer, #sp-entry-content-18 > article > footer, #sp-entry-content-19 > article > footer, #sp-entry-content-2 > article > footer, #sp-entry-content-20 > article > footer, #sp-entry-content-21 > article > footer, #sp-entry-content-22 > article > footer, #sp-entry-content-23 > article > footer, #sp-entry-content-24 > article > footer, #sp-entry-content-25 > article > footer, #sp-entry-content-26 > article > footer, #sp-entry-content-27 > article > footer, #sp-entry-content-28 > article > footer, #sp-entry-content-29 > article > footer, #sp-entry-content-3 > article > footer, #sp-entry-content-30 > article > footer, #sp-entry-content-31 > article > footer, #sp-entry-content-32 > article > footer, #sp-entry-content-33 > article > footer, #sp-entry-content-34 > article > footer, #sp-entry-content-35 > article > footer, #sp-entry-content-36 > article > footer, #sp-entry-content-37 > article > footer, #sp-entry-content-38 > article > footer, #sp-entry-content-39 > article > footer, #sp-entry-content-4 > article > footer, #sp-entry-content-40 > article > footer, #sp-entry-content-41 > article > footer, #sp-entry-content-42 > article > footer, #sp-entry-content-43 > article > footer, #sp-entry-content-44 > article > footer, #sp-entry-content-45 > article > footer, #sp-entry-content-46 > article > footer, #sp-entry-content-47 > article > footer, #sp-entry-content-48 > article > footer, #sp-entry-content-49 > article > footer, #sp-entry-content-5 > article > footer, #sp-entry-content-50 > article > footer, #sp-entry-content-51 > article > footer, #sp-entry-content-52 > article > footer, #sp-entry-content-53 > article > footer, #sp-entry-content-54 > article > footer, #sp-entry-content-55 > article > footer, #sp-entry-content-56 > article > footer, #sp-entry-content-57 > article > footer, #sp-entry-content-58 > article > footer, #sp-entry-content-59 > article > footer, #sp-entry-content-6 > article > footer, #sp-entry-content-60 > article > footer, #sp-entry-content-7 > article > footer, #sp-entry-content-8 > article > footer, #sp-entry-content-9 > article > footer, #sp-wp-post-list-2 > article > footer, #sp-wp-post-list-3 > article > footer{
  font-size : 1.2rem;
  text-align : right;
}

#sp-entry-content-1 > article > p, #sp-entry-content-10 > article > p, #sp-entry-content-11 > article > p, #sp-entry-content-12 > article > p, #sp-entry-content-13 > article > p, #sp-entry-content-14 > article > p, #sp-entry-content-15 > article > p, #sp-entry-content-16 > article > p, #sp-entry-content-17 > article > p, #sp-entry-content-18 > article > p, #sp-entry-content-19 > article > p, #sp-entry-content-2 > article > p, #sp-entry-content-20 > article > p, #sp-entry-content-21 > article > p, #sp-entry-content-22 > article > p, #sp-entry-content-23 > article > p, #sp-entry-content-24 > article > p, #sp-entry-content-25 > article > p, #sp-entry-content-26 > article > p, #sp-entry-content-27 > article > p, #sp-entry-content-28 > article > p, #sp-entry-content-29 > article > p, #sp-entry-content-3 > article > p, #sp-entry-content-30 > article > p, #sp-entry-content-31 > article > p, #sp-entry-content-32 > article > p, #sp-entry-content-33 > article > p, #sp-entry-content-34 > article > p, #sp-entry-content-35 > article > p, #sp-entry-content-36 > article > p, #sp-entry-content-37 > article > p, #sp-entry-content-38 > article > p, #sp-entry-content-39 > article > p, #sp-entry-content-4 > article > p, #sp-entry-content-40 > article > p, #sp-entry-content-41 > article > p, #sp-entry-content-42 > article > p, #sp-entry-content-43 > article > p, #sp-entry-content-44 > article > p, #sp-entry-content-45 > article > p, #sp-entry-content-46 > article > p, #sp-entry-content-47 > article > p, #sp-entry-content-48 > article > p, #sp-entry-content-49 > article > p, #sp-entry-content-5 > article > p, #sp-entry-content-50 > article > p, #sp-entry-content-51 > article > p, #sp-entry-content-52 > article > p, #sp-entry-content-53 > article > p, #sp-entry-content-54 > article > p, #sp-entry-content-55 > article > p, #sp-entry-content-56 > article > p, #sp-entry-content-57 > article > p, #sp-entry-content-58 > article > p, #sp-entry-content-59 > article > p, #sp-entry-content-6 > article > p, #sp-entry-content-60 > article > p, #sp-entry-content-7 > article > p, #sp-entry-content-8 > article > p, #sp-entry-content-9 > article > p, #sp-wp-post-list-2 > article > p, #sp-wp-post-list-3 > article > p{
  margin-right : 20px;
  width : 150px;
  float : left;
}

#sp-entry-content-1 > dl a, #sp-entry-content-10 > dl a, #sp-entry-content-11 > dl a, #sp-entry-content-12 > dl a, #sp-entry-content-13 > dl a, #sp-entry-content-14 > dl a, #sp-entry-content-15 > dl a, #sp-entry-content-16 > dl a, #sp-entry-content-17 > dl a, #sp-entry-content-18 > dl a, #sp-entry-content-19 > dl a, #sp-entry-content-2 > dl a, #sp-entry-content-20 > dl a, #sp-entry-content-21 > dl a, #sp-entry-content-22 > dl a, #sp-entry-content-23 > dl a, #sp-entry-content-24 > dl a, #sp-entry-content-25 > dl a, #sp-entry-content-26 > dl a, #sp-entry-content-27 > dl a, #sp-entry-content-28 > dl a, #sp-entry-content-29 > dl a, #sp-entry-content-3 > dl a, #sp-entry-content-30 > dl a, #sp-entry-content-31 > dl a, #sp-entry-content-32 > dl a, #sp-entry-content-33 > dl a, #sp-entry-content-34 > dl a, #sp-entry-content-35 > dl a, #sp-entry-content-36 > dl a, #sp-entry-content-37 > dl a, #sp-entry-content-38 > dl a, #sp-entry-content-39 > dl a, #sp-entry-content-4 > dl a, #sp-entry-content-40 > dl a, #sp-entry-content-41 > dl a, #sp-entry-content-42 > dl a, #sp-entry-content-43 > dl a, #sp-entry-content-44 > dl a, #sp-entry-content-45 > dl a, #sp-entry-content-46 > dl a, #sp-entry-content-47 > dl a, #sp-entry-content-48 > dl a, #sp-entry-content-49 > dl a, #sp-entry-content-5 > dl a, #sp-entry-content-50 > dl a, #sp-entry-content-51 > dl a, #sp-entry-content-52 > dl a, #sp-entry-content-53 > dl a, #sp-entry-content-54 > dl a, #sp-entry-content-55 > dl a, #sp-entry-content-56 > dl a, #sp-entry-content-57 > dl a, #sp-entry-content-58 > dl a, #sp-entry-content-59 > dl a, #sp-entry-content-6 > dl a, #sp-entry-content-60 > dl a, #sp-entry-content-7 > dl a, #sp-entry-content-8 > dl a, #sp-entry-content-9 > dl a, #sp-wp-post-list-2 > dl a, #sp-wp-post-list-3 > dl a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > dl a:hover, #sp-entry-content-10 > dl a:hover, #sp-entry-content-11 > dl a:hover, #sp-entry-content-12 > dl a:hover, #sp-entry-content-13 > dl a:hover, #sp-entry-content-14 > dl a:hover, #sp-entry-content-15 > dl a:hover, #sp-entry-content-16 > dl a:hover, #sp-entry-content-17 > dl a:hover, #sp-entry-content-18 > dl a:hover, #sp-entry-content-19 > dl a:hover, #sp-entry-content-2 > dl a:hover, #sp-entry-content-20 > dl a:hover, #sp-entry-content-21 > dl a:hover, #sp-entry-content-22 > dl a:hover, #sp-entry-content-23 > dl a:hover, #sp-entry-content-24 > dl a:hover, #sp-entry-content-25 > dl a:hover, #sp-entry-content-26 > dl a:hover, #sp-entry-content-27 > dl a:hover, #sp-entry-content-28 > dl a:hover, #sp-entry-content-29 > dl a:hover, #sp-entry-content-3 > dl a:hover, #sp-entry-content-30 > dl a:hover, #sp-entry-content-31 > dl a:hover, #sp-entry-content-32 > dl a:hover, #sp-entry-content-33 > dl a:hover, #sp-entry-content-34 > dl a:hover, #sp-entry-content-35 > dl a:hover, #sp-entry-content-36 > dl a:hover, #sp-entry-content-37 > dl a:hover, #sp-entry-content-38 > dl a:hover, #sp-entry-content-39 > dl a:hover, #sp-entry-content-4 > dl a:hover, #sp-entry-content-40 > dl a:hover, #sp-entry-content-41 > dl a:hover, #sp-entry-content-42 > dl a:hover, #sp-entry-content-43 > dl a:hover, #sp-entry-content-44 > dl a:hover, #sp-entry-content-45 > dl a:hover, #sp-entry-content-46 > dl a:hover, #sp-entry-content-47 > dl a:hover, #sp-entry-content-48 > dl a:hover, #sp-entry-content-49 > dl a:hover, #sp-entry-content-5 > dl a:hover, #sp-entry-content-50 > dl a:hover, #sp-entry-content-51 > dl a:hover, #sp-entry-content-52 > dl a:hover, #sp-entry-content-53 > dl a:hover, #sp-entry-content-54 > dl a:hover, #sp-entry-content-55 > dl a:hover, #sp-entry-content-56 > dl a:hover, #sp-entry-content-57 > dl a:hover, #sp-entry-content-58 > dl a:hover, #sp-entry-content-59 > dl a:hover, #sp-entry-content-6 > dl a:hover, #sp-entry-content-60 > dl a:hover, #sp-entry-content-7 > dl a:hover, #sp-entry-content-8 > dl a:hover, #sp-entry-content-9 > dl a:hover, #sp-wp-post-list-2 > dl a:hover, #sp-wp-post-list-3 > dl a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > h3, #sp-entry-content-11 > h3, #sp-entry-content-12 > h3, #sp-entry-content-13 > h3, #sp-entry-content-14 > h3, #sp-entry-content-15 > h3, #sp-entry-content-16 > h3, #sp-entry-content-17 > h3, #sp-entry-content-18 > h3, #sp-entry-content-19 > h3, #sp-entry-content-2 > h3, #sp-entry-content-20 > h3, #sp-entry-content-21 > h3, #sp-entry-content-22 > h3, #sp-entry-content-23 > h3, #sp-entry-content-24 > h3, #sp-entry-content-25 > h3, #sp-entry-content-26 > h3, #sp-entry-content-27 > h3, #sp-entry-content-28 > h3, #sp-entry-content-29 > h3, #sp-entry-content-3 > h3, #sp-entry-content-30 > h3, #sp-entry-content-31 > h3, #sp-entry-content-32 > h3, #sp-entry-content-33 > h3, #sp-entry-content-34 > h3, #sp-entry-content-35 > h3, #sp-entry-content-36 > h3, #sp-entry-content-37 > h3, #sp-entry-content-38 > h3, #sp-entry-content-39 > h3, #sp-entry-content-4 > h3, #sp-entry-content-40 > h3, #sp-entry-content-41 > h3, #sp-entry-content-42 > h3, #sp-entry-content-43 > h3, #sp-entry-content-44 > h3, #sp-entry-content-45 > h3, #sp-entry-content-46 > h3, #sp-entry-content-47 > h3, #sp-entry-content-48 > h3, #sp-entry-content-49 > h3, #sp-entry-content-5 > h3, #sp-entry-content-50 > h3, #sp-entry-content-51 > h3, #sp-entry-content-52 > h3, #sp-entry-content-53 > h3, #sp-entry-content-54 > h3, #sp-entry-content-55 > h3, #sp-entry-content-56 > h3, #sp-entry-content-57 > h3, #sp-entry-content-58 > h3, #sp-entry-content-59 > h3, #sp-entry-content-6 > h3, #sp-entry-content-60 > h3, #sp-entry-content-7 > h3, #sp-entry-content-8 > h3, #sp-entry-content-9 > h3, #sp-wp-post-list-2 > h3, #sp-wp-post-list-3 > h3{
  font-size : 1.8rem;
  font-weight : bold;
  color : white;
  background-color : #343740;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : -20px;
  margin-right : -20px;
  margin-bottom : 30px;
}

#sp-entry-content-1 > h3 > a, #sp-entry-content-10 > h3 > a, #sp-entry-content-11 > h3 > a, #sp-entry-content-12 > h3 > a, #sp-entry-content-13 > h3 > a, #sp-entry-content-14 > h3 > a, #sp-entry-content-15 > h3 > a, #sp-entry-content-16 > h3 > a, #sp-entry-content-17 > h3 > a, #sp-entry-content-18 > h3 > a, #sp-entry-content-19 > h3 > a, #sp-entry-content-2 > h3 > a, #sp-entry-content-20 > h3 > a, #sp-entry-content-21 > h3 > a, #sp-entry-content-22 > h3 > a, #sp-entry-content-23 > h3 > a, #sp-entry-content-24 > h3 > a, #sp-entry-content-25 > h3 > a, #sp-entry-content-26 > h3 > a, #sp-entry-content-27 > h3 > a, #sp-entry-content-28 > h3 > a, #sp-entry-content-29 > h3 > a, #sp-entry-content-3 > h3 > a, #sp-entry-content-30 > h3 > a, #sp-entry-content-31 > h3 > a, #sp-entry-content-32 > h3 > a, #sp-entry-content-33 > h3 > a, #sp-entry-content-34 > h3 > a, #sp-entry-content-35 > h3 > a, #sp-entry-content-36 > h3 > a, #sp-entry-content-37 > h3 > a, #sp-entry-content-38 > h3 > a, #sp-entry-content-39 > h3 > a, #sp-entry-content-4 > h3 > a, #sp-entry-content-40 > h3 > a, #sp-entry-content-41 > h3 > a, #sp-entry-content-42 > h3 > a, #sp-entry-content-43 > h3 > a, #sp-entry-content-44 > h3 > a, #sp-entry-content-45 > h3 > a, #sp-entry-content-46 > h3 > a, #sp-entry-content-47 > h3 > a, #sp-entry-content-48 > h3 > a, #sp-entry-content-49 > h3 > a, #sp-entry-content-5 > h3 > a, #sp-entry-content-50 > h3 > a, #sp-entry-content-51 > h3 > a, #sp-entry-content-52 > h3 > a, #sp-entry-content-53 > h3 > a, #sp-entry-content-54 > h3 > a, #sp-entry-content-55 > h3 > a, #sp-entry-content-56 > h3 > a, #sp-entry-content-57 > h3 > a, #sp-entry-content-58 > h3 > a, #sp-entry-content-59 > h3 > a, #sp-entry-content-6 > h3 > a, #sp-entry-content-60 > h3 > a, #sp-entry-content-7 > h3 > a, #sp-entry-content-8 > h3 > a, #sp-entry-content-9 > h3 > a, #sp-wp-post-list-2 > h3 > a, #sp-wp-post-list-3 > h3 > a{
  color : white !important;
  text-decoration : none;
}

#sp-entry-content-1 > ul a, #sp-entry-content-10 > ul a, #sp-entry-content-11 > ul a, #sp-entry-content-12 > ul a, #sp-entry-content-13 > ul a, #sp-entry-content-14 > ul a, #sp-entry-content-15 > ul a, #sp-entry-content-16 > ul a, #sp-entry-content-17 > ul a, #sp-entry-content-18 > ul a, #sp-entry-content-19 > ul a, #sp-entry-content-2 > ul a, #sp-entry-content-20 > ul a, #sp-entry-content-21 > ul a, #sp-entry-content-22 > ul a, #sp-entry-content-23 > ul a, #sp-entry-content-24 > ul a, #sp-entry-content-25 > ul a, #sp-entry-content-26 > ul a, #sp-entry-content-27 > ul a, #sp-entry-content-28 > ul a, #sp-entry-content-29 > ul a, #sp-entry-content-3 > ul a, #sp-entry-content-30 > ul a, #sp-entry-content-31 > ul a, #sp-entry-content-32 > ul a, #sp-entry-content-33 > ul a, #sp-entry-content-34 > ul a, #sp-entry-content-35 > ul a, #sp-entry-content-36 > ul a, #sp-entry-content-37 > ul a, #sp-entry-content-38 > ul a, #sp-entry-content-39 > ul a, #sp-entry-content-4 > ul a, #sp-entry-content-40 > ul a, #sp-entry-content-41 > ul a, #sp-entry-content-42 > ul a, #sp-entry-content-43 > ul a, #sp-entry-content-44 > ul a, #sp-entry-content-45 > ul a, #sp-entry-content-46 > ul a, #sp-entry-content-47 > ul a, #sp-entry-content-48 > ul a, #sp-entry-content-49 > ul a, #sp-entry-content-5 > ul a, #sp-entry-content-50 > ul a, #sp-entry-content-51 > ul a, #sp-entry-content-52 > ul a, #sp-entry-content-53 > ul a, #sp-entry-content-54 > ul a, #sp-entry-content-55 > ul a, #sp-entry-content-56 > ul a, #sp-entry-content-57 > ul a, #sp-entry-content-58 > ul a, #sp-entry-content-59 > ul a, #sp-entry-content-6 > ul a, #sp-entry-content-60 > ul a, #sp-entry-content-7 > ul a, #sp-entry-content-8 > ul a, #sp-entry-content-9 > ul a, #sp-wp-post-list-2 > ul a, #sp-wp-post-list-3 > ul a{
  color : #4283ec;
  text-decoration : underline;
}

#sp-entry-content-1 > ul a:hover, #sp-entry-content-10 > ul a:hover, #sp-entry-content-11 > ul a:hover, #sp-entry-content-12 > ul a:hover, #sp-entry-content-13 > ul a:hover, #sp-entry-content-14 > ul a:hover, #sp-entry-content-15 > ul a:hover, #sp-entry-content-16 > ul a:hover, #sp-entry-content-17 > ul a:hover, #sp-entry-content-18 > ul a:hover, #sp-entry-content-19 > ul a:hover, #sp-entry-content-2 > ul a:hover, #sp-entry-content-20 > ul a:hover, #sp-entry-content-21 > ul a:hover, #sp-entry-content-22 > ul a:hover, #sp-entry-content-23 > ul a:hover, #sp-entry-content-24 > ul a:hover, #sp-entry-content-25 > ul a:hover, #sp-entry-content-26 > ul a:hover, #sp-entry-content-27 > ul a:hover, #sp-entry-content-28 > ul a:hover, #sp-entry-content-29 > ul a:hover, #sp-entry-content-3 > ul a:hover, #sp-entry-content-30 > ul a:hover, #sp-entry-content-31 > ul a:hover, #sp-entry-content-32 > ul a:hover, #sp-entry-content-33 > ul a:hover, #sp-entry-content-34 > ul a:hover, #sp-entry-content-35 > ul a:hover, #sp-entry-content-36 > ul a:hover, #sp-entry-content-37 > ul a:hover, #sp-entry-content-38 > ul a:hover, #sp-entry-content-39 > ul a:hover, #sp-entry-content-4 > ul a:hover, #sp-entry-content-40 > ul a:hover, #sp-entry-content-41 > ul a:hover, #sp-entry-content-42 > ul a:hover, #sp-entry-content-43 > ul a:hover, #sp-entry-content-44 > ul a:hover, #sp-entry-content-45 > ul a:hover, #sp-entry-content-46 > ul a:hover, #sp-entry-content-47 > ul a:hover, #sp-entry-content-48 > ul a:hover, #sp-entry-content-49 > ul a:hover, #sp-entry-content-5 > ul a:hover, #sp-entry-content-50 > ul a:hover, #sp-entry-content-51 > ul a:hover, #sp-entry-content-52 > ul a:hover, #sp-entry-content-53 > ul a:hover, #sp-entry-content-54 > ul a:hover, #sp-entry-content-55 > ul a:hover, #sp-entry-content-56 > ul a:hover, #sp-entry-content-57 > ul a:hover, #sp-entry-content-58 > ul a:hover, #sp-entry-content-59 > ul a:hover, #sp-entry-content-6 > ul a:hover, #sp-entry-content-60 > ul a:hover, #sp-entry-content-7 > ul a:hover, #sp-entry-content-8 > ul a:hover, #sp-entry-content-9 > ul a:hover, #sp-wp-post-list-2 > ul a:hover, #sp-wp-post-list-3 > ul a:hover{
  color : #4283ec;
  text-decoration : none;
}

.page-blog#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom100#content #page-content, .page-custom101#content #page-content, .page-custom102#content #page-content, .page-custom103#content #page-content, .page-custom11#content #page-content, .page-custom12#content #page-content, .page-custom13#content #page-content, .page-custom14#content #page-content, .page-custom15#content #page-content, .page-custom16#content #page-content, .page-custom17#content #page-content, .page-custom18#content #page-content, .page-custom19#content #page-content, .page-custom2#content #page-content, .page-custom20#content #page-content, .page-custom202#content #page-content, .page-custom21#content #page-content, .page-custom22#content #page-content, .page-custom23#content #page-content, .page-custom24#content #page-content, .page-custom25#content #page-content, .page-custom26#content #page-content, .page-custom27#content #page-content, .page-custom28#content #page-content, .page-custom29#content #page-content, .page-custom3#content #page-content, .page-custom30#content #page-content, .page-custom31#content #page-content, .page-custom32#content #page-content, .page-custom33#content #page-content, .page-custom34#content #page-content, .page-custom35#content #page-content, .page-custom36#content #page-content, .page-custom37#content #page-content, .page-custom38#content #page-content, .page-custom39#content #page-content, .page-custom4#content #page-content, .page-custom40#content #page-content, .page-custom41#content #page-content, .page-custom42#content #page-content, .page-custom43#content #page-content, .page-custom44#content #page-content, .page-custom45#content #page-content, .page-custom46#content #page-content, .page-custom47#content #page-content, .page-custom48#content #page-content, .page-custom49#content #page-content, .page-custom5#content #page-content, .page-custom50#content #page-content, .page-custom51#content #page-content, .page-custom52#content #page-content, .page-custom53#content #page-content, .page-custom54#content #page-content, .page-custom55#content #page-content, .page-custom56#content #page-content, .page-custom57#content #page-content, .page-custom58#content #page-content, .page-custom59#content #page-content, .page-custom6#content #page-content, .page-custom60#content #page-content, .page-custom61#content #page-content, .page-custom62#content #page-content, .page-custom63#content #page-content, .page-custom64#content #page-content, .page-custom65#content #page-content, .page-custom66#content #page-content, .page-custom67#content #page-content, .page-custom68#content #page-content, .page-custom69#content #page-content, .page-custom7#content #page-content, .page-custom70#content #page-content, .page-custom71#content #page-content, .page-custom72#content #page-content, .page-custom73#content #page-content, .page-custom74#content #page-content, .page-custom75#content #page-content, .page-custom76#content #page-content, .page-custom77#content #page-content, .page-custom78#content #page-content, .page-custom79#content #page-content, .page-custom8#content #page-content, .page-custom80#content #page-content, .page-custom81#content #page-content, .page-custom82#content #page-content, .page-custom83#content #page-content, .page-custom84#content #page-content, .page-custom85#content #page-content, .page-custom86#content #page-content, .page-custom87#content #page-content, .page-custom88#content #page-content, .page-custom89#content #page-content, .page-custom9#content #page-content, .page-custom90#content #page-content, .page-custom91#content #page-content, .page-custom92#content #page-content, .page-custom93#content #page-content, .page-custom94#content #page-content, .page-custom95#content #page-content, .page-custom96#content #page-content, .page-custom97#content #page-content, .page-custom98#content #page-content, .page-custom99#content #page-content, .page-toppage#content #page-content{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom10#content #page-content > blockquote, .page-custom100#content #page-content > blockquote, .page-custom101#content #page-content > blockquote, .page-custom102#content #page-content > blockquote, .page-custom103#content #page-content > blockquote, .page-custom11#content #page-content > blockquote, .page-custom12#content #page-content > blockquote, .page-custom13#content #page-content > blockquote, .page-custom14#content #page-content > blockquote, .page-custom15#content #page-content > blockquote, .page-custom16#content #page-content > blockquote, .page-custom17#content #page-content > blockquote, .page-custom18#content #page-content > blockquote, .page-custom19#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom20#content #page-content > blockquote, .page-custom202#content #page-content > blockquote, .page-custom21#content #page-content > blockquote, .page-custom22#content #page-content > blockquote, .page-custom23#content #page-content > blockquote, .page-custom24#content #page-content > blockquote, .page-custom25#content #page-content > blockquote, .page-custom26#content #page-content > blockquote, .page-custom27#content #page-content > blockquote, .page-custom28#content #page-content > blockquote, .page-custom29#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom30#content #page-content > blockquote, .page-custom31#content #page-content > blockquote, .page-custom32#content #page-content > blockquote, .page-custom33#content #page-content > blockquote, .page-custom34#content #page-content > blockquote, .page-custom35#content #page-content > blockquote, .page-custom36#content #page-content > blockquote, .page-custom37#content #page-content > blockquote, .page-custom38#content #page-content > blockquote, .page-custom39#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-custom40#content #page-content > blockquote, .page-custom41#content #page-content > blockquote, .page-custom42#content #page-content > blockquote, .page-custom43#content #page-content > blockquote, .page-custom44#content #page-content > blockquote, .page-custom45#content #page-content > blockquote, .page-custom46#content #page-content > blockquote, .page-custom47#content #page-content > blockquote, .page-custom48#content #page-content > blockquote, .page-custom49#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom50#content #page-content > blockquote, .page-custom51#content #page-content > blockquote, .page-custom52#content #page-content > blockquote, .page-custom53#content #page-content > blockquote, .page-custom54#content #page-content > blockquote, .page-custom55#content #page-content > blockquote, .page-custom56#content #page-content > blockquote, .page-custom57#content #page-content > blockquote, .page-custom58#content #page-content > blockquote, .page-custom59#content #page-content > blockquote, .page-custom6#content #page-content > blockquote, .page-custom60#content #page-content > blockquote, .page-custom61#content #page-content > blockquote, .page-custom62#content #page-content > blockquote, .page-custom63#content #page-content > blockquote, .page-custom64#content #page-content > blockquote, .page-custom65#content #page-content > blockquote, .page-custom66#content #page-content > blockquote, .page-custom67#content #page-content > blockquote, .page-custom68#content #page-content > blockquote, .page-custom69#content #page-content > blockquote, .page-custom7#content #page-content > blockquote, .page-custom70#content #page-content > blockquote, .page-custom71#content #page-content > blockquote, .page-custom72#content #page-content > blockquote, .page-custom73#content #page-content > blockquote, .page-custom74#content #page-content > blockquote, .page-custom75#content #page-content > blockquote, .page-custom76#content #page-content > blockquote, .page-custom77#content #page-content > blockquote, .page-custom78#content #page-content > blockquote, .page-custom79#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-custom80#content #page-content > blockquote, .page-custom81#content #page-content > blockquote, .page-custom82#content #page-content > blockquote, .page-custom83#content #page-content > blockquote, .page-custom84#content #page-content > blockquote, .page-custom85#content #page-content > blockquote, .page-custom86#content #page-content > blockquote, .page-custom87#content #page-content > blockquote, .page-custom88#content #page-content > blockquote, .page-custom89#content #page-content > blockquote, .page-custom9#content #page-content > blockquote, .page-custom90#content #page-content > blockquote, .page-custom91#content #page-content > blockquote, .page-custom92#content #page-content > blockquote, .page-custom93#content #page-content > blockquote, .page-custom94#content #page-content > blockquote, .page-custom95#content #page-content > blockquote, .page-custom96#content #page-content > blockquote, .page-custom97#content #page-content > blockquote, .page-custom98#content #page-content > blockquote, .page-custom99#content #page-content > blockquote, .page-toppage#content #page-content > blockquote{
  background-color : #f5f5f5;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > blockquote > *:last-child, .page-custom#content #page-content > blockquote > *:last-child, .page-custom1#content #page-content > blockquote > *:last-child, .page-custom10#content #page-content > blockquote > *:last-child, .page-custom100#content #page-content > blockquote > *:last-child, .page-custom101#content #page-content > blockquote > *:last-child, .page-custom102#content #page-content > blockquote > *:last-child, .page-custom103#content #page-content > blockquote > *:last-child, .page-custom11#content #page-content > blockquote > *:last-child, .page-custom12#content #page-content > blockquote > *:last-child, .page-custom13#content #page-content > blockquote > *:last-child, .page-custom14#content #page-content > blockquote > *:last-child, .page-custom15#content #page-content > blockquote > *:last-child, .page-custom16#content #page-content > blockquote > *:last-child, .page-custom17#content #page-content > blockquote > *:last-child, .page-custom18#content #page-content > blockquote > *:last-child, .page-custom19#content #page-content > blockquote > *:last-child, .page-custom2#content #page-content > blockquote > *:last-child, .page-custom20#content #page-content > blockquote > *:last-child, .page-custom202#content #page-content > blockquote > *:last-child, .page-custom21#content #page-content > blockquote > *:last-child, .page-custom22#content #page-content > blockquote > *:last-child, .page-custom23#content #page-content > blockquote > *:last-child, .page-custom24#content #page-content > blockquote > *:last-child, .page-custom25#content #page-content > blockquote > *:last-child, .page-custom26#content #page-content > blockquote > *:last-child, .page-custom27#content #page-content > blockquote > *:last-child, .page-custom28#content #page-content > blockquote > *:last-child, .page-custom29#content #page-content > blockquote > *:last-child, .page-custom3#content #page-content > blockquote > *:last-child, .page-custom30#content #page-content > blockquote > *:last-child, .page-custom31#content #page-content > blockquote > *:last-child, .page-custom32#content #page-content > blockquote > *:last-child, .page-custom33#content #page-content > blockquote > *:last-child, .page-custom34#content #page-content > blockquote > *:last-child, .page-custom35#content #page-content > blockquote > *:last-child, .page-custom36#content #page-content > blockquote > *:last-child, .page-custom37#content #page-content > blockquote > *:last-child, .page-custom38#content #page-content > blockquote > *:last-child, .page-custom39#content #page-content > blockquote > *:last-child, .page-custom4#content #page-content > blockquote > *:last-child, .page-custom40#content #page-content > blockquote > *:last-child, .page-custom41#content #page-content > blockquote > *:last-child, .page-custom42#content #page-content > blockquote > *:last-child, .page-custom43#content #page-content > blockquote > *:last-child, .page-custom44#content #page-content > blockquote > *:last-child, .page-custom45#content #page-content > blockquote > *:last-child, .page-custom46#content #page-content > blockquote > *:last-child, .page-custom47#content #page-content > blockquote > *:last-child, .page-custom48#content #page-content > blockquote > *:last-child, .page-custom49#content #page-content > blockquote > *:last-child, .page-custom5#content #page-content > blockquote > *:last-child, .page-custom50#content #page-content > blockquote > *:last-child, .page-custom51#content #page-content > blockquote > *:last-child, .page-custom52#content #page-content > blockquote > *:last-child, .page-custom53#content #page-content > blockquote > *:last-child, .page-custom54#content #page-content > blockquote > *:last-child, .page-custom55#content #page-content > blockquote > *:last-child, .page-custom56#content #page-content > blockquote > *:last-child, .page-custom57#content #page-content > blockquote > *:last-child, .page-custom58#content #page-content > blockquote > *:last-child, .page-custom59#content #page-content > blockquote > *:last-child, .page-custom6#content #page-content > blockquote > *:last-child, .page-custom60#content #page-content > blockquote > *:last-child, .page-custom61#content #page-content > blockquote > *:last-child, .page-custom62#content #page-content > blockquote > *:last-child, .page-custom63#content #page-content > blockquote > *:last-child, .page-custom64#content #page-content > blockquote > *:last-child, .page-custom65#content #page-content > blockquote > *:last-child, .page-custom66#content #page-content > blockquote > *:last-child, .page-custom67#content #page-content > blockquote > *:last-child, .page-custom68#content #page-content > blockquote > *:last-child, .page-custom69#content #page-content > blockquote > *:last-child, .page-custom7#content #page-content > blockquote > *:last-child, .page-custom70#content #page-content > blockquote > *:last-child, .page-custom71#content #page-content > blockquote > *:last-child, .page-custom72#content #page-content > blockquote > *:last-child, .page-custom73#content #page-content > blockquote > *:last-child, .page-custom74#content #page-content > blockquote > *:last-child, .page-custom75#content #page-content > blockquote > *:last-child, .page-custom76#content #page-content > blockquote > *:last-child, .page-custom77#content #page-content > blockquote > *:last-child, .page-custom78#content #page-content > blockquote > *:last-child, .page-custom79#content #page-content > blockquote > *:last-child, .page-custom8#content #page-content > blockquote > *:last-child, .page-custom80#content #page-content > blockquote > *:last-child, .page-custom81#content #page-content > blockquote > *:last-child, .page-custom82#content #page-content > blockquote > *:last-child, .page-custom83#content #page-content > blockquote > *:last-child, .page-custom84#content #page-content > blockquote > *:last-child, .page-custom85#content #page-content > blockquote > *:last-child, .page-custom86#content #page-content > blockquote > *:last-child, .page-custom87#content #page-content > blockquote > *:last-child, .page-custom88#content #page-content > blockquote > *:last-child, .page-custom89#content #page-content > blockquote > *:last-child, .page-custom9#content #page-content > blockquote > *:last-child, .page-custom90#content #page-content > blockquote > *:last-child, .page-custom91#content #page-content > blockquote > *:last-child, .page-custom92#content #page-content > blockquote > *:last-child, .page-custom93#content #page-content > blockquote > *:last-child, .page-custom94#content #page-content > blockquote > *:last-child, .page-custom95#content #page-content > blockquote > *:last-child, .page-custom96#content #page-content > blockquote > *:last-child, .page-custom97#content #page-content > blockquote > *:last-child, .page-custom98#content #page-content > blockquote > *:last-child, .page-custom99#content #page-content > blockquote > *:last-child, .page-toppage#content #page-content > blockquote > *:last-child{
  margin-bottom : 0px;
}

.page-blog#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom100#content #page-content > h1, .page-custom101#content #page-content > h1, .page-custom102#content #page-content > h1, .page-custom103#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom20#content #page-content > h1, .page-custom202#content #page-content > h1, .page-custom21#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom24#content #page-content > h1, .page-custom25#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom27#content #page-content > h1, .page-custom28#content #page-content > h1, .page-custom29#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom30#content #page-content > h1, .page-custom31#content #page-content > h1, .page-custom32#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom35#content #page-content > h1, .page-custom36#content #page-content > h1, .page-custom37#content #page-content > h1, .page-custom38#content #page-content > h1, .page-custom39#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom40#content #page-content > h1, .page-custom41#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom43#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom46#content #page-content > h1, .page-custom47#content #page-content > h1, .page-custom48#content #page-content > h1, .page-custom49#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom50#content #page-content > h1, .page-custom51#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom53#content #page-content > h1, .page-custom54#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom58#content #page-content > h1, .page-custom59#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom60#content #page-content > h1, .page-custom61#content #page-content > h1, .page-custom62#content #page-content > h1, .page-custom63#content #page-content > h1, .page-custom64#content #page-content > h1, .page-custom65#content #page-content > h1, .page-custom66#content #page-content > h1, .page-custom67#content #page-content > h1, .page-custom68#content #page-content > h1, .page-custom69#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom70#content #page-content > h1, .page-custom71#content #page-content > h1, .page-custom72#content #page-content > h1, .page-custom73#content #page-content > h1, .page-custom74#content #page-content > h1, .page-custom75#content #page-content > h1, .page-custom76#content #page-content > h1, .page-custom77#content #page-content > h1, .page-custom78#content #page-content > h1, .page-custom79#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom80#content #page-content > h1, .page-custom81#content #page-content > h1, .page-custom82#content #page-content > h1, .page-custom83#content #page-content > h1, .page-custom84#content #page-content > h1, .page-custom85#content #page-content > h1, .page-custom86#content #page-content > h1, .page-custom87#content #page-content > h1, .page-custom88#content #page-content > h1, .page-custom89#content #page-content > h1, .page-custom9#content #page-content > h1, .page-custom90#content #page-content > h1, .page-custom91#content #page-content > h1, .page-custom92#content #page-content > h1, .page-custom93#content #page-content > h1, .page-custom94#content #page-content > h1, .page-custom95#content #page-content > h1, .page-custom96#content #page-content > h1, .page-custom97#content #page-content > h1, .page-custom98#content #page-content > h1, .page-custom99#content #page-content > h1, .page-toppage#content #page-content > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom100#content #page-content > h2, .page-custom101#content #page-content > h2, .page-custom102#content #page-content > h2, .page-custom103#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom20#content #page-content > h2, .page-custom202#content #page-content > h2, .page-custom21#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom24#content #page-content > h2, .page-custom25#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom27#content #page-content > h2, .page-custom28#content #page-content > h2, .page-custom29#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom30#content #page-content > h2, .page-custom31#content #page-content > h2, .page-custom32#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom35#content #page-content > h2, .page-custom36#content #page-content > h2, .page-custom37#content #page-content > h2, .page-custom38#content #page-content > h2, .page-custom39#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom40#content #page-content > h2, .page-custom41#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom43#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom46#content #page-content > h2, .page-custom47#content #page-content > h2, .page-custom48#content #page-content > h2, .page-custom49#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom50#content #page-content > h2, .page-custom51#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom53#content #page-content > h2, .page-custom54#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom58#content #page-content > h2, .page-custom59#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom60#content #page-content > h2, .page-custom61#content #page-content > h2, .page-custom62#content #page-content > h2, .page-custom63#content #page-content > h2, .page-custom64#content #page-content > h2, .page-custom65#content #page-content > h2, .page-custom66#content #page-content > h2, .page-custom67#content #page-content > h2, .page-custom68#content #page-content > h2, .page-custom69#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom70#content #page-content > h2, .page-custom71#content #page-content > h2, .page-custom72#content #page-content > h2, .page-custom73#content #page-content > h2, .page-custom74#content #page-content > h2, .page-custom75#content #page-content > h2, .page-custom76#content #page-content > h2, .page-custom77#content #page-content > h2, .page-custom78#content #page-content > h2, .page-custom79#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom80#content #page-content > h2, .page-custom81#content #page-content > h2, .page-custom82#content #page-content > h2, .page-custom83#content #page-content > h2, .page-custom84#content #page-content > h2, .page-custom85#content #page-content > h2, .page-custom86#content #page-content > h2, .page-custom87#content #page-content > h2, .page-custom88#content #page-content > h2, .page-custom89#content #page-content > h2, .page-custom9#content #page-content > h2, .page-custom90#content #page-content > h2, .page-custom91#content #page-content > h2, .page-custom92#content #page-content > h2, .page-custom93#content #page-content > h2, .page-custom94#content #page-content > h2, .page-custom95#content #page-content > h2, .page-custom96#content #page-content > h2, .page-custom97#content #page-content > h2, .page-custom98#content #page-content > h2, .page-custom99#content #page-content > h2, .page-toppage#content #page-content > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom100#content #page-content > h3, .page-custom101#content #page-content > h3, .page-custom102#content #page-content > h3, .page-custom103#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom20#content #page-content > h3, .page-custom202#content #page-content > h3, .page-custom21#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom24#content #page-content > h3, .page-custom25#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom27#content #page-content > h3, .page-custom28#content #page-content > h3, .page-custom29#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom30#content #page-content > h3, .page-custom31#content #page-content > h3, .page-custom32#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom35#content #page-content > h3, .page-custom36#content #page-content > h3, .page-custom37#content #page-content > h3, .page-custom38#content #page-content > h3, .page-custom39#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom40#content #page-content > h3, .page-custom41#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom43#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom46#content #page-content > h3, .page-custom47#content #page-content > h3, .page-custom48#content #page-content > h3, .page-custom49#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom50#content #page-content > h3, .page-custom51#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom53#content #page-content > h3, .page-custom54#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom58#content #page-content > h3, .page-custom59#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom60#content #page-content > h3, .page-custom61#content #page-content > h3, .page-custom62#content #page-content > h3, .page-custom63#content #page-content > h3, .page-custom64#content #page-content > h3, .page-custom65#content #page-content > h3, .page-custom66#content #page-content > h3, .page-custom67#content #page-content > h3, .page-custom68#content #page-content > h3, .page-custom69#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom70#content #page-content > h3, .page-custom71#content #page-content > h3, .page-custom72#content #page-content > h3, .page-custom73#content #page-content > h3, .page-custom74#content #page-content > h3, .page-custom75#content #page-content > h3, .page-custom76#content #page-content > h3, .page-custom77#content #page-content > h3, .page-custom78#content #page-content > h3, .page-custom79#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom80#content #page-content > h3, .page-custom81#content #page-content > h3, .page-custom82#content #page-content > h3, .page-custom83#content #page-content > h3, .page-custom84#content #page-content > h3, .page-custom85#content #page-content > h3, .page-custom86#content #page-content > h3, .page-custom87#content #page-content > h3, .page-custom88#content #page-content > h3, .page-custom89#content #page-content > h3, .page-custom9#content #page-content > h3, .page-custom90#content #page-content > h3, .page-custom91#content #page-content > h3, .page-custom92#content #page-content > h3, .page-custom93#content #page-content > h3, .page-custom94#content #page-content > h3, .page-custom95#content #page-content > h3, .page-custom96#content #page-content > h3, .page-custom97#content #page-content > h3, .page-custom98#content #page-content > h3, .page-custom99#content #page-content > h3, .page-toppage#content #page-content > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom100#content #page-content > h4, .page-custom101#content #page-content > h4, .page-custom102#content #page-content > h4, .page-custom103#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom20#content #page-content > h4, .page-custom202#content #page-content > h4, .page-custom21#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom24#content #page-content > h4, .page-custom25#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom27#content #page-content > h4, .page-custom28#content #page-content > h4, .page-custom29#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom30#content #page-content > h4, .page-custom31#content #page-content > h4, .page-custom32#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom35#content #page-content > h4, .page-custom36#content #page-content > h4, .page-custom37#content #page-content > h4, .page-custom38#content #page-content > h4, .page-custom39#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom40#content #page-content > h4, .page-custom41#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom43#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom46#content #page-content > h4, .page-custom47#content #page-content > h4, .page-custom48#content #page-content > h4, .page-custom49#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom50#content #page-content > h4, .page-custom51#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom53#content #page-content > h4, .page-custom54#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom58#content #page-content > h4, .page-custom59#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom60#content #page-content > h4, .page-custom61#content #page-content > h4, .page-custom62#content #page-content > h4, .page-custom63#content #page-content > h4, .page-custom64#content #page-content > h4, .page-custom65#content #page-content > h4, .page-custom66#content #page-content > h4, .page-custom67#content #page-content > h4, .page-custom68#content #page-content > h4, .page-custom69#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom70#content #page-content > h4, .page-custom71#content #page-content > h4, .page-custom72#content #page-content > h4, .page-custom73#content #page-content > h4, .page-custom74#content #page-content > h4, .page-custom75#content #page-content > h4, .page-custom76#content #page-content > h4, .page-custom77#content #page-content > h4, .page-custom78#content #page-content > h4, .page-custom79#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom80#content #page-content > h4, .page-custom81#content #page-content > h4, .page-custom82#content #page-content > h4, .page-custom83#content #page-content > h4, .page-custom84#content #page-content > h4, .page-custom85#content #page-content > h4, .page-custom86#content #page-content > h4, .page-custom87#content #page-content > h4, .page-custom88#content #page-content > h4, .page-custom89#content #page-content > h4, .page-custom9#content #page-content > h4, .page-custom90#content #page-content > h4, .page-custom91#content #page-content > h4, .page-custom92#content #page-content > h4, .page-custom93#content #page-content > h4, .page-custom94#content #page-content > h4, .page-custom95#content #page-content > h4, .page-custom96#content #page-content > h4, .page-custom97#content #page-content > h4, .page-custom98#content #page-content > h4, .page-custom99#content #page-content > h4, .page-toppage#content #page-content > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom100#content #page-content > h5, .page-custom101#content #page-content > h5, .page-custom102#content #page-content > h5, .page-custom103#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom14#content #page-content > h5, .page-custom15#content #page-content > h5, .page-custom16#content #page-content > h5, .page-custom17#content #page-content > h5, .page-custom18#content #page-content > h5, .page-custom19#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom20#content #page-content > h5, .page-custom202#content #page-content > h5, .page-custom21#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom24#content #page-content > h5, .page-custom25#content #page-content > h5, .page-custom26#content #page-content > h5, .page-custom27#content #page-content > h5, .page-custom28#content #page-content > h5, .page-custom29#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom30#content #page-content > h5, .page-custom31#content #page-content > h5, .page-custom32#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom35#content #page-content > h5, .page-custom36#content #page-content > h5, .page-custom37#content #page-content > h5, .page-custom38#content #page-content > h5, .page-custom39#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom40#content #page-content > h5, .page-custom41#content #page-content > h5, .page-custom42#content #page-content > h5, .page-custom43#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom46#content #page-content > h5, .page-custom47#content #page-content > h5, .page-custom48#content #page-content > h5, .page-custom49#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom50#content #page-content > h5, .page-custom51#content #page-content > h5, .page-custom52#content #page-content > h5, .page-custom53#content #page-content > h5, .page-custom54#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom57#content #page-content > h5, .page-custom58#content #page-content > h5, .page-custom59#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom60#content #page-content > h5, .page-custom61#content #page-content > h5, .page-custom62#content #page-content > h5, .page-custom63#content #page-content > h5, .page-custom64#content #page-content > h5, .page-custom65#content #page-content > h5, .page-custom66#content #page-content > h5, .page-custom67#content #page-content > h5, .page-custom68#content #page-content > h5, .page-custom69#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom70#content #page-content > h5, .page-custom71#content #page-content > h5, .page-custom72#content #page-content > h5, .page-custom73#content #page-content > h5, .page-custom74#content #page-content > h5, .page-custom75#content #page-content > h5, .page-custom76#content #page-content > h5, .page-custom77#content #page-content > h5, .page-custom78#content #page-content > h5, .page-custom79#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom80#content #page-content > h5, .page-custom81#content #page-content > h5, .page-custom82#content #page-content > h5, .page-custom83#content #page-content > h5, .page-custom84#content #page-content > h5, .page-custom85#content #page-content > h5, .page-custom86#content #page-content > h5, .page-custom87#content #page-content > h5, .page-custom88#content #page-content > h5, .page-custom89#content #page-content > h5, .page-custom9#content #page-content > h5, .page-custom90#content #page-content > h5, .page-custom91#content #page-content > h5, .page-custom92#content #page-content > h5, .page-custom93#content #page-content > h5, .page-custom94#content #page-content > h5, .page-custom95#content #page-content > h5, .page-custom96#content #page-content > h5, .page-custom97#content #page-content > h5, .page-custom98#content #page-content > h5, .page-custom99#content #page-content > h5, .page-toppage#content #page-content > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom100#content #page-content > h6, .page-custom101#content #page-content > h6, .page-custom102#content #page-content > h6, .page-custom103#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom14#content #page-content > h6, .page-custom15#content #page-content > h6, .page-custom16#content #page-content > h6, .page-custom17#content #page-content > h6, .page-custom18#content #page-content > h6, .page-custom19#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom20#content #page-content > h6, .page-custom202#content #page-content > h6, .page-custom21#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom24#content #page-content > h6, .page-custom25#content #page-content > h6, .page-custom26#content #page-content > h6, .page-custom27#content #page-content > h6, .page-custom28#content #page-content > h6, .page-custom29#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom30#content #page-content > h6, .page-custom31#content #page-content > h6, .page-custom32#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom35#content #page-content > h6, .page-custom36#content #page-content > h6, .page-custom37#content #page-content > h6, .page-custom38#content #page-content > h6, .page-custom39#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom40#content #page-content > h6, .page-custom41#content #page-content > h6, .page-custom42#content #page-content > h6, .page-custom43#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom46#content #page-content > h6, .page-custom47#content #page-content > h6, .page-custom48#content #page-content > h6, .page-custom49#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom50#content #page-content > h6, .page-custom51#content #page-content > h6, .page-custom52#content #page-content > h6, .page-custom53#content #page-content > h6, .page-custom54#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom57#content #page-content > h6, .page-custom58#content #page-content > h6, .page-custom59#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom60#content #page-content > h6, .page-custom61#content #page-content > h6, .page-custom62#content #page-content > h6, .page-custom63#content #page-content > h6, .page-custom64#content #page-content > h6, .page-custom65#content #page-content > h6, .page-custom66#content #page-content > h6, .page-custom67#content #page-content > h6, .page-custom68#content #page-content > h6, .page-custom69#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom70#content #page-content > h6, .page-custom71#content #page-content > h6, .page-custom72#content #page-content > h6, .page-custom73#content #page-content > h6, .page-custom74#content #page-content > h6, .page-custom75#content #page-content > h6, .page-custom76#content #page-content > h6, .page-custom77#content #page-content > h6, .page-custom78#content #page-content > h6, .page-custom79#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom80#content #page-content > h6, .page-custom81#content #page-content > h6, .page-custom82#content #page-content > h6, .page-custom83#content #page-content > h6, .page-custom84#content #page-content > h6, .page-custom85#content #page-content > h6, .page-custom86#content #page-content > h6, .page-custom87#content #page-content > h6, .page-custom88#content #page-content > h6, .page-custom89#content #page-content > h6, .page-custom9#content #page-content > h6, .page-custom90#content #page-content > h6, .page-custom91#content #page-content > h6, .page-custom92#content #page-content > h6, .page-custom93#content #page-content > h6, .page-custom94#content #page-content > h6, .page-custom95#content #page-content > h6, .page-custom96#content #page-content > h6, .page-custom97#content #page-content > h6, .page-custom98#content #page-content > h6, .page-custom99#content #page-content > h6, .page-toppage#content #page-content > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom100#content #page-content > hr, .page-custom101#content #page-content > hr, .page-custom102#content #page-content > hr, .page-custom103#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom13#content #page-content > hr, .page-custom14#content #page-content > hr, .page-custom15#content #page-content > hr, .page-custom16#content #page-content > hr, .page-custom17#content #page-content > hr, .page-custom18#content #page-content > hr, .page-custom19#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom20#content #page-content > hr, .page-custom202#content #page-content > hr, .page-custom21#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom24#content #page-content > hr, .page-custom25#content #page-content > hr, .page-custom26#content #page-content > hr, .page-custom27#content #page-content > hr, .page-custom28#content #page-content > hr, .page-custom29#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom30#content #page-content > hr, .page-custom31#content #page-content > hr, .page-custom32#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom35#content #page-content > hr, .page-custom36#content #page-content > hr, .page-custom37#content #page-content > hr, .page-custom38#content #page-content > hr, .page-custom39#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom40#content #page-content > hr, .page-custom41#content #page-content > hr, .page-custom42#content #page-content > hr, .page-custom43#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom46#content #page-content > hr, .page-custom47#content #page-content > hr, .page-custom48#content #page-content > hr, .page-custom49#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom50#content #page-content > hr, .page-custom51#content #page-content > hr, .page-custom52#content #page-content > hr, .page-custom53#content #page-content > hr, .page-custom54#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom57#content #page-content > hr, .page-custom58#content #page-content > hr, .page-custom59#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom60#content #page-content > hr, .page-custom61#content #page-content > hr, .page-custom62#content #page-content > hr, .page-custom63#content #page-content > hr, .page-custom64#content #page-content > hr, .page-custom65#content #page-content > hr, .page-custom66#content #page-content > hr, .page-custom67#content #page-content > hr, .page-custom68#content #page-content > hr, .page-custom69#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom70#content #page-content > hr, .page-custom71#content #page-content > hr, .page-custom72#content #page-content > hr, .page-custom73#content #page-content > hr, .page-custom74#content #page-content > hr, .page-custom75#content #page-content > hr, .page-custom76#content #page-content > hr, .page-custom77#content #page-content > hr, .page-custom78#content #page-content > hr, .page-custom79#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom80#content #page-content > hr, .page-custom81#content #page-content > hr, .page-custom82#content #page-content > hr, .page-custom83#content #page-content > hr, .page-custom84#content #page-content > hr, .page-custom85#content #page-content > hr, .page-custom86#content #page-content > hr, .page-custom87#content #page-content > hr, .page-custom88#content #page-content > hr, .page-custom89#content #page-content > hr, .page-custom9#content #page-content > hr, .page-custom90#content #page-content > hr, .page-custom91#content #page-content > hr, .page-custom92#content #page-content > hr, .page-custom93#content #page-content > hr, .page-custom94#content #page-content > hr, .page-custom95#content #page-content > hr, .page-custom96#content #page-content > hr, .page-custom97#content #page-content > hr, .page-custom98#content #page-content > hr, .page-custom99#content #page-content > hr, .page-toppage#content #page-content > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-blog#content #page-content > ins, .page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom10#content #page-content > ins, .page-custom100#content #page-content > ins, .page-custom101#content #page-content > ins, .page-custom102#content #page-content > ins, .page-custom103#content #page-content > ins, .page-custom11#content #page-content > ins, .page-custom12#content #page-content > ins, .page-custom13#content #page-content > ins, .page-custom14#content #page-content > ins, .page-custom15#content #page-content > ins, .page-custom16#content #page-content > ins, .page-custom17#content #page-content > ins, .page-custom18#content #page-content > ins, .page-custom19#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom20#content #page-content > ins, .page-custom202#content #page-content > ins, .page-custom21#content #page-content > ins, .page-custom22#content #page-content > ins, .page-custom23#content #page-content > ins, .page-custom24#content #page-content > ins, .page-custom25#content #page-content > ins, .page-custom26#content #page-content > ins, .page-custom27#content #page-content > ins, .page-custom28#content #page-content > ins, .page-custom29#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom30#content #page-content > ins, .page-custom31#content #page-content > ins, .page-custom32#content #page-content > ins, .page-custom33#content #page-content > ins, .page-custom34#content #page-content > ins, .page-custom35#content #page-content > ins, .page-custom36#content #page-content > ins, .page-custom37#content #page-content > ins, .page-custom38#content #page-content > ins, .page-custom39#content #page-content > ins, .page-custom4#content #page-content > ins, .page-custom40#content #page-content > ins, .page-custom41#content #page-content > ins, .page-custom42#content #page-content > ins, .page-custom43#content #page-content > ins, .page-custom44#content #page-content > ins, .page-custom45#content #page-content > ins, .page-custom46#content #page-content > ins, .page-custom47#content #page-content > ins, .page-custom48#content #page-content > ins, .page-custom49#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom50#content #page-content > ins, .page-custom51#content #page-content > ins, .page-custom52#content #page-content > ins, .page-custom53#content #page-content > ins, .page-custom54#content #page-content > ins, .page-custom55#content #page-content > ins, .page-custom56#content #page-content > ins, .page-custom57#content #page-content > ins, .page-custom58#content #page-content > ins, .page-custom59#content #page-content > ins, .page-custom6#content #page-content > ins, .page-custom60#content #page-content > ins, .page-custom61#content #page-content > ins, .page-custom62#content #page-content > ins, .page-custom63#content #page-content > ins, .page-custom64#content #page-content > ins, .page-custom65#content #page-content > ins, .page-custom66#content #page-content > ins, .page-custom67#content #page-content > ins, .page-custom68#content #page-content > ins, .page-custom69#content #page-content > ins, .page-custom7#content #page-content > ins, .page-custom70#content #page-content > ins, .page-custom71#content #page-content > ins, .page-custom72#content #page-content > ins, .page-custom73#content #page-content > ins, .page-custom74#content #page-content > ins, .page-custom75#content #page-content > ins, .page-custom76#content #page-content > ins, .page-custom77#content #page-content > ins, .page-custom78#content #page-content > ins, .page-custom79#content #page-content > ins, .page-custom8#content #page-content > ins, .page-custom80#content #page-content > ins, .page-custom81#content #page-content > ins, .page-custom82#content #page-content > ins, .page-custom83#content #page-content > ins, .page-custom84#content #page-content > ins, .page-custom85#content #page-content > ins, .page-custom86#content #page-content > ins, .page-custom87#content #page-content > ins, .page-custom88#content #page-content > ins, .page-custom89#content #page-content > ins, .page-custom9#content #page-content > ins, .page-custom90#content #page-content > ins, .page-custom91#content #page-content > ins, .page-custom92#content #page-content > ins, .page-custom93#content #page-content > ins, .page-custom94#content #page-content > ins, .page-custom95#content #page-content > ins, .page-custom96#content #page-content > ins, .page-custom97#content #page-content > ins, .page-custom98#content #page-content > ins, .page-custom99#content #page-content > ins, .page-toppage#content #page-content > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-blog#content #page-content > ol, .page-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom10#content #page-content > ol, .page-custom100#content #page-content > ol, .page-custom101#content #page-content > ol, .page-custom102#content #page-content > ol, .page-custom103#content #page-content > ol, .page-custom11#content #page-content > ol, .page-custom12#content #page-content > ol, .page-custom13#content #page-content > ol, .page-custom14#content #page-content > ol, .page-custom15#content #page-content > ol, .page-custom16#content #page-content > ol, .page-custom17#content #page-content > ol, .page-custom18#content #page-content > ol, .page-custom19#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom20#content #page-content > ol, .page-custom202#content #page-content > ol, .page-custom21#content #page-content > ol, .page-custom22#content #page-content > ol, .page-custom23#content #page-content > ol, .page-custom24#content #page-content > ol, .page-custom25#content #page-content > ol, .page-custom26#content #page-content > ol, .page-custom27#content #page-content > ol, .page-custom28#content #page-content > ol, .page-custom29#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom30#content #page-content > ol, .page-custom31#content #page-content > ol, .page-custom32#content #page-content > ol, .page-custom33#content #page-content > ol, .page-custom34#content #page-content > ol, .page-custom35#content #page-content > ol, .page-custom36#content #page-content > ol, .page-custom37#content #page-content > ol, .page-custom38#content #page-content > ol, .page-custom39#content #page-content > ol, .page-custom4#content #page-content > ol, .page-custom40#content #page-content > ol, .page-custom41#content #page-content > ol, .page-custom42#content #page-content > ol, .page-custom43#content #page-content > ol, .page-custom44#content #page-content > ol, .page-custom45#content #page-content > ol, .page-custom46#content #page-content > ol, .page-custom47#content #page-content > ol, .page-custom48#content #page-content > ol, .page-custom49#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom50#content #page-content > ol, .page-custom51#content #page-content > ol, .page-custom52#content #page-content > ol, .page-custom53#content #page-content > ol, .page-custom54#content #page-content > ol, .page-custom55#content #page-content > ol, .page-custom56#content #page-content > ol, .page-custom57#content #page-content > ol, .page-custom58#content #page-content > ol, .page-custom59#content #page-content > ol, .page-custom6#content #page-content > ol, .page-custom60#content #page-content > ol, .page-custom61#content #page-content > ol, .page-custom62#content #page-content > ol, .page-custom63#content #page-content > ol, .page-custom64#content #page-content > ol, .page-custom65#content #page-content > ol, .page-custom66#content #page-content > ol, .page-custom67#content #page-content > ol, .page-custom68#content #page-content > ol, .page-custom69#content #page-content > ol, .page-custom7#content #page-content > ol, .page-custom70#content #page-content > ol, .page-custom71#content #page-content > ol, .page-custom72#content #page-content > ol, .page-custom73#content #page-content > ol, .page-custom74#content #page-content > ol, .page-custom75#content #page-content > ol, .page-custom76#content #page-content > ol, .page-custom77#content #page-content > ol, .page-custom78#content #page-content > ol, .page-custom79#content #page-content > ol, .page-custom8#content #page-content > ol, .page-custom80#content #page-content > ol, .page-custom81#content #page-content > ol, .page-custom82#content #page-content > ol, .page-custom83#content #page-content > ol, .page-custom84#content #page-content > ol, .page-custom85#content #page-content > ol, .page-custom86#content #page-content > ol, .page-custom87#content #page-content > ol, .page-custom88#content #page-content > ol, .page-custom89#content #page-content > ol, .page-custom9#content #page-content > ol, .page-custom90#content #page-content > ol, .page-custom91#content #page-content > ol, .page-custom92#content #page-content > ol, .page-custom93#content #page-content > ol, .page-custom94#content #page-content > ol, .page-custom95#content #page-content > ol, .page-custom96#content #page-content > ol, .page-custom97#content #page-content > ol, .page-custom98#content #page-content > ol, .page-custom99#content #page-content > ol, .page-toppage#content #page-content > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-blog#content #page-content > ol ol, .page-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom10#content #page-content > ol ol, .page-custom100#content #page-content > ol ol, .page-custom101#content #page-content > ol ol, .page-custom102#content #page-content > ol ol, .page-custom103#content #page-content > ol ol, .page-custom11#content #page-content > ol ol, .page-custom12#content #page-content > ol ol, .page-custom13#content #page-content > ol ol, .page-custom14#content #page-content > ol ol, .page-custom15#content #page-content > ol ol, .page-custom16#content #page-content > ol ol, .page-custom17#content #page-content > ol ol, .page-custom18#content #page-content > ol ol, .page-custom19#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom20#content #page-content > ol ol, .page-custom202#content #page-content > ol ol, .page-custom21#content #page-content > ol ol, .page-custom22#content #page-content > ol ol, .page-custom23#content #page-content > ol ol, .page-custom24#content #page-content > ol ol, .page-custom25#content #page-content > ol ol, .page-custom26#content #page-content > ol ol, .page-custom27#content #page-content > ol ol, .page-custom28#content #page-content > ol ol, .page-custom29#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom30#content #page-content > ol ol, .page-custom31#content #page-content > ol ol, .page-custom32#content #page-content > ol ol, .page-custom33#content #page-content > ol ol, .page-custom34#content #page-content > ol ol, .page-custom35#content #page-content > ol ol, .page-custom36#content #page-content > ol ol, .page-custom37#content #page-content > ol ol, .page-custom38#content #page-content > ol ol, .page-custom39#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-custom40#content #page-content > ol ol, .page-custom41#content #page-content > ol ol, .page-custom42#content #page-content > ol ol, .page-custom43#content #page-content > ol ol, .page-custom44#content #page-content > ol ol, .page-custom45#content #page-content > ol ol, .page-custom46#content #page-content > ol ol, .page-custom47#content #page-content > ol ol, .page-custom48#content #page-content > ol ol, .page-custom49#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom50#content #page-content > ol ol, .page-custom51#content #page-content > ol ol, .page-custom52#content #page-content > ol ol, .page-custom53#content #page-content > ol ol, .page-custom54#content #page-content > ol ol, .page-custom55#content #page-content > ol ol, .page-custom56#content #page-content > ol ol, .page-custom57#content #page-content > ol ol, .page-custom58#content #page-content > ol ol, .page-custom59#content #page-content > ol ol, .page-custom6#content #page-content > ol ol, .page-custom60#content #page-content > ol ol, .page-custom61#content #page-content > ol ol, .page-custom62#content #page-content > ol ol, .page-custom63#content #page-content > ol ol, .page-custom64#content #page-content > ol ol, .page-custom65#content #page-content > ol ol, .page-custom66#content #page-content > ol ol, .page-custom67#content #page-content > ol ol, .page-custom68#content #page-content > ol ol, .page-custom69#content #page-content > ol ol, .page-custom7#content #page-content > ol ol, .page-custom70#content #page-content > ol ol, .page-custom71#content #page-content > ol ol, .page-custom72#content #page-content > ol ol, .page-custom73#content #page-content > ol ol, .page-custom74#content #page-content > ol ol, .page-custom75#content #page-content > ol ol, .page-custom76#content #page-content > ol ol, .page-custom77#content #page-content > ol ol, .page-custom78#content #page-content > ol ol, .page-custom79#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-custom80#content #page-content > ol ol, .page-custom81#content #page-content > ol ol, .page-custom82#content #page-content > ol ol, .page-custom83#content #page-content > ol ol, .page-custom84#content #page-content > ol ol, .page-custom85#content #page-content > ol ol, .page-custom86#content #page-content > ol ol, .page-custom87#content #page-content > ol ol, .page-custom88#content #page-content > ol ol, .page-custom89#content #page-content > ol ol, .page-custom9#content #page-content > ol ol, .page-custom90#content #page-content > ol ol, .page-custom91#content #page-content > ol ol, .page-custom92#content #page-content > ol ol, .page-custom93#content #page-content > ol ol, .page-custom94#content #page-content > ol ol, .page-custom95#content #page-content > ol ol, .page-custom96#content #page-content > ol ol, .page-custom97#content #page-content > ol ol, .page-custom98#content #page-content > ol ol, .page-custom99#content #page-content > ol ol, .page-toppage#content #page-content > ol ol{
  margin-bottom : 0px;
}

.page-blog#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom100#content #page-content > p, .page-custom101#content #page-content > p, .page-custom102#content #page-content > p, .page-custom103#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom13#content #page-content > p, .page-custom14#content #page-content > p, .page-custom15#content #page-content > p, .page-custom16#content #page-content > p, .page-custom17#content #page-content > p, .page-custom18#content #page-content > p, .page-custom19#content #page-content > p, .page-custom2#content #page-content > p, .page-custom20#content #page-content > p, .page-custom202#content #page-content > p, .page-custom21#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom24#content #page-content > p, .page-custom25#content #page-content > p, .page-custom26#content #page-content > p, .page-custom27#content #page-content > p, .page-custom28#content #page-content > p, .page-custom29#content #page-content > p, .page-custom3#content #page-content > p, .page-custom30#content #page-content > p, .page-custom31#content #page-content > p, .page-custom32#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom35#content #page-content > p, .page-custom36#content #page-content > p, .page-custom37#content #page-content > p, .page-custom38#content #page-content > p, .page-custom39#content #page-content > p, .page-custom4#content #page-content > p, .page-custom40#content #page-content > p, .page-custom41#content #page-content > p, .page-custom42#content #page-content > p, .page-custom43#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom46#content #page-content > p, .page-custom47#content #page-content > p, .page-custom48#content #page-content > p, .page-custom49#content #page-content > p, .page-custom5#content #page-content > p, .page-custom50#content #page-content > p, .page-custom51#content #page-content > p, .page-custom52#content #page-content > p, .page-custom53#content #page-content > p, .page-custom54#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom57#content #page-content > p, .page-custom58#content #page-content > p, .page-custom59#content #page-content > p, .page-custom6#content #page-content > p, .page-custom60#content #page-content > p, .page-custom61#content #page-content > p, .page-custom62#content #page-content > p, .page-custom63#content #page-content > p, .page-custom64#content #page-content > p, .page-custom65#content #page-content > p, .page-custom66#content #page-content > p, .page-custom67#content #page-content > p, .page-custom68#content #page-content > p, .page-custom69#content #page-content > p, .page-custom7#content #page-content > p, .page-custom70#content #page-content > p, .page-custom71#content #page-content > p, .page-custom72#content #page-content > p, .page-custom73#content #page-content > p, .page-custom74#content #page-content > p, .page-custom75#content #page-content > p, .page-custom76#content #page-content > p, .page-custom77#content #page-content > p, .page-custom78#content #page-content > p, .page-custom79#content #page-content > p, .page-custom8#content #page-content > p, .page-custom80#content #page-content > p, .page-custom81#content #page-content > p, .page-custom82#content #page-content > p, .page-custom83#content #page-content > p, .page-custom84#content #page-content > p, .page-custom85#content #page-content > p, .page-custom86#content #page-content > p, .page-custom87#content #page-content > p, .page-custom88#content #page-content > p, .page-custom89#content #page-content > p, .page-custom9#content #page-content > p, .page-custom90#content #page-content > p, .page-custom91#content #page-content > p, .page-custom92#content #page-content > p, .page-custom93#content #page-content > p, .page-custom94#content #page-content > p, .page-custom95#content #page-content > p, .page-custom96#content #page-content > p, .page-custom97#content #page-content > p, .page-custom98#content #page-content > p, .page-custom99#content #page-content > p, .page-toppage#content #page-content > p{
  margin-top : 0px;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > pre, .page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom10#content #page-content > pre, .page-custom100#content #page-content > pre, .page-custom101#content #page-content > pre, .page-custom102#content #page-content > pre, .page-custom103#content #page-content > pre, .page-custom11#content #page-content > pre, .page-custom12#content #page-content > pre, .page-custom13#content #page-content > pre, .page-custom14#content #page-content > pre, .page-custom15#content #page-content > pre, .page-custom16#content #page-content > pre, .page-custom17#content #page-content > pre, .page-custom18#content #page-content > pre, .page-custom19#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom20#content #page-content > pre, .page-custom202#content #page-content > pre, .page-custom21#content #page-content > pre, .page-custom22#content #page-content > pre, .page-custom23#content #page-content > pre, .page-custom24#content #page-content > pre, .page-custom25#content #page-content > pre, .page-custom26#content #page-content > pre, .page-custom27#content #page-content > pre, .page-custom28#content #page-content > pre, .page-custom29#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom30#content #page-content > pre, .page-custom31#content #page-content > pre, .page-custom32#content #page-content > pre, .page-custom33#content #page-content > pre, .page-custom34#content #page-content > pre, .page-custom35#content #page-content > pre, .page-custom36#content #page-content > pre, .page-custom37#content #page-content > pre, .page-custom38#content #page-content > pre, .page-custom39#content #page-content > pre, .page-custom4#content #page-content > pre, .page-custom40#content #page-content > pre, .page-custom41#content #page-content > pre, .page-custom42#content #page-content > pre, .page-custom43#content #page-content > pre, .page-custom44#content #page-content > pre, .page-custom45#content #page-content > pre, .page-custom46#content #page-content > pre, .page-custom47#content #page-content > pre, .page-custom48#content #page-content > pre, .page-custom49#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom50#content #page-content > pre, .page-custom51#content #page-content > pre, .page-custom52#content #page-content > pre, .page-custom53#content #page-content > pre, .page-custom54#content #page-content > pre, .page-custom55#content #page-content > pre, .page-custom56#content #page-content > pre, .page-custom57#content #page-content > pre, .page-custom58#content #page-content > pre, .page-custom59#content #page-content > pre, .page-custom6#content #page-content > pre, .page-custom60#content #page-content > pre, .page-custom61#content #page-content > pre, .page-custom62#content #page-content > pre, .page-custom63#content #page-content > pre, .page-custom64#content #page-content > pre, .page-custom65#content #page-content > pre, .page-custom66#content #page-content > pre, .page-custom67#content #page-content > pre, .page-custom68#content #page-content > pre, .page-custom69#content #page-content > pre, .page-custom7#content #page-content > pre, .page-custom70#content #page-content > pre, .page-custom71#content #page-content > pre, .page-custom72#content #page-content > pre, .page-custom73#content #page-content > pre, .page-custom74#content #page-content > pre, .page-custom75#content #page-content > pre, .page-custom76#content #page-content > pre, .page-custom77#content #page-content > pre, .page-custom78#content #page-content > pre, .page-custom79#content #page-content > pre, .page-custom8#content #page-content > pre, .page-custom80#content #page-content > pre, .page-custom81#content #page-content > pre, .page-custom82#content #page-content > pre, .page-custom83#content #page-content > pre, .page-custom84#content #page-content > pre, .page-custom85#content #page-content > pre, .page-custom86#content #page-content > pre, .page-custom87#content #page-content > pre, .page-custom88#content #page-content > pre, .page-custom89#content #page-content > pre, .page-custom9#content #page-content > pre, .page-custom90#content #page-content > pre, .page-custom91#content #page-content > pre, .page-custom92#content #page-content > pre, .page-custom93#content #page-content > pre, .page-custom94#content #page-content > pre, .page-custom95#content #page-content > pre, .page-custom96#content #page-content > pre, .page-custom97#content #page-content > pre, .page-custom98#content #page-content > pre, .page-custom99#content #page-content > pre, .page-toppage#content #page-content > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#sp-block-container-1{
  color : white;
  background-color : #44474f;
}

#sp-block-container-1 .copyright{
  color : #ffffff;
  text-align : center;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

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

  #sp-block-container-1{
    padding-top : 25px;
    padding-left : 1000px;
    padding-right : 1000px;
    padding-bottom : 25px;
    margin-top : 0px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
  }
}

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

  #sp-block-container-1{
    padding-top : 1em;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 1em;
  }
}

#sp-definition-list-1, #sp-definition-list-10, #sp-definition-list-11, #sp-definition-list-12, #sp-definition-list-13, #sp-definition-list-14, #sp-definition-list-15, #sp-definition-list-16, #sp-definition-list-17, #sp-definition-list-18, #sp-definition-list-19, #sp-definition-list-2, #sp-definition-list-20, #sp-definition-list-21, #sp-definition-list-22, #sp-definition-list-23, #sp-definition-list-24, #sp-definition-list-25, #sp-definition-list-26, #sp-definition-list-27, #sp-definition-list-28, #sp-definition-list-29, #sp-definition-list-3, #sp-definition-list-30, #sp-definition-list-31, #sp-definition-list-32, #sp-definition-list-33, #sp-definition-list-34, #sp-definition-list-35, #sp-definition-list-36, #sp-definition-list-37, #sp-definition-list-38, #sp-definition-list-39, #sp-definition-list-4, #sp-definition-list-40, #sp-definition-list-41, #sp-definition-list-42, #sp-definition-list-43, #sp-definition-list-44, #sp-definition-list-45, #sp-definition-list-46, #sp-definition-list-47, #sp-definition-list-48, #sp-definition-list-49, #sp-definition-list-5, #sp-definition-list-50, #sp-definition-list-51, #sp-definition-list-52, #sp-definition-list-53, #sp-definition-list-54, #sp-definition-list-55, #sp-definition-list-56, #sp-definition-list-57, #sp-definition-list-58, #sp-definition-list-59, #sp-definition-list-6, #sp-definition-list-60, #sp-definition-list-61, #sp-definition-list-62, #sp-definition-list-63, #sp-definition-list-64, #sp-definition-list-65, #sp-definition-list-66, #sp-definition-list-67, #sp-definition-list-68, #sp-definition-list-69, #sp-definition-list-7, #sp-definition-list-70, #sp-definition-list-71, #sp-definition-list-72, #sp-definition-list-73, #sp-definition-list-74, #sp-definition-list-75, #sp-definition-list-76, #sp-definition-list-77, #sp-definition-list-78, #sp-definition-list-79, #sp-definition-list-8, #sp-definition-list-80, #sp-definition-list-81, #sp-definition-list-82, #sp-definition-list-83, #sp-definition-list-84, #sp-definition-list-85, #sp-definition-list-86, #sp-definition-list-87, #sp-definition-list-88, #sp-definition-list-89, #sp-definition-list-9, #sp-definition-list-90, #sp-definition-list-91{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-1 dd, #sp-definition-list-10 dd, #sp-definition-list-11 dd, #sp-definition-list-12 dd, #sp-definition-list-13 dd, #sp-definition-list-14 dd, #sp-definition-list-15 dd, #sp-definition-list-16 dd, #sp-definition-list-17 dd, #sp-definition-list-18 dd, #sp-definition-list-19 dd, #sp-definition-list-2 dd, #sp-definition-list-20 dd, #sp-definition-list-21 dd, #sp-definition-list-22 dd, #sp-definition-list-23 dd, #sp-definition-list-24 dd, #sp-definition-list-25 dd, #sp-definition-list-26 dd, #sp-definition-list-27 dd, #sp-definition-list-28 dd, #sp-definition-list-29 dd, #sp-definition-list-3 dd, #sp-definition-list-30 dd, #sp-definition-list-31 dd, #sp-definition-list-32 dd, #sp-definition-list-33 dd, #sp-definition-list-34 dd, #sp-definition-list-35 dd, #sp-definition-list-36 dd, #sp-definition-list-37 dd, #sp-definition-list-38 dd, #sp-definition-list-39 dd, #sp-definition-list-4 dd, #sp-definition-list-40 dd, #sp-definition-list-41 dd, #sp-definition-list-42 dd, #sp-definition-list-43 dd, #sp-definition-list-44 dd, #sp-definition-list-45 dd, #sp-definition-list-46 dd, #sp-definition-list-47 dd, #sp-definition-list-48 dd, #sp-definition-list-49 dd, #sp-definition-list-5 dd, #sp-definition-list-50 dd, #sp-definition-list-51 dd, #sp-definition-list-52 dd, #sp-definition-list-53 dd, #sp-definition-list-54 dd, #sp-definition-list-55 dd, #sp-definition-list-56 dd, #sp-definition-list-57 dd, #sp-definition-list-58 dd, #sp-definition-list-59 dd, #sp-definition-list-6 dd, #sp-definition-list-60 dd, #sp-definition-list-61 dd, #sp-definition-list-62 dd, #sp-definition-list-63 dd, #sp-definition-list-64 dd, #sp-definition-list-65 dd, #sp-definition-list-66 dd, #sp-definition-list-67 dd, #sp-definition-list-68 dd, #sp-definition-list-69 dd, #sp-definition-list-7 dd, #sp-definition-list-70 dd, #sp-definition-list-71 dd, #sp-definition-list-72 dd, #sp-definition-list-73 dd, #sp-definition-list-74 dd, #sp-definition-list-75 dd, #sp-definition-list-76 dd, #sp-definition-list-77 dd, #sp-definition-list-78 dd, #sp-definition-list-79 dd, #sp-definition-list-8 dd, #sp-definition-list-80 dd, #sp-definition-list-81 dd, #sp-definition-list-82 dd, #sp-definition-list-83 dd, #sp-definition-list-84 dd, #sp-definition-list-85 dd, #sp-definition-list-86 dd, #sp-definition-list-87 dd, #sp-definition-list-88 dd, #sp-definition-list-89 dd, #sp-definition-list-9 dd, #sp-definition-list-90 dd, #sp-definition-list-91 dd{
  padding-top : 13px;
  padding-left : 16px;
  padding-right : 0px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-1 dt, #sp-definition-list-10 dt, #sp-definition-list-11 dt, #sp-definition-list-12 dt, #sp-definition-list-13 dt, #sp-definition-list-14 dt, #sp-definition-list-15 dt, #sp-definition-list-16 dt, #sp-definition-list-17 dt, #sp-definition-list-18 dt, #sp-definition-list-19 dt, #sp-definition-list-2 dt, #sp-definition-list-20 dt, #sp-definition-list-21 dt, #sp-definition-list-22 dt, #sp-definition-list-23 dt, #sp-definition-list-24 dt, #sp-definition-list-25 dt, #sp-definition-list-26 dt, #sp-definition-list-27 dt, #sp-definition-list-28 dt, #sp-definition-list-29 dt, #sp-definition-list-3 dt, #sp-definition-list-30 dt, #sp-definition-list-31 dt, #sp-definition-list-32 dt, #sp-definition-list-33 dt, #sp-definition-list-34 dt, #sp-definition-list-35 dt, #sp-definition-list-36 dt, #sp-definition-list-37 dt, #sp-definition-list-38 dt, #sp-definition-list-39 dt, #sp-definition-list-4 dt, #sp-definition-list-40 dt, #sp-definition-list-41 dt, #sp-definition-list-42 dt, #sp-definition-list-43 dt, #sp-definition-list-44 dt, #sp-definition-list-45 dt, #sp-definition-list-46 dt, #sp-definition-list-47 dt, #sp-definition-list-48 dt, #sp-definition-list-49 dt, #sp-definition-list-5 dt, #sp-definition-list-50 dt, #sp-definition-list-51 dt, #sp-definition-list-52 dt, #sp-definition-list-53 dt, #sp-definition-list-54 dt, #sp-definition-list-55 dt, #sp-definition-list-56 dt, #sp-definition-list-57 dt, #sp-definition-list-58 dt, #sp-definition-list-59 dt, #sp-definition-list-6 dt, #sp-definition-list-60 dt, #sp-definition-list-61 dt, #sp-definition-list-62 dt, #sp-definition-list-63 dt, #sp-definition-list-64 dt, #sp-definition-list-65 dt, #sp-definition-list-66 dt, #sp-definition-list-67 dt, #sp-definition-list-68 dt, #sp-definition-list-69 dt, #sp-definition-list-7 dt, #sp-definition-list-70 dt, #sp-definition-list-71 dt, #sp-definition-list-72 dt, #sp-definition-list-73 dt, #sp-definition-list-74 dt, #sp-definition-list-75 dt, #sp-definition-list-76 dt, #sp-definition-list-77 dt, #sp-definition-list-78 dt, #sp-definition-list-79 dt, #sp-definition-list-8 dt, #sp-definition-list-80 dt, #sp-definition-list-81 dt, #sp-definition-list-82 dt, #sp-definition-list-83 dt, #sp-definition-list-84 dt, #sp-definition-list-85 dt, #sp-definition-list-86 dt, #sp-definition-list-87 dt, #sp-definition-list-88 dt, #sp-definition-list-89 dt, #sp-definition-list-9 dt, #sp-definition-list-90 dt, #sp-definition-list-91 dt{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #858585;
}

#sp-definition-list-1 > dd, #sp-definition-list-10 > dd, #sp-definition-list-11 > dd, #sp-definition-list-12 > dd, #sp-definition-list-13 > dd, #sp-definition-list-14 > dd, #sp-definition-list-15 > dd, #sp-definition-list-16 > dd, #sp-definition-list-17 > dd, #sp-definition-list-18 > dd, #sp-definition-list-19 > dd, #sp-definition-list-2 > dd, #sp-definition-list-20 > dd, #sp-definition-list-21 > dd, #sp-definition-list-22 > dd, #sp-definition-list-23 > dd, #sp-definition-list-24 > dd, #sp-definition-list-25 > dd, #sp-definition-list-26 > dd, #sp-definition-list-27 > dd, #sp-definition-list-28 > dd, #sp-definition-list-29 > dd, #sp-definition-list-3 > dd, #sp-definition-list-30 > dd, #sp-definition-list-31 > dd, #sp-definition-list-32 > dd, #sp-definition-list-33 > dd, #sp-definition-list-34 > dd, #sp-definition-list-35 > dd, #sp-definition-list-36 > dd, #sp-definition-list-37 > dd, #sp-definition-list-38 > dd, #sp-definition-list-39 > dd, #sp-definition-list-4 > dd, #sp-definition-list-40 > dd, #sp-definition-list-41 > dd, #sp-definition-list-42 > dd, #sp-definition-list-43 > dd, #sp-definition-list-44 > dd, #sp-definition-list-45 > dd, #sp-definition-list-46 > dd, #sp-definition-list-47 > dd, #sp-definition-list-48 > dd, #sp-definition-list-49 > dd, #sp-definition-list-5 > dd, #sp-definition-list-50 > dd, #sp-definition-list-51 > dd, #sp-definition-list-52 > dd, #sp-definition-list-53 > dd, #sp-definition-list-54 > dd, #sp-definition-list-55 > dd, #sp-definition-list-56 > dd, #sp-definition-list-57 > dd, #sp-definition-list-58 > dd, #sp-definition-list-59 > dd, #sp-definition-list-6 > dd, #sp-definition-list-60 > dd, #sp-definition-list-61 > dd, #sp-definition-list-62 > dd, #sp-definition-list-63 > dd, #sp-definition-list-64 > dd, #sp-definition-list-65 > dd, #sp-definition-list-66 > dd, #sp-definition-list-67 > dd, #sp-definition-list-68 > dd, #sp-definition-list-69 > dd, #sp-definition-list-7 > dd, #sp-definition-list-70 > dd, #sp-definition-list-71 > dd, #sp-definition-list-72 > dd, #sp-definition-list-73 > dd, #sp-definition-list-74 > dd, #sp-definition-list-75 > dd, #sp-definition-list-76 > dd, #sp-definition-list-77 > dd, #sp-definition-list-78 > dd, #sp-definition-list-79 > dd, #sp-definition-list-8 > dd, #sp-definition-list-80 > dd, #sp-definition-list-81 > dd, #sp-definition-list-82 > dd, #sp-definition-list-83 > dd, #sp-definition-list-84 > dd, #sp-definition-list-85 > dd, #sp-definition-list-86 > dd, #sp-definition-list-87 > dd, #sp-definition-list-88 > dd, #sp-definition-list-89 > dd, #sp-definition-list-9 > dd, #sp-definition-list-90 > dd, #sp-definition-list-91 > dd{
  color : #333333;
}

