#colophon{
  background-color : #58bb4d;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#colophon-inner {
}

#content{
  min-height : 50px;
}

#contenthead {
}

#masthead{
  background-repeat : repeat-y;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a{
  color : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

a:active{
  color : #6bbb21;
  text-decoration : underline;
}

a:focus{
  color : #6bbb21;
  text-decoration : underline;
}

a:link{
  color : #6bbb21;
}

a:visited{
  color : #6bbb21;
}

a:hover{
  color : #6bbb21;
  text-decoration : underline;
}

article{
  display : block;
}

aside{
  display : block;
}

body{
  font-size : 1.3rem;
  font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  line-height : 1.5;
  color : #5c5c5c;
  background-color : #ffffff;
  background-image : none;
  background-attachment : scroll;
  background-position : left top;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto,auto auto;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  word-wrap : break-word;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

  #colophon{
    padding-top : 35px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 35px;
    margin-top : 20px;
  }

  #colophon #colophon-inner #sp-block-container-1 .copyright{
    text-align : left;
  }

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

  #content{
    min-height : 50px;
  }

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

  #masthead{
    margin-bottom : 10px;
    min-height : 133px;
  }

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

  #primary{
    margin-top : 0px;
  }

  #sidebar1 {
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 960px;
  }
}

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

  #content{
    width : 960px;
  }

  #contenthead{
    width : 960px;
  }
}

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

  #colophon{
    padding-top : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 10px;
    width : 100%;
    box-sizing : border-box;
  }

  #colophon-inner{
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
  }

  #content{
    min-height : 50px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  embed{
    max-width : 100%;
  }
}

#sp-definition-list-2{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-definition-list-2 dd{
  padding-top : 13px;
  padding-left : 16px;
  padding-right : 0px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-definition-list-2 dt{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #858585;
}

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

#sp-definition-list-2 > dt{
  font-weight : bold;
  color : #333333;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 1px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #858585;
}

#sp-block-container-21 > .large{
  font-size : 1.5em;
}

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

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

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

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

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

#sp-block-container-21 > a:link{
  color : #ed4545;
  text-decoration : underline;
}

#sp-block-container-21 > em{
  font-style : oblique;
  color : #ed4545;
}

#sp-block-container-21 > h1{
  color : #ffffff;
  background-color : #ffa1a1;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 11px;
  padding-left : 9px;
  padding-right : 9px;
  padding-bottom : 11px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffa1a1;
  border-left-color : #ffa1a1;
  border-right-color : #ffa1a1;
  border-bottom-color : #ffa1a1;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
}

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

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

#sp-block-container-21 > h4{
  font-size : 1.2em;
  color : #333333;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : double;
  border-bottom-color : #ed4545;
  clear : both;
}

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

#sp-block-container-21 > h6{
  font-size : 1em;
  font-weight : normal;
  color : #333333;
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 0px;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #ed4545;
}

#sp-block-container-21 > p{
  line-height : 1.4;
  color : #333333;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 0.1em;
  margin-right : 0.1em;
  margin-bottom : 0.5em;
}

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

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

#sp-block-container-21 > strong{
  font-weight : bold;
  color : #ed4545;
}

#sp-block-container-12 .large, #sp-block-container-27 .large, #sp-block-container-28 .large, #sp-block-container-3 .large{
  font-size : 1.2em;
}

#sp-block-container-12 .medium, #sp-block-container-27 .medium, #sp-block-container-28 .medium, #sp-block-container-3 .medium{
  font-size : 1em;
}

#sp-block-container-12 .small, #sp-block-container-27 .small, #sp-block-container-28 .small, #sp-block-container-3 .small{
  font-size : 0.9em;
}

#sp-block-container-12 .x-large, #sp-block-container-27 .x-large, #sp-block-container-28 .x-large, #sp-block-container-3 .x-large{
  font-size : 1.5em;
}

#sp-block-container-12 .x-small, #sp-block-container-27 .x-small, #sp-block-container-28 .x-small, #sp-block-container-3 .x-small{
  font-size : 0.8em;
}

#sp-block-container-12 .xx-large, #sp-block-container-27 .xx-large, #sp-block-container-28 .xx-large, #sp-block-container-3 .xx-large{
  font-size : 2em;
}

#sp-block-container-12 .xx-small, #sp-block-container-27 .xx-small, #sp-block-container-28 .xx-small, #sp-block-container-3 .xx-small{
  font-size : 0.7em;
}

#sp-block-container-12 em, #sp-block-container-27 em, #sp-block-container-28 em, #sp-block-container-3 em{
  font-style : oblique;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-12 h1, #sp-block-container-27 h1, #sp-block-container-28 h1, #sp-block-container-3 h1{
  color : #777777;
  border-bottom-width : 2px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

#sp-block-container-12 h2, #sp-block-container-27 h2, #sp-block-container-28 h2, #sp-block-container-3 h2{
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : dashed;
  border-bottom-color : #777777;
}

#sp-block-container-12 h3, #sp-block-container-27 h3, #sp-block-container-28 h3, #sp-block-container-3 h3{
  color : #777777;
  padding-top : 5px;
  padding-left : 10px;
  padding-right : 0px;
  padding-bottom : 5px;
  border-top-width : 2px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-bottom-style : dashed;
  border-top-color : #777777;
  border-bottom-color : #777777;
}

#sp-block-container-12 h4, #sp-block-container-27 h4, #sp-block-container-28 h4, #sp-block-container-3 h4{
  font-size : 1.3em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-12 h5, #sp-block-container-27 h5, #sp-block-container-28 h5, #sp-block-container-3 h5{
  font-size : 1.08em;
  line-height : 1.2;
  color : #777777;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #777777;
  clear : both;
}

#sp-block-container-12 h6, #sp-block-container-27 h6, #sp-block-container-28 h6, #sp-block-container-3 h6{
  font-size : 1em;
  color : #777777;
}

#sp-block-container-12 p, #sp-block-container-27 p, #sp-block-container-28 p, #sp-block-container-3 p{
  line-height : 1.4;
  color : #777777;
  text-align : left;
  margin-top : 0.5em;
  margin-left : 1em;
  margin-right : 1em;
  margin-bottom : 0.5em;
}

#sp-block-container-12 p.indent, #sp-block-container-27 p.indent, #sp-block-container-28 p.indent, #sp-block-container-3 p.indent{
  padding-left : 15px;
}

#sp-block-container-12 strong, #sp-block-container-27 strong, #sp-block-container-28 strong, #sp-block-container-3 strong{
  font-weight : bold;
  color : #777777;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #777777;
}

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

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

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

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

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

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

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

#sp-block-container-2 > h1{
  color : #515151;
  border-left-width : 15px;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
}

#sp-block-container-2 > h2{
  color : #515151;
  border-bottom-width : 2px;
  border-bottom-style : dashed;
  border-bottom-color : #2c7af5;
}

#sp-block-container-2 > h3{
  font-size : 1.3em;
  color : #515151;
  border-top-width : 1px;
  border-left-width : 10px;
  border-bottom-width : 1px;
  border-top-style : dashed;
  border-left-style : solid;
  border-bottom-style : solid;
  border-top-color : #2c7af5;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-2 > h4{
  font-size : 1.2em;
  color : #515151;
  border-left-width : 5px;
  border-bottom-width : 1px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : #2c7af5;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-2 > h5{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #2c7af5;
  clear : both;
}

