.red1 {
  background-color: #ea9db6;
  color: #fcfcfc; }

.red2 {
  background-color: #e65877;
  color: #fcfcfc; }

.red3 {
  background-color: #a73f58;
  color: #fcfcfc; }

.red4 {
  background-color: #762c3f;
  color: #fcfcfc; }

.green1 {
  background-color: #b6f39d;
  color: #1b1b1b; }

.green2 {
  background-color: #77e658;
  color: #1b1b1b; }

.green3 {
  background-color: #58a73f;
  color: #fcfcfc; }

.green4 {
  background-color: #3f762c;
  color: #fcfcfc; }

.blue1 {
  background-color: #9db6ea;
  color: #fcfcfc; }

.blue2 {
  background-color: #5877e6;
  color: #fcfcfc; }

.blue3 {
  background-color: #3f58a7;
  color: #fcfcfc; }

.blue4 {
  background-color: #2c3f76;
  color: #fcfcfc; }

.yellow1 {
  background-color: #eaeab6;
  color: #1b1b1b; }

.yellow2 {
  background-color: #e6e677;
  color: #1b1b1b; }

.yellow3 {
  background-color: #a7a758;
  color: #fcfcfc; }

.yellow4 {
  background-color: #76763f;
  color: #fcfcfc; }

.cyan1 {
  background-color: #b6f3f3;
  color: #1b1b1b; }

.cyan2 {
  background-color: #6ed1d1;
  color: #fcfcfc; }

.cyan3 {
  background-color: #58a7a7;
  color: #fcfcfc; }

.cyan4 {
  background-color: #3f7676;
  color: #fcfcfc; }

.gray1 {
  background-color: #eaeaea;
  color: #1b1b1b; }

.gray2 {
  background-color: #e6e6e6;
  color: #1b1b1b; }

.gray3 {
  background-color: #a7a7a7;
  color: #fcfcfc; }

.gray4 {
  background-color: #767676;
  color: #fcfcfc; }

.black {
  background-color: #1b1b1b;
  color: #fcfcfc; }

.white {
  background-color: #fcfcfc;
  color: #1b1b1b; }

input,
button,
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="time"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="month"],
input[type="week"] {
  border: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #fcfcfc;
  border-bottom: 2px #e6e6e6 solid;
  margin-left: 0.25em;
  margin-right: 0.25em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all .25s; }
  input:disabled,
  button:disabled,
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="tel"]:disabled,
  input[type="url"]:disabled,
  input[type="time"]:disabled,
  input[type="number"]:disabled,
  input[type="email"]:disabled,
  input[type="search"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled {
    background-color: #eaeaea;
    border-bottom: 2px #e6e6e6 solid; }
  input:focus,
  button:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  input[type="time"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="search"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus {
    background-color: #fcfcfc;
    color: #5877e6;
    border-bottom: 2px #5877e6 solid;
    outline: none; }

button,
input[type="button"] {
  color: #fcfcfc;
  background-color: #5877e6;
  border-bottom: 2px #3f58a7 solid; }
  button:hover, button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus {
    background-color: #9db6ea;
    border-bottom: 2px #5877e6 solid; }
  button:active,
  input[type="button"]:active {
    background-color: #3f58a7;
    border-bottom: 2px #2c3f76 solid; }

button[type="submit"],
input[type="submit"] {
  color: #fcfcfc;
  background-color: #5877e6;
  border-bottom: 2px #3f58a7 solid; }
  button[type="submit"]:hover, button[type="submit"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: #9db6ea;
    border-bottom: 2px #5877e6 solid; }
  button[type="submit"]:active,
  input[type="submit"]:active {
    background-color: #3f58a7;
    border-bottom: 2px #2c3f76 solid; }

button[type="reset"],
input[type="reset"],
button.red,
input[type="button"].red {
  color: #fcfcfc;
  background-color: #e65877;
  border-bottom: 2px #a73f58 solid; }
  button[type="reset"]:hover, button[type="reset"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  button.red:hover,
  button.red:focus,
  input[type="button"].red:hover,
  input[type="button"].red:focus {
    background-color: #ea9db6;
    border-bottom: 2px #e65877 solid; }
  button[type="reset"]:active,
  input[type="reset"]:active,
  button.red:active,
  input[type="button"].red:active {
    background-color: #a73f58;
    border-bottom: 2px #762c3f solid; }

input[type="numeric"],
input[type="number"] {
  -moz-appearance: textfield; }
  input[type="numeric"]::-webkit-inner-spin-button, input[type="numeric"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none; }

input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  background: #fcfcfc;
  vertical-align: middle;
  border: #58a7a7 1px solid;
  display: inline-block;
  padding: 0.5em; }
  input[type="checkbox"]:checked {
    background: #58a7a7; }

input[type] + input[type] {
  margin-left: 0; }

::-webkit-input-placeholder {
  color: #767676; }

::-moz-placeholder {
  color: #767676; }

::-ms-input-placeholder {
  color: #767676; }

.red1 {
  background-color: #ea9db6;
  color: #fcfcfc; }

.red2 {
  background-color: #e65877;
  color: #fcfcfc; }

.red3 {
  background-color: #a73f58;
  color: #fcfcfc; }

.red4 {
  background-color: #762c3f;
  color: #fcfcfc; }

.green1 {
  background-color: #b6f39d;
  color: #1b1b1b; }

.green2 {
  background-color: #77e658;
  color: #1b1b1b; }

.green3 {
  background-color: #58a73f;
  color: #fcfcfc; }

.green4 {
  background-color: #3f762c;
  color: #fcfcfc; }

.blue1 {
  background-color: #9db6ea;
  color: #fcfcfc; }

.blue2 {
  background-color: #5877e6;
  color: #fcfcfc; }

.blue3 {
  background-color: #3f58a7;
  color: #fcfcfc; }

.blue4 {
  background-color: #2c3f76;
  color: #fcfcfc; }

.yellow1 {
  background-color: #eaeab6;
  color: #1b1b1b; }

.yellow2 {
  background-color: #e6e677;
  color: #1b1b1b; }

.yellow3 {
  background-color: #a7a758;
  color: #fcfcfc; }

.yellow4 {
  background-color: #76763f;
  color: #fcfcfc; }

.cyan1 {
  background-color: #b6f3f3;
  color: #1b1b1b; }

.cyan2 {
  background-color: #6ed1d1;
  color: #fcfcfc; }

.cyan3 {
  background-color: #58a7a7;
  color: #fcfcfc; }

.cyan4 {
  background-color: #3f7676;
  color: #fcfcfc; }

.gray1 {
  background-color: #eaeaea;
  color: #1b1b1b; }

.gray2 {
  background-color: #e6e6e6;
  color: #1b1b1b; }

.gray3 {
  background-color: #a7a7a7;
  color: #fcfcfc; }

.gray4 {
  background-color: #767676;
  color: #fcfcfc; }

.black {
  background-color: #1b1b1b;
  color: #fcfcfc; }

.white {
  background-color: #fcfcfc;
  color: #1b1b1b; }

.message, .message-info, .message-warning, .message-error, .message-success {
  color: black;
  padding: 0.5em;
  margin: 0.25em;
  border-left: 8px #e6e6e6 solid;
  background-color: #fcfcfc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2px; }

.message-info {
  color: #fcfcfc;
  border-left: 8px #3f58a7 solid;
  background-color: #5877e6; }

.message-warning {
  border-color: #a7a758;
  background-color: #e6e677; }

.message-error {
  color: #fcfcfc;
  border-color: #a73f58;
  background-color: #e65877; }

.message-success {
  color: #1b1b1b;
  border-color: #58a73f;
  background-color: #77e658; }

@keyframes bganimation {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  animation: bganimation 1s;
  -moz-animation: bganimation 1s;
  background-color: rgba(0, 0, 0, 0.5); }
  .modal .container {
    width: 80%;
    margin: auto; }
    .modal .container header {
      background-color: #58a7a7;
      margin-top: -1em;
      margin-left: -1em;
      margin-right: -1em;
      margin-bottom: 1em; }
      .modal .container header button,
      .modal .container header input[type="button"] {
        float: right;
        margin-top: -0.5em;
        margin-right: -1em;
        color: #1b1b1b;
        background-color: #fcfcfc;
        border-bottom: 2px #eaeaea solid; }
        .modal .container header button:hover, .modal .container header button:focus,
        .modal .container header input[type="button"]:hover,
        .modal .container header input[type="button"]:focus {
          background-color: #e6e6e6;
          border-bottom: 2px #a7a7a7 solid; }
        .modal .container header button:active,
        .modal .container header input[type="button"]:active {
          background-color: #a7a7a7;
          border-bottom: 2px #767676 solid; }
    .modal .container footer {
      margin-top: 1em;
      border-top: #eaeaea solid 1px;
      padding-top: 0.5em; }

nav#pagenav {
  margin-top: 1em;
  font-size: .9em;
  text-align: center; }

nav#topnav {
  top: 0;
  margin: 0;
  padding: 0;
  background-color: #fcfcfc;
  border-bottom: 1px solid #a7a7a7;
  width: 100%; }
  @media screen and (min-width: 800px) {
    nav#topnav {
      position: fixed; } }
  nav#topnav ul {
    width: 100%;
    vertical-align: middle;
    display: none;
    padding: 0;
    margin: auto;
    overflow: hidden; }
    @media screen and (min-width: 800px) {
      nav#topnav ul {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    nav#topnav ul > li a {
      align-items: flex-start;
      display: flex;
      padding: 1em;
      color: #1b1b1b;
      background-color: #fcfcfc;
      transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out; }
      nav#topnav ul > li a:hover {
        color: #fcfcfc;
        background-color: #6ed1d1; }
      nav#topnav ul > li a:active {
        background-color: #3f7676; }

nav#topnav ul > li.active a {
  background-color: #58a7a7;
  color: #fcfcfc;
  font-weight: bold; }

table {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CCCCCC; }

th {
  padding: .25em;
  text-align: left;
  border: 1px solid #e6e6e6;
  background-color: #eaeaea; }

td {
  padding: .25em;
  border: 1px solid #CCCCCC; }

@font-family {
  font-family: 'Cantarell';
  src: url("fonts/Cantarell.ttf"); }
body,
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  font-family: Cantarell;
  font-size: 10pt;
  color: #1b1b1b;
  background-color: #fcfcfc;
  line-height: 1.5em; }

footer {
  font-size: 8pt;
  line-height: 1.1em; }

footer.timestamp {
  border-top: 1px solid #a7a7a7;
  padding-top: 0.5em;
  margin-top: 1em;
  text-align: right; }

footer#mainfooter {
  border-top: 1px solid #a7a7a7;
  padding-top: 1em;
  margin-top: 2em; }

a {
  text-decoration: none;
  color: #58a7a7; }

ul {
  list-style-type: none; }

pre.code {
  padding: .5em;
  background-color: #eaeaea;
  font-family: OCRA;
  font-size: 10px; }

code {
  padding: .25em;
  background-color: #eaeaea;
  font-family: OCRA;
  font-size: 10px; }

.card {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 10px; }

.subcard {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 2px; }

#maincontainer {
  margin: auto; }
  @media screen and (min-width: 800px) {
    #maincontainer {
      width: 70%;
      vertical-align: middle;
      margin-top: 4em;
      margin-bottom: 10px; } }

.container {
  background-color: #fcfcfc;
  overflow: auto;
  padding: 1em;
  margin-top: 1em; }

header {
  background-color: #58a7a7;
  color: #fcfcfc;
  margin: 0;
  padding: .5em;
  padding-left: 1em;
  padding-right: 1em; }
  @media screen and (max-width: 800px) {
    header {
      margin-top: -1em;
      margin-left: -1em;
      margin-right: -1em; } }

hr {
  width: 100%;
  border: none;
  background-color: #a7a7a7;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em; }

h2 {
  font-size: 1.2em; }

.container > h1.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.container > h2.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.container > h3.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.container > h4.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.container > h5.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.container > h6.corner {
  display: table;
  margin: 0;
  margin-top: -1em;
  margin-left: -1em;
  margin-bottom: .5em;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.5em; }

.tag {
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

@media screen and (min-width: 800px) {
  .mobile-only {
    display: none; } }

/*# sourceMappingURL=cw-styles-light.css.map */
