#content{
  min-height : 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a{
  color : #757575;
  text-decoration : none;
}

a:focus{
  color : #e3cb67;
}

a:hover{
  color : #e3cb67;
}

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 : #cc9933;
  background-color : #000000;
  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;
  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;
}

#colophon{
  padding-top : 35px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 35px;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #111111;
}

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

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

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

#masthead{
  margin-bottom : 0px;
  min-height : 100%;
  display : box;
  position : relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body{
  min-width : 960px;
}

#content{
  width : 960px;
}

#contenthead{
  width : 960px;
}

#breadcrumb-list div{
  margin-right : 10px;
  width : auto;
  display : inline-block;
}

#breadcrumb-list div　a{
  border-bottom-style : dotted;
}

#breadcrumb-list div　a:hover{
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#sp-site-branding2-1{
  background-image : url(img/branding_bg.png);
  background-position : left bottom;
  padding-left : 1000px;
  padding-right : 1000px;
  margin-left : -1000px;
  margin-right : -1000px;
  width : auto;
  min-height : 130px;
}

#sp-site-branding2-1 .extra{
  width : auto;
  bottom : 35px;
  right : 34%;
}

#sp-site-branding2-1 .extra > p{
  font-size : 1.3rem;
  color : #e5c552;
  text-align : right;
  width : auto;
}

#sp-site-branding2-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #996600;
  text-align : left;
  width : auto;
  position : absolute;
  top : 15px;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/sitelogo1.png);
  background-repeat : no-repeat;
  width : 193px;
  height : 30px;
  position : absolute;
  bottom : 45px;
}

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

#sp-site-navigation-2{
  background-color : #000000;
  text-align : center;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 25px;
  width : 100%;
  box-sizing : border-box;
}

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

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

#sp-site-navigation-2 a{
  color : #777777;
  text-decoration : none;
}

#sp-site-navigation-2 a:focus{
  color : #777777;
  text-decoration : underline;
}

#sp-site-navigation-2 a:hover{
  color : #777777;
  text-decoration : underline;
}

#sp-site-navigation-2 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-2 ul li{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  display : inline;
}

#sp-site-navigation-2 ul li::after{
  color : #777777;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '|';
}

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

#sp-site-navigation-2 ul ul::before{
  color : #777777;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : '|';
}

#sp-page-title-1, #sp-page-title-10, #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-14, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #sp-page-title-19, #sp-page-title-2, #sp-page-title-20, #sp-page-title-21, #sp-page-title-22, #sp-page-title-23, #sp-page-title-24, #sp-page-title-25, #sp-page-title-26, #sp-page-title-27, #sp-page-title-28, #sp-page-title-29, #sp-page-title-3, #sp-page-title-30, #sp-page-title-31, #sp-page-title-32, #sp-page-title-33, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9{
  font-weight : normal;
  color : #e0c64f;
  background-color : #000000;
  background-image : url(img/pagetitle1-bg.png);
  background-repeat : no-repeat;
  background-position : center bottom;
  padding-top : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0.5em;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
  width : 100%;
  overflow : hidden;
}

#sp-page-title-1 > h1, #sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-14 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-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-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 1.6rem;
  line-height : 10px;
  text-align : center;
}

#sp-table-1, #sp-table-10, #sp-table-11, #sp-table-12, #sp-table-13, #sp-table-14, #sp-table-15, #sp-table-16, #sp-table-17, #sp-table-18, #sp-table-19, #sp-table-2, #sp-table-20, #sp-table-21, #sp-table-22, #sp-table-23, #sp-table-24, #sp-table-25, #sp-table-26, #sp-table-27, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7, #sp-table-8, #sp-table-9{
  color : #ffffff;
  background-color : #000000;
}

#sp-table-1 > tbody > tr > .col-title, #sp-table-10 > tbody > tr > .col-title, #sp-table-11 > tbody > tr > .col-title, #sp-table-12 > tbody > tr > .col-title, #sp-table-13 > tbody > tr > .col-title, #sp-table-14 > tbody > tr > .col-title, #sp-table-15 > tbody > tr > .col-title, #sp-table-16 > tbody > tr > .col-title, #sp-table-17 > tbody > tr > .col-title, #sp-table-18 > tbody > tr > .col-title, #sp-table-19 > tbody > tr > .col-title, #sp-table-2 > tbody > tr > .col-title, #sp-table-20 > tbody > tr > .col-title, #sp-table-21 > tbody > tr > .col-title, #sp-table-22 > tbody > tr > .col-title, #sp-table-23 > tbody > tr > .col-title, #sp-table-24 > tbody > tr > .col-title, #sp-table-25 > tbody > tr > .col-title, #sp-table-26 > tbody > tr > .col-title, #sp-table-27 > tbody > tr > .col-title, #sp-table-3 > tbody > tr > .col-title, #sp-table-4 > tbody > tr > .col-title, #sp-table-5 > tbody > tr > .col-title, #sp-table-6 > tbody > tr > .col-title, #sp-table-7 > tbody > tr > .col-title, #sp-table-8 > tbody > tr > .col-title, #sp-table-9 > tbody > tr > .col-title{
  color : #ffffff;
  background-color : #222222;
}

#sp-table-1 > tbody > tr > .row-title, #sp-table-10 > tbody > tr > .row-title, #sp-table-11 > tbody > tr > .row-title, #sp-table-12 > tbody > tr > .row-title, #sp-table-13 > tbody > tr > .row-title, #sp-table-14 > tbody > tr > .row-title, #sp-table-15 > tbody > tr > .row-title, #sp-table-16 > tbody > tr > .row-title, #sp-table-17 > tbody > tr > .row-title, #sp-table-18 > tbody > tr > .row-title, #sp-table-19 > tbody > tr > .row-title, #sp-table-2 > tbody > tr > .row-title, #sp-table-20 > tbody > tr > .row-title, #sp-table-21 > tbody > tr > .row-title, #sp-table-22 > tbody > tr > .row-title, #sp-table-23 > tbody > tr > .row-title, #sp-table-24 > tbody > tr > .row-title, #sp-table-25 > tbody > tr > .row-title, #sp-table-26 > tbody > tr > .row-title, #sp-table-27 > tbody > tr > .row-title, #sp-table-3 > tbody > tr > .row-title, #sp-table-4 > tbody > tr > .row-title, #sp-table-5 > tbody > tr > .row-title, #sp-table-6 > tbody > tr > .row-title, #sp-table-7 > tbody > tr > .row-title, #sp-table-8 > tbody > tr > .row-title, #sp-table-9 > tbody > tr > .row-title{
  color : #996600;
  background-color : #050505;
  background-image : url(img/bg_aside-h2.png);
  background-repeat : repeat-x;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
}

#sp-table-1 > tbody > tr > td, #sp-table-10 > tbody > tr > td, #sp-table-11 > tbody > tr > td, #sp-table-12 > tbody > tr > td, #sp-table-13 > tbody > tr > td, #sp-table-14 > tbody > tr > td, #sp-table-15 > tbody > tr > td, #sp-table-16 > tbody > tr > td, #sp-table-17 > tbody > tr > td, #sp-table-18 > tbody > tr > td, #sp-table-19 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-20 > tbody > tr > td, #sp-table-21 > tbody > tr > td, #sp-table-22 > tbody > tr > td, #sp-table-23 > tbody > tr > td, #sp-table-24 > tbody > tr > td, #sp-table-25 > tbody > tr > td, #sp-table-26 > tbody > tr > td, #sp-table-27 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td, #sp-table-6 > tbody > tr > td, #sp-table-7 > tbody > tr > td, #sp-table-8 > tbody > tr > td, #sp-table-9 > tbody > tr > td{
  background-color : #222222;
}

