
<!--

#colophon{
  background-color : #f9fcee;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #97ca00;
}

#content{
  min-height : 50px;
}

#contenthead {
}

#main-inner::after{
  clear : both;
  display : table;
  content : "";
}

#main::after{
  clear : both;
  display : table;
  content : "";
}

#masthead{
  margin-bottom : 0px;
}

#page{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

.entry-content{
  font-size : 1.4rem;
}

.hpb-viewtype-full > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-simple > article::after{
  clear : both;
  display : table;
  content : "";
}

.hpb-viewtype-thumbnail > article::after{
  clear : both;
  display : table;
  content : "";
}

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

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

.searchform::after{
  clear : both;
  display : table;
  content : "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

.sp-form textarea[name="message"]{
  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.masonry > ul > li{
  height : auto !important;
}

.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;
  line-height : 17px;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-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 : #6f9502;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:hover{
  text-decoration : underline;
}

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 : transparent;
  background-image : url(img/image17.PNG);
  background-repeat : repeat;
  background-size : auto auto,auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

img{
  max-width : 100%;
  height : auto;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

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

  #content{
    min-height : 50px;
  }

  #contenthead > a{
    background-color : #f5fae6;
    margin-left : -100%;
    margin-right : -100%;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #d7d7d7;
  }

  #contenthead > a::after{
    background-color : #ffffff;
    width : 100%;
    height : 4px;
    display : block;
    content : "";
  }

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

  #main-inner #contenthead > nav{
    padding-left : 0px;
    padding-right : 0px;
    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;
    box-sizing : content-box;
  }

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

  .home #contenthead{
    margin-bottom : 30px;
  }

  .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{
    background-color : #ffffff;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : medium;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : none;
    border-top-color : #3c3f53;
    border-left-color : #3c3f53;
    border-right-color : #3c3f53;
    border-bottom-color : initial;
    width : auto;
    min-width : 150px;
    display : none;
    position : absolute;
    top : 100%;
    left : 0px;
    z-index : 9999;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    width : 1000px;
  }

  #contenthead{
    width : 1000px;
  }
}

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

  #colophon::before{
    border-top-width : 2px;
    border-top-style : solid;
    border-top-color : #ffffff;
    width : 100%;
    display : block;
    content : "";
  }

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

  #contenthead > a{
    background-color : #f5fae6;
    padding-left : 10px;
    padding-right : 10px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #d7d7d7;
  }

  #contenthead > a::after{
    background-color : #ffffff;
    width : 100%;
    height : 1px;
    display : block;
    content : "";
  }

  #masthead{
    margin-bottom : 0px;
  }

  *{
    box-sizing : border-box;
  }

  .home #contenthead{
    margin-bottom : 20px;
  }

  .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-sidebar{
    padding-left : 10px;
    padding-right : 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-list-1, #sp-list-5, #sp-list-6, #sp-list-7{
  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-type : none;
  list-style-position : outside;
}

#sp-list-1 > li, #sp-list-5 > li, #sp-list-6 > li, #sp-list-7 > li{
  background-color : transparent;
  background-image : url(img/icon-arrow-03.gif);
  background-repeat : no-repeat;
  background-attachment : scroll;
  background-position : left 0.5em;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-list-1 > ul, #sp-list-5 > ul, #sp-list-6 > ul, #sp-list-7 > ul{
  margin-bottom : 0px;
}

#sp-button-14 > a{
  font-size : 1.2rem;
  color : #555555;
  background-color : #f7f7f7;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 5px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #dfdfdf;
  border-left-color : #dfdfdf;
  border-right-color : #dfdfdf;
  border-bottom-color : #dfdfdf;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
}

#sp-button-14 > a::before{
  background-image : url(img/icon-arrow-02.gif);
  vertical-align : middle;
  margin-right : 10px;
  width : 4px;
  height : 7px;
  display : inline-block;
  content : "";
}

#sp-button-10 > a, #sp-button-12 > a, #sp-button-22 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a, #sp-button-9 > a{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #97ca00;
  text-decoration : none;
  text-align : center;
  padding-top : 7px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-button-10 > a::before, #sp-button-12 > a::before, #sp-button-22 > a::before, #sp-button-5 > a::before, #sp-button-6 > a::before, #sp-button-7 > a::before, #sp-button-8 > a::before, #sp-button-9 > a::before{
  background-image : url(img/icon-arrow-04.gif);
  vertical-align : middle;
  margin-right : 10px;
  width : 4px;
  height : 7px;
  display : inline-block;
  content : "";
}

.page-access#content #page-content, .page-blog1#content #page-content, .page-concept#content #page-content, .page-contact#content #page-content, .page-custom2#content #page-content, .page-custom3#content #page-content, .page-custom5#content #page-content, .page-custom6#content #page-content, .page-custom8#content #page-content, .page-news#content #page-content, .page-posto2_archive#content #page-content, .page-privacy#content #page-content, .page-recruit#content #page-content, .page-service#content #page-content, .page-toppage#content #page-content{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 23px;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-bottom : 23px;
  border-top-width : medium;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.page-access#content #page-content > blockquote, .page-blog1#content #page-content > blockquote, .page-concept#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom6#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-news#content #page-content > blockquote, .page-posto2_archive#content #page-content > blockquote, .page-privacy#content #page-content > blockquote, .page-recruit#content #page-content > blockquote, .page-service#content #page-content > blockquote, .page-toppage#content #page-content > blockquote{
  background-color : #f8f8f8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 1em;
  padding-left : 30px;
  padding-right : 30px;
  padding-bottom : 1em;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  -webkit-border-radius : 3px;
}

.page-access#content #page-content > blockquote p, .page-blog1#content #page-content > blockquote p, .page-concept#content #page-content > blockquote p, .page-contact#content #page-content > blockquote p, .page-custom2#content #page-content > blockquote p, .page-custom3#content #page-content > blockquote p, .page-custom5#content #page-content > blockquote p, .page-custom6#content #page-content > blockquote p, .page-custom8#content #page-content > blockquote p, .page-news#content #page-content > blockquote p, .page-posto2_archive#content #page-content > blockquote p, .page-privacy#content #page-content > blockquote p, .page-recruit#content #page-content > blockquote p, .page-service#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-access#content #page-content > h1, .page-blog1#content #page-content > h1, .page-concept#content #page-content > h1, .page-contact#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom8#content #page-content > h1, .page-news#content #page-content > h1, .page-posto2_archive#content #page-content > h1, .page-privacy#content #page-content > h1, .page-recruit#content #page-content > h1, .page-service#content #page-content > h1, .page-toppage#content #page-content > h1{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #97ca00;
  clear : both;
}

.page-access#content #page-content > h2, .page-blog1#content #page-content > h2, .page-concept#content #page-content > h2, .page-contact#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom8#content #page-content > h2, .page-news#content #page-content > h2, .page-posto2_archive#content #page-content > h2, .page-privacy#content #page-content > h2, .page-recruit#content #page-content > h2, .page-service#content #page-content > h2, .page-toppage#content #page-content > h2{
  font-size : 1.6rem;
  font-weight : bold;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h3, .page-blog1#content #page-content > h3, .page-concept#content #page-content > h3, .page-contact#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom8#content #page-content > h3, .page-news#content #page-content > h3, .page-posto2_archive#content #page-content > h3, .page-privacy#content #page-content > h3, .page-recruit#content #page-content > h3, .page-service#content #page-content > h3, .page-toppage#content #page-content > h3{
  font-size : 1.6rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h4, .page-blog1#content #page-content > h4, .page-concept#content #page-content > h4, .page-contact#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom8#content #page-content > h4, .page-news#content #page-content > h4, .page-posto2_archive#content #page-content > h4, .page-privacy#content #page-content > h4, .page-recruit#content #page-content > h4, .page-service#content #page-content > h4, .page-toppage#content #page-content > h4{
  font-size : 1.5rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h5, .page-blog1#content #page-content > h5, .page-concept#content #page-content > h5, .page-contact#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom8#content #page-content > h5, .page-news#content #page-content > h5, .page-posto2_archive#content #page-content > h5, .page-privacy#content #page-content > h5, .page-recruit#content #page-content > h5, .page-service#content #page-content > h5, .page-toppage#content #page-content > h5{
  font-size : 1.4rem;
  font-weight : normal;
  margin-bottom : 21px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > h6, .page-blog1#content #page-content > h6, .page-concept#content #page-content > h6, .page-contact#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom8#content #page-content > h6, .page-news#content #page-content > h6, .page-posto2_archive#content #page-content > h6, .page-privacy#content #page-content > h6, .page-recruit#content #page-content > h6, .page-service#content #page-content > h6, .page-toppage#content #page-content > h6{
  font-size : 1.3rem;
  font-weight : normal;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #bfbfbf;
  clear : both;
}

.page-access#content #page-content > hr, .page-blog1#content #page-content > hr, .page-concept#content #page-content > hr, .page-contact#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom8#content #page-content > hr, .page-news#content #page-content > hr, .page-posto2_archive#content #page-content > hr, .page-privacy#content #page-content > hr, .page-recruit#content #page-content > hr, .page-service#content #page-content > hr, .page-toppage#content #page-content > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #97ca00;
}

.page-access#content #page-content > img, .page-blog1#content #page-content > img, .page-concept#content #page-content > img, .page-contact#content #page-content > img, .page-custom2#content #page-content > img, .page-custom3#content #page-content > img, .page-custom5#content #page-content > img, .page-custom6#content #page-content > img, .page-custom8#content #page-content > img, .page-news#content #page-content > img, .page-posto2_archive#content #page-content > img, .page-privacy#content #page-content > img, .page-recruit#content #page-content > img, .page-service#content #page-content > img, .page-toppage#content #page-content > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > ins, .page-blog1#content #page-content > ins, .page-concept#content #page-content > ins, .page-contact#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom6#content #page-content > ins, .page-custom8#content #page-content > ins, .page-news#content #page-content > ins, .page-posto2_archive#content #page-content > ins, .page-privacy#content #page-content > ins, .page-recruit#content #page-content > ins, .page-service#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-access#content #page-content > ol, .page-blog1#content #page-content > ol, .page-concept#content #page-content > ol, .page-contact#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom6#content #page-content > ol, .page-custom8#content #page-content > ol, .page-news#content #page-content > ol, .page-posto2_archive#content #page-content > ol, .page-privacy#content #page-content > ol, .page-recruit#content #page-content > ol, .page-service#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-access#content #page-content > ol ol, .page-blog1#content #page-content > ol ol, .page-concept#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom6#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-news#content #page-content > ol ol, .page-posto2_archive#content #page-content > ol ol, .page-privacy#content #page-content > ol ol, .page-recruit#content #page-content > ol ol, .page-service#content #page-content > ol ol, .page-toppage#content #page-content > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-blog1#content #page-content > p, .page-concept#content #page-content > p, .page-contact#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom5#content #page-content > p, .page-custom6#content #page-content > p, .page-custom8#content #page-content > p, .page-news#content #page-content > p, .page-posto2_archive#content #page-content > p, .page-privacy#content #page-content > p, .page-recruit#content #page-content > p, .page-service#content #page-content > p, .page-toppage#content #page-content > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > p:first-child, .page-blog1#content #page-content > p:first-child, .page-concept#content #page-content > p:first-child, .page-contact#content #page-content > p:first-child, .page-custom2#content #page-content > p:first-child, .page-custom3#content #page-content > p:first-child, .page-custom5#content #page-content > p:first-child, .page-custom6#content #page-content > p:first-child, .page-custom8#content #page-content > p:first-child, .page-news#content #page-content > p:first-child, .page-posto2_archive#content #page-content > p:first-child, .page-privacy#content #page-content > p:first-child, .page-recruit#content #page-content > p:first-child, .page-service#content #page-content > p:first-child, .page-toppage#content #page-content > p:first-child{
  margin-top : 0px;
}