#sp-block-container-2 > h6{
  font-size : 1em;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

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

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

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

#sp-block-container-2 > strong{
  font-weight : bold;
  color : #515151;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #2c7af5;
}

#sp-site-navigation-1{
  color : #ffffff;
  background-color : #58bb4d;
  text-align : left;
  margin-top : 0px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
  width : 100%;
  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 : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
  list-style-position : outside;
}

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

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

#sp-site-navigation-1 ul li::after{
  color : #1a5f12;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : "◆";
}

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

#sp-site-navigation-1 ul ul::before{
  color : #1a5f12;
  margin-top : 0px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 0px;
  content : "◆";
}

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

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

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

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

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

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

  #sp-site-navigation-1 ul li{
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-bottom-width : medium;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : initial;
    border-left-color : initial;
    border-right-color : initial;
    border-bottom-color : initial;
    display : block;
  }

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

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

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

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

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

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

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

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

#sp-button-2 > a{
  font-size : 1.8rem;
  font-weight : normal;
  color : #ffffff;
  background-color : #6bbb21;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
  border-top-left-radius : 22px 22px;
  border-top-right-radius : 22px 22px;
  border-bottom-right-radius : 22px 22px;
  border-bottom-left-radius : 22px 22px;
  display : block;
  position : relative;
}

#sp-button-2 > a:active{
  color : #6bbb21;
  background-color : #ffffff;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
  top : 1px;
}

#sp-button-2 > a:hover{
  color : #6bbb21;
  background-color : #ffffff;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
}

#sp-page-title-1 > h1, #sp-page-title-2 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1{
  font-size : 1.6rem;
  font-weight : bold;
  color : #5c5c5c;
  background-image : url(img/pagetitle1-bg.png),url(img/pagetitle1-bg2.png);
  background-repeat : no-repeat,repeat-x;
  padding-top : 18px;
  padding-left : 50px;
  padding-right : 15px;
  padding-bottom : 12px;
}

.page-access#content #page-content > .paragraph em, .page-company#content #page-content > .paragraph em, .page-contact#content #page-content > .paragraph em, .page-custom#content #page-content > .paragraph em, .page-custom1#content #page-content > .paragraph em, .page-custom3#content #page-content > .paragraph em, .page-privacy#content #page-content > .paragraph em, .page-service#content #page-content > .paragraph em, .page-service1#content #page-content > .paragraph em, .page-service6#content #page-content > .paragraph em, .page-toppage#content #page-content > .paragraph em, #sp-block-container-1 > .paragraph em, #sp-block-container-10 > .paragraph em, #sp-block-container-11 > .paragraph em, #sp-block-container-13 > .paragraph em, #sp-block-container-14 > .paragraph em, #sp-block-container-15 > .paragraph em, #sp-block-container-16 > .paragraph em, #sp-block-container-17 > .paragraph em, #sp-block-container-18 > .paragraph em, #sp-block-container-19 > .paragraph em, #sp-block-container-20 > .paragraph em, #sp-block-container-22 > .paragraph em, #sp-block-container-23 > .paragraph em, #sp-block-container-24 > .paragraph em, #sp-block-container-25 > .paragraph em, #sp-block-container-26 > .paragraph em, #sp-block-container-29 > .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, #sp-block-container-8 > .paragraph em, #sp-block-container-9 > .paragraph em{
  font-style : oblique;
  color : #5c5c5c;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #5c5c5c;
}

.page-access#content #page-content > .paragraph strong, .page-company#content #page-content > .paragraph strong, .page-contact#content #page-content > .paragraph strong, .page-custom#content #page-content > .paragraph strong, .page-custom1#content #page-content > .paragraph strong, .page-custom3#content #page-content > .paragraph strong, .page-privacy#content #page-content > .paragraph strong, .page-service#content #page-content > .paragraph strong, .page-service1#content #page-content > .paragraph strong, .page-service6#content #page-content > .paragraph strong, .page-toppage#content #page-content > .paragraph strong, #sp-block-container-1 > .paragraph strong, #sp-block-container-10 > .paragraph strong, #sp-block-container-11 > .paragraph strong, #sp-block-container-13 > .paragraph strong, #sp-block-container-14 > .paragraph strong, #sp-block-container-15 > .paragraph strong, #sp-block-container-16 > .paragraph strong, #sp-block-container-17 > .paragraph strong, #sp-block-container-18 > .paragraph strong, #sp-block-container-19 > .paragraph strong, #sp-block-container-20 > .paragraph strong, #sp-block-container-22 > .paragraph strong, #sp-block-container-23 > .paragraph strong, #sp-block-container-24 > .paragraph strong, #sp-block-container-25 > .paragraph strong, #sp-block-container-26 > .paragraph strong, #sp-block-container-29 > .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, #sp-block-container-8 > .paragraph strong, #sp-block-container-9 > .paragraph strong{
  font-weight : bold;
  color : #5c5c5c;
}

.page-access#content #page-content > h1, .page-company#content #page-content > h1, .page-contact#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom3#content #page-content > h1, .page-privacy#content #page-content > h1, .page-service#content #page-content > h1, .page-service1#content #page-content > h1, .page-service6#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-20 > h1, #sp-block-container-22 > h1, #sp-block-container-23 > h1, #sp-block-container-24 > h1, #sp-block-container-25 > h1, #sp-block-container-26 > h1, #sp-block-container-29 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  font-size : 2.4rem;
  text-align : left;
}

.page-access#content #page-content > h2, .page-company#content #page-content > h2, .page-contact#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom3#content #page-content > h2, .page-privacy#content #page-content > h2, .page-service#content #page-content > h2, .page-service1#content #page-content > h2, .page-service6#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-20 > h2, #sp-block-container-22 > h2, #sp-block-container-23 > h2, #sp-block-container-24 > h2, #sp-block-container-25 > h2, #sp-block-container-26 > h2, #sp-block-container-29 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  font-size : 2.1rem;
}

.page-access#content #page-content > h3, .page-company#content #page-content > h3, .page-contact#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom3#content #page-content > h3, .page-privacy#content #page-content > h3, .page-service#content #page-content > h3, .page-service1#content #page-content > h3, .page-service6#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-20 > h3, #sp-block-container-22 > h3, #sp-block-container-23 > h3, #sp-block-container-24 > h3, #sp-block-container-25 > h3, #sp-block-container-26 > h3, #sp-block-container-29 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.8rem;
  text-align : left;
  margin-top : 10px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h4, .page-company#content #page-content > h4, .page-contact#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom3#content #page-content > h4, .page-privacy#content #page-content > h4, .page-service#content #page-content > h4, .page-service1#content #page-content > h4, .page-service6#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-20 > h4, #sp-block-container-22 > h4, #sp-block-container-23 > h4, #sp-block-container-24 > h4, #sp-block-container-25 > h4, #sp-block-container-26 > h4, #sp-block-container-29 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.5rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 2px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h5, .page-company#content #page-content > h5, .page-contact#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom3#content #page-content > h5, .page-privacy#content #page-content > h5, .page-service#content #page-content > h5, .page-service1#content #page-content > h5, .page-service6#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-20 > h5, #sp-block-container-22 > h5, #sp-block-container-23 > h5, #sp-block-container-24 > h5, #sp-block-container-25 > h5, #sp-block-container-26 > h5, #sp-block-container-29 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1.3rem;
  line-height : 1.2;
  text-align : left;
  padding-top : 5px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-bottom : 1em;
  clear : both;
}