#sp-table-1 > tbody > tr > th, #sp-table-10 > tbody > tr > th, #sp-table-11 > tbody > tr > th, #sp-table-12 > tbody > tr > th, #sp-table-13 > tbody > tr > th, #sp-table-14 > tbody > tr > th, #sp-table-15 > tbody > tr > th, #sp-table-16 > tbody > tr > th, #sp-table-17 > tbody > tr > th, #sp-table-18 > tbody > tr > th, #sp-table-19 > tbody > tr > th, #sp-table-2 > tbody > tr > th, #sp-table-20 > tbody > tr > th, #sp-table-21 > tbody > tr > th, #sp-table-22 > tbody > tr > th, #sp-table-23 > tbody > tr > th, #sp-table-24 > tbody > tr > th, #sp-table-25 > tbody > tr > th, #sp-table-26 > tbody > tr > th, #sp-table-27 > tbody > tr > th, #sp-table-3 > tbody > tr > th, #sp-table-4 > tbody > tr > th, #sp-table-5 > tbody > tr > th, #sp-table-6 > tbody > tr > th, #sp-table-7 > tbody > tr > th, #sp-table-8 > tbody > tr > th, #sp-table-9 > tbody > tr > th{
  color : #996600;
}

#sp-button-1, #sp-button-10, #sp-button-11, #sp-button-12, #sp-button-13, #sp-button-14, #sp-button-15, #sp-button-16, #sp-button-17, #sp-button-18, #sp-button-19, #sp-button-2, #sp-button-20, #sp-button-21, #sp-button-22, #sp-button-23, #sp-button-24, #sp-button-25, #sp-button-26, #sp-button-27, #sp-button-28, #sp-button-29, #sp-button-3, #sp-button-30, #sp-button-31, #sp-button-32, #sp-button-33, #sp-button-34, #sp-button-35, #sp-button-36, #sp-button-37, #sp-button-38, #sp-button-39, #sp-button-4, #sp-button-40, #sp-button-41, #sp-button-42, #sp-button-43, #sp-button-44, #sp-button-45, #sp-button-46, #sp-button-5, #sp-button-6, #sp-button-7, #sp-button-8, #sp-button-9{
  font-size : 1.3rem;
  margin-bottom : 10px;
  width : 122px;
}

#sp-button-1 > a, #sp-button-10 > a, #sp-button-11 > a, #sp-button-12 > a, #sp-button-13 > a, #sp-button-14 > a, #sp-button-15 > a, #sp-button-16 > a, #sp-button-17 > a, #sp-button-18 > a, #sp-button-19 > a, #sp-button-2 > a, #sp-button-20 > a, #sp-button-21 > a, #sp-button-22 > a, #sp-button-23 > a, #sp-button-24 > a, #sp-button-25 > a, #sp-button-26 > a, #sp-button-27 > a, #sp-button-28 > a, #sp-button-29 > a, #sp-button-3 > a, #sp-button-30 > a, #sp-button-31 > a, #sp-button-32 > a, #sp-button-33 > a, #sp-button-34 > a, #sp-button-35 > a, #sp-button-36 > a, #sp-button-37 > a, #sp-button-38 > a, #sp-button-39 > a, #sp-button-4 > a, #sp-button-40 > a, #sp-button-41 > a, #sp-button-42 > a, #sp-button-43 > a, #sp-button-44 > a, #sp-button-45 > a, #sp-button-46 > a, #sp-button-5 > a, #sp-button-6 > a, #sp-button-7 > a, #sp-button-8 > a, #sp-button-9 > a{
  color : #000000;
  background-image : url(img/btn-bg3.png);
  background-repeat : repeat-x;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  display : block;
  position : relative;
}

#sp-button-1 > a:hover, #sp-button-10 > a:hover, #sp-button-11 > a:hover, #sp-button-12 > a:hover, #sp-button-13 > a:hover, #sp-button-14 > a:hover, #sp-button-15 > a:hover, #sp-button-16 > a:hover, #sp-button-17 > a:hover, #sp-button-18 > a:hover, #sp-button-19 > a:hover, #sp-button-2 > a:hover, #sp-button-20 > a:hover, #sp-button-21 > a:hover, #sp-button-22 > a:hover, #sp-button-23 > a:hover, #sp-button-24 > a:hover, #sp-button-25 > a:hover, #sp-button-26 > a:hover, #sp-button-27 > a:hover, #sp-button-28 > a:hover, #sp-button-29 > a:hover, #sp-button-3 > a:hover, #sp-button-30 > a:hover, #sp-button-31 > a:hover, #sp-button-32 > a:hover, #sp-button-33 > a:hover, #sp-button-34 > a:hover, #sp-button-35 > a:hover, #sp-button-36 > a:hover, #sp-button-37 > a:hover, #sp-button-38 > a:hover, #sp-button-39 > a:hover, #sp-button-4 > a:hover, #sp-button-40 > a:hover, #sp-button-41 > a:hover, #sp-button-42 > a:hover, #sp-button-43 > a:hover, #sp-button-44 > a:hover, #sp-button-45 > a:hover, #sp-button-46 > a:hover, #sp-button-5 > a:hover, #sp-button-6 > a:hover, #sp-button-7 > a:hover, #sp-button-8 > a:hover, #sp-button-9 > a:hover{
  color : #cccccc;
  background-image : url(img/btn-bg3.png);
  background-repeat : repeat-x;
  text-decoration : none;
  text-align : center;
  padding-top : 5px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #666666;
  border-left-color : #666666;
  border-right-color : #666666;
  border-bottom-color : #666666;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  display : block;
  position : relative;
}

.page-access#content #page-content > .paragraph em, .page-blog#content #page-content > .paragraph em, .page-custom1#content #page-content > .paragraph em, .page-custom10#content #page-content > .paragraph em, .page-custom11#content #page-content > .paragraph em, .page-custom12#content #page-content > .paragraph em, .page-custom2#content #page-content > .paragraph em, .page-custom22#content #page-content > .paragraph em, .page-custom23#content #page-content > .paragraph em, .page-custom3#content #page-content > .paragraph em, .page-custom33#content #page-content > .paragraph em, .page-custom34#content #page-content > .paragraph em, .page-custom4#content #page-content > .paragraph em, .page-custom44#content #page-content > .paragraph em, .page-custom45#content #page-content > .paragraph em, .page-custom5#content #page-content > .paragraph em, .page-custom55#content #page-content > .paragraph em, .page-custom56#content #page-content > .paragraph em, .page-custom57#content #page-content > .paragraph em, .page-custom6#content #page-content > .paragraph em, .page-custom66#content #page-content > .paragraph em, .page-custom68#content #page-content > .paragraph em, .page-custom7#content #page-content > .paragraph em, .page-custom76#content #page-content > .paragraph em, .page-custom79#content #page-content > .paragraph em, .page-custom8#content #page-content > .paragraph em, .page-custom87#content #page-content > .paragraph em, .page-custom9#content #page-content > .paragraph em, .page-estate#content #page-content > .paragraph em, .page-estate1#content #page-content > .paragraph em, .page-estate2#content #page-content > .paragraph em, .page-privacy#content #page-content > .paragraph em, .page-toppage#content #page-content > .paragraph em, #sp-block-container-1 > .paragraph em, #sp-block-container-2 > .paragraph em, #sp-block-container-3 > .paragraph em, #sp-block-container-4 > .paragraph em, #sp-block-container-5 > .paragraph em, #sp-block-container-6 > .paragraph em, #sp-block-container-7 > .paragraph em{
  font-style : oblique;
  color : #ca9b33;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #ca9b33;
}

