#colophon{
  background-color : #9e8a79;
}

#colophon-inner{
  background-color : #ffffff;
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead{
  background-color : #ffffff;
}

#page{
  font-size : 1.2rem;
}

*{
  box-sizing : border-box;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-part-top.sp-flex:not(table)::after{
  content : none;
}

.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 : #735237;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:focus{
  text-decoration : none;
}

a:hover{
  text-decoration : none;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #333333;
  background-color : #f6f6f6;
  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 {
  }

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

  #content{
    min-height : 50px;
    position : relative;
  }

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

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

  #main-inner{
    float : left;
  }

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

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

  #masthead{
    margin-bottom : 0px;
  }

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

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

  #primary{
    float : right;
  }

  #sidebar2 {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

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

  #contenthead{
    width : 1000px;
  }

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

  #primary{
    width : 100%;
  }

  #sidebar2{
    margin-top : 40px;
    width : 300px;
    float : right;
  }
}

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

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

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

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

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

#sp-list-1 li, #sp-list-10 li, #sp-list-11 li, #sp-list-12 li, #sp-list-13 li, #sp-list-14 li, #sp-list-15 li, #sp-list-2 li, #sp-list-3 li, #sp-list-4 li, #sp-list-5 li, #sp-list-6 li, #sp-list-7 li, #sp-list-8 li, #sp-list-9 li{
  padding-left : 10px;
  margin-bottom : 3px;
}

#sp-list-1 > li, #sp-list-10 > li, #sp-list-11 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-14 > li, #sp-list-15 > li, #sp-list-2 > li, #sp-list-3 > li, #sp-list-4 > li, #sp-list-5 > li, #sp-list-6 > li, #sp-list-7 > li, #sp-list-8 > li, #sp-list-9 > li{
  color : #000000;
  background-color : #e5e5e5;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-left-width : 3px;
  border-left-style : solid;
  border-left-color : #eb6877;
}

#sp-list-16, #sp-list-17{
  background-color : #ffebeb;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-align : 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;
  border-left-width : 2px;
  border-left-style : solid;
  border-left-color : #ff9e9e;
  width : 100%;
  list-style-type : none;
}

#sp-list-16 li, #sp-list-17 li{
  margin-left : 2px;
}

#sp-list-16 > li, #sp-list-17 > li{
  color : #555555;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 5px;
  padding-bottom : 10px;
  border-left-width : 1px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : dotted;
  border-left-color : #ff9e9e;
  border-bottom-color : #ff9e9e;
}

#sp-list-16 > li:last-child, #sp-list-17 > li:last-child{
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

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

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

#sp-site-branding2-1 .site-description{
  font-size : 1.2rem;
  font-weight : normal;
  color : #333333;
  text-align : left;
  margin-bottom : 0px;
}

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

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

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

  #sp-site-branding2-1{
    padding-top : 35px;
    margin-bottom : 30px;
    overflow : hidden;
  }

  #sp-site-branding2-1 .extra{
    text-align : right;
    padding-left : 445px;
    margin-left : -395px;
    width : 100%;
    float : right;
    position : static;
  }

  #sp-site-branding2-1 .extra p{
    display : inline-block;
  }

  #sp-site-branding2-1 .site-description{
    text-align : right;
    padding-left : 445px;
    margin-left : -395px;
    width : 100%;
    float : right;
    position : static;
  }

  #sp-site-branding2-1 .site-title{
    width : 395px;
    height : 25px;
    float : left;
    position : relative;
    z-index : auto;
  }
}

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

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

  #sp-site-branding2-1 .extra{
    margin-top : 15px;
  }

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

  #sp-site-branding2-1 .site-description{
    text-align : center;
    margin-top : 20px;
  }

  #sp-site-branding2-1 .site-title{
    background-size : 100% auto;
    margin-left : auto;
    margin-right : auto;
    width : 300px;
    height : 18px;
    
  }
}

#breadcrumb-list{
  font-size : 1rem;
  line-height : 1.8;
  background-color : #fdf8f4;
  box-sizing : border-box;
}

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

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

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

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

  #sp-site-navigation-2{
    background-color : #776454;
    text-align : left;
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    margin-bottom : 0px;
    position : relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1{
    background-color : #ffffff;
    padding-left : 1000px;
    padding-right : 1000px;
    margin-left : -1000px;
    margin-right : -1000px;
    border-top-width : 4px;
    border-bottom-width : 4px;
    border-top-style : double;
    border-bottom-style : double;
    border-top-color : #88a28d;
    border-bottom-color : #88a28d;
    position : relative;
  }

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

  #sp-site-navigation-1 ul ul li{
    border-bottom-width : 0px;
    position : relative;
  }

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

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #f5f5f5;
    padding-top : 11px;
    padding-left : 17px;
    padding-right : 17px;
    padding-bottom : 10px;
  }

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

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

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

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

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

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

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

  #sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
    color : #45684b;
    background-color : transparent;
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current-menu-item > a{
    color : #45684b;
    background-color : transparent;
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #45684b;
    background-color : transparent;
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #45684b;
    background-color : transparent;
    text-decoration : underline;
  }

  #sp-site-navigation-1 > ul > li > a{
    line-height : 1;
    color : #000000;
    padding-top : 11px;
    padding-left : 18px;
    padding-right : 18px;
    padding-bottom : 10px;
    display : block;
  }

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #45684b;
    background-color : transparent;
    text-decoration : underline;
  }
}

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

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

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

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

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

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

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

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

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

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

#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-14 h1, #sp-page-title-15 h1, #sp-page-title-16 h1, #sp-page-title-17 h1, #sp-page-title-18 h1, #sp-page-title-19 h1, #sp-page-title-2 h1, #sp-page-title-20 h1, #sp-page-title-21 h1, #sp-page-title-22 h1, #sp-page-title-23 h1, #sp-page-title-24 h1, #sp-page-title-25 h1, #sp-page-title-26 h1, #sp-page-title-27 h1, #sp-page-title-28 h1, #sp-page-title-29 h1, #sp-page-title-3 h1, #sp-page-title-30 h1, #sp-page-title-31 h1, #sp-page-title-32 h1, #sp-page-title-33 h1, #sp-page-title-34 h1, #sp-page-title-35 h1, #sp-page-title-36 h1, #sp-page-title-37 h1, #sp-page-title-38 h1, #sp-page-title-39 h1, #sp-page-title-4 h1, #sp-page-title-40 h1, #sp-page-title-41 h1, #sp-page-title-42 h1, #sp-page-title-43 h1, #sp-page-title-44 h1, #sp-page-title-45 h1, #sp-page-title-46 h1, #sp-page-title-47 h1, #sp-page-title-48 h1, #sp-page-title-49 h1, #sp-page-title-5 h1, #sp-page-title-50 h1, #sp-page-title-51 h1, #sp-page-title-52 h1, #sp-page-title-53 h1, #sp-page-title-54 h1, #sp-page-title-55 h1, #sp-page-title-56 h1, #sp-page-title-57 h1, #sp-page-title-58 h1, #sp-page-title-59 h1, #sp-page-title-6 h1, #sp-page-title-60 h1, #sp-page-title-61 h1, #sp-page-title-62 h1, #sp-page-title-63 h1, #sp-page-title-64 h1, #sp-page-title-65 h1, #sp-page-title-66 h1, #sp-page-title-67 h1, #sp-page-title-68 h1, #sp-page-title-69 h1, #sp-page-title-7 h1, #sp-page-title-70 h1, #sp-page-title-71 h1, #sp-page-title-72 h1, #sp-page-title-73 h1, #sp-page-title-74 h1, #sp-page-title-75 h1, #sp-page-title-76 h1, #sp-page-title-77 h1, #sp-page-title-78 h1, #sp-page-title-79 h1, #sp-page-title-8 h1, #sp-page-title-80 h1, #sp-page-title-81 h1, #sp-page-title-82 h1, #sp-page-title-83 h1, #sp-page-title-84 h1, #sp-page-title-85 h1, #sp-page-title-86 h1, #sp-page-title-87 h1, #sp-page-title-88 h1, #sp-page-title-89 h1, #sp-page-title-9 h1, #sp-page-title-90 h1, #sp-page-title-91 h1, #sp-page-title-92 h1, #sp-page-title-93 h1, #sp-page-title-94 h1, #sp-page-title-95 h1, #sp-page-title-96 h1, #sp-page-title-97 h1, #sp-page-title-98 h1, #sp-page-title-99 h1{
  font-size : 1.8rem;
  font-weight : bold;
  line-height : 1.22;
  color : #5b4737;
  background-color : #ffffff;
  background-image : url(img/icon-title-01.png);
  background-repeat : no-repeat;
  background-position : 20px center;
  padding-top : 12px;
  padding-left : 50px;
  padding-right : 20px;
  padding-bottom : 12px;
  margin-bottom : 0px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : initial;
}

