#colophon{
  background-color : #292929;
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead {
}

#page{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a:focus{
  text-decoration : underline;
}

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 : #ec2f63;
  background-color : #f4f4f4;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

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

  #content{
    margin-top : 70px;
    min-height : 50px;
  }

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

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

  #main-inner{
    float : left;
  }

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

  #masthead{
    margin-bottom : 0px;
  }

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

  #masthead-inner .sp-site-navigation ul{
    margin-left : 243px;
  }

  #masthead-inner .sp-site-navigation ul ul{
    margin-left : 0px;
  }

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 800px;
  }
}

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

  #content{
    width : 800px;
  }

  #contenthead{
    width : 800px;
  }
}

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

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

  #main {
  }

  #sidebar1{
    padding-left : 10px;
    padding-right : 10px;
    margin-top : 20px;
  }

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

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-block-container-1 .copyright{
  color : #ffffff;
  background-color : #232323;
  text-align : center;
  padding-top : 15px;
  padding-bottom : 15px;
}

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

  #sp-block-container-1 .copyright{
    padding-left : 100%;
    padding-right : 100%;
    margin-left : -100%;
    margin-right : -100%;
  }
}

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

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

  #sp-block-container-1 .copyright{
    margin-left : -10px;
    margin-right : -10px;
  }
}

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

.hpb-viewtype-content#sp-wp-post-list-1{
  background-color : #ffffff;
  padding-bottom : 25px;
}

.hpb-viewtype-content#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-top : 15px;
  margin-right : 20px;
}

.hpb-viewtype-date#sp-wp-post-list-1{
  background-color : #ffffff;
  padding-bottom : 25px;
}

.hpb-viewtype-date#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-top : 15px;
  margin-right : 20px;
}

.hpb-viewtype-full#sp-wp-post-list-1 > h3{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.hpb-viewtype-simple#sp-wp-post-list-1 > h3{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.hpb-viewtype-thumbnail#sp-wp-post-list-1 > h3{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 20px;
}

.hpb-viewtype-title#sp-wp-post-list-1{
  background-color : #ffffff;
  padding-bottom : 25px;
}

.hpb-viewtype-title#sp-wp-post-list-1 > .hpb-more-entry a{
  margin-top : 15px;
  margin-right : 20px;
}

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

#sp-wp-post-list-1 > .hpb-more-entry a{
  color : #ffffff;
  background-color : #000000;
  text-decoration : none;
  text-align : center;
  padding-top : 9px;
  padding-left : 30px;
  padding-right : 30px;
  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;
  display : inline-block;
}

#sp-wp-post-list-1 > article{
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 20px;
  overflow : hidden;
}

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

#sp-wp-post-list-1 > article > footer{
  color : #d11349;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 10px;
  clear : both;
}

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

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

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

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

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

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

#sp-wp-post-list-1> article> footer a {
}

#sp-wp-post-list-1 > article > footer span{
  font-size : 1.2rem;
  background-repeat : no-repeat;
  background-position : 0px 2px;
  vertical-align : middle;
  padding-top : 2px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-right : 9px;
  display : inline-block;
}

#sp-wp-post-list-1 > article > header{
  margin-bottom : 0px;
}

#sp-wp-post-list-1 > article > header > .entry-title{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.22;
  color : #353535;
  background-color : #ffffff;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 21px;
  margin-bottom : 0px;
  position : relative;
  overflow : hidden;
}

#sp-wp-post-list-1 > article > header > .entry-title::after{
  background-color : #d1d1d1;
  margin-left : 18px;
  width : 100%;
  height : 1px;
  position : absolute;
  top : 50%;
  content : '';
}

#sp-wp-post-list-1 > article > header > .entry-title::before{
  background-color : #ffffff;
  width : 20px;
  height : 1px;
  position : absolute;
  top : 50%;
  right : 0px;
  z-index : 10;
  content : '';
}

#sp-wp-post-list-1 > article > header > h4{
  background-color : #ffffff;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 21px;
  margin-bottom : 0px;
  position : relative;
}

#sp-wp-post-list-1 > article > header > h4::after{
  background-color : #d1d1d1;
  height : 1px;
  position : absolute;
  top : 50%;
  right : 20px;
  left : 20px;
  content : '';
}