.page-access#content #page-content > .paragraph strong, .page-blog#content #page-content > .paragraph strong, .page-custom1#content #page-content > .paragraph strong, .page-custom10#content #page-content > .paragraph strong, .page-custom11#content #page-content > .paragraph strong, .page-custom12#content #page-content > .paragraph strong, .page-custom2#content #page-content > .paragraph strong, .page-custom22#content #page-content > .paragraph strong, .page-custom23#content #page-content > .paragraph strong, .page-custom3#content #page-content > .paragraph strong, .page-custom33#content #page-content > .paragraph strong, .page-custom34#content #page-content > .paragraph strong, .page-custom4#content #page-content > .paragraph strong, .page-custom44#content #page-content > .paragraph strong, .page-custom45#content #page-content > .paragraph strong, .page-custom5#content #page-content > .paragraph strong, .page-custom55#content #page-content > .paragraph strong, .page-custom56#content #page-content > .paragraph strong, .page-custom57#content #page-content > .paragraph strong, .page-custom6#content #page-content > .paragraph strong, .page-custom66#content #page-content > .paragraph strong, .page-custom68#content #page-content > .paragraph strong, .page-custom7#content #page-content > .paragraph strong, .page-custom76#content #page-content > .paragraph strong, .page-custom79#content #page-content > .paragraph strong, .page-custom8#content #page-content > .paragraph strong, .page-custom87#content #page-content > .paragraph strong, .page-custom9#content #page-content > .paragraph strong, .page-estate#content #page-content > .paragraph strong, .page-estate1#content #page-content > .paragraph strong, .page-estate2#content #page-content > .paragraph strong, .page-privacy#content #page-content > .paragraph strong, .page-toppage#content #page-content > .paragraph strong, #sp-block-container-1 > .paragraph strong, #sp-block-container-2 > .paragraph strong, #sp-block-container-3 > .paragraph strong, #sp-block-container-4 > .paragraph strong, #sp-block-container-5 > .paragraph strong, #sp-block-container-6 > .paragraph strong, #sp-block-container-7 > .paragraph strong{
  font-weight : bold;
  color : #ca9b33;
}

.page-access#content #page-content > h1, .page-blog#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom57#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom66#content #page-content > h1, .page-custom68#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom76#content #page-content > h1, .page-custom79#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom87#content #page-content > h1, .page-custom9#content #page-content > h1, .page-estate#content #page-content > h1, .page-estate1#content #page-content > h1, .page-estate2#content #page-content > h1, .page-privacy#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > 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{
  font-size : 2rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  overflow : hidden;
}

.page-access#content #page-content > h2, .page-blog#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom57#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom66#content #page-content > h2, .page-custom68#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom76#content #page-content > h2, .page-custom79#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom87#content #page-content > h2, .page-custom9#content #page-content > h2, .page-estate#content #page-content > h2, .page-estate1#content #page-content > h2, .page-estate2#content #page-content > h2, .page-privacy#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > 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{
  font-size : 1.8rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  overflow : hidden;
}

.page-access#content #page-content > h3, .page-blog#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom57#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom66#content #page-content > h3, .page-custom68#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom76#content #page-content > h3, .page-custom79#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom87#content #page-content > h3, .page-custom9#content #page-content > h3, .page-estate#content #page-content > h3, .page-estate1#content #page-content > h3, .page-estate2#content #page-content > h3, .page-privacy#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > 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{
  font-size : 1.7rem;
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  background-image : url(img/icon_h3.png);
  background-repeat : no-repeat;
  background-position : 6px center;
  text-align : left;
  padding-top : 5px;
  padding-left : 30px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 0.5em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #8f6101;
  overflow : hidden;
}

.page-access#content #page-content > h4, .page-blog#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom57#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom66#content #page-content > h4, .page-custom68#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom76#content #page-content > h4, .page-custom79#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom87#content #page-content > h4, .page-custom9#content #page-content > h4, .page-estate#content #page-content > h4, .page-estate1#content #page-content > h4, .page-estate2#content #page-content > h4, .page-privacy#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > 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{
  font-size : 1.5rem;
  color : #dec753;
  margin-bottom : 15px;
}

.page-access#content #page-content > h5, .page-blog#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom57#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom66#content #page-content > h5, .page-custom68#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom76#content #page-content > h5, .page-custom79#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom87#content #page-content > h5, .page-custom9#content #page-content > h5, .page-estate#content #page-content > h5, .page-estate1#content #page-content > h5, .page-estate2#content #page-content > h5, .page-privacy#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > 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{
  font-size : 1.3rem;
  line-height : 1.2;
  color : #dec753;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-blog#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom57#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom66#content #page-content > h6, .page-custom68#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom76#content #page-content > h6, .page-custom79#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom87#content #page-content > h6, .page-custom9#content #page-content > h6, .page-estate#content #page-content > h6, .page-estate1#content #page-content > h6, .page-estate2#content #page-content > h6, .page-privacy#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > 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{
  font-size : 1.1rem;
  color : #dec753;
}

.page-access#content #page-content > hr, .page-blog#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom57#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom66#content #page-content > hr, .page-custom68#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom76#content #page-content > hr, .page-custom79#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom87#content #page-content > hr, .page-custom9#content #page-content > hr, .page-estate#content #page-content > hr, .page-estate1#content #page-content > hr, .page-estate2#content #page-content > hr, .page-privacy#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > 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{
  color : #444444;
  margin-top : 35px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 35px;
  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 : #444444;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-access#content #page-content > p, .page-blog#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom2#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom3#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom4#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom5#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom57#content #page-content > p, .page-custom6#content #page-content > p, .page-custom66#content #page-content > p, .page-custom68#content #page-content > p, .page-custom7#content #page-content > p, .page-custom76#content #page-content > p, .page-custom79#content #page-content > p, .page-custom8#content #page-content > p, .page-custom87#content #page-content > p, .page-custom9#content #page-content > p, .page-estate#content #page-content > p, .page-estate1#content #page-content > p, .page-estate2#content #page-content > p, .page-privacy#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > 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{
  font-size : 1.4rem;
  line-height : 1.4;
  color : #ca9b33;
  text-align : left;
  padding-left : 0.1em;
  padding-right : 0.1em;
  margin-top : 0.5em;
  margin-bottom : 1.5em;
}

.page-access#content #page-content > p.indent, .page-blog#content #page-content > p.indent, .page-custom1#content #page-content > p.indent, .page-custom10#content #page-content > p.indent, .page-custom11#content #page-content > p.indent, .page-custom12#content #page-content > p.indent, .page-custom2#content #page-content > p.indent, .page-custom22#content #page-content > p.indent, .page-custom23#content #page-content > p.indent, .page-custom3#content #page-content > p.indent, .page-custom33#content #page-content > p.indent, .page-custom34#content #page-content > p.indent, .page-custom4#content #page-content > p.indent, .page-custom44#content #page-content > p.indent, .page-custom45#content #page-content > p.indent, .page-custom5#content #page-content > p.indent, .page-custom55#content #page-content > p.indent, .page-custom56#content #page-content > p.indent, .page-custom57#content #page-content > p.indent, .page-custom6#content #page-content > p.indent, .page-custom66#content #page-content > p.indent, .page-custom68#content #page-content > p.indent, .page-custom7#content #page-content > p.indent, .page-custom76#content #page-content > p.indent, .page-custom79#content #page-content > p.indent, .page-custom8#content #page-content > p.indent, .page-custom87#content #page-content > p.indent, .page-custom9#content #page-content > p.indent, .page-estate#content #page-content > p.indent, .page-estate1#content #page-content > p.indent, .page-estate2#content #page-content > p.indent, .page-privacy#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-2 > p.indent, #sp-block-container-3 > p.indent, #sp-block-container-4 > p.indent, #sp-block-container-5 > p.indent, #sp-block-container-6 > p.indent, #sp-block-container-7 > p.indent{
  padding-left : 5px;
}