.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-custom11#content #page-content, .page-custom12#content #page-content, .page-custom13#content #page-content, .page-custom14#content #page-content, .page-custom15#content #page-content, .page-custom16#content #page-content, .page-custom17#content #page-content, .page-custom18#content #page-content, .page-custom19#content #page-content, .page-custom2#content #page-content, .page-custom20#content #page-content, .page-custom204#content #page-content, .page-custom205#content #page-content, .page-custom206#content #page-content, .page-custom207#content #page-content, .page-custom21#content #page-content, .page-custom22#content #page-content, .page-custom23#content #page-content, .page-custom24#content #page-content, .page-custom25#content #page-content, .page-custom26#content #page-content, .page-custom27#content #page-content, .page-custom28#content #page-content, .page-custom29#content #page-content, .page-custom3#content #page-content, .page-custom30#content #page-content, .page-custom302#content #page-content, .page-custom305#content #page-content, .page-custom307#content #page-content, .page-custom308#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-custom406#content #page-content, .page-custom408#content #page-content, .page-custom41#content #page-content, .page-custom42#content #page-content, .page-custom43#content #page-content, .page-custom44#content #page-content, .page-custom45#content #page-content, .page-custom46#content #page-content, .page-custom47#content #page-content, .page-custom48#content #page-content, .page-custom49#content #page-content, .page-custom5#content #page-content, .page-custom50#content #page-content, .page-custom502#content #page-content, .page-custom503#content #page-content, .page-custom504#content #page-content, .page-custom507#content #page-content, .page-custom509#content #page-content, .page-custom51#content #page-content, .page-custom52#content #page-content, .page-custom53#content #page-content, .page-custom54#content #page-content, .page-custom55#content #page-content, .page-custom56#content #page-content, .page-custom57#content #page-content, .page-custom58#content #page-content, .page-custom59#content #page-content, .page-custom6#content #page-content, .page-custom60#content #page-content, .page-custom602#content #page-content, .page-custom603#content #page-content, .page-custom605#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-custom703#content #page-content, .page-custom704#content #page-content, .page-custom706#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-custom804#content #page-content, .page-custom805#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-2, #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{
  background-color : #ffffff;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : medium;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : initial;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom10#content #page-content > blockquote, .page-custom100#content #page-content > blockquote, .page-custom101#content #page-content > blockquote, .page-custom102#content #page-content > blockquote, .page-custom103#content #page-content > blockquote, .page-custom104#content #page-content > blockquote, .page-custom105#content #page-content > blockquote, .page-custom106#content #page-content > blockquote, .page-custom107#content #page-content > blockquote, .page-custom11#content #page-content > blockquote, .page-custom12#content #page-content > blockquote, .page-custom13#content #page-content > blockquote, .page-custom14#content #page-content > blockquote, .page-custom15#content #page-content > blockquote, .page-custom16#content #page-content > blockquote, .page-custom17#content #page-content > blockquote, .page-custom18#content #page-content > blockquote, .page-custom19#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom20#content #page-content > blockquote, .page-custom204#content #page-content > blockquote, .page-custom205#content #page-content > blockquote, .page-custom206#content #page-content > blockquote, .page-custom207#content #page-content > blockquote, .page-custom21#content #page-content > blockquote, .page-custom22#content #page-content > blockquote, .page-custom23#content #page-content > blockquote, .page-custom24#content #page-content > blockquote, .page-custom25#content #page-content > blockquote, .page-custom26#content #page-content > blockquote, .page-custom27#content #page-content > blockquote, .page-custom28#content #page-content > blockquote, .page-custom29#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom30#content #page-content > blockquote, .page-custom302#content #page-content > blockquote, .page-custom305#content #page-content > blockquote, .page-custom307#content #page-content > blockquote, .page-custom308#content #page-content > blockquote, .page-custom31#content #page-content > blockquote, .page-custom32#content #page-content > blockquote, .page-custom33#content #page-content > blockquote, .page-custom34#content #page-content > blockquote, .page-custom35#content #page-content > blockquote, .page-custom36#content #page-content > blockquote, .page-custom37#content #page-content > blockquote, .page-custom38#content #page-content > blockquote, .page-custom39#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-custom40#content #page-content > blockquote, .page-custom402#content #page-content > blockquote, .page-custom403#content #page-content > blockquote, .page-custom406#content #page-content > blockquote, .page-custom408#content #page-content > blockquote, .page-custom41#content #page-content > blockquote, .page-custom42#content #page-content > blockquote, .page-custom43#content #page-content > blockquote, .page-custom44#content #page-content > blockquote, .page-custom45#content #page-content > blockquote, .page-custom46#content #page-content > blockquote, .page-custom47#content #page-content > blockquote, .page-custom48#content #page-content > blockquote, .page-custom49#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom50#content #page-content > blockquote, .page-custom502#content #page-content > blockquote, .page-custom503#content #page-content > blockquote, .page-custom504#content #page-content > blockquote, .page-custom507#content #page-content > blockquote, .page-custom509#content #page-content > blockquote, .page-custom51#content #page-content > blockquote, .page-custom52#content #page-content > blockquote, .page-custom53#content #page-content > blockquote, .page-custom54#content #page-content > blockquote, .page-custom55#content #page-content > blockquote, .page-custom56#content #page-content > blockquote, .page-custom57#content #page-content > blockquote, .page-custom58#content #page-content > blockquote, .page-custom59#content #page-content > blockquote, .page-custom6#content #page-content > blockquote, .page-custom60#content #page-content > blockquote, .page-custom602#content #page-content > blockquote, .page-custom603#content #page-content > blockquote, .page-custom605#content #page-content > blockquote, .page-custom61#content #page-content > blockquote, .page-custom62#content #page-content > blockquote, .page-custom63#content #page-content > blockquote, .page-custom64#content #page-content > blockquote, .page-custom65#content #page-content > blockquote, .page-custom66#content #page-content > blockquote, .page-custom67#content #page-content > blockquote, .page-custom68#content #page-content > blockquote, .page-custom69#content #page-content > blockquote, .page-custom7#content #page-content > blockquote, .page-custom70#content #page-content > blockquote, .page-custom703#content #page-content > blockquote, .page-custom704#content #page-content > blockquote, .page-custom706#content #page-content > blockquote, .page-custom71#content #page-content > blockquote, .page-custom72#content #page-content > blockquote, .page-custom73#content #page-content > blockquote, .page-custom74#content #page-content > blockquote, .page-custom75#content #page-content > blockquote, .page-custom76#content #page-content > blockquote, .page-custom77#content #page-content > blockquote, .page-custom78#content #page-content > blockquote, .page-custom79#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-custom80#content #page-content > blockquote, .page-custom804#content #page-content > blockquote, .page-custom805#content #page-content > blockquote, .page-custom81#content #page-content > blockquote, .page-custom82#content #page-content > blockquote, .page-custom83#content #page-content > blockquote, .page-custom84#content #page-content > blockquote, .page-custom85#content #page-content > blockquote, .page-custom86#content #page-content > blockquote, .page-custom87#content #page-content > blockquote, .page-custom88#content #page-content > blockquote, .page-custom89#content #page-content > blockquote, .page-custom9#content #page-content > blockquote, .page-custom90#content #page-content > blockquote, .page-custom91#content #page-content > blockquote, .page-custom92#content #page-content > blockquote, .page-custom93#content #page-content > blockquote, .page-custom94#content #page-content > blockquote, .page-custom95#content #page-content > blockquote, .page-custom96#content #page-content > blockquote, .page-custom97#content #page-content > blockquote, .page-custom98#content #page-content > blockquote, .page-custom99#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-10 > blockquote, #sp-block-container-11 > blockquote, #sp-block-container-12 > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-3 > blockquote, #sp-block-container-4 > blockquote, #sp-block-container-5 > blockquote, #sp-block-container-6 > blockquote, #sp-block-container-7 > blockquote, #sp-block-container-8 > blockquote, #sp-block-container-9 > blockquote{
  background-color : #ffffff;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 16px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

