#colophon{
  background-color : #3c3f53;
  background-image : url(img/line-01.gif);
  background-repeat : repeat-x;
}

#content{
  min-height : 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-google-map{
  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 : #3c3f53;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

a:focus{
  color : #3c3f53;
  text-decoration : underline;
}

a:link{
  color : #3c3f53;
  text-decoration : none;
}

a:visited{
  color : #3c3f53;
  text-decoration : none;
}

a:hover{
  color : #3c3f53;
  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 : #fafafa;
  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{
    padding-top : 25px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    margin-top : 20px;
  }

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

  #contenthead{
    margin-bottom : 20px;
  }

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

  #masthead{
    margin-bottom : 20px;
  }

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

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

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

  .sp-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 : 900px;
  }
}

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

  #content{
    width : 670px;
    float : left;
  }

  #contenthead{
    width : 900px;
  }

  #main-inner{
    width : 900px;
  }

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

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

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

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

#sp-table-1 td, #sp-table-10 td, #sp-table-100 td, #sp-table-101 td, #sp-table-102 td, #sp-table-103 td, #sp-table-104 td, #sp-table-106 td, #sp-table-107 td, #sp-table-108 td, #sp-table-109 td, #sp-table-11 td, #sp-table-110 td, #sp-table-111 td, #sp-table-112 td, #sp-table-113 td, #sp-table-114 td, #sp-table-115 td, #sp-table-116 td, #sp-table-117 td, #sp-table-118 td, #sp-table-119 td, #sp-table-12 td, #sp-table-120 td, #sp-table-121 td, #sp-table-122 td, #sp-table-123 td, #sp-table-124 td, #sp-table-125 td, #sp-table-126 td, #sp-table-127 td, #sp-table-128 td, #sp-table-129 td, #sp-table-13 td, #sp-table-130 td, #sp-table-131 td, #sp-table-132 td, #sp-table-133 td, #sp-table-134 td, #sp-table-135 td, #sp-table-136 td, #sp-table-137 td, #sp-table-138 td, #sp-table-139 td, #sp-table-14 td, #sp-table-140 td, #sp-table-141 td, #sp-table-15 td, #sp-table-16 td, #sp-table-17 td, #sp-table-18 td, #sp-table-19 td, #sp-table-2 td, #sp-table-20 td, #sp-table-21 td, #sp-table-22 td, #sp-table-23 td, #sp-table-24 td, #sp-table-25 td, #sp-table-26 td, #sp-table-27 td, #sp-table-28 td, #sp-table-29 td, #sp-table-3 td, #sp-table-30 td, #sp-table-31 td, #sp-table-32 td, #sp-table-33 td, #sp-table-34 td, #sp-table-35 td, #sp-table-36 td, #sp-table-37 td, #sp-table-38 td, #sp-table-39 td, #sp-table-4 td, #sp-table-40 td, #sp-table-41 td, #sp-table-42 td, #sp-table-43 td, #sp-table-44 td, #sp-table-45 td, #sp-table-46 td, #sp-table-47 td, #sp-table-48 td, #sp-table-49 td, #sp-table-5 td, #sp-table-50 td, #sp-table-51 td, #sp-table-52 td, #sp-table-53 td, #sp-table-54 td, #sp-table-55 td, #sp-table-56 td, #sp-table-57 td, #sp-table-58 td, #sp-table-59 td, #sp-table-6 td, #sp-table-60 td, #sp-table-61 td, #sp-table-62 td, #sp-table-63 td, #sp-table-64 td, #sp-table-65 td, #sp-table-66 td, #sp-table-67 td, #sp-table-68 td, #sp-table-69 td, #sp-table-7 td, #sp-table-70 td, #sp-table-71 td, #sp-table-72 td, #sp-table-73 td, #sp-table-74 td, #sp-table-75 td, #sp-table-76 td, #sp-table-77 td, #sp-table-78 td, #sp-table-79 td, #sp-table-8 td, #sp-table-80 td, #sp-table-81 td, #sp-table-82 td, #sp-table-83 td, #sp-table-84 td, #sp-table-85 td, #sp-table-86 td, #sp-table-87 td, #sp-table-88 td, #sp-table-89 td, #sp-table-9 td, #sp-table-90 td, #sp-table-91 td, #sp-table-92 td, #sp-table-93 td, #sp-table-94 td, #sp-table-95 td, #sp-table-96 td, #sp-table-97 td, #sp-table-98 td, #sp-table-99 td{
  font-size : 16px;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 th, #sp-table-10 th, #sp-table-100 th, #sp-table-101 th, #sp-table-102 th, #sp-table-103 th, #sp-table-104 th, #sp-table-106 th, #sp-table-107 th, #sp-table-108 th, #sp-table-109 th, #sp-table-11 th, #sp-table-110 th, #sp-table-111 th, #sp-table-112 th, #sp-table-113 th, #sp-table-114 th, #sp-table-115 th, #sp-table-116 th, #sp-table-117 th, #sp-table-118 th, #sp-table-119 th, #sp-table-12 th, #sp-table-120 th, #sp-table-121 th, #sp-table-122 th, #sp-table-123 th, #sp-table-124 th, #sp-table-125 th, #sp-table-126 th, #sp-table-127 th, #sp-table-128 th, #sp-table-129 th, #sp-table-13 th, #sp-table-130 th, #sp-table-131 th, #sp-table-132 th, #sp-table-133 th, #sp-table-134 th, #sp-table-135 th, #sp-table-136 th, #sp-table-137 th, #sp-table-138 th, #sp-table-139 th, #sp-table-14 th, #sp-table-140 th, #sp-table-141 th, #sp-table-15 th, #sp-table-16 th, #sp-table-17 th, #sp-table-18 th, #sp-table-19 th, #sp-table-2 th, #sp-table-20 th, #sp-table-21 th, #sp-table-22 th, #sp-table-23 th, #sp-table-24 th, #sp-table-25 th, #sp-table-26 th, #sp-table-27 th, #sp-table-28 th, #sp-table-29 th, #sp-table-3 th, #sp-table-30 th, #sp-table-31 th, #sp-table-32 th, #sp-table-33 th, #sp-table-34 th, #sp-table-35 th, #sp-table-36 th, #sp-table-37 th, #sp-table-38 th, #sp-table-39 th, #sp-table-4 th, #sp-table-40 th, #sp-table-41 th, #sp-table-42 th, #sp-table-43 th, #sp-table-44 th, #sp-table-45 th, #sp-table-46 th, #sp-table-47 th, #sp-table-48 th, #sp-table-49 th, #sp-table-5 th, #sp-table-50 th, #sp-table-51 th, #sp-table-52 th, #sp-table-53 th, #sp-table-54 th, #sp-table-55 th, #sp-table-56 th, #sp-table-57 th, #sp-table-58 th, #sp-table-59 th, #sp-table-6 th, #sp-table-60 th, #sp-table-61 th, #sp-table-62 th, #sp-table-63 th, #sp-table-64 th, #sp-table-65 th, #sp-table-66 th, #sp-table-67 th, #sp-table-68 th, #sp-table-69 th, #sp-table-7 th, #sp-table-70 th, #sp-table-71 th, #sp-table-72 th, #sp-table-73 th, #sp-table-74 th, #sp-table-75 th, #sp-table-76 th, #sp-table-77 th, #sp-table-78 th, #sp-table-79 th, #sp-table-8 th, #sp-table-80 th, #sp-table-81 th, #sp-table-82 th, #sp-table-83 th, #sp-table-84 th, #sp-table-85 th, #sp-table-86 th, #sp-table-87 th, #sp-table-88 th, #sp-table-89 th, #sp-table-9 th, #sp-table-90 th, #sp-table-91 th, #sp-table-92 th, #sp-table-93 th, #sp-table-94 th, #sp-table-95 th, #sp-table-96 th, #sp-table-97 th, #sp-table-98 th, #sp-table-99 th{
  font-size : 16px;
  font-weight : normal;
  color : #676767;
  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;
  vertical-align : middle;
  text-align : center;
  padding-top : 12px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 12px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
}

#sp-table-1 th.col-title, #sp-table-10 th.col-title, #sp-table-100 th.col-title, #sp-table-101 th.col-title, #sp-table-102 th.col-title, #sp-table-103 th.col-title, #sp-table-104 th.col-title, #sp-table-106 th.col-title, #sp-table-107 th.col-title, #sp-table-108 th.col-title, #sp-table-109 th.col-title, #sp-table-11 th.col-title, #sp-table-110 th.col-title, #sp-table-111 th.col-title, #sp-table-112 th.col-title, #sp-table-113 th.col-title, #sp-table-114 th.col-title, #sp-table-115 th.col-title, #sp-table-116 th.col-title, #sp-table-117 th.col-title, #sp-table-118 th.col-title, #sp-table-119 th.col-title, #sp-table-12 th.col-title, #sp-table-120 th.col-title, #sp-table-121 th.col-title, #sp-table-122 th.col-title, #sp-table-123 th.col-title, #sp-table-124 th.col-title, #sp-table-125 th.col-title, #sp-table-126 th.col-title, #sp-table-127 th.col-title, #sp-table-128 th.col-title, #sp-table-129 th.col-title, #sp-table-13 th.col-title, #sp-table-130 th.col-title, #sp-table-131 th.col-title, #sp-table-132 th.col-title, #sp-table-133 th.col-title, #sp-table-134 th.col-title, #sp-table-135 th.col-title, #sp-table-136 th.col-title, #sp-table-137 th.col-title, #sp-table-138 th.col-title, #sp-table-139 th.col-title, #sp-table-14 th.col-title, #sp-table-140 th.col-title, #sp-table-141 th.col-title, #sp-table-15 th.col-title, #sp-table-16 th.col-title, #sp-table-17 th.col-title, #sp-table-18 th.col-title, #sp-table-19 th.col-title, #sp-table-2 th.col-title, #sp-table-20 th.col-title, #sp-table-21 th.col-title, #sp-table-22 th.col-title, #sp-table-23 th.col-title, #sp-table-24 th.col-title, #sp-table-25 th.col-title, #sp-table-26 th.col-title, #sp-table-27 th.col-title, #sp-table-28 th.col-title, #sp-table-29 th.col-title, #sp-table-3 th.col-title, #sp-table-30 th.col-title, #sp-table-31 th.col-title, #sp-table-32 th.col-title, #sp-table-33 th.col-title, #sp-table-34 th.col-title, #sp-table-35 th.col-title, #sp-table-36 th.col-title, #sp-table-37 th.col-title, #sp-table-38 th.col-title, #sp-table-39 th.col-title, #sp-table-4 th.col-title, #sp-table-40 th.col-title, #sp-table-41 th.col-title, #sp-table-42 th.col-title, #sp-table-43 th.col-title, #sp-table-44 th.col-title, #sp-table-45 th.col-title, #sp-table-46 th.col-title, #sp-table-47 th.col-title, #sp-table-48 th.col-title, #sp-table-49 th.col-title, #sp-table-5 th.col-title, #sp-table-50 th.col-title, #sp-table-51 th.col-title, #sp-table-52 th.col-title, #sp-table-53 th.col-title, #sp-table-54 th.col-title, #sp-table-55 th.col-title, #sp-table-56 th.col-title, #sp-table-57 th.col-title, #sp-table-58 th.col-title, #sp-table-59 th.col-title, #sp-table-6 th.col-title, #sp-table-60 th.col-title, #sp-table-61 th.col-title, #sp-table-62 th.col-title, #sp-table-63 th.col-title, #sp-table-64 th.col-title, #sp-table-65 th.col-title, #sp-table-66 th.col-title, #sp-table-67 th.col-title, #sp-table-68 th.col-title, #sp-table-69 th.col-title, #sp-table-7 th.col-title, #sp-table-70 th.col-title, #sp-table-71 th.col-title, #sp-table-72 th.col-title, #sp-table-73 th.col-title, #sp-table-74 th.col-title, #sp-table-75 th.col-title, #sp-table-76 th.col-title, #sp-table-77 th.col-title, #sp-table-78 th.col-title, #sp-table-79 th.col-title, #sp-table-8 th.col-title, #sp-table-80 th.col-title, #sp-table-81 th.col-title, #sp-table-82 th.col-title, #sp-table-83 th.col-title, #sp-table-84 th.col-title, #sp-table-85 th.col-title, #sp-table-86 th.col-title, #sp-table-87 th.col-title, #sp-table-88 th.col-title, #sp-table-89 th.col-title, #sp-table-9 th.col-title, #sp-table-90 th.col-title, #sp-table-91 th.col-title, #sp-table-92 th.col-title, #sp-table-93 th.col-title, #sp-table-94 th.col-title, #sp-table-95 th.col-title, #sp-table-96 th.col-title, #sp-table-97 th.col-title, #sp-table-98 th.col-title, #sp-table-99 th.col-title{
  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;
}