.page-access#content #page-content > pre, .page-blog1#content #page-content > pre, .page-concept#content #page-content > pre, .page-contact#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom6#content #page-content > pre, .page-custom8#content #page-content > pre, .page-news#content #page-content > pre, .page-posto2_archive#content #page-content > pre, .page-privacy#content #page-content > pre, .page-recruit#content #page-content > pre, .page-service#content #page-content > pre, .page-toppage#content #page-content > pre{
  background-color : #f5f5f5;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#breadcrumb-list{
  font-size : 1.3rem;
  margin-left : auto;
  margin-right : auto;
  box-sizing : border-box;
}

#breadcrumb-list div{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 16px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
}

#post-list, #sp-wp-post-list-1, #sp-wp-post-list-3{
  padding-left : 0px;
  padding-right : 0px;
  margin-top : 0px;
  margin-bottom : 23px;
}

.hpb-viewtype-content#post-list, .hpb-viewtype-content#sp-wp-post-list-1, .hpb-viewtype-content#sp-wp-post-list-3{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-content#post-list > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-content#sp-wp-post-list-3 > .hpb-more-entry a{
  margin-right : 30px;
}

.hpb-viewtype-date#post-list, .hpb-viewtype-date#sp-wp-post-list-1, .hpb-viewtype-date#sp-wp-post-list-3{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-date#post-list > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-date#sp-wp-post-list-3 > .hpb-more-entry a{
  margin-right : 30px;
}

.hpb-viewtype-full#post-list h3, .hpb-viewtype-full#sp-wp-post-list-1 h3, .hpb-viewtype-full#sp-wp-post-list-3 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-full#post-list h3 a, .hpb-viewtype-full#sp-wp-post-list-1 h3 a, .hpb-viewtype-full#sp-wp-post-list-3 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-simple#post-list h3, .hpb-viewtype-simple#sp-wp-post-list-1 h3, .hpb-viewtype-simple#sp-wp-post-list-3 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-simple#post-list h3 a, .hpb-viewtype-simple#sp-wp-post-list-1 h3 a, .hpb-viewtype-simple#sp-wp-post-list-3 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-thumbnail#post-list h3, .hpb-viewtype-thumbnail#sp-wp-post-list-1 h3, .hpb-viewtype-thumbnail#sp-wp-post-list-3 h3{
  margin-bottom : 23px;
}

.hpb-viewtype-thumbnail#post-list h3 a, .hpb-viewtype-thumbnail#sp-wp-post-list-1 h3 a, .hpb-viewtype-thumbnail#sp-wp-post-list-3 h3 a{
  border-left-width : 1px;
  border-right-width : 1px;
  border-left-style : solid;
  border-right-style : solid;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
}

.hpb-viewtype-title#post-list, .hpb-viewtype-title#sp-wp-post-list-1, .hpb-viewtype-title#sp-wp-post-list-3{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-bottom : 30px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

.hpb-viewtype-title#post-list > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a, .hpb-viewtype-title#sp-wp-post-list-3 > .hpb-more-entry a{
  margin-right : 30px;
}

#post-list > .hpb-more-entry, #sp-wp-post-list-1 > .hpb-more-entry, #sp-wp-post-list-3 > .hpb-more-entry{
  font-size : 1.2rem;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  clear : both;
}

#post-list > .hpb-more-entry a, #sp-wp-post-list-1 > .hpb-more-entry a, #sp-wp-post-list-3 > .hpb-more-entry a{
  font-size : 1.2rem;
  color : #333333;
  background-color : #f7f7f7;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 5px;
  margin-top : 25px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #dfdfdf;
  border-left-color : #dfdfdf;
  border-right-color : #dfdfdf;
  border-bottom-color : #dfdfdf;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  display : inline-block;
}

#post-list > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-3 > article{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 24px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 23px;
  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 : #e3e3e3;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #e3e3e3;
  box-shadow : 0px 3px 0px 0px #eaeaea;
}

#post-list > article > div, #sp-wp-post-list-1 > article > div, #sp-wp-post-list-3 > article > div{
  padding-left : 30px;
  padding-right : 30px;
}

#post-list > article > footer .by-author, #sp-wp-post-list-1 > article > footer .by-author, #sp-wp-post-list-3 > article > footer .by-author{
  background-image : url(img/icon-author.gif);
}

#post-list > article > footer .cat-links, #sp-wp-post-list-1 > article > footer .cat-links, #sp-wp-post-list-3 > article > footer .cat-links{
  background-image : url(img/icon-cat.gif);
}

#post-list > article > footer .comments-link, #sp-wp-post-list-1 > article > footer .comments-link, #sp-wp-post-list-3 > article > footer .comments-link{
  background-image : url(img/icon-comments.gif);
}

#post-list > article > footer .date, #sp-wp-post-list-1 > article > footer .date, #sp-wp-post-list-3 > article > footer .date{
  background-image : url(img/icon-date.gif);
}

#post-list > article > footer .sep, #sp-wp-post-list-1 > article > footer .sep, #sp-wp-post-list-3 > article > footer .sep{
  display : none;
}

#post-list > article > footer .tags-links, #sp-wp-post-list-1 > article > footer .tags-links, #sp-wp-post-list-3 > article > footer .tags-links{
  background-image : url(img/icon-tags.gif);
}

#post-list > article > footer a, #sp-wp-post-list-1 > article > footer a, #sp-wp-post-list-3 > article > footer a{
  color : #6f9502;
}

#post-list > article > footer span, #sp-wp-post-list-1 > article > footer span, #sp-wp-post-list-3 > article > footer span{
  font-size : 1.2rem;
  vertical-align : baseline;
}

#post-list> article> header, #sp-wp-post-list-1> article> header, #sp-wp-post-list-3> article> header {
}

#post-list > article > header > h4, #sp-wp-post-list-1 > article > header > h4, #sp-wp-post-list-3 > article > header > h4{
  margin-bottom : 15px;
}

#post-list > article > header > h4 > a, #sp-wp-post-list-1 > article > header > h4 > a, #sp-wp-post-list-3 > article > header > h4 > a{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #97ca00;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}

#post-list > article > header > h4 > a::before, #sp-wp-post-list-1 > article > header > h4 > a::before, #sp-wp-post-list-3 > article > header > h4 > a::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}

#post-list > article > p > img, #sp-wp-post-list-1 > article > p > img, #sp-wp-post-list-3 > article > p > img{
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 1em;
  margin-bottom : 1em;
  float : left;
}

#post-list > dl, #sp-wp-post-list-1 > dl, #sp-wp-post-list-3 > dl{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 0px;
}

#post-list > dl::after, #sp-wp-post-list-1 > dl::after, #sp-wp-post-list-3 > dl::after{
  clear : both;
  display : table;
  content : "";
}

#post-list > dl > dd, #sp-wp-post-list-1 > dl > dd, #sp-wp-post-list-3 > dl > dd{
  padding-top : 12px;
  padding-left : 154px;
  padding-right : 0px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : -154px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  width : 100%;
  float : left;
}

#post-list > dl > dt, #sp-wp-post-list-1 > dl > dt, #sp-wp-post-list-3 > dl > dt{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  width : 154px;
  float : left;
}

#post-list > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-3 > h3{
  background-color : transparent;
  margin-bottom : 5px;
}

#post-list > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-3 > h3 > a{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dotted;
  border-top-color : #97ca00;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}

#post-list > h3 > a::before, #sp-wp-post-list-1 > h3 > a::before, #sp-wp-post-list-3 > h3 > a::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}

#post-list > nav, #sp-wp-post-list-1 > nav, #sp-wp-post-list-3 > nav{
  margin-bottom : 0px;
}

#post-list > nav .nav-next, #sp-wp-post-list-1 > nav .nav-next, #sp-wp-post-list-3 > nav .nav-next{
  text-align : right;
  margin-right : 0px;
  float : right;
}

#post-list > nav .nav-previous, #sp-wp-post-list-1 > nav .nav-previous, #sp-wp-post-list-3 > nav .nav-previous{
  margin-left : 0px;
  float : left;
}

#post-list > nav a, #sp-wp-post-list-1 > nav a, #sp-wp-post-list-3 > nav a{
  font-style : italic;
  text-decoration : underline;
}

#post-list > nav div, #sp-wp-post-list-1 > nav div, #sp-wp-post-list-3 > nav div{
  width : 50%;
}

#post-list > ul, #sp-wp-post-list-1 > ul, #sp-wp-post-list-3 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

#post-list> ul> li, #sp-wp-post-list-1> ul> li, #sp-wp-post-list-3> ul> li {
}

#post-list > ul > li > a, #sp-wp-post-list-1 > ul > li > a, #sp-wp-post-list-3 > ul > li > a{
  background-image : url(img/icon-arrow-01.gif);
  background-repeat : no-repeat;
  background-position : left 1.2em;
  padding-top : 12px;
  padding-left : 24px;
  padding-right : 5px;
  padding-bottom : 11px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #c3c0b3;
  display : block;
}

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

  #sp-site-navigation-2{
    background-image : url(img/back-main-nav-01.png);
    background-position : left 2px;
    padding-top : 2px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 2px;
    margin-left : -100%;
    margin-right : -100%;
    margin-bottom : 4px;
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #d7d7d7;
    border-bottom-color : #d7d7d7;
    position : relative;
  }

  #sp-site-navigation-2::after{
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #6f9501;
    border-bottom-color : #ffffff;
    display : block;
    position : absolute;
    bottom : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-2::before{
    border-top-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-bottom-color : #6f9501;
    display : block;
    position : absolute;
    top : 0px;
    right : 0px;
    left : 0px;
    content : "";
  }

  #sp-site-navigation-2 > ul{
    font-size : 1.3rem;
    padding-top : 15px;
    padding-bottom : 14px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    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 : #eaff01;
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current-menu-item > a{
    color : #eaff01;
    text-decoration : underline;
  }

  #sp-site-navigation-2 > ul > li.current_page_ancestor > a{
    color : #eaff01;
    text-decoration : underline;
  }

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

  #sp-site-navigation-2 > ul > li::before{
    color : #ffffff;
    margin-left : 20px;
    margin-right : 20px;
    content : "/";
  }

  #sp-site-navigation-2 > ul > li:first-child::before{
    display : none;
  }

  #sp-site-navigation-2 > ul > li > a{
    font-size : 1.4rem;
    line-height : 1;
    color : #ffffff;
    vertical-align : middle;
    display : inline-block;
  }

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

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

  #sp-site-navigation-2{
    font-size : 1.3rem;
    margin-top : 0px;
  }

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

  #sp-site-navigation-2 li > a:active{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 li > a:hover{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 ul li{
    line-height : 1.5;
    text-align : left;
  }

  #sp-site-navigation-2 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #83a520;
    padding-top : 9px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 8px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #9ac423;
  }

  #sp-site-navigation-2 ul ul li > a{
    padding-left : 40px;
    padding-right : 10px;
  }

  #sp-site-navigation-2 ul ul ul li > a{
    padding-left : 55px;
  }

  #sp-site-navigation-2 > ul li.current-menu-ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current-menu-item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current_page_ancestor > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }

  #sp-site-navigation-2 > ul li.current_page_item > a{
    color : #ffffff;
    background-color : #fdbb36;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #fdbb36;
  }
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 1.5;
  color : #343434;
  background-color : #ffffff;
  background-image : url(img/back-title-01.png);
  background-repeat : repeat-x;
  padding-top : 11px;
  padding-left : 40px;
  padding-right : 10px;
  padding-bottom : 11px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 3px;
  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 : dotted;
  border-top-color : #97ca00;
  border-left-color : #e3e3e3;
  border-right-color : #e3e3e3;
  border-bottom-color : #c3c0b3;
  display : block;
  position : relative;
}