.page-custom#content #page-content > blockquote p, .page-custom1#content #page-content > blockquote p, .page-custom10#content #page-content > blockquote p, .page-custom100#content #page-content > blockquote p, .page-custom101#content #page-content > blockquote p, .page-custom102#content #page-content > blockquote p, .page-custom103#content #page-content > blockquote p, .page-custom104#content #page-content > blockquote p, .page-custom105#content #page-content > blockquote p, .page-custom106#content #page-content > blockquote p, .page-custom107#content #page-content > blockquote p, .page-custom11#content #page-content > blockquote p, .page-custom12#content #page-content > blockquote p, .page-custom13#content #page-content > blockquote p, .page-custom14#content #page-content > blockquote p, .page-custom15#content #page-content > blockquote p, .page-custom16#content #page-content > blockquote p, .page-custom17#content #page-content > blockquote p, .page-custom18#content #page-content > blockquote p, .page-custom19#content #page-content > blockquote p, .page-custom2#content #page-content > blockquote p, .page-custom20#content #page-content > blockquote p, .page-custom204#content #page-content > blockquote p, .page-custom205#content #page-content > blockquote p, .page-custom206#content #page-content > blockquote p, .page-custom207#content #page-content > blockquote p, .page-custom21#content #page-content > blockquote p, .page-custom22#content #page-content > blockquote p, .page-custom23#content #page-content > blockquote p, .page-custom24#content #page-content > blockquote p, .page-custom25#content #page-content > blockquote p, .page-custom26#content #page-content > blockquote p, .page-custom27#content #page-content > blockquote p, .page-custom28#content #page-content > blockquote p, .page-custom29#content #page-content > blockquote p, .page-custom3#content #page-content > blockquote p, .page-custom30#content #page-content > blockquote p, .page-custom302#content #page-content > blockquote p, .page-custom305#content #page-content > blockquote p, .page-custom307#content #page-content > blockquote p, .page-custom308#content #page-content > blockquote p, .page-custom31#content #page-content > blockquote p, .page-custom32#content #page-content > blockquote p, .page-custom33#content #page-content > blockquote p, .page-custom34#content #page-content > blockquote p, .page-custom35#content #page-content > blockquote p, .page-custom36#content #page-content > blockquote p, .page-custom37#content #page-content > blockquote p, .page-custom38#content #page-content > blockquote p, .page-custom39#content #page-content > blockquote p, .page-custom4#content #page-content > blockquote p, .page-custom40#content #page-content > blockquote p, .page-custom402#content #page-content > blockquote p, .page-custom403#content #page-content > blockquote p, .page-custom406#content #page-content > blockquote p, .page-custom408#content #page-content > blockquote p, .page-custom41#content #page-content > blockquote p, .page-custom42#content #page-content > blockquote p, .page-custom43#content #page-content > blockquote p, .page-custom44#content #page-content > blockquote p, .page-custom45#content #page-content > blockquote p, .page-custom46#content #page-content > blockquote p, .page-custom47#content #page-content > blockquote p, .page-custom48#content #page-content > blockquote p, .page-custom49#content #page-content > blockquote p, .page-custom5#content #page-content > blockquote p, .page-custom50#content #page-content > blockquote p, .page-custom502#content #page-content > blockquote p, .page-custom503#content #page-content > blockquote p, .page-custom504#content #page-content > blockquote p, .page-custom507#content #page-content > blockquote p, .page-custom509#content #page-content > blockquote p, .page-custom51#content #page-content > blockquote p, .page-custom52#content #page-content > blockquote p, .page-custom53#content #page-content > blockquote p, .page-custom54#content #page-content > blockquote p, .page-custom55#content #page-content > blockquote p, .page-custom56#content #page-content > blockquote p, .page-custom57#content #page-content > blockquote p, .page-custom58#content #page-content > blockquote p, .page-custom59#content #page-content > blockquote p, .page-custom6#content #page-content > blockquote p, .page-custom60#content #page-content > blockquote p, .page-custom602#content #page-content > blockquote p, .page-custom603#content #page-content > blockquote p, .page-custom605#content #page-content > blockquote p, .page-custom61#content #page-content > blockquote p, .page-custom62#content #page-content > blockquote p, .page-custom63#content #page-content > blockquote p, .page-custom64#content #page-content > blockquote p, .page-custom65#content #page-content > blockquote p, .page-custom66#content #page-content > blockquote p, .page-custom67#content #page-content > blockquote p, .page-custom68#content #page-content > blockquote p, .page-custom69#content #page-content > blockquote p, .page-custom7#content #page-content > blockquote p, .page-custom70#content #page-content > blockquote p, .page-custom703#content #page-content > blockquote p, .page-custom704#content #page-content > blockquote p, .page-custom706#content #page-content > blockquote p, .page-custom71#content #page-content > blockquote p, .page-custom72#content #page-content > blockquote p, .page-custom73#content #page-content > blockquote p, .page-custom74#content #page-content > blockquote p, .page-custom75#content #page-content > blockquote p, .page-custom76#content #page-content > blockquote p, .page-custom77#content #page-content > blockquote p, .page-custom78#content #page-content > blockquote p, .page-custom79#content #page-content > blockquote p, .page-custom8#content #page-content > blockquote p, .page-custom80#content #page-content > blockquote p, .page-custom804#content #page-content > blockquote p, .page-custom805#content #page-content > blockquote p, .page-custom81#content #page-content > blockquote p, .page-custom82#content #page-content > blockquote p, .page-custom83#content #page-content > blockquote p, .page-custom84#content #page-content > blockquote p, .page-custom85#content #page-content > blockquote p, .page-custom86#content #page-content > blockquote p, .page-custom87#content #page-content > blockquote p, .page-custom88#content #page-content > blockquote p, .page-custom89#content #page-content > blockquote p, .page-custom9#content #page-content > blockquote p, .page-custom90#content #page-content > blockquote p, .page-custom91#content #page-content > blockquote p, .page-custom92#content #page-content > blockquote p, .page-custom93#content #page-content > blockquote p, .page-custom94#content #page-content > blockquote p, .page-custom95#content #page-content > blockquote p, .page-custom96#content #page-content > blockquote p, .page-custom97#content #page-content > blockquote p, .page-custom98#content #page-content > blockquote p, .page-custom99#content #page-content > blockquote p, .page-toppage#content #page-content > blockquote p, #sp-block-container-1 > blockquote p, #sp-block-container-10 > blockquote p, #sp-block-container-11 > blockquote p, #sp-block-container-12 > blockquote p, #sp-block-container-2 > blockquote p, #sp-block-container-3 > blockquote p, #sp-block-container-4 > blockquote p, #sp-block-container-5 > blockquote p, #sp-block-container-6 > blockquote p, #sp-block-container-7 > blockquote p, #sp-block-container-8 > blockquote p, #sp-block-container-9 > blockquote p{
  margin-top : 19px;
  margin-bottom : 0px;
}

.page-custom#content #page-content > blockquote p:first-child, .page-custom1#content #page-content > blockquote p:first-child, .page-custom10#content #page-content > blockquote p:first-child, .page-custom100#content #page-content > blockquote p:first-child, .page-custom101#content #page-content > blockquote p:first-child, .page-custom102#content #page-content > blockquote p:first-child, .page-custom103#content #page-content > blockquote p:first-child, .page-custom104#content #page-content > blockquote p:first-child, .page-custom105#content #page-content > blockquote p:first-child, .page-custom106#content #page-content > blockquote p:first-child, .page-custom107#content #page-content > blockquote p:first-child, .page-custom11#content #page-content > blockquote p:first-child, .page-custom12#content #page-content > blockquote p:first-child, .page-custom13#content #page-content > blockquote p:first-child, .page-custom14#content #page-content > blockquote p:first-child, .page-custom15#content #page-content > blockquote p:first-child, .page-custom16#content #page-content > blockquote p:first-child, .page-custom17#content #page-content > blockquote p:first-child, .page-custom18#content #page-content > blockquote p:first-child, .page-custom19#content #page-content > blockquote p:first-child, .page-custom2#content #page-content > blockquote p:first-child, .page-custom20#content #page-content > blockquote p:first-child, .page-custom204#content #page-content > blockquote p:first-child, .page-custom205#content #page-content > blockquote p:first-child, .page-custom206#content #page-content > blockquote p:first-child, .page-custom207#content #page-content > blockquote p:first-child, .page-custom21#content #page-content > blockquote p:first-child, .page-custom22#content #page-content > blockquote p:first-child, .page-custom23#content #page-content > blockquote p:first-child, .page-custom24#content #page-content > blockquote p:first-child, .page-custom25#content #page-content > blockquote p:first-child, .page-custom26#content #page-content > blockquote p:first-child, .page-custom27#content #page-content > blockquote p:first-child, .page-custom28#content #page-content > blockquote p:first-child, .page-custom29#content #page-content > blockquote p:first-child, .page-custom3#content #page-content > blockquote p:first-child, .page-custom30#content #page-content > blockquote p:first-child, .page-custom302#content #page-content > blockquote p:first-child, .page-custom305#content #page-content > blockquote p:first-child, .page-custom307#content #page-content > blockquote p:first-child, .page-custom308#content #page-content > blockquote p:first-child, .page-custom31#content #page-content > blockquote p:first-child, .page-custom32#content #page-content > blockquote p:first-child, .page-custom33#content #page-content > blockquote p:first-child, .page-custom34#content #page-content > blockquote p:first-child, .page-custom35#content #page-content > blockquote p:first-child, .page-custom36#content #page-content > blockquote p:first-child, .page-custom37#content #page-content > blockquote p:first-child, .page-custom38#content #page-content > blockquote p:first-child, .page-custom39#content #page-content > blockquote p:first-child, .page-custom4#content #page-content > blockquote p:first-child, .page-custom40#content #page-content > blockquote p:first-child, .page-custom402#content #page-content > blockquote p:first-child, .page-custom403#content #page-content > blockquote p:first-child, .page-custom406#content #page-content > blockquote p:first-child, .page-custom408#content #page-content > blockquote p:first-child, .page-custom41#content #page-content > blockquote p:first-child, .page-custom42#content #page-content > blockquote p:first-child, .page-custom43#content #page-content > blockquote p:first-child, .page-custom44#content #page-content > blockquote p:first-child, .page-custom45#content #page-content > blockquote p:first-child, .page-custom46#content #page-content > blockquote p:first-child, .page-custom47#content #page-content > blockquote p:first-child, .page-custom48#content #page-content > blockquote p:first-child, .page-custom49#content #page-content > blockquote p:first-child, .page-custom5#content #page-content > blockquote p:first-child, .page-custom50#content #page-content > blockquote p:first-child, .page-custom502#content #page-content > blockquote p:first-child, .page-custom503#content #page-content > blockquote p:first-child, .page-custom504#content #page-content > blockquote p:first-child, .page-custom507#content #page-content > blockquote p:first-child, .page-custom509#content #page-content > blockquote p:first-child, .page-custom51#content #page-content > blockquote p:first-child, .page-custom52#content #page-content > blockquote p:first-child, .page-custom53#content #page-content > blockquote p:first-child, .page-custom54#content #page-content > blockquote p:first-child, .page-custom55#content #page-content > blockquote p:first-child, .page-custom56#content #page-content > blockquote p:first-child, .page-custom57#content #page-content > blockquote p:first-child, .page-custom58#content #page-content > blockquote p:first-child, .page-custom59#content #page-content > blockquote p:first-child, .page-custom6#content #page-content > blockquote p:first-child, .page-custom60#content #page-content > blockquote p:first-child, .page-custom602#content #page-content > blockquote p:first-child, .page-custom603#content #page-content > blockquote p:first-child, .page-custom605#content #page-content > blockquote p:first-child, .page-custom61#content #page-content > blockquote p:first-child, .page-custom62#content #page-content > blockquote p:first-child, .page-custom63#content #page-content > blockquote p:first-child, .page-custom64#content #page-content > blockquote p:first-child, .page-custom65#content #page-content > blockquote p:first-child, .page-custom66#content #page-content > blockquote p:first-child, .page-custom67#content #page-content > blockquote p:first-child, .page-custom68#content #page-content > blockquote p:first-child, .page-custom69#content #page-content > blockquote p:first-child, .page-custom7#content #page-content > blockquote p:first-child, .page-custom70#content #page-content > blockquote p:first-child, .page-custom703#content #page-content > blockquote p:first-child, .page-custom704#content #page-content > blockquote p:first-child, .page-custom706#content #page-content > blockquote p:first-child, .page-custom71#content #page-content > blockquote p:first-child, .page-custom72#content #page-content > blockquote p:first-child, .page-custom73#content #page-content > blockquote p:first-child, .page-custom74#content #page-content > blockquote p:first-child, .page-custom75#content #page-content > blockquote p:first-child, .page-custom76#content #page-content > blockquote p:first-child, .page-custom77#content #page-content > blockquote p:first-child, .page-custom78#content #page-content > blockquote p:first-child, .page-custom79#content #page-content > blockquote p:first-child, .page-custom8#content #page-content > blockquote p:first-child, .page-custom80#content #page-content > blockquote p:first-child, .page-custom804#content #page-content > blockquote p:first-child, .page-custom805#content #page-content > blockquote p:first-child, .page-custom81#content #page-content > blockquote p:first-child, .page-custom82#content #page-content > blockquote p:first-child, .page-custom83#content #page-content > blockquote p:first-child, .page-custom84#content #page-content > blockquote p:first-child, .page-custom85#content #page-content > blockquote p:first-child, .page-custom86#content #page-content > blockquote p:first-child, .page-custom87#content #page-content > blockquote p:first-child, .page-custom88#content #page-content > blockquote p:first-child, .page-custom89#content #page-content > blockquote p:first-child, .page-custom9#content #page-content > blockquote p:first-child, .page-custom90#content #page-content > blockquote p:first-child, .page-custom91#content #page-content > blockquote p:first-child, .page-custom92#content #page-content > blockquote p:first-child, .page-custom93#content #page-content > blockquote p:first-child, .page-custom94#content #page-content > blockquote p:first-child, .page-custom95#content #page-content > blockquote p:first-child, .page-custom96#content #page-content > blockquote p:first-child, .page-custom97#content #page-content > blockquote p:first-child, .page-custom98#content #page-content > blockquote p:first-child, .page-custom99#content #page-content > blockquote p:first-child, .page-toppage#content #page-content > blockquote p:first-child, #sp-block-container-1 > blockquote p:first-child, #sp-block-container-10 > blockquote p:first-child, #sp-block-container-11 > blockquote p:first-child, #sp-block-container-12 > blockquote p:first-child, #sp-block-container-2 > blockquote p:first-child, #sp-block-container-3 > blockquote p:first-child, #sp-block-container-4 > blockquote p:first-child, #sp-block-container-5 > blockquote p:first-child, #sp-block-container-6 > blockquote p:first-child, #sp-block-container-7 > blockquote p:first-child, #sp-block-container-8 > blockquote p:first-child, #sp-block-container-9 > blockquote p:first-child{
  margin-top : 0px;
}

