<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document
--------------------------------------------- */

/* Reset browser styles 
--------------------------------------------- */
html,
body,
div,
span,
h1,
h2,
h3,
blockquote,
pre,
a,
img,
small,
strike,
ol,
ul,
li,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Global Content Formatting and Styles 
--------------------------------------------- */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

ul {
  margin: 1em;
}

p {
  font-size: 16px;
  color: #343536;
}
hr {
  border-collapse: collapse;
  border-color: #9e9e9e;
}

button {
  background-color: #660199!important;
  color: #fff!important;
  padding: 8px 10px;
  border: 1px solid #660199!important;
  text-transform: uppercase;
}

button:hover {
  background-color: #7c3c9c!important;
  color: #fff;
}
small {
  font-size: 0.75rem;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.center {
  text-align: center;
}

/*Stop side to side movement on mobile*/
html,
body {
  width: auto !important;
  overflow-x: hidden !important;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  background-color: #fff;
}

/********************/
/* IFRAME HANDLING  */
/********************/
body.hasiframe {
  background-color: transparent;
}
body.hasiframe header,
body.hasiframe footer,
body.hasiframe .nav-container,
.hidden {
  display: none;
}

.iframe-only {
  display: none;
}
body.hasiframe .iframe-only {
  display: initial;
}

/* Header element styles
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6b2c91;
  font-family: "Open Sans", sans-serif;
}
h2.h2-footer {
  color: #b5b5b5;
  font-size: 1em;
  font-weight: 300;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 24px;
}

/* Header section
--------------------------------------------- */
header {
  padding: 0px;
  margin: 10px 10px 0;
  height: auto;
  clear: both;
  display: block;
  text-align: center;
}
header:before,
header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}

header h1 {
  display: inline-block;
  text-indent: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  float: none;
  color: rgb(102, 0, 153);
  font-size: 1em;
}

header {
  text-align: left;
}
#top_logo {
  float: left;
  margin: 0px 25px 10px 0px;
  padding: 0px;
  border: 0px;
}
header h1 {
  display: inline-block;
  background: none;
  text-indent: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 2;
  float: none;
  background-color: transparent;
  color: rgb(102, 0, 153);
  /* padding-bottom: 15px; */
  font-size: 1.3em;
  height: auto;
  width: auto;
}
/* Header styles
--------------------------------------------- */
.header {
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

.header .mainLogo {
  float: left;
  width: 170px;
  height: 71px;
  margin: 0 0 20px;
}

.header .site-identifier {
  clear: both;
  margin: 0;
  padding: 0 0 30px;
}

.header .site-identifier p {
  font-size: 22px;
  color: #6b2c91;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.header .mobile-menu-icon {
  display: block;
  float: right;
  margin: 0;
  padding: 14px;
}

.header .mobile-menu-icon img {
  display: block;
}
/* Site containers
--------------------------------------------- */
.container,
.nav {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

.container {
  margin-bottom: 50px;
  margin-top: 20px;
}

.header-container {
  position: relative;
  margin: 20px 0 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  border-bottom: 2px solid #660199;
}

.nav-container {
  background-color: #6b2c91;
}

/* Navigation styles
--------------------------------------------- */
.nav-container .nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  display: none;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  flex-direction: column;
  padding-bottom: 15px;
}

.menu li a {
  display: block;
  padding: 15px 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 20px;
}

.toggle {
  flex: 1;
  text-align: right;
  order: 2;
}

.show-mobile {
  margin-left: 8px;
  display: inline-block;
}

/* iframe styles
--------------------------------------------- */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Footer section styles
--------------------------------------------- */
.footerContainer {
  background: #1d1d1d;
  padding: 20px 0 30px;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}

.footerContainer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerContainer li {
  font-size: 1em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerContainer li span,
.footerContainer li a,
.footerContainer address a {
  color: #aaa;
  text-decoration: none;
}

.fourcol {
  width: 100%;
  margin-bottom: 30px;
}

.fourcol.last {
  width: 30.8% !important;
  margin: 0;
  padding: 0;
  border-top: 0;
}

.h2-footer {
  line-height: 1em;
  padding: 0 0 0.8em;
  color: #1d1d1d;
  font-weight: 300;
  margin: 0;
}

/* Copyright section styles
--------------------------------------------- */
.copyright-container {
  margin-bottom: 0px;
  margin-top: 10px;
}
.inlineList {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inlineList li {
  display: inline-block;
  margin: 0;
  padding: 0 5px 0 0;
  font-size: 1em;
  color: #343536;
}

#main {
  width: 100%;
  max-width:1000px;
  margin: auto;
}
#loading-info {
  margin: 50px auto;
  width: 200px;
}

/********************/
/* IFRAME HANDLING  */
/********************/
body.hasiframe {
  background-color: transparent;
}
body.hasiframe header,
body.hasiframe footer,
.hidden {
  display: none;
}

.iframe-only {
  display: none;
}
body.hasiframe .iframe-only {
  display: initial;
}

/***********/
/* OPTIONS  */
/************/

#config-box {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: 0.9em;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #626262;
  color: #ffffff;
}