#sp-table-1 tr:first-child th.col-title, #sp-table-10 tr:first-child th.col-title, #sp-table-100 tr:first-child th.col-title, #sp-table-101 tr:first-child th.col-title, #sp-table-102 tr:first-child th.col-title, #sp-table-103 tr:first-child th.col-title, #sp-table-104 tr:first-child th.col-title, #sp-table-106 tr:first-child th.col-title, #sp-table-107 tr:first-child th.col-title, #sp-table-108 tr:first-child th.col-title, #sp-table-109 tr:first-child th.col-title, #sp-table-11 tr:first-child th.col-title, #sp-table-110 tr:first-child th.col-title, #sp-table-111 tr:first-child th.col-title, #sp-table-112 tr:first-child th.col-title, #sp-table-113 tr:first-child th.col-title, #sp-table-114 tr:first-child th.col-title, #sp-table-115 tr:first-child th.col-title, #sp-table-116 tr:first-child th.col-title, #sp-table-117 tr:first-child th.col-title, #sp-table-118 tr:first-child th.col-title, #sp-table-119 tr:first-child th.col-title, #sp-table-12 tr:first-child th.col-title, #sp-table-120 tr:first-child th.col-title, #sp-table-121 tr:first-child th.col-title, #sp-table-122 tr:first-child th.col-title, #sp-table-123 tr:first-child th.col-title, #sp-table-124 tr:first-child th.col-title, #sp-table-125 tr:first-child th.col-title, #sp-table-126 tr:first-child th.col-title, #sp-table-127 tr:first-child th.col-title, #sp-table-128 tr:first-child th.col-title, #sp-table-129 tr:first-child th.col-title, #sp-table-13 tr:first-child th.col-title, #sp-table-130 tr:first-child th.col-title, #sp-table-131 tr:first-child th.col-title, #sp-table-132 tr:first-child th.col-title, #sp-table-133 tr:first-child th.col-title, #sp-table-134 tr:first-child th.col-title, #sp-table-135 tr:first-child th.col-title, #sp-table-136 tr:first-child th.col-title, #sp-table-137 tr:first-child th.col-title, #sp-table-138 tr:first-child th.col-title, #sp-table-139 tr:first-child th.col-title, #sp-table-14 tr:first-child th.col-title, #sp-table-140 tr:first-child th.col-title, #sp-table-141 tr:first-child th.col-title, #sp-table-15 tr:first-child th.col-title, #sp-table-16 tr:first-child th.col-title, #sp-table-17 tr:first-child th.col-title, #sp-table-18 tr:first-child th.col-title, #sp-table-19 tr:first-child th.col-title, #sp-table-2 tr:first-child th.col-title, #sp-table-20 tr:first-child th.col-title, #sp-table-21 tr:first-child th.col-title, #sp-table-22 tr:first-child th.col-title, #sp-table-23 tr:first-child th.col-title, #sp-table-24 tr:first-child th.col-title, #sp-table-25 tr:first-child th.col-title, #sp-table-26 tr:first-child th.col-title, #sp-table-27 tr:first-child th.col-title, #sp-table-28 tr:first-child th.col-title, #sp-table-29 tr:first-child th.col-title, #sp-table-3 tr:first-child th.col-title, #sp-table-30 tr:first-child th.col-title, #sp-table-31 tr:first-child th.col-title, #sp-table-32 tr:first-child th.col-title, #sp-table-33 tr:first-child th.col-title, #sp-table-34 tr:first-child th.col-title, #sp-table-35 tr:first-child th.col-title, #sp-table-36 tr:first-child th.col-title, #sp-table-37 tr:first-child th.col-title, #sp-table-38 tr:first-child th.col-title, #sp-table-39 tr:first-child th.col-title, #sp-table-4 tr:first-child th.col-title, #sp-table-40 tr:first-child th.col-title, #sp-table-41 tr:first-child th.col-title, #sp-table-42 tr:first-child th.col-title, #sp-table-43 tr:first-child th.col-title, #sp-table-44 tr:first-child th.col-title, #sp-table-45 tr:first-child th.col-title, #sp-table-46 tr:first-child th.col-title, #sp-table-47 tr:first-child th.col-title, #sp-table-48 tr:first-child th.col-title, #sp-table-49 tr:first-child th.col-title, #sp-table-5 tr:first-child th.col-title, #sp-table-50 tr:first-child th.col-title, #sp-table-51 tr:first-child th.col-title, #sp-table-52 tr:first-child th.col-title, #sp-table-53 tr:first-child th.col-title, #sp-table-54 tr:first-child th.col-title, #sp-table-55 tr:first-child th.col-title, #sp-table-56 tr:first-child th.col-title, #sp-table-57 tr:first-child th.col-title, #sp-table-58 tr:first-child th.col-title, #sp-table-59 tr:first-child th.col-title, #sp-table-6 tr:first-child th.col-title, #sp-table-60 tr:first-child th.col-title, #sp-table-61 tr:first-child th.col-title, #sp-table-62 tr:first-child th.col-title, #sp-table-63 tr:first-child th.col-title, #sp-table-64 tr:first-child th.col-title, #sp-table-65 tr:first-child th.col-title, #sp-table-66 tr:first-child th.col-title, #sp-table-67 tr:first-child th.col-title, #sp-table-68 tr:first-child th.col-title, #sp-table-69 tr:first-child th.col-title, #sp-table-7 tr:first-child th.col-title, #sp-table-70 tr:first-child th.col-title, #sp-table-71 tr:first-child th.col-title, #sp-table-72 tr:first-child th.col-title, #sp-table-73 tr:first-child th.col-title, #sp-table-74 tr:first-child th.col-title, #sp-table-75 tr:first-child th.col-title, #sp-table-76 tr:first-child th.col-title, #sp-table-77 tr:first-child th.col-title, #sp-table-78 tr:first-child th.col-title, #sp-table-79 tr:first-child th.col-title, #sp-table-8 tr:first-child th.col-title, #sp-table-80 tr:first-child th.col-title, #sp-table-81 tr:first-child th.col-title, #sp-table-82 tr:first-child th.col-title, #sp-table-83 tr:first-child th.col-title, #sp-table-84 tr:first-child th.col-title, #sp-table-85 tr:first-child th.col-title, #sp-table-86 tr:first-child th.col-title, #sp-table-87 tr:first-child th.col-title, #sp-table-88 tr:first-child th.col-title, #sp-table-89 tr:first-child th.col-title, #sp-table-9 tr:first-child th.col-title, #sp-table-90 tr:first-child th.col-title, #sp-table-91 tr:first-child th.col-title, #sp-table-92 tr:first-child th.col-title, #sp-table-93 tr:first-child th.col-title, #sp-table-94 tr:first-child th.col-title, #sp-table-95 tr:first-child th.col-title, #sp-table-96 tr:first-child th.col-title, #sp-table-97 tr:first-child th.col-title, #sp-table-98 tr:first-child th.col-title, #sp-table-99 tr:first-child th.col-title{
  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;
}