.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-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom20#content #page-content > h1, .page-custom204#content #page-content > h1, .page-custom205#content #page-content > h1, .page-custom206#content #page-content > h1, .page-custom207#content #page-content > h1, .page-custom21#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom24#content #page-content > h1, .page-custom25#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom27#content #page-content > h1, .page-custom28#content #page-content > h1, .page-custom29#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom30#content #page-content > h1, .page-custom302#content #page-content > h1, .page-custom305#content #page-content > h1, .page-custom307#content #page-content > h1, .page-custom308#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-custom406#content #page-content > h1, .page-custom408#content #page-content > h1, .page-custom41#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom43#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom46#content #page-content > h1, .page-custom47#content #page-content > h1, .page-custom48#content #page-content > h1, .page-custom49#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom50#content #page-content > h1, .page-custom502#content #page-content > h1, .page-custom503#content #page-content > h1, .page-custom504#content #page-content > h1, .page-custom507#content #page-content > h1, .page-custom509#content #page-content > h1, .page-custom51#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom53#content #page-content > h1, .page-custom54#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom58#content #page-content > h1, .page-custom59#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom60#content #page-content > h1, .page-custom602#content #page-content > h1, .page-custom603#content #page-content > h1, .page-custom605#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-custom703#content #page-content > h1, .page-custom704#content #page-content > h1, .page-custom706#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-custom804#content #page-content > h1, .page-custom805#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-2 > 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 : 1.8rem;
  font-weight : bold;
  line-height : 1.12;
  color : #353535;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #776454;
}