.page-access#content #page-content > h6, .page-company#content #page-content > h6, .page-contact#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom3#content #page-content > h6, .page-privacy#content #page-content > h6, .page-service#content #page-content > h6, .page-service1#content #page-content > h6, .page-service6#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-20 > h6, #sp-block-container-22 > h6, #sp-block-container-23 > h6, #sp-block-container-24 > h6, #sp-block-container-25 > h6, #sp-block-container-26 > h6, #sp-block-container-29 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1.2rem;
}

.page-access#content #page-content > hr, .page-company#content #page-content > hr, .page-contact#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom3#content #page-content > hr, .page-privacy#content #page-content > hr, .page-service#content #page-content > hr, .page-service1#content #page-content > hr, .page-service6#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-10 > hr, #sp-block-container-11 > hr, #sp-block-container-13 > hr, #sp-block-container-14 > hr, #sp-block-container-15 > hr, #sp-block-container-16 > hr, #sp-block-container-17 > hr, #sp-block-container-18 > hr, #sp-block-container-19 > hr, #sp-block-container-20 > hr, #sp-block-container-22 > hr, #sp-block-container-23 > hr, #sp-block-container-24 > hr, #sp-block-container-25 > hr, #sp-block-container-26 > hr, #sp-block-container-29 > hr, #sp-block-container-4 > hr, #sp-block-container-5 > hr, #sp-block-container-6 > hr, #sp-block-container-7 > hr, #sp-block-container-8 > hr, #sp-block-container-9 > hr{
  color : #a0a0a0;
  margin-top : 25px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  border-top-width : 1px;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #a0a0a0;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  height : 1px;
}

.page-access#content #page-content > p, .page-company#content #page-content > p, .page-contact#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom3#content #page-content > p, .page-privacy#content #page-content > p, .page-service#content #page-content > p, .page-service1#content #page-content > p, .page-service6#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-20 > p, #sp-block-container-22 > p, #sp-block-container-23 > p, #sp-block-container-24 > p, #sp-block-container-25 > p, #sp-block-container-26 > p, #sp-block-container-29 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  font-size : 1.3rem;
  line-height : 1.4;
  color : #5c5c5c;
  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-company#content #page-content > p.indent, .page-contact#content #page-content > p.indent, .page-custom#content #page-content > p.indent, .page-custom1#content #page-content > p.indent, .page-custom3#content #page-content > p.indent, .page-privacy#content #page-content > p.indent, .page-service#content #page-content > p.indent, .page-service1#content #page-content > p.indent, .page-service6#content #page-content > p.indent, .page-toppage#content #page-content > p.indent, #sp-block-container-1 > p.indent, #sp-block-container-10 > p.indent, #sp-block-container-11 > p.indent, #sp-block-container-13 > p.indent, #sp-block-container-14 > p.indent, #sp-block-container-15 > p.indent, #sp-block-container-16 > p.indent, #sp-block-container-17 > p.indent, #sp-block-container-18 > p.indent, #sp-block-container-19 > p.indent, #sp-block-container-20 > p.indent, #sp-block-container-22 > p.indent, #sp-block-container-23 > p.indent, #sp-block-container-24 > p.indent, #sp-block-container-25 > p.indent, #sp-block-container-26 > p.indent, #sp-block-container-29 > 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, #sp-block-container-8 > p.indent, #sp-block-container-9 > p.indent{
  padding-left : 5px;
}

.page-access#content #page-content > p.large, .page-company#content #page-content > p.large, .page-contact#content #page-content > p.large, .page-custom#content #page-content > p.large, .page-custom1#content #page-content > p.large, .page-custom3#content #page-content > p.large, .page-privacy#content #page-content > p.large, .page-service#content #page-content > p.large, .page-service1#content #page-content > p.large, .page-service6#content #page-content > p.large, .page-toppage#content #page-content > p.large, #sp-block-container-1 > p.large, #sp-block-container-10 > p.large, #sp-block-container-11 > p.large, #sp-block-container-13 > p.large, #sp-block-container-14 > p.large, #sp-block-container-15 > p.large, #sp-block-container-16 > p.large, #sp-block-container-17 > p.large, #sp-block-container-18 > p.large, #sp-block-container-19 > p.large, #sp-block-container-20 > p.large, #sp-block-container-22 > p.large, #sp-block-container-23 > p.large, #sp-block-container-24 > p.large, #sp-block-container-25 > p.large, #sp-block-container-26 > p.large, #sp-block-container-29 > 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, #sp-block-container-8 > p.large, #sp-block-container-9 > p.large{
  font-size : 1.5rem;
}

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

  #content.page-access #page-content, #content.page-company #page-content, #content.page-contact #page-content, #content.page-custom #page-content, #content.page-custom1 #page-content, #content.page-custom3 #page-content, #content.page-privacy #page-content, #content.page-service #page-content, #content.page-service1 #page-content, #content.page-service6 #page-content, #content.page-toppage #page-content, #sp-block-container-1, #sp-block-container-10, #sp-block-container-11, #sp-block-container-13, #sp-block-container-14, #sp-block-container-15, #sp-block-container-16, #sp-block-container-17, #sp-block-container-18, #sp-block-container-19, #sp-block-container-20, #sp-block-container-22, #sp-block-container-23, #sp-block-container-24, #sp-block-container-25, #sp-block-container-26, #sp-block-container-29, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9 {
  }
}

#sp-button-1, #sp-button-3, #sp-button-4{
  width : 120px;
}

#sp-button-1 > a, #sp-button-3 > a, #sp-button-4 > a{
  font-size : 1.8rem;
  font-weight : normal;
  color : #6bbb21;
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  text-decoration : none;
  text-align : center;
  padding-top : 4px;
  padding-left : 6px;
  padding-right : 6px;
  padding-bottom : 4px;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #6bbb21;
  border-left-color : #6bbb21;
  border-right-color : #6bbb21;
  border-bottom-color : #6bbb21;
  border-top-left-radius : 22px 22px;
  border-top-right-radius : 22px 22px;
  border-bottom-right-radius : 22px 22px;
  border-bottom-left-radius : 22px 22px;
  display : block;
  position : relative;
}

#sp-button-1 > a:active, #sp-button-3 > a:active, #sp-button-4 > a:active{
  color : #ffffff;
  background-color : #6bbb21;
  top : 1px;
}

#sp-button-1 > a:hover, #sp-button-3 > a:hover, #sp-button-4 > a:hover{
  color : #ffffff;
  background-color : #6bbb21;
}