#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-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-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #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-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #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-37, #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-5, #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-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-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-table-105, #sp-table-142, #sp-table-143, #sp-table-144, #sp-table-145, #sp-table-146, #sp-table-147, #sp-table-148, #sp-table-149, #sp-table-150, #sp-table-151, #sp-table-152, #sp-table-153, #sp-table-154, #sp-table-155, #sp-table-156, #sp-table-157, #sp-table-158, #sp-table-159{
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-105 td, #sp-table-142 td, #sp-table-143 td, #sp-table-144 td, #sp-table-145 td, #sp-table-146 td, #sp-table-147 td, #sp-table-148 td, #sp-table-149 td, #sp-table-150 td, #sp-table-151 td, #sp-table-152 td, #sp-table-153 td, #sp-table-154 td, #sp-table-155 td, #sp-table-156 td, #sp-table-157 td, #sp-table-158 td, #sp-table-159 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-105 th, #sp-table-142 th, #sp-table-143 th, #sp-table-144 th, #sp-table-145 th, #sp-table-146 th, #sp-table-147 th, #sp-table-148 th, #sp-table-149 th, #sp-table-150 th, #sp-table-151 th, #sp-table-152 th, #sp-table-153 th, #sp-table-154 th, #sp-table-155 th, #sp-table-156 th, #sp-table-157 th, #sp-table-158 th, #sp-table-159 th{
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-105 > tbody > tr .col-title, #sp-table-142 > tbody > tr .col-title, #sp-table-143 > tbody > tr .col-title, #sp-table-144 > tbody > tr .col-title, #sp-table-145 > tbody > tr .col-title, #sp-table-146 > tbody > tr .col-title, #sp-table-147 > tbody > tr .col-title, #sp-table-148 > tbody > tr .col-title, #sp-table-149 > tbody > tr .col-title, #sp-table-150 > tbody > tr .col-title, #sp-table-151 > tbody > tr .col-title, #sp-table-152 > tbody > tr .col-title, #sp-table-153 > tbody > tr .col-title, #sp-table-154 > tbody > tr .col-title, #sp-table-155 > tbody > tr .col-title, #sp-table-156 > tbody > tr .col-title, #sp-table-157 > tbody > tr .col-title, #sp-table-158 > tbody > tr .col-title, #sp-table-159 > tbody > tr .col-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-105 > tbody > tr .row-title, #sp-table-142 > tbody > tr .row-title, #sp-table-143 > tbody > tr .row-title, #sp-table-144 > tbody > tr .row-title, #sp-table-145 > tbody > tr .row-title, #sp-table-146 > tbody > tr .row-title, #sp-table-147 > tbody > tr .row-title, #sp-table-148 > tbody > tr .row-title, #sp-table-149 > tbody > tr .row-title, #sp-table-150 > tbody > tr .row-title, #sp-table-151 > tbody > tr .row-title, #sp-table-152 > tbody > tr .row-title, #sp-table-153 > tbody > tr .row-title, #sp-table-154 > tbody > tr .row-title, #sp-table-155 > tbody > tr .row-title, #sp-table-156 > tbody > tr .row-title, #sp-table-157 > tbody > tr .row-title, #sp-table-158 > tbody > tr .row-title, #sp-table-159 > tbody > tr .row-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

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

  #sp-table-105, #sp-table-142, #sp-table-143, #sp-table-144, #sp-table-145, #sp-table-146, #sp-table-147, #sp-table-148, #sp-table-149, #sp-table-150, #sp-table-151, #sp-table-152, #sp-table-153, #sp-table-154, #sp-table-155, #sp-table-156, #sp-table-157, #sp-table-158, #sp-table-159{
    width : 100%;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 20px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : auto;
  }

  #sp-site-branding2-1 .extra{
    width : 50%;
    position : absolute;
    top : 45px;
    right : 0px;
  }

  #sp-site-branding2-1 .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-1 .site-description{
    font-size : 1rem;
    font-weight : normal;
    color : #929292;
    text-align : right;
    width : 100%;
    position : absolute;
    top : 15px;
    right : 0px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    width : 430px;
    height : 66px;
    float : left;
    display : block;
  }

  #sp-site-branding2-1 .site-title a{
    text-indent : -9999px;
    overflow : hidden;
  }
}

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

  #sp-site-branding2-1{
    padding-top : 0px;
    width : 100%;
  }

  #sp-site-branding2-1 .extra{
    padding-top : 5px;
    margin-bottom : 0px;
  }

  #sp-site-branding2-1 .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%;
    box-sizing : border-box;
  }

  #sp-site-branding2-1 .site-description{
    margin-top : 10px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 10px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/site-logo.png);
    background-repeat : no-repeat;
    background-position : center top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 100%;
    height : 66px;
    float : none;
    overflow : hidden;
  }

  #sp-site-branding2-1 .site-title a{
    padding-top : 66px;
    padding-left : 66px;
    padding-right : 66px;
    padding-bottom : 66px;
    display : block;
  }
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  background-image : url(img/back-01.png);
}

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

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

#sp-site-navigation-1 ul ul li{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-site-navigation-1 ul ul li a:active{
  color : #ffffff;
  background-color : #3c3f53;
}

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

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

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

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

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

#sp-site-navigation-1 ul ul li > a{
  color : #797979;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 5px;
}

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

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

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

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

#sp-site-navigation-1 > ul > li > a{
  color : #222222;
  padding-top : 1.7em;
  padding-left : 3em;
  padding-right : 3em;
  padding-bottom : 1.7em;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #fafafa;
}

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

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

  #sp-site-navigation-1{
    background-color : #3c3f53;
    background-image : none;
  }

  #sp-site-navigation-1 li > a:active{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
    background-image : none;
  }

  #sp-site-navigation-1 li > a:hover{
    color : #ffffff;
    background-color : rgba(0, 0, 0, 0.3);
    background-image : none;
  }

  #sp-site-navigation-1 ul{
    background-color : #ffffff;
    background-image : url(img/back-01.png);
  }

  #sp-site-navigation-1 ul li{
    color : #ffffff;
    background-repeat : repeat-x;
    background-position : left top;
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    border-left-width : 0px;
  }

  #sp-site-navigation-1 ul li > a{
    line-height : 24px;
    background-repeat : no-repeat;
    background-position : 5px 12px;
    text-decoration : none;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
    float : none;
    display : block;
  }

  #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{
    background-image : none;
    border-bottom-width : medium;
    border-bottom-style : none;
    border-bottom-color : initial;
  }

  #sp-site-navigation-1 ul ul li > a{
    color : #3c3f53;
    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-1 ul ul li > a:hover{
    background-color : rgba(0, 0, 0, 0.3);
  }

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

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

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

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

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

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

#sp-site-navigation-3{
  color : #ffffff;
  background-color : #3c3f53;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 20px;
  width : 100%;
}

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

#sp-site-navigation-3 ul li{
  margin-right : 0px;
}

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

#sp-site-navigation-3 ul li:last-child::after{
  content : none;
}

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

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

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

  #sp-site-navigation-3{
    width : 95%;
  }

  .button-menu#sp-site-navigation-3{
    padding-top : 0px;
    margin-top : 0px;
    border-top-width : 1px;
    border-left-width : 1px;
    border-right-width : 1px;
    border-bottom-width : 1px;
    border-top-style : solid;
    border-left-style : solid;
    border-right-style : solid;
    border-bottom-style : solid;
    border-top-color : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : #ffffff;
  }

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

  #sp-site-navigation-3 > ul li::after{
    content : none;
  }

  #sp-site-navigation-3 > ul ul::before{
    content : none;
  }
}

#sp-site-navigation-2{
  color : #222222;
  background-image : url(img/back-01.png);
  border-top-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : solid;
  border-top-color : #d2c9b8;
  border-bottom-color : #d2c9b8;
}

#sp-site-navigation-2 li.current_page_item > a{
  color : #ffffff;
  background-color : #3c3f53;
}

#sp-site-navigation-2 ul ul li a{
  color : #222222;
  padding-top : 10px;
  padding-left : 40px;
  padding-right : 40px;
  padding-bottom : 10px;
}

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

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

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

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

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

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

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

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

#sp-site-navigation-2 > ul > li > a{
  color : #222222;
}

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

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

  #sp-site-navigation-2{
    background-color : #3c3f53;
    background-image : none;
    padding-top : 0px;
    margin-top : 10px;
    position : relative;
  }

  #sp-site-navigation-2 li a{
    color : #ffffff;
    display : block;
  }

  #sp-site-navigation-2 ul{
    background-color : #ffffff;
    background-image : url(img/back-01.png);
    width : auto;
    height : auto;
  }

  #sp-site-navigation-2 ul li{
    background-repeat : repeat-x;
    background-position : left top;
    padding-left : 0px;
    border-left-width : 0px;
    width : auto;
    float : none;
  }

  #sp-site-navigation-2 ul li a:active{
    color : #ffffff;
    text-decoration : none;
  }

  #sp-site-navigation-2 ul li a:link{
    color : #3c3f53;
    text-decoration : none;
  }

  #sp-site-navigation-2 ul li a:visited{
    color : #3c3f53;
    text-decoration : none;
  }

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

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

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

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

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

  #sp-site-navigation-2 ul li > a{
    line-height : 24px;
    padding-top : 8px;
    padding-left : 25px;
    padding-right : 10px;
    padding-bottom : 7px;
  }

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

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

  #sp-site-navigation-2 ul > li{
    color : #ffffff;
  }

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

#sp-page-title-1, #sp-page-title-10, #sp-page-title-100, #sp-page-title-101, #sp-page-title-102, #sp-page-title-103, #sp-page-title-104, #sp-page-title-105, #sp-page-title-106, #sp-page-title-107, #sp-page-title-108, #sp-page-title-109, #sp-page-title-11, #sp-page-title-110, #sp-page-title-111, #sp-page-title-112, #sp-page-title-113, #sp-page-title-114, #sp-page-title-115, #sp-page-title-116, #sp-page-title-117, #sp-page-title-118, #sp-page-title-119, #sp-page-title-12, #sp-page-title-120, #sp-page-title-121, #sp-page-title-122, #sp-page-title-123, #sp-page-title-124, #sp-page-title-125, #sp-page-title-126, #sp-page-title-127, #sp-page-title-128, #sp-page-title-129, #sp-page-title-13, #sp-page-title-130, #sp-page-title-131, #sp-page-title-132, #sp-page-title-133, #sp-page-title-134, #sp-page-title-135, #sp-page-title-136, #sp-page-title-137, #sp-page-title-138, #sp-page-title-139, #sp-page-title-14, #sp-page-title-140, #sp-page-title-141, #sp-page-title-142, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #sp-page-title-19, #sp-page-title-2, #sp-page-title-20, #sp-page-title-21, #sp-page-title-22, #sp-page-title-23, #sp-page-title-24, #sp-page-title-25, #sp-page-title-26, #sp-page-title-27, #sp-page-title-28, #sp-page-title-29, #sp-page-title-3, #sp-page-title-30, #sp-page-title-31, #sp-page-title-32, #sp-page-title-33, #sp-page-title-34, #sp-page-title-35, #sp-page-title-36, #sp-page-title-37, #sp-page-title-38, #sp-page-title-39, #sp-page-title-4, #sp-page-title-40, #sp-page-title-41, #sp-page-title-42, #sp-page-title-43, #sp-page-title-44, #sp-page-title-45, #sp-page-title-46, #sp-page-title-47, #sp-page-title-48, #sp-page-title-49, #sp-page-title-5, #sp-page-title-50, #sp-page-title-51, #sp-page-title-52, #sp-page-title-53, #sp-page-title-54, #sp-page-title-55, #sp-page-title-56, #sp-page-title-57, #sp-page-title-58, #sp-page-title-59, #sp-page-title-6, #sp-page-title-60, #sp-page-title-61, #sp-page-title-62, #sp-page-title-63, #sp-page-title-64, #sp-page-title-65, #sp-page-title-66, #sp-page-title-67, #sp-page-title-68, #sp-page-title-69, #sp-page-title-7, #sp-page-title-70, #sp-page-title-71, #sp-page-title-72, #sp-page-title-73, #sp-page-title-74, #sp-page-title-75, #sp-page-title-76, #sp-page-title-77, #sp-page-title-78, #sp-page-title-79, #sp-page-title-8, #sp-page-title-80, #sp-page-title-81, #sp-page-title-82, #sp-page-title-83, #sp-page-title-84, #sp-page-title-85, #sp-page-title-86, #sp-page-title-87, #sp-page-title-88, #sp-page-title-89, #sp-page-title-9, #sp-page-title-90, #sp-page-title-91, #sp-page-title-92, #sp-page-title-93, #sp-page-title-94, #sp-page-title-95, #sp-page-title-96, #sp-page-title-97, #sp-page-title-98, #sp-page-title-99{
  background-image : url(img/back-01.png);
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 15px;
  padding-bottom : 0px;
  margin-bottom : 20px;
}