#sp-wp-post-list-1 > article > header > h4 > a{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.22;
  color : #353535;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 18px;
  padding-bottom : 0px;
  margin-bottom : 0px;
  position : relative;
  z-index : 1;
}

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

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

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

#sp-wp-post-list-1 > dl > dd{
  padding-top : 8px;
  padding-left : 175px;
  padding-right : 5px;
  padding-bottom : 8px;
  margin-top : 0px;
  margin-left : -175px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  float : left;
}

#sp-wp-post-list-1 > dl > dt{
  background-image : url(img/icon-arrow-01.png);
  background-repeat : no-repeat;
  background-position : 2px 1.2em;
  padding-top : 8px;
  padding-left : 25px;
  padding-right : 0px;
  padding-bottom : 8px;
  width : 175px;
  float : left;
  clear : left;
  position : relative;
  z-index : auto;
}

#sp-wp-post-list-1 > h3{
  background-color : #ffffff;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 21px;
  margin-bottom : 0px;
  position : relative;
}

#sp-wp-post-list-1 > h3::after{
  background-color : #d1d1d1;
  height : 1px;
  position : absolute;
  top : 50%;
  right : 20px;
  left : 20px;
  content : '';
}

#sp-wp-post-list-1 > h3 > a{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.22;
  color : #353535;
  background-color : #ffffff;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 18px;
  padding-bottom : 0px;
  margin-bottom : 0px;
  position : relative;
  z-index : 1;
}

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

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

#sp-wp-post-list-1 > nav .nav-next .meta-nav{
  margin-left : 5px;
  width : 6px;
  height : 7px;
  display : inline-block;
  overflow : hidden;
}

#sp-wp-post-list-1 > nav .nav-next .meta-nav::before{
  background-image : url(img/icon-arrow-right.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 6px;
  height : 7px;
  display : block;
  content : '';
}

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

#sp-wp-post-list-1 > nav .nav-previous .meta-nav{
  margin-right : 5px;
  width : 6px;
  height : 7px;
  display : inline-block;
  overflow : hidden;
}

#sp-wp-post-list-1 > nav .nav-previous .meta-nav::before{
  background-image : url(img/icon-arrow-left.png);
  background-repeat : no-repeat;
  background-position : center center;
  width : 6px;
  height : 7px;
  display : block;
  content : '';
}

#sp-wp-post-list-1 > nav a{
  font-style : italic;
}

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

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

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

#sp-wp-post-list-1 > ul > li > a{
  background-image : url(img/icon-arrow-01.png);
  background-repeat : no-repeat;
  background-position : 2px 1.2em;
  padding-top : 8px;
  padding-left : 25px;
  padding-right : 5px;
  padding-bottom : 8px;
  display : block;
  position : relative;
}

#sp-page-title-1 h1, #sp-page-title-10 h1, #sp-page-title-11 h1, #sp-page-title-12 h1, #sp-page-title-13 h1, #sp-page-title-14 h1, #sp-page-title-15 h1, #sp-page-title-16 h1, #sp-page-title-17 h1, #sp-page-title-18 h1, #sp-page-title-19 h1, #sp-page-title-2 h1, #sp-page-title-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 : bold;
  line-height : 1.22;
  color : #353535;
  background-color : #ffffff;
  padding-top : 25px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 21px;
  margin-bottom : 0px;
  position : relative;
  overflow : hidden;
}

#sp-page-title-1 h1::after, #sp-page-title-10 h1::after, #sp-page-title-11 h1::after, #sp-page-title-12 h1::after, #sp-page-title-13 h1::after, #sp-page-title-14 h1::after, #sp-page-title-15 h1::after, #sp-page-title-16 h1::after, #sp-page-title-17 h1::after, #sp-page-title-18 h1::after, #sp-page-title-19 h1::after, #sp-page-title-2 h1::after, #sp-page-title-3 h1::after, #sp-page-title-4 h1::after, #sp-page-title-5 h1::after, #sp-page-title-6 h1::after, #sp-page-title-7 h1::after, #sp-page-title-8 h1::after, #sp-page-title-9 h1::after{
  background-color : #d1d1d1;
  margin-left : 18px;
  width : 100%;
  height : 1px;
  position : absolute;
  top : 50%;
  content : '';
}