#sp-site-branding2-1{
  background-color : #000000;
  padding-left : 1000px;
  padding-right : 1000px;
  margin-left : -1000px;
  margin-right : -1000px;
  width : auto;
  min-height : 133px;
}

#sp-site-branding2-1 .extra{
  width : auto;
  min-height : 50px;
  top : 50px;
  right : 34%;
}

#sp-site-branding2-1 .extra > p{
  color : #ffffff;
  text-align : right;
}

#sp-site-branding2-1 .extra > p > .tel{
  font-size : 2.6rem;
}

#sp-site-branding2-1 .site-description{
  font-size : 1rem;
  font-weight : normal;
  color : #949494;
  text-align : right;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : auto;
  position : absolute;
  top : 3rem;
  right : 34%;
}

#sp-site-branding2-1 .site-title{
  background-image : url(img/header-logo1.png);
  background-repeat : no-repeat;
  margin-top : 10px;
  margin-left : 4px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 470px;
}

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

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

  #sp-site-branding2-1{
    padding-top : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-bottom : 0px;
    margin-top : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-bottom : 0px;
    overflow : hidden;
  }

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

  #sp-site-branding2-1 .extra > p{
    color : #ffffff;
    text-align : center;
  }

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

  #sp-site-branding2-1 .site-description{
    color : #949494;
    text-align : center;
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    width : 100%;
    float : none;
    position : absolute;
    top : 10px;
    right : 0px;
  }

  #sp-site-branding2-1 .site-title{
    background-image : url(img/header-logo1.png);
    background-size : 300px auto;
    margin-top : 40px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    height : 70px;
  }

  #sp-site-branding2-1 .site-title a {
  }
}

#breadcrumb-list{
  margin-bottom : 10px;
}

#breadcrumb-list a{
  color : #6bbb21;
  text-decoration : none;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

#breadcrumb-list a:active{
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:focus{
  color : #6bbb21;
  text-decoration : underline;
}

#breadcrumb-list a:hover{
  color : #6bbb21;
  text-decoration : underline;
}

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

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

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

#sp-table-2{
  color : #a0a0a0;
}

#sp-table-2 > tbody > tr > .col-title{
  color : #a0a0a0;
  background-color : #ffffff;
}

#sp-table-2 > tbody > tr > .row-title{
  color : #ffffff;
  background-color : #a0a0a0;
  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 : #a0a0a0;
  border-left-color : #a0a0a0;
  border-right-color : #a0a0a0;
  border-bottom-color : #a0a0a0;
}

#sp-table-2 > tbody > tr > td{
  background-color : #ffffff;
  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 : #a0a0a0;
  border-left-color : #a0a0a0;
  border-right-color : #a0a0a0;
  border-bottom-color : #a0a0a0;
}

#sp-table-2 > tbody > tr > th{
  color : #ffffff;
  background-color : #000000;
  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 : #a0a0a0;
  border-left-color : #a0a0a0;
  border-right-color : #a0a0a0;
  border-bottom-color : #a0a0a0;
}

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

  #sp-table-2{
    width : 100%;
  }
}

#sp-list-11, #sp-list-12, #sp-list-13, #sp-list-3, #sp-list-6, #sp-list-9{
  padding-left : 0px;
  margin-top : 0px;
  margin-left : 1rem;
  margin-right : 1rem;
  margin-bottom : 25px;
  list-style-type : none;
}

#sp-list-11 > li, #sp-list-12 > li, #sp-list-13 > li, #sp-list-3 > li, #sp-list-6 > li, #sp-list-9 > li{
  background-image : url(img/icon-01.png);
  background-repeat : no-repeat;
  background-position : 0px 0.5em;
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-column-1, #sp-column-2, #sp-column-3, #sp-column-4, #sp-column-5, #sp-column-6, #sp-column-7, #sp-column-8{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #58bb4d;
  border-left-color : #58bb4d;
  border-right-color : #58bb4d;
  border-bottom-color : #58bb4d;
  width : 100%;
  height : auto;
}

.accordion#sp-column-1 > .column-label h3::after, .accordion#sp-column-2 > .column-label h3::after, .accordion#sp-column-3 > .column-label h3::after, .accordion#sp-column-4 > .column-label h3::after, .accordion#sp-column-5 > .column-label h3::after, .accordion#sp-column-6 > .column-label h3::after, .accordion#sp-column-7 > .column-label h3::after, .accordion#sp-column-8 > .column-label h3::after{
  border-top-width : 5px;
  border-top-style : solid;
  border-top-color : rgba(19, 94, 23, 0.45);
}

.toggled-on#sp-column-1 > .column-label h3::before, .toggled-on#sp-column-2 > .column-label h3::before, .toggled-on#sp-column-3 > .column-label h3::before, .toggled-on#sp-column-4 > .column-label h3::before, .toggled-on#sp-column-5 > .column-label h3::before, .toggled-on#sp-column-6 > .column-label h3::before, .toggled-on#sp-column-7 > .column-label h3::before, .toggled-on#sp-column-8 > .column-label h3::before{
  border-bottom-width : 5px;
  border-bottom-style : solid;
  border-bottom-color : rgba(19, 94, 23, 0.45);
}

#sp-column-1 > .column-body, #sp-column-2 > .column-body, #sp-column-3 > .column-body, #sp-column-4 > .column-body, #sp-column-5 > .column-body, #sp-column-6 > .column-body, #sp-column-7 > .column-body, #sp-column-8 > .column-body{
  width : auto;
  height : auto;
}

#sp-column-1 > .column-label, #sp-column-2 > .column-label, #sp-column-3 > .column-label, #sp-column-4 > .column-label, #sp-column-5 > .column-label, #sp-column-6 > .column-label, #sp-column-7 > .column-label, #sp-column-8 > .column-label{
  background-color : #58bb4d;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 13px;
  padding-bottom : 0px;
}

#sp-column-1 > .column-label h3, #sp-column-2 > .column-label h3, #sp-column-3 > .column-label h3, #sp-column-4 > .column-label h3, #sp-column-5 > .column-label h3, #sp-column-6 > .column-label h3, #sp-column-7 > .column-label h3, #sp-column-8 > .column-label h3{
  font-size : 12px;
  color : #ffffff;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  position : relative;
}

#sp-definition-list-1{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 1rem;
  margin-right : 1rem;
  margin-bottom : 10px;
}

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

#sp-definition-list-1 > dd::after{
  clear : both;
  display : block;
  content : "";
}

#sp-definition-list-1 > dt{
  font-weight : bold;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 120px;
  min-height : 16px;
  float : left;
}

#sp-table-1{
  font-size : 1.4rem;
  color : #333333;
  border-collapse : collapse;
}

#sp-table-1 td{
  background-color : #ffffff;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

#sp-table-1 th{
  color : #666666;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
  min-width : 60px;
}

#sp-table-1 > tbody > tr .col-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
}

#sp-table-1 > tbody > tr .row-title{
  color : #666666;
  background-color : #f4f4f4;
  padding-top : 5px;
  padding-left : 8px;
  padding-right : 8px;
  padding-bottom : 5px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #b3b5b6;
  border-left-color : #b3b5b6;
  border-right-color : #b3b5b6;
  border-bottom-color : #b3b5b6;
}

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

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

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

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