#sp-page-title-1::before, #sp-page-title-10::before, #sp-page-title-100::before, #sp-page-title-101::before, #sp-page-title-102::before, #sp-page-title-103::before, #sp-page-title-104::before, #sp-page-title-105::before, #sp-page-title-106::before, #sp-page-title-107::before, #sp-page-title-108::before, #sp-page-title-109::before, #sp-page-title-11::before, #sp-page-title-110::before, #sp-page-title-111::before, #sp-page-title-112::before, #sp-page-title-113::before, #sp-page-title-114::before, #sp-page-title-115::before, #sp-page-title-116::before, #sp-page-title-117::before, #sp-page-title-118::before, #sp-page-title-119::before, #sp-page-title-12::before, #sp-page-title-120::before, #sp-page-title-121::before, #sp-page-title-122::before, #sp-page-title-123::before, #sp-page-title-124::before, #sp-page-title-125::before, #sp-page-title-126::before, #sp-page-title-127::before, #sp-page-title-128::before, #sp-page-title-129::before, #sp-page-title-13::before, #sp-page-title-130::before, #sp-page-title-131::before, #sp-page-title-132::before, #sp-page-title-133::before, #sp-page-title-134::before, #sp-page-title-135::before, #sp-page-title-136::before, #sp-page-title-137::before, #sp-page-title-138::before, #sp-page-title-139::before, #sp-page-title-14::before, #sp-page-title-140::before, #sp-page-title-141::before, #sp-page-title-142::before, #sp-page-title-15::before, #sp-page-title-16::before, #sp-page-title-17::before, #sp-page-title-18::before, #sp-page-title-19::before, #sp-page-title-2::before, #sp-page-title-20::before, #sp-page-title-21::before, #sp-page-title-22::before, #sp-page-title-23::before, #sp-page-title-24::before, #sp-page-title-25::before, #sp-page-title-26::before, #sp-page-title-27::before, #sp-page-title-28::before, #sp-page-title-29::before, #sp-page-title-3::before, #sp-page-title-30::before, #sp-page-title-31::before, #sp-page-title-32::before, #sp-page-title-33::before, #sp-page-title-34::before, #sp-page-title-35::before, #sp-page-title-36::before, #sp-page-title-37::before, #sp-page-title-38::before, #sp-page-title-39::before, #sp-page-title-4::before, #sp-page-title-40::before, #sp-page-title-41::before, #sp-page-title-42::before, #sp-page-title-43::before, #sp-page-title-44::before, #sp-page-title-45::before, #sp-page-title-46::before, #sp-page-title-47::before, #sp-page-title-48::before, #sp-page-title-49::before, #sp-page-title-5::before, #sp-page-title-50::before, #sp-page-title-51::before, #sp-page-title-52::before, #sp-page-title-53::before, #sp-page-title-54::before, #sp-page-title-55::before, #sp-page-title-56::before, #sp-page-title-57::before, #sp-page-title-58::before, #sp-page-title-59::before, #sp-page-title-6::before, #sp-page-title-60::before, #sp-page-title-61::before, #sp-page-title-62::before, #sp-page-title-63::before, #sp-page-title-64::before, #sp-page-title-65::before, #sp-page-title-66::before, #sp-page-title-67::before, #sp-page-title-68::before, #sp-page-title-69::before, #sp-page-title-7::before, #sp-page-title-70::before, #sp-page-title-71::before, #sp-page-title-72::before, #sp-page-title-73::before, #sp-page-title-74::before, #sp-page-title-75::before, #sp-page-title-76::before, #sp-page-title-77::before, #sp-page-title-78::before, #sp-page-title-79::before, #sp-page-title-8::before, #sp-page-title-80::before, #sp-page-title-81::before, #sp-page-title-82::before, #sp-page-title-83::before, #sp-page-title-84::before, #sp-page-title-85::before, #sp-page-title-86::before, #sp-page-title-87::before, #sp-page-title-88::before, #sp-page-title-89::before, #sp-page-title-9::before, #sp-page-title-90::before, #sp-page-title-91::before, #sp-page-title-92::before, #sp-page-title-93::before, #sp-page-title-94::before, #sp-page-title-95::before, #sp-page-title-96::before, #sp-page-title-97::before, #sp-page-title-98::before, #sp-page-title-99::before{
  border-left-width : 5px;
  border-left-style : solid;
  border-left-color : #3c3f53;
  height : 60%;
  display : block;
  position : absolute;
  top : 20%;
  left : 0px;
  content : "";
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-100 > h1, #sp-page-title-101 > h1, #sp-page-title-102 > h1, #sp-page-title-103 > h1, #sp-page-title-104 > h1, #sp-page-title-105 > h1, #sp-page-title-106 > h1, #sp-page-title-107 > h1, #sp-page-title-108 > h1, #sp-page-title-109 > h1, #sp-page-title-11 > h1, #sp-page-title-110 > h1, #sp-page-title-111 > h1, #sp-page-title-112 > h1, #sp-page-title-113 > h1, #sp-page-title-114 > h1, #sp-page-title-115 > h1, #sp-page-title-116 > h1, #sp-page-title-117 > h1, #sp-page-title-118 > h1, #sp-page-title-119 > h1, #sp-page-title-12 > h1, #sp-page-title-120 > h1, #sp-page-title-121 > h1, #sp-page-title-122 > h1, #sp-page-title-123 > h1, #sp-page-title-124 > h1, #sp-page-title-125 > h1, #sp-page-title-126 > h1, #sp-page-title-127 > h1, #sp-page-title-128 > h1, #sp-page-title-129 > h1, #sp-page-title-13 > h1, #sp-page-title-130 > h1, #sp-page-title-131 > h1, #sp-page-title-132 > h1, #sp-page-title-133 > h1, #sp-page-title-134 > h1, #sp-page-title-135 > h1, #sp-page-title-136 > h1, #sp-page-title-137 > h1, #sp-page-title-138 > h1, #sp-page-title-139 > h1, #sp-page-title-14 > h1, #sp-page-title-140 > h1, #sp-page-title-141 > h1, #sp-page-title-142 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-23 > h1, #sp-page-title-24 > h1, #sp-page-title-25 > h1, #sp-page-title-26 > h1, #sp-page-title-27 > h1, #sp-page-title-28 > h1, #sp-page-title-29 > h1, #sp-page-title-3 > h1, #sp-page-title-30 > h1, #sp-page-title-31 > h1, #sp-page-title-32 > h1, #sp-page-title-33 > h1, #sp-page-title-34 > h1, #sp-page-title-35 > h1, #sp-page-title-36 > h1, #sp-page-title-37 > h1, #sp-page-title-38 > h1, #sp-page-title-39 > h1, #sp-page-title-4 > h1, #sp-page-title-40 > h1, #sp-page-title-41 > h1, #sp-page-title-42 > h1, #sp-page-title-43 > h1, #sp-page-title-44 > h1, #sp-page-title-45 > h1, #sp-page-title-46 > h1, #sp-page-title-47 > h1, #sp-page-title-48 > h1, #sp-page-title-49 > h1, #sp-page-title-5 > h1, #sp-page-title-50 > h1, #sp-page-title-51 > h1, #sp-page-title-52 > h1, #sp-page-title-53 > h1, #sp-page-title-54 > h1, #sp-page-title-55 > h1, #sp-page-title-56 > h1, #sp-page-title-57 > h1, #sp-page-title-58 > h1, #sp-page-title-59 > h1, #sp-page-title-6 > h1, #sp-page-title-60 > h1, #sp-page-title-61 > h1, #sp-page-title-62 > h1, #sp-page-title-63 > h1, #sp-page-title-64 > h1, #sp-page-title-65 > h1, #sp-page-title-66 > h1, #sp-page-title-67 > h1, #sp-page-title-68 > h1, #sp-page-title-69 > h1, #sp-page-title-7 > h1, #sp-page-title-70 > h1, #sp-page-title-71 > h1, #sp-page-title-72 > h1, #sp-page-title-73 > h1, #sp-page-title-74 > h1, #sp-page-title-75 > h1, #sp-page-title-76 > h1, #sp-page-title-77 > h1, #sp-page-title-78 > h1, #sp-page-title-79 > h1, #sp-page-title-8 > h1, #sp-page-title-80 > h1, #sp-page-title-81 > h1, #sp-page-title-82 > h1, #sp-page-title-83 > h1, #sp-page-title-84 > h1, #sp-page-title-85 > h1, #sp-page-title-86 > h1, #sp-page-title-87 > h1, #sp-page-title-88 > h1, #sp-page-title-89 > h1, #sp-page-title-9 > h1, #sp-page-title-90 > h1, #sp-page-title-91 > h1, #sp-page-title-92 > h1, #sp-page-title-93 > h1, #sp-page-title-94 > h1, #sp-page-title-95 > h1, #sp-page-title-96 > h1, #sp-page-title-97 > h1, #sp-page-title-98 > h1, #sp-page-title-99 > h1{
  font-size : 1.7rem;
  font-weight : bold;
  color : #3c3f53;
}