#sp-page-title-1 h1::before, #sp-page-title-10 h1::before, #sp-page-title-11 h1::before, #sp-page-title-12 h1::before, #sp-page-title-13 h1::before, #sp-page-title-14 h1::before, #sp-page-title-15 h1::before, #sp-page-title-16 h1::before, #sp-page-title-17 h1::before, #sp-page-title-18 h1::before, #sp-page-title-19 h1::before, #sp-page-title-2 h1::before, #sp-page-title-3 h1::before, #sp-page-title-4 h1::before, #sp-page-title-5 h1::before, #sp-page-title-6 h1::before, #sp-page-title-7 h1::before, #sp-page-title-8 h1::before, #sp-page-title-9 h1::before{
  background-color : #ffffff;
  width : 20px;
  height : 1px;
  position : absolute;
  top : 50%;
  right : 0px;
  z-index : 10;
  content : '';
}

.page-access#content #page-content, .page-blog#content #page-content, .page-concept#content #page-content, .page-contact#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom11#content #page-content, .page-custom12#content #page-content, .page-custom2#content #page-content, .page-custom3#content #page-content, .page-custom4#content #page-content, .page-custom5#content #page-content, .page-custom7#content #page-content, .page-custom8#content #page-content, .page-custom9#content #page-content, .page-report#content #page-content, .page-report1#content #page-content, .page-schedule#content #page-content, .page-toppage#content #page-content, #sp-block-container-2, #sp-block-container-3{
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
}

.page-access#content #page-content > blockquote, .page-blog#content #page-content > blockquote, .page-concept#content #page-content > blockquote, .page-contact#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom10#content #page-content > blockquote, .page-custom11#content #page-content > blockquote, .page-custom12#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom7#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-custom9#content #page-content > blockquote, .page-report#content #page-content > blockquote, .page-report1#content #page-content > blockquote, .page-schedule#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-3 > blockquote{
  background-color : #f5f5f5;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  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;
}

.page-access#content #page-content > blockquote p, .page-blog#content #page-content > blockquote p, .page-concept#content #page-content > blockquote p, .page-contact#content #page-content > blockquote p, .page-custom#content #page-content > blockquote p, .page-custom1#content #page-content > blockquote p, .page-custom10#content #page-content > blockquote p, .page-custom11#content #page-content > blockquote p, .page-custom12#content #page-content > blockquote p, .page-custom2#content #page-content > blockquote p, .page-custom3#content #page-content > blockquote p, .page-custom4#content #page-content > blockquote p, .page-custom5#content #page-content > blockquote p, .page-custom7#content #page-content > blockquote p, .page-custom8#content #page-content > blockquote p, .page-custom9#content #page-content > blockquote p, .page-report#content #page-content > blockquote p, .page-report1#content #page-content > blockquote p, .page-schedule#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-2 > blockquote p, #sp-block-container-3 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-access#content #page-content > blockquote p:first-child, .page-blog#content #page-content > blockquote p:first-child, .page-concept#content #page-content > blockquote p:first-child, .page-contact#content #page-content > blockquote p:first-child, .page-custom#content #page-content > blockquote p:first-child, .page-custom1#content #page-content > blockquote p:first-child, .page-custom10#content #page-content > blockquote p:first-child, .page-custom11#content #page-content > blockquote p:first-child, .page-custom12#content #page-content > blockquote p:first-child, .page-custom2#content #page-content > blockquote p:first-child, .page-custom3#content #page-content > blockquote p:first-child, .page-custom4#content #page-content > blockquote p:first-child, .page-custom5#content #page-content > blockquote p:first-child, .page-custom7#content #page-content > blockquote p:first-child, .page-custom8#content #page-content > blockquote p:first-child, .page-custom9#content #page-content > blockquote p:first-child, .page-report#content #page-content > blockquote p:first-child, .page-report1#content #page-content > blockquote p:first-child, .page-schedule#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child, #sp-block-container-2 > blockquote p:first-child, #sp-block-container-3 > blockquote p:first-child{
  margin-top : 0px;
}