#sp-item-gallery-1 > ul, #sp-item-gallery-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;
  width : 100%;
  list-style-type : none;
  list-style-position : outside;
}

#sp-item-gallery-1 > ul > li, #sp-item-gallery-2 > ul > li{
  font-size : 0.9em;
  color : #333333;
  background-color : #ffffff;
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 5px;
  margin-left : 5px;
  margin-right : 5px;
  margin-bottom : 5px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  width : 160px;
  height : 350px;
  float : left;
  overflow : hidden;
  box-sizing : border-box;
}

#sp-item-gallery-1> ul> li a:hover.item-gallery-link img, #sp-item-gallery-2> ul> li a:hover.item-gallery-link img {
  opacity: 0.6;
}

#sp-item-gallery-1 > ul > li > div img.item-gallery-thumbnail, #sp-item-gallery-2 > ul > li > div img.item-gallery-thumbnail{
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  width : 100%;
  display : block;
}

#sp-item-gallery-1 > ul > li > p, #sp-item-gallery-2 > ul > li > p{
  margin-top : 5px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-content, #sp-item-gallery-2 > ul > li > p.item-gallery-content{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons, #sp-item-gallery-2 > ul > li > p.item-gallery-icons{
  text-align : center;
  width : 100%;
  min-height : 20px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-new, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-new{
  background-color : #f06060;
  background-image : none,url(img/item-gallery-icon1.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 26px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-popular, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-popular{
  background-color : #04bfbf;
  background-image : none,url(img/item-gallery-icon2.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 42px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-recomend{
  background-color : #e6a408;
  background-image : none,url(img/item-gallery-icon3.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 38px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons .item-gallery-icon-sale, #sp-item-gallery-2 > ul > li > p.item-gallery-icons .item-gallery-icon-sale{
  background-color : #0a7bb5;
  background-image : none,url(img/item-gallery-icon4.png);
  background-repeat : repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : 0% 0%, center 50%;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  margin-right : 0px;
  width : 29px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons span, #sp-item-gallery-2 > ul > li > p.item-gallery-icons span{
  line-height : 12px;
  text-align : center;
  margin-right : 2px;
  border-top-left-radius : 3px 3px;
  border-top-right-radius : 3px 3px;
  border-bottom-right-radius : 3px 3px;
  border-bottom-left-radius : 3px 3px;
  height : 12px;
  display : inline-block;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-icons + p.item-gallery-price, #sp-item-gallery-2 > ul > li > p.item-gallery-icons + p.item-gallery-price{
  margin-top : 0px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price, #sp-item-gallery-2 > ul > li > p.item-gallery-price{
  color : #333333;
  text-align : left;
  padding-left : 5px;
  width : 100%;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-after, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-after{
  font-size : small;
  color : #9396a6;
  margin-left : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-price .item-gallery-price-before, #sp-item-gallery-2 > ul > li > p.item-gallery-price .item-gallery-price-before{
  color : #9396a6;
  margin-right : 5px;
}

#sp-item-gallery-1 > ul > li > p.item-gallery-title, #sp-item-gallery-2 > ul > li > p.item-gallery-title{
  font-size : 1.2em;
  line-height : 1.5em;
  color : #333333;
  text-align : center;
  margin-left : 10px;
  margin-right : 10px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #333333;
  white-space : nowrap;
  overflow : hidden;
  text-overflow : ellipsis;
  word-wrap : normal;
}

#sp-item-gallery-1 > ul > li > p:last-child, #sp-item-gallery-2 > ul > li > p:last-child{
  margin-bottom : 10px;
}

#sp-image-1, #sp-image-11, #sp-image-12, #sp-image-13, #sp-image-14, #sp-image-15, #sp-image-16, #sp-image-17, #sp-image-18, #sp-image-19, #sp-image-2, #sp-image-20, #sp-image-21, #sp-image-22, #sp-image-23, #sp-image-24, #sp-image-25, #sp-image-26, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93{
  max-width : 100%;
}

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

#sp-list-1 li{
  padding-left : 10px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #656565;
}

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

#sp-list-10, #sp-list-2, #sp-list-4, #sp-list-5, #sp-list-7, #sp-list-8{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 100%;
  list-style-type : none;
}

#sp-list-10 li, #sp-list-2 li, #sp-list-4 li, #sp-list-5 li, #sp-list-7 li, #sp-list-8 li{
  margin-bottom : 8px;
}

#sp-list-10 > li, #sp-list-2 > li, #sp-list-4 > li, #sp-list-5 > li, #sp-list-7 > li, #sp-list-8 > li{
  color : #000000;
}

#sp-page-title-14{
  background-color : transparent;
  background-image : url(img/sp-pagetitle-4be.png),url(img/sp-pagetitle-4af.png);
  background-repeat : no-repeat, no-repeat;
  background-attachment : scroll, scroll;
  background-position : left top, right top;
  background-clip : border-box, border-box;
  background-origin : padding-box, padding-box;
  background-size : auto auto, auto auto;
  width : 100%;
  height : 50px;
}

#sp-page-title-14 > h1{
  font-size : 20px;
  font-weight : bold;
  color : #ffffff;
  background-color : #87c4e8;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 20px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 20px;
  margin-top : 0px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 0px;
  height : 50px;
  box-sizing : border-box;
}

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

  #sp-page-title-14{
    background-size : auto 40px;
    text-align : left;
    width : 100%;
    height : 40px;
  }

  #sp-page-title-14 > h1{
    font-size : 18px;
    font-weight : bold;
    color : #ffffff;
    background-color : #87c4e8;
    margin-top : 0px;
    margin-left : 40px;
    margin-right : 40px;
    margin-bottom : 0px;
    height : 40px;
    box-sizing : border-box;
  }
}

#sp-page-title-17, #sp-page-title-18{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  margin-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #00bae6;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-17 > h1, #sp-page-title-18 > h1{
  font-size : 20px;
  color : #515151;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-page-title-10, #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-15, #sp-page-title-16, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9, #spb-page-title-1{
  background-color : #ffffff;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  margin-bottom : 5px;
  border-bottom-width : 4px;
  border-bottom-style : solid;
  border-bottom-color : #515151;
  width : 100%;
  box-sizing : border-box;
}

#sp-page-title-10 > h1, #sp-page-title-11 > h1, #sp-page-title-12 > h1, #sp-page-title-13 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1, #spb-page-title-1 > h1{
  font-size : 20px;
  color : #000000;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#sp-block-container-20 > h1{
  border-top-left-radius : 100px 100px;
  border-top-right-radius : 100px 100px;
  border-bottom-right-radius : 100px 100px;
  border-bottom-left-radius : 100px 100px;
}

#sp-button-1 > a{
  font-weight : bold;
  color : #004080;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #004080;
  border-left-color : #004080;
  border-right-color : #004080;
  border-bottom-color : #004080;
}

#sp-button-1 > a:hover{
  background-color : #004080;
}

#sp-button-2 > a{
  color : #ffffff;
  background-color : #004080;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #004080;
  border-left-color : #004080;
  border-right-color : #004080;
  border-bottom-color : #004080;
}