.page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom100#content #page-content, .page-custom101#content #page-content, .page-custom102#content #page-content, .page-custom103#content #page-content, .page-custom104#content #page-content, .page-custom105#content #page-content, .page-custom106#content #page-content, .page-custom107#content #page-content, .page-custom108#content #page-content, .page-custom109#content #page-content, .page-custom11#content #page-content, .page-custom110#content #page-content, .page-custom111#content #page-content, .page-custom112#content #page-content, .page-custom113#content #page-content, .page-custom114#content #page-content, .page-custom115#content #page-content, .page-custom116#content #page-content, .page-custom117#content #page-content, .page-custom118#content #page-content, .page-custom119#content #page-content, .page-custom12#content #page-content, .page-custom120#content #page-content, .page-custom121#content #page-content, .page-custom122#content #page-content, .page-custom123#content #page-content, .page-custom124#content #page-content, .page-custom125#content #page-content, .page-custom126#content #page-content, .page-custom127#content #page-content, .page-custom128#content #page-content, .page-custom13#content #page-content, .page-custom14#content #page-content, .page-custom15#content #page-content, .page-custom16#content #page-content, .page-custom17#content #page-content, .page-custom18#content #page-content, .page-custom19#content #page-content, .page-custom2#content #page-content, .page-custom20#content #page-content, .page-custom202#content #page-content, .page-custom203#content #page-content, .page-custom204#content #page-content, .page-custom21#content #page-content, .page-custom212#content #page-content, .page-custom22#content #page-content, .page-custom225#content #page-content, .page-custom23#content #page-content, .page-custom24#content #page-content, .page-custom25#content #page-content, .page-custom26#content #page-content, .page-custom27#content #page-content, .page-custom28#content #page-content, .page-custom29#content #page-content, .page-custom3#content #page-content, .page-custom30#content #page-content, .page-custom302#content #page-content, .page-custom303#content #page-content, .page-custom31#content #page-content, .page-custom32#content #page-content, .page-custom33#content #page-content, .page-custom34#content #page-content, .page-custom35#content #page-content, .page-custom36#content #page-content, .page-custom37#content #page-content, .page-custom38#content #page-content, .page-custom39#content #page-content, .page-custom4#content #page-content, .page-custom40#content #page-content, .page-custom402#content #page-content, .page-custom403#content #page-content, .page-custom41#content #page-content, .page-custom42#content #page-content, .page-custom422#content #page-content, .page-custom43#content #page-content, .page-custom44#content #page-content, .page-custom45#content #page-content, .page-custom46#content #page-content, .page-custom47#content #page-content, .page-custom48#content #page-content, .page-custom49#content #page-content, .page-custom5#content #page-content, .page-custom50#content #page-content, .page-custom51#content #page-content, .page-custom512#content #page-content, .page-custom52#content #page-content, .page-custom53#content #page-content, .page-custom54#content #page-content, .page-custom55#content #page-content, .page-custom56#content #page-content, .page-custom57#content #page-content, .page-custom58#content #page-content, .page-custom59#content #page-content, .page-custom6#content #page-content, .page-custom60#content #page-content, .page-custom602#content #page-content, .page-custom61#content #page-content, .page-custom62#content #page-content, .page-custom63#content #page-content, .page-custom64#content #page-content, .page-custom65#content #page-content, .page-custom66#content #page-content, .page-custom67#content #page-content, .page-custom68#content #page-content, .page-custom69#content #page-content, .page-custom7#content #page-content, .page-custom70#content #page-content, .page-custom71#content #page-content, .page-custom72#content #page-content, .page-custom73#content #page-content, .page-custom74#content #page-content, .page-custom75#content #page-content, .page-custom76#content #page-content, .page-custom77#content #page-content, .page-custom78#content #page-content, .page-custom79#content #page-content, .page-custom8#content #page-content, .page-custom80#content #page-content, .page-custom81#content #page-content, .page-custom82#content #page-content, .page-custom83#content #page-content, .page-custom84#content #page-content, .page-custom85#content #page-content, .page-custom86#content #page-content, .page-custom87#content #page-content, .page-custom88#content #page-content, .page-custom89#content #page-content, .page-custom9#content #page-content, .page-custom90#content #page-content, .page-custom91#content #page-content, .page-custom92#content #page-content, .page-custom93#content #page-content, .page-custom94#content #page-content, .page-custom95#content #page-content, .page-custom96#content #page-content, .page-custom97#content #page-content, .page-custom98#content #page-content, .page-custom99#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-10, #sp-block-container-11, #sp-block-container-12, #sp-block-container-13, #sp-block-container-14, #sp-block-container-15, #sp-block-container-16, #sp-block-container-17, #sp-block-container-18, #sp-block-container-19, #sp-block-container-2, #sp-block-container-20, #sp-block-container-21, #sp-block-container-22, #sp-block-container-3, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9{
  color : #000000;
  margin-bottom : 20px;
}

.page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom100#content #page-content > h1, .page-custom101#content #page-content > h1, .page-custom102#content #page-content > h1, .page-custom103#content #page-content > h1, .page-custom104#content #page-content > h1, .page-custom105#content #page-content > h1, .page-custom106#content #page-content > h1, .page-custom107#content #page-content > h1, .page-custom108#content #page-content > h1, .page-custom109#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom110#content #page-content > h1, .page-custom111#content #page-content > h1, .page-custom112#content #page-content > h1, .page-custom113#content #page-content > h1, .page-custom114#content #page-content > h1, .page-custom115#content #page-content > h1, .page-custom116#content #page-content > h1, .page-custom117#content #page-content > h1, .page-custom118#content #page-content > h1, .page-custom119#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom120#content #page-content > h1, .page-custom121#content #page-content > h1, .page-custom122#content #page-content > h1, .page-custom123#content #page-content > h1, .page-custom124#content #page-content > h1, .page-custom125#content #page-content > h1, .page-custom126#content #page-content > h1, .page-custom127#content #page-content > h1, .page-custom128#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom20#content #page-content > h1, .page-custom202#content #page-content > h1, .page-custom203#content #page-content > h1, .page-custom204#content #page-content > h1, .page-custom21#content #page-content > h1, .page-custom212#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom225#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom24#content #page-content > h1, .page-custom25#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom27#content #page-content > h1, .page-custom28#content #page-content > h1, .page-custom29#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom30#content #page-content > h1, .page-custom302#content #page-content > h1, .page-custom303#content #page-content > h1, .page-custom31#content #page-content > h1, .page-custom32#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom35#content #page-content > h1, .page-custom36#content #page-content > h1, .page-custom37#content #page-content > h1, .page-custom38#content #page-content > h1, .page-custom39#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom40#content #page-content > h1, .page-custom402#content #page-content > h1, .page-custom403#content #page-content > h1, .page-custom41#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom422#content #page-content > h1, .page-custom43#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom46#content #page-content > h1, .page-custom47#content #page-content > h1, .page-custom48#content #page-content > h1, .page-custom49#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom50#content #page-content > h1, .page-custom51#content #page-content > h1, .page-custom512#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom53#content #page-content > h1, .page-custom54#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom58#content #page-content > h1, .page-custom59#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom60#content #page-content > h1, .page-custom602#content #page-content > h1, .page-custom61#content #page-content > h1, .page-custom62#content #page-content > h1, .page-custom63#content #page-content > h1, .page-custom64#content #page-content > h1, .page-custom65#content #page-content > h1, .page-custom66#content #page-content > h1, .page-custom67#content #page-content > h1, .page-custom68#content #page-content > h1, .page-custom69#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom70#content #page-content > h1, .page-custom71#content #page-content > h1, .page-custom72#content #page-content > h1, .page-custom73#content #page-content > h1, .page-custom74#content #page-content > h1, .page-custom75#content #page-content > h1, .page-custom76#content #page-content > h1, .page-custom77#content #page-content > h1, .page-custom78#content #page-content > h1, .page-custom79#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom80#content #page-content > h1, .page-custom81#content #page-content > h1, .page-custom82#content #page-content > h1, .page-custom83#content #page-content > h1, .page-custom84#content #page-content > h1, .page-custom85#content #page-content > h1, .page-custom86#content #page-content > h1, .page-custom87#content #page-content > h1, .page-custom88#content #page-content > h1, .page-custom89#content #page-content > h1, .page-custom9#content #page-content > h1, .page-custom90#content #page-content > h1, .page-custom91#content #page-content > h1, .page-custom92#content #page-content > h1, .page-custom93#content #page-content > h1, .page-custom94#content #page-content > h1, .page-custom95#content #page-content > h1, .page-custom96#content #page-content > h1, .page-custom97#content #page-content > h1, .page-custom98#content #page-content > h1, .page-custom99#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-12 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-2 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-22 > h1, #sp-block-container-3 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  font-size : 2rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom100#content #page-content > h2, .page-custom101#content #page-content > h2, .page-custom102#content #page-content > h2, .page-custom103#content #page-content > h2, .page-custom104#content #page-content > h2, .page-custom105#content #page-content > h2, .page-custom106#content #page-content > h2, .page-custom107#content #page-content > h2, .page-custom108#content #page-content > h2, .page-custom109#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom110#content #page-content > h2, .page-custom111#content #page-content > h2, .page-custom112#content #page-content > h2, .page-custom113#content #page-content > h2, .page-custom114#content #page-content > h2, .page-custom115#content #page-content > h2, .page-custom116#content #page-content > h2, .page-custom117#content #page-content > h2, .page-custom118#content #page-content > h2, .page-custom119#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom120#content #page-content > h2, .page-custom121#content #page-content > h2, .page-custom122#content #page-content > h2, .page-custom123#content #page-content > h2, .page-custom124#content #page-content > h2, .page-custom125#content #page-content > h2, .page-custom126#content #page-content > h2, .page-custom127#content #page-content > h2, .page-custom128#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom20#content #page-content > h2, .page-custom202#content #page-content > h2, .page-custom203#content #page-content > h2, .page-custom204#content #page-content > h2, .page-custom21#content #page-content > h2, .page-custom212#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom225#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom24#content #page-content > h2, .page-custom25#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom27#content #page-content > h2, .page-custom28#content #page-content > h2, .page-custom29#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom30#content #page-content > h2, .page-custom302#content #page-content > h2, .page-custom303#content #page-content > h2, .page-custom31#content #page-content > h2, .page-custom32#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom35#content #page-content > h2, .page-custom36#content #page-content > h2, .page-custom37#content #page-content > h2, .page-custom38#content #page-content > h2, .page-custom39#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom40#content #page-content > h2, .page-custom402#content #page-content > h2, .page-custom403#content #page-content > h2, .page-custom41#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom422#content #page-content > h2, .page-custom43#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom46#content #page-content > h2, .page-custom47#content #page-content > h2, .page-custom48#content #page-content > h2, .page-custom49#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom50#content #page-content > h2, .page-custom51#content #page-content > h2, .page-custom512#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom53#content #page-content > h2, .page-custom54#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom58#content #page-content > h2, .page-custom59#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom60#content #page-content > h2, .page-custom602#content #page-content > h2, .page-custom61#content #page-content > h2, .page-custom62#content #page-content > h2, .page-custom63#content #page-content > h2, .page-custom64#content #page-content > h2, .page-custom65#content #page-content > h2, .page-custom66#content #page-content > h2, .page-custom67#content #page-content > h2, .page-custom68#content #page-content > h2, .page-custom69#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom70#content #page-content > h2, .page-custom71#content #page-content > h2, .page-custom72#content #page-content > h2, .page-custom73#content #page-content > h2, .page-custom74#content #page-content > h2, .page-custom75#content #page-content > h2, .page-custom76#content #page-content > h2, .page-custom77#content #page-content > h2, .page-custom78#content #page-content > h2, .page-custom79#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom80#content #page-content > h2, .page-custom81#content #page-content > h2, .page-custom82#content #page-content > h2, .page-custom83#content #page-content > h2, .page-custom84#content #page-content > h2, .page-custom85#content #page-content > h2, .page-custom86#content #page-content > h2, .page-custom87#content #page-content > h2, .page-custom88#content #page-content > h2, .page-custom89#content #page-content > h2, .page-custom9#content #page-content > h2, .page-custom90#content #page-content > h2, .page-custom91#content #page-content > h2, .page-custom92#content #page-content > h2, .page-custom93#content #page-content > h2, .page-custom94#content #page-content > h2, .page-custom95#content #page-content > h2, .page-custom96#content #page-content > h2, .page-custom97#content #page-content > h2, .page-custom98#content #page-content > h2, .page-custom99#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-12 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-2 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-22 > h2, #sp-block-container-3 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  font-size : 1.8rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom100#content #page-content > h3, .page-custom101#content #page-content > h3, .page-custom102#content #page-content > h3, .page-custom103#content #page-content > h3, .page-custom104#content #page-content > h3, .page-custom105#content #page-content > h3, .page-custom106#content #page-content > h3, .page-custom107#content #page-content > h3, .page-custom108#content #page-content > h3, .page-custom109#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom110#content #page-content > h3, .page-custom111#content #page-content > h3, .page-custom112#content #page-content > h3, .page-custom113#content #page-content > h3, .page-custom114#content #page-content > h3, .page-custom115#content #page-content > h3, .page-custom116#content #page-content > h3, .page-custom117#content #page-content > h3, .page-custom118#content #page-content > h3, .page-custom119#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom120#content #page-content > h3, .page-custom121#content #page-content > h3, .page-custom122#content #page-content > h3, .page-custom123#content #page-content > h3, .page-custom124#content #page-content > h3, .page-custom125#content #page-content > h3, .page-custom126#content #page-content > h3, .page-custom127#content #page-content > h3, .page-custom128#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom20#content #page-content > h3, .page-custom202#content #page-content > h3, .page-custom203#content #page-content > h3, .page-custom204#content #page-content > h3, .page-custom21#content #page-content > h3, .page-custom212#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom225#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom24#content #page-content > h3, .page-custom25#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom27#content #page-content > h3, .page-custom28#content #page-content > h3, .page-custom29#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom30#content #page-content > h3, .page-custom302#content #page-content > h3, .page-custom303#content #page-content > h3, .page-custom31#content #page-content > h3, .page-custom32#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom35#content #page-content > h3, .page-custom36#content #page-content > h3, .page-custom37#content #page-content > h3, .page-custom38#content #page-content > h3, .page-custom39#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom40#content #page-content > h3, .page-custom402#content #page-content > h3, .page-custom403#content #page-content > h3, .page-custom41#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom422#content #page-content > h3, .page-custom43#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom46#content #page-content > h3, .page-custom47#content #page-content > h3, .page-custom48#content #page-content > h3, .page-custom49#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom50#content #page-content > h3, .page-custom51#content #page-content > h3, .page-custom512#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom53#content #page-content > h3, .page-custom54#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom58#content #page-content > h3, .page-custom59#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom60#content #page-content > h3, .page-custom602#content #page-content > h3, .page-custom61#content #page-content > h3, .page-custom62#content #page-content > h3, .page-custom63#content #page-content > h3, .page-custom64#content #page-content > h3, .page-custom65#content #page-content > h3, .page-custom66#content #page-content > h3, .page-custom67#content #page-content > h3, .page-custom68#content #page-content > h3, .page-custom69#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom70#content #page-content > h3, .page-custom71#content #page-content > h3, .page-custom72#content #page-content > h3, .page-custom73#content #page-content > h3, .page-custom74#content #page-content > h3, .page-custom75#content #page-content > h3, .page-custom76#content #page-content > h3, .page-custom77#content #page-content > h3, .page-custom78#content #page-content > h3, .page-custom79#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom80#content #page-content > h3, .page-custom81#content #page-content > h3, .page-custom82#content #page-content > h3, .page-custom83#content #page-content > h3, .page-custom84#content #page-content > h3, .page-custom85#content #page-content > h3, .page-custom86#content #page-content > h3, .page-custom87#content #page-content > h3, .page-custom88#content #page-content > h3, .page-custom89#content #page-content > h3, .page-custom9#content #page-content > h3, .page-custom90#content #page-content > h3, .page-custom91#content #page-content > h3, .page-custom92#content #page-content > h3, .page-custom93#content #page-content > h3, .page-custom94#content #page-content > h3, .page-custom95#content #page-content > h3, .page-custom96#content #page-content > h3, .page-custom97#content #page-content > h3, .page-custom98#content #page-content > h3, .page-custom99#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-12 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-2 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-22 > h3, #sp-block-container-3 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  color : #0d0e12;
  background-color : #f1f1f1;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #3c3f53;
}

