#colophon{
  font-size : 1.2rem;
  color : #575c6c;
  background-color : transparent;
}

#content{
  min-height : 50px;
}

#masthead{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
}

#page{
  font-size : 1.6rem;
}

*{
  box-sizing : border-box;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-button{
  width : 122px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sp-site-branding2 > .extra{
  display : none;
}

.sp-site-branding2 > .site-description{
  display : none;
}

.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 : #4283ec;
  text-decoration : underline;
  outline-width : medium;
  outline-style : none;
  outline-color : black;
}

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

a:focus{
  color : #cc0000;
  text-decoration : none;
}

a:visited{
  color : #1765e4;
}

a:hover{
  color : #cc0000;
  text-decoration : none;
}

article{
  display : block;
}

aside{
  display : block;
}

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

body.home .sp-site-branding2 > .extra{
  display : block;
}

body.home .sp-site-branding2 > .site-description{
  display : block;
}

details{
  display : block;
}

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

figcaption{
  display : block;
}

figure{
  display : block;
}

footer{
  display : block;
}

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

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

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

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

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

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

header{
  display : block;
}

hgroup{
  display : block;
}

html{
  font-size : 62.5%;
}

main{
  display : block;
}

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

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

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

section{
  display : block;
}

summary{
  display : block;
}

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

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

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

  #colophon {
  }

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

  #content{
    font-size : 1.2rem;
    font-family : "Verdana";
    color : #575c6c;
    background-color : transparent;
    border-top-width : 0px;
    border-left-width : 0px;
    border-right-width : 0px;
    border-bottom-width : 0px;
    border-top-style : none;
    border-left-style : none;
    border-right-style : none;
    border-bottom-style : none;
    border-top-color : #ffffff;
    border-left-color : #ffffff;
    border-right-color : #ffffff;
    border-bottom-color : #ffffff;
    min-height : 50px;
    position : relative;
  }

  #contenthead{
    position : static;
  }

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

  #main{
    font-size : 1.2rem;
    font-family : "Verdana";
    color : #575c6c;
    background-color : transparent;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    margin-bottom : 0px;
    width : 1000px;
    position : static;
    box-sizing : content-box;
  }

  #main-inner{
    float : left;
  }

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

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

  #masthead{
    margin-bottom : 0px;
  }

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

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

  #primary{
    float : right;
  }

  #sidebar1{
    font-size : 1.2rem;
    font-family : "Verdana";
    color : #575c6c;
    background-color : transparent;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  body{
    min-width : 1000px;
  }
}

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

  #content{
    margin-top : 40px;
    width : 100%;
  }

  #main-inner{
    width : 100%;
  }

  #primary{
    width : 670px;
    float : right;
  }

  #sidebar1{
    margin-top : 40px;
    width : 280px;
    float : left;
  }

  .sp-site-branding2 > .extra{
    width : 670px;
    bottom : -426px;
    left : 330px;
  }

  .sp-site-branding2 > .site-description{
    width : 670px;
    bottom : -368px;
    left : 330px;
  }

  body.home #content{
    margin-top : 186px;
  }

  body.home #main-inner{
    margin-top : 40px;
  }
}

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

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

  #sidebar1{
    margin-top : 10px;
  }

  #sidebar2{
    margin-top : 10px;
  }

  *{
    box-sizing : border-box;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  body.home #main-inner{
    margin-top : 155px;
  }

  embed{
    max-width : 100%;
  }
}

.page-blog#content #page-content, .page-company#content #page-content, .page-company1#content #page-content, .page-company2#content #page-content, .page-company3#content #page-content, .page-custom#content #page-content, .page-custom1#content #page-content, .page-custom10#content #page-content, .page-custom11#content #page-content, .page-custom12#content #page-content, .page-custom13#content #page-content, .page-custom14#content #page-content, .page-custom15#content #page-content, .page-custom16#content #page-content, .page-custom17#content #page-content, .page-custom18#content #page-content, .page-custom19#content #page-content, .page-custom2#content #page-content, .page-custom22#content #page-content, .page-custom23#content #page-content, .page-custom26#content #page-content, .page-custom3#content #page-content, .page-custom33#content #page-content, .page-custom34#content #page-content, .page-custom4#content #page-content, .page-custom42#content #page-content, .page-custom44#content #page-content, .page-custom45#content #page-content, .page-custom5#content #page-content, .page-custom52#content #page-content, .page-custom55#content #page-content, .page-custom56#content #page-content, .page-custom6#content #page-content, .page-custom7#content #page-content, .page-custom72#content #page-content, .page-custom8#content #page-content, .page-custom9#content #page-content, .page-post_archive#content #page-content, .page-service#content #page-content, .page-toppage#content #page-content, #sp-block-container-1, #sp-block-container-10, #sp-block-container-11, #sp-block-container-12, #sp-block-container-13, #sp-block-container-14, #sp-block-container-15, #sp-block-container-16, #sp-block-container-17, #sp-block-container-18, #sp-block-container-19, #sp-block-container-2, #sp-block-container-20, #sp-block-container-21, #sp-block-container-22, #sp-block-container-23, #sp-block-container-24, #sp-block-container-25, #sp-block-container-26, #sp-block-container-27, #sp-block-container-28, #sp-block-container-29, #sp-block-container-3, #sp-block-container-30, #sp-block-container-31, #sp-block-container-32, #sp-block-container-33, #sp-block-container-34, #sp-block-container-35, #sp-block-container-36, #sp-block-container-37, #sp-block-container-4, #sp-block-container-5, #sp-block-container-6, #sp-block-container-7, #sp-block-container-8, #sp-block-container-9{
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > blockquote, .page-company#content #page-content > blockquote, .page-company1#content #page-content > blockquote, .page-company2#content #page-content > blockquote, .page-company3#content #page-content > blockquote, .page-custom#content #page-content > blockquote, .page-custom1#content #page-content > blockquote, .page-custom10#content #page-content > blockquote, .page-custom11#content #page-content > blockquote, .page-custom12#content #page-content > blockquote, .page-custom13#content #page-content > blockquote, .page-custom14#content #page-content > blockquote, .page-custom15#content #page-content > blockquote, .page-custom16#content #page-content > blockquote, .page-custom17#content #page-content > blockquote, .page-custom18#content #page-content > blockquote, .page-custom19#content #page-content > blockquote, .page-custom2#content #page-content > blockquote, .page-custom22#content #page-content > blockquote, .page-custom23#content #page-content > blockquote, .page-custom26#content #page-content > blockquote, .page-custom3#content #page-content > blockquote, .page-custom33#content #page-content > blockquote, .page-custom34#content #page-content > blockquote, .page-custom4#content #page-content > blockquote, .page-custom42#content #page-content > blockquote, .page-custom44#content #page-content > blockquote, .page-custom45#content #page-content > blockquote, .page-custom5#content #page-content > blockquote, .page-custom52#content #page-content > blockquote, .page-custom55#content #page-content > blockquote, .page-custom56#content #page-content > blockquote, .page-custom6#content #page-content > blockquote, .page-custom7#content #page-content > blockquote, .page-custom72#content #page-content > blockquote, .page-custom8#content #page-content > blockquote, .page-custom9#content #page-content > blockquote, .page-post_archive#content #page-content > blockquote, .page-service#content #page-content > blockquote, .page-toppage#content #page-content > blockquote, #sp-block-container-1 > blockquote, #sp-block-container-10 > blockquote, #sp-block-container-11 > blockquote, #sp-block-container-12 > blockquote, #sp-block-container-13 > blockquote, #sp-block-container-14 > blockquote, #sp-block-container-15 > blockquote, #sp-block-container-16 > blockquote, #sp-block-container-17 > blockquote, #sp-block-container-18 > blockquote, #sp-block-container-19 > blockquote, #sp-block-container-2 > blockquote, #sp-block-container-20 > blockquote, #sp-block-container-21 > blockquote, #sp-block-container-22 > blockquote, #sp-block-container-23 > blockquote, #sp-block-container-24 > blockquote, #sp-block-container-25 > blockquote, #sp-block-container-26 > blockquote, #sp-block-container-27 > blockquote, #sp-block-container-28 > blockquote, #sp-block-container-29 > blockquote, #sp-block-container-3 > blockquote, #sp-block-container-30 > blockquote, #sp-block-container-31 > blockquote, #sp-block-container-32 > blockquote, #sp-block-container-33 > blockquote, #sp-block-container-34 > blockquote, #sp-block-container-35 > blockquote, #sp-block-container-36 > blockquote, #sp-block-container-37 > blockquote, #sp-block-container-4 > blockquote, #sp-block-container-5 > blockquote, #sp-block-container-6 > blockquote, #sp-block-container-7 > blockquote, #sp-block-container-8 > blockquote, #sp-block-container-9 > blockquote{
  background-color : #f5f5f5;
  padding-top : 1.5em;
  padding-left : 1.5em;
  padding-right : 1.5em;
  padding-bottom : 1.5em;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > blockquote > *:last-child, .page-company#content #page-content > blockquote > *:last-child, .page-company1#content #page-content > blockquote > *:last-child, .page-company2#content #page-content > blockquote > *:last-child, .page-company3#content #page-content > blockquote > *:last-child, .page-custom#content #page-content > blockquote > *:last-child, .page-custom1#content #page-content > blockquote > *:last-child, .page-custom10#content #page-content > blockquote > *:last-child, .page-custom11#content #page-content > blockquote > *:last-child, .page-custom12#content #page-content > blockquote > *:last-child, .page-custom13#content #page-content > blockquote > *:last-child, .page-custom14#content #page-content > blockquote > *:last-child, .page-custom15#content #page-content > blockquote > *:last-child, .page-custom16#content #page-content > blockquote > *:last-child, .page-custom17#content #page-content > blockquote > *:last-child, .page-custom18#content #page-content > blockquote > *:last-child, .page-custom19#content #page-content > blockquote > *:last-child, .page-custom2#content #page-content > blockquote > *:last-child, .page-custom22#content #page-content > blockquote > *:last-child, .page-custom23#content #page-content > blockquote > *:last-child, .page-custom26#content #page-content > blockquote > *:last-child, .page-custom3#content #page-content > blockquote > *:last-child, .page-custom33#content #page-content > blockquote > *:last-child, .page-custom34#content #page-content > blockquote > *:last-child, .page-custom4#content #page-content > blockquote > *:last-child, .page-custom42#content #page-content > blockquote > *:last-child, .page-custom44#content #page-content > blockquote > *:last-child, .page-custom45#content #page-content > blockquote > *:last-child, .page-custom5#content #page-content > blockquote > *:last-child, .page-custom52#content #page-content > blockquote > *:last-child, .page-custom55#content #page-content > blockquote > *:last-child, .page-custom56#content #page-content > blockquote > *:last-child, .page-custom6#content #page-content > blockquote > *:last-child, .page-custom7#content #page-content > blockquote > *:last-child, .page-custom72#content #page-content > blockquote > *:last-child, .page-custom8#content #page-content > blockquote > *:last-child, .page-custom9#content #page-content > blockquote > *:last-child, .page-post_archive#content #page-content > blockquote > *:last-child, .page-service#content #page-content > blockquote > *:last-child, .page-toppage#content #page-content > blockquote > *:last-child, #sp-block-container-1 > blockquote > *:last-child, #sp-block-container-10 > blockquote > *:last-child, #sp-block-container-11 > blockquote > *:last-child, #sp-block-container-12 > blockquote > *:last-child, #sp-block-container-13 > blockquote > *:last-child, #sp-block-container-14 > blockquote > *:last-child, #sp-block-container-15 > blockquote > *:last-child, #sp-block-container-16 > blockquote > *:last-child, #sp-block-container-17 > blockquote > *:last-child, #sp-block-container-18 > blockquote > *:last-child, #sp-block-container-19 > blockquote > *:last-child, #sp-block-container-2 > blockquote > *:last-child, #sp-block-container-20 > blockquote > *:last-child, #sp-block-container-21 > blockquote > *:last-child, #sp-block-container-22 > blockquote > *:last-child, #sp-block-container-23 > blockquote > *:last-child, #sp-block-container-24 > blockquote > *:last-child, #sp-block-container-25 > blockquote > *:last-child, #sp-block-container-26 > blockquote > *:last-child, #sp-block-container-27 > blockquote > *:last-child, #sp-block-container-28 > blockquote > *:last-child, #sp-block-container-29 > blockquote > *:last-child, #sp-block-container-3 > blockquote > *:last-child, #sp-block-container-30 > blockquote > *:last-child, #sp-block-container-31 > blockquote > *:last-child, #sp-block-container-32 > blockquote > *:last-child, #sp-block-container-33 > blockquote > *:last-child, #sp-block-container-34 > blockquote > *:last-child, #sp-block-container-35 > blockquote > *:last-child, #sp-block-container-36 > blockquote > *:last-child, #sp-block-container-37 > blockquote > *:last-child, #sp-block-container-4 > blockquote > *:last-child, #sp-block-container-5 > blockquote > *:last-child, #sp-block-container-6 > blockquote > *:last-child, #sp-block-container-7 > blockquote > *:last-child, #sp-block-container-8 > blockquote > *:last-child, #sp-block-container-9 > blockquote > *:last-child{
  margin-bottom : 0px;
}