.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-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom20#content #page-content > h2, .page-custom204#content #page-content > h2, .page-custom205#content #page-content > h2, .page-custom206#content #page-content > h2, .page-custom207#content #page-content > h2, .page-custom21#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom24#content #page-content > h2, .page-custom25#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom27#content #page-content > h2, .page-custom28#content #page-content > h2, .page-custom29#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom30#content #page-content > h2, .page-custom302#content #page-content > h2, .page-custom305#content #page-content > h2, .page-custom307#content #page-content > h2, .page-custom308#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-custom406#content #page-content > h2, .page-custom408#content #page-content > h2, .page-custom41#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom43#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom46#content #page-content > h2, .page-custom47#content #page-content > h2, .page-custom48#content #page-content > h2, .page-custom49#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom50#content #page-content > h2, .page-custom502#content #page-content > h2, .page-custom503#content #page-content > h2, .page-custom504#content #page-content > h2, .page-custom507#content #page-content > h2, .page-custom509#content #page-content > h2, .page-custom51#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom53#content #page-content > h2, .page-custom54#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom58#content #page-content > h2, .page-custom59#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom60#content #page-content > h2, .page-custom602#content #page-content > h2, .page-custom603#content #page-content > h2, .page-custom605#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-custom703#content #page-content > h2, .page-custom704#content #page-content > h2, .page-custom706#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-custom804#content #page-content > h2, .page-custom805#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-2 > 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 : bold;
  line-height : 1.12;
  color : #353535;
  padding-bottom : 10px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom20#content #page-content > h3, .page-custom204#content #page-content > h3, .page-custom205#content #page-content > h3, .page-custom206#content #page-content > h3, .page-custom207#content #page-content > h3, .page-custom21#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom24#content #page-content > h3, .page-custom25#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom27#content #page-content > h3, .page-custom28#content #page-content > h3, .page-custom29#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom30#content #page-content > h3, .page-custom302#content #page-content > h3, .page-custom305#content #page-content > h3, .page-custom307#content #page-content > h3, .page-custom308#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-custom406#content #page-content > h3, .page-custom408#content #page-content > h3, .page-custom41#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom43#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom46#content #page-content > h3, .page-custom47#content #page-content > h3, .page-custom48#content #page-content > h3, .page-custom49#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom50#content #page-content > h3, .page-custom502#content #page-content > h3, .page-custom503#content #page-content > h3, .page-custom504#content #page-content > h3, .page-custom507#content #page-content > h3, .page-custom509#content #page-content > h3, .page-custom51#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom53#content #page-content > h3, .page-custom54#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom58#content #page-content > h3, .page-custom59#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom60#content #page-content > h3, .page-custom602#content #page-content > h3, .page-custom603#content #page-content > h3, .page-custom605#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-custom703#content #page-content > h3, .page-custom704#content #page-content > h3, .page-custom706#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-custom804#content #page-content > h3, .page-custom805#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-2 > 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;
  line-height : 1.25;
  color : #353535;
  padding-bottom : 8px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom20#content #page-content > h4, .page-custom204#content #page-content > h4, .page-custom205#content #page-content > h4, .page-custom206#content #page-content > h4, .page-custom207#content #page-content > h4, .page-custom21#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom24#content #page-content > h4, .page-custom25#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom27#content #page-content > h4, .page-custom28#content #page-content > h4, .page-custom29#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom30#content #page-content > h4, .page-custom302#content #page-content > h4, .page-custom305#content #page-content > h4, .page-custom307#content #page-content > h4, .page-custom308#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-custom406#content #page-content > h4, .page-custom408#content #page-content > h4, .page-custom41#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom43#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom46#content #page-content > h4, .page-custom47#content #page-content > h4, .page-custom48#content #page-content > h4, .page-custom49#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom50#content #page-content > h4, .page-custom502#content #page-content > h4, .page-custom503#content #page-content > h4, .page-custom504#content #page-content > h4, .page-custom507#content #page-content > h4, .page-custom509#content #page-content > h4, .page-custom51#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom53#content #page-content > h4, .page-custom54#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom58#content #page-content > h4, .page-custom59#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom60#content #page-content > h4, .page-custom602#content #page-content > h4, .page-custom603#content #page-content > h4, .page-custom605#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-custom703#content #page-content > h4, .page-custom704#content #page-content > h4, .page-custom706#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-custom804#content #page-content > h4, .page-custom805#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-2 > 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.5rem;
  font-weight : normal;
  line-height : 1.33;
  color : #353535;
  padding-bottom : 7px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom14#content #page-content > h5, .page-custom15#content #page-content > h5, .page-custom16#content #page-content > h5, .page-custom17#content #page-content > h5, .page-custom18#content #page-content > h5, .page-custom19#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom20#content #page-content > h5, .page-custom204#content #page-content > h5, .page-custom205#content #page-content > h5, .page-custom206#content #page-content > h5, .page-custom207#content #page-content > h5, .page-custom21#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom24#content #page-content > h5, .page-custom25#content #page-content > h5, .page-custom26#content #page-content > h5, .page-custom27#content #page-content > h5, .page-custom28#content #page-content > h5, .page-custom29#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom30#content #page-content > h5, .page-custom302#content #page-content > h5, .page-custom305#content #page-content > h5, .page-custom307#content #page-content > h5, .page-custom308#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-custom406#content #page-content > h5, .page-custom408#content #page-content > h5, .page-custom41#content #page-content > h5, .page-custom42#content #page-content > h5, .page-custom43#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom46#content #page-content > h5, .page-custom47#content #page-content > h5, .page-custom48#content #page-content > h5, .page-custom49#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom50#content #page-content > h5, .page-custom502#content #page-content > h5, .page-custom503#content #page-content > h5, .page-custom504#content #page-content > h5, .page-custom507#content #page-content > h5, .page-custom509#content #page-content > h5, .page-custom51#content #page-content > h5, .page-custom52#content #page-content > h5, .page-custom53#content #page-content > h5, .page-custom54#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom57#content #page-content > h5, .page-custom58#content #page-content > h5, .page-custom59#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom60#content #page-content > h5, .page-custom602#content #page-content > h5, .page-custom603#content #page-content > h5, .page-custom605#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-custom703#content #page-content > h5, .page-custom704#content #page-content > h5, .page-custom706#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-custom804#content #page-content > h5, .page-custom805#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-2 > 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.4rem;
  font-weight : normal;
  line-height : 1.43;
  color : #353535;
  padding-bottom : 6px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom14#content #page-content > h6, .page-custom15#content #page-content > h6, .page-custom16#content #page-content > h6, .page-custom17#content #page-content > h6, .page-custom18#content #page-content > h6, .page-custom19#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom20#content #page-content > h6, .page-custom204#content #page-content > h6, .page-custom205#content #page-content > h6, .page-custom206#content #page-content > h6, .page-custom207#content #page-content > h6, .page-custom21#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom24#content #page-content > h6, .page-custom25#content #page-content > h6, .page-custom26#content #page-content > h6, .page-custom27#content #page-content > h6, .page-custom28#content #page-content > h6, .page-custom29#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom30#content #page-content > h6, .page-custom302#content #page-content > h6, .page-custom305#content #page-content > h6, .page-custom307#content #page-content > h6, .page-custom308#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-custom406#content #page-content > h6, .page-custom408#content #page-content > h6, .page-custom41#content #page-content > h6, .page-custom42#content #page-content > h6, .page-custom43#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom46#content #page-content > h6, .page-custom47#content #page-content > h6, .page-custom48#content #page-content > h6, .page-custom49#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom50#content #page-content > h6, .page-custom502#content #page-content > h6, .page-custom503#content #page-content > h6, .page-custom504#content #page-content > h6, .page-custom507#content #page-content > h6, .page-custom509#content #page-content > h6, .page-custom51#content #page-content > h6, .page-custom52#content #page-content > h6, .page-custom53#content #page-content > h6, .page-custom54#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom57#content #page-content > h6, .page-custom58#content #page-content > h6, .page-custom59#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom60#content #page-content > h6, .page-custom602#content #page-content > h6, .page-custom603#content #page-content > h6, .page-custom605#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-custom703#content #page-content > h6, .page-custom704#content #page-content > h6, .page-custom706#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-custom804#content #page-content > h6, .page-custom805#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-2 > 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.3rem;
  font-weight : normal;
  line-height : 1.54;
  color : #353535;
  padding-bottom : 4px;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.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-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom13#content #page-content > hr, .page-custom14#content #page-content > hr, .page-custom15#content #page-content > hr, .page-custom16#content #page-content > hr, .page-custom17#content #page-content > hr, .page-custom18#content #page-content > hr, .page-custom19#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom20#content #page-content > hr, .page-custom204#content #page-content > hr, .page-custom205#content #page-content > hr, .page-custom206#content #page-content > hr, .page-custom207#content #page-content > hr, .page-custom21#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom24#content #page-content > hr, .page-custom25#content #page-content > hr, .page-custom26#content #page-content > hr, .page-custom27#content #page-content > hr, .page-custom28#content #page-content > hr, .page-custom29#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom30#content #page-content > hr, .page-custom302#content #page-content > hr, .page-custom305#content #page-content > hr, .page-custom307#content #page-content > hr, .page-custom308#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-custom406#content #page-content > hr, .page-custom408#content #page-content > hr, .page-custom41#content #page-content > hr, .page-custom42#content #page-content > hr, .page-custom43#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom46#content #page-content > hr, .page-custom47#content #page-content > hr, .page-custom48#content #page-content > hr, .page-custom49#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom50#content #page-content > hr, .page-custom502#content #page-content > hr, .page-custom503#content #page-content > hr, .page-custom504#content #page-content > hr, .page-custom507#content #page-content > hr, .page-custom509#content #page-content > hr, .page-custom51#content #page-content > hr, .page-custom52#content #page-content > hr, .page-custom53#content #page-content > hr, .page-custom54#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom57#content #page-content > hr, .page-custom58#content #page-content > hr, .page-custom59#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom60#content #page-content > hr, .page-custom602#content #page-content > hr, .page-custom603#content #page-content > hr, .page-custom605#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-custom703#content #page-content > hr, .page-custom704#content #page-content > hr, .page-custom706#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-custom804#content #page-content > hr, .page-custom805#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-2 > 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-bottom : 19px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #776454;
}