.page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom100#content #page-content > h4, .page-custom101#content #page-content > h4, .page-custom102#content #page-content > h4, .page-custom103#content #page-content > h4, .page-custom104#content #page-content > h4, .page-custom105#content #page-content > h4, .page-custom106#content #page-content > h4, .page-custom107#content #page-content > h4, .page-custom108#content #page-content > h4, .page-custom109#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom110#content #page-content > h4, .page-custom111#content #page-content > h4, .page-custom112#content #page-content > h4, .page-custom113#content #page-content > h4, .page-custom114#content #page-content > h4, .page-custom115#content #page-content > h4, .page-custom116#content #page-content > h4, .page-custom117#content #page-content > h4, .page-custom118#content #page-content > h4, .page-custom119#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom120#content #page-content > h4, .page-custom121#content #page-content > h4, .page-custom122#content #page-content > h4, .page-custom123#content #page-content > h4, .page-custom124#content #page-content > h4, .page-custom125#content #page-content > h4, .page-custom126#content #page-content > h4, .page-custom127#content #page-content > h4, .page-custom128#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom20#content #page-content > h4, .page-custom202#content #page-content > h4, .page-custom203#content #page-content > h4, .page-custom204#content #page-content > h4, .page-custom21#content #page-content > h4, .page-custom212#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom225#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom24#content #page-content > h4, .page-custom25#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom27#content #page-content > h4, .page-custom28#content #page-content > h4, .page-custom29#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom30#content #page-content > h4, .page-custom302#content #page-content > h4, .page-custom303#content #page-content > h4, .page-custom31#content #page-content > h4, .page-custom32#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom35#content #page-content > h4, .page-custom36#content #page-content > h4, .page-custom37#content #page-content > h4, .page-custom38#content #page-content > h4, .page-custom39#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom40#content #page-content > h4, .page-custom402#content #page-content > h4, .page-custom403#content #page-content > h4, .page-custom41#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom422#content #page-content > h4, .page-custom43#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom46#content #page-content > h4, .page-custom47#content #page-content > h4, .page-custom48#content #page-content > h4, .page-custom49#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom50#content #page-content > h4, .page-custom51#content #page-content > h4, .page-custom512#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom53#content #page-content > h4, .page-custom54#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom58#content #page-content > h4, .page-custom59#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom60#content #page-content > h4, .page-custom602#content #page-content > h4, .page-custom61#content #page-content > h4, .page-custom62#content #page-content > h4, .page-custom63#content #page-content > h4, .page-custom64#content #page-content > h4, .page-custom65#content #page-content > h4, .page-custom66#content #page-content > h4, .page-custom67#content #page-content > h4, .page-custom68#content #page-content > h4, .page-custom69#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom70#content #page-content > h4, .page-custom71#content #page-content > h4, .page-custom72#content #page-content > h4, .page-custom73#content #page-content > h4, .page-custom74#content #page-content > h4, .page-custom75#content #page-content > h4, .page-custom76#content #page-content > h4, .page-custom77#content #page-content > h4, .page-custom78#content #page-content > h4, .page-custom79#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom80#content #page-content > h4, .page-custom81#content #page-content > h4, .page-custom82#content #page-content > h4, .page-custom83#content #page-content > h4, .page-custom84#content #page-content > h4, .page-custom85#content #page-content > h4, .page-custom86#content #page-content > h4, .page-custom87#content #page-content > h4, .page-custom88#content #page-content > h4, .page-custom89#content #page-content > h4, .page-custom9#content #page-content > h4, .page-custom90#content #page-content > h4, .page-custom91#content #page-content > h4, .page-custom92#content #page-content > h4, .page-custom93#content #page-content > h4, .page-custom94#content #page-content > h4, .page-custom95#content #page-content > h4, .page-custom96#content #page-content > h4, .page-custom97#content #page-content > h4, .page-custom98#content #page-content > h4, .page-custom99#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-12 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-2 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-22 > h4, #sp-block-container-3 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.4rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom100#content #page-content > h5, .page-custom101#content #page-content > h5, .page-custom102#content #page-content > h5, .page-custom103#content #page-content > h5, .page-custom104#content #page-content > h5, .page-custom105#content #page-content > h5, .page-custom106#content #page-content > h5, .page-custom107#content #page-content > h5, .page-custom108#content #page-content > h5, .page-custom109#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom110#content #page-content > h5, .page-custom111#content #page-content > h5, .page-custom112#content #page-content > h5, .page-custom113#content #page-content > h5, .page-custom114#content #page-content > h5, .page-custom115#content #page-content > h5, .page-custom116#content #page-content > h5, .page-custom117#content #page-content > h5, .page-custom118#content #page-content > h5, .page-custom119#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom120#content #page-content > h5, .page-custom121#content #page-content > h5, .page-custom122#content #page-content > h5, .page-custom123#content #page-content > h5, .page-custom124#content #page-content > h5, .page-custom125#content #page-content > h5, .page-custom126#content #page-content > h5, .page-custom127#content #page-content > h5, .page-custom128#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom14#content #page-content > h5, .page-custom15#content #page-content > h5, .page-custom16#content #page-content > h5, .page-custom17#content #page-content > h5, .page-custom18#content #page-content > h5, .page-custom19#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom20#content #page-content > h5, .page-custom202#content #page-content > h5, .page-custom203#content #page-content > h5, .page-custom204#content #page-content > h5, .page-custom21#content #page-content > h5, .page-custom212#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom225#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom24#content #page-content > h5, .page-custom25#content #page-content > h5, .page-custom26#content #page-content > h5, .page-custom27#content #page-content > h5, .page-custom28#content #page-content > h5, .page-custom29#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom30#content #page-content > h5, .page-custom302#content #page-content > h5, .page-custom303#content #page-content > h5, .page-custom31#content #page-content > h5, .page-custom32#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom35#content #page-content > h5, .page-custom36#content #page-content > h5, .page-custom37#content #page-content > h5, .page-custom38#content #page-content > h5, .page-custom39#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom40#content #page-content > h5, .page-custom402#content #page-content > h5, .page-custom403#content #page-content > h5, .page-custom41#content #page-content > h5, .page-custom42#content #page-content > h5, .page-custom422#content #page-content > h5, .page-custom43#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom46#content #page-content > h5, .page-custom47#content #page-content > h5, .page-custom48#content #page-content > h5, .page-custom49#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom50#content #page-content > h5, .page-custom51#content #page-content > h5, .page-custom512#content #page-content > h5, .page-custom52#content #page-content > h5, .page-custom53#content #page-content > h5, .page-custom54#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom57#content #page-content > h5, .page-custom58#content #page-content > h5, .page-custom59#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom60#content #page-content > h5, .page-custom602#content #page-content > h5, .page-custom61#content #page-content > h5, .page-custom62#content #page-content > h5, .page-custom63#content #page-content > h5, .page-custom64#content #page-content > h5, .page-custom65#content #page-content > h5, .page-custom66#content #page-content > h5, .page-custom67#content #page-content > h5, .page-custom68#content #page-content > h5, .page-custom69#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom70#content #page-content > h5, .page-custom71#content #page-content > h5, .page-custom72#content #page-content > h5, .page-custom73#content #page-content > h5, .page-custom74#content #page-content > h5, .page-custom75#content #page-content > h5, .page-custom76#content #page-content > h5, .page-custom77#content #page-content > h5, .page-custom78#content #page-content > h5, .page-custom79#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom80#content #page-content > h5, .page-custom81#content #page-content > h5, .page-custom82#content #page-content > h5, .page-custom83#content #page-content > h5, .page-custom84#content #page-content > h5, .page-custom85#content #page-content > h5, .page-custom86#content #page-content > h5, .page-custom87#content #page-content > h5, .page-custom88#content #page-content > h5, .page-custom89#content #page-content > h5, .page-custom9#content #page-content > h5, .page-custom90#content #page-content > h5, .page-custom91#content #page-content > h5, .page-custom92#content #page-content > h5, .page-custom93#content #page-content > h5, .page-custom94#content #page-content > h5, .page-custom95#content #page-content > h5, .page-custom96#content #page-content > h5, .page-custom97#content #page-content > h5, .page-custom98#content #page-content > h5, .page-custom99#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-12 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-2 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-22 > h5, #sp-block-container-3 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom100#content #page-content > h6, .page-custom101#content #page-content > h6, .page-custom102#content #page-content > h6, .page-custom103#content #page-content > h6, .page-custom104#content #page-content > h6, .page-custom105#content #page-content > h6, .page-custom106#content #page-content > h6, .page-custom107#content #page-content > h6, .page-custom108#content #page-content > h6, .page-custom109#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom110#content #page-content > h6, .page-custom111#content #page-content > h6, .page-custom112#content #page-content > h6, .page-custom113#content #page-content > h6, .page-custom114#content #page-content > h6, .page-custom115#content #page-content > h6, .page-custom116#content #page-content > h6, .page-custom117#content #page-content > h6, .page-custom118#content #page-content > h6, .page-custom119#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom120#content #page-content > h6, .page-custom121#content #page-content > h6, .page-custom122#content #page-content > h6, .page-custom123#content #page-content > h6, .page-custom124#content #page-content > h6, .page-custom125#content #page-content > h6, .page-custom126#content #page-content > h6, .page-custom127#content #page-content > h6, .page-custom128#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom14#content #page-content > h6, .page-custom15#content #page-content > h6, .page-custom16#content #page-content > h6, .page-custom17#content #page-content > h6, .page-custom18#content #page-content > h6, .page-custom19#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom20#content #page-content > h6, .page-custom202#content #page-content > h6, .page-custom203#content #page-content > h6, .page-custom204#content #page-content > h6, .page-custom21#content #page-content > h6, .page-custom212#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom225#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom24#content #page-content > h6, .page-custom25#content #page-content > h6, .page-custom26#content #page-content > h6, .page-custom27#content #page-content > h6, .page-custom28#content #page-content > h6, .page-custom29#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom30#content #page-content > h6, .page-custom302#content #page-content > h6, .page-custom303#content #page-content > h6, .page-custom31#content #page-content > h6, .page-custom32#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom35#content #page-content > h6, .page-custom36#content #page-content > h6, .page-custom37#content #page-content > h6, .page-custom38#content #page-content > h6, .page-custom39#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom40#content #page-content > h6, .page-custom402#content #page-content > h6, .page-custom403#content #page-content > h6, .page-custom41#content #page-content > h6, .page-custom42#content #page-content > h6, .page-custom422#content #page-content > h6, .page-custom43#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom46#content #page-content > h6, .page-custom47#content #page-content > h6, .page-custom48#content #page-content > h6, .page-custom49#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom50#content #page-content > h6, .page-custom51#content #page-content > h6, .page-custom512#content #page-content > h6, .page-custom52#content #page-content > h6, .page-custom53#content #page-content > h6, .page-custom54#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom57#content #page-content > h6, .page-custom58#content #page-content > h6, .page-custom59#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom60#content #page-content > h6, .page-custom602#content #page-content > h6, .page-custom61#content #page-content > h6, .page-custom62#content #page-content > h6, .page-custom63#content #page-content > h6, .page-custom64#content #page-content > h6, .page-custom65#content #page-content > h6, .page-custom66#content #page-content > h6, .page-custom67#content #page-content > h6, .page-custom68#content #page-content > h6, .page-custom69#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom70#content #page-content > h6, .page-custom71#content #page-content > h6, .page-custom72#content #page-content > h6, .page-custom73#content #page-content > h6, .page-custom74#content #page-content > h6, .page-custom75#content #page-content > h6, .page-custom76#content #page-content > h6, .page-custom77#content #page-content > h6, .page-custom78#content #page-content > h6, .page-custom79#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom80#content #page-content > h6, .page-custom81#content #page-content > h6, .page-custom82#content #page-content > h6, .page-custom83#content #page-content > h6, .page-custom84#content #page-content > h6, .page-custom85#content #page-content > h6, .page-custom86#content #page-content > h6, .page-custom87#content #page-content > h6, .page-custom88#content #page-content > h6, .page-custom89#content #page-content > h6, .page-custom9#content #page-content > h6, .page-custom90#content #page-content > h6, .page-custom91#content #page-content > h6, .page-custom92#content #page-content > h6, .page-custom93#content #page-content > h6, .page-custom94#content #page-content > h6, .page-custom95#content #page-content > h6, .page-custom96#content #page-content > h6, .page-custom97#content #page-content > h6, .page-custom98#content #page-content > h6, .page-custom99#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-12 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-2 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-22 > h6, #sp-block-container-3 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1.2rem;
}