.page-blog#content #page-content > h1, .page-company#content #page-content > h1, .page-company1#content #page-content > h1, .page-company2#content #page-content > h1, .page-company3#content #page-content > h1, .page-custom#content #page-content > h1, .page-custom1#content #page-content > h1, .page-custom10#content #page-content > h1, .page-custom11#content #page-content > h1, .page-custom12#content #page-content > h1, .page-custom13#content #page-content > h1, .page-custom14#content #page-content > h1, .page-custom15#content #page-content > h1, .page-custom16#content #page-content > h1, .page-custom17#content #page-content > h1, .page-custom18#content #page-content > h1, .page-custom19#content #page-content > h1, .page-custom2#content #page-content > h1, .page-custom22#content #page-content > h1, .page-custom23#content #page-content > h1, .page-custom26#content #page-content > h1, .page-custom3#content #page-content > h1, .page-custom33#content #page-content > h1, .page-custom34#content #page-content > h1, .page-custom4#content #page-content > h1, .page-custom42#content #page-content > h1, .page-custom44#content #page-content > h1, .page-custom45#content #page-content > h1, .page-custom5#content #page-content > h1, .page-custom52#content #page-content > h1, .page-custom55#content #page-content > h1, .page-custom56#content #page-content > h1, .page-custom6#content #page-content > h1, .page-custom7#content #page-content > h1, .page-custom72#content #page-content > h1, .page-custom8#content #page-content > h1, .page-custom9#content #page-content > h1, .page-post_archive#content #page-content > h1, .page-service#content #page-content > h1, .page-toppage#content #page-content > h1, #sp-block-container-1 > h1, #sp-block-container-10 > h1, #sp-block-container-11 > h1, #sp-block-container-12 > h1, #sp-block-container-13 > h1, #sp-block-container-14 > h1, #sp-block-container-15 > h1, #sp-block-container-16 > h1, #sp-block-container-17 > h1, #sp-block-container-18 > h1, #sp-block-container-19 > h1, #sp-block-container-2 > h1, #sp-block-container-20 > h1, #sp-block-container-21 > h1, #sp-block-container-22 > h1, #sp-block-container-23 > h1, #sp-block-container-24 > h1, #sp-block-container-25 > h1, #sp-block-container-26 > h1, #sp-block-container-27 > h1, #sp-block-container-28 > h1, #sp-block-container-29 > h1, #sp-block-container-3 > h1, #sp-block-container-30 > h1, #sp-block-container-31 > h1, #sp-block-container-32 > h1, #sp-block-container-33 > h1, #sp-block-container-34 > h1, #sp-block-container-35 > h1, #sp-block-container-36 > h1, #sp-block-container-37 > h1, #sp-block-container-4 > h1, #sp-block-container-5 > h1, #sp-block-container-6 > h1, #sp-block-container-7 > h1, #sp-block-container-8 > h1, #sp-block-container-9 > h1{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 3px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h2, .page-company#content #page-content > h2, .page-company1#content #page-content > h2, .page-company2#content #page-content > h2, .page-company3#content #page-content > h2, .page-custom#content #page-content > h2, .page-custom1#content #page-content > h2, .page-custom10#content #page-content > h2, .page-custom11#content #page-content > h2, .page-custom12#content #page-content > h2, .page-custom13#content #page-content > h2, .page-custom14#content #page-content > h2, .page-custom15#content #page-content > h2, .page-custom16#content #page-content > h2, .page-custom17#content #page-content > h2, .page-custom18#content #page-content > h2, .page-custom19#content #page-content > h2, .page-custom2#content #page-content > h2, .page-custom22#content #page-content > h2, .page-custom23#content #page-content > h2, .page-custom26#content #page-content > h2, .page-custom3#content #page-content > h2, .page-custom33#content #page-content > h2, .page-custom34#content #page-content > h2, .page-custom4#content #page-content > h2, .page-custom42#content #page-content > h2, .page-custom44#content #page-content > h2, .page-custom45#content #page-content > h2, .page-custom5#content #page-content > h2, .page-custom52#content #page-content > h2, .page-custom55#content #page-content > h2, .page-custom56#content #page-content > h2, .page-custom6#content #page-content > h2, .page-custom7#content #page-content > h2, .page-custom72#content #page-content > h2, .page-custom8#content #page-content > h2, .page-custom9#content #page-content > h2, .page-post_archive#content #page-content > h2, .page-service#content #page-content > h2, .page-toppage#content #page-content > h2, #sp-block-container-1 > h2, #sp-block-container-10 > h2, #sp-block-container-11 > h2, #sp-block-container-12 > h2, #sp-block-container-13 > h2, #sp-block-container-14 > h2, #sp-block-container-15 > h2, #sp-block-container-16 > h2, #sp-block-container-17 > h2, #sp-block-container-18 > h2, #sp-block-container-19 > h2, #sp-block-container-2 > h2, #sp-block-container-20 > h2, #sp-block-container-21 > h2, #sp-block-container-22 > h2, #sp-block-container-23 > h2, #sp-block-container-24 > h2, #sp-block-container-25 > h2, #sp-block-container-26 > h2, #sp-block-container-27 > h2, #sp-block-container-28 > h2, #sp-block-container-29 > h2, #sp-block-container-3 > h2, #sp-block-container-30 > h2, #sp-block-container-31 > h2, #sp-block-container-32 > h2, #sp-block-container-33 > h2, #sp-block-container-34 > h2, #sp-block-container-35 > h2, #sp-block-container-36 > h2, #sp-block-container-37 > h2, #sp-block-container-4 > h2, #sp-block-container-5 > h2, #sp-block-container-6 > h2, #sp-block-container-7 > h2, #sp-block-container-8 > h2, #sp-block-container-9 > h2{
  font-size : 1.8rem;
  font-weight : bold;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h3, .page-company#content #page-content > h3, .page-company1#content #page-content > h3, .page-company2#content #page-content > h3, .page-company3#content #page-content > h3, .page-custom#content #page-content > h3, .page-custom1#content #page-content > h3, .page-custom10#content #page-content > h3, .page-custom11#content #page-content > h3, .page-custom12#content #page-content > h3, .page-custom13#content #page-content > h3, .page-custom14#content #page-content > h3, .page-custom15#content #page-content > h3, .page-custom16#content #page-content > h3, .page-custom17#content #page-content > h3, .page-custom18#content #page-content > h3, .page-custom19#content #page-content > h3, .page-custom2#content #page-content > h3, .page-custom22#content #page-content > h3, .page-custom23#content #page-content > h3, .page-custom26#content #page-content > h3, .page-custom3#content #page-content > h3, .page-custom33#content #page-content > h3, .page-custom34#content #page-content > h3, .page-custom4#content #page-content > h3, .page-custom42#content #page-content > h3, .page-custom44#content #page-content > h3, .page-custom45#content #page-content > h3, .page-custom5#content #page-content > h3, .page-custom52#content #page-content > h3, .page-custom55#content #page-content > h3, .page-custom56#content #page-content > h3, .page-custom6#content #page-content > h3, .page-custom7#content #page-content > h3, .page-custom72#content #page-content > h3, .page-custom8#content #page-content > h3, .page-custom9#content #page-content > h3, .page-post_archive#content #page-content > h3, .page-service#content #page-content > h3, .page-toppage#content #page-content > h3, #sp-block-container-1 > h3, #sp-block-container-10 > h3, #sp-block-container-11 > h3, #sp-block-container-12 > h3, #sp-block-container-13 > h3, #sp-block-container-14 > h3, #sp-block-container-15 > h3, #sp-block-container-16 > h3, #sp-block-container-17 > h3, #sp-block-container-18 > h3, #sp-block-container-19 > h3, #sp-block-container-2 > h3, #sp-block-container-20 > h3, #sp-block-container-21 > h3, #sp-block-container-22 > h3, #sp-block-container-23 > h3, #sp-block-container-24 > h3, #sp-block-container-25 > h3, #sp-block-container-26 > h3, #sp-block-container-27 > h3, #sp-block-container-28 > h3, #sp-block-container-29 > h3, #sp-block-container-3 > h3, #sp-block-container-30 > h3, #sp-block-container-31 > h3, #sp-block-container-32 > h3, #sp-block-container-33 > h3, #sp-block-container-34 > h3, #sp-block-container-35 > h3, #sp-block-container-36 > h3, #sp-block-container-37 > h3, #sp-block-container-4 > h3, #sp-block-container-5 > h3, #sp-block-container-6 > h3, #sp-block-container-7 > h3, #sp-block-container-8 > h3, #sp-block-container-9 > h3{
  font-size : 1.6rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h4, .page-company#content #page-content > h4, .page-company1#content #page-content > h4, .page-company2#content #page-content > h4, .page-company3#content #page-content > h4, .page-custom#content #page-content > h4, .page-custom1#content #page-content > h4, .page-custom10#content #page-content > h4, .page-custom11#content #page-content > h4, .page-custom12#content #page-content > h4, .page-custom13#content #page-content > h4, .page-custom14#content #page-content > h4, .page-custom15#content #page-content > h4, .page-custom16#content #page-content > h4, .page-custom17#content #page-content > h4, .page-custom18#content #page-content > h4, .page-custom19#content #page-content > h4, .page-custom2#content #page-content > h4, .page-custom22#content #page-content > h4, .page-custom23#content #page-content > h4, .page-custom26#content #page-content > h4, .page-custom3#content #page-content > h4, .page-custom33#content #page-content > h4, .page-custom34#content #page-content > h4, .page-custom4#content #page-content > h4, .page-custom42#content #page-content > h4, .page-custom44#content #page-content > h4, .page-custom45#content #page-content > h4, .page-custom5#content #page-content > h4, .page-custom52#content #page-content > h4, .page-custom55#content #page-content > h4, .page-custom56#content #page-content > h4, .page-custom6#content #page-content > h4, .page-custom7#content #page-content > h4, .page-custom72#content #page-content > h4, .page-custom8#content #page-content > h4, .page-custom9#content #page-content > h4, .page-post_archive#content #page-content > h4, .page-service#content #page-content > h4, .page-toppage#content #page-content > h4, #sp-block-container-1 > h4, #sp-block-container-10 > h4, #sp-block-container-11 > h4, #sp-block-container-12 > h4, #sp-block-container-13 > h4, #sp-block-container-14 > h4, #sp-block-container-15 > h4, #sp-block-container-16 > h4, #sp-block-container-17 > h4, #sp-block-container-18 > h4, #sp-block-container-19 > h4, #sp-block-container-2 > h4, #sp-block-container-20 > h4, #sp-block-container-21 > h4, #sp-block-container-22 > h4, #sp-block-container-23 > h4, #sp-block-container-24 > h4, #sp-block-container-25 > h4, #sp-block-container-26 > h4, #sp-block-container-27 > h4, #sp-block-container-28 > h4, #sp-block-container-29 > h4, #sp-block-container-3 > h4, #sp-block-container-30 > h4, #sp-block-container-31 > h4, #sp-block-container-32 > h4, #sp-block-container-33 > h4, #sp-block-container-34 > h4, #sp-block-container-35 > h4, #sp-block-container-36 > h4, #sp-block-container-37 > h4, #sp-block-container-4 > h4, #sp-block-container-5 > h4, #sp-block-container-6 > h4, #sp-block-container-7 > h4, #sp-block-container-8 > h4, #sp-block-container-9 > h4{
  font-size : 1.5rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h5, .page-company#content #page-content > h5, .page-company1#content #page-content > h5, .page-company2#content #page-content > h5, .page-company3#content #page-content > h5, .page-custom#content #page-content > h5, .page-custom1#content #page-content > h5, .page-custom10#content #page-content > h5, .page-custom11#content #page-content > h5, .page-custom12#content #page-content > h5, .page-custom13#content #page-content > h5, .page-custom14#content #page-content > h5, .page-custom15#content #page-content > h5, .page-custom16#content #page-content > h5, .page-custom17#content #page-content > h5, .page-custom18#content #page-content > h5, .page-custom19#content #page-content > h5, .page-custom2#content #page-content > h5, .page-custom22#content #page-content > h5, .page-custom23#content #page-content > h5, .page-custom26#content #page-content > h5, .page-custom3#content #page-content > h5, .page-custom33#content #page-content > h5, .page-custom34#content #page-content > h5, .page-custom4#content #page-content > h5, .page-custom42#content #page-content > h5, .page-custom44#content #page-content > h5, .page-custom45#content #page-content > h5, .page-custom5#content #page-content > h5, .page-custom52#content #page-content > h5, .page-custom55#content #page-content > h5, .page-custom56#content #page-content > h5, .page-custom6#content #page-content > h5, .page-custom7#content #page-content > h5, .page-custom72#content #page-content > h5, .page-custom8#content #page-content > h5, .page-custom9#content #page-content > h5, .page-post_archive#content #page-content > h5, .page-service#content #page-content > h5, .page-toppage#content #page-content > h5, #sp-block-container-1 > h5, #sp-block-container-10 > h5, #sp-block-container-11 > h5, #sp-block-container-12 > h5, #sp-block-container-13 > h5, #sp-block-container-14 > h5, #sp-block-container-15 > h5, #sp-block-container-16 > h5, #sp-block-container-17 > h5, #sp-block-container-18 > h5, #sp-block-container-19 > h5, #sp-block-container-2 > h5, #sp-block-container-20 > h5, #sp-block-container-21 > h5, #sp-block-container-22 > h5, #sp-block-container-23 > h5, #sp-block-container-24 > h5, #sp-block-container-25 > h5, #sp-block-container-26 > h5, #sp-block-container-27 > h5, #sp-block-container-28 > h5, #sp-block-container-29 > h5, #sp-block-container-3 > h5, #sp-block-container-30 > h5, #sp-block-container-31 > h5, #sp-block-container-32 > h5, #sp-block-container-33 > h5, #sp-block-container-34 > h5, #sp-block-container-35 > h5, #sp-block-container-36 > h5, #sp-block-container-37 > h5, #sp-block-container-4 > h5, #sp-block-container-5 > h5, #sp-block-container-6 > h5, #sp-block-container-7 > h5, #sp-block-container-8 > h5, #sp-block-container-9 > h5{
  font-size : 1.4rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > h6, .page-company#content #page-content > h6, .page-company1#content #page-content > h6, .page-company2#content #page-content > h6, .page-company3#content #page-content > h6, .page-custom#content #page-content > h6, .page-custom1#content #page-content > h6, .page-custom10#content #page-content > h6, .page-custom11#content #page-content > h6, .page-custom12#content #page-content > h6, .page-custom13#content #page-content > h6, .page-custom14#content #page-content > h6, .page-custom15#content #page-content > h6, .page-custom16#content #page-content > h6, .page-custom17#content #page-content > h6, .page-custom18#content #page-content > h6, .page-custom19#content #page-content > h6, .page-custom2#content #page-content > h6, .page-custom22#content #page-content > h6, .page-custom23#content #page-content > h6, .page-custom26#content #page-content > h6, .page-custom3#content #page-content > h6, .page-custom33#content #page-content > h6, .page-custom34#content #page-content > h6, .page-custom4#content #page-content > h6, .page-custom42#content #page-content > h6, .page-custom44#content #page-content > h6, .page-custom45#content #page-content > h6, .page-custom5#content #page-content > h6, .page-custom52#content #page-content > h6, .page-custom55#content #page-content > h6, .page-custom56#content #page-content > h6, .page-custom6#content #page-content > h6, .page-custom7#content #page-content > h6, .page-custom72#content #page-content > h6, .page-custom8#content #page-content > h6, .page-custom9#content #page-content > h6, .page-post_archive#content #page-content > h6, .page-service#content #page-content > h6, .page-toppage#content #page-content > h6, #sp-block-container-1 > h6, #sp-block-container-10 > h6, #sp-block-container-11 > h6, #sp-block-container-12 > h6, #sp-block-container-13 > h6, #sp-block-container-14 > h6, #sp-block-container-15 > h6, #sp-block-container-16 > h6, #sp-block-container-17 > h6, #sp-block-container-18 > h6, #sp-block-container-19 > h6, #sp-block-container-2 > h6, #sp-block-container-20 > h6, #sp-block-container-21 > h6, #sp-block-container-22 > h6, #sp-block-container-23 > h6, #sp-block-container-24 > h6, #sp-block-container-25 > h6, #sp-block-container-26 > h6, #sp-block-container-27 > h6, #sp-block-container-28 > h6, #sp-block-container-29 > h6, #sp-block-container-3 > h6, #sp-block-container-30 > h6, #sp-block-container-31 > h6, #sp-block-container-32 > h6, #sp-block-container-33 > h6, #sp-block-container-34 > h6, #sp-block-container-35 > h6, #sp-block-container-36 > h6, #sp-block-container-37 > h6, #sp-block-container-4 > h6, #sp-block-container-5 > h6, #sp-block-container-6 > h6, #sp-block-container-7 > h6, #sp-block-container-8 > h6, #sp-block-container-9 > h6{
  font-size : 1.3rem;
  font-weight : normal;
  padding-bottom : 5px;
  margin-bottom : 1em;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.page-blog#content #page-content > hr, .page-company#content #page-content > hr, .page-company1#content #page-content > hr, .page-company2#content #page-content > hr, .page-company3#content #page-content > hr, .page-custom#content #page-content > hr, .page-custom1#content #page-content > hr, .page-custom10#content #page-content > hr, .page-custom11#content #page-content > hr, .page-custom12#content #page-content > hr, .page-custom13#content #page-content > hr, .page-custom14#content #page-content > hr, .page-custom15#content #page-content > hr, .page-custom16#content #page-content > hr, .page-custom17#content #page-content > hr, .page-custom18#content #page-content > hr, .page-custom19#content #page-content > hr, .page-custom2#content #page-content > hr, .page-custom22#content #page-content > hr, .page-custom23#content #page-content > hr, .page-custom26#content #page-content > hr, .page-custom3#content #page-content > hr, .page-custom33#content #page-content > hr, .page-custom34#content #page-content > hr, .page-custom4#content #page-content > hr, .page-custom42#content #page-content > hr, .page-custom44#content #page-content > hr, .page-custom45#content #page-content > hr, .page-custom5#content #page-content > hr, .page-custom52#content #page-content > hr, .page-custom55#content #page-content > hr, .page-custom56#content #page-content > hr, .page-custom6#content #page-content > hr, .page-custom7#content #page-content > hr, .page-custom72#content #page-content > hr, .page-custom8#content #page-content > hr, .page-custom9#content #page-content > hr, .page-post_archive#content #page-content > hr, .page-service#content #page-content > hr, .page-toppage#content #page-content > hr, #sp-block-container-1 > hr, #sp-block-container-10 > hr, #sp-block-container-11 > hr, #sp-block-container-12 > hr, #sp-block-container-13 > hr, #sp-block-container-14 > hr, #sp-block-container-15 > hr, #sp-block-container-16 > hr, #sp-block-container-17 > hr, #sp-block-container-18 > hr, #sp-block-container-19 > hr, #sp-block-container-2 > hr, #sp-block-container-20 > hr, #sp-block-container-21 > hr, #sp-block-container-22 > hr, #sp-block-container-23 > hr, #sp-block-container-24 > hr, #sp-block-container-25 > hr, #sp-block-container-26 > hr, #sp-block-container-27 > hr, #sp-block-container-28 > hr, #sp-block-container-29 > hr, #sp-block-container-3 > hr, #sp-block-container-30 > hr, #sp-block-container-31 > hr, #sp-block-container-32 > hr, #sp-block-container-33 > hr, #sp-block-container-34 > hr, #sp-block-container-35 > hr, #sp-block-container-36 > hr, #sp-block-container-37 > hr, #sp-block-container-4 > hr, #sp-block-container-5 > hr, #sp-block-container-6 > hr, #sp-block-container-7 > hr, #sp-block-container-8 > hr, #sp-block-container-9 > hr{
  margin-bottom : 1.5em;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #d5d5d5;
}

