<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset
------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  background: #ffffff;
  font-size: 13px;
  color: #666666;
  font-family: Arial, helvetica, sans-serif;
}
ol,
ul {
  list-style: none;
  margin: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
h1 {
  color: #937635;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}
h2 {
  color: #937635;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
h3 {
  color: #c00;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: auto;
  width: auto;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
}

a {
  outline: none;
  border: none;
  color: #c00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}
A.class1 {
  outline: none;
  border: none;
  color: #c00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
A.class2 {
  outline: none;
  border: none;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
p {
  margin: 0 0 10px;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}

* {
  box-sizing: border-box;
}

/* Structure */

body {
  background-color: #fff;
  width: 90%;
  margin: auto;
}
.header {
  margin: auto;
}
/* Contain1 to 7 are to prevent Cumulative Layout shift caused by the header images */
/* header image */
.contain1 {
          object-fit: cover;
          width: 100%;
          height:400px;
}
/* header image-smaller */
.contain2 {
          object-fit: cover;
          width: 100%;
          height:175px;
}  
/* site logo */  
.contain3 {
          object-fit: cover;
          width: 100%;
          height:150px;
}
/* site logo -smaller */
.contain4 {
          object-fit: cover;
          width: 100%;
          height:80px;
}  

#img1 {
  display: block;
}
#img2 {
  display: none;
}
#img3 {
  display: block;
  margin: auto;
}
#img4 {
  display: none;
}

.main_image {
  margin: auto;
}
.wrapper {
  margin: auto;
  text-align: center;
}
.title {
  width: 100%;
  padding: 15px;
  padding-left: 50px;
  background-color: #fbf7ee;
  text-align: left;
  color: #937635;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: auto;
}
.grid {
  display: flex;
  margin: auto;
  background-color: #fff;
}
.grid_column1 {
  width: 100%;
  padding: 12px;
  background-color: #fbf7ee;
  text-align: left;
  color: #937635;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.table {
  display: flex;
  margin: auto;
  background-color: ##ebe2cf;
  width: 95%;
}
.linea {
  flex: 1;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebe2cf;
  color: #937635;
  border-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: solid;
  border-color: #937635;
}

.lineb {
  flex: 4;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebe2cf;
  color: #937635;
  border-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-color: #937635;
}
.linelasta {
  flex: 1;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebe2cf;
  color: #937635;
  border-width: medium;
  border-style: solid;
  border-color: #937635;
}
.linelastb {
  flex: 4;
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  background-color: #ebe2cf;
  color: #937635;
  border-width: medium;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: none;
  border-color: #937635;
}
.top-button {
  display: none;
}
.footer {
  padding: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #937635;
}

/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
/*!End of responsive-nav.js 1.0.39 by @viljamis */

@media screen and (max-width: 480px) {
  body {
    background-color: #fff;
  }
  .grid {
    display: block;
    width: 100%;
  }
  #img1 {
    display: none;
  }
  #img2 {
    display: block;
  }
  #img3 {
    display: none;
  }
  #img4 {
    display: block;
  }

  .grid_column1 {
    display: block;
    width: 100%;
  }
  .title {
    text-align: center;
    padding: 0px;
  }
  .table {
    display: block;
    width: 100%;
  }
  .linea {
    display: block;
    width: 100%;
    text-align: center;
    border-left-style: solid;
  }
  .lineb {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-left-style: solid;
    border-bottom-style: solid;
	margin-bottom: 10px;
  }
  .linelasta {
    display: block;
    width: 100%;
    text-align: center;
    border-left-style: solid;
  }
  .linelastb {
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-left-style: solid;
    border-top-style: none;
  }
  .footer {
    margin-top: 15px;
  }
  .h2 {
    font-size: 20px;
  }
}
</pre></body></html>