.page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom100#content #page-content > hr, .page-custom101#content #page-content > hr, .page-custom102#content #page-content > hr, .page-custom103#content #page-content > hr, .page-custom104#content #page-content > hr, .page-custom105#content #page-content > hr, .page-custom106#content #page-content > hr, .page-custom107#content #page-content > hr, .page-custom108#content #page-content > hr, .page-custom109#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom110#content #page-content > hr, .page-custom111#content #page-content > hr, .page-custom112#content #page-content > hr, .page-custom113#content #page-content > hr, .page-custom114#content #page-content > hr, .page-custom115#content #page-content > hr, .page-custom116#content #page-content > hr, .page-custom117#content #page-content > hr, .page-custom118#content #page-content > hr, .page-custom119#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom120#content #page-content > hr, .page-custom121#content #page-content > hr, .page-custom122#content #page-content > hr, .page-custom123#content #page-content > hr, .page-custom124#content #page-content > hr, .page-custom125#content #page-content > hr, .page-custom126#content #page-content > hr, .page-custom127#content #page-content > hr, .page-custom128#content #page-content > hr, .page-custom13#content #page-content > hr, .page-custom14#content #page-content > hr, .page-custom15#content #page-content > hr, .page-custom16#content #page-content > hr, .page-custom17#content #page-content > hr, .page-custom18#content #page-content > hr, .page-custom19#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom20#content #page-content > hr, .page-custom202#content #page-content > hr, .page-custom203#content #page-content > hr, .page-custom204#content #page-content > hr, .page-custom21#content #page-content > hr, .page-custom212#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom225#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom24#content #page-content > hr, .page-custom25#content #page-content > hr, .page-custom26#content #page-content > hr, .page-custom27#content #page-content > hr, .page-custom28#content #page-content > hr, .page-custom29#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom30#content #page-content > hr, .page-custom302#content #page-content > hr, .page-custom303#content #page-content > hr, .page-custom31#content #page-content > hr, .page-custom32#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom35#content #page-content > hr, .page-custom36#content #page-content > hr, .page-custom37#content #page-content > hr, .page-custom38#content #page-content > hr, .page-custom39#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom40#content #page-content > hr, .page-custom402#content #page-content > hr, .page-custom403#content #page-content > hr, .page-custom41#content #page-content > hr, .page-custom42#content #page-content > hr, .page-custom422#content #page-content > hr, .page-custom43#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom46#content #page-content > hr, .page-custom47#content #page-content > hr, .page-custom48#content #page-content > hr, .page-custom49#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom50#content #page-content > hr, .page-custom51#content #page-content > hr, .page-custom512#content #page-content > hr, .page-custom52#content #page-content > hr, .page-custom53#content #page-content > hr, .page-custom54#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom57#content #page-content > hr, .page-custom58#content #page-content > hr, .page-custom59#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom60#content #page-content > hr, .page-custom602#content #page-content > hr, .page-custom61#content #page-content > hr, .page-custom62#content #page-content > hr, .page-custom63#content #page-content > hr, .page-custom64#content #page-content > hr, .page-custom65#content #page-content > hr, .page-custom66#content #page-content > hr, .page-custom67#content #page-content > hr, .page-custom68#content #page-content > hr, .page-custom69#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom70#content #page-content > hr, .page-custom71#content #page-content > hr, .page-custom72#content #page-content > hr, .page-custom73#content #page-content > hr, .page-custom74#content #page-content > hr, .page-custom75#content #page-content > hr, .page-custom76#content #page-content > hr, .page-custom77#content #page-content > hr, .page-custom78#content #page-content > hr, .page-custom79#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom80#content #page-content > hr, .page-custom81#content #page-content > hr, .page-custom82#content #page-content > hr, .page-custom83#content #page-content > hr, .page-custom84#content #page-content > hr, .page-custom85#content #page-content > hr, .page-custom86#content #page-content > hr, .page-custom87#content #page-content > hr, .page-custom88#content #page-content > hr, .page-custom89#content #page-content > hr, .page-custom9#content #page-content > hr, .page-custom90#content #page-content > hr, .page-custom91#content #page-content > hr, .page-custom92#content #page-content > hr, .page-custom93#content #page-content > hr, .page-custom94#content #page-content > hr, .page-custom95#content #page-content > hr, .page-custom96#content #page-content > hr, .page-custom97#content #page-content > hr, .page-custom98#content #page-content > hr, .page-custom99#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-10 > hr, #sp-block-container-11 > hr, #sp-block-container-12 > hr, #sp-block-container-13 > hr, #sp-block-container-14 > hr, #sp-block-container-15 > hr, #sp-block-container-16 > hr, #sp-block-container-17 > hr, #sp-block-container-18 > hr, #sp-block-container-19 > hr, #sp-block-container-2 > hr, #sp-block-container-20 > hr, #sp-block-container-21 > hr, #sp-block-container-22 > hr, #sp-block-container-3 > hr, #sp-block-container-4 > hr, #sp-block-container-5 > hr, #sp-block-container-6 > hr, #sp-block-container-7 > hr, #sp-block-container-8 > hr, #sp-block-container-9 > hr{
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  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 : #e2e2e2;
  border-right-color : initial;
  border-bottom-color : #e2e2e2;
}

