@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
body, td, th {
  font-family: 'Noto Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000; }

body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1.2em;
  position: relative; }

p {
  font-size: 1em; }

h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.33em;
  margin-top: 0.8em; }

h2 {
  font-size: 1.1em;
  font-weight: bold; }
  h2 a {
    text-decoration: underline; }

a {
  color: #d43900; }

a:hover {
  color: #F2400C; }

a:active {
  color: #50025a; }

.nowrap {
  white-space: nowrap; }

.nav {
  font-size: 0.9em;
  font-weight: bold;
  color: #f27d00; }

.secnavblack {
  width: 15em;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #000;
  padding-top: 2em;
  margin-bottom: 1em;
  clear: left;
  font-weight: bold;
  line-height: 1.3em; }

.pgreylink {
  width: 15em;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #000;
  padding-top: 1em;
  margin-bottom: 1em;
  clear: left;
  text-decoration: none; }

nav {
  position: relative; }

#prinav {
  background: #181718;
  overflow: hidden;
  padding: 1em 0 1em 1.5em;
  margin: 0;
  position: relative; }
  #prinav a {
    color: #efefef;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none; }
  #prinav li {
    float: left;
    line-height: 2em;
    list-style: none;
    margin: 0 3em 0 0; }
  #prinav li:before {
    background: url(/images/arrow-right.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    margin-right: 0.8em;
    width: 0.45em;
    height: 0.9em; }
  #prinav #menu-button:before {
    display: none; }
  #prinav #menu-button {
    margin-right: 1.7em;
    position: absolute;
    right: 0;
    top: 1.3em; }
  #prinav #menu-button img {
    width: 1.2em; }

#close-menu-button {
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  padding: 0.5em; }

#close-menu-button img {
  width: 1.2em; }

#secnav {
  background: white;
  border: 1px solid #666666;
  border-right: 0;
  box-shadow: rgba(0, 0, 0, 0.3) -2px 2px 4px;
  font-size: 0.9em;
  right: -100%;
  padding: 2em 2em 0 2em;
  position: absolute;
  top: 0;
  transition: right 0.3s ease-out; }

.secnav {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  clear: left;
  margin-bottom: 1em;
  padding-top: 1em;
  width: 15em; }

.secnav a, .secnavnoline a {
  font-weight: bold;
  text-decoration: none; }

.secnavnoline {
  width: 15em;
  margin-bottom: 1em;
  clear: left; }

.secnavgrey {
  width: 15em;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #CCCCCC;
  padding-top: 1em;
  margin-bottom: 1em;
  clear: left; }

.secnavgrey a {
  color: #666;
  font-size: 0.9em;
  font-weight: bold;
  text-decoration: none; }

.secnavgrey a:hover {
  color: #666666; }

#page-wrapper {
  background: #fff;
  margin: 0 auto;
  min-height: calc(100vh - 16em);
  padding-bottom: 16em;
  position: relative;
  overflow-x: hidden; }

header {
  background: white;
  line-height: 0;
  margin: 0 auto;
  overflow: hidden; }
  header .desktop img {
    height: 6.9em; }
  header img.mobile {
    width: 100%; }
  header .left {
    margin-left: 2em; }
    header .left img {
      width: 29em; }

.left {
  float: left; }

.right {
  float: right; }

.demolink img {
  width: 13em; }

.demolink.mobile img {
  margin: 0.5em 0 1em;
  width: 14em; }

ul {
  margin-left: 0;
  padding-left: 0;
  list-style: url("images/bullet.gif") disc; }

main {
  background: white;
  float: left;
  line-height: 1.5em;
  overflow: hidden;
  padding: 0 1.5em; }
  main .wrapper {
    float: right;
    margin: 1.7em 0 2em 1.4em; }
  main ul {
    margin-left: 1em; }

#stvHeading span {
  font-weight: normal; }

footer {
  background: #181718;
  bottom: 0;
  margin-top: 2em;
  overflow: hidden;
  position: absolute;
  padding: 1.2em 1em 1em;
  width: calc(100% - 2em); }
  footer p {
    color: #eee;
    font-size: 0.9em;
    line-height: 1.3em;
    margin-left: 0.5em;
    margin-top: 0.5em; }
  footer a {
    color: #f27d00; }
  footer img {
    height: 50px; }

.clearfix {
  clear: both; }

.desktop {
  display: none; }

iframe#how-it-works {
  background: white;
  width: 275px;
  height: 250px;
  overflow: hidden;
  border: 0; }