#sp-page-title-1 > h1::before, #sp-page-title-10 > h1::before, #sp-page-title-11 > h1::before, #sp-page-title-15 > h1::before, #sp-page-title-16 > h1::before, #sp-page-title-17 > h1::before, #sp-page-title-19 > h1::before, #sp-page-title-2 > h1::before, #sp-page-title-20 > h1::before, #sp-page-title-3 > h1::before, #sp-page-title-4 > h1::before, #sp-page-title-5 > h1::before, #sp-page-title-6 > h1::before, #sp-page-title-7 > h1::before, #sp-page-title-8 > h1::before, #sp-page-title-9 > h1::before{
  color : #c8e162;
  background-color : #a4d119;
  background-image : url(img/back-title-03.png);
  background-repeat : repeat-x;
  text-indent : -9999px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  width : 6px;
  min-height : 26px;
  display : block;
  position : absolute;
  top : 11px;
  bottom : 13px;
  left : 12px;
  z-index : 1;
  overflow : hidden;
  content : ".";
}

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

#sp-column-1 > .column-body, #sp-column-10 > .column-body, #sp-column-11 > .column-body, #sp-column-12 > .column-body, #sp-column-13 > .column-body, #sp-column-14 > .column-body, #sp-column-15 > .column-body, #sp-column-16 > .column-body, #sp-column-17 > .column-body, #sp-column-18 > .column-body, #sp-column-19 > .column-body, #sp-column-2 > .column-body, #sp-column-20 > .column-body, #sp-column-21 > .column-body, #sp-column-22 > .column-body, #sp-column-23 > .column-body, #sp-column-24 > .column-body, #sp-column-25 > .column-body, #sp-column-26 > .column-body, #sp-column-27 > .column-body, #sp-column-28 > .column-body, #sp-column-29 > .column-body, #sp-column-3 > .column-body, #sp-column-30 > .column-body, #sp-column-31 > .column-body, #sp-column-32 > .column-body, #sp-column-33 > .column-body, #sp-column-34 > .column-body, #sp-column-35 > .column-body, #sp-column-36 > .column-body, #sp-column-4 > .column-body, #sp-column-5 > .column-body, #sp-column-6 > .column-body, #sp-column-7 > .column-body, #sp-column-8 > .column-body, #sp-column-9 > .column-body{
  margin-top : 1px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #83a520;
  border-left-color : #83a520;
  border-right-color : #83a520;
  border-bottom-color : #83a520;
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label, #sp-column-10 > .column-label, #sp-column-11 > .column-label, #sp-column-12 > .column-label, #sp-column-13 > .column-label, #sp-column-14 > .column-label, #sp-column-15 > .column-label, #sp-column-16 > .column-label, #sp-column-17 > .column-label, #sp-column-18 > .column-label, #sp-column-19 > .column-label, #sp-column-2 > .column-label, #sp-column-20 > .column-label, #sp-column-21 > .column-label, #sp-column-22 > .column-label, #sp-column-23 > .column-label, #sp-column-24 > .column-label, #sp-column-25 > .column-label, #sp-column-26 > .column-label, #sp-column-27 > .column-label, #sp-column-28 > .column-label, #sp-column-29 > .column-label, #sp-column-3 > .column-label, #sp-column-30 > .column-label, #sp-column-31 > .column-label, #sp-column-32 > .column-label, #sp-column-33 > .column-label, #sp-column-34 > .column-label, #sp-column-35 > .column-label, #sp-column-36 > .column-label, #sp-column-4 > .column-label, #sp-column-5 > .column-label, #sp-column-6 > .column-label, #sp-column-7 > .column-label, #sp-column-8 > .column-label, #sp-column-9 > .column-label{
  background-color : #83a520;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
}

#sp-column-1 > .column-label h3, #sp-column-10 > .column-label h3, #sp-column-11 > .column-label h3, #sp-column-12 > .column-label h3, #sp-column-13 > .column-label h3, #sp-column-14 > .column-label h3, #sp-column-15 > .column-label h3, #sp-column-16 > .column-label h3, #sp-column-17 > .column-label h3, #sp-column-18 > .column-label h3, #sp-column-19 > .column-label h3, #sp-column-2 > .column-label h3, #sp-column-20 > .column-label h3, #sp-column-21 > .column-label h3, #sp-column-22 > .column-label h3, #sp-column-23 > .column-label h3, #sp-column-24 > .column-label h3, #sp-column-25 > .column-label h3, #sp-column-26 > .column-label h3, #sp-column-27 > .column-label h3, #sp-column-28 > .column-label h3, #sp-column-29 > .column-label h3, #sp-column-3 > .column-label h3, #sp-column-30 > .column-label h3, #sp-column-31 > .column-label h3, #sp-column-32 > .column-label h3, #sp-column-33 > .column-label h3, #sp-column-34 > .column-label h3, #sp-column-35 > .column-label h3, #sp-column-36 > .column-label h3, #sp-column-4 > .column-label h3, #sp-column-5 > .column-label h3, #sp-column-6 > .column-label h3, #sp-column-7 > .column-label h3, #sp-column-8 > .column-label h3, #sp-column-9 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

.accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .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 : "";
}

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

.toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .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-definition-list-1, #sp-definition-list-5, #sp-definition-list-6, #sp-definition-list-7{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 19px;
}

#sp-definition-list-1 > dd, #sp-definition-list-5 > dd, #sp-definition-list-6 > dd, #sp-definition-list-7 > dd{
  margin-top : 10px;
  margin-left : 40px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-1 > dt, #sp-definition-list-5 > dt, #sp-definition-list-6 > dt, #sp-definition-list-7 > dt{
  padding-left : 15px;
  margin-top : 25px;
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #fdbb36;
}

#sp-definition-list-1 > dt:first-child, #sp-definition-list-5 > dt:first-child, #sp-definition-list-6 > dt:first-child, #sp-definition-list-7 > dt:first-child{
  margin-top : 0px;
}

#sp-button-36, #sp-button-37, #sp-button-38, #sp-button-39, #sp-button-40, #sp-button-49, #sp-button-52{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-36 > a, #sp-button-37 > a, #sp-button-38 > a, #sp-button-39 > a, #sp-button-40 > a, #sp-button-49 > a, #sp-button-52 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #4ebdfd;
  background-color : #ffffff;
  text-decoration : none;
  text-align : center;
  padding-top : 3px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 3px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #4ebdfd;
  border-left-color : #4ebdfd;
  border-right-color : #4ebdfd;
  border-bottom-color : #4ebdfd;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-36 > a:active, #sp-button-37 > a:active, #sp-button-38 > a:active, #sp-button-39 > a:active, #sp-button-40 > a:active, #sp-button-49 > a:active, #sp-button-52 > a:active{
  color : #ffffff;
  background-color : #49b8ff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #49b8ff;
  border-left-color : #49b8ff;
  border-right-color : #49b8ff;
  border-bottom-color : #49b8ff;
  top : 1px;
}

#sp-button-36 > a:hover, #sp-button-37 > a:hover, #sp-button-38 > a:hover, #sp-button-39 > a:hover, #sp-button-40 > a:hover, #sp-button-49 > a:hover, #sp-button-52 > a:hover{
  color : #ffffff;
  background-color : #49b8ff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #49b8ff;
  border-left-color : #49b8ff;
  border-right-color : #49b8ff;
  border-bottom-color : #49b8ff;
}

#sp-block-container-1, #sp-block-container-3{
  padding-top : 15px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d0dbb1;
  clear : both;
  position : relative;
}

#sp-block-container-1 > *, #sp-block-container-3 > *{
  margin-top : 10px;
  margin-bottom : 0px;
}

#sp-block-container-1 > *:first-child, #sp-block-container-3 > *:first-child{
  margin-top : 0px;
}

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

  #sp-block-container-1, #sp-block-container-3{
    padding-top : 15px;
    padding-left : 100%;
    padding-right : 100%;
    padding-bottom : 15px;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

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

  #sp-block-container-1 .copyright, #sp-block-container-3 .copyright{
    text-align : center;
  }
}

#sp-form-1{
  margin-bottom : 25px;
}

#sp-form-1 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.4rem;
  color : #ffffff;
  background-color : #fdbb36;
  text-decoration : none;
  text-align : center;
  padding-top : 8px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 8px;
  margin-top : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  width : auto;
  float : left;
  display : inline-block;
}

#sp-form-1 > table{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
  width : 100%;
  border-collapse : collapse;
}

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

#sp-form-1 > table th{
  font-weight : bold;
  color : #333333;
  background-color : #f0f7d5;
  vertical-align : top;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  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 : #bfbfbf;
  border-left-color : #bfbfbf;
  border-right-color : #bfbfbf;
  border-bottom-color : #bfbfbf;
}

#sp-form-1 > textarea[name="message"]{
  width : 100%;
}

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

  #sp-form-1 > table{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
  }

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

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

#sp-button-11, #sp-button-24, #sp-button-25, #sp-button-26, #sp-button-27, #sp-button-28, #sp-button-31, #sp-button-32, #sp-button-33, #sp-button-34, #sp-button-41, #sp-button-42, #sp-button-43, #sp-button-44, #sp-button-45, #sp-button-46, #sp-button-47, #sp-button-48{
  margin-bottom : 2px;
  width : 120px;
}

#sp-button-11 > a, #sp-button-24 > a, #sp-button-25 > a, #sp-button-26 > a, #sp-button-27 > a, #sp-button-28 > a, #sp-button-31 > a, #sp-button-32 > a, #sp-button-33 > a, #sp-button-34 > 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{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #e8235b;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-11 > a:active, #sp-button-24 > a:active, #sp-button-25 > a:active, #sp-button-26 > a:active, #sp-button-27 > a:active, #sp-button-28 > a:active, #sp-button-31 > a:active, #sp-button-32 > a:active, #sp-button-33 > a:active, #sp-button-34 > a:active, #sp-button-41 > a:active, #sp-button-42 > a:active, #sp-button-43 > a:active, #sp-button-44 > a:active, #sp-button-45 > a:active, #sp-button-46 > a:active, #sp-button-47 > a:active, #sp-button-48 > a:active{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  top : 1px;
}