.page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom100#content #page-content > p, .page-custom101#content #page-content > p, .page-custom102#content #page-content > p, .page-custom103#content #page-content > p, .page-custom104#content #page-content > p, .page-custom105#content #page-content > p, .page-custom106#content #page-content > p, .page-custom107#content #page-content > p, .page-custom108#content #page-content > p, .page-custom109#content #page-content > p, .page-custom11#content #page-content > p, .page-custom110#content #page-content > p, .page-custom111#content #page-content > p, .page-custom112#content #page-content > p, .page-custom113#content #page-content > p, .page-custom114#content #page-content > p, .page-custom115#content #page-content > p, .page-custom116#content #page-content > p, .page-custom117#content #page-content > p, .page-custom118#content #page-content > p, .page-custom119#content #page-content > p, .page-custom12#content #page-content > p, .page-custom120#content #page-content > p, .page-custom121#content #page-content > p, .page-custom122#content #page-content > p, .page-custom123#content #page-content > p, .page-custom124#content #page-content > p, .page-custom125#content #page-content > p, .page-custom126#content #page-content > p, .page-custom127#content #page-content > p, .page-custom128#content #page-content > p, .page-custom13#content #page-content > p, .page-custom14#content #page-content > p, .page-custom15#content #page-content > p, .page-custom16#content #page-content > p, .page-custom17#content #page-content > p, .page-custom18#content #page-content > p, .page-custom19#content #page-content > p, .page-custom2#content #page-content > p, .page-custom20#content #page-content > p, .page-custom202#content #page-content > p, .page-custom203#content #page-content > p, .page-custom204#content #page-content > p, .page-custom21#content #page-content > p, .page-custom212#content #page-content > p, .page-custom22#content #page-content > p, .page-custom225#content #page-content > p, .page-custom23#content #page-content > p, .page-custom24#content #page-content > p, .page-custom25#content #page-content > p, .page-custom26#content #page-content > p, .page-custom27#content #page-content > p, .page-custom28#content #page-content > p, .page-custom29#content #page-content > p, .page-custom3#content #page-content > p, .page-custom30#content #page-content > p, .page-custom302#content #page-content > p, .page-custom303#content #page-content > p, .page-custom31#content #page-content > p, .page-custom32#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom35#content #page-content > p, .page-custom36#content #page-content > p, .page-custom37#content #page-content > p, .page-custom38#content #page-content > p, .page-custom39#content #page-content > p, .page-custom4#content #page-content > p, .page-custom40#content #page-content > p, .page-custom402#content #page-content > p, .page-custom403#content #page-content > p, .page-custom41#content #page-content > p, .page-custom42#content #page-content > p, .page-custom422#content #page-content > p, .page-custom43#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom46#content #page-content > p, .page-custom47#content #page-content > p, .page-custom48#content #page-content > p, .page-custom49#content #page-content > p, .page-custom5#content #page-content > p, .page-custom50#content #page-content > p, .page-custom51#content #page-content > p, .page-custom512#content #page-content > p, .page-custom52#content #page-content > p, .page-custom53#content #page-content > p, .page-custom54#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom57#content #page-content > p, .page-custom58#content #page-content > p, .page-custom59#content #page-content > p, .page-custom6#content #page-content > p, .page-custom60#content #page-content > p, .page-custom602#content #page-content > p, .page-custom61#content #page-content > p, .page-custom62#content #page-content > p, .page-custom63#content #page-content > p, .page-custom64#content #page-content > p, .page-custom65#content #page-content > p, .page-custom66#content #page-content > p, .page-custom67#content #page-content > p, .page-custom68#content #page-content > p, .page-custom69#content #page-content > p, .page-custom7#content #page-content > p, .page-custom70#content #page-content > p, .page-custom71#content #page-content > p, .page-custom72#content #page-content > p, .page-custom73#content #page-content > p, .page-custom74#content #page-content > p, .page-custom75#content #page-content > p, .page-custom76#content #page-content > p, .page-custom77#content #page-content > p, .page-custom78#content #page-content > p, .page-custom79#content #page-content > p, .page-custom8#content #page-content > p, .page-custom80#content #page-content > p, .page-custom81#content #page-content > p, .page-custom82#content #page-content > p, .page-custom83#content #page-content > p, .page-custom84#content #page-content > p, .page-custom85#content #page-content > p, .page-custom86#content #page-content > p, .page-custom87#content #page-content > p, .page-custom88#content #page-content > p, .page-custom89#content #page-content > p, .page-custom9#content #page-content > p, .page-custom90#content #page-content > p, .page-custom91#content #page-content > p, .page-custom92#content #page-content > p, .page-custom93#content #page-content > p, .page-custom94#content #page-content > p, .page-custom95#content #page-content > p, .page-custom96#content #page-content > p, .page-custom97#content #page-content > p, .page-custom98#content #page-content > p, .page-custom99#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-12 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-2 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-22 > p, #sp-block-container-3 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 20px;
}

.page-custom#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom106#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom108#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom123#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom15#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom48#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom5#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom59#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom6#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom602#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom7#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom8#content #page-content > p{
  font-size : 1.5rem;
}

.page-custom9#content #page-content > p{
  font-size : 1.5rem;
}

#sp-block-container-1{
  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-block-container-1 > p.copyright{
  color : #ffffff;
  text-align : center;
}

#sp-block-container-10 > p{
  font-size : 1.5rem;
}

#sp-block-container-11 > p{
  font-size : 1.5rem;
}

#sp-block-container-12 > p{
  font-size : 1.5rem;
}

#sp-block-container-13 > p{
  font-size : 1.5rem;
}

#sp-block-container-14 > p{
  font-size : 1.5rem;
}

#sp-block-container-15 > p{
  font-size : 1.5rem;
}

#sp-block-container-16 > p{
  font-size : 1.5rem;
}

#sp-block-container-17 > p{
  font-size : 1.5rem;
}

#sp-block-container-18 > p{
  font-size : 1.5rem;
}

#sp-block-container-19 > p{
  font-size : 1.5rem;
}

#sp-block-container-2 > p{
  font-size : 1.5rem;
}

#sp-block-container-20 > p{
  font-size : 1.5rem;
}

#sp-block-container-21 > p{
  font-size : 1.5rem;
}

#sp-block-container-22 > p{
  font-size : 1.5rem;
}

#sp-block-container-4{
  font-size : 1.2rem;
}

#sp-block-container-4 > p{
  font-size : 1.5rem;
}

#sp-block-container-5 > p{
  font-size : 1.5rem;
}

#sp-block-container-6 > p{
  font-size : 1.5rem;
}

#sp-block-container-7 > p{
  font-size : 1.5rem;
}

#sp-block-container-8 > p{
  font-size : 1.5rem;
}

#sp-block-container-9 > p{
  font-size : 1.5rem;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/site-logo11.png);
}

#sp-table-10 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-100 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-101 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-102 > tbody > tr > td{
  color : #000000;
}

#sp-table-103 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-104 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-105 > tbody > tr > td{
  text-align : left;
}

#sp-table-106 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-107 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-108 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-109 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-11 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-110 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-111 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-112 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-113 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-114 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-115 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-116 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-117 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-118 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-119 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-12 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-120 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-121 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-122 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-123 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-124 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-125 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-126 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-127 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-128 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-129 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-13 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-130 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-131 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-132 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-133 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-134 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-135 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-136 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-137 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-138 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-139 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-14 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-140 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-141 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-142 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-143 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-144 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-145 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-146 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-147 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-149 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-15 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-150 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-151 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-152 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-153 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-154 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-155 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-156 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-157 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-158 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-159 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-16 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-17 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-18 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-19 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-20 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-21 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-22 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-23 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-24 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-25 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-26 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-27 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-28 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-29 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-3{
  font-size : 1.1rem;
}

#sp-table-3 > tbody > tr > td{
  font-size : 1.4rem;
}

#sp-table-30 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-31 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-32 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-33 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-34 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-35 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-36 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-37 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-38 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-39 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-4 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-40 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-41 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-42 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-43 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-44 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-45 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-46 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-47 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-48 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-49 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-5 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-50 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-51 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-52 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-53 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-54 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-55 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-56 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-57 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-58 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-59 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-6 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-60 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-61 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-62 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-63 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-64 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-65 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-66 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-67 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-68 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-69 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-7 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-70 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-71 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-72 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-73 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-74 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-75 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-76 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-77 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-78 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-79 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-8 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-80 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-81 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-9 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-91 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-92 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-93 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-94 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-95 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-96 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-97 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-98 > tbody > tr > td{
  font-size : 1.5rem;
}

#sp-table-99 > tbody > tr > td{
  font-size : 1.5rem;
}

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

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

  #sp-site-branding2-1 > .extra{
    margin-bottom : 0px;
  }
}

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

  #sp-image-1{
    width : 100%;
  }
}