#counting-diagram {
  margin-top: 0.33em;
  width: 21.5em; }

img.votingform {
  width: 100%;
  max-width: 23em;
  margin-bottom: 1em; }

@media (min-width: 280px) {
  iframe#how-it-works {
    width: 220px;
    height: 200px; }

  #counting-diagram {
    width: 18.5em; } }
@media (min-width: 320px) {
  iframe#how-it-works {
    width: 275px;
    height: 250px; }

  #counting-diagram {
    width: 21.5em; } }
@media (min-width: 360px) {
  #counting-diagram {
    width: 24.5em; } }
@media (min-width: 375px) {
  iframe#how-it-works {
    width: 330px;
    height: 300px; }

  #counting-diagram {
    width: 25.8em; } }
@media (min-width: 411px) {
  #counting-diagram {
    width: 28.6em; } }
@media (min-width: 540px) {
  iframe#how-it-works {
    width: 495px;
    height: 450px; } }
@media (min-width: 768px) {
  header .mobile {
    display: none; }

  header .desktop {
    display: block; }

  header {
    font-size: 0.77em; }

  iframe#how-it-works {
    width: 550px;
    height: 500px; }

  #counting-diagram {
    width: 30em; }

  main {
    padding-right: 2em; }

  #prinav {
    padding-left: 2em; }

  ul {
    list-style-image: url(images/bullet2.gif); } }
@media (min-width: 960px) {
  body {
    font-size: 11px; }

  .mobile {
    display: none; }

  .desktop {
    display: block; }

  iframe#how-it-works {
    width: 550px;
    height: 500px; }

  #page-wrapper {
    background: #eee;
    border-right: 1px solid black;
    border-left: 1px solid black;
    min-height: calc(100vh - 11em);
    padding-bottom: 11em; }

  #header-wrapper {
    background: #fff; }

  main {
    border-radius: 1rem;
    border-top-left-radius: 0.5rem;
    margin-left: 0;
    margin-top: 1.33rem;
    max-width: 49.5em;
    padding-bottom: 0.66em;
    width: calc(100% - 30em); }

  main.home {
    max-width: 60.8em;
    width: calc(100% - 20em); }

  main.home h2 {
    margin-bottom: 0; }

  main.home p {
    margin-top: 0.33em; }

  #prinav {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5em; }

  #prinav li {
    line-height: 2.5em;
    margin-right: 2em; }

  #prinav li:before {
    display: none; }

  #prinav li a:hover {
    color: #d0d0d0; }

  #secnav {
    background: white;
    border: 0;
    border-radius: 1rem;
    border-top-left-radius: 0.5rem;
    border-bottom-right-radius: 1.66rem;
    box-shadow: none;
    float: left;
    left: 0;
    top: 0;
    margin: 1.33rem;
    padding: 1.5rem 1rem 0;
    position: relative;
    width: 14.3em; }

  .secnav, .secnavblack, .secnavgrey {
    width: 14em; }

  main ul {
    margin-left: 1em; }

  footer {
    padding: 1em 2em;
    width: calc(100% - 4em); }

  footer p {
    line-height: 1.4em;
    margin-left: 0;
    margin-top: 1em;
    max-width: 64em;
    width: 75%;
    width: calc(100% - 220px); }

  #logo {
    margin: 0.6em 0 0;
    min-width: 195px;
    width: 16em; } }
@media (min-width: 1100px) {
  body {
    font-size: 13px; }

  main {
    max-width: 45em; } }
@media (min-width: 1180px) {
  body {
    font-size: 14px; } }
@media (min-width: 1260px) {
  body {
    font-size: 15px; }

  #logo {
    width: 15.5em; } }
@media (min-width: 1340px) {
  body {
    font-size: 16px; } }
@media (min-width: 1480px) {
  header {
    width: 82.5rem; }

  #prinav {
    padding-left: 0; }

  #prinav li:first-child, #secnav, #logo {
    margin-left: calc((100% - 79.5rem) / 2); }

  #logo {
    width: 16em; } }

/*# sourceMappingURL=stv.css.map */