.page-access#content #page-content > p.large, .page-blog#content #page-content > p.large, .page-custom1#content #page-content > p.large, .page-custom10#content #page-content > p.large, .page-custom11#content #page-content > p.large, .page-custom12#content #page-content > p.large, .page-custom2#content #page-content > p.large, .page-custom22#content #page-content > p.large, .page-custom23#content #page-content > p.large, .page-custom3#content #page-content > p.large, .page-custom33#content #page-content > p.large, .page-custom34#content #page-content > p.large, .page-custom4#content #page-content > p.large, .page-custom44#content #page-content > p.large, .page-custom45#content #page-content > p.large, .page-custom5#content #page-content > p.large, .page-custom55#content #page-content > p.large, .page-custom56#content #page-content > p.large, .page-custom57#content #page-content > p.large, .page-custom6#content #page-content > p.large, .page-custom66#content #page-content > p.large, .page-custom68#content #page-content > p.large, .page-custom7#content #page-content > p.large, .page-custom76#content #page-content > p.large, .page-custom79#content #page-content > p.large, .page-custom8#content #page-content > p.large, .page-custom87#content #page-content > p.large, .page-custom9#content #page-content > p.large, .page-estate#content #page-content > p.large, .page-estate1#content #page-content > p.large, .page-estate2#content #page-content > p.large, .page-privacy#content #page-content > p.large, .page-toppage#content #page-content > p.large, #sp-block-container-1 > p.large, #sp-block-container-2 > p.large, #sp-block-container-3 > p.large, #sp-block-container-4 > p.large, #sp-block-container-5 > p.large, #sp-block-container-6 > p.large, #sp-block-container-7 > p.large{
  font-size : 1.5rem;
}

#sp-list-1, #sp-list-2, #sp-list-3{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 22px;
  margin-bottom : 1.5em;
  list-style-type : disc;
}

#sp-list-1 > li, #sp-list-2 > li, #sp-list-3 > li{
  padding-top : 0.5em;
  padding-left : 0px;
}

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

#sp-definition-list-1 > dt{
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-bottom : 10px;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : #996600;
}

#sp-entry-content-1, #sp-entry-content-10, #sp-entry-content-11, #sp-entry-content-12, #sp-entry-content-13, #sp-entry-content-14, #sp-entry-content-15, #sp-entry-content-16, #sp-entry-content-17, #sp-entry-content-18, #sp-entry-content-19, #sp-entry-content-2, #sp-entry-content-20, #sp-entry-content-21, #sp-entry-content-22, #sp-entry-content-23, #sp-entry-content-3, #sp-entry-content-4, #sp-entry-content-5, #sp-entry-content-6, #sp-entry-content-7, #sp-entry-content-8, #sp-entry-content-9, #sp-wp-post-list-1, #sp-wp-post-list-2, #sp-wp-post-list-3{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

#sp-entry-content-1 .hpb-more-entry, #sp-entry-content-10 .hpb-more-entry, #sp-entry-content-11 .hpb-more-entry, #sp-entry-content-12 .hpb-more-entry, #sp-entry-content-13 .hpb-more-entry, #sp-entry-content-14 .hpb-more-entry, #sp-entry-content-15 .hpb-more-entry, #sp-entry-content-16 .hpb-more-entry, #sp-entry-content-17 .hpb-more-entry, #sp-entry-content-18 .hpb-more-entry, #sp-entry-content-19 .hpb-more-entry, #sp-entry-content-2 .hpb-more-entry, #sp-entry-content-20 .hpb-more-entry, #sp-entry-content-21 .hpb-more-entry, #sp-entry-content-22 .hpb-more-entry, #sp-entry-content-23 .hpb-more-entry, #sp-entry-content-3 .hpb-more-entry, #sp-entry-content-4 .hpb-more-entry, #sp-entry-content-5 .hpb-more-entry, #sp-entry-content-6 .hpb-more-entry, #sp-entry-content-7 .hpb-more-entry, #sp-entry-content-8 .hpb-more-entry, #sp-entry-content-9 .hpb-more-entry, #sp-wp-post-list-1 .hpb-more-entry, #sp-wp-post-list-2 .hpb-more-entry, #sp-wp-post-list-3 .hpb-more-entry{
  text-align : right;
  margin-right : 10px;
}

#sp-entry-content-1 .hpb-more-entry > a, #sp-entry-content-10 .hpb-more-entry > a, #sp-entry-content-11 .hpb-more-entry > a, #sp-entry-content-12 .hpb-more-entry > a, #sp-entry-content-13 .hpb-more-entry > a, #sp-entry-content-14 .hpb-more-entry > a, #sp-entry-content-15 .hpb-more-entry > a, #sp-entry-content-16 .hpb-more-entry > a, #sp-entry-content-17 .hpb-more-entry > a, #sp-entry-content-18 .hpb-more-entry > a, #sp-entry-content-19 .hpb-more-entry > a, #sp-entry-content-2 .hpb-more-entry > a, #sp-entry-content-20 .hpb-more-entry > a, #sp-entry-content-21 .hpb-more-entry > a, #sp-entry-content-22 .hpb-more-entry > a, #sp-entry-content-23 .hpb-more-entry > a, #sp-entry-content-3 .hpb-more-entry > a, #sp-entry-content-4 .hpb-more-entry > a, #sp-entry-content-5 .hpb-more-entry > a, #sp-entry-content-6 .hpb-more-entry > a, #sp-entry-content-7 .hpb-more-entry > a, #sp-entry-content-8 .hpb-more-entry > a, #sp-entry-content-9 .hpb-more-entry > a, #sp-wp-post-list-1 .hpb-more-entry > a, #sp-wp-post-list-2 .hpb-more-entry > a, #sp-wp-post-list-3 .hpb-more-entry > a{
  font-size : 1.3rem;
  font-weight : normal;
  color : #757575;
  text-decoration : none;
  text-align : center;
  display : inline-block;
  position : relative;
}

#sp-entry-content-1 .hpb-more-entry > a:active, #sp-entry-content-10 .hpb-more-entry > a:active, #sp-entry-content-11 .hpb-more-entry > a:active, #sp-entry-content-12 .hpb-more-entry > a:active, #sp-entry-content-13 .hpb-more-entry > a:active, #sp-entry-content-14 .hpb-more-entry > a:active, #sp-entry-content-15 .hpb-more-entry > a:active, #sp-entry-content-16 .hpb-more-entry > a:active, #sp-entry-content-17 .hpb-more-entry > a:active, #sp-entry-content-18 .hpb-more-entry > a:active, #sp-entry-content-19 .hpb-more-entry > a:active, #sp-entry-content-2 .hpb-more-entry > a:active, #sp-entry-content-20 .hpb-more-entry > a:active, #sp-entry-content-21 .hpb-more-entry > a:active, #sp-entry-content-22 .hpb-more-entry > a:active, #sp-entry-content-23 .hpb-more-entry > a:active, #sp-entry-content-3 .hpb-more-entry > a:active, #sp-entry-content-4 .hpb-more-entry > a:active, #sp-entry-content-5 .hpb-more-entry > a:active, #sp-entry-content-6 .hpb-more-entry > a:active, #sp-entry-content-7 .hpb-more-entry > a:active, #sp-entry-content-8 .hpb-more-entry > a:active, #sp-entry-content-9 .hpb-more-entry > a:active, #sp-wp-post-list-1 .hpb-more-entry > a:active, #sp-wp-post-list-2 .hpb-more-entry > a:active, #sp-wp-post-list-3 .hpb-more-entry > a:active{
  color : #e3cb67;
}