#sp-button-11 > a:hover, #sp-button-24 > a:hover, #sp-button-25 > a:hover, #sp-button-26 > a:hover, #sp-button-27 > a:hover, #sp-button-28 > a:hover, #sp-button-31 > a:hover, #sp-button-32 > a:hover, #sp-button-33 > a:hover, #sp-button-34 > a:hover, #sp-button-41 > a:hover, #sp-button-42 > a:hover, #sp-button-43 > a:hover, #sp-button-44 > a:hover, #sp-button-45 > a:hover, #sp-button-46 > a:hover, #sp-button-47 > a:hover, #sp-button-48 > a:hover{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-button-1 > a, #sp-button-13 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-20 > a, #sp-button-3 > a, #sp-button-4 > a, #sp-button-51 > a, #sp-button-53 > a, #sp-button-54 > a, #sp-button-55 > a{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #97ca00;
  text-decoration : none;
  text-align : center;
  padding-top : 7px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
}

#sp-button-1 > a::before, #sp-button-13 > a::before, #sp-button-15 > a::before, #sp-button-16 > a::before, #sp-button-17 > a::before, #sp-button-18 > a::before, #sp-button-19 > a::before, #sp-button-20 > a::before, #sp-button-3 > a::before, #sp-button-4 > a::before, #sp-button-51 > a::before, #sp-button-53 > a::before, #sp-button-54 > a::before, #sp-button-55 > a::before{
  background-image : url(img/icon-arrow-04.gif);
  vertical-align : middle;
  margin-right : 10px;
  width : 4px;
  height : 7px;
  display : inline-block;
  content : "";
}

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

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

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

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

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

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

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

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

#sp-block-container-2 > h1{
  color : #ffffff;
  background-color : #00a453;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 13px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 11px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-2 > h2{
  color : #ffffff;
  background-color : #00a47f;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

#sp-block-container-2 > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #10bf97;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-2 > h4{
  font-size : 1.2em;
  color : #ffffff;
  background-color : #46ccb2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-2 > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 6px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 7px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  clear : both;
}

#sp-block-container-2 > h6{
  font-size : 1em;
  color : #ffffff;
  background-color : #6ad4bf;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 3px;
  padding-left : 8px;
  padding-right : 0px;
  padding-bottom : 3px;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
}

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

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

#sp-block-container-2 > strong{
  font-weight : bold;
  color : #515151;
  background-color : #6ad4bf;
  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;
}

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

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

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

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

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

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

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

.page-custom4#content #page-content > em{
  font-style : oblique;
  color : #ed4545;
}

.page-custom4#content #page-content > h1{
  color : #ffffff;
  background-color : #ffa1a1;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 11px;
  padding-left : 9px;
  padding-right : 9px;
  padding-bottom : 11px;
  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 : #ffa1a1;
  border-left-color : #ffa1a1;
  border-right-color : #ffa1a1;
  border-bottom-color : #ffa1a1;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-custom4#content #page-content > h2{
  color : #ffffff;
  background-color : #ffa1a1;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 9px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 9px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
}

.page-custom4#content #page-content > h3{
  font-size : 1.3em;
  color : #ffffff;
  background-color : #ed4545;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 7px;
  padding-left : 11px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  clear : both;
}

.page-custom4#content #page-content > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : double;
  border-bottom-color : #ed4545;
  clear : both;
}

.page-custom4#content #page-content > h5{
  font-size : 1em;
  color : #ffffff;
  background-color : #ffa1a1;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  clear : both;
}

.page-custom4#content #page-content > h6{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ed4545;
}

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

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

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

.page-custom4#content #page-content > strong{
  font-weight : bold;
  color : #ed4545;
}

#sp-site-branding2-1{
  color : #676767;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : center;
  width : 100%;
  min-height : 240px;
  position : relative;
}

#sp-site-branding2-1 .extra{
  margin-top : 30px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  width : 100%;
  position : relative;
  bottom : 0px;
}

#sp-site-branding2-1 .extra p{
  font-size : 13px;
  color : #676767;
  text-align : center;
}

#sp-site-branding2-1 .site-description{
  font-size : 90%;
  font-weight : normal;
  color : #676767;
  text-align : center;
  position : absolute;
  top : 28px;
}

#sp-site-branding2-1 .site-title{
  font-weight : normal;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 65px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #676767;
  float : none;
  position : relative;
}

#sp-site-branding2-1 .site-title a{
  font-size : 30px;
  color : #676767;
  text-decoration : none;
  text-align : center;
}

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

  #sp-site-branding2-1{
    color : #676767;
    background-color : #ffffff;
    background-image : none;
    background-repeat : repeat;
    background-attachment : scroll;
    background-position : 0% 0%;
    background-clip : border-box;
    background-origin : padding-box;
    background-size : auto auto;
    text-align : center;
    width : 100%;
    min-height : 190px;
    position : relative;
  }

  #sp-site-branding2-1 .extra{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
    width : 100%;
    position : absolute;
    bottom : 0px;
  }

  #sp-site-branding2-1 .extra p{
    font-size : 10px;
    text-align : center;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 10px;
    font-weight : normal;
    text-align : center;
    width : auto;
    position : absolute;
    top : 28px;
  }

  #sp-site-branding2-1 .site-title{
    font-weight : normal;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    border-bottom-color : #676767;
    width : auto;
    position : relative;
    top : 70px;
  }

  #sp-site-branding2-1 .site-title a{
    font-size : 20px;
    color : #676767;
    text-decoration : none;
    text-align : center;
  }
}

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

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

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

#sp-site-navigation-3 ul ul{
  font-size : 12px;
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #3c3f53;
  border-left-color : #3c3f53;
  border-right-color : #3c3f53;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 30px;
  left : 0px;
  z-index : 9999;
}

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

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

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

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

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

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

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

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

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

#sp-site-navigation-3 > ul > li > a{
  color : #ffffff;
  background-color : #154236;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  vertical-align : middle;
  text-align : center;
  padding-top : 0px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 0px;
  border-top-left-radius : 2px 2px;
  border-top-right-radius : 2px 2px;
  border-bottom-right-radius : 2px 2px;
  border-bottom-left-radius : 2px 2px;
  min-width : 80px;
  height : 30px;
  display : table-cell;
}

#sp-site-navigation-3 > ul > li > a:hover{
  background-color : #225e4e;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-site-navigation-3 > ul > ul > li > a{
  color : #333333;
}

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

  #sp-site-navigation-3{
    text-align : center;
    width : 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sp-site-navigation-1 ul ul{
  color : #333333;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #3c3f53;
  border-left-color : #3c3f53;
  border-right-color : #3c3f53;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  list-style-type : none;
  list-style-position : outside;
  position : absolute;
  top : 35px;
  left : 0px;
  z-index : 9999;
}

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

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

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

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

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

#sp-site-navigation-1 > ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
  position : relative;
  box-sizing : border-box;
}

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

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

#sp-site-navigation-1 > ul > li > a{
  line-height : 40px;
  color : #95c729;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
  display : block;
}

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  background-color : #8fc31f;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
}

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

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

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

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

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

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

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

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

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

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

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

  .button-menu#sp-site-navigation-1 li{
    background-color : #ffffff;
  }

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

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

#sp-wp-post-list-2{
  font-size : 13px;
  color : #202020;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

#sp-wp-post-list-2 h4{
  font-size : 1.1em;
  color : #000000;
  background-color : #f2f2f2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 10px;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  clear : both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#sp-wp-post-list-2 > h3{
  font-size : 1.4em;
  color : #000000;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #000000;
  clear : both;
}

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

#sp-list-10, #sp-list-11, #sp-list-12, #sp-list-13, #sp-list-14, #sp-list-15, #sp-list-16, #sp-list-3, #sp-list-4, #sp-list-8, #sp-list-9{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-list-10 li, #sp-list-11 li, #sp-list-12 li, #sp-list-13 li, #sp-list-14 li, #sp-list-15 li, #sp-list-16 li, #sp-list-3 li, #sp-list-4 li, #sp-list-8 li, #sp-list-9 li{
  margin-bottom : 8px;
}

#sp-list-10 > li, #sp-list-11 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-14 > li, #sp-list-15 > li, #sp-list-16 > li, #sp-list-3 > li, #sp-list-4 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #000000;
}

#sp-list-17{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : disc;
}

#sp-list-17 li{
  margin-left : 1.5em;
  margin-bottom : 8px;
}

#sp-list-17 > li{
  color : #000000;
}

#sp-list-2{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0em;
  margin-left : 0em;
  margin-right : 0em;
  margin-bottom : 0em;
  width : 100%;
  list-style-type : square;
  list-style-position : inside;
}

#sp-list-2 li{
  background-color : #373737;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 12px;
  padding-left : 12px;
  padding-right : 12px;
  padding-bottom : 12px;
  margin-bottom : 2px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #646464;
  border-left-color : #646464;
  border-right-color : #646464;
  border-bottom-color : #646464;
}

#sp-list-2 > li{
  color : #ffffff;
}

#sp-definition-list-2, #sp-definition-list-3, #sp-definition-list-4{
  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-2 dd, #sp-definition-list-3 dd, #sp-definition-list-4 dd{
  padding-top : 0px;
  padding-left : 4px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 16px;
  margin-right : 0px;
  margin-bottom : 20px;
  border-bottom-width : 3px;
  border-bottom-style : dotted;
  border-bottom-color : #6ad4bf;
}

#sp-definition-list-2 dt, #sp-definition-list-3 dt, #sp-definition-list-4 dt{
  padding-top : 3px;
  padding-left : 5px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #6ad4bf;
}

#sp-definition-list-2 > dd, #sp-definition-list-3 > dd, #sp-definition-list-4 > dd{
  color : #333333;
}

#sp-definition-list-2 > dt, #sp-definition-list-3 > dt, #sp-definition-list-4 > dt{
  font-weight : bold;
  color : #565656;
}

#sp-button-50{
  margin-bottom : 6px;
  width : 120px;
}

#sp-button-50 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #225e4e;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #225e4e;
  border-left-color : #225e4e;
  border-right-color : #225e4e;
  border-bottom-color : #225e4e;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-50 > a:active{
  box-shadow : 0px 10px 15px rgba(0, 0, 0, 0.25) inset;
  text-shadow : 0px 1px 0px rgba(255, 255, 255, 0.25);
}

#sp-button-50 > a:hover{
  color : #04291f;
  background-color : #1e4d41;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 13px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 7px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
}

#sp-button-21, #sp-button-23, #sp-button-29, #sp-button-30, #sp-button-35{
  margin-top : 10px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-21 > a, #sp-button-23 > a, #sp-button-29 > a, #sp-button-30 > a, #sp-button-35 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : bold;
  color : #ffffff;
  background-color : #7ac6e9;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 10px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 5px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 18.5px 18.5px;
  border-top-right-radius : 18.5px 18.5px;
  border-bottom-right-radius : 18.5px 18.5px;
  border-bottom-left-radius : 18.5px 18.5px;
  box-shadow : 0px 3px 0px #5b9bb8;
  height : 100%;
  display : block;
  position : relative;
  text-shadow : 0px 1px 0px #53b2de;
}

#sp-button-21 > a:active, #sp-button-23 > a:active, #sp-button-29 > a:active, #sp-button-30 > a:active, #sp-button-35 > a:active{
  background-color : #53b2de;
  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;
  box-shadow : 0px 1px 0px #5b9bb8, 0px 10px 35px rgba(255, 255, 255, 0.35) inset;
  position : relative;
  top : 2px;
}