.page-custom#content #page-content > img, .page-custom1#content #page-content > img, .page-custom10#content #page-content > img, .page-custom100#content #page-content > img, .page-custom101#content #page-content > img, .page-custom102#content #page-content > img, .page-custom103#content #page-content > img, .page-custom104#content #page-content > img, .page-custom105#content #page-content > img, .page-custom106#content #page-content > img, .page-custom107#content #page-content > img, .page-custom11#content #page-content > img, .page-custom12#content #page-content > img, .page-custom13#content #page-content > img, .page-custom14#content #page-content > img, .page-custom15#content #page-content > img, .page-custom16#content #page-content > img, .page-custom17#content #page-content > img, .page-custom18#content #page-content > img, .page-custom19#content #page-content > img, .page-custom2#content #page-content > img, .page-custom20#content #page-content > img, .page-custom204#content #page-content > img, .page-custom205#content #page-content > img, .page-custom206#content #page-content > img, .page-custom207#content #page-content > img, .page-custom21#content #page-content > img, .page-custom22#content #page-content > img, .page-custom23#content #page-content > img, .page-custom24#content #page-content > img, .page-custom25#content #page-content > img, .page-custom26#content #page-content > img, .page-custom27#content #page-content > img, .page-custom28#content #page-content > img, .page-custom29#content #page-content > img, .page-custom3#content #page-content > img, .page-custom30#content #page-content > img, .page-custom302#content #page-content > img, .page-custom305#content #page-content > img, .page-custom307#content #page-content > img, .page-custom308#content #page-content > img, .page-custom31#content #page-content > img, .page-custom32#content #page-content > img, .page-custom33#content #page-content > img, .page-custom34#content #page-content > img, .page-custom35#content #page-content > img, .page-custom36#content #page-content > img, .page-custom37#content #page-content > img, .page-custom38#content #page-content > img, .page-custom39#content #page-content > img, .page-custom4#content #page-content > img, .page-custom40#content #page-content > img, .page-custom402#content #page-content > img, .page-custom403#content #page-content > img, .page-custom406#content #page-content > img, .page-custom408#content #page-content > img, .page-custom41#content #page-content > img, .page-custom42#content #page-content > img, .page-custom43#content #page-content > img, .page-custom44#content #page-content > img, .page-custom45#content #page-content > img, .page-custom46#content #page-content > img, .page-custom47#content #page-content > img, .page-custom48#content #page-content > img, .page-custom49#content #page-content > img, .page-custom5#content #page-content > img, .page-custom50#content #page-content > img, .page-custom502#content #page-content > img, .page-custom503#content #page-content > img, .page-custom504#content #page-content > img, .page-custom507#content #page-content > img, .page-custom509#content #page-content > img, .page-custom51#content #page-content > img, .page-custom52#content #page-content > img, .page-custom53#content #page-content > img, .page-custom54#content #page-content > img, .page-custom55#content #page-content > img, .page-custom56#content #page-content > img, .page-custom57#content #page-content > img, .page-custom58#content #page-content > img, .page-custom59#content #page-content > img, .page-custom6#content #page-content > img, .page-custom60#content #page-content > img, .page-custom602#content #page-content > img, .page-custom603#content #page-content > img, .page-custom605#content #page-content > img, .page-custom61#content #page-content > img, .page-custom62#content #page-content > img, .page-custom63#content #page-content > img, .page-custom64#content #page-content > img, .page-custom65#content #page-content > img, .page-custom66#content #page-content > img, .page-custom67#content #page-content > img, .page-custom68#content #page-content > img, .page-custom69#content #page-content > img, .page-custom7#content #page-content > img, .page-custom70#content #page-content > img, .page-custom703#content #page-content > img, .page-custom704#content #page-content > img, .page-custom706#content #page-content > img, .page-custom71#content #page-content > img, .page-custom72#content #page-content > img, .page-custom73#content #page-content > img, .page-custom74#content #page-content > img, .page-custom75#content #page-content > img, .page-custom76#content #page-content > img, .page-custom77#content #page-content > img, .page-custom78#content #page-content > img, .page-custom79#content #page-content > img, .page-custom8#content #page-content > img, .page-custom80#content #page-content > img, .page-custom804#content #page-content > img, .page-custom805#content #page-content > img, .page-custom81#content #page-content > img, .page-custom82#content #page-content > img, .page-custom83#content #page-content > img, .page-custom84#content #page-content > img, .page-custom85#content #page-content > img, .page-custom86#content #page-content > img, .page-custom87#content #page-content > img, .page-custom88#content #page-content > img, .page-custom89#content #page-content > img, .page-custom9#content #page-content > img, .page-custom90#content #page-content > img, .page-custom91#content #page-content > img, .page-custom92#content #page-content > img, .page-custom93#content #page-content > img, .page-custom94#content #page-content > img, .page-custom95#content #page-content > img, .page-custom96#content #page-content > img, .page-custom97#content #page-content > img, .page-custom98#content #page-content > img, .page-custom99#content #page-content > img, .page-toppage#content #page-content > img, #sp-block-container-1 > img, #sp-block-container-10 > img, #sp-block-container-11 > img, #sp-block-container-12 > img, #sp-block-container-2 > img, #sp-block-container-3 > img, #sp-block-container-4 > img, #sp-block-container-5 > img, #sp-block-container-6 > img, #sp-block-container-7 > img, #sp-block-container-8 > img, #sp-block-container-9 > img{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom10#content #page-content > ins, .page-custom100#content #page-content > ins, .page-custom101#content #page-content > ins, .page-custom102#content #page-content > ins, .page-custom103#content #page-content > ins, .page-custom104#content #page-content > ins, .page-custom105#content #page-content > ins, .page-custom106#content #page-content > ins, .page-custom107#content #page-content > ins, .page-custom11#content #page-content > ins, .page-custom12#content #page-content > ins, .page-custom13#content #page-content > ins, .page-custom14#content #page-content > ins, .page-custom15#content #page-content > ins, .page-custom16#content #page-content > ins, .page-custom17#content #page-content > ins, .page-custom18#content #page-content > ins, .page-custom19#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom20#content #page-content > ins, .page-custom204#content #page-content > ins, .page-custom205#content #page-content > ins, .page-custom206#content #page-content > ins, .page-custom207#content #page-content > ins, .page-custom21#content #page-content > ins, .page-custom22#content #page-content > ins, .page-custom23#content #page-content > ins, .page-custom24#content #page-content > ins, .page-custom25#content #page-content > ins, .page-custom26#content #page-content > ins, .page-custom27#content #page-content > ins, .page-custom28#content #page-content > ins, .page-custom29#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom30#content #page-content > ins, .page-custom302#content #page-content > ins, .page-custom305#content #page-content > ins, .page-custom307#content #page-content > ins, .page-custom308#content #page-content > ins, .page-custom31#content #page-content > ins, .page-custom32#content #page-content > ins, .page-custom33#content #page-content > ins, .page-custom34#content #page-content > ins, .page-custom35#content #page-content > ins, .page-custom36#content #page-content > ins, .page-custom37#content #page-content > ins, .page-custom38#content #page-content > ins, .page-custom39#content #page-content > ins, .page-custom4#content #page-content > ins, .page-custom40#content #page-content > ins, .page-custom402#content #page-content > ins, .page-custom403#content #page-content > ins, .page-custom406#content #page-content > ins, .page-custom408#content #page-content > ins, .page-custom41#content #page-content > ins, .page-custom42#content #page-content > ins, .page-custom43#content #page-content > ins, .page-custom44#content #page-content > ins, .page-custom45#content #page-content > ins, .page-custom46#content #page-content > ins, .page-custom47#content #page-content > ins, .page-custom48#content #page-content > ins, .page-custom49#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom50#content #page-content > ins, .page-custom502#content #page-content > ins, .page-custom503#content #page-content > ins, .page-custom504#content #page-content > ins, .page-custom507#content #page-content > ins, .page-custom509#content #page-content > ins, .page-custom51#content #page-content > ins, .page-custom52#content #page-content > ins, .page-custom53#content #page-content > ins, .page-custom54#content #page-content > ins, .page-custom55#content #page-content > ins, .page-custom56#content #page-content > ins, .page-custom57#content #page-content > ins, .page-custom58#content #page-content > ins, .page-custom59#content #page-content > ins, .page-custom6#content #page-content > ins, .page-custom60#content #page-content > ins, .page-custom602#content #page-content > ins, .page-custom603#content #page-content > ins, .page-custom605#content #page-content > ins, .page-custom61#content #page-content > ins, .page-custom62#content #page-content > ins, .page-custom63#content #page-content > ins, .page-custom64#content #page-content > ins, .page-custom65#content #page-content > ins, .page-custom66#content #page-content > ins, .page-custom67#content #page-content > ins, .page-custom68#content #page-content > ins, .page-custom69#content #page-content > ins, .page-custom7#content #page-content > ins, .page-custom70#content #page-content > ins, .page-custom703#content #page-content > ins, .page-custom704#content #page-content > ins, .page-custom706#content #page-content > ins, .page-custom71#content #page-content > ins, .page-custom72#content #page-content > ins, .page-custom73#content #page-content > ins, .page-custom74#content #page-content > ins, .page-custom75#content #page-content > ins, .page-custom76#content #page-content > ins, .page-custom77#content #page-content > ins, .page-custom78#content #page-content > ins, .page-custom79#content #page-content > ins, .page-custom8#content #page-content > ins, .page-custom80#content #page-content > ins, .page-custom804#content #page-content > ins, .page-custom805#content #page-content > ins, .page-custom81#content #page-content > ins, .page-custom82#content #page-content > ins, .page-custom83#content #page-content > ins, .page-custom84#content #page-content > ins, .page-custom85#content #page-content > ins, .page-custom86#content #page-content > ins, .page-custom87#content #page-content > ins, .page-custom88#content #page-content > ins, .page-custom89#content #page-content > ins, .page-custom9#content #page-content > ins, .page-custom90#content #page-content > ins, .page-custom91#content #page-content > ins, .page-custom92#content #page-content > ins, .page-custom93#content #page-content > ins, .page-custom94#content #page-content > ins, .page-custom95#content #page-content > ins, .page-custom96#content #page-content > ins, .page-custom97#content #page-content > ins, .page-custom98#content #page-content > ins, .page-custom99#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-10 > ins, #sp-block-container-11 > ins, #sp-block-container-12 > ins, #sp-block-container-2 > ins, #sp-block-container-3 > ins, #sp-block-container-4 > ins, #sp-block-container-5 > ins, #sp-block-container-6 > ins, #sp-block-container-7 > ins, #sp-block-container-8 > ins, #sp-block-container-9 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom10#content #page-content > ol, .page-custom100#content #page-content > ol, .page-custom101#content #page-content > ol, .page-custom102#content #page-content > ol, .page-custom103#content #page-content > ol, .page-custom104#content #page-content > ol, .page-custom105#content #page-content > ol, .page-custom106#content #page-content > ol, .page-custom107#content #page-content > ol, .page-custom11#content #page-content > ol, .page-custom12#content #page-content > ol, .page-custom13#content #page-content > ol, .page-custom14#content #page-content > ol, .page-custom15#content #page-content > ol, .page-custom16#content #page-content > ol, .page-custom17#content #page-content > ol, .page-custom18#content #page-content > ol, .page-custom19#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom20#content #page-content > ol, .page-custom204#content #page-content > ol, .page-custom205#content #page-content > ol, .page-custom206#content #page-content > ol, .page-custom207#content #page-content > ol, .page-custom21#content #page-content > ol, .page-custom22#content #page-content > ol, .page-custom23#content #page-content > ol, .page-custom24#content #page-content > ol, .page-custom25#content #page-content > ol, .page-custom26#content #page-content > ol, .page-custom27#content #page-content > ol, .page-custom28#content #page-content > ol, .page-custom29#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom30#content #page-content > ol, .page-custom302#content #page-content > ol, .page-custom305#content #page-content > ol, .page-custom307#content #page-content > ol, .page-custom308#content #page-content > ol, .page-custom31#content #page-content > ol, .page-custom32#content #page-content > ol, .page-custom33#content #page-content > ol, .page-custom34#content #page-content > ol, .page-custom35#content #page-content > ol, .page-custom36#content #page-content > ol, .page-custom37#content #page-content > ol, .page-custom38#content #page-content > ol, .page-custom39#content #page-content > ol, .page-custom4#content #page-content > ol, .page-custom40#content #page-content > ol, .page-custom402#content #page-content > ol, .page-custom403#content #page-content > ol, .page-custom406#content #page-content > ol, .page-custom408#content #page-content > ol, .page-custom41#content #page-content > ol, .page-custom42#content #page-content > ol, .page-custom43#content #page-content > ol, .page-custom44#content #page-content > ol, .page-custom45#content #page-content > ol, .page-custom46#content #page-content > ol, .page-custom47#content #page-content > ol, .page-custom48#content #page-content > ol, .page-custom49#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom50#content #page-content > ol, .page-custom502#content #page-content > ol, .page-custom503#content #page-content > ol, .page-custom504#content #page-content > ol, .page-custom507#content #page-content > ol, .page-custom509#content #page-content > ol, .page-custom51#content #page-content > ol, .page-custom52#content #page-content > ol, .page-custom53#content #page-content > ol, .page-custom54#content #page-content > ol, .page-custom55#content #page-content > ol, .page-custom56#content #page-content > ol, .page-custom57#content #page-content > ol, .page-custom58#content #page-content > ol, .page-custom59#content #page-content > ol, .page-custom6#content #page-content > ol, .page-custom60#content #page-content > ol, .page-custom602#content #page-content > ol, .page-custom603#content #page-content > ol, .page-custom605#content #page-content > ol, .page-custom61#content #page-content > ol, .page-custom62#content #page-content > ol, .page-custom63#content #page-content > ol, .page-custom64#content #page-content > ol, .page-custom65#content #page-content > ol, .page-custom66#content #page-content > ol, .page-custom67#content #page-content > ol, .page-custom68#content #page-content > ol, .page-custom69#content #page-content > ol, .page-custom7#content #page-content > ol, .page-custom70#content #page-content > ol, .page-custom703#content #page-content > ol, .page-custom704#content #page-content > ol, .page-custom706#content #page-content > ol, .page-custom71#content #page-content > ol, .page-custom72#content #page-content > ol, .page-custom73#content #page-content > ol, .page-custom74#content #page-content > ol, .page-custom75#content #page-content > ol, .page-custom76#content #page-content > ol, .page-custom77#content #page-content > ol, .page-custom78#content #page-content > ol, .page-custom79#content #page-content > ol, .page-custom8#content #page-content > ol, .page-custom80#content #page-content > ol, .page-custom804#content #page-content > ol, .page-custom805#content #page-content > ol, .page-custom81#content #page-content > ol, .page-custom82#content #page-content > ol, .page-custom83#content #page-content > ol, .page-custom84#content #page-content > ol, .page-custom85#content #page-content > ol, .page-custom86#content #page-content > ol, .page-custom87#content #page-content > ol, .page-custom88#content #page-content > ol, .page-custom89#content #page-content > ol, .page-custom9#content #page-content > ol, .page-custom90#content #page-content > ol, .page-custom91#content #page-content > ol, .page-custom92#content #page-content > ol, .page-custom93#content #page-content > ol, .page-custom94#content #page-content > ol, .page-custom95#content #page-content > ol, .page-custom96#content #page-content > ol, .page-custom97#content #page-content > ol, .page-custom98#content #page-content > ol, .page-custom99#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-10 > ol, #sp-block-container-11 > ol, #sp-block-container-12 > ol, #sp-block-container-2 > ol, #sp-block-container-3 > ol, #sp-block-container-4 > ol, #sp-block-container-5 > ol, #sp-block-container-6 > ol, #sp-block-container-7 > ol, #sp-block-container-8 > ol, #sp-block-container-9 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom10#content #page-content > ol ol, .page-custom100#content #page-content > ol ol, .page-custom101#content #page-content > ol ol, .page-custom102#content #page-content > ol ol, .page-custom103#content #page-content > ol ol, .page-custom104#content #page-content > ol ol, .page-custom105#content #page-content > ol ol, .page-custom106#content #page-content > ol ol, .page-custom107#content #page-content > ol ol, .page-custom11#content #page-content > ol ol, .page-custom12#content #page-content > ol ol, .page-custom13#content #page-content > ol ol, .page-custom14#content #page-content > ol ol, .page-custom15#content #page-content > ol ol, .page-custom16#content #page-content > ol ol, .page-custom17#content #page-content > ol ol, .page-custom18#content #page-content > ol ol, .page-custom19#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom20#content #page-content > ol ol, .page-custom204#content #page-content > ol ol, .page-custom205#content #page-content > ol ol, .page-custom206#content #page-content > ol ol, .page-custom207#content #page-content > ol ol, .page-custom21#content #page-content > ol ol, .page-custom22#content #page-content > ol ol, .page-custom23#content #page-content > ol ol, .page-custom24#content #page-content > ol ol, .page-custom25#content #page-content > ol ol, .page-custom26#content #page-content > ol ol, .page-custom27#content #page-content > ol ol, .page-custom28#content #page-content > ol ol, .page-custom29#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom30#content #page-content > ol ol, .page-custom302#content #page-content > ol ol, .page-custom305#content #page-content > ol ol, .page-custom307#content #page-content > ol ol, .page-custom308#content #page-content > ol ol, .page-custom31#content #page-content > ol ol, .page-custom32#content #page-content > ol ol, .page-custom33#content #page-content > ol ol, .page-custom34#content #page-content > ol ol, .page-custom35#content #page-content > ol ol, .page-custom36#content #page-content > ol ol, .page-custom37#content #page-content > ol ol, .page-custom38#content #page-content > ol ol, .page-custom39#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-custom40#content #page-content > ol ol, .page-custom402#content #page-content > ol ol, .page-custom403#content #page-content > ol ol, .page-custom406#content #page-content > ol ol, .page-custom408#content #page-content > ol ol, .page-custom41#content #page-content > ol ol, .page-custom42#content #page-content > ol ol, .page-custom43#content #page-content > ol ol, .page-custom44#content #page-content > ol ol, .page-custom45#content #page-content > ol ol, .page-custom46#content #page-content > ol ol, .page-custom47#content #page-content > ol ol, .page-custom48#content #page-content > ol ol, .page-custom49#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom50#content #page-content > ol ol, .page-custom502#content #page-content > ol ol, .page-custom503#content #page-content > ol ol, .page-custom504#content #page-content > ol ol, .page-custom507#content #page-content > ol ol, .page-custom509#content #page-content > ol ol, .page-custom51#content #page-content > ol ol, .page-custom52#content #page-content > ol ol, .page-custom53#content #page-content > ol ol, .page-custom54#content #page-content > ol ol, .page-custom55#content #page-content > ol ol, .page-custom56#content #page-content > ol ol, .page-custom57#content #page-content > ol ol, .page-custom58#content #page-content > ol ol, .page-custom59#content #page-content > ol ol, .page-custom6#content #page-content > ol ol, .page-custom60#content #page-content > ol ol, .page-custom602#content #page-content > ol ol, .page-custom603#content #page-content > ol ol, .page-custom605#content #page-content > ol ol, .page-custom61#content #page-content > ol ol, .page-custom62#content #page-content > ol ol, .page-custom63#content #page-content > ol ol, .page-custom64#content #page-content > ol ol, .page-custom65#content #page-content > ol ol, .page-custom66#content #page-content > ol ol, .page-custom67#content #page-content > ol ol, .page-custom68#content #page-content > ol ol, .page-custom69#content #page-content > ol ol, .page-custom7#content #page-content > ol ol, .page-custom70#content #page-content > ol ol, .page-custom703#content #page-content > ol ol, .page-custom704#content #page-content > ol ol, .page-custom706#content #page-content > ol ol, .page-custom71#content #page-content > ol ol, .page-custom72#content #page-content > ol ol, .page-custom73#content #page-content > ol ol, .page-custom74#content #page-content > ol ol, .page-custom75#content #page-content > ol ol, .page-custom76#content #page-content > ol ol, .page-custom77#content #page-content > ol ol, .page-custom78#content #page-content > ol ol, .page-custom79#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-custom80#content #page-content > ol ol, .page-custom804#content #page-content > ol ol, .page-custom805#content #page-content > ol ol, .page-custom81#content #page-content > ol ol, .page-custom82#content #page-content > ol ol, .page-custom83#content #page-content > ol ol, .page-custom84#content #page-content > ol ol, .page-custom85#content #page-content > ol ol, .page-custom86#content #page-content > ol ol, .page-custom87#content #page-content > ol ol, .page-custom88#content #page-content > ol ol, .page-custom89#content #page-content > ol ol, .page-custom9#content #page-content > ol ol, .page-custom90#content #page-content > ol ol, .page-custom91#content #page-content > ol ol, .page-custom92#content #page-content > ol ol, .page-custom93#content #page-content > ol ol, .page-custom94#content #page-content > ol ol, .page-custom95#content #page-content > ol ol, .page-custom96#content #page-content > ol ol, .page-custom97#content #page-content > ol ol, .page-custom98#content #page-content > ol ol, .page-custom99#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-10 > ol ol, #sp-block-container-11 > ol ol, #sp-block-container-12 > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-3 > ol ol, #sp-block-container-4 > ol ol, #sp-block-container-5 > ol ol, #sp-block-container-6 > ol ol, #sp-block-container-7 > ol ol, #sp-block-container-8 > ol ol, #sp-block-container-9 > ol ol{
  margin-bottom : 0px;
}

