<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*values of 0 are left in this code for ease of re-use.*/

body {
  font-family: 'Open Sans', sans-serif;
  margin-right: 0;
  margin-left: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

header {
  margin-left: 10%;
}

h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 205%;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 1em;
  padding-top: .25em;
  padding-bottom: .25em;
  color: #16580F;
  margin-bottom: .5em;
}

h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 170%;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 1em;
  padding-bottom: .25em;
  margin-top: 3px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 130%;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  text-align: left;
  padding-top: .55em;
  padding-bottom: .25em;
}

table {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid;
  text-align: center;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 130%;
  font-style: normal;
  letter-spacing: -.05px;
}

caption {
  border: 1px solid #16580F;
  text-align: center;
  padding: 10px;
  font-size: 100%;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  color: #FFFFFF;
  background-color: #16580F;
}

tr, td, th {
  border: 1px solid;
  text-align: center;
  padding: 10px;
}

tr th {
  font-weight: 700;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.25em;
  font-style: normal;
  width: 99%;
  text-align: left;
  padding-top: .25em;
  padding-bottom: .5em;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -moz-margin-before: 0em;
  -moz-margin-after: 0em;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
}

img {
  margin-bottom: 1em;
}

/*a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: underline;
} */

a:active {
  color: gray;
}

.nav_explore a {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: white;
}

.nav_explore a:visited {
  text-decoration: none;
  color: white;
}

.nav_explore a:focus {
  color: white;
}

.nav_explore a:hover {
  color: white;
}

.nav_explore a:active {
  color: white;
}

.nav_explore {
  font-family: 'Open Sans', sans-serif;
  height: 4em;
  background-color: black;
}

:target:before {
  content: "";
  display: block;
  margin: 40px 0 0;
}

.nav_explore ul {
  font-size: 120%;
  list-style-type: none;
  text-align: right;
  margin-right: 4em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.nav_explore ul li {
  float: right;
  margin-right: 10px;
  border-right: 1px solid #464141;
}

.nav_explore ul li a {
  font-size: 95%;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .05em;
  text-align: left;
  padding-right: .6em;
}

.in_page ol {
  list-style-type: square;
  margin-left: 8%;
}

.in_page ol li {
  padding-bottom: .5em;
}

section {
  margin-left: 10%;
  width: 80%;
}

.main_topic {
  width: 100%;
  padding-bottom: 1em;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  /*-webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px; */
  -webkit-column-gap: 1.5em;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
}

p.sub_topic {
  clear: both;
  width: 60%;
  margin-top: 1em;
  padding-bottom: .5em;
}

p.clear {
  clear: both;
}

.img_left {
  float: left;
  margin-right: .5em;
  margin-bottom: .25em;
  margin-top: .4em;
  border: 1px solid black;
}

.examples {
  max-width: 100%;
  height: auto;
  border: 1px solid black;
  padding: 5px;
  margin-top: 1em;
  border-radius: 10px;
  display: block;
}

strong {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 900;
  font-style: normal;
  text-align: left;
  padding-top: .25em;
}

footer {
  height: 3em;
  border-top: 1px dotted #16580F;
  margin-top: 2em;
  padding-top: 1em;
  padding-left: 10%;
  padding-right: 1em;
  padding-bottom: 5em;
  clear: both;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  font-weight: 600;
  font-style: italic;
  text-align: left;
  line-height: 2em;
  color: #16580F;
}

/*begin example 1 CSS effects*/

.view {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
}

.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  width: 100%;
  display: block;
  position: relative;
}

.view .h3_figure {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 150%;
  padding: 10px;
  background: black;
  margin: 20px 0 0 0;
}

.view a.info {
  display: inline-block;
  line-height: 1.4em;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 5px #000;
}

.view a.info:hover {
  box-shadow: 0 0 10px #000;
}

.view-first img {
  transition: all 0.2s linear;
}

.view-first .mask {
  opacity: 0;
  background-color: rgba(42, 125, 42, 0.7);
  transition: all 0.4s ease-in-out;
}

.view-first .h3_figure {
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
}

.view-first a.info {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover .h3_figure,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}


/*begin styles for CSS styling flower example*/
div.polaroid {
  width: 300px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  float: left;
  margin-right: 10px;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}
/*end styles for CSS styling flower example*/

/*ARIA (styles when positioned on the page are left in the code)*/
[aria-label] {
  position: relative;
}

[aria-label]:after {
  content: attr(aria-label);
  display: none;
  position: absolute;
  top: 10px;
  left: -10000px;
  z-index: 5000;
  padding: 8px 10px;
  line-height: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-indent: 0;
  overflow: visible;
  font-size: .9em;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 0 1px #888;
  background-color: #412917;
  border-left: 6px solid #d37092;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}

[aria-label]:hover:after, [aria-label]:focus:after {
  display: block;
}

 /*onfocus styles*/
*:focus {
  padding: .05em;
}

canvas {
  border: 1px dotted black;
  margin-bottom: 10px;
}

figure {
  width: 60%;
  margin-bottom: 1em;
  margin-top: 1em;
}

/*form styles*/
.leading {
  padding-bottom: 5px;
}

form {
  background-color: #ffffff;
  padding: 15px;
  border: 1px dotted black;
}

fieldset {
  padding: 10px;
}

legend {
  font-weight: bold;
  color: #550080;
}

input:not([type="radio"]):not([type="checkbox"]) {
  display: block;
  margin-bottom: 2em;
  width: 80%;
}

.error {
  color: red;
}

button {
  margin-top: 10px;
}

textarea {
  display: block;
}

@media only screen and (max-width: 454px) {
  .nav_explore ul {
    font-size: 90%;
  }

  figure {
    width: 85%;
  }

  .main_topic {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}

  #jcanvasbouquet {
    border: 0;
  }

  p.sub_topic {
    width: 80%;
  }

  h2 {
    width: 80%;
  }
} 

@media only screen and (max-width: 377px) {
 .nav_explore ul {
    font-size: 90%;
    margin-left: 0;
    margin-right: 1em;
   }
}</pre></body></html>