.page-blog#content #page-content > ins, .page-company#content #page-content > ins, .page-company1#content #page-content > ins, .page-company2#content #page-content > ins, .page-company3#content #page-content > ins, .page-custom#content #page-content > ins, .page-custom1#content #page-content > ins, .page-custom10#content #page-content > ins, .page-custom11#content #page-content > ins, .page-custom12#content #page-content > ins, .page-custom13#content #page-content > ins, .page-custom14#content #page-content > ins, .page-custom15#content #page-content > ins, .page-custom16#content #page-content > ins, .page-custom17#content #page-content > ins, .page-custom18#content #page-content > ins, .page-custom19#content #page-content > ins, .page-custom2#content #page-content > ins, .page-custom22#content #page-content > ins, .page-custom23#content #page-content > ins, .page-custom26#content #page-content > ins, .page-custom3#content #page-content > ins, .page-custom33#content #page-content > ins, .page-custom34#content #page-content > ins, .page-custom4#content #page-content > ins, .page-custom42#content #page-content > ins, .page-custom44#content #page-content > ins, .page-custom45#content #page-content > ins, .page-custom5#content #page-content > ins, .page-custom52#content #page-content > ins, .page-custom55#content #page-content > ins, .page-custom56#content #page-content > ins, .page-custom6#content #page-content > ins, .page-custom7#content #page-content > ins, .page-custom72#content #page-content > ins, .page-custom8#content #page-content > ins, .page-custom9#content #page-content > ins, .page-post_archive#content #page-content > ins, .page-service#content #page-content > ins, .page-toppage#content #page-content > ins, #sp-block-container-1 > ins, #sp-block-container-10 > ins, #sp-block-container-11 > ins, #sp-block-container-12 > ins, #sp-block-container-13 > ins, #sp-block-container-14 > ins, #sp-block-container-15 > ins, #sp-block-container-16 > ins, #sp-block-container-17 > ins, #sp-block-container-18 > ins, #sp-block-container-19 > ins, #sp-block-container-2 > ins, #sp-block-container-20 > ins, #sp-block-container-21 > ins, #sp-block-container-22 > ins, #sp-block-container-23 > ins, #sp-block-container-24 > ins, #sp-block-container-25 > ins, #sp-block-container-26 > ins, #sp-block-container-27 > ins, #sp-block-container-28 > ins, #sp-block-container-29 > ins, #sp-block-container-3 > ins, #sp-block-container-30 > ins, #sp-block-container-31 > ins, #sp-block-container-32 > ins, #sp-block-container-33 > ins, #sp-block-container-34 > ins, #sp-block-container-35 > ins, #sp-block-container-36 > ins, #sp-block-container-37 > ins, #sp-block-container-4 > ins, #sp-block-container-5 > ins, #sp-block-container-6 > ins, #sp-block-container-7 > ins, #sp-block-container-8 > ins, #sp-block-container-9 > ins{
  background-color : #fff9c0;
  text-decoration : none;
  padding-top : 5px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 5px;
}