.page-access#content #page-content > h1, .page-blog#content #page-content > h1, .page-concept#content #page-content > h1, .page-contact#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom9#content #page-content > h1, .page-report#content #page-content > h1, .page-report1#content #page-content > h1, .page-schedule#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-2 > h1, #sp-block-container-3 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.12;
  color : #353535;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > h2, .page-blog#content #page-content > h2, .page-concept#content #page-content > h2, .page-contact#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom9#content #page-content > h2, .page-report#content #page-content > h2, .page-report1#content #page-content > h2, .page-schedule#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-2 > h2, #sp-block-container-3 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.12;
  color : #353535;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > h3, .page-blog#content #page-content > h3, .page-concept#content #page-content > h3, .page-contact#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom9#content #page-content > h3, .page-report#content #page-content > h3, .page-report1#content #page-content > h3, .page-schedule#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-2 > h3, #sp-block-container-3 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  line-height : 1.25;
  color : #353535;
  padding-bottom : 8px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > h4, .page-blog#content #page-content > h4, .page-concept#content #page-content > h4, .page-contact#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom9#content #page-content > h4, .page-report#content #page-content > h4, .page-report1#content #page-content > h4, .page-schedule#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-2 > h4, #sp-block-container-3 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  line-height : 1.33;
  color : #353535;
  padding-bottom : 7px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > h5, .page-blog#content #page-content > h5, .page-concept#content #page-content > h5, .page-contact#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom9#content #page-content > h5, .page-report#content #page-content > h5, .page-report1#content #page-content > h5, .page-schedule#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-2 > h5, #sp-block-container-3 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  line-height : 1.43;
  color : #353535;
  padding-bottom : 6px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > h6, .page-blog#content #page-content > h6, .page-concept#content #page-content > h6, .page-contact#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom9#content #page-content > h6, .page-report#content #page-content > h6, .page-report1#content #page-content > h6, .page-schedule#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-2 > h6, #sp-block-container-3 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  line-height : 1.54;
  color : #353535;
  padding-bottom : 4px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d1d1d1;
}

.page-access#content #page-content > hr, .page-blog#content #page-content > hr, .page-concept#content #page-content > hr, .page-contact#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom9#content #page-content > hr, .page-report#content #page-content > hr, .page-report1#content #page-content > hr, .page-schedule#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-2 > hr, #sp-block-container-3 > hr{
  margin-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d1d1d1;
}

.page-access#content #page-content > img, .page-blog#content #page-content > img, .page-concept#content #page-content > img, .page-contact#content #page-content > img, .page-custom#content #page-content > img, .page-custom1#content #page-content > img, .page-custom10#content #page-content > img, .page-custom11#content #page-content > img, .page-custom12#content #page-content > img, .page-custom2#content #page-content > img, .page-custom3#content #page-content > img, .page-custom4#content #page-content > img, .page-custom5#content #page-content > img, .page-custom7#content #page-content > img, .page-custom8#content #page-content > img, .page-custom9#content #page-content > img, .page-report#content #page-content > img, .page-report1#content #page-content > img, .page-schedule#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-2 > img, #sp-block-container-3 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > ins, .page-blog#content #page-content > ins, .page-concept#content #page-content > ins, .page-contact#content #page-content > ins, .page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom10#content #page-content > ins, .page-custom11#content #page-content > ins, .page-custom12#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom4#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom7#content #page-content > ins, .page-custom8#content #page-content > ins, .page-custom9#content #page-content > ins, .page-report#content #page-content > ins, .page-report1#content #page-content > ins, .page-schedule#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-2 > ins, #sp-block-container-3 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-access#content #page-content > ol, .page-blog#content #page-content > ol, .page-concept#content #page-content > ol, .page-contact#content #page-content > ol, .page-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom10#content #page-content > ol, .page-custom11#content #page-content > ol, .page-custom12#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom4#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom7#content #page-content > ol, .page-custom8#content #page-content > ol, .page-custom9#content #page-content > ol, .page-report#content #page-content > ol, .page-report1#content #page-content > ol, .page-schedule#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-2 > ol, #sp-block-container-3 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-access#content #page-content > ol ol, .page-blog#content #page-content > ol ol, .page-concept#content #page-content > ol ol, .page-contact#content #page-content > ol ol, .page-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom10#content #page-content > ol ol, .page-custom11#content #page-content > ol ol, .page-custom12#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom7#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-custom9#content #page-content > ol ol, .page-report#content #page-content > ol ol, .page-report1#content #page-content > ol ol, .page-schedule#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-3 > ol ol{
  margin-bottom : 0px;
}