#sp-button-21 > a:hover, #sp-button-23 > a:hover, #sp-button-29 > a:hover, #sp-button-30 > a:hover, #sp-button-35 > a:hover{
  color : #1c8abd;
}

#sp-button-2{
  margin-bottom : 10px;
  width : 120px;
}

#sp-button-2 > a{
  font-size : 1.4rem;
  font-family : Meiryo, sans-serif;
  font-weight : normal;
  color : #ffffff;
  background-color : #646464;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 8px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-shadow : 0px 3px 0px #373737;
  height : 100%;
  display : block;
  position : relative;
  text-shadow : 0px 1px 0px #000000;
}

#sp-button-2 > a:active{
  box-shadow : 0px 1px 0px #373737;
  position : relative;
  top : 2px;
}

#sp-button-2> a:hover {
}

#sp-column-37, #sp-column-38, #sp-column-39, #sp-column-40, #sp-column-41, #sp-column-42, #sp-column-43, #sp-column-44{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #646464;
  border-left-color : #646464;
  border-right-color : #646464;
  border-bottom-color : #646464;
  width : 100%;
  height : auto;
}

#sp-column-37 > .column-body, #sp-column-38 > .column-body, #sp-column-39 > .column-body, #sp-column-40 > .column-body, #sp-column-41 > .column-body, #sp-column-42 > .column-body, #sp-column-43 > .column-body, #sp-column-44 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-37 > .column-label, #sp-column-38 > .column-label, #sp-column-39 > .column-label, #sp-column-40 > .column-label, #sp-column-41 > .column-label, #sp-column-42 > .column-label, #sp-column-43 > .column-label, #sp-column-44 > .column-label{
  background-color : #646464;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
}

#sp-column-37 > .column-label h3, #sp-column-38 > .column-label h3, #sp-column-39 > .column-label h3, #sp-column-40 > .column-label h3, #sp-column-41 > .column-label h3, #sp-column-42 > .column-label h3, #sp-column-43 > .column-label h3, #sp-column-44 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

.accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .accordion > .column-label h3::after, .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 : "";
}

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

.toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .toggled-on > .column-label h3::before, .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-page-title-12, #sp-page-title-13, #sp-page-title-14{
  background-color : #225e4e;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  height : auto;
  position : relative;
}

#sp-page-title-12::after, #sp-page-title-13::after, #sp-page-title-14::after{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-left-width : 13px;
  border-bottom-width : 13px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : rgba(0, 0, 0, 0.5);
  border-bottom-color : rgba(0, 0, 0, 0.35);
  width : 0px;
  height : 0px;
  display : block;
  position : absolute;
  bottom : 0px;
  right : 0px;
  content : "";
}

#sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1{
  font-size : 20px;
  color : #ffffff;
  padding-top : 20px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-page-title-18{
  background-image : url(img/sp-pagetitle-6be.png),url(img/sp-pagetitle-6af.png),url(img/sp-pagetitle-6bo.png);
  background-repeat : no-repeat,no-repeat;
  background-position : left top,right top,left bottom;
  width : 100%;
  height : 68px;
}

#sp-page-title-18 > h1{
  font-size : 20px;
  font-weight : bold;
  color : #ffffff;
  background-color : #f29c9f;
  padding-top : 20px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 29px;
  margin-right : 27px;
  margin-bottom : 14px;
  height : 54px;
  overflow : hidden;
  box-sizing : border-box;
}

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

  #sp-page-title-18{
    background-image : none;
    text-align : left;
    width : 100%;
    height : 54px;
  }

  #sp-page-title-18 > h1{
    font-size : 18px;
    font-weight : bold;
    line-height : 40px;
    color : #ffffff;
    text-indent : 20px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    border-top-left-radius : 25px 25px;
    border-top-right-radius : 25px 25px;
    border-bottom-right-radius : 25px 25px;
    border-bottom-left-radius : 25px 25px;
    height : 40px;
    box-sizing : border-box;
  }
}

#sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-120, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-14, #sp-image-142, #sp-image-15, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-166, #sp-image-167, #sp-image-168, #sp-image-169, #sp-image-17, #sp-image-170, #sp-image-171, #sp-image-172, #sp-image-173, #sp-image-174, #sp-image-175, #sp-image-176, #sp-image-177, #sp-image-178, #sp-image-179, #sp-image-18, #sp-image-180, #sp-image-181, #sp-image-182, #sp-image-183, #sp-image-184, #sp-image-185, #sp-image-186, #sp-image-187, #sp-image-188, #sp-image-189, #sp-image-19, #sp-image-190, #sp-image-191, #sp-image-192, #sp-image-193, #sp-image-194, #sp-image-195, #sp-image-196, #sp-image-197, #sp-image-198, #sp-image-199, #sp-image-20, #sp-image-200, #sp-image-201, #sp-image-202, #sp-image-203, #sp-image-204, #sp-image-205, #sp-image-206, #sp-image-207, #sp-image-208, #sp-image-209, #sp-image-21, #sp-image-210, #sp-image-211, #sp-image-212, #sp-image-213, #sp-image-214, #sp-image-215, #sp-image-216, #sp-image-217, #sp-image-218, #sp-image-219, #sp-image-22, #sp-image-220, #sp-image-221, #sp-image-222, #sp-image-223, #sp-image-224, #sp-image-225, #sp-image-226, #sp-image-227, #sp-image-228, #sp-image-229, #sp-image-23, #sp-image-230, #sp-image-231, #sp-image-232, #sp-image-233, #sp-image-234, #sp-image-235, #sp-image-236, #sp-image-237, #sp-image-238, #sp-image-239, #sp-image-24, #sp-image-240, #sp-image-241, #sp-image-242, #sp-image-243, #sp-image-244, #sp-image-245, #sp-image-246, #sp-image-247, #sp-image-248, #sp-image-249, #sp-image-25, #sp-image-250, #sp-image-251, #sp-image-252, #sp-image-253, #sp-image-255, #sp-image-256, #sp-image-257, #sp-image-258, #sp-image-259, #sp-image-26, #sp-image-260, #sp-image-261, #sp-image-262, #sp-image-263, #sp-image-264, #sp-image-265, #sp-image-266, #sp-image-267, #sp-image-268, #sp-image-269, #sp-image-27, #sp-image-270, #sp-image-271, #sp-image-272, #sp-image-273, #sp-image-274, #sp-image-275, #sp-image-276, #sp-image-277, #sp-image-278, #sp-image-279, #sp-image-28, #sp-image-280, #sp-image-281, #sp-image-282, #sp-image-283, #sp-image-284, #sp-image-285, #sp-image-286, #sp-image-287, #sp-image-288, #sp-image-289, #sp-image-29, #sp-image-290, #sp-image-291, #sp-image-292, #sp-image-293, #sp-image-294, #sp-image-295, #sp-image-296, #sp-image-297, #sp-image-298, #sp-image-299, #sp-image-30, #sp-image-300, #sp-image-301, #sp-image-302, #sp-image-303, #sp-image-304, #sp-image-305, #sp-image-306, #sp-image-307, #sp-image-308, #sp-image-309, #sp-image-31, #sp-image-310, #sp-image-311, #sp-image-312, #sp-image-313, #sp-image-314, #sp-image-315, #sp-image-316, #sp-image-317, #sp-image-318, #sp-image-319, #sp-image-32, #sp-image-320, #sp-image-321, #sp-image-322, #sp-image-323, #sp-image-324, #sp-image-325, #sp-image-326, #sp-image-327, #sp-image-328, #sp-image-329, #sp-image-33, #sp-image-330, #sp-image-331, #sp-image-332, #sp-image-333, #sp-image-334, #sp-image-335, #sp-image-336, #sp-image-337, #sp-image-338, #sp-image-339, #sp-image-34, #sp-image-340, #sp-image-341, #sp-image-342, #sp-image-343, #sp-image-344, #sp-image-345, #sp-image-346, #sp-image-347, #sp-image-348, #sp-image-349, #sp-image-35, #sp-image-350, #sp-image-351, #sp-image-352, #sp-image-353, #sp-image-354, #sp-image-355, #sp-image-356, #sp-image-357, #sp-image-358, #sp-image-359, #sp-image-36, #sp-image-360, #sp-image-361, #sp-image-362, #sp-image-363, #sp-image-364, #sp-image-365, #sp-image-366, #sp-image-367, #sp-image-368, #sp-image-369, #sp-image-37, #sp-image-370, #sp-image-371, #sp-image-372, #sp-image-373, #sp-image-374, #sp-image-375, #sp-image-376, #sp-image-377, #sp-image-378, #sp-image-379, #sp-image-38, #sp-image-380, #sp-image-381, #sp-image-382, #sp-image-383, #sp-image-384, #sp-image-385, #sp-image-386, #sp-image-387, #sp-image-388, #sp-image-389, #sp-image-39, #sp-image-390, #sp-image-391, #sp-image-392, #sp-image-393, #sp-image-394, #sp-image-395, #sp-image-396, #sp-image-397, #sp-image-398, #sp-image-399, #sp-image-40, #sp-image-400, #sp-image-401, #sp-image-402, #sp-image-403, #sp-image-404, #sp-image-405, #sp-image-406, #sp-image-407, #sp-image-408, #sp-image-409, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-image-1, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-140, #sp-image-141, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-150, #sp-image-151{
  text-decoration : none;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #9d9d9d;
  border-left-color : #9d9d9d;
  border-right-color : #9d9d9d;
  border-bottom-color : #9d9d9d;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-image-113{
  text-decoration : none;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-image-254{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  border-top-left-radius : 50% 50%;
  border-top-right-radius : 50% 50%;
  border-bottom-right-radius : 50% 50%;
  border-bottom-left-radius : 50% 50%;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
  position : relative;
  box-sizing : border-box;
}

#sp-image-4, #sp-image-5, #sp-image-6, #sp-image-7{
  text-decoration : none;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #868686;
  border-left-color : #868686;
  border-right-color : #868686;
  border-bottom-color : #868686;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  max-width : 100%;
}

#sp-image-3{
  text-decoration : none;
  border-top-width : 8px;
  border-left-width : 8px;
  border-right-width : 8px;
  border-bottom-width : 8px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

.page-custom4#content #page-content{
  background-color : #97b951;
}

.page-toppage#content #page-content{
  font-size : 1.9rem;
  font-weight : bold;
  color : #000000;
}

#sp-block-container-1{
  background-image : none;
}

#sp-definition-list-2{
  font-weight : bold;
}

#sp-definition-list-3{
  font-weight : bold;
}

#sp-definition-list-4{
  font-weight : bold;
}

#sp-entry-content-100{
  font-weight : bold;
  color : #0089a6;
}

#sp-entry-content-101{
  font-weight : bold;
}

#sp-entry-content-102{
  font-weight : bold;
}

#sp-entry-content-98{
  font-weight : bold;
  color : #0089a6;
}

#sp-entry-content-99{
  font-size : 1.4rem;
  font-weight : bold;
  color : #0089a6;
}

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

#sp-page-title-18 h1{
  font-weight : bold;
  color : #1c1c64;
}

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

#sp-site-branding2-1 > .site-description{
  font-size : 1.5rem;
}