.page-blog#content #page-content > ol, .page-company#content #page-content > ol, .page-company1#content #page-content > ol, .page-company2#content #page-content > ol, .page-company3#content #page-content > ol, .page-custom#content #page-content > ol, .page-custom1#content #page-content > ol, .page-custom10#content #page-content > ol, .page-custom11#content #page-content > ol, .page-custom12#content #page-content > ol, .page-custom13#content #page-content > ol, .page-custom14#content #page-content > ol, .page-custom15#content #page-content > ol, .page-custom16#content #page-content > ol, .page-custom17#content #page-content > ol, .page-custom18#content #page-content > ol, .page-custom19#content #page-content > ol, .page-custom2#content #page-content > ol, .page-custom22#content #page-content > ol, .page-custom23#content #page-content > ol, .page-custom26#content #page-content > ol, .page-custom3#content #page-content > ol, .page-custom33#content #page-content > ol, .page-custom34#content #page-content > ol, .page-custom4#content #page-content > ol, .page-custom42#content #page-content > ol, .page-custom44#content #page-content > ol, .page-custom45#content #page-content > ol, .page-custom5#content #page-content > ol, .page-custom52#content #page-content > ol, .page-custom55#content #page-content > ol, .page-custom56#content #page-content > ol, .page-custom6#content #page-content > ol, .page-custom7#content #page-content > ol, .page-custom72#content #page-content > ol, .page-custom8#content #page-content > ol, .page-custom9#content #page-content > ol, .page-post_archive#content #page-content > ol, .page-service#content #page-content > ol, .page-toppage#content #page-content > ol, #sp-block-container-1 > ol, #sp-block-container-10 > ol, #sp-block-container-11 > ol, #sp-block-container-12 > ol, #sp-block-container-13 > ol, #sp-block-container-14 > ol, #sp-block-container-15 > ol, #sp-block-container-16 > ol, #sp-block-container-17 > ol, #sp-block-container-18 > ol, #sp-block-container-19 > ol, #sp-block-container-2 > ol, #sp-block-container-20 > ol, #sp-block-container-21 > ol, #sp-block-container-22 > ol, #sp-block-container-23 > ol, #sp-block-container-24 > ol, #sp-block-container-25 > ol, #sp-block-container-26 > ol, #sp-block-container-27 > ol, #sp-block-container-28 > ol, #sp-block-container-29 > ol, #sp-block-container-3 > ol, #sp-block-container-30 > ol, #sp-block-container-31 > ol, #sp-block-container-32 > ol, #sp-block-container-33 > ol, #sp-block-container-34 > ol, #sp-block-container-35 > ol, #sp-block-container-36 > ol, #sp-block-container-37 > ol, #sp-block-container-4 > ol, #sp-block-container-5 > ol, #sp-block-container-6 > ol, #sp-block-container-7 > ol, #sp-block-container-8 > ol, #sp-block-container-9 > ol{
  padding-top : 0px;
  padding-left : 13px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 18px;
  list-style-position : inside;
}

.page-blog#content #page-content > ol ol, .page-company#content #page-content > ol ol, .page-company1#content #page-content > ol ol, .page-company2#content #page-content > ol ol, .page-company3#content #page-content > ol ol, .page-custom#content #page-content > ol ol, .page-custom1#content #page-content > ol ol, .page-custom10#content #page-content > ol ol, .page-custom11#content #page-content > ol ol, .page-custom12#content #page-content > ol ol, .page-custom13#content #page-content > ol ol, .page-custom14#content #page-content > ol ol, .page-custom15#content #page-content > ol ol, .page-custom16#content #page-content > ol ol, .page-custom17#content #page-content > ol ol, .page-custom18#content #page-content > ol ol, .page-custom19#content #page-content > ol ol, .page-custom2#content #page-content > ol ol, .page-custom22#content #page-content > ol ol, .page-custom23#content #page-content > ol ol, .page-custom26#content #page-content > ol ol, .page-custom3#content #page-content > ol ol, .page-custom33#content #page-content > ol ol, .page-custom34#content #page-content > ol ol, .page-custom4#content #page-content > ol ol, .page-custom42#content #page-content > ol ol, .page-custom44#content #page-content > ol ol, .page-custom45#content #page-content > ol ol, .page-custom5#content #page-content > ol ol, .page-custom52#content #page-content > ol ol, .page-custom55#content #page-content > ol ol, .page-custom56#content #page-content > ol ol, .page-custom6#content #page-content > ol ol, .page-custom7#content #page-content > ol ol, .page-custom72#content #page-content > ol ol, .page-custom8#content #page-content > ol ol, .page-custom9#content #page-content > ol ol, .page-post_archive#content #page-content > ol ol, .page-service#content #page-content > ol ol, .page-toppage#content #page-content > ol ol, #sp-block-container-1 > ol ol, #sp-block-container-10 > ol ol, #sp-block-container-11 > ol ol, #sp-block-container-12 > ol ol, #sp-block-container-13 > ol ol, #sp-block-container-14 > ol ol, #sp-block-container-15 > ol ol, #sp-block-container-16 > ol ol, #sp-block-container-17 > ol ol, #sp-block-container-18 > ol ol, #sp-block-container-19 > ol ol, #sp-block-container-2 > ol ol, #sp-block-container-20 > ol ol, #sp-block-container-21 > ol ol, #sp-block-container-22 > ol ol, #sp-block-container-23 > ol ol, #sp-block-container-24 > ol ol, #sp-block-container-25 > ol ol, #sp-block-container-26 > ol ol, #sp-block-container-27 > ol ol, #sp-block-container-28 > ol ol, #sp-block-container-29 > ol ol, #sp-block-container-3 > ol ol, #sp-block-container-30 > ol ol, #sp-block-container-31 > ol ol, #sp-block-container-32 > ol ol, #sp-block-container-33 > ol ol, #sp-block-container-34 > ol ol, #sp-block-container-35 > ol ol, #sp-block-container-36 > ol ol, #sp-block-container-37 > ol ol, #sp-block-container-4 > ol ol, #sp-block-container-5 > ol ol, #sp-block-container-6 > ol ol, #sp-block-container-7 > ol ol, #sp-block-container-8 > ol ol, #sp-block-container-9 > ol ol{
  margin-bottom : 0px;
}