.page-access#content #page-content > p, .page-blog#content #page-content > p, .page-concept#content #page-content > p, .page-contact#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom2#content #page-content > p, .page-custom3#content #page-content > p, .page-custom4#content #page-content > p, .page-custom5#content #page-content > p, .page-custom7#content #page-content > p, .page-custom8#content #page-content > p, .page-custom9#content #page-content > p, .page-report#content #page-content > p, .page-report1#content #page-content > p, .page-schedule#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-2 > p, #sp-block-container-3 > p{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-access#content #page-content > pre, .page-blog#content #page-content > pre, .page-concept#content #page-content > pre, .page-contact#content #page-content > pre, .page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom10#content #page-content > pre, .page-custom11#content #page-content > pre, .page-custom12#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom4#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom7#content #page-content > pre, .page-custom8#content #page-content > pre, .page-custom9#content #page-content > pre, .page-report#content #page-content > pre, .page-report1#content #page-content > pre, .page-schedule#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-2 > pre, #sp-block-container-3 > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-2 > ul > li > a{
    font-weight : bold;
    line-height : 1;
    color : #868990;
    vertical-align : middle;
    display : inline-block;
  }

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

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

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

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

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

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

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

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

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

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

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

#sp-image-28{
  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-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-113, #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-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-23, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #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-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #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-7, #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-8, #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-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-image-91, #sp-image-92, #sp-image-93{
  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-111, #sp-image-112, #sp-image-21, #sp-image-22, #sp-image-37, #sp-image-53, #sp-image-94, #sp-image-95, #sp-image-96{
  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;
  max-width : 100%;
}

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

#sp-image-29{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 3px 4px rgba(0, 0, 0, 0.5);
  max-width : 100%;
}

#breadcrumb-list{
  font-size : 1rem;
  line-height : 1.8;
  background-color : #e9e9e9;
  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;
}

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

  #breadcrumb-list{
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #ffebeb;
  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-top-width : 3px;
  border-top-style : solid;
  border-top-color : #ff9e9e;
}

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

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

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

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

#sp-site-navigation-1 ul ul{
  background-color : #ffebeb;
  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-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;
  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 : #ffb8b8;
}

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

#sp-site-navigation-1 > ul{
  background-color : #ffebeb;
  margin-top : 2px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #ff9e9e;
}

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

#sp-site-navigation-1 > ul > li{
  border-left-width : 1px;
  border-left-style : dotted;
  border-left-color : #ff9e9e;
  width : auto;
  float : left;
  position : relative;
}

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

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

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

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

#sp-site-navigation-1 > ul > li:first-child{
  border-left-width : medium;
  border-left-style : none;
  border-left-color : initial;
}

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

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

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

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

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

  #sp-site-navigation-1 .menu-toggle{
    background-color : #ff9e9e;
    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;
    border-top-width : medium;
    border-bottom-width : 1px;
    border-top-style : none;
    border-bottom-style : solid;
    border-top-color : initial;
    border-bottom-color : #ff9e9e;
    display : none;
    cursor : pointer;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1 > ul > li{
    border-left-width : medium;
    border-bottom-width : 1px;
    border-left-style : none;
    border-bottom-style : dotted;
    border-left-color : initial;
    border-bottom-color : #ff9e9e;
    border-top-left-radius : 0px 0px;
    border-top-right-radius : 0px 0px;
    border-bottom-right-radius : 0px 0px;
    border-bottom-left-radius : 0px 0px;
  }

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

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

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

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

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

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

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