.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-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom13#content #page-content > p, .page-custom14#content #page-content > p, .page-custom15#content #page-content > p, .page-custom16#content #page-content > p, .page-custom17#content #page-content > p, .page-custom18#content #page-content > p, .page-custom19#content #page-content > p, .page-custom2#content #page-content > p, .page-custom20#content #page-content > p, .page-custom204#content #page-content > p, .page-custom205#content #page-content > p, .page-custom206#content #page-content > p, .page-custom207#content #page-content > p, .page-custom21#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom24#content #page-content > p, .page-custom25#content #page-content > p, .page-custom26#content #page-content > p, .page-custom27#content #page-content > p, .page-custom28#content #page-content > p, .page-custom29#content #page-content > p, .page-custom3#content #page-content > p, .page-custom30#content #page-content > p, .page-custom302#content #page-content > p, .page-custom305#content #page-content > p, .page-custom307#content #page-content > p, .page-custom308#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-custom406#content #page-content > p, .page-custom408#content #page-content > p, .page-custom41#content #page-content > p, .page-custom42#content #page-content > p, .page-custom43#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom46#content #page-content > p, .page-custom47#content #page-content > p, .page-custom48#content #page-content > p, .page-custom49#content #page-content > p, .page-custom5#content #page-content > p, .page-custom50#content #page-content > p, .page-custom502#content #page-content > p, .page-custom503#content #page-content > p, .page-custom504#content #page-content > p, .page-custom507#content #page-content > p, .page-custom509#content #page-content > p, .page-custom51#content #page-content > p, .page-custom52#content #page-content > p, .page-custom53#content #page-content > p, .page-custom54#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom57#content #page-content > p, .page-custom58#content #page-content > p, .page-custom59#content #page-content > p, .page-custom6#content #page-content > p, .page-custom60#content #page-content > p, .page-custom602#content #page-content > p, .page-custom603#content #page-content > p, .page-custom605#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-custom703#content #page-content > p, .page-custom704#content #page-content > p, .page-custom706#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-custom804#content #page-content > p, .page-custom805#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-2 > 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{
  margin-top : 0px;
  margin-bottom : 19px;
}