.page-blog#content #page-content > p, .page-company#content #page-content > p, .page-company1#content #page-content > p, .page-company2#content #page-content > p, .page-company3#content #page-content > p, .page-custom#content #page-content > p, .page-custom1#content #page-content > p, .page-custom10#content #page-content > p, .page-custom11#content #page-content > p, .page-custom12#content #page-content > p, .page-custom13#content #page-content > p, .page-custom14#content #page-content > p, .page-custom15#content #page-content > p, .page-custom16#content #page-content > p, .page-custom17#content #page-content > p, .page-custom18#content #page-content > p, .page-custom19#content #page-content > p, .page-custom2#content #page-content > p, .page-custom22#content #page-content > p, .page-custom23#content #page-content > p, .page-custom26#content #page-content > p, .page-custom3#content #page-content > p, .page-custom33#content #page-content > p, .page-custom34#content #page-content > p, .page-custom4#content #page-content > p, .page-custom42#content #page-content > p, .page-custom44#content #page-content > p, .page-custom45#content #page-content > p, .page-custom5#content #page-content > p, .page-custom52#content #page-content > p, .page-custom55#content #page-content > p, .page-custom56#content #page-content > p, .page-custom6#content #page-content > p, .page-custom7#content #page-content > p, .page-custom72#content #page-content > p, .page-custom8#content #page-content > p, .page-custom9#content #page-content > p, .page-post_archive#content #page-content > p, .page-service#content #page-content > p, .page-toppage#content #page-content > p, #sp-block-container-1 > p, #sp-block-container-10 > p, #sp-block-container-11 > p, #sp-block-container-12 > p, #sp-block-container-13 > p, #sp-block-container-14 > p, #sp-block-container-15 > p, #sp-block-container-16 > p, #sp-block-container-17 > p, #sp-block-container-18 > p, #sp-block-container-19 > p, #sp-block-container-2 > p, #sp-block-container-20 > p, #sp-block-container-21 > p, #sp-block-container-22 > p, #sp-block-container-23 > p, #sp-block-container-24 > p, #sp-block-container-25 > p, #sp-block-container-26 > p, #sp-block-container-27 > p, #sp-block-container-28 > p, #sp-block-container-29 > p, #sp-block-container-3 > p, #sp-block-container-30 > p, #sp-block-container-31 > p, #sp-block-container-32 > p, #sp-block-container-33 > p, #sp-block-container-34 > p, #sp-block-container-35 > p, #sp-block-container-36 > p, #sp-block-container-37 > p, #sp-block-container-4 > p, #sp-block-container-5 > p, #sp-block-container-6 > p, #sp-block-container-7 > p, #sp-block-container-8 > p, #sp-block-container-9 > p{
  margin-top : 0px;
  margin-bottom : 1.5em;
}

.page-blog#content #page-content > pre, .page-company#content #page-content > pre, .page-company1#content #page-content > pre, .page-company2#content #page-content > pre, .page-company3#content #page-content > pre, .page-custom#content #page-content > pre, .page-custom1#content #page-content > pre, .page-custom10#content #page-content > pre, .page-custom11#content #page-content > pre, .page-custom12#content #page-content > pre, .page-custom13#content #page-content > pre, .page-custom14#content #page-content > pre, .page-custom15#content #page-content > pre, .page-custom16#content #page-content > pre, .page-custom17#content #page-content > pre, .page-custom18#content #page-content > pre, .page-custom19#content #page-content > pre, .page-custom2#content #page-content > pre, .page-custom22#content #page-content > pre, .page-custom23#content #page-content > pre, .page-custom26#content #page-content > pre, .page-custom3#content #page-content > pre, .page-custom33#content #page-content > pre, .page-custom34#content #page-content > pre, .page-custom4#content #page-content > pre, .page-custom42#content #page-content > pre, .page-custom44#content #page-content > pre, .page-custom45#content #page-content > pre, .page-custom5#content #page-content > pre, .page-custom52#content #page-content > pre, .page-custom55#content #page-content > pre, .page-custom56#content #page-content > pre, .page-custom6#content #page-content > pre, .page-custom7#content #page-content > pre, .page-custom72#content #page-content > pre, .page-custom8#content #page-content > pre, .page-custom9#content #page-content > pre, .page-post_archive#content #page-content > pre, .page-service#content #page-content > pre, .page-toppage#content #page-content > pre, #sp-block-container-1 > pre, #sp-block-container-10 > pre, #sp-block-container-11 > pre, #sp-block-container-12 > pre, #sp-block-container-13 > pre, #sp-block-container-14 > pre, #sp-block-container-15 > pre, #sp-block-container-16 > pre, #sp-block-container-17 > pre, #sp-block-container-18 > pre, #sp-block-container-19 > pre, #sp-block-container-2 > pre, #sp-block-container-20 > pre, #sp-block-container-21 > pre, #sp-block-container-22 > pre, #sp-block-container-23 > pre, #sp-block-container-24 > pre, #sp-block-container-25 > pre, #sp-block-container-26 > pre, #sp-block-container-27 > pre, #sp-block-container-28 > pre, #sp-block-container-29 > pre, #sp-block-container-3 > pre, #sp-block-container-30 > pre, #sp-block-container-31 > pre, #sp-block-container-32 > pre, #sp-block-container-33 > pre, #sp-block-container-34 > pre, #sp-block-container-35 > pre, #sp-block-container-36 > pre, #sp-block-container-37 > pre, #sp-block-container-4 > pre, #sp-block-container-5 > pre, #sp-block-container-6 > pre, #sp-block-container-7 > pre, #sp-block-container-8 > pre, #sp-block-container-9 > pre{
  background-color : #ffffff;
  padding-top : 20px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 20px;
  overflow : auto;
  word-wrap : normal;
}

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

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

  #sp-site-navigation-1 ul ul{
    background-color : #f5f5f5;
    margin-left : 0px;
  }

  #sp-site-navigation-1 ul ul li{
    position : relative;
  }

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

  #sp-site-navigation-1 ul ul li > a{
    color : #333333;
    background-color : #f5f5f5;
  }

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

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

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

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

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

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

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

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

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

  #sp-site-navigation-1 > ul > li.current_page_ancestor > a{
    color : #4283ec;
    background-color : #343740;
  }

  #sp-site-navigation-1 > ul > li.current_page_item > a{
    color : #4283ec;
    background-color : #343740;
  }

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

  #sp-site-navigation-1 > ul > li > a:hover{
    color : #4283ec;
    background-color : #343740;
  }
}

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

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

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

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

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

  #sp-site-navigation-1 ul li > a{
    font-weight : bold;
    color : #ffffff;
    background-color : #343740;
    text-decoration : none;
    text-align : center;
    padding-top : 0.5em;
    padding-left : 0.5em;
    padding-right : 0.5em;
    padding-bottom : 0.5em;
    border-top-width : 1px;
    border-top-style : solid;
    border-top-color : white;
  }

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

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

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

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

#sp-page-title-1 h1{
  font-size : 1.8rem;
  font-weight : bold;
  color : #333333;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-bottom : 0px;
  border-top-width : 3px;
  border-top-style : solid;
  border-top-color : #343740;
}

#post-list, #sp-wp-post-list-1, #sp-wp-post-list-2{
  padding-top : 0px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 30px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 40px;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#post-list dl dd, .hpb-viewtype-content#sp-wp-post-list-1 dl dd, .hpb-viewtype-content#sp-wp-post-list-2 dl dd{
  margin-top : 0px;
  margin-left : 20px;
  margin-right : 0px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-content#post-list dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-1 dl dd .entry-content, .hpb-viewtype-content#sp-wp-post-list-2 dl dd .entry-content{
  margin-top : 0px;
}

.hpb-viewtype-content#post-list dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-1 dl dd:last-child, .hpb-viewtype-content#sp-wp-post-list-2 dl dd:last-child{
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

.hpb-viewtype-content#post-list dl dt, .hpb-viewtype-content#sp-wp-post-list-1 dl dt, .hpb-viewtype-content#sp-wp-post-list-2 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  margin-bottom : 0.5em;
}

.hpb-viewtype-date#post-list dl dd, .hpb-viewtype-date#sp-wp-post-list-1 dl dd, .hpb-viewtype-date#sp-wp-post-list-2 dl dd{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1em;
  overflow : hidden;
}

.hpb-viewtype-date#post-list dl dt, .hpb-viewtype-date#sp-wp-post-list-1 dl dt, .hpb-viewtype-date#sp-wp-post-list-2 dl dt{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  width : 11em;
  float : left;
  clear : left;
}

.hpb-viewtype-title#post-list ul, .hpb-viewtype-title#sp-wp-post-list-1 ul, .hpb-viewtype-title#sp-wp-post-list-2 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  list-style-type : none;
}

.hpb-viewtype-title#post-list ul li, .hpb-viewtype-title#sp-wp-post-list-1 ul li, .hpb-viewtype-title#sp-wp-post-list-2 ul li{
  font-weight : normal;
  background-image : url(img/icon-list.png);
  background-repeat : no-repeat;
  background-position : left 7px;
  padding-left : 20px;
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
}

.hpb-viewtype-title#post-list ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-1 ul li:last-child, .hpb-viewtype-title#sp-wp-post-list-2 ul li:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#post-list > article, #sp-wp-post-list-1 > article, #sp-wp-post-list-2 > article{
  padding-bottom : 30px;
  margin-bottom : 30px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #d5d5d5;
  overflow : hidden;
}