#sp-site-branding2-1 > .site-title{
  font-size : 1.8rem;
  font-weight : bold;
  font-style : normal;
  color : #669900;
  text-decoration : underline;
}

#sp-wp-post-list-1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #97ca00;
  border-left-color : #97ca00;
  border-right-color : #97ca00;
  border-bottom-color : #97ca00;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-wp-post-list-2{
  background-color : transparent;
}

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

  #sp-button-1{
    margin-top : -55px;
    width : 515px;
    height : 63px;
    float : none;
    position : absolute;
    top : 94px;
    bottom : auto;
    right : 14px;
    left : auto;
  }

  #sp-button-10{
    width : 637px;
  }

  #sp-button-11{
    width : 282px;
    height : 43px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 518px;
    right : 391px;
    left : auto;
  }

  #sp-button-12{
    margin-right : 98px;
    width : 310px;
  }

  #sp-button-13{
    width : 285px;
  }

  #sp-button-14{
    width : 175px;
  }

  #sp-button-15{
    width : 196px;
    float : none;
    position : absolute;
    top : 269px;
    bottom : auto;
    right : auto;
    left : 169px;
  }

  #sp-button-18{
    width : 214px;
  }

  #sp-button-19{
    width : 166px;
  }

  #sp-button-2{
    width : 944px;
    height : 59px;
  }

  #sp-button-20{
    width : 196px;
  }

  #sp-button-21{
    width : 403px;
  }

  #sp-button-22{
    float : right;
    position : relative;
  }

  #sp-button-23{
    width : 202px;
  }

  #sp-button-27{
    width : 85px;
    height : 33px;
  }

  #sp-button-28{
    width : 89px;
    height : 35px;
  }

  #sp-button-3{
    width : auto;
    height : 35px;
    float : none;
    position : absolute;
    top : -1px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-button-36{
    width : 166px;
  }

  #sp-button-37{
    width : 166px;
  }

  #sp-button-38{
    width : 250px;
  }

  #sp-button-39{
    width : 397px;
  }

  #sp-button-4{
    margin-top : -55px;
    width : auto;
    height : 35px;
    float : right;
    position : relative;
  }

  #sp-button-40{
    width : 409px;
  }

  #sp-button-41{
    width : 157px;
  }

  #sp-button-42{
    width : 156px;
  }

  #sp-button-43{
    width : 151px;
  }

  #sp-button-44{
    width : 151px;
  }

  #sp-button-45{
    width : 191px;
  }

  #sp-button-46{
    width : 193px;
  }

  #sp-button-49{
    margin-right : 115px;
    width : 302px;
    height : 34px;
  }

  #sp-button-5{
    width : 634px;
  }

  #sp-button-51{
    width : 141px;
  }

  #sp-button-52{
    width : 392px;
  }

  #sp-button-53{
    width : 135px;
  }

  #sp-button-54{
    width : auto;
    height : auto;
  }

  #sp-button-55{
    width : auto;
  }

  #sp-button-6{
    width : 635px;
  }

  #sp-button-7{
    width : 636px;
  }

  #sp-button-8{
    width : 638px;
  }

  #sp-button-9{
    width : 638px;
  }

  #sp-column-10{
    margin-bottom : 0px;
    min-height : 232px;
  }

  #sp-column-2{
    margin-bottom : 0px;
  }

  #sp-column-22{
    width : 650px;
    min-height : 233px;
  }

  #sp-column-36{
    margin-bottom : 0px;
    min-height : 222px;
  }

  #sp-definition-list-1{
    width : 588px;
  }

  #sp-definition-list-7{
    margin-top : 35px;
  }

  #sp-image-10{
    width : 147px;
    height : 195px;
    float : none;
    position : absolute;
    top : 29px;
    bottom : auto;
    right : 11px;
    left : auto;
  }

  #sp-image-100{
    margin-top : -200px;
    margin-left : 218px;
    width : 200px;
    height : 200px;
  }

  #sp-image-101{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-102{
    width : 200px;
    height : 200px;
  }

  #sp-image-103{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-104{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-105{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-106{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-107{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-108{
    width : 200px;
    height : 200px;
  }

  #sp-image-109{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-110{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-111{
    width : 200px;
    height : 200px;
  }

  #sp-image-112{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-113{
    height : 29px;
    float : right;
    position : relative;
  }

  #sp-image-114{
    width : 190px;
    height : 190px;
  }

  #sp-image-115{
    width : 190px;
    height : 190px;
  }

  #sp-image-116{
    width : 190px;
    height : 190px;
  }

  #sp-image-117{
    width : 190px;
    height : 190px;
  }

  #sp-image-118{
    width : 190px;
    height : 189px;
  }

  #sp-image-119{
    width : 190px;
    height : 190px;
  }

  #sp-image-12{
    width : 147px;
    height : 196px;
    float : none;
    position : absolute;
    top : 26px;
    bottom : auto;
    right : 170px;
    left : auto;
  }

  #sp-image-120{
    width : 190px;
    height : 190px;
  }

  #sp-image-121{
    width : 190px;
    height : 190px;
  }

  #sp-image-122{
    height : auto;
    float : none;
    position : absolute;
    top : 179px;
    bottom : auto;
    right : auto;
    left : 206px;
  }

  #sp-image-124{
    height : auto;
    float : none;
    position : absolute;
    top : 183px;
    bottom : auto;
    right : auto;
    left : 604px;
  }

  #sp-image-125{
    height : auto;
    float : none;
    position : absolute;
    top : 179px;
    bottom : auto;
    right : 422px;
    left : auto;
  }

  #sp-image-126{
    height : auto;
    float : none;
    position : absolute;
    top : 564px;
    bottom : auto;
    right : auto;
    left : 59px;
  }

  #sp-image-127{
    height : auto;
    float : none;
    position : absolute;
    top : 570px;
    bottom : auto;
    right : auto;
    left : 235px;
  }

  #sp-image-128{
    height : auto;
    float : none;
    position : absolute;
    top : 789px;
    bottom : auto;
    right : auto;
    left : 62px;
  }

  #sp-image-129{
    width : 249px;
    height : 186px;
    float : none;
    position : absolute;
    top : 566px;
    bottom : auto;
    right : 324px;
    left : auto;
  }

  #sp-image-13{
    margin-top : 27px;
    margin-left : 6px;
    margin-bottom : 10px;
    width : 198px;
    height : 201px;
    float : left;
    position : relative;
  }

  #sp-image-130{
    width : 261px;
    height : 195px;
    float : none;
    position : absolute;
    top : 564px;
    bottom : auto;
    right : 46px;
    left : auto;
  }

  #sp-image-131{
    width : 178px;
    height : 224px;
    float : none;
    position : absolute;
    top : 769px;
    bottom : auto;
    right : auto;
    left : 673px;
  }

  #sp-image-132{
    width : 174px;
    height : 231px;
    float : none;
    position : absolute;
    top : 765px;
    bottom : auto;
    right : auto;
    left : 467px;
  }

  #sp-image-133{
    height : auto;
    float : none;
    position : absolute;
    top : 789px;
    bottom : auto;
    right : auto;
    left : 249px;
  }

  #sp-image-135{
    width : 916px;
    height : 525px;
  }

  #sp-image-136{
    width : 460px;
    height : 317px;
  }

  #sp-image-137{
    width : 360px;
    height : 437px;
  }

  #sp-image-14{
    width : 179px;
    height : 206px;
    float : none;
    position : absolute;
    top : 25px;
    bottom : auto;
    right : auto;
    left : 221px;
  }

  #sp-image-142{
    width : 480px;
    height : 333px;
    float : right;
    position : relative;
  }

  #sp-image-143{
    width : 453px;
    height : 443px;
  }

  #sp-image-144{
    width : 406px;
    height : 537px;
  }

  #sp-image-145{
    width : 313px;
    height : 410px;
    float : right;
    position : relative;
  }

  #sp-image-146{
    margin-right : -58px;
    width : 321px;
    height : 424px;
  }

  #sp-image-147{
    width : 422px;
    height : 518px;
  }

  #sp-image-148{
    margin-top : 0px;
    width : 488px;
    height : 420px;
    float : right;
    position : relative;
  }

  #sp-image-149{
    width : 323px;
    height : 426px;
  }

  #sp-image-15{
    margin-left : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 34px;
    bottom : auto;
    right : 385px;
    left : auto;
  }

  #sp-image-150{
    width : 465px;
    height : 614px;
    float : left;
    position : relative;
  }

  #sp-image-151{
    width : 460px;
    height : 609px;
    float : right;
    position : relative;
  }

  #sp-image-152{
    margin-top : 69px;
    margin-right : 45px;
    width : 273px;
    height : 273px;
    float : right;
    position : relative;
  }

  #sp-image-153{
    margin-top : -5px;
    margin-right : 30px;
    width : 273px;
    height : 273px;
    float : right;
    position : relative;
  }

  #sp-image-154{
    margin-top : 10px;
    width : 272px;
    height : 259px;
  }

  #sp-image-155{
    margin-top : 205px;
    margin-right : 45px;
    width : 273px;
    height : 270px;
    float : right;
    position : relative;
  }

  #sp-image-156{
    margin-right : 30px;
    width : 273px;
    height : 273px;
    float : right;
    position : relative;
  }

  #sp-image-157{
    width : 272px;
    height : 272px;
  }

  #sp-image-158{
    margin-top : 0px;
    margin-right : 45px;
    width : 273px;
    height : 271px;
    float : right;
    position : relative;
  }

  #sp-image-159{
    margin-right : 25px;
    width : 285px;
    height : 220px;
    float : right;
    position : relative;
  }

  #sp-image-16{
    margin-bottom : 12px;
    width : 200px;
    height : 200px;
  }

  #sp-image-160{
    width : 272px;
    height : 219px;
  }

  #sp-image-161{
    width : 486px;
    height : 393px;
    float : right;
    position : relative;
  }

  #sp-image-162{
    width : 408px;
    height : 395px;
  }

  #sp-image-163{
    width : 479px;
    height : 276px;
    float : right;
    position : relative;
  }

  #sp-image-164{
    width : 408px;
    height : 276px;
  }

  #sp-image-165{
    height : auto;
    float : none;
    position : absolute;
    top : 1206px;
    bottom : auto;
    right : 676px;
    left : auto;
  }

  #sp-image-166{
    width : 196px;
    height : 260px;
    float : left;
    position : relative;
  }

  #sp-image-167{
    width : 194px;
    height : 259px;
    float : none;
    position : absolute;
    top : 111px;
    bottom : auto;
    right : auto;
    left : 237px;
  }

  #sp-image-168{
    width : 213px;
    height : 283px;
    float : none;
    position : absolute;
    top : 106px;
    bottom : auto;
    right : 309px;
    left : auto;
  }

  #sp-image-169{
    height : auto;
    float : none;
    position : absolute;
    top : 670px;
    bottom : auto;
    right : auto;
    left : 40px;
  }

  #sp-image-17{
    height : auto;
    float : none;
    position : absolute;
    top : 26px;
    bottom : auto;
    right : 11px;
    left : auto;
  }

  #sp-image-170{
    height : auto;
    float : none;
    position : absolute;
    top : 677px;
    bottom : auto;
    right : 390px;
    left : auto;
  }

  #sp-image-171{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 725px;
    right : 167px;
    left : auto;
  }

  #sp-image-172{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 424px;
    right : 698px;
    left : auto;
  }

  #sp-image-173{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 198px;
    right : 200px;
    left : auto;
  }

  #sp-image-174{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 205px;
    right : 384px;
    left : auto;
  }

  #sp-image-175{
    height : 206px;
    float : none;
    position : absolute;
    top : 674px;
    bottom : auto;
    right : 581px;
    left : auto;
  }

  #sp-image-176{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 424px;
    right : 530px;
    left : auto;
  }

  #sp-image-177{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 420px;
    right : 365px;
    left : auto;
  }

  #sp-image-178{
    width : 309px;
    height : 231px;
    float : none;
    position : absolute;
    top : 246px;
    bottom : auto;
    right : auto;
    left : 438px;
  }

  #sp-image-179{
    width : 183px;
    height : 243px;
    float : none;
    position : absolute;
    top : 239px;
    bottom : auto;
    right : auto;
    left : 111px;
  }

  #sp-image-18{
    width : 249px;
    height : 203px;
    float : none;
    position : absolute;
    top : 25px;
    bottom : auto;
    right : 327px;
    left : auto;
  }

  #sp-image-180{
    width : 549px;
    height : 315px;
    float : none;
    position : absolute;
    top : 496px;
    bottom : auto;
    right : auto;
    left : 36px;
  }

  #sp-image-181{
    width : 341px;
    height : 255px;
    float : left;
    position : relative;
  }

  #sp-image-182{
    width : 391px;
    height : 292px;
    float : right;
    position : relative;
  }

  #sp-image-183{
    width : 397px;
    height : 297px;
    float : left;
    position : relative;
  }

  #sp-image-184{
    width : 748px;
    height : 443px;
    float : left;
    position : relative;
  }

  #sp-image-185{
    width : 408px;
    height : 305px;
    float : left;
    position : relative;
  }

  #sp-image-186{
    width : 422px;
    height : 315px;
    float : right;
    position : relative;
  }

  #sp-image-187{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-188{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-189{
    width : 265px;
    height : 352px;
    float : right;
    position : relative;
  }

  #sp-image-19{
    margin-top : -211px;
    margin-left : 211px;
    width : 197px;
    height : 200px;
  }

  #sp-image-190{
    width : 251px;
    height : 332px;
    float : left;
    position : relative;
  }

  #sp-image-191{
    width : 226px;
    height : 298px;
    float : none;
    position : absolute;
    top : 354px;
    bottom : auto;
    right : auto;
    left : 379px;
  }

  #sp-image-192{
    width : 802px;
    height : 1068px;
  }

  #sp-image-193{
    width : 802px;
    height : 1067px;
  }

  #sp-image-196{
    width : 204px;
    height : 324px;
    float : left;
    position : relative;
  }

  #sp-image-197{
    width : 301px;
    height : 375px;
    float : right;
    position : relative;
  }

  #sp-image-198{
    width : 247px;
    height : 376px;
  }

  #sp-image-199{
    width : 254px;
    height : 373px;
    float : none;
    position : absolute;
    top : 128px;
    bottom : auto;
    right : auto;
    left : 279px;
  }

  #sp-image-2{
    width : 1000px;
    height : 330px;
  }

  #sp-image-20{
    width : 145px;
    height : 200px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 0px;
    right : 175px;
    left : auto;
  }

  #sp-image-200{
    width : 224px;
    height : 366px;
    float : none;
    position : absolute;
    top : 142px;
    bottom : auto;
    right : auto;
    left : 40px;
  }

  #sp-image-201{
    width : 227px;
    height : 368px;
    float : none;
    position : absolute;
    top : 132px;
    bottom : auto;
    right : 193px;
    left : auto;
  }

  #sp-image-202{
    width : 237px;
    height : 366px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 407px;
    right : 733px;
    left : auto;
  }

  #sp-image-203{
    width : 271px;
    height : 360px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 402px;
    right : 218px;
    left : auto;
  }

  #sp-image-204{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 173px;
    right : 368px;
    left : auto;
  }

  #sp-image-205{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 169px;
    right : 71px;
    left : auto;
  }

  #sp-image-206{
    width : 306px;
    height : 229px;
  }

  #sp-image-207{
    height : auto;
    float : none;
    position : absolute;
    top : 235px;
    bottom : auto;
    right : auto;
    left : 350px;
  }

  #sp-image-208{
    height : auto;
    float : none;
    position : absolute;
    top : 238px;
    bottom : auto;
    right : auto;
    left : 650px;
  }

  #sp-image-209{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 468px;
    right : 668px;
    left : auto;
  }

  #sp-image-21{
    width : 200px;
    height : 200px;
  }

  #sp-image-216{
    height : auto;
    float : none;
    position : absolute;
    top : 280px;
    bottom : auto;
    right : 398px;
    left : auto;
  }

  #sp-image-217{
    height : auto;
    float : none;
    position : absolute;
    top : 276px;
    bottom : auto;
    right : 87px;
    left : auto;
  }

  #sp-image-219{
    height : auto;
    float : none;
    position : absolute;
    top : 25px;
    bottom : auto;
    right : 645px;
    left : auto;
  }

  #sp-image-22{
    height : auto;
    float : none;
    position : absolute;
    top : 21px;
    bottom : auto;
    right : 240px;
    left : auto;
  }

  #sp-image-220{
    width : 202px;
    height : 202px;
    float : none;
    position : absolute;
    top : 30px;
    bottom : auto;
    right : auto;
    left : 364px;
  }

  #sp-image-221{
    height : auto;
    float : none;
    position : absolute;
    top : 632px;
    bottom : auto;
    right : 394px;
    left : auto;
  }

  #sp-image-222{
    height : auto;
    float : none;
    position : absolute;
    top : 628px;
    bottom : auto;
    right : 106px;
    left : auto;
  }

  #sp-image-224{
    width : 224px;
    height : 297px;
    float : none;
    position : absolute;
    top : 136px;
    bottom : auto;
    right : 117px;
    left : auto;
  }

  #sp-image-225{
    width : 202px;
    height : 268px;
    float : none;
    position : absolute;
    top : 144px;
    bottom : auto;
    right : auto;
    left : 32px;
  }

  #sp-image-226{
    width : 157px;
    height : 235px;
    float : none;
    position : absolute;
    top : 446px;
    bottom : auto;
    right : auto;
    left : 145px;
  }

  #sp-image-227{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 785px;
    right : 457px;
    left : auto;
  }

  #sp-image-228{
    width : 218px;
    height : 289px;
    float : none;
    clear : right;
    position : absolute;
    top : auto;
    bottom : 422px;
    right : 115px;
    left : auto;
  }

  #sp-image-229{
    width : 218px;
    height : 288px;
    float : none;
    position : absolute;
    top : 760px;
    bottom : auto;
    right : 373px;
    left : auto;
  }

  #sp-image-23{
    margin-top : -200px;
    margin-left : 210px;
    width : 199px;
    height : 200px;
  }

  #sp-image-230{
    width : 312px;
    height : 245px;
    float : none;
    position : absolute;
    top : 773px;
    bottom : auto;
    right : auto;
    left : 49px;
  }

  #sp-image-231{
    width : 220px;
    height : 292px;
    float : none;
    position : absolute;
    top : 1079px;
    bottom : auto;
    right : 74px;
    left : auto;
  }

  #sp-image-232{
    width : 286px;
    height : 200px;
  }

  #sp-image-233{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 784px;
    right : 214px;
    left : auto;
  }

  #sp-image-234{
    width : 343px;
    height : 201px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 185px;
    right : 326px;
    left : auto;
  }

  #sp-image-235{
    height : auto;
    float : none;
    position : absolute;
    top : 26px;
    bottom : auto;
    right : auto;
    left : 34px;
  }

  #sp-image-236{
    height : auto;
    float : none;
    position : absolute;
    top : 22px;
    bottom : auto;
    right : auto;
    left : 339px;
  }

  #sp-image-237{
    height : auto;
    float : none;
    position : absolute;
    top : 270px;
    bottom : auto;
    right : auto;
    left : 387px;
  }

  #sp-image-238{
    height : auto;
    float : none;
    position : absolute;
    top : 19px;
    bottom : auto;
    right : 82px;
    left : auto;
  }

  #sp-image-239{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 1351px;
    right : 74px;
    left : auto;
  }

  #sp-image-24{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-240{
    height : auto;
    float : none;
    position : absolute;
    top : 682px;
    bottom : auto;
    right : auto;
    left : 345px;
  }

  #sp-image-241{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 371px;
    right : 76px;
    left : auto;
  }

  #sp-image-242{
    height : auto;
    float : none;
    position : absolute;
    top : 1659px;
    bottom : auto;
    right : auto;
    left : 44px;
  }

  #sp-image-243{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 1348px;
    right : auto;
    left : 44px;
  }

  #sp-image-244{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 943px;
    right : auto;
    left : 411px;
  }

  #sp-image-245{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 938px;
    right : auto;
    left : 696px;
  }

  #sp-image-246{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 941px;
    right : 598px;
    left : auto;
  }

  #sp-image-247{
    height : auto;
    float : none;
    position : absolute;
    top : 1327px;
    bottom : auto;
    right : auto;
    left : 237px;
  }

  #sp-image-248{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 713px;
    right : 92px;
    left : auto;
  }

  #sp-image-249{
    height : auto;
    float : none;
    position : absolute;
    top : 1661px;
    bottom : auto;
    right : auto;
    left : 346px;
  }

  #sp-image-25{
    width : 200px;
    height : 200px;
  }

  #sp-image-250{
    width : 383px;
    height : 286px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 194px;
    right : 55px;
    left : auto;
  }

  #sp-image-251{
    width : 383px;
    height : 286px;
    float : none;
    position : absolute;
    top : 391px;
    bottom : auto;
    right : auto;
    left : 34px;
  }

  #sp-image-252{
    height : auto;
    float : none;
    position : absolute;
    top : 4px;
    bottom : auto;
    right : auto;
    left : 220px;
  }

  #sp-image-253{
    height : 206px;
    float : none;
    position : absolute;
    top : 6px;
    bottom : auto;
    right : 189px;
    left : auto;
  }

  #sp-image-254{
    height : auto;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

  #sp-image-255{
    width : 253px;
    height : 353px;
    float : none;
    position : absolute;
    top : 98px;
    bottom : auto;
    right : auto;
    left : 334px;
  }

  #sp-image-256{
    width : 231px;
    height : 348px;
    float : none;
    position : absolute;
    top : 102px;
    bottom : auto;
    right : auto;
    left : 606px;
  }

  #sp-image-257{
    width : 275px;
    height : 364px;
    float : none;
    position : absolute;
    top : 88px;
    bottom : auto;
    right : auto;
    left : 38px;
  }

  #sp-image-258{
    width : 276px;
    height : 205px;
    float : right;
    position : relative;
  }

  #sp-image-259{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-26{
    margin-top : -200px;
    margin-left : 218px;
    width : 200px;
    height : 200px;
  }

  #sp-image-260{
    width : 359px;
    height : 268px;
    float : none;
    position : absolute;
    top : 870px;
    bottom : auto;
    right : auto;
    left : 31px;
  }

  #sp-image-261{
    width : 481px;
    height : 278px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 370px;
    right : 33px;
    left : auto;
  }

  #sp-image-262{
    width : 212px;
    height : 353px;
    float : none;
    position : absolute;
    top : 1px;
    bottom : auto;
    right : 129px;
    left : auto;
  }

  #sp-image-263{
    width : 245px;
    height : 325px;
  }

  #sp-image-267{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 144px;
    right : auto;
    left : 45px;
  }

  #sp-image-268{
    height : auto;
    float : none;
    position : absolute;
    top : auto;
    bottom : 149px;
    right : 61px;
    left : auto;
  }

  #sp-image-27{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-270{
    width : 279px;
    height : 370px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 287px;
    right : 386px;
    left : auto;
  }

  #sp-image-274{
    width : 186px;
    height : 247px;
  }

  #sp-image-275{
    width : 186px;
    height : 186px;
  }

  #sp-image-276{
    width : 324px;
    height : 433px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-277{
    width : 190px;
    height : 190px;
    float : none;
    position : absolute;
    top : 74px;
    bottom : auto;
    right : auto;
    left : 390px;
  }

  #sp-image-278{
    width : 230px;
    height : 307px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 669px;
    right : 80px;
    left : auto;
  }

  #sp-image-279{
    width : 239px;
    height : 317px;
    float : none;
    position : absolute;
    top : 17px;
    bottom : auto;
    right : 18px;
    left : auto;
  }

  #sp-image-28{
    width : 200px;
    height : 200px;
  }

  #sp-image-280{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-282{
    width : 228px;
    height : 303px;
    float : right;
    position : relative;
  }

  #sp-image-283{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-285{
    width : 338px;
    height : 211px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 706px;
    right : 644px;
    left : auto;
  }

  #sp-image-286{
    width : 237px;
    height : 237px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 710px;
    right : 377px;
    left : auto;
  }

  #sp-image-287{
    width : 405px;
    height : 538px;
    float : right;
    position : relative;
  }

  #sp-image-288{
    width : 415px;
    height : 552px;
  }

  #sp-image-289{
    width : 413px;
    height : 544px;
    float : none;
    position : absolute;
    top : 580px;
    bottom : auto;
    right : 76px;
    left : auto;
  }

  #sp-image-29{
    margin-top : -200px;
    margin-left : 218px;
    width : 200px;
    height : 200px;
  }

  #sp-image-290{
    height : auto;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-291{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-292{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-293{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-294{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-295{
    width : 211px;
    height : 280px;
    float : right;
    position : relative;
  }

  #sp-image-296{
    width : 191px;
    height : 252px;
    float : none;
    position : absolute;
    top : 361px;
    bottom : auto;
    right : 252px;
    left : auto;
  }

  #sp-image-297{
    width : 200px;
    height : 265px;
    float : none;
    position : absolute;
    top : 36px;
    bottom : auto;
    right : auto;
    left : 43px;
  }

  #sp-image-298{
    width : 189px;
    height : 251px;
    float : none;
    position : absolute;
    top : auto;
    bottom : -12px;
    right : auto;
    left : 346px;
  }

  #sp-image-299{
    width : 204px;
    height : 271px;
    float : none;
    position : absolute;
    top : auto;
    bottom : -11px;
    right : 28px;
    left : auto;
  }

  #sp-image-30{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-300{
    margin-bottom : 9px;
    height : auto;
    float : none;
    position : absolute;
    top : -4px;
    bottom : auto;
    right : auto;
    left : 8px;
  }

  #sp-image-301{
    height : auto;
    float : none;
    position : absolute;
    top : 17px;
    bottom : auto;
    right : 16px;
    left : auto;
  }

  #sp-image-302{
    width : 522px;
    height : 240px;
    float : none;
    position : absolute;
    top : auto;
    bottom : 5px;
    right : auto;
    left : 439px;
  }

  #sp-image-303{
    width : 264px;
    height : 352px;
  }

  #sp-image-304{
    width : 271px;
    height : 361px;
    float : none;
    position : absolute;
    top : 24px;
    bottom : auto;
    right : 42px;
    left : auto;
  }

  #sp-image-305{
    width : 185px;
    height : 206px;
    float : left;
    position : relative;
  }

  #sp-image-306{
    width : 275px;
    height : auto;
    float : right;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-image-307{
    width : 250px;
    height : 254px;
    float : right;
    position : relative;
  }

  #sp-image-308{
    width : 250px;
    height : 250px;
  }

  #sp-image-309{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-31{
    width : 200px;
    height : 200px;
  }

  #sp-image-310{
    width : 250px;
    height : auto;
  }

  #sp-image-311{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-312{
    width : 250px;
    height : auto;
  }

  #sp-image-313{
    margin-bottom : -2px;
    width : 250px;
    height : auto;
  }

  #sp-image-314{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-315{
    width : 250px;
    height : auto;
  }

  #sp-image-316{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-317{
    width : 250px;
    height : auto;
  }

  #sp-image-318{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-319{
    width : 250px;
    height : auto;
  }

  #sp-image-32{
    margin-top : -200px;
    margin-left : 218px;
    width : 200px;
    height : 200px;
  }

  #sp-image-320{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-321{
    width : 250px;
    height : auto;
  }

  #sp-image-322{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-323{
    width : 250px;
    height : auto;
  }

  #sp-image-324{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-325{
    width : 250px;
    height : auto;
  }

  #sp-image-326{
    width : 250px;
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-327{
    width : 251px;
    height : auto;
  }

  #sp-image-329{
    width : 250px;
    height : 250px;
    float : right;
    position : relative;
  }

  #sp-image-33{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
    top : auto;
    bottom : auto;
    right : auto;
    left : auto;
  }

  #sp-image-330{
    width : 250px;
    height : 250px;
  }

  #sp-image-331{
    width : 250px;
    height : 250px;
    float : right;
    position : relative;
  }

  #sp-image-332{
    width : 250px;
    height : 250px;
  }

  #sp-image-333{
    width : 250px;
    height : 250px;
    float : right;
    position : relative;
  }

  #sp-image-334{
    width : 250px;
    height : 250px;
  }

  #sp-image-34{
    width : 200px;
    height : 200px;
  }

  #sp-image-35{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-353{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-356{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-36{
    width : 200px;
    height : 200px;
  }

  #sp-image-360{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-362{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-367{
    width : 304px;
    height : 246px;
  }

  #sp-image-368{
    width : 308px;
    height : 230px;
  }

  #sp-image-369{
    width : 473px;
    height : 265px;
  }

  #sp-image-37{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-370{
    width : 473px;
    height : 339px;
  }

  #sp-image-372{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-374{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-376{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-38{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-39{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-390{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-396{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-399{
    height : auto;
    float : left;
    position : relative;
  }

  #sp-image-4{
    width : 452px;
    height : 344px;
    float : right;
    position : relative;
  }

  #sp-image-40{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-400{
    height : auto;
    float : right;
    position : relative;
  }

  #sp-image-405{
    width : 304px;
    height : 246px;
  }

  #sp-image-406{
    width : 308px;
    height : 230px;
  }

  #sp-image-407{
    width : 473px;
    height : 265px;
  }

  #sp-image-408{
    width : 473px;
    height : 339px;
  }

  #sp-image-41{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : -1px;
    bottom : auto;
    right : 1px;
    left : auto;
  }

  #sp-image-42{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-43{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-44{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-45{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-46{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-47{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-48{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-49{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : -1px;
    bottom : auto;
    right : -3px;
    left : auto;
  }

  #sp-image-5{
    width : 443px;
    height : 365px;
  }

  #sp-image-50{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-51{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-52{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-53{
    width : 200px;
    height : 200px;
  }

  #sp-image-54{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-55{
    margin-top : 25px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-56{
    width : 200px;
    height : 200px;
  }

  #sp-image-57{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-58{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-59{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-6{
    width : 883px;
    height : 631px;
  }

  #sp-image-60{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-61{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-62{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-63{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-64{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-65{
    margin-top : -200px;
    margin-left : 218px;
    width : 199px;
    height : 199px;
  }

  #sp-image-66{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-67{
    width : 200px;
    height : 200px;
  }

  #sp-image-68{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-69{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-7{
    width : 804px;
    height : 1044px;
  }

  #sp-image-70{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-71{
    margin-top : -200px;
    margin-left : 217px;
    margin-bottom : 1px;
    width : 200px;
    height : 200px;
  }

  #sp-image-72{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-73{
    width : 200px;
    height : 200px;
  }

  #sp-image-74{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-75{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-76{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-77{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-78{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-79{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-8{
    margin-left : 65px;
    margin-right : -34px;
    width : auto;
    height : 625px;
  }

  #sp-image-80{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-81{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-82{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-83{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-84{
    margin-bottom : 0px;
    width : 200px;
    height : 200px;
  }

  #sp-image-85{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-86{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-87{
    width : 200px;
    height : 200px;
  }

  #sp-image-88{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-89{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-9{
    width : 154px;
    height : 204px;
    float : none;
    position : absolute;
    top : 27px;
    bottom : auto;
    right : auto;
    left : 177px;
  }

  #sp-image-90{
    width : 200px;
    height : 200px;
  }

  #sp-image-91{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-92{
    margin-top : 29px;
    margin-right : 10px;
    width : 200px;
    height : 200px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-image-93{
    width : 200px;
    height : 200px;
  }

  #sp-image-94{
    margin-top : -200px;
    margin-left : 217px;
    width : 200px;
    height : 200px;
  }

  #sp-image-95{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-96{
    width : 200px;
    height : 200px;
  }

  #sp-image-97{
    margin-top : -200px;
    margin-left : 218px;
    width : 200px;
    height : 200px;
  }

  #sp-image-98{
    width : 200px;
    height : 200px;
    float : right;
    position : relative;
  }

  #sp-image-99{
    width : 200px;
    height : 200px;
  }

  #sp-list-1{
    width : 678px;
  }

  #sp-list-10{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-11{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-12{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-13{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-14{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-15{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-17{
    width : 353px;
    min-height : 188px;
    float : right;
    position : relative;
  }

  #sp-list-8{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-list-9{
    margin-top : 45px;
    width : 430px;
    min-height : 150px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : 0px;
    left : auto;
  }

  #sp-page-title-13{
    margin-bottom : 0px;
    width : 647px;
    min-height : 51px;
  }

  #sp-site-branding2-1{
    width : 1004px;
    min-height : 191px;
  }

  #sp-site-branding2-1 > .extra{
    min-height : 63px;
    float : right;
    position : relative;
  }

  #sp-site-branding2-1 > .site-description{
    float : none;
    position : absolute;
    top : 18px;
    bottom : auto;
    right : auto;
    left : 4px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-left : 32px;
    margin-right : -1px;
    margin-bottom : -25px;
    width : 921px;
    min-height : 163px;
    float : none;
    position : relative;
  }

  #sp-site-navigation-1{
    margin-top : -7px;
    margin-bottom : 15px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : auto;
    left : -2px;
  }

  #sp-site-navigation-2{
    margin-top : -7px;
    margin-bottom : 15px;
    float : none;
    position : absolute;
    top : 0px;
    bottom : auto;
    right : auto;
    left : -2px;
  }

  #sp-site-navigation-3{
    float : right;
    position : relative;
  }
}

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

  #sp-site-branding2-1 > .extra{
    min-height : 79px;
  }

  #sp-site-branding2-1 > .site-title{
    width : 297px;
    min-height : 111px;
  }
}
-->