#sp-button-2 > a:hover{
  color : #004080;
  border-top-width : 2px;
  border-left-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #004080;
  border-left-color : #004080;
  border-right-color : #004080;
  border-bottom-color : #004080;
}

#sp-column-1{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-2{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-3{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-4{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-5{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-7{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-column-8{
  border-top-width : 3px;
  border-left-width : 3px;
  border-right-width : 3px;
  border-bottom-width : 3px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-image-24{
  background-position : center center;
}

#sp-image-9{
  background-image : url(img/image3.GIF);
}

#sp-item-gallery-1 > ul > li{
  background-color : #ffffff;
  border-top-width : 2px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
  width : 147px;
  height : 151px;
}

#sp-item-gallery-1 > ul > li div.item-gallery-photo img.item-gallery-thumbnail{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-item-gallery-1 > ul > li p.item-gallery-title{
  color : #ffffff;
  background-color : #000000;
  overflow : visible;
}

#sp-item-gallery-2 > ul > li{
  width : 310px;
  height : 490px;
}

#sp-item-gallery-2 > ul > li p.item-gallery-title{
  font-size : 2rem;
  font-weight : bold;
  color : #000000;
  text-decoration : none;
}

#sp-page-title-12 h1{
  font-size : 2.4rem;
  line-height : 100%;
  color : #004080;
  text-align : center;
  margin-bottom : 5px;
}

#sp-page-title-13{
  border-top-width : 0px;
  border-left-width : 12px;
  border-right-width : 0px;
  border-bottom-width : 4px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #555555;
  border-right-color : #000000;
  border-bottom-color : #515151;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-page-title-13 h1{
  font-size : 2.4rem;
  line-height : 100%;
  color : #004080;
  margin-bottom : 5px;
}

#sp-page-title-14{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 4px;
}

#sp-page-title-14 h1{
  font-size : 2.2rem;
  line-height : 50%;
}

#sp-page-title-15{
  border-top-width : 0px;
  border-left-width : 12px;
  border-right-width : 0px;
  border-bottom-width : 4px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #555555;
  border-right-color : #000000;
  border-bottom-color : #515151;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
}

#sp-page-title-15 h1{
  font-size : 2.4rem;
  line-height : 100%;
  color : #004080;
  margin-bottom : 5px;
}

#sp-page-title-16{
  border-top-width : 0px;
  border-left-width : 12px;
  border-right-width : 0px;
  border-bottom-width : 4px;
  border-top-style : none;
  border-left-style : solid;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #555555;
  border-right-color : #000000;
  border-bottom-color : #555555;
  border-top-left-radius : 0px 0px;
  border-top-right-radius : 0px 0px;
  border-bottom-right-radius : 0px 0px;
  border-bottom-left-radius : 0px 0px;
  overflow : visible;
}

#sp-page-title-16 h1{
  font-size : 2.2rem;
  line-height : 100%;
  color : #004080;
  margin-bottom : 3px;
}

#sp-page-title-7 h1{
  font-size : 2.2rem;
  color : #004080;
}

#sp-page-title-8 h1{
  font-size : 2.2rem;
  color : #004080;
}

#sp-page-title-9 h1{
  font-size : 2.2rem;
  color : #004080;
}

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

#sp-site-branding2-1 > .site-title{
  color : #6eb831;
  background-image : url(img/header-logo8.png);
}

#sp-site-branding2-1 > .site-title a{
  color : #555555;
}