#sp-entry-content-1 .hpb-more-entry > a:hover, #sp-entry-content-10 .hpb-more-entry > a:hover, #sp-entry-content-11 .hpb-more-entry > a:hover, #sp-entry-content-12 .hpb-more-entry > a:hover, #sp-entry-content-13 .hpb-more-entry > a:hover, #sp-entry-content-14 .hpb-more-entry > a:hover, #sp-entry-content-15 .hpb-more-entry > a:hover, #sp-entry-content-16 .hpb-more-entry > a:hover, #sp-entry-content-17 .hpb-more-entry > a:hover, #sp-entry-content-18 .hpb-more-entry > a:hover, #sp-entry-content-19 .hpb-more-entry > a:hover, #sp-entry-content-2 .hpb-more-entry > a:hover, #sp-entry-content-20 .hpb-more-entry > a:hover, #sp-entry-content-21 .hpb-more-entry > a:hover, #sp-entry-content-22 .hpb-more-entry > a:hover, #sp-entry-content-23 .hpb-more-entry > a:hover, #sp-entry-content-3 .hpb-more-entry > a:hover, #sp-entry-content-4 .hpb-more-entry > a:hover, #sp-entry-content-5 .hpb-more-entry > a:hover, #sp-entry-content-6 .hpb-more-entry > a:hover, #sp-entry-content-7 .hpb-more-entry > a:hover, #sp-entry-content-8 .hpb-more-entry > a:hover, #sp-entry-content-9 .hpb-more-entry > a:hover, #sp-wp-post-list-1 .hpb-more-entry > a:hover, #sp-wp-post-list-2 .hpb-more-entry > a:hover, #sp-wp-post-list-3 .hpb-more-entry > a:hover{
  color : #e3cb67;
}

#sp-entry-content-1 .nav-next, #sp-entry-content-10 .nav-next, #sp-entry-content-11 .nav-next, #sp-entry-content-12 .nav-next, #sp-entry-content-13 .nav-next, #sp-entry-content-14 .nav-next, #sp-entry-content-15 .nav-next, #sp-entry-content-16 .nav-next, #sp-entry-content-17 .nav-next, #sp-entry-content-18 .nav-next, #sp-entry-content-19 .nav-next, #sp-entry-content-2 .nav-next, #sp-entry-content-20 .nav-next, #sp-entry-content-21 .nav-next, #sp-entry-content-22 .nav-next, #sp-entry-content-23 .nav-next, #sp-entry-content-3 .nav-next, #sp-entry-content-4 .nav-next, #sp-entry-content-5 .nav-next, #sp-entry-content-6 .nav-next, #sp-entry-content-7 .nav-next, #sp-entry-content-8 .nav-next, #sp-entry-content-9 .nav-next, #sp-wp-post-list-1 .nav-next, #sp-wp-post-list-2 .nav-next, #sp-wp-post-list-3 .nav-next{
  margin-right : 25px;
  float : right;
}

#sp-entry-content-1 .nav-previous, #sp-entry-content-10 .nav-previous, #sp-entry-content-11 .nav-previous, #sp-entry-content-12 .nav-previous, #sp-entry-content-13 .nav-previous, #sp-entry-content-14 .nav-previous, #sp-entry-content-15 .nav-previous, #sp-entry-content-16 .nav-previous, #sp-entry-content-17 .nav-previous, #sp-entry-content-18 .nav-previous, #sp-entry-content-19 .nav-previous, #sp-entry-content-2 .nav-previous, #sp-entry-content-20 .nav-previous, #sp-entry-content-21 .nav-previous, #sp-entry-content-22 .nav-previous, #sp-entry-content-23 .nav-previous, #sp-entry-content-3 .nav-previous, #sp-entry-content-4 .nav-previous, #sp-entry-content-5 .nav-previous, #sp-entry-content-6 .nav-previous, #sp-entry-content-7 .nav-previous, #sp-entry-content-8 .nav-previous, #sp-entry-content-9 .nav-previous, #sp-wp-post-list-1 .nav-previous, #sp-wp-post-list-2 .nav-previous, #sp-wp-post-list-3 .nav-previous{
  margin-left : 25px;
  float : left;
}

#sp-entry-content-1 article, #sp-entry-content-10 article, #sp-entry-content-11 article, #sp-entry-content-12 article, #sp-entry-content-13 article, #sp-entry-content-14 article, #sp-entry-content-15 article, #sp-entry-content-16 article, #sp-entry-content-17 article, #sp-entry-content-18 article, #sp-entry-content-19 article, #sp-entry-content-2 article, #sp-entry-content-20 article, #sp-entry-content-21 article, #sp-entry-content-22 article, #sp-entry-content-23 article, #sp-entry-content-3 article, #sp-entry-content-4 article, #sp-entry-content-5 article, #sp-entry-content-6 article, #sp-entry-content-7 article, #sp-entry-content-8 article, #sp-entry-content-9 article, #sp-wp-post-list-1 article, #sp-wp-post-list-2 article, #sp-wp-post-list-3 article{
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 25px;
}

#sp-entry-content-1 article > div, #sp-entry-content-10 article > div, #sp-entry-content-11 article > div, #sp-entry-content-12 article > div, #sp-entry-content-13 article > div, #sp-entry-content-14 article > div, #sp-entry-content-15 article > div, #sp-entry-content-16 article > div, #sp-entry-content-17 article > div, #sp-entry-content-18 article > div, #sp-entry-content-19 article > div, #sp-entry-content-2 article > div, #sp-entry-content-20 article > div, #sp-entry-content-21 article > div, #sp-entry-content-22 article > div, #sp-entry-content-23 article > div, #sp-entry-content-3 article > div, #sp-entry-content-4 article > div, #sp-entry-content-5 article > div, #sp-entry-content-6 article > div, #sp-entry-content-7 article > div, #sp-entry-content-8 article > div, #sp-entry-content-9 article > div, #sp-wp-post-list-1 article > div, #sp-wp-post-list-2 article > div, #sp-wp-post-list-3 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-entry-content-1 dl, #sp-entry-content-10 dl, #sp-entry-content-11 dl, #sp-entry-content-12 dl, #sp-entry-content-13 dl, #sp-entry-content-14 dl, #sp-entry-content-15 dl, #sp-entry-content-16 dl, #sp-entry-content-17 dl, #sp-entry-content-18 dl, #sp-entry-content-19 dl, #sp-entry-content-2 dl, #sp-entry-content-20 dl, #sp-entry-content-21 dl, #sp-entry-content-22 dl, #sp-entry-content-23 dl, #sp-entry-content-3 dl, #sp-entry-content-4 dl, #sp-entry-content-5 dl, #sp-entry-content-6 dl, #sp-entry-content-7 dl, #sp-entry-content-8 dl, #sp-entry-content-9 dl, #sp-wp-post-list-1 dl, #sp-wp-post-list-2 dl, #sp-wp-post-list-3 dl{
  margin-top : 0px;
  margin-left : 25px;
  margin-right : 25px;
  margin-bottom : 15px;
}

#sp-entry-content-1 li, #sp-entry-content-10 li, #sp-entry-content-11 li, #sp-entry-content-12 li, #sp-entry-content-13 li, #sp-entry-content-14 li, #sp-entry-content-15 li, #sp-entry-content-16 li, #sp-entry-content-17 li, #sp-entry-content-18 li, #sp-entry-content-19 li, #sp-entry-content-2 li, #sp-entry-content-20 li, #sp-entry-content-21 li, #sp-entry-content-22 li, #sp-entry-content-23 li, #sp-entry-content-3 li, #sp-entry-content-4 li, #sp-entry-content-5 li, #sp-entry-content-6 li, #sp-entry-content-7 li, #sp-entry-content-8 li, #sp-entry-content-9 li, #sp-wp-post-list-1 li, #sp-wp-post-list-2 li, #sp-wp-post-list-3 li{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 10px;
  padding-bottom : 0px;
  margin-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-entry-content-1 p, #sp-entry-content-10 p, #sp-entry-content-11 p, #sp-entry-content-12 p, #sp-entry-content-13 p, #sp-entry-content-14 p, #sp-entry-content-15 p, #sp-entry-content-16 p, #sp-entry-content-17 p, #sp-entry-content-18 p, #sp-entry-content-19 p, #sp-entry-content-2 p, #sp-entry-content-20 p, #sp-entry-content-21 p, #sp-entry-content-22 p, #sp-entry-content-23 p, #sp-entry-content-3 p, #sp-entry-content-4 p, #sp-entry-content-5 p, #sp-entry-content-6 p, #sp-entry-content-7 p, #sp-entry-content-8 p, #sp-entry-content-9 p, #sp-wp-post-list-1 p, #sp-wp-post-list-2 p, #sp-wp-post-list-3 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-entry-content-1 p > img, #sp-entry-content-10 p > img, #sp-entry-content-11 p > img, #sp-entry-content-12 p > img, #sp-entry-content-13 p > img, #sp-entry-content-14 p > img, #sp-entry-content-15 p > img, #sp-entry-content-16 p > img, #sp-entry-content-17 p > img, #sp-entry-content-18 p > img, #sp-entry-content-19 p > img, #sp-entry-content-2 p > img, #sp-entry-content-20 p > img, #sp-entry-content-21 p > img, #sp-entry-content-22 p > img, #sp-entry-content-23 p > img, #sp-entry-content-3 p > img, #sp-entry-content-4 p > img, #sp-entry-content-5 p > img, #sp-entry-content-6 p > img, #sp-entry-content-7 p > img, #sp-entry-content-8 p > img, #sp-entry-content-9 p > img, #sp-wp-post-list-1 p > img, #sp-wp-post-list-2 p > img, #sp-wp-post-list-3 p > img{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