.config-box-iframe{
  background: #fff;
}

.config-box-iframe p{
  color: #626262;
}

#options {
  padding-top: 20px;
  margin: auto;
  width:80%;
  padding-bottom: 20px;
  
}
#options .option-container {
  padding: 5px; 
  margin: auto;
  overflow: hidden;
}
#options .label {
  width: 125px;
  margin-right: 5px;
  float: left;
  font-family: "Times New Roman", Times, serif;
}
#options .info {
  font-size: 1.2em;
  font-family: "Times New Roman", Times, serif;
  cursor: pointer;
  margin-left: 5px;
}

#options select + span {
  margin-top: -10px;
}

#options .slider {
  position: relative;
  width: 40%;
  max-width: 350px;
  float: left;
  margin-top: 4px;
}
#options .ui-slider-handle {
  cursor: pointer !important;
}
#options .slider-value {
  float: left;
  width:120px;
  padding-left: 10px;
  margin-top: 2px;
}
#options .slider-value span {
  padding-right: 5px;
}



#graph-container {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  border: solid #4e6bb1 1px;
  overflow: visible;
}


/***********/
/* CREDITS */
/**********/


#credits {
  padding-top: 20px;
  margin: auto;
  width:80%;
  padding-bottom: 20px;
  min-height: 300px;
}
.credits-list {
  list-style: square;
  margin-left: 30px;
}

/*********************/
/* RESPONSIVE STYLES */
/*********************/


@media (max-width: 825px) {
  #options {
    width:100%;
    margin-left: 20px;
  }
}

@media (max-width: 560px) { 
  #logo {
    padding-bottom: 0;
  }
  body {
    font-size: 0.9em;
  }
  .buttons {
    font-size: 0.9em;
  }
  #title {
    font-size: 1.3em;
  }
}

@media (max-width: 460px) { 
  #main {
    width:100%;
  }
  body {
    font-size: 0.8em;
  }
  .buttons {
    font-size: 0.9em;
  }
  #title {
    font-size: 1.2em;
    padding-left: 0;
  }
  #logo {
    padding: 5px; 
  }
  #options {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #options .label {
    float: none;
  }
}


/* Media queries
--------------------------------------------- */
@media only screen and (min-width: 600px) {
  .fourcol {
    width: 48.1%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 960px) {
  .header-container {
    border-bottom: 0;
  }

  .nav-container .nav {
    display: block !important;
  }

  .fourcol {
    width: 25%;
  }
  .fourcol.last {
    width: 25% !important;
    margin: 0;
    padding: 0;
    border-top: 0;
  }
  .video-width {
    width: 50%;
    margin: 0 auto;
  }
  /* Header */
  .header .site-identifier {
    clear: none;
    margin: 22px 0 0 220px;
    padding: 0;
  }

  .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style-type: none;
    margin: 0;
    flex-direction: row;
    padding-bottom: 0px;
  }

  .menu li span {
    display: block;
    padding: 15px 30px 15px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
  }
  .header .mobile-menu-icon {
    display: none;
  }
}
</pre></body></html>