.page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom10#content #page-content > pre, .page-custom100#content #page-content > pre, .page-custom101#content #page-content > pre, .page-custom102#content #page-content > pre, .page-custom103#content #page-content > pre, .page-custom104#content #page-content > pre, .page-custom105#content #page-content > pre, .page-custom106#content #page-content > pre, .page-custom107#content #page-content > pre, .page-custom11#content #page-content > pre, .page-custom12#content #page-content > pre, .page-custom13#content #page-content > pre, .page-custom14#content #page-content > pre, .page-custom15#content #page-content > pre, .page-custom16#content #page-content > pre, .page-custom17#content #page-content > pre, .page-custom18#content #page-content > pre, .page-custom19#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom20#content #page-content > pre, .page-custom204#content #page-content > pre, .page-custom205#content #page-content > pre, .page-custom206#content #page-content > pre, .page-custom207#content #page-content > pre, .page-custom21#content #page-content > pre, .page-custom22#content #page-content > pre, .page-custom23#content #page-content > pre, .page-custom24#content #page-content > pre, .page-custom25#content #page-content > pre, .page-custom26#content #page-content > pre, .page-custom27#content #page-content > pre, .page-custom28#content #page-content > pre, .page-custom29#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom30#content #page-content > pre, .page-custom302#content #page-content > pre, .page-custom305#content #page-content > pre, .page-custom307#content #page-content > pre, .page-custom308#content #page-content > pre, .page-custom31#content #page-content > pre, .page-custom32#content #page-content > pre, .page-custom33#content #page-content > pre, .page-custom34#content #page-content > pre, .page-custom35#content #page-content > pre, .page-custom36#content #page-content > pre, .page-custom37#content #page-content > pre, .page-custom38#content #page-content > pre, .page-custom39#content #page-content > pre, .page-custom4#content #page-content > pre, .page-custom40#content #page-content > pre, .page-custom402#content #page-content > pre, .page-custom403#content #page-content > pre, .page-custom406#content #page-content > pre, .page-custom408#content #page-content > pre, .page-custom41#content #page-content > pre, .page-custom42#content #page-content > pre, .page-custom43#content #page-content > pre, .page-custom44#content #page-content > pre, .page-custom45#content #page-content > pre, .page-custom46#content #page-content > pre, .page-custom47#content #page-content > pre, .page-custom48#content #page-content > pre, .page-custom49#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom50#content #page-content > pre, .page-custom502#content #page-content > pre, .page-custom503#content #page-content > pre, .page-custom504#content #page-content > pre, .page-custom507#content #page-content > pre, .page-custom509#content #page-content > pre, .page-custom51#content #page-content > pre, .page-custom52#content #page-content > pre, .page-custom53#content #page-content > pre, .page-custom54#content #page-content > pre, .page-custom55#content #page-content > pre, .page-custom56#content #page-content > pre, .page-custom57#content #page-content > pre, .page-custom58#content #page-content > pre, .page-custom59#content #page-content > pre, .page-custom6#content #page-content > pre, .page-custom60#content #page-content > pre, .page-custom602#content #page-content > pre, .page-custom603#content #page-content > pre, .page-custom605#content #page-content > pre, .page-custom61#content #page-content > pre, .page-custom62#content #page-content > pre, .page-custom63#content #page-content > pre, .page-custom64#content #page-content > pre, .page-custom65#content #page-content > pre, .page-custom66#content #page-content > pre, .page-custom67#content #page-content > pre, .page-custom68#content #page-content > pre, .page-custom69#content #page-content > pre, .page-custom7#content #page-content > pre, .page-custom70#content #page-content > pre, .page-custom703#content #page-content > pre, .page-custom704#content #page-content > pre, .page-custom706#content #page-content > pre, .page-custom71#content #page-content > pre, .page-custom72#content #page-content > pre, .page-custom73#content #page-content > pre, .page-custom74#content #page-content > pre, .page-custom75#content #page-content > pre, .page-custom76#content #page-content > pre, .page-custom77#content #page-content > pre, .page-custom78#content #page-content > pre, .page-custom79#content #page-content > pre, .page-custom8#content #page-content > pre, .page-custom80#content #page-content > pre, .page-custom804#content #page-content > pre, .page-custom805#content #page-content > pre, .page-custom81#content #page-content > pre, .page-custom82#content #page-content > pre, .page-custom83#content #page-content > pre, .page-custom84#content #page-content > pre, .page-custom85#content #page-content > pre, .page-custom86#content #page-content > pre, .page-custom87#content #page-content > pre, .page-custom88#content #page-content > pre, .page-custom89#content #page-content > pre, .page-custom9#content #page-content > pre, .page-custom90#content #page-content > pre, .page-custom91#content #page-content > pre, .page-custom92#content #page-content > pre, .page-custom93#content #page-content > pre, .page-custom94#content #page-content > pre, .page-custom95#content #page-content > pre, .page-custom96#content #page-content > pre, .page-custom97#content #page-content > pre, .page-custom98#content #page-content > pre, .page-custom99#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-10 > pre, #sp-block-container-11 > pre, #sp-block-container-12 > pre, #sp-block-container-2 > pre, #sp-block-container-3 > pre, #sp-block-container-4 > pre, #sp-block-container-5 > pre, #sp-block-container-6 > pre, #sp-block-container-7 > pre, #sp-block-container-8 > pre, #sp-block-container-9 > pre{
  background-color : #fdf8f4;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

#sp-table-1{
  color : #5c5c5c;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #cccccc;
  border-left-color : #cccccc;
  border-right-color : #cccccc;
  border-bottom-color : #cccccc;
  width : 100%;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td{
  color : #474747;
  background-color : #ffffff;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.col-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #776454;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.row-title{
  font-weight : bold;
  color : #ffffff;
  background-color : #776454;
  padding-top : 6px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 6px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

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

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

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

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

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

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

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

#sp-button-1 > a{
  font-size : 1.4rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #e8235b;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 6px;
  border-top-left-radius : 4px 4px;
  border-top-right-radius : 4px 4px;
  border-bottom-right-radius : 4px 4px;
  border-bottom-left-radius : 4px 4px;
  height : 100%;
  display : block;
  position : relative;
}

#sp-button-1 > a:active{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  top : 1px;
}

#sp-button-1 > a:hover{
  background-color : #ff4076;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

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

#breadcrumb-list{
  font-size : 1.3rem;
}

#sp-block-container-1{
  background-color : #ececee;
}

#sp-block-container-10{
  background-color : #ececee;
}

#sp-block-container-11{
  background-color : #ececee;
}

#sp-block-container-12{
  background-color : #ececee;
}

#sp-block-container-2{
  background-color : #ececee;
}

#sp-block-container-3{
  background-color : #ececee;
}

#sp-block-container-4{
  background-color : #ececee;
}

#sp-block-container-5{
  background-color : #ececee;
}

#sp-block-container-6{
  background-color : #ececee;
}

#sp-block-container-7{
  background-color : #ececee;
}

#sp-block-container-8{
  background-color : #ececee;
}

#sp-block-container-9{
  background-color : #ececee;
}

#sp-html-src-3{
  background-color : #f3f3e4;
}

#sp-html-src-6{
  background-color : #e8ffb7;
}

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

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

#sp-site-navigation-1 > ul > li li > a{
  font-size : 1.3rem;
}

#sp-site-navigation-1 > ul > li > a{
  font-size : 1.4rem;
}

#sp-site-navigation-1 > ul > li > a:hover{
  font-size : 1.6rem;
  color : #0468bf;
}

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

  #sp-button-1{
    width : 165px;
    float : right;
    position : relative;
    top : auto;
    bottom : 0px;
    right : auto;
    left : 0px;
  }

  #sp-list-15{
    width : 609px;
    min-height : 460px;
  }

  #sp-list-17{
    width : 650px;
  }

  #sp-list-6{
    width : 609px;
    min-height : 460px;
  }

  #sp-site-branding2-1 > .site-title{
    width : auto;
    height : auto;
  }
}

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

  #sp-html-src-3{
    display : none;
  }
}