#spb-page-title-1 h1{
  font-size : 2.6rem;
  color : #171717;
  text-align : center;
}

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

  #sp-block-container-1{
    margin-bottom : 1px;
    min-height : 1788px;
  }

  #sp-block-container-10{
    margin-bottom : -14px;
    min-height : 36px;
  }

  #sp-block-container-12{
    min-height : 404px;
  }

  #sp-block-container-13{
    margin-left : 1px;
    margin-bottom : -1px;
    width : 480px;
    min-height : 314px;
    float : right;
    position : relative;
  }

  #sp-block-container-14{
    margin-bottom : -40px;
    min-height : 611px;
  }

  #sp-block-container-16{
    margin-top : 14px;
    margin-left : 1px;
    margin-bottom : 10px;
    width : 514px;
    min-height : 333px;
    float : right;
    position : relative;
  }

  #sp-block-container-2{
    margin-bottom : 9px;
    min-height : 47px;
  }

  #sp-block-container-20{
    margin-top : 16px;
    margin-left : 96px;
    width : 80%;
  }

  #sp-block-container-21{
    margin-bottom : -280px;
    width : 959px;
    min-height : 4238px;
  }

  #sp-block-container-22{
    margin-bottom : -1px;
    min-height : 66px;
  }

  #sp-block-container-23{
    margin-top : 38px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : -13px;
    min-height : 27px;
  }

  #sp-block-container-24{
    margin-top : 5px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 79px;
    min-height : 855px;
  }

  #sp-block-container-25{
    margin-bottom : -18px;
  }

  #sp-block-container-28{
    margin-top : -1px;
    margin-bottom : -17px;
    min-height : 46px;
  }

  #sp-block-container-29{
    margin-top : -5px;
    margin-bottom : -1px;
    min-height : 35px;
  }

  #sp-block-container-3{
    margin-bottom : 16px;
  }

  #sp-block-container-4{
    margin-left : 1px;
    margin-bottom : -12px;
    width : 472px;
    min-height : 294px;
    float : right;
    position : relative;
  }

  #sp-block-container-5{
    margin-bottom : 0px;
    min-height : 299px;
  }

  #sp-block-container-6{
    margin-top : 10px;
    margin-bottom : -16px;
    min-height : 282px;
  }

  #sp-block-container-7{
    margin-top : 0px;
    margin-bottom : -22px;
    min-height : 278px;
  }

  #sp-block-container-8{
    margin-bottom : 1px;
    width : 944px;
    min-height : 301px;
  }

  #sp-block-container-9{
    margin-bottom : -11px;
    min-height : 34px;
  }

  #sp-button-1{
    margin-left : 412px;
    margin-right : 427px;
  }

  #sp-button-2{
    margin-left : 413px;
    margin-right : 423px;
  }

  #sp-button-3{
    margin-left : 177px;
    width : 135px;
    float : left;
    position : relative;
  }

  #sp-button-4{
    margin-left : 147px;
    margin-right : 99px;
    width : 135px;
    height : 39px;
    float : left;
    position : relative;
  }

  #sp-column-1{
    margin-top : -8px;
    margin-bottom : -4px;
    width : 960px;
    min-height : 311px;
  }

  #sp-column-2{
    margin-bottom : -8px;
    min-height : 307px;
  }

  #sp-column-3{
    margin-top : -5px;
    min-height : 299px;
  }

  #sp-column-4{
    margin-top : -14px;
    min-height : 307px;
  }

  #sp-column-5{
    margin-top : -13px;
    min-height : 309px;
  }

  #sp-column-7{
    margin-top : -8px;
    margin-bottom : -4px;
    width : 960px;
    min-height : 311px;
  }

  #sp-column-8{
    margin-top : 3px;
    margin-bottom : 0px;
    width : 960px;
    min-height : 348px;
  }

  #sp-definition-list-1{
    margin-left : auto;
    margin-right : auto;
    width : 457px;
    min-height : 327px;
  }

  #sp-definition-list-2{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 51px;
    width : 950px;
  }

  #sp-image-1{
    margin-bottom : 36px;
    width : 962px;
    height : 616px;
  }

  #sp-image-10{
    width : 470px;
    height : 300px;
    float : left;
    position : relative;
  }

  #sp-image-11{
    width : 87px;
    height : 49px;
    float : left;
    position : relative;
  }

  #sp-image-12{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-image-13{
    margin-left : auto;
    margin-right : auto;
    width : 727px;
    height : 244px;
  }

  #sp-image-14{
    margin-left : auto;
    margin-right : auto;
    width : 750px;
    height : 656px;
  }

  #sp-image-15{
    margin-left : auto;
    margin-right : auto;
    width : 750px;
    height : 521px;
  }

  #sp-image-16{
    margin-left : auto;
    margin-right : auto;
    width : 762px;
    height : 490px;
  }

  #sp-image-17{
    margin-left : auto;
    margin-right : auto;
    width : 737px;
    height : 344px;
  }

  #sp-image-18{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
  }

  #sp-image-19{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-20{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-21{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-22{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-23{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-image-24{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 15px;
  }

  #sp-image-25{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-26{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 15px;
  }

  #sp-image-27{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 20px;
  }

  #sp-image-28{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
  }

  #sp-image-29{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
  }

  #sp-image-3{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-image-30{
    margin-left : 14px;
    width : 352px;
    height : 309px;
    float : left;
    position : relative;
  }

  #sp-image-31{
    margin-top : 16px;
    margin-left : 100px;
    margin-bottom : 0px;
    width : 244px;
    height : 322px;
    float : left;
    position : relative;
  }

  #sp-image-32{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 49px;
    width : 850px;
    height : auto;
  }

  #sp-image-33{
    margin-top : 30px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 61px;
    width : 850px;
    height : auto;
  }

  #sp-image-34{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 58px;
    width : 850px;
    height : auto;
  }

  #sp-image-35{
    margin-left : auto;
    margin-right : auto;
    width : 900px;
    height : auto;
  }

  #sp-image-36{
    margin-top : 32px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 41px;
    width : 900px;
    height : auto;
  }

  #sp-image-37{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 34px;
    width : 850px;
    height : auto;
  }

  #sp-image-38{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 48px;
    width : 850px;
    height : auto;
  }

  #sp-image-39{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 35px;
    width : 850px;
    height : auto;
  }

  #sp-image-4{
    margin-left : 12px;
    margin-right : 8px;
    margin-bottom : 14px;
    width : 936px;
    height : 590px;
  }

  #sp-image-40{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 28px;
    width : 850px;
    height : auto;
  }

  #sp-image-41{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 25px;
    width : 850px;
    height : auto;
  }

  #sp-image-42{
    margin-top : 24px;
    margin-left : auto;
    margin-right : auto;
    width : 600px;
    height : auto;
  }

  #sp-image-43{
    margin-top : 42px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 6px;
    width : 600px;
    height : auto;
  }

  #sp-image-44{
    margin-top : 70px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 55px;
    width : 850px;
    height : 606px;
  }

  #sp-image-45{
    margin-top : 202px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 35px;
    width : 900px;
    height : auto;
  }

  #sp-image-46{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 7px;
    width : 850px;
    height : auto;
  }

  #sp-image-47{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 37px;
    width : 900px;
  }

  #sp-image-48{
    margin-top : 26px;
    margin-left : auto;
    margin-right : auto;
    width : 850px;
    height : auto;
  }

  #sp-image-49{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 35px;
    width : 950px;
  }

  #sp-image-5{
    margin-top : -12px;
    margin-left : 35px;
    margin-right : 35px;
    width : 890px;
    height : 607px;
  }

  #sp-image-50{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 47px;
    width : 850px;
    height : auto;
  }

  #sp-image-51{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 21px;
    width : 850px;
    height : auto;
  }

  #sp-image-52{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
    width : 850px;
    height : auto;
  }

  #sp-image-53{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 93px;
    width : 850px;
    height : auto;
  }

  #sp-image-54{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 13px;
    width : 950px;
    height : auto;
  }

  #sp-image-55{
    margin-top : 21px;
    margin-left : auto;
    margin-right : auto;
    width : 950px;
    height : auto;
  }

  #sp-image-56{
    margin-top : 2px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : -1px;
    width : 950px;
    height : auto;
  }

  #sp-image-57{
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    width : 950px;
    height : auto;
  }

  #sp-image-58{
    margin-left : auto;
    margin-right : auto;
    width : 950px;
    height : auto;
  }

  #sp-image-59{
    margin-bottom : 159px;
    width : 960px;
    height : 444px;
  }

  #sp-image-6{
    width : 470px;
    height : 300px;
    float : left;
    position : relative;
  }

  #sp-image-60{
    margin-bottom : 3px;
  }

  #sp-image-61{
    margin-bottom : 54px;
  }

  #sp-image-63{
    margin-bottom : 54px;
  }

  #sp-image-65{
    margin-bottom : 16px;
  }

  #sp-image-69{
    margin-bottom : 59px;
  }

  #sp-image-7{
    width : 470px;
    height : 300px;
    float : right;
    position : relative;
  }

  #sp-image-73{
    margin-bottom : 14px;
  }

  #sp-image-75{
    margin-bottom : 25px;
  }

  #sp-image-77{
    margin-bottom : 26px;
  }

  #sp-image-8{
    width : 470px;
    height : 288px;
    float : left;
    position : relative;
  }

  #sp-image-81{
    margin-bottom : 46px;
  }

  #sp-image-82{
    margin-bottom : 108px;
  }

  #sp-image-83{
    margin-bottom : 78px;
  }

  #sp-image-84{
    margin-bottom : 78px;
  }

  #sp-image-85{
    margin-bottom : 73px;
  }

  #sp-image-87{
    margin-top : -18px;
    margin-bottom : 86px;
    width : 960px;
    height : 306px;
  }

  #sp-image-89{
    margin-top : -83px;
  }

  #sp-image-9{
    width : 470px;
    height : 300px;
    float : right;
    position : relative;
  }

  #sp-image-90{
    margin-left : 226px;
    margin-right : 232px;
  }

  #sp-image-91{
    margin-left : 224px;
  }

  #sp-image-92{
    margin-left : 223px;
  }

  #sp-image-93{
    margin-left : 224px;
  }

  #sp-item-gallery-1{
    margin-left : 174px;
    width : 632px;
    min-height : 349px;
  }

  #sp-item-gallery-2{
    margin-top : 87px;
    min-height : 592px;
  }

  #sp-list-1{
    margin-bottom : 18px;
    min-height : 97px;
  }

  #sp-list-2{
    margin-left : 232px;
  }

  #sp-list-3{
    margin-left : auto;
    margin-right : auto;
    width : 499px;
  }

  #sp-list-5{
    margin-left : 235px;
  }

  #sp-list-6{
    margin-left : auto;
    margin-right : auto;
    width : 498px;
  }

  #sp-list-8{
    margin-left : 233px;
  }

  #sp-list-9{
    margin-left : auto;
    margin-right : auto;
    width : 499px;
  }

  #sp-page-title-10{
    margin-bottom : 29px;
    min-height : 43px;
  }

  #sp-page-title-12{
    margin-top : 25px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 24px;
    width : 950px;
    min-height : 48px;
  }

  #sp-page-title-13{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 17px;
    width : 950px;
  }

  #sp-page-title-14{
    margin-top : auto;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 31px;
    width : 950px;
  }

  #sp-page-title-15{
    margin-top : 11px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 22px;
    width : 950px;
  }

  #sp-page-title-16{
    margin-top : 19px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 53px;
    width : 950px;
  }

  #sp-page-title-7{
    margin-top : 10px;
  }

  #sp-page-title-8{
    margin-top : 30px;
  }

  #sp-page-title-9{
    margin-top : 30px;
  }

  #sp-photo-motion-1{
    margin-bottom : 21px;
    width : 960px;
    height : 422px;
  }

  #sp-photo-motion-2{
    margin-bottom : 37px;
    width : 960px;
    height : 412px;
  }

  #sp-photo-motion-3{
    margin-top : 19px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 900px;
    height : auto;
  }

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

  #sp-site-branding2-1 > .site-description{
    top : 30px;
    bottom : auto;
    right : 1006px;
    left : auto;
  }

  #sp-site-branding2-1 > .site-title{
    margin-left : 22px;
    margin-right : 114px;
    width : 528px;
    height : 66px;
    top : 0px;
    bottom : auto;
    right : auto;
    left : 0px;
  }

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

  #sp-table-1{
    min-height : 147px;
  }

  #sp-table-2{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 64px;
    width : 950px;
  }

  #spb-page-title-1{
    margin-top : 29px;
    margin-left : 12px;
    margin-right : 9px;
    margin-bottom : 27px;
    width : 937px;
    min-height : 64px;
  }
}

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

  #sp-block-container-1{
    margin-bottom : 58px;
    min-height : 493px;
  }

  #sp-block-container-12{
    margin-left : 5px;
  }

  #sp-block-container-21{
    margin-left : 5px;
    margin-bottom : -74px;
    min-height : 1785px;
  }

  #sp-block-container-23{
    margin-top : 62px;
    margin-bottom : -18px;
    min-height : 28px;
  }

  #sp-block-container-24{
    margin-bottom : 74px;
  }

  #sp-block-container-25{
    margin-bottom : -15px;
  }

  #sp-block-container-9{
    margin-top : -6px;
    margin-bottom : -14px;
    min-height : 49px;
    float : left;
    position : relative;
  }

  #sp-button-1{
    margin-left : 142px;
  }

  #sp-button-2{
    margin-left : 144px;
  }

  #sp-button-3{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-button-4{
    margin-left : auto;
    margin-right : auto;
  }

  #sp-column-6{
    margin-bottom : -3px;
    min-height : 51px;
  }

  #sp-definition-list-2{
    margin-bottom : 33px;
  }

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

  #sp-image-11{
    width : 64px;
    height : 38px;
    float : left;
    position : relative;
  }

  #sp-image-15{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 12px;
    width : 304px;
    height : 256px;
  }

  #sp-image-16{
    margin-top : -10px;
    margin-left : auto;
    margin-right : auto;
    width : 313px;
    height : 215px;
  }

  #sp-image-18{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 30px;
    height : auto;
  }

  #sp-image-19{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-2{
    margin-left : 5px;
    height : auto;
  }

  #sp-image-20{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-21{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-22{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-24{
    margin-bottom : 15px;
    height : auto;
  }

  #sp-image-25{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-26{
    margin-bottom : 15px;
    height : auto;
  }

  #sp-image-27{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-28{
    margin-bottom : 20px;
    height : auto;
  }

  #sp-image-29{
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 25px;
    width : 57px;
    height : 51px;
  }

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

  #sp-image-31{
    margin-left : 25px;
    width : 224px;
    height : 275px;
  }

  #sp-image-33{
    margin-top : 20px;
    margin-left : 5px;
    margin-bottom : 27px;
    height : auto;
  }

  #sp-image-35{
    margin-bottom : 20px;
  }

  #sp-image-36{
    margin-bottom : 18px;
  }

  #sp-image-38{
    margin-bottom : 12px;
  }

  #sp-image-4{
    margin-bottom : 9px;
  }

  #sp-image-41{
    margin-bottom : 16px;
  }

  #sp-image-43{
    margin-top : 35px;
  }

  #sp-image-45{
    margin-bottom : 32px;
  }

  #sp-image-47{
    margin-left : 2px;
    margin-bottom : 43px;
  }

  #sp-image-48{
    margin-top : 20px;
    margin-left : 5px;
    margin-bottom : 29px;
    height : auto;
  }

  #sp-image-49{
    margin-bottom : 43px;
  }

  #sp-image-50{
    margin-bottom : 12px;
  }

  #sp-image-51{
    margin-top : -12px;
    margin-bottom : 22px;
  }

  #sp-image-52{
    margin-bottom : 12px;
  }

  #sp-image-53{
    margin-bottom : 17px;
  }

  #sp-image-54{
    margin-bottom : 9px;
  }

  #sp-image-55{
    margin-top : 1px;
  }

  #sp-image-56{
    margin-top : 0px;
    margin-bottom : 1px;
    height : auto;
  }

  #sp-image-57{
    margin-top : -1px;
    height : auto;
  }

  #sp-image-59{
    margin-bottom : 32px;
  }

  #sp-image-61{
    margin-bottom : 23px;
  }

  #sp-image-63{
    margin-bottom : 28px;
  }

  #sp-image-65{
    margin-bottom : 6px;
  }

  #sp-image-69{
    margin-bottom : 11px;
  }

  #sp-image-82{
    margin-bottom : 17px;
  }

  #sp-image-83{
    margin-bottom : 20px;
  }

  #sp-image-84{
    margin-bottom : 22px;
  }

  #sp-image-85{
    margin-bottom : 13px;
  }

  #sp-image-87{
    margin-top : -6px;
  }

  #sp-list-1{
    margin-bottom : 2px;
    min-height : 137px;
  }

  #sp-page-title-12{
    margin-top : 23px;
    margin-left : 3px;
    margin-bottom : 5px;
  }

  #sp-page-title-13{
    margin-left : 4px;
    margin-bottom : 14px;
  }

  #sp-page-title-14{
    margin-bottom : 15px;
  }

  #sp-page-title-15{
    margin-left : 2px;
  }

  #sp-page-title-16{
    margin-bottom : 11px;
  }

  #sp-page-title-8{
    margin-left : 6px;
    width : 305px;
  }

  #sp-page-title-9{
    margin-left : 6px;
    margin-right : -3px;
    width : 308px;
  }

  #sp-photo-motion-3{
    margin-top : 2px;
    margin-bottom : 12px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-left : 64px;
  }

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

  #sp-table-2{
    margin-bottom : 39px;
  }
}