#sp-entry-content-1 ul, #sp-entry-content-10 ul, #sp-entry-content-11 ul, #sp-entry-content-12 ul, #sp-entry-content-13 ul, #sp-entry-content-14 ul, #sp-entry-content-15 ul, #sp-entry-content-16 ul, #sp-entry-content-17 ul, #sp-entry-content-18 ul, #sp-entry-content-19 ul, #sp-entry-content-2 ul, #sp-entry-content-20 ul, #sp-entry-content-21 ul, #sp-entry-content-22 ul, #sp-entry-content-23 ul, #sp-entry-content-3 ul, #sp-entry-content-4 ul, #sp-entry-content-5 ul, #sp-entry-content-6 ul, #sp-entry-content-7 ul, #sp-entry-content-8 ul, #sp-entry-content-9 ul, #sp-wp-post-list-1 ul, #sp-wp-post-list-2 ul, #sp-wp-post-list-3 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 15px;
  list-style-type : none;
  list-style-position : outside;
}

.hpb-viewtype-content#sp-entry-content-1 dd, .hpb-viewtype-content#sp-entry-content-10 dd, .hpb-viewtype-content#sp-entry-content-11 dd, .hpb-viewtype-content#sp-entry-content-12 dd, .hpb-viewtype-content#sp-entry-content-13 dd, .hpb-viewtype-content#sp-entry-content-14 dd, .hpb-viewtype-content#sp-entry-content-15 dd, .hpb-viewtype-content#sp-entry-content-16 dd, .hpb-viewtype-content#sp-entry-content-17 dd, .hpb-viewtype-content#sp-entry-content-18 dd, .hpb-viewtype-content#sp-entry-content-19 dd, .hpb-viewtype-content#sp-entry-content-2 dd, .hpb-viewtype-content#sp-entry-content-20 dd, .hpb-viewtype-content#sp-entry-content-21 dd, .hpb-viewtype-content#sp-entry-content-22 dd, .hpb-viewtype-content#sp-entry-content-23 dd, .hpb-viewtype-content#sp-entry-content-3 dd, .hpb-viewtype-content#sp-entry-content-4 dd, .hpb-viewtype-content#sp-entry-content-5 dd, .hpb-viewtype-content#sp-entry-content-6 dd, .hpb-viewtype-content#sp-entry-content-7 dd, .hpb-viewtype-content#sp-entry-content-8 dd, .hpb-viewtype-content#sp-entry-content-9 dd, .hpb-viewtype-content#sp-wp-post-list-1 dd, .hpb-viewtype-content#sp-wp-post-list-2 dd, .hpb-viewtype-content#sp-wp-post-list-3 dd{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-left : 0px;
  margin-bottom : 20px;
}

.hpb-viewtype-content#sp-entry-content-1 dl, .hpb-viewtype-content#sp-entry-content-10 dl, .hpb-viewtype-content#sp-entry-content-11 dl, .hpb-viewtype-content#sp-entry-content-12 dl, .hpb-viewtype-content#sp-entry-content-13 dl, .hpb-viewtype-content#sp-entry-content-14 dl, .hpb-viewtype-content#sp-entry-content-15 dl, .hpb-viewtype-content#sp-entry-content-16 dl, .hpb-viewtype-content#sp-entry-content-17 dl, .hpb-viewtype-content#sp-entry-content-18 dl, .hpb-viewtype-content#sp-entry-content-19 dl, .hpb-viewtype-content#sp-entry-content-2 dl, .hpb-viewtype-content#sp-entry-content-20 dl, .hpb-viewtype-content#sp-entry-content-21 dl, .hpb-viewtype-content#sp-entry-content-22 dl, .hpb-viewtype-content#sp-entry-content-23 dl, .hpb-viewtype-content#sp-entry-content-3 dl, .hpb-viewtype-content#sp-entry-content-4 dl, .hpb-viewtype-content#sp-entry-content-5 dl, .hpb-viewtype-content#sp-entry-content-6 dl, .hpb-viewtype-content#sp-entry-content-7 dl, .hpb-viewtype-content#sp-entry-content-8 dl, .hpb-viewtype-content#sp-entry-content-9 dl, .hpb-viewtype-content#sp-wp-post-list-1 dl, .hpb-viewtype-content#sp-wp-post-list-2 dl, .hpb-viewtype-content#sp-wp-post-list-3 dl{
  padding-top : 0px;
  padding-left : 32px;
  padding-right : 32px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
}

.hpb-viewtype-content#sp-entry-content-1 dt, .hpb-viewtype-content#sp-entry-content-10 dt, .hpb-viewtype-content#sp-entry-content-11 dt, .hpb-viewtype-content#sp-entry-content-12 dt, .hpb-viewtype-content#sp-entry-content-13 dt, .hpb-viewtype-content#sp-entry-content-14 dt, .hpb-viewtype-content#sp-entry-content-15 dt, .hpb-viewtype-content#sp-entry-content-16 dt, .hpb-viewtype-content#sp-entry-content-17 dt, .hpb-viewtype-content#sp-entry-content-18 dt, .hpb-viewtype-content#sp-entry-content-19 dt, .hpb-viewtype-content#sp-entry-content-2 dt, .hpb-viewtype-content#sp-entry-content-20 dt, .hpb-viewtype-content#sp-entry-content-21 dt, .hpb-viewtype-content#sp-entry-content-22 dt, .hpb-viewtype-content#sp-entry-content-23 dt, .hpb-viewtype-content#sp-entry-content-3 dt, .hpb-viewtype-content#sp-entry-content-4 dt, .hpb-viewtype-content#sp-entry-content-5 dt, .hpb-viewtype-content#sp-entry-content-6 dt, .hpb-viewtype-content#sp-entry-content-7 dt, .hpb-viewtype-content#sp-entry-content-8 dt, .hpb-viewtype-content#sp-entry-content-9 dt, .hpb-viewtype-content#sp-wp-post-list-1 dt, .hpb-viewtype-content#sp-wp-post-list-2 dt, .hpb-viewtype-content#sp-wp-post-list-3 dt{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-1 dd, .hpb-viewtype-date#sp-entry-content-10 dd, .hpb-viewtype-date#sp-entry-content-11 dd, .hpb-viewtype-date#sp-entry-content-12 dd, .hpb-viewtype-date#sp-entry-content-13 dd, .hpb-viewtype-date#sp-entry-content-14 dd, .hpb-viewtype-date#sp-entry-content-15 dd, .hpb-viewtype-date#sp-entry-content-16 dd, .hpb-viewtype-date#sp-entry-content-17 dd, .hpb-viewtype-date#sp-entry-content-18 dd, .hpb-viewtype-date#sp-entry-content-19 dd, .hpb-viewtype-date#sp-entry-content-2 dd, .hpb-viewtype-date#sp-entry-content-20 dd, .hpb-viewtype-date#sp-entry-content-21 dd, .hpb-viewtype-date#sp-entry-content-22 dd, .hpb-viewtype-date#sp-entry-content-23 dd, .hpb-viewtype-date#sp-entry-content-3 dd, .hpb-viewtype-date#sp-entry-content-4 dd, .hpb-viewtype-date#sp-entry-content-5 dd, .hpb-viewtype-date#sp-entry-content-6 dd, .hpb-viewtype-date#sp-entry-content-7 dd, .hpb-viewtype-date#sp-entry-content-8 dd, .hpb-viewtype-date#sp-entry-content-9 dd, .hpb-viewtype-date#sp-wp-post-list-1 dd, .hpb-viewtype-date#sp-wp-post-list-2 dd, .hpb-viewtype-date#sp-wp-post-list-3 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-entry-content-1 dl, .hpb-viewtype-date#sp-entry-content-10 dl, .hpb-viewtype-date#sp-entry-content-11 dl, .hpb-viewtype-date#sp-entry-content-12 dl, .hpb-viewtype-date#sp-entry-content-13 dl, .hpb-viewtype-date#sp-entry-content-14 dl, .hpb-viewtype-date#sp-entry-content-15 dl, .hpb-viewtype-date#sp-entry-content-16 dl, .hpb-viewtype-date#sp-entry-content-17 dl, .hpb-viewtype-date#sp-entry-content-18 dl, .hpb-viewtype-date#sp-entry-content-19 dl, .hpb-viewtype-date#sp-entry-content-2 dl, .hpb-viewtype-date#sp-entry-content-20 dl, .hpb-viewtype-date#sp-entry-content-21 dl, .hpb-viewtype-date#sp-entry-content-22 dl, .hpb-viewtype-date#sp-entry-content-23 dl, .hpb-viewtype-date#sp-entry-content-3 dl, .hpb-viewtype-date#sp-entry-content-4 dl, .hpb-viewtype-date#sp-entry-content-5 dl, .hpb-viewtype-date#sp-entry-content-6 dl, .hpb-viewtype-date#sp-entry-content-7 dl, .hpb-viewtype-date#sp-entry-content-8 dl, .hpb-viewtype-date#sp-entry-content-9 dl, .hpb-viewtype-date#sp-wp-post-list-1 dl, .hpb-viewtype-date#sp-wp-post-list-2 dl, .hpb-viewtype-date#sp-wp-post-list-3 dl{
  overflow : hidden;
}

