@font-face {
  font-family: 'clearsans';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/clearsans/CS.eot");
  src: url("/assets/fonts/clearsans/CS.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/clearsans/CS.woff") format("woff"), url("/assets/fonts/clearsans/CS.ttf") format("truetype"), url("/assets/fonts/clearsans/CS.svg#clearsans") format("svg");
}

@font-face {
  font-family: 'clearsans';
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/clearsans/CS_it.eot");
  src: url("/assets/fonts/clearsans/CS_it.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/clearsans/CS_it.woff") format("woff"), url("/assets/fonts/clearsans/CS_it.ttf") format("truetype"), url("/assets/fonts/clearsans/CS_it.svg#clearsans") format("svg");
}

@font-face {
  font-family: 'clearsans';
  font-weight: 300;
  font-style: normal;
  src: url("/assets/fonts/clearsans/CS_l.eot");
  src: url("/assets/fonts/clearsans/CS_l.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/clearsans/CS_l.woff") format("woff"), url("/assets/fonts/clearsans/CS_l.ttf") format("truetype"), url("/assets/fonts/clearsans/CS_l.svg#clearsans") format("svg");
}

@font-face {
  font-family: 'clearsans';
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/clearsans/CS_b.eot");
  src: url("/assets/fonts/clearsans/CS_b.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/clearsans/CS_b.woff") format("woff"), url("/assets/fonts/clearsans/CS_b.ttf") format("truetype"), url("/assets/fonts/clearsans/CS_b.svg#clearsans") format("svg");
}

@font-face {
  font-family: 'clearsans';
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/clearsans/CS_bi.eot");
  src: url("/assets/fonts/clearsans/CS_bi.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/clearsans/CS_bi.woff") format("woff"), url("/assets/fonts/clearsans/CS_bi.ttf") format("truetype"), url("/assets/fonts/clearsans/CS_bi.svg#clearsans") format("svg");
}

html,
body {
  min-height: 100%;
  font-family: "clearsans";
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1rem;
}

p {
  line-height: 1.2rem;
}

header {
  padding: 40px 40px 20px 40px;
}

header nav {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  header nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

header nav a {
  text-align: center;
  margin-bottom: 20px;
}

header nav .timstyle img {
  height: 52px;
}

header nav .tim img {
  height: 30px;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.wrapper section {
  padding: 10px;
}

.wrapper section .error {
  display: none;
}

.wrapper footer {
  max-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 10px;
}

.wrapper footer a {
  font-size: 0.9rem;
  opacity: 0.8;
  text-decoration: none;
  margin: 10px;
}

.wrapper footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

.login {
  background-color: #20366a;
  background: -webkit-gradient(linear, left top, left bottom, from(#20366a), to(#1a65a7));
  background: linear-gradient(180deg, #20366a 0%, #1a65a7 100%);
}

.login .wrapper .content {
  display: none;
}

.login .wrapper .form {
  display: none;
}

.login .wrapper .form .error {
  color: #de2127;
  font-weight: bold;
}

.login .wrapper .form h1 {
  color: white;
}

.login .wrapper .form p {
  color: white;
  font-weight: 300;
  margin-bottom: 1rem;
}

.login .wrapper .form button {
  font-size: 1.2rem;
  font-family: inherit;
  margin-top: 40px;
  padding: 6px 20px;
  background-color: #de2127;
  color: #fff;
  min-height: 35px;
  line-height: 35px;
  letter-spacing: normal;
  vertical-align: middle;
  border: 0;
  min-width: 200px;
  -webkit-appearance: button;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.login .wrapper .form button:hover {
  opacity: 0.9;
}

.login .wrapper .form input {
  margin: 20px 0;
  background: #fff;
  height: 45px;
  padding: 4px 12px;
  max-width: 100%;
  width: 100%;
  border: 0 solid transparent;
  font-weight: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0a426a;
  font-family: "clearsans";
  font-size: 14px;
}

.login .wrapper .form input::-webkit-input-placeholder {
  color: #0a426a;
}

.login .wrapper .form input:-ms-input-placeholder {
  color: #0a426a;
}

.login .wrapper .form input::-ms-input-placeholder {
  color: #0a426a;
}

.login .wrapper .form input::placeholder {
  color: #0a426a;
}

.login footer a {
  color: white;
}

.stream {
  background: #f2f2f2;
  background-color: #f2f2f2;
}

.stream header {
  background: -webkit-gradient(linear, left top, right top, from(#20366a), color-stop(37%, #1a65a7));
  background: linear-gradient(90deg, #20366a 0%, #1a65a7 37%);
}

.stream .wrapper .form {
  display: none !important;
}

.stream .wrapper .content h1 {
  color: #0a426a;
}

.stream .wrapper .content p {
  color: #0a426a;
  font-weight: 300;
}

.stream .wrapper .content .wrapper-embed {
  margin: 30px auto;
  max-width: 640px;
}

.stream .wrapper .content .wrapper-embed .embed {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.stream .wrapper .content .wrapper-embed .embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.stream .wrapper footer a {
  color: #0a426a;
}
/*# sourceMappingURL=style.css.map */