#post-list > article a, #sp-wp-post-list-1 > article a, #sp-wp-post-list-2 > article a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > article a:hover, #sp-wp-post-list-1 > article a:hover, #sp-wp-post-list-2 > article a:hover{
  color : #4283ec;
  text-decoration : none;
}

#post-list > article:last-child, #sp-wp-post-list-1 > article:last-child, #sp-wp-post-list-2 > article:last-child{
  padding-bottom : 0px;
  margin-bottom : 0px;
  border-bottom-width : medium;
  border-bottom-style : none;
  border-bottom-color : initial;
}

#post-list > article > .entry-content, #sp-wp-post-list-1 > article > .entry-content, #sp-wp-post-list-2 > article > .entry-content{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  overflow : hidden;
}

#post-list > article > footer, #sp-wp-post-list-1 > article > footer, #sp-wp-post-list-2 > article > footer{
  font-size : 1.2rem;
  text-align : right;
}

#post-list > article > p, #sp-wp-post-list-1 > article > p, #sp-wp-post-list-2 > article > p{
  margin-right : 20px;
  width : 150px;
  float : left;
}

#post-list > dl a, #sp-wp-post-list-1 > dl a, #sp-wp-post-list-2 > dl a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > dl a:hover, #sp-wp-post-list-1 > dl a:hover, #sp-wp-post-list-2 > dl a:hover{
  color : #4283ec;
  text-decoration : none;
}

#post-list > h3, #sp-wp-post-list-1 > h3, #sp-wp-post-list-2 > h3{
  font-size : 1.8rem;
  font-weight : bold;
  color : white;
  background-color : #343740;
  padding-top : 15px;
  padding-left : 20px;
  padding-right : 20px;
  padding-bottom : 15px;
  margin-top : 0px;
  margin-left : -20px;
  margin-right : -20px;
  margin-bottom : 30px;
}

#post-list > h3 > a, #sp-wp-post-list-1 > h3 > a, #sp-wp-post-list-2 > h3 > a{
  color : white !important;
  text-decoration : none;
}

#post-list > ul a, #sp-wp-post-list-1 > ul a, #sp-wp-post-list-2 > ul a{
  color : #4283ec;
  text-decoration : underline;
}

#post-list > ul a:hover, #sp-wp-post-list-1 > ul a:hover, #sp-wp-post-list-2 > ul a:hover{
  color : #4283ec;
  text-decoration : none;
}

#sp-site-branding2-1{
  padding-top : 0px;
  position : static;
}

#sp-site-branding2-1 .extra{
  background-color : #f5f5f5;
  text-align : center;
  padding-top : 0px;
  position : static;
}

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

#sp-site-branding2-1 .site-description{
  font-weight : normal;
  color : #333333;
  background-color : #f5f5f5;
  text-align : center;
  margin-bottom : 0px;
  position : static;
}

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

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

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

  #sp-site-branding2-1{
    min-height : 75px;
  }

  #sp-site-branding2-1 .extra{
    padding-bottom : 20px;
    position : absolute;
    z-index : 10;
  }

  #sp-site-branding2-1 .extra > p{
    padding-top : 20px;
    display : inline-block;
  }

  #sp-site-branding2-1 .site-description{
    font-size : 1.6rem;
    padding-top : 40px;
    padding-bottom : 20px;
    position : absolute;
    top : auto;
    z-index : 10;
  }

  #sp-site-branding2-1 .site-title{
    margin-top : 30px;
    z-index : 10;
  }
}

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

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

  #sp-site-branding2-1 .extra{
    padding-top : 0px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 20px;
    width : 100%;
    position : absolute;
    top : 295px;
    right : 0px;
    left : 0px;
  }

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

  #sp-site-branding2-1 .site-description{
    font-size : 1.4rem;
    padding-top : 20px;
    padding-left : 10px;
    padding-right : 10px;
    padding-bottom : 0px;
    position : absolute;
    top : 211px;
    right : 0px;
    left : 0px;
  }

  #sp-site-branding2-1 .site-title{
    margin-left : auto;
    margin-right : auto;
  }
}

#sp-table-1, #sp-table-2, #sp-table-3, #sp-table-4, #sp-table-5, #sp-table-6, #sp-table-7{
  color : #333333;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  border-collapse : collapse;
}

#sp-table-1 > tbody > tr > td, #sp-table-2 > tbody > tr > td, #sp-table-3 > tbody > tr > td, #sp-table-4 > tbody > tr > td, #sp-table-5 > tbody > tr > td, #sp-table-6 > tbody > tr > td, #sp-table-7 > tbody > tr > td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.col-title, #sp-table-2 > tbody > tr > th.col-title, #sp-table-3 > tbody > tr > th.col-title, #sp-table-4 > tbody > tr > th.col-title, #sp-table-5 > tbody > tr > th.col-title, #sp-table-6 > tbody > tr > th.col-title, #sp-table-7 > tbody > tr > th.col-title{
  font-weight : bold;
  color : white;
  background-color : #b1b1b1;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-table-1 > tbody > tr > th.row-title, #sp-table-2 > tbody > tr > th.row-title, #sp-table-3 > tbody > tr > th.row-title, #sp-table-4 > tbody > tr > th.row-title, #sp-table-5 > tbody > tr > th.row-title, #sp-table-6 > tbody > tr > th.row-title, #sp-table-7 > tbody > tr > th.row-title{
  font-weight : bold;
  color : white;
  background-color : #b1b1b1;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1{
  margin-bottom : 1.5em;
}

#sp-form-1 > input{
  width : 100%;
}

#sp-form-1 > input[type="submit"]{
  font-size : 1.2rem;
  color : #ffffff;
  background-color : #4283ec;
  text-decoration : none;
  text-align : center;
  padding-top : 6px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 6px;
  margin-top : 15px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-top-width : medium;
  border-left-width : medium;
  border-right-width : medium;
  border-bottom-width : medium;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : initial;
  border-left-color : initial;
  border-right-color : initial;
  border-bottom-color : initial;
  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 : 120px;
  display : block;
}

#sp-form-1 > table{
  color : #333333;
  background-color : white;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 1.5em;
  width : 100%;
  border-collapse : collapse;
}

#sp-form-1 > table td{
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > table th{
  font-weight : bold;
  color : white;
  background-color : #b1b1b1;
  text-align : center;
  padding-top : 0.5em;
  padding-left : 0.5em;
  padding-right : 0.5em;
  padding-bottom : 0.5em;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-form-1 > textarea[name="message"]{
  width : 100%;
}

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

  #sp-form-1 > table td{
    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-form-1 > table th{
    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-image-1, #sp-image-10, #sp-image-100, #sp-image-101, #sp-image-102, #sp-image-103, #sp-image-104, #sp-image-105, #sp-image-106, #sp-image-107, #sp-image-108, #sp-image-109, #sp-image-11, #sp-image-110, #sp-image-111, #sp-image-112, #sp-image-113, #sp-image-114, #sp-image-115, #sp-image-116, #sp-image-117, #sp-image-118, #sp-image-119, #sp-image-12, #sp-image-120, #sp-image-121, #sp-image-122, #sp-image-123, #sp-image-124, #sp-image-125, #sp-image-126, #sp-image-127, #sp-image-128, #sp-image-129, #sp-image-13, #sp-image-130, #sp-image-131, #sp-image-132, #sp-image-133, #sp-image-134, #sp-image-135, #sp-image-136, #sp-image-137, #sp-image-138, #sp-image-139, #sp-image-14, #sp-image-140, #sp-image-141, #sp-image-142, #sp-image-143, #sp-image-144, #sp-image-145, #sp-image-146, #sp-image-147, #sp-image-148, #sp-image-149, #sp-image-15, #sp-image-150, #sp-image-151, #sp-image-152, #sp-image-153, #sp-image-154, #sp-image-155, #sp-image-156, #sp-image-157, #sp-image-158, #sp-image-159, #sp-image-16, #sp-image-160, #sp-image-161, #sp-image-162, #sp-image-163, #sp-image-164, #sp-image-165, #sp-image-166, #sp-image-167, #sp-image-168, #sp-image-169, #sp-image-17, #sp-image-170, #sp-image-171, #sp-image-172, #sp-image-173, #sp-image-174, #sp-image-175, #sp-image-176, #sp-image-177, #sp-image-178, #sp-image-179, #sp-image-18, #sp-image-180, #sp-image-181, #sp-image-182, #sp-image-183, #sp-image-184, #sp-image-185, #sp-image-186, #sp-image-187, #sp-image-188, #sp-image-189, #sp-image-19, #sp-image-190, #sp-image-191, #sp-image-192, #sp-image-193, #sp-image-194, #sp-image-195, #sp-image-196, #sp-image-197, #sp-image-198, #sp-image-199, #sp-image-2, #sp-image-20, #sp-image-200, #sp-image-201, #sp-image-202, #sp-image-203, #sp-image-204, #sp-image-205, #sp-image-206, #sp-image-207, #sp-image-208, #sp-image-209, #sp-image-21, #sp-image-210, #sp-image-211, #sp-image-212, #sp-image-213, #sp-image-214, #sp-image-215, #sp-image-216, #sp-image-217, #sp-image-218, #sp-image-219, #sp-image-22, #sp-image-220, #sp-image-221, #sp-image-222, #sp-image-223, #sp-image-224, #sp-image-225, #sp-image-226, #sp-image-227, #sp-image-228, #sp-image-229, #sp-image-23, #sp-image-230, #sp-image-231, #sp-image-232, #sp-image-233, #sp-image-234, #sp-image-235, #sp-image-236, #sp-image-237, #sp-image-238, #sp-image-239, #sp-image-24, #sp-image-240, #sp-image-241, #sp-image-242, #sp-image-243, #sp-image-244, #sp-image-245, #sp-image-246, #sp-image-247, #sp-image-248, #sp-image-249, #sp-image-25, #sp-image-250, #sp-image-251, #sp-image-252, #sp-image-253, #sp-image-254, #sp-image-255, #sp-image-256, #sp-image-257, #sp-image-258, #sp-image-259, #sp-image-26, #sp-image-260, #sp-image-261, #sp-image-262, #sp-image-263, #sp-image-27, #sp-image-28, #sp-image-29, #sp-image-3, #sp-image-30, #sp-image-31, #sp-image-32, #sp-image-33, #sp-image-34, #sp-image-35, #sp-image-36, #sp-image-37, #sp-image-38, #sp-image-39, #sp-image-4, #sp-image-40, #sp-image-41, #sp-image-42, #sp-image-43, #sp-image-44, #sp-image-45, #sp-image-46, #sp-image-47, #sp-image-48, #sp-image-49, #sp-image-5, #sp-image-50, #sp-image-51, #sp-image-52, #sp-image-53, #sp-image-54, #sp-image-55, #sp-image-56, #sp-image-57, #sp-image-58, #sp-image-59, #sp-image-6, #sp-image-60, #sp-image-61, #sp-image-62, #sp-image-63, #sp-image-64, #sp-image-65, #sp-image-66, #sp-image-67, #sp-image-68, #sp-image-69, #sp-image-7, #sp-image-70, #sp-image-71, #sp-image-72, #sp-image-73, #sp-image-74, #sp-image-75, #sp-image-76, #sp-image-77, #sp-image-78, #sp-image-79, #sp-image-8, #sp-image-80, #sp-image-81, #sp-image-82, #sp-image-83, #sp-image-84, #sp-image-85, #sp-image-86, #sp-image-87, #sp-image-88, #sp-image-89, #sp-image-9, #sp-image-90, #sp-image-91, #sp-image-92, #sp-image-93, #sp-image-94, #sp-image-95, #sp-image-96, #sp-image-97, #sp-image-98, #sp-image-99{
  max-width : 100%;
}

#sp-page-title-10, #sp-page-title-11, #sp-page-title-12, #sp-page-title-13, #sp-page-title-14, #sp-page-title-15, #sp-page-title-16, #sp-page-title-17, #sp-page-title-18, #sp-page-title-19, #sp-page-title-2, #sp-page-title-20, #sp-page-title-21, #sp-page-title-22, #sp-page-title-23, #sp-page-title-24, #sp-page-title-25, #sp-page-title-26, #sp-page-title-27, #sp-page-title-3, #sp-page-title-4, #sp-page-title-5, #sp-page-title-6, #sp-page-title-7, #sp-page-title-8, #sp-page-title-9{
  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-14 > h1, #sp-page-title-15 > h1, #sp-page-title-16 > h1, #sp-page-title-17 > h1, #sp-page-title-18 > h1, #sp-page-title-19 > h1, #sp-page-title-2 > h1, #sp-page-title-20 > h1, #sp-page-title-21 > h1, #sp-page-title-22 > h1, #sp-page-title-23 > h1, #sp-page-title-24 > h1, #sp-page-title-25 > h1, #sp-page-title-26 > h1, #sp-page-title-27 > h1, #sp-page-title-3 > h1, #sp-page-title-4 > h1, #sp-page-title-5 > h1, #sp-page-title-6 > h1, #sp-page-title-7 > h1, #sp-page-title-8 > h1, #sp-page-title-9 > h1{
  font-size : 20px;
  color : #000000;
  padding-top : 15px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

#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{
  margin-bottom : 8px;
}

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