.hpb-viewtype-date#sp-entry-content-1 dt, .hpb-viewtype-date#sp-entry-content-10 dt, .hpb-viewtype-date#sp-entry-content-11 dt, .hpb-viewtype-date#sp-entry-content-12 dt, .hpb-viewtype-date#sp-entry-content-13 dt, .hpb-viewtype-date#sp-entry-content-14 dt, .hpb-viewtype-date#sp-entry-content-15 dt, .hpb-viewtype-date#sp-entry-content-16 dt, .hpb-viewtype-date#sp-entry-content-17 dt, .hpb-viewtype-date#sp-entry-content-18 dt, .hpb-viewtype-date#sp-entry-content-19 dt, .hpb-viewtype-date#sp-entry-content-2 dt, .hpb-viewtype-date#sp-entry-content-20 dt, .hpb-viewtype-date#sp-entry-content-21 dt, .hpb-viewtype-date#sp-entry-content-22 dt, .hpb-viewtype-date#sp-entry-content-23 dt, .hpb-viewtype-date#sp-entry-content-3 dt, .hpb-viewtype-date#sp-entry-content-4 dt, .hpb-viewtype-date#sp-entry-content-5 dt, .hpb-viewtype-date#sp-entry-content-6 dt, .hpb-viewtype-date#sp-entry-content-7 dt, .hpb-viewtype-date#sp-entry-content-8 dt, .hpb-viewtype-date#sp-entry-content-9 dt, .hpb-viewtype-date#sp-wp-post-list-1 dt, .hpb-viewtype-date#sp-wp-post-list-2 dt, .hpb-viewtype-date#sp-wp-post-list-3 dt{
  font-weight : bold;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

#sp-entry-content-1 > h3, #sp-entry-content-10 > h3, #sp-entry-content-11 > h3, #sp-entry-content-12 > h3, #sp-entry-content-13 > h3, #sp-entry-content-14 > h3, #sp-entry-content-15 > h3, #sp-entry-content-16 > h3, #sp-entry-content-17 > h3, #sp-entry-content-18 > h3, #sp-entry-content-19 > h3, #sp-entry-content-2 > h3, #sp-entry-content-20 > h3, #sp-entry-content-21 > h3, #sp-entry-content-22 > h3, #sp-entry-content-23 > h3, #sp-entry-content-3 > h3, #sp-entry-content-4 > h3, #sp-entry-content-5 > h3, #sp-entry-content-6 > h3, #sp-entry-content-7 > h3, #sp-entry-content-8 > h3, #sp-entry-content-9 > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3, #sp-wp-post-list-3 > h3{
  font-weight : normal;
  line-height : 24px;
  color : #dec753;
  background-color : transparent;
  background-image : url(img/icon_h3.png);
  background-repeat : no-repeat;
  background-position : 6px center;
  text-align : left;
  padding-top : 5px;
  padding-left : 30px;
  padding-right : 10px;
  margin-top : 0.5em;
  margin-bottom : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #8f6101;
  overflow : hidden;
}

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

#sp-image-2{
  text-decoration : none;
  border-top-left-radius : 6px 6px;
  border-top-right-radius : 6px 6px;
  border-bottom-right-radius : 6px 6px;
  border-bottom-left-radius : 6px 6px;
  box-shadow : 0px 0px 50px rgba(0, 0, 0, 0.5) inset;
}

#sp-site-navigation-1{
  font-size : 1.3rem;
  color : #ffffff;
  background-color : #ffc741;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : 5px;
  border-left-width : 5px;
  border-right-width : 5px;
  border-bottom-width : 5px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffc741;
  border-left-color : #ffc741;
  border-right-color : #ffc741;
  border-bottom-color : #ffc741;
  border-top-left-radius : 5px 5px;
  border-top-right-radius : 5px 5px;
  border-bottom-right-radius : 5px 5px;
  border-bottom-left-radius : 5px 5px;
  box-sizing : border-box;
}

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

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

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

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

#sp-site-navigation-1 ul ul{
  background-color : #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 : #513c2d;
  border-left-color : #513c2d;
  border-right-color : #513c2d;
  border-bottom-color : initial;
  width : auto;
  min-width : 150px;
  display : none;
  position : absolute;
  top : 100%;
  left : 0px;
  z-index : 9999;
}

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

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

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

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

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

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

#sp-site-navigation-1 > ul > li{
  width : auto;
  float : left;
  position : relative;
}

#sp-site-navigation-1 > ul > li.current-menu-ancestor > a{
  color : #ffffff;
  background-color : #513c2d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-site-navigation-1 > ul > li.current-menu-item > a{
  color : #ffffff;
  background-color : #513c2d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-site-navigation-1 > ul > li.current_page_ancestor > a{
  color : #ffffff;
  background-color : #513c2d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  color : #ffffff;
  background-color : #513c2d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

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

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

#sp-site-navigation-1 > ul > li > a:hover{
  color : #ffffff;
  background-color : #513c2d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

#sp-block-container-3 > p.copyright{
  text-align : center;
}

#sp-button-27 > a{
  font-size : 1.4rem;
  font-weight : bold;
  color : #ffffff;
}

#sp-page-title-1 h1{
  font-size : 1.8rem;
}

#sp-page-title-10 h1{
  font-size : 2rem;
}

#sp-page-title-11 h1{
  font-size : 2rem;
}

#sp-page-title-12 h1{
  font-size : 2rem;
}

#sp-page-title-13 h1{
  font-size : 2rem;
}

#sp-page-title-14 h1{
  font-size : 2rem;
}

#sp-page-title-15 h1{
  font-size : 2rem;
}