#sp-image-5{
  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 : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-image-7{
  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 : #d11349;
  border-left-color : #d11349;
  border-right-color : #d11349;
  border-bottom-color : #d11349;
}

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

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

  #sp-block-container-3{
    min-height : 56px;
  }

  #sp-image-1{
    width : 858px;
    height : 361px;
  }

  #sp-image-10{
    margin-bottom : 0px;
  }

  #sp-image-100{
    height : 1104px;
  }

  #sp-image-101{
    height : 1104px;
  }

  #sp-image-102{
    height : 1104px;
  }

  #sp-image-103{
    height : 1104px;
  }

  #sp-image-104{
    height : 1104px;
  }

  #sp-image-105{
    height : 1104px;
  }

  #sp-image-106{
    height : 1104px;
  }

  #sp-image-107{
    height : 1104px;
  }

  #sp-image-108{
    height : 1104px;
  }

  #sp-image-109{
    height : 1104px;
  }

  #sp-image-11{
    width : 682px;
    height : 989px;
  }

  #sp-image-110{
    height : 1104px;
  }

  #sp-image-111{
    height : 1104px;
  }

  #sp-image-112{
    height : 1104px;
  }

  #sp-image-113{
    height : 1104px;
  }

  #sp-image-114{
    height : 1104px;
  }

  #sp-image-115{
    height : 1104px;
  }

  #sp-image-116{
    height : 1104px;
  }

  #sp-image-117{
    height : 1104px;
  }

  #sp-image-118{
    height : 1104px;
  }

  #sp-image-119{
    height : 1104px;
  }

  #sp-image-12{
    width : 682px;
    height : 1004px;
  }

  #sp-image-120{
    height : 1104px;
  }

  #sp-image-121{
    height : 1104px;
  }

  #sp-image-122{
    height : 1104px;
  }

  #sp-image-123{
    height : 1104px;
  }

  #sp-image-124{
    height : 1104px;
  }

  #sp-image-125{
    height : 1104px;
  }

  #sp-image-126{
    height : 1104px;
  }

  #sp-image-127{
    height : 1104px;
  }

  #sp-image-128{
    height : 1104px;
  }

  #sp-image-129{
    height : 1104px;
  }

  #sp-image-13{
    width : 682px;
    height : 962px;
  }

  #sp-image-130{
    height : 1104px;
  }

  #sp-image-131{
    height : 1104px;
  }

  #sp-image-132{
    height : 1104px;
  }

  #sp-image-133{
    height : 1104px;
  }

  #sp-image-134{
    height : 1104px;
  }

  #sp-image-135{
    height : 1104px;
  }

  #sp-image-136{
    height : 1104px;
  }

  #sp-image-137{
    height : 1104px;
  }

  #sp-image-138{
    height : 1104px;
  }

  #sp-image-139{
    width : 497px;
    height : 721px;
  }

  #sp-image-14{
    width : 682px;
    height : 992px;
  }

  #sp-image-141{
    width : 488px;
    height : 724px;
  }

  #sp-image-142{
    width : 586px;
    height : 927px;
  }

  #sp-image-143{
    width : 524px;
    height : 763px;
  }

  #sp-image-18{
    width : 686px;
    height : 975px;
  }

  #sp-image-19{
    width : 683px;
    height : 966px;
  }

  #sp-image-2{
    width : 200%;
  }

  #sp-image-20{
    width : 683px;
    height : 1016px;
  }

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

  #sp-image-22{
    margin-top : 0px;
    width : 683px;
    height : 952px;
  }

  #sp-image-23{
    width : 685px;
    height : 800px;
  }

  #sp-image-24{
    width : 690px;
    height : 997px;
  }

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

  #sp-image-26{
    width : 692px;
    height : 803px;
  }

  #sp-image-27{
    width : 693px;
    height : 766px;
  }

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

  #sp-image-3{
    width : 356px;
    height : 268px;
  }

  #sp-image-30{
    width : 800px;
    height : 890px;
  }

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

  #sp-image-32{
    width : 798px;
    height : 1128px;
  }

  #sp-image-34{
    height : 1104px;
  }

  #sp-image-35{
    height : 1104px;
  }

  #sp-image-36{
    height : 1104px;
  }

  #sp-image-37{
    height : 1104px;
  }

  #sp-image-38{
    height : 1104px;
  }

  #sp-image-39{
    width : auto;
    height : 1104px;
  }

  #sp-image-4{
    width : 373px;
    height : 457px;
  }

  #sp-image-40{
    width : auto;
    height : 1104px;
  }

  #sp-image-41{
    width : auto;
    height : 1104px;
  }

  #sp-image-42{
    width : auto;
    height : 1104px;
  }

  #sp-image-43{
    width : auto;
    height : 1104px;
  }

  #sp-image-45{
    width : 754px;
    height : 1011px;
  }

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

  #sp-image-47{
    width : 756px;
    height : 1101px;
  }

  #sp-image-48{
    width : 798px;
    height : 1185px;
  }

  #sp-image-49{
    height : 1104px;
  }

  #sp-image-5{
    width : auto;
    height : auto;
  }

  #sp-image-50{
    height : 1104px;
  }

  #sp-image-51{
    height : 1104px;
  }

  #sp-image-52{
    height : 1104px;
  }

  #sp-image-53{
    height : 1104px;
  }

  #sp-image-54{
    width : auto;
    height : 1104px;
  }

  #sp-image-55{
    width : auto;
    height : 1104px;
  }

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

  #sp-image-57{
    width : auto;
    height : 1104px;
  }

  #sp-image-58{
    width : auto;
    height : 1104px;
  }

  #sp-image-59{
    width : auto;
    height : 1104px;
  }

  #sp-image-6{
    width : 237px;
    height : 187px;
  }

  #sp-image-60{
    width : auto;
    height : 1066px;
  }

  #sp-image-61{
    width : auto;
    height : 1104px;
  }

  #sp-image-62{
    width : auto;
    height : 1104px;
  }

  #sp-image-63{
    width : auto;
    height : 1104px;
  }

  #sp-image-64{
    width : auto;
    height : 1104px;
  }

  #sp-image-65{
    width : auto;
    height : 1104px;
  }

  #sp-image-66{
    width : auto;
    height : 1104px;
  }

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

  #sp-image-68{
    width : auto;
    height : 1104px;
  }

  #sp-image-69{
    width : auto;
    height : 1104px;
  }

  #sp-image-7{
    width : 693px;
    height : 791px;
  }

  #sp-image-70{
    width : auto;
    height : 1104px;
  }

  #sp-image-71{
    width : auto;
    height : 1104px;
  }

  #sp-image-72{
    width : auto;
    height : 1092px;
  }

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

  #sp-image-74{
    width : auto;
    height : 1180px;
  }

  #sp-image-75{
    width : auto;
    height : 1154px;
  }

  #sp-image-76{
    width : auto;
    height : 1190px;
  }

  #sp-image-77{
    width : auto;
    height : 1150px;
  }

  #sp-image-78{
    width : auto;
    height : 1200px;
  }

  #sp-image-79{
    width : auto;
    height : 1163px;
  }

  #sp-image-80{
    width : auto;
    height : 1104px;
  }

  #sp-image-81{
    width : auto;
    height : 1104px;
  }

  #sp-image-82{
    width : auto;
    height : 1104px;
  }

  #sp-image-83{
    width : auto;
    height : 1104px;
  }

  #sp-image-84{
    width : auto;
    height : 1104px;
  }

  #sp-image-85{
    width : auto;
    height : 1104px;
  }

  #sp-image-86{
    width : auto;
    height : 1104px;
  }

  #sp-image-87{
    width : auto;
    height : 1104px;
  }

  #sp-image-88{
    width : auto;
    height : 1104px;
  }

  #sp-image-89{
    width : auto;
    height : 1104px;
  }

  #sp-image-90{
    width : auto;
    height : 1104px;
  }

  #sp-image-91{
    width : auto;
    height : 1104px;
  }

  #sp-image-92{
    width : auto;
    height : 1104px;
  }

  #sp-image-93{
    width : auto;
    height : 1104px;
  }

  #sp-image-94{
    width : auto;
    height : 1104px;
  }

  #sp-image-95{
    width : auto;
    height : 1104px;
  }

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

  #sp-image-97{
    height : 1104px;
  }

  #sp-image-98{
    height : 1104px;
  }

  #sp-image-99{
    height : 1104px;
  }

  #sp-site-navigation-1{
    margin-top : 0px;
    margin-left : -923px;
    margin-right : -889px;
    margin-bottom : 0px;
    width : 932px;
    float : none;
    position : absolute;
    top : -2px;
    bottom : auto;
    right : auto;
    left : 847px;
    z-index : 2;
  }
}