#sp-wp-post-list-3{
  font-size : 13px;
  color : #202020;
  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;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 25px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 25px;
  width : 100%;
  position : relative;
}

#sp-wp-post-list-3 #hpb-pagenation{
  padding-top : 2px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 2px;
}

#sp-wp-post-list-3 .hpb-more-entry{
  text-align : right;
  padding-top : 8px;
  padding-left : 16px;
  padding-right : 16px;
  padding-bottom : 0px;
}

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

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

#sp-wp-post-list-3 ::after {
}

#sp-wp-post-list-3 a{
  color : #202020;
  text-decoration : underline;
}

#sp-wp-post-list-3 a:hover{
  text-decoration : none;
}

#sp-wp-post-list-3 article{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 8px;
}

#sp-wp-post-list-3 article > div{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-3 dl{
  margin-top : 10px;
}

#sp-wp-post-list-3 footer{
  color : #202020;
}

#sp-wp-post-list-3 h1{
  color : #000000;
  padding-top : 11px;
  padding-left : 21px;
  padding-right : 21px;
  padding-bottom : 11px;
}

#sp-wp-post-list-3 h4{
  font-size : 1.1em;
  color : #000000;
  background-color : #f2f2f2;
  background-image : none;
  background-repeat : repeat;
  background-attachment : scroll;
  background-position : 0% 0%;
  background-clip : border-box;
  background-origin : padding-box;
  background-size : auto auto;
  padding-top : 10px;
  padding-left : 20px;
  padding-right : 10px;
  padding-bottom : 10px;
  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-wp-post-list-3 h4 a{
  color : #000000;
  text-decoration : none;
}

#sp-wp-post-list-3 h4 a:active{
  text-decoration : underline;
}

#sp-wp-post-list-3 h4 a:hover{
  text-decoration : underline;
}

#sp-wp-post-list-3 li{
  padding-bottom : 5px;
  list-style-type : none;
  list-style-position : outside;
}

#sp-wp-post-list-3 p{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

#sp-wp-post-list-3 p > img{
  padding-top : 5px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 5px;
}

#sp-wp-post-list-3 ul{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-3 dd{
  margin-left : 16px;
  margin-bottom : 10px;
}

.hpb-viewtype-content#sp-wp-post-list-3 dl{
  padding-top : 0px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 0px;
}

.hpb-viewtype-content#sp-wp-post-list-3 dt{
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-3 dd{
  padding-top : 0px;
  padding-left : 120px;
  padding-right : 0px;
  padding-bottom : 5px;
  margin-left : 0px;
  margin-bottom : 5px;
}

.hpb-viewtype-date#sp-wp-post-list-3 dl{
  padding-top : 0px;
  padding-left : 25px;
  padding-right : 25px;
  padding-bottom : 0px;
  overflow : hidden;
}

.hpb-viewtype-date#sp-wp-post-list-3 dt{
  font-weight : bold;
  color : #333333;
  padding-bottom : 5px;
  width : 120px;
  float : left;
  clear : both;
}

.hpb-viewtype-simple#sp-wp-post-list-3 div{
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
}

.hpb-viewtype-simple#sp-wp-post-list-3 footer{
  padding-top : 0px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 0px;
}

#sp-wp-post-list-3 > a:active{
  text-decoration : none;
}

#sp-wp-post-list-3 > h3{
  font-size : 1.4em;
  color : #000000;
  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;
  padding-top : 7px;
  padding-left : 32px;
  padding-right : 10px;
  padding-bottom : 7px;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : #000000;
  clear : both;
}

#sp-wp-post-list-3 > h3 a{
  color : #000000;
  text-decoration : none;
}

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

  #sp-wp-post-list-3 dl dd{
    margin-left : 0px;
  }

  .hpb-viewtype-date#sp-wp-post-list-3 dd{
    padding-top : 0px;
    padding-left : 5px;
    padding-right : 0px;
    padding-bottom : 5px;
  }

  .hpb-viewtype-date#sp-wp-post-list-3 dt{
    padding-bottom : 5px;
    width : 100%;
  }
}

.page-custom#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom1#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom10#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom11#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom12#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom13#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom14#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom15#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom16#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom17#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom18#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom19#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom2#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom22#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom23#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom26#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom3#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom33#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom34#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom4#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom42#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom44#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom45#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom5#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom52#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom55#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom56#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom6#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom7#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom72#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom8#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.page-custom9#content #page-content{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#post-list{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#post-list > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-1{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-10{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-10 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-10 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-11{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-12{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-12 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-12 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-13{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-14{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-14 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-14 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-15{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-15 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-15 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-16{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-16 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-16 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-17{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-17 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-17 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-18{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-18 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-18 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-19{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-19 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-19 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-2{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-20{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-20 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-20 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-21{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-21 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-21 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-22{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-22 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-22 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-23{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-23 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-23 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-24{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-24 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-24 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-25{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-25 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-25 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-26{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-26 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-26 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-27{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-27 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-27 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-28{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-28 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-28 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-29{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-29 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-29 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-30{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-30 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-30 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-31{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-31 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-31 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-32{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-32 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-32 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-33{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-33 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-33 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-34{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-34 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-34 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-35{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-35 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-35 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-36{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-36 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-37{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-37 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-4{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-4 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-5{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-5 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-6{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-6 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-7{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-block-container-7 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-8{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-8 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-8 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-9{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

#sp-block-container-9 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-block-container-9 > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-entry-content-1{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-1 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-10{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-10 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-11{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-11 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-12{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-12 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-13{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-13 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-14{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-14 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-15{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-15 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-16{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-16 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-17{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-17 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-18{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-18 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-19{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-19 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-2{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-2 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-20{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-20 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-21{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-21 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-22{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-22 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-23{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-23 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-24{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-24 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-25{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-25 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-26{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-26 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-27{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-27 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-28{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-28 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-29{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-29 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-3{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-3 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-30{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-30 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-31{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-31 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-32{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-32 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-33{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-33 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-34{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-34 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-35{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-35 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-36{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-36 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-37{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-37 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-38{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-38 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-39{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-39 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-4{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-4 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-40{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-40 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-41{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-41 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-42{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-42 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-43{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-43 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-44{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-44 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-45{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-45 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-5{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-5 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-6{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-6 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-7{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-7 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-8{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-8 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-9{
  border-top-width : 1px;
  border-left-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #d5d5d5;
  border-right-color : #d5d5d5;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-entry-content-9 > article > header > h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-form-1{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-form-1 > table{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-form-1 > table td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-form-1 > table th{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #ffffff;
}

#sp-image-258{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-list-1 > li{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-list-1 > li > .paragraph a{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

#sp-list-1 > li > p.indent{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  margin-left : 12px;
}

#sp-page-title-1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-page-title-1 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  border-top-width : 3px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #343740;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-page-title-10{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-10 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-11{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-11 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-12{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-12 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-13{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-13 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-14{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-14 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-15{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-15 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-16{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-16 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-17{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-17 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-18{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-18 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-19{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-19 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-2{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-2 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-20{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-20 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-21{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-21 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-22{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-22 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-23{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-23 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-24{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-24 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-25{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-25 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-26{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-26 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-27{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-27 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-3{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-3 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-4{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-4 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-5{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-5 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-6{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-6 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-7{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-7 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-8{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-8 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

#sp-page-title-9{
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : solid;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

#sp-page-title-9 h1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
}

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

#sp-site-branding2-1 > .extra{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
}