#sp-page-title-16 h1{
  font-size : 2rem;
}

#sp-page-title-17 h1{
  font-size : 2rem;
}

#sp-page-title-18 h1{
  font-size : 2rem;
}

#sp-page-title-19 h1{
  font-size : 2rem;
}

#sp-page-title-2 h1{
  font-size : 2rem;
}

#sp-page-title-20 h1{
  font-size : 2rem;
}

#sp-page-title-21 h1{
  font-size : 2rem;
}

#sp-page-title-22 h1{
  font-size : 2rem;
}

#sp-page-title-23 h1{
  font-size : 2rem;
}

#sp-page-title-24 h1{
  font-size : 2rem;
}

#sp-page-title-25 h1{
  font-size : 2rem;
}

#sp-page-title-26 h1{
  font-size : 2rem;
}

#sp-page-title-27 h1{
  font-size : 2rem;
}

#sp-page-title-28 h1{
  font-size : 2rem;
}

#sp-page-title-29 h1{
  font-size : 2rem;
}

#sp-page-title-3 h1{
  font-size : 2rem;
}

#sp-page-title-30 h1{
  font-size : 2rem;
}

#sp-page-title-31 h1{
  font-size : 2rem;
}

#sp-page-title-32 h1{
  font-size : 2rem;
}

#sp-page-title-33 h1{
  font-size : 2rem;
}

#sp-page-title-5 h1{
  font-size : 2rem;
}

#sp-page-title-6 h1{
  font-size : 2rem;
}

#sp-page-title-7 h1{
  font-size : 2rem;
}

#sp-page-title-8 h1{
  font-size : 2rem;
}

#sp-page-title-9 h1{
  font-size : 2rem;
}

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

#sp-site-navigation-1{
  font-size : 0.9rem;
  color : #956415;
}

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

#sp-table-1 > tbody > tr > th.row-title{
  background-color : #e3c259;
  background-image : none;
}

#sp-table-10{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-10 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-10 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-11{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-11 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-11 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-12{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-12 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-12 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-13{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-13 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-13 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-14{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-14 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-14 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-15{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-15 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-15 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-16{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-16 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-16 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-17{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-17 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-17 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-18{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-18 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-18 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-19{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-19 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-19 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

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

#sp-table-2 > tbody > tr > th.row-title{
  background-color : #e3c259;
  background-image : none;
}

#sp-table-20{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-20 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-20 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-21{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-21 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-21 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-22{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-22 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-22 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-23{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-23 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-23 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-24{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-24 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-24 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-25{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-25 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-25 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-26{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-26 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-26 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-27{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-27 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-27 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-3{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-3 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-3 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-4{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-4 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-4 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-5{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-5 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-5 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-6{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-6 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-6 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-7{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-7 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-7 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-8{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-8 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-8 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

#sp-table-9{
  border-top-left-radius : 40px 40px;
  border-top-right-radius : 40px 40px;
  border-bottom-right-radius : 40px 40px;
  border-bottom-left-radius : 40px 40px;
}

#sp-table-9 > tbody > tr > th.col-title{
  background-color : #e9cd7a;
}

#sp-table-9 > tbody > tr > th.row-title{
  background-color : #e9cd7a;
}

.sp-wp-post-list#sp-wp-post-list-1{
  font-size : 1.1rem;
  color : #e6ac4d;
}

.sp-wp-post-list#sp-wp-post-list-1 > .hpb-more-entry{
  color : #909090;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd{
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > dl > dd > a:link{
  font-size : 1.4rem;
  color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:link{
  color : #757575;
}

.sp-wp-post-list#sp-wp-post-list-3{
  font-size : 1.4rem;
}

#sp-block-container-4{
  margin-top : 18px;
  margin-bottom : -72px;
}

#sp-block-container-6{
  margin-top : 26px;
  margin-bottom : -39px;
  min-height : 228px;
}

#sp-block-container-7{
  margin-bottom : -45px;
  min-height : 818px;
}

#sp-button-1{
  width : 329px;
  height : 32px;
}

#sp-button-10{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-11{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-12{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-13{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-14{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-15{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-16{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-17{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-18{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-19{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-2{
  margin-top : -24px;
  margin-right : 44px;
  width : 328px;
  height : 32px;
}

#sp-button-20{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-21{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-22{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-23{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-24{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-25{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-26{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-27{
  margin-left : 20px;
  margin-bottom : 1px;
  width : 429px;
  height : 30px;
}

#sp-button-28{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-29{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-3{
  margin-right : 14px;
  margin-bottom : 6px;
  width : 361px;
  height : 32px;
}

#sp-button-30{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-31{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-32{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-33{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-34{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-35{
  margin-right : 1px;
  width : 299px;
  height : 31px;
}

#sp-button-36{
  margin-right : 3px;
  width : 282px;
}

#sp-button-37{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-38{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-39{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-4{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-40{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-41{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-42{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-43{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-44{
  margin-right : 1px;
  width : 304px;
  height : 31px;
}

#sp-button-45{
  margin-right : 1px;
  width : 299px;
  height : 31px;
}

#sp-button-46{
  margin-right : 3px;
  width : 282px;
}

#sp-button-5{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-6{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-7{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-8{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-button-9{
  margin-right : 14px;
  margin-bottom : 8px;
  width : 362px;
  height : 32px;
}

#sp-definition-list-1{
  margin-bottom : -19px;
}

#sp-image-1{
  margin-left : 106px;
  margin-bottom : 21px;
  width : 730px;
  height : 409px;
}

#sp-image-2{
  width : 203px;
  height : 302px;
}

#sp-image-3{
  width : 358px;
  height : 266px;
}

#sp-page-title-1{
  width : 960px;
}

#sp-page-title-3{
  width : 958px;
}

#sp-page-title-6{
  width : 960px;
}

#sp-page-title-7{
  width : 960px;
}

#sp-photo-motion-1{
  width : 960px;
  height : 249px;
}

#sp-photo-motion-12 {
}

#sp-photo-motion-2{
  margin-left : 20px;
  width : 651px;
  height : 74px;
}

#sp-photo-motion-29{
  margin-top : -101px;
  margin-left : 23px;
  width : 577px;
  height : 101px;
}

#sp-photo-motion-3{
  margin-left : 20px;
  margin-right : -15px;
  margin-bottom : 1px;
  width : 815px;
  height : 293px;
}

#sp-photo-motion-30{
  margin-left : 20px;
  margin-bottom : 105px;
  width : 771px;
  height : 80px;
}

#sp-photo-motion-31{
  margin-left : 18px;
  margin-bottom : 22px;
  width : 526px;
  height : 80px;
}

#sp-photo-motion-32{
  margin-left : 18px;
  width : 534px;
  height : 198px;
}

#sp-photo-motion-4{
  margin-top : 26px;
  width : 362px;
  height : 86px;
}

#sp-site-branding2-1 > .site-title{
  width : 231px;
  height : 30px;
  top : auto;
  bottom : 47px;
  right : auto;
  left : 1002px;
}

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

#sp-site-navigation-2{
  margin-top : -4px;
  margin-bottom : 2px;
}

#sp-table-1{
  width : 961px;
}

#sp-table-2{
  width : 961px;
}

.sp-wp-post-list#sp-wp-post-list-1{
  width : 951px;
}

#sp-yahoo-map-1{
  width : 361px;
  min-height : 270px;
}

#sp-yahoo-map-10{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-11{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-12{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-13{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-14{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-15{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-16{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-17{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-18{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-19{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-2{
  width : 308px;
  min-height : 229px;
}

#sp-yahoo-map-20{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-21{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-22{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-23{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-24{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-25{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-3{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-4{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-5{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-6{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-7{
  width : 304px;
  min-height : 228px;
}

#sp-yahoo-map-8{
  width : 306px;
  min-height : 227px;
}

#sp-yahoo-map-9{
  width : 306px;
  min-height : 227px;
}