<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;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #660199;
  text-transform: uppercase;
}

button:hover {
  background-color: #7c3c9c;
  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;
}
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,
.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;
}

/* Content styles
--------------------------------------------- */
.bolded {
  font-weight: 600;
}

.table-container {
  margin-top: 20px;
}

.application-container {
  margin: auto;
}

#myCanvas1 {
  touch-action: pinch-zoom;
}

.button-row {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px !important;
  position: relative;
  text-align: center;
}

.row-fixed {
  width: 1200px;
  margin: 0;
  padding 0px !important;
}

.table-container-left {
  padding: 10px 0;
}

.video-width {
  width: 100%;
  margin: 0 auto;
}

.small-screen {
  border: 2px solid red;
  padding: 5px;
  margin-top: 10px;;
}

/* Table styles
--------------------------------------------- */
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  color: #000;
  border: 1px solid #d8d8d8;
  margin-top: 10px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

table th {
  background: #403f40;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  max-width: 180px;
}

table th,
table td {
  padding: 0.3em;
  text-align: center;
}

/* Media queries
--------------------------------------------- */
@media only screen and (min-width: 600px) {
  .fourcol {
    width: 48.1%;
    margin-bottom: 30px;
  }
  .small-screen {
    display: none;
  }
  body {
    overflow-x: visible !important;
  }
}

@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 a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 20px;
  }
  .show-mobile {
    display: none;
  }
  .header .mobile-menu-icon {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .galc_70_30_flex-item:nth-child(2) {
    padding: 10px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 70 1 auto;
    -ms-flex: 70 1 auto;
    flex: 70 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}
</pre></body></html>