#sp-site-branding2-1 > .site-description{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
}

#sp-site-branding2-1 > .site-title{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
}

#sp-site-navigation-1{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
}

.button-menu#sp-site-navigation-1 > .menu-toggle{
  background-color : #a8acb9;
}

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

#sp-site-navigation-1 > ul > li li.current_page_item > a{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
}

#sp-site-navigation-1 > ul > li li > a{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-site-navigation-1 > ul > li li > a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-site-navigation-1 > ul > li li > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
}

#sp-site-navigation-1 > ul > li.current_page_item > a{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-site-navigation-1 > ul > li > a{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-site-navigation-1 > ul > li > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

#sp-table-1{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-1 > tbody > tr > * > .paragraph a{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-1 > tbody > tr > * > p{
  font-size : 1.2rem;
  font-family : "Verdana";
  line-height : 100%;
  color : #575c6c;
}

#sp-table-1 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  line-height : 150%;
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-1 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-2{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-2 > tbody > tr > * > .paragraph a{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-table-2 > tbody > tr > * > .paragraph span.links{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-2 > tbody > tr > * > .paragraph u{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-2 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-2 > tbody > tr > * > p.links{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-2 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-3 > tbody > tr > * > .paragraph a{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

#sp-table-3 > tbody > tr > * > .paragraph span.links{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-3 > tbody > tr > * > .paragraph u{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-3 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-3 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-4{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-4 > tbody > tr > * > .paragraph a{
  font-size : 1.2rem;
  color : #575c6c;
}

#sp-table-4 > tbody > tr > * > .paragraph u{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-4 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-5{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-5 > tbody > tr > * > .paragraph a{
  color : #7c8396;
}

#sp-table-5 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-5 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-6{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-6 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-6 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-7{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

#sp-table-7 > tbody > tr > * > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : underline;
}

#sp-table-7 > tbody > tr > td{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  vertical-align : top;
  text-align : center;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > .hpb-more-entry a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-1 > article{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-1 > article > .entry-content{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-1 > article > header{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-1 > article > header > h4{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-1 > article > header > h4 > a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
  text-decoration : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-1 > h3 > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-2{
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-2 > .hpb-more-entry a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > .hpb-more-entry a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > .hpb-more-entry a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dd > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > dl > dt{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : normal;
  color : #575c6c;
  background-color : transparent;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-2 > h3 > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-3{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  background-image : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #ffffff;
  border-left-color : #ffffff;
  border-right-color : #ffffff;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #7a7a7a;
}

.sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #7a7a7a;
}

.sp-wp-post-list#sp-wp-post-list-3 > .hpb-more-entry a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #7a7a7a;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  background-image : none;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 1px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #d5d5d5;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content > h4{
  background-color : #ffffff;
  border-top-width : 0px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #000000;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #666666;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > .entry-content > p.link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > footer{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > footer a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > footer a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > footer a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > header{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  background-color : transparent;
  background-image : none;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : solid;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #000000;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > header > h4{
  font-size : 1.2rem;
  font-family : "Verdana";
  font-weight : bold;
  color : #575c6c;
  background-color : transparent;
  text-decoration : none;
  border-top-width : 1px;
  border-left-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 0px;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  border-top-color : #d5d5d5;
  border-left-color : #000000;
  border-right-color : #000000;
  border-bottom-color : #ffffff;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > header > h4 > a:link{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > header > h4 > a:visited{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

.sp-wp-post-list#sp-wp-post-list-3 > article > header > h4 > a:hover{
  font-size : 1.2rem;
  font-family : "Verdana";
  color : #575c6c;
  text-decoration : none;
}

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

  #sp-block-container-1{
    margin-bottom : 0px;
    width : 658px;
    min-height : 40px;
  }

  #sp-block-container-10{
    min-height : 166px;
  }

  #sp-block-container-11{
    min-height : 20px;
  }

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

  #sp-block-container-13{
    min-height : 20px;
  }

  #sp-block-container-14{
    min-height : 166px;
  }

  #sp-block-container-15{
    min-height : 221px;
  }

  #sp-block-container-16{
    min-height : 221px;
  }

  #sp-block-container-17{
    min-height : 221px;
  }

  #sp-block-container-18{
    min-height : 221px;
  }

  #sp-block-container-19{
    min-height : 221px;
  }

  #sp-block-container-2{
    margin-top : -5px;
    margin-bottom : -5px;
    min-height : 52px;
  }

  #sp-block-container-20{
    min-height : 221px;
  }

  #sp-block-container-21{
    min-height : 221px;
  }

  #sp-block-container-22{
    min-height : 221px;
  }

  #sp-block-container-23{
    min-height : 221px;
  }

  #sp-block-container-24{
    min-height : 221px;
  }

  #sp-block-container-25{
    min-height : 221px;
  }

  #sp-block-container-26{
    min-height : 221px;
  }

  #sp-block-container-27{
    min-height : 221px;
  }

  #sp-block-container-28{
    min-height : 221px;
  }

  #sp-block-container-29{
    min-height : 221px;
  }

  #sp-block-container-30{
    min-height : 221px;
  }

  #sp-block-container-31{
    min-height : 221px;
  }

  #sp-block-container-32{
    min-height : 221px;
  }

  #sp-block-container-33{
    min-height : 221px;
  }

  #sp-block-container-34{
    min-height : 221px;
  }

  #sp-block-container-35{
    min-height : 221px;
  }

  #sp-block-container-36{
    margin-bottom : -55px;
    min-height : 60px;
  }

  #sp-block-container-37{
    width : 670px;
    min-height : 76px;
  }

  #sp-block-container-8{
    min-height : 221px;
  }

  #sp-block-container-9{
    min-height : 221px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  #sp-image-122{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

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

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

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

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

  #sp-image-130{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

  #sp-image-134{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

  #sp-image-137{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

  #sp-image-141{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-142{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-143{
    margin-bottom : 10px;
    width : 211px;
    height : 210px;
  }

  #sp-image-144{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-145{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-146{
    margin-top : 0px;
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-147{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-148{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-149{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-15{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

  #sp-image-150{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-151{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-152{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-153{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-154{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-155{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-156{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

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

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

  #sp-image-164{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-165{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-166{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-167{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-168{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

  #sp-image-172{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-173{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

  #sp-image-175{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

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

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

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

  #sp-image-184{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-185{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-186{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-187{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-188{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

  #sp-image-192{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-193{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

  #sp-image-195{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

  #sp-image-2{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

  #sp-image-205{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-206{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-207{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-208{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-209{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-21{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

  #sp-image-213{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

  #sp-image-214{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

  #sp-image-216{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

  #sp-image-24{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

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

  #sp-image-3{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

  #sp-image-32{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

  #sp-image-37{
    margin-bottom : 3px;
    width : 420px;
    height : 640px;
  }

  #sp-image-38{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

  #sp-image-4{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

  #sp-image-46{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

  #sp-image-5{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

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

  #sp-image-57{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

  #sp-image-6{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

  #sp-image-65{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

  #sp-image-69{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

  #sp-image-7{
    margin-bottom : 10px;
    width : 210px;
    height : 210px;
  }

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

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

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

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

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

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

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

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

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

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

  #sp-image-8{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

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

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

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

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

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

  #sp-image-89{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

  #sp-image-90{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

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

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

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

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

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

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

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

  #sp-image-98{
    margin-bottom : 3px;
    width : 640px;
    height : 418px;
  }

  #sp-image-99{
    margin-bottom : 3px;
    width : 427px;
    height : 640px;
  }

  #sp-list-1{
    margin-top : 0px;
    margin-right : 0px;
    width : 180px;
    float : right;
    position : relative;
  }

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

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

  #sp-page-title-12{
    margin-bottom : 0px;
  }

  #sp-page-title-13{
    margin-bottom : 0px;
  }

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

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

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

  #sp-page-title-17{
    margin-bottom : 0px;
  }

  #sp-page-title-18{
    margin-bottom : 0px;
  }

  #sp-page-title-19{
    margin-bottom : 0px;
  }

  #sp-page-title-2{
    margin-bottom : 0px;
  }

  #sp-page-title-20{
    margin-bottom : 0px;
  }

  #sp-page-title-21{
    margin-bottom : 0px;
  }

  #sp-page-title-22{
    margin-bottom : 0px;
  }

  #sp-page-title-23{
    margin-bottom : 0px;
  }

  #sp-page-title-24{
    margin-bottom : 0px;
  }

  #sp-page-title-25{
    margin-bottom : 0px;
  }

  #sp-page-title-26{
    margin-bottom : 0px;
  }

  #sp-page-title-27{
    margin-bottom : 0px;
  }

  #sp-page-title-3{
    margin-bottom : 0px;
  }

  #sp-page-title-4{
    margin-bottom : 0px;
  }

  #sp-page-title-5{
    margin-bottom : 0px;
  }

  #sp-page-title-6{
    margin-bottom : 0px;
  }

  #sp-page-title-7{
    margin-bottom : 0px;
  }

  #sp-page-title-8{
    margin-bottom : 0px;
  }

  #sp-page-title-9{
    margin-bottom : 0px;
  }

  #sp-site-branding2-1 > .extra{
    width : 0px;
    min-height : 0px;
    top : auto;
    bottom : -258px;
    right : auto;
    left : 242px;
  }

  #sp-site-branding2-1 > .site-description{
    width : 0px;
    height : 0px;
    top : auto;
    bottom : -169px;
    right : auto;
    left : 243px;
  }

  #sp-site-branding2-1 > .site-title{
    margin-right : -1px;
    width : 389px;
    height : 45px;
  }

  #sp-site-navigation-1{
    margin-top : -75px;
  }

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

  #sp-table-2{
    margin-top : -20px;
    margin-left : -20px;
  }

  #sp-table-3{
    margin-top : -20px;
    margin-left : -20px;
  }

  #sp-table-4{
    margin-top : -20px;
    margin-left : -20px;
  }

  #sp-table-5{
    margin-top : -20px;
    margin-left : -20px;
  }

  #sp-table-6{
    margin-top : -20px;
    margin-left : -20px;
  }

  #sp-table-7{
    margin-top : -20px;
    margin-left : -20px;
  }
}

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

  #sp-site-branding2-1 > .site-title{
    width : 296px;
    height : 52px;
  }

  #sp-site-navigation-1{
    width : 100%;
    min-height : 40px;
  }

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