@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"),
       url("subset-LatoLatin-Regular.woff2") format("woff2"),
       url("subset-LatoLatin-Regular.woff") format("woff"),
       url("subset-LatoLatin-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section,figcaption,figure,main,details,menu{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub,sup,progress{vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video,progress,canvas{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}hr,button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}legend,[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}template{display:none}[hidden]{display:none}




html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: #eee;
  font-family: "Lato", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  background-color: #71060c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed", sans-serif;
}

.wrapper {
  clear: both;
  display: flex;
  flex-direction: column;
  max-width: 1072px;
  min-height: 100vh; /* Fallback */
  min-height: 100dvh;
  margin-right: auto;
  margin-left:  auto;
  padding-right: 8px;
  padding-left:  8px;
}


.header {
  clear: both;
  display: table; /* Fallback */
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto 0.5rem;
  padding: 1rem;
  background-color: #111;
  border-collapse: collapse;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (max-width: 800px) {
  .header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.logo {
  clear: both;
  display: table-cell; /* Fallback */
  display: flex;
  max-width: 320px;
  margin: 0 8px 0 0;
  text-decoration: none;
  vertical-align: bottom;
}

@media (max-width: 800px) {
  .logo {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
}

.logo__img {
  align-self: flex-end;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.login {
  clear: right;
  display: table-cell; /* Fallback */
  display: flex;
  margin: 16px 0 0 8px;
  font-size: .875em;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-collapse: collapse;
  vertical-align: bottom;
}

@media (max-width: 800px) {
  .login {
    margin-right: auto;
    margin-left: auto;
  }
}


.login__form {
  display: table; /* Fallback */
  display: flex;
  justify-content: space-between;
  font-size: 1.125em;
  border-collapse: collapse;
}

@media (max-width: 600px) {
  .login__form {
    flex-direction: column;
    justify-content: center;
  }
}

.login__item {
  display: table-cell; /* Fallback */
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  vertical-align: top;
}

.login__item + .login__item {
  padding-left: 8px;
}

@media (max-width: 600px) {
  .login__item + .login__item {
    padding-top:  8px;
    padding-left: 0;
  }
}


.login__input {
  float: right;
  display: block; /* Fallback */
  display: flex;
  justify-content: space-between;
  flex: 5 1 auto;
  min-height: 2.75em;
  margin:  0;
  padding: .5em;
  color: #333; /* Fallback */
  color: rgba(0, 0, 0, .6666);
  line-height: 1.2;
  background-color: #eee;
  border: 3px solid #777;
  border-top-right-radius:    5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: border     .25s ease-in-out,
                      background .25s ease-in-out;
          transition: border     .25s ease-in-out,
                      background .25s ease-in-out;
}
.login__input:focus,
.login__input:hover,
.login__input:active {
  color: #000;
  background-color: #fff;
  border-color: #aaa;
}

.login__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);
}
.login__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}
.login__input::placeholder {
  color: rgba(0, 0, 0, .4);
}


.login__label {
  float: left;
  display: block; /* Fallback */
  display: flex;
  order: -1;
  justify-content: space-between;
  flex: 5 1 auto;
  min-width: 34px;
  min-height: 2.75em;
  margin:  0;
  padding: .5em .3375em;
  color: #ddd; /* Fallback */
  color: rgba(255, 255, 255, .75);
  line-height: 1.2;
  text-align: center;
  background-color: #777;
  border: 3px solid #777;
  border-top-left-radius:    5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: border     .25s ease-in-out,
                      background .25s ease-in-out;
          transition: border     .25s ease-in-out,
                      background .25s ease-in-out;
  cursor: pointer;
}
.login__input:focus ~ .login__label,
.login__input:hover ~ .login__label,
.login__input:active ~ .login__label {
  color: #000;
  border-color:     #aaa;
  background-color: #aaa;
}

/* IcoMoon.io */
.icon {
  display: inline-block;
  width:  1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill:   currentColor;
}
.icon-user {
  width: .7142857142857142em;
}
.icon-lock {
  width: .6428571428571428em;
}

.login__icon {
  display: block;
  margin-right: auto;
  margin-left:  auto;
  font-size: 1.25em;
}

.login__description {
  /* Visually hidden */
  position: absolute;
  width:   1px;
  height:  1px;
  margin: -1px;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  border: 0;
  overflow: hidden;
}


.login__submit {
  display: block;
  width: 100%;
  margin: 0;
  padding: .5em .75em;
  color: #111; /* Fallback */
  color: rgba(0, 0, 0, 0.875);
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #aaa;
  background-image: -webkit-gradient(linear,
                                     left top, left bottom,
                                     from(#aaa),
                                     to(#777));
  background-image: linear-gradient(to bottom,
                                    #aaa   0%,
                                    #777    100%);
  border: none;
  border-radius: 5px;
  -webkit-transition: background .25s ease-in-out;
          transition: background .25s ease-in-out;
  cursor: pointer;
}

@media (max-width: 600px) {
  .login__submit {
    min-height: 40px;
  }
}

.login__submit:focus,
.login__submit:hover {
  background-color: #aaa;
  background-image: -webkit-gradient(linear,
                                     left top, left bottom,
                                     from(#bbb),
                                     to(#aaa));
  background-image: linear-gradient(to bottom,
                                    #bbb   0%,
                                    #aaa 100%);
}

.login__submit:active {
  background-color: #bbb;
  background-image: -webkit-gradient(linear, left top, left bottom,
                                     color-stop(#aaa,   0%),
                                     color-stop(#bbb, 100%));
  background-image:  linear-gradient(to bottom,
                                     #aaa   0%,
                                     #bbb 100%);
}


.nav {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
}

@media (max-width: 800px) {
  .nav {
    font-size: 0.75em;
  }
}

.nav__list {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav__item {
  flex-grow: 1;
  display: block;
}

.nav__link {
  display: block;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-weight: bold;
  font-size: 2em;
  color: rgba(255, 255, 255, 0.8125);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.4s ease;
}

.nav__link:hover,
.nav__link:focus {
  color: #fff;
}

.nav__item:first-of-type .nav__link {
  text-align: left;
}

.nav__item:last-of-type .nav__link {
  text-align: right;
}


.banner,
.content {
  clear: both;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  background-color: #111;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.banner {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.banner iframe,
.banner img {
  flex: 0 1 auto;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 4px;
}

.content {
  padding-bottom: 3em;
}

.content__heading {
  margin-top: 0;
  margin-bottom: 0.25em;
  font-size: 2.5em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
}


.footer {
  clear: both;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8px;
  text-align: center;
}

.secondary-banners {
  clear: both;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  background-color: #111;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-collapse: collapse;
  list-style: none;
}

@media (max-width: 960px) {
  .secondary-banners {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.secondary-banners__item {
  display: table-cell; /* Fallback */
  display: flex;
  flex: 0 1 auto;
  padding: 14px 16px 16px;
}

.secondary-banners__link {
  display: block;
  text-decoration: none;
}

.secondary-banners__img {
  align-self: flex-start;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 6px;
}

.copyright {
  margin-top: auto;
  padding-top: 16px;
  color: rgba(255, 255, 255, .6666);
  font-size: 0.75em;
}
