html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  line-height: 1;
  min-height: 100%; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

input, select, textarea, button {
  font: inherit; }

textarea {
  resize: vertical; }

/*----------------------------------------------------------------------------*\
    underline
\*----------------------------------------------------------------------------*/
/*
*   makes underlying line from 1px high gradient image
*
*   1px height is achieved by forcing the gradient to
*   repeat only horizontally
*/
#appContent a:not(:hover), [am-text~="underlined"] {
  background-position: 0 100%;
  background-size: 100% 1px !important;
  background-repeat: repeat-x; }

/**
* solid color underline generator
* accepts:
*  underline color
*  [underline color on hover]
*	[color]
*	[color on hover]
*
*/
/*
    naming convention for abbreviations:

    c - color
    d - duration
    f - fraction
    h - height
    o - opacity
    p - percent
    w - width
    z - z-index

    txt - text
    bg - background
    sh - shadow
    br - border radius

    single-letter abbreviations should always be on the end
*/
body {
  overflow: auto;
  min-height: 100%; }

#appHeader a, #appFooter a {
  color: inherit;
  text-decoration: none; }
  #appHeader a:hover, #appFooter a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=88);
    opacity: 0.875; }

#appContent a {
  color: inherit;
  text-decoration: none; }
  #appContent a:not(:hover) {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iY3VycmVudENvbG9yIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJjdXJyZW50Q29sb3IiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, currentColor), color-stop(100%, currentColor));
    background-image: -moz-linear-gradient(left, currentColor, currentColor);
    background-image: -webkit-linear-gradient(left, currentColor, currentColor);
    background-image: linear-gradient(to right, currentColor, currentColor); }
  #appContent a:visited {
    color: inherit; }
  #appContent a:hover {
    color: inherit; }

hr {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: white; }

:focus {
  outline-color: #82ad00;
  outline-style: auto;
  outline-width: 0.25rem; }

::-moz-focus-inner {
  border: 0; }

img, svg, embed, object, video {
  max-width: 100%; }

::selection {
  color: white;
  background-color: #82ad00; }

::-moz-selection {
  color: white;
  background-color: #82ad00; }

*[disabled] {
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder {
  font-size: inherit;
  line-height: 1.5;
  color: currentColor; }
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button::-webkit-input-placeholder {
  font-size: inherit;
  line-height: 1.5;
  color: currentColor; }
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:-ms-input-placeholder {
  font-size: inherit;
  line-height: 1.5;
  color: currentColor; }

code {
  font-family: "Source Code Pro", monospace;
  font-size: 75%;
  background-color: #dedede;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  -moz-box-shadow: 0 0 0 1px #bfbfbf;
  -webkit-box-shadow: 0 0 0 1px #bfbfbf;
  box-shadow: 0 0 0 1px #bfbfbf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

pre code {
  display: block;
  width: 100%;
  overflow-x: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem; }

html {
  font: 300 16px/1.5 "Lato", sans-serif; }
  @media screen and (min-width: 1920px) {
    html {
      font-size: 19.2px; } }
  @media screen and (max-width: 1024px) {
    html {
      font-size: 12.8px; } }

h1, h2, h3, h4 {
  line-height: 1;
  margin: 0; }

h1 {
  font-size: 3rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600; }

h4 {
  font-size: inherit;
  font-weight: 600; }

p {
  margin: 0; }

blockquote {
  font-style: italic; }
  blockquote cite {
    font-style: normal; }

ul, ol {
  margin-left: 1.5rem; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

small, sub, sup {
  font-size: 75%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child),
p:not(:last-child), ol:not(:last-child), ul:not(:last-child), blockquote:not(:last-child), hr:not(:last-child),
article:not(:last-child), section:not(:last-child), header:not(:last-child), footer:not(:last-child), table:not(:last-child), figure:not(:last-child),
[am-progress]:not([am-progress~='inline']):not(:last-child),
table > caption:not(:last-child) {
  margin-bottom: 1.5rem; }

label:not(:last-child),
[am-box~='inline']:not(:last-child),
[am-button]:not(:last-child),
[am-checkbox]:not(:last-child),
[am-radio]:not(:last-child),
[am-icon]:not(:last-child),
[am-image]:not(:last-child),
[am-progress~='inline']:not(:last-child),
[am-textBox]:not(:last-child) {
  margin-right: 0.5rem; }

@-moz-keyframes framesFadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
@-webkit-keyframes framesFadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes framesFadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
[am-animation~='fadeIn'] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: framesFadeIn 0.5s linear 0.125s 1 forwards;
  -webkit-animation: framesFadeIn 0.5s linear 0.125s 1 forwards;
  animation: framesFadeIn 0.5s linear 0.125s 1 forwards; }

@-moz-keyframes framesPulse {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -moz-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  50% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  60% {
    -moz-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  70% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes framesPulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  60% {
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  70% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes framesPulse {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  30% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  40% {
    -moz-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  50% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  60% {
    -moz-transform: scale(1.125, 1.125);
    -ms-transform: scale(1.125, 1.125);
    -webkit-transform: scale(1.125, 1.125);
    transform: scale(1.125, 1.125); }
  70% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
[am-animation~='pulse'] {
  -moz-animation: framesPulse 0.75s ease-in 0 infinite;
  -webkit-animation: framesPulse 0.75s ease-in 0 infinite;
  animation: framesPulse 0.75s ease-in 0 infinite; }

/*
    <div am-box='padded black'></div>
*/
[am-box] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

[am-box~='inline'] {
  display: inline-block;
  vertical-align: middle; }

[am-box~='wrapper'] {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto; }
  [am-box~='wrapper'][am-box~='wrapper-narrow'] {
    max-width: 530px; }

[am-box~='padded'] {
  padding: 1.25rem; }

[am-box~='paddedH'] {
  padding-left: 16px;
  padding-right: 16px; }

[am-box~='paddedSmall'] {
  padding: 10px; }

[am-box~='paddedSmallH'] {
  padding-left: 10px;
  padding-right: 10px; }

[am-box~='smoked'] {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)); }

[am-box~='short'] {
  max-width: 20rem; }

/*
    <button am-button='green wide' disabled>CANTGO</button>
*/
[am-button] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0.75rem 1rem 0.6875rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 13px;
  font-family: inherit;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a;
  background-color: rgba(204, 204, 204, 0.25);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0));
  -moz-box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33), 0 1px 3px rgba(54, 54, 54, 0.33);
  -webkit-box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33), 0 1px 3px rgba(54, 54, 54, 0.33);
  box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33), 0 1px 3px rgba(54, 54, 54, 0.33);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: background-color, 0.125s;
  -o-transition: background-color, 0.125s;
  -webkit-transition: background-color, 0.125s;
  transition: background-color, 0.125s; }
  [am-button][disabled] {
    pointer-events: none;
    opacity: 0.5; }
  [am-button]:not([disabled]):hover {
    background-color: rgba(222, 222, 222, 0.5); }
  [am-button]:not([disabled]):active, [am-button]:not([disabled]).active {
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0)); }

[am-button~='naked'] {
  color: inherit;
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none; }
  [am-button~='naked']:not([disabled]):hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=88);
    opacity: 0.875;
    background-color: transparent; }
  [am-button~='naked']:not([disabled]):active, [am-button~='naked']:not([disabled]).active {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    background-image: none; }
  [am-button~='naked'][am-button~='naked-textual'] {
    line-height: inherit; }

[am-button~='spaceless'] {
  padding: 0 !important; }

[am-button~='wide'] {
  padding-left: 2rem;
  padding-right: 2rem; }

[am-button~='big'] {
  font-size: 16px;
  padding: 1.0625rem 2rem 0.9375rem; }

[am-button~='small'] {
  font-size: 12px;
  padding: 0.5625rem 0.625rem 0.4375rem; }

[am-button~='full'] {
  width: 100%;
  text-align: left; }

[am-button~='flat'] {
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none !important; }
  [am-button~='flat']:not([disabled]):active, [am-button~='flat']:not([disabled]).active {
    background-color: rgba(232, 232, 232, 0.75); }

[am-button~='bordered'] {
  -moz-box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33);
  -webkit-box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33);
  box-shadow: 0 0 0 1px rgba(54, 54, 54, 0.33); }

[am-button~='rounded'] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

[am-button~='green'] {
  color: white;
  background-color: #82ad00; }
  [am-button~='green'][disabled] {
    color: #4a4a4a;
    background-color: rgba(204, 204, 204, 0.5); }
  [am-button~='green']:not([disabled]):hover {
    background-color: #8ab800; }

[am-button~='blue'] {
  color: white;
  background-color: #1479d2; }
  [am-button~='blue'][disabled] {
    color: #4a4a4a;
    background-color: rgba(204, 204, 204, 0.5); }
  [am-button~='blue']:not([disabled]):hover {
    background-color: #1084ea; }

/*
    <h3 am-clearfix></h3>
*/
[am-clearfix] {
  overflow: hidden;
  *zoom: 1; }

[am-clearfix~='unwrapped'] {
  overflow: auto; }

/*
    <div am-column='1/2 middle'>LEFT</div>
    <div am-column='1/2 middle'>RIGHT</div>
*/
[am-column] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

[am-column~='top'] {
  vertical-align: top; }

[am-column~='middle'] {
  vertical-align: middle; }

[am-column~='bottom'] {
  vertical-align: bottom; }

[am-column~='1/2'] {
  width: 50%; }

[am-columnPush~='1/2'] {
  margin-left: 50%; }

[am-columnPull~='1/2'] {
  margin-right: 50%; }

[am-column~='1/3'] {
  width: 33.33333%; }

[am-columnPush~='1/3'] {
  margin-left: 33.33333%; }

[am-columnPull~='1/3'] {
  margin-right: 33.33333%; }

[am-column~='2/3'] {
  width: 66.66667%; }

[am-columnPush~='2/3'] {
  margin-left: 66.66667%; }

[am-columnPull~='2/3'] {
  margin-right: 66.66667%; }

[am-column~='1/4'] {
  width: 25%; }

[am-columnPush~='1/4'] {
  margin-left: 25%; }

[am-columnPull~='1/4'] {
  margin-right: 25%; }

[am-column~='2/4'] {
  width: 50%; }

[am-columnPush~='2/4'] {
  margin-left: 50%; }

[am-columnPull~='2/4'] {
  margin-right: 50%; }

[am-column~='3/4'] {
  width: 75%; }

[am-columnPush~='3/4'] {
  margin-left: 75%; }

[am-columnPull~='3/4'] {
  margin-right: 75%; }

[am-column~='1/5'] {
  width: 20%; }

[am-columnPush~='1/5'] {
  margin-left: 20%; }

[am-columnPull~='1/5'] {
  margin-right: 20%; }

[am-column~='2/5'] {
  width: 40%; }

[am-columnPush~='2/5'] {
  margin-left: 40%; }

[am-columnPull~='2/5'] {
  margin-right: 40%; }

[am-column~='3/5'] {
  width: 60%; }

[am-columnPush~='3/5'] {
  margin-left: 60%; }

[am-columnPull~='3/5'] {
  margin-right: 60%; }

[am-column~='4/5'] {
  width: 80%; }

[am-columnPush~='4/5'] {
  margin-left: 80%; }

[am-columnPull~='4/5'] {
  margin-right: 80%; }

[am-column~='1/6'] {
  width: 16.66667%; }

[am-columnPush~='1/6'] {
  margin-left: 16.66667%; }

[am-columnPull~='1/6'] {
  margin-right: 16.66667%; }

[am-column~='2/6'] {
  width: 33.33333%; }

[am-columnPush~='2/6'] {
  margin-left: 33.33333%; }

[am-columnPull~='2/6'] {
  margin-right: 33.33333%; }

[am-column~='3/6'] {
  width: 50%; }

[am-columnPush~='3/6'] {
  margin-left: 50%; }

[am-columnPull~='3/6'] {
  margin-right: 50%; }

[am-column~='4/6'] {
  width: 66.66667%; }

[am-columnPush~='4/6'] {
  margin-left: 66.66667%; }

[am-columnPull~='4/6'] {
  margin-right: 66.66667%; }

[am-column~='5/6'] {
  width: 83.33333%; }

[am-columnPush~='5/6'] {
  margin-left: 83.33333%; }

[am-columnPull~='5/6'] {
  margin-right: 83.33333%; }

[am-column~='1/7'] {
  width: 14.28571%; }

[am-columnPush~='1/7'] {
  margin-left: 14.28571%; }

[am-columnPull~='1/7'] {
  margin-right: 14.28571%; }

[am-column~='2/7'] {
  width: 28.57143%; }

[am-columnPush~='2/7'] {
  margin-left: 28.57143%; }

[am-columnPull~='2/7'] {
  margin-right: 28.57143%; }

[am-column~='3/7'] {
  width: 42.85714%; }

[am-columnPush~='3/7'] {
  margin-left: 42.85714%; }

[am-columnPull~='3/7'] {
  margin-right: 42.85714%; }

[am-column~='4/7'] {
  width: 57.14286%; }

[am-columnPush~='4/7'] {
  margin-left: 57.14286%; }

[am-columnPull~='4/7'] {
  margin-right: 57.14286%; }

[am-column~='5/7'] {
  width: 71.42857%; }

[am-columnPush~='5/7'] {
  margin-left: 71.42857%; }

[am-columnPull~='5/7'] {
  margin-right: 71.42857%; }

[am-column~='6/7'] {
  width: 85.71429%; }

[am-columnPush~='6/7'] {
  margin-left: 85.71429%; }

[am-columnPull~='6/7'] {
  margin-right: 85.71429%; }

[am-column~='1/8'] {
  width: 12.5%; }

[am-columnPush~='1/8'] {
  margin-left: 12.5%; }

[am-columnPull~='1/8'] {
  margin-right: 12.5%; }

[am-column~='2/8'] {
  width: 25%; }

[am-columnPush~='2/8'] {
  margin-left: 25%; }

[am-columnPull~='2/8'] {
  margin-right: 25%; }

[am-column~='3/8'] {
  width: 37.5%; }

[am-columnPush~='3/8'] {
  margin-left: 37.5%; }

[am-columnPull~='3/8'] {
  margin-right: 37.5%; }

[am-column~='4/8'] {
  width: 50%; }

[am-columnPush~='4/8'] {
  margin-left: 50%; }

[am-columnPull~='4/8'] {
  margin-right: 50%; }

[am-column~='5/8'] {
  width: 62.5%; }

[am-columnPush~='5/8'] {
  margin-left: 62.5%; }

[am-columnPull~='5/8'] {
  margin-right: 62.5%; }

[am-column~='6/8'] {
  width: 75%; }

[am-columnPush~='6/8'] {
  margin-left: 75%; }

[am-columnPull~='6/8'] {
  margin-right: 75%; }

[am-column~='7/8'] {
  width: 87.5%; }

[am-columnPush~='7/8'] {
  margin-left: 87.5%; }

[am-columnPull~='7/8'] {
  margin-right: 87.5%; }

[am-column~='1/9'] {
  width: 11.11111%; }

[am-columnPush~='1/9'] {
  margin-left: 11.11111%; }

[am-columnPull~='1/9'] {
  margin-right: 11.11111%; }

[am-column~='2/9'] {
  width: 22.22222%; }

[am-columnPush~='2/9'] {
  margin-left: 22.22222%; }

[am-columnPull~='2/9'] {
  margin-right: 22.22222%; }

[am-column~='3/9'] {
  width: 33.33333%; }

[am-columnPush~='3/9'] {
  margin-left: 33.33333%; }

[am-columnPull~='3/9'] {
  margin-right: 33.33333%; }

[am-column~='4/9'] {
  width: 44.44444%; }

[am-columnPush~='4/9'] {
  margin-left: 44.44444%; }

[am-columnPull~='4/9'] {
  margin-right: 44.44444%; }

[am-column~='5/9'] {
  width: 55.55556%; }

[am-columnPush~='5/9'] {
  margin-left: 55.55556%; }

[am-columnPull~='5/9'] {
  margin-right: 55.55556%; }

[am-column~='6/9'] {
  width: 66.66667%; }

[am-columnPush~='6/9'] {
  margin-left: 66.66667%; }

[am-columnPull~='6/9'] {
  margin-right: 66.66667%; }

[am-column~='7/9'] {
  width: 77.77778%; }

[am-columnPush~='7/9'] {
  margin-left: 77.77778%; }

[am-columnPull~='7/9'] {
  margin-right: 77.77778%; }

[am-column~='8/9'] {
  width: 88.88889%; }

[am-columnPush~='8/9'] {
  margin-left: 88.88889%; }

[am-columnPull~='8/9'] {
  margin-right: 88.88889%; }

[am-column~='1/10'] {
  width: 10%; }

[am-columnPush~='1/10'] {
  margin-left: 10%; }

[am-columnPull~='1/10'] {
  margin-right: 10%; }

[am-column~='2/10'] {
  width: 20%; }

[am-columnPush~='2/10'] {
  margin-left: 20%; }

[am-columnPull~='2/10'] {
  margin-right: 20%; }

[am-column~='3/10'] {
  width: 30%; }

[am-columnPush~='3/10'] {
  margin-left: 30%; }

[am-columnPull~='3/10'] {
  margin-right: 30%; }

[am-column~='4/10'] {
  width: 40%; }

[am-columnPush~='4/10'] {
  margin-left: 40%; }

[am-columnPull~='4/10'] {
  margin-right: 40%; }

[am-column~='5/10'] {
  width: 50%; }

[am-columnPush~='5/10'] {
  margin-left: 50%; }

[am-columnPull~='5/10'] {
  margin-right: 50%; }

[am-column~='6/10'] {
  width: 60%; }

[am-columnPush~='6/10'] {
  margin-left: 60%; }

[am-columnPull~='6/10'] {
  margin-right: 60%; }

[am-column~='7/10'] {
  width: 70%; }

[am-columnPush~='7/10'] {
  margin-left: 70%; }

[am-columnPull~='7/10'] {
  margin-right: 70%; }

[am-column~='8/10'] {
  width: 80%; }

[am-columnPush~='8/10'] {
  margin-left: 80%; }

[am-columnPull~='8/10'] {
  margin-right: 80%; }

[am-column~='9/10'] {
  width: 90%; }

[am-columnPush~='9/10'] {
  margin-left: 90%; }

[am-columnPull~='9/10'] {
  margin-right: 90%; }

[am-column~='1/11'] {
  width: 9.09091%; }

[am-columnPush~='1/11'] {
  margin-left: 9.09091%; }

[am-columnPull~='1/11'] {
  margin-right: 9.09091%; }

[am-column~='2/11'] {
  width: 18.18182%; }

[am-columnPush~='2/11'] {
  margin-left: 18.18182%; }

[am-columnPull~='2/11'] {
  margin-right: 18.18182%; }

[am-column~='3/11'] {
  width: 27.27273%; }

[am-columnPush~='3/11'] {
  margin-left: 27.27273%; }

[am-columnPull~='3/11'] {
  margin-right: 27.27273%; }

[am-column~='4/11'] {
  width: 36.36364%; }

[am-columnPush~='4/11'] {
  margin-left: 36.36364%; }

[am-columnPull~='4/11'] {
  margin-right: 36.36364%; }

[am-column~='5/11'] {
  width: 45.45455%; }

[am-columnPush~='5/11'] {
  margin-left: 45.45455%; }

[am-columnPull~='5/11'] {
  margin-right: 45.45455%; }

[am-column~='6/11'] {
  width: 54.54545%; }

[am-columnPush~='6/11'] {
  margin-left: 54.54545%; }

[am-columnPull~='6/11'] {
  margin-right: 54.54545%; }

[am-column~='7/11'] {
  width: 63.63636%; }

[am-columnPush~='7/11'] {
  margin-left: 63.63636%; }

[am-columnPull~='7/11'] {
  margin-right: 63.63636%; }

[am-column~='8/11'] {
  width: 72.72727%; }

[am-columnPush~='8/11'] {
  margin-left: 72.72727%; }

[am-columnPull~='8/11'] {
  margin-right: 72.72727%; }

[am-column~='9/11'] {
  width: 81.81818%; }

[am-columnPush~='9/11'] {
  margin-left: 81.81818%; }

[am-columnPull~='9/11'] {
  margin-right: 81.81818%; }

[am-column~='10/11'] {
  width: 90.90909%; }

[am-columnPush~='10/11'] {
  margin-left: 90.90909%; }

[am-columnPull~='10/11'] {
  margin-right: 90.90909%; }

[am-column~='1/12'] {
  width: 8.33333%; }

[am-columnPush~='1/12'] {
  margin-left: 8.33333%; }

[am-columnPull~='1/12'] {
  margin-right: 8.33333%; }

[am-column~='2/12'] {
  width: 16.66667%; }

[am-columnPush~='2/12'] {
  margin-left: 16.66667%; }

[am-columnPull~='2/12'] {
  margin-right: 16.66667%; }

[am-column~='3/12'] {
  width: 25%; }

[am-columnPush~='3/12'] {
  margin-left: 25%; }

[am-columnPull~='3/12'] {
  margin-right: 25%; }

[am-column~='4/12'] {
  width: 33.33333%; }

[am-columnPush~='4/12'] {
  margin-left: 33.33333%; }

[am-columnPull~='4/12'] {
  margin-right: 33.33333%; }

[am-column~='5/12'] {
  width: 41.66667%; }

[am-columnPush~='5/12'] {
  margin-left: 41.66667%; }

[am-columnPull~='5/12'] {
  margin-right: 41.66667%; }

[am-column~='6/12'] {
  width: 50%; }

[am-columnPush~='6/12'] {
  margin-left: 50%; }

[am-columnPull~='6/12'] {
  margin-right: 50%; }

[am-column~='7/12'] {
  width: 58.33333%; }

[am-columnPush~='7/12'] {
  margin-left: 58.33333%; }

[am-columnPull~='7/12'] {
  margin-right: 58.33333%; }

[am-column~='8/12'] {
  width: 66.66667%; }

[am-columnPush~='8/12'] {
  margin-left: 66.66667%; }

[am-columnPull~='8/12'] {
  margin-right: 66.66667%; }

[am-column~='9/12'] {
  width: 75%; }

[am-columnPush~='9/12'] {
  margin-left: 75%; }

[am-columnPull~='9/12'] {
  margin-right: 75%; }

[am-column~='10/12'] {
  width: 83.33333%; }

[am-columnPush~='10/12'] {
  margin-left: 83.33333%; }

[am-columnPull~='10/12'] {
  margin-right: 83.33333%; }

[am-column~='11/12'] {
  width: 91.66667%; }

[am-columnPush~='11/12'] {
  margin-left: 91.66667%; }

[am-columnPull~='11/12'] {
  margin-right: 91.66667%; }

/*
    <div am-flexContainer='horizontal'>
        <div am-flexItem>STRETCHING</div>
        <div>OTHER</div>
    </div>
*/
[am-flexContainer] {
  display: flex; }
  [am-flexContainer] [am-flexItem] {
    flex: 1; }

[am-flexContainer~='vertical'] {
  flex-direction: column; }
  [am-flexContainer~='vertical'][am-flexContainer~='full'] {
    width: 100%; }

[am-flexContainer~='horizontal'] {
  flex-direction: row; }
  [am-flexContainer~='horizontal'][am-flexContainer~='full'] {
    height: 100%; }

[am-flexContainer~='centered'] {
  align-items: center; }
  [am-flexContainer~='centered'] [am-flexItem] {
    align-self: center; }

/*
    <svg am-icon='small'><use xlink:href='#icon-plus'/></svg>
*/
[am-icon] {
  display: inline-block;
  vertical-align: middle;
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
  shape-rendering: geometricPrecision;
  color: inherit; }

[am-icon~='lefted'] {
  float: left;
  margin-left: 0;
  margin-right: 0.625rem; }

[am-icon~='righted'] {
  float: right;
  margin-right: 0;
  margin-left: 0.625rem; }

[am-icon~='big'] {
  width: 2rem;
  height: 2rem; }

[am-icon~='small'] {
  width: 0.625rem;
  height: 0.625rem; }

/*
    <figure am-image='small' style='background-image: THUMBNAILURL'></figure>
*/
[am-image] {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(43, 43, 43, 0.08);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

[am-image~='small'] {
  width: 100px;
  height: 60px; }
  [am-image~='small'][am-image~='square'] {
    width: 60px; }

[am-image~='medium'] {
  width: 220px;
  height: 131px; }
  [am-image~='medium'][am-image~='square'] {
    width: 131px; }

/*
    <ul am-list='padded'>
        <li>ONE</li>
        <li>TWO</li>
    </ul>
*/
[am-list] {
  list-style: none;
  margin: 0;
  padding: 0; }

[am-list~='inline'] > li {
  display: inline-block;
  vertical-align: middle; }

[am-list~='spaced'] > li {
  padding: 0.625rem; }

[am-list~='spacedInline'] > li:not(:last-child) {
  margin-right: 0.5rem; }

[am-list~='padded'] {
  padding: 0.625rem; }

/*
    <p am-text='uppercased centered'>UPPERCASED CENTERED</p>
*/
[am-text~="lefted"] {
  text-align: left; }

[am-text~="righted"] {
  text-align: right; }

[am-text~="centered"] {
  text-align: center; }

[am-text~="300"] {
  font-weight: 300; }

[am-text~="400"] {
  font-weight: 400; }

[am-text~="700"] {
  font-weight: 700; }

[am-text~="600"] {
  font-weight: 600; }

[am-text~="uppercased"] {
  text-transform: uppercase; }

[am-text~="untransformed"] {
  text-transform: none; }

[am-text~="dimmed"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

[am-text~="trimmed"] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

[am-text~="underlined"] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iY3VycmVudENvbG9yIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJjdXJyZW50Q29sb3IiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, currentColor), color-stop(100%, currentColor));
  background-image: -moz-linear-gradient(left, currentColor, currentColor);
  background-image: -webkit-linear-gradient(left, currentColor, currentColor);
  background-image: linear-gradient(to right, currentColor, currentColor); }

[am-text~="blue"] {
  color: #1479d2; }

[am-text~="green"] {
  color: #6ba800; }

#app {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
  background-image: url("../img/galaxy-space-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat; }

#appHeader {
  padding: 3rem 1rem 1.5rem; }
  #appHeader [am-icon~='galaxyLogo'] {
    width: 3.28125rem;
    height: 3.90625rem;
    margin-right: 1rem;
    vertical-align: -2.0625rem; }
  #appHeader a {
    display: inline-block; }
    #appHeader a:not(:hover) {
      background-image: none; }

#appContent {
  padding: 1.5rem 1rem 3rem; }

#appFooter {
  padding: 1.125rem 1rem 1.875rem;
  margin-bottom: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25); }
  #appFooter:before {
    content: '';
    bottom: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.16); }
  #appFooter [am-icon~='cdProjektLogo'] {
    width: 5.625rem;
    height: 3.28125rem;
    vertical-align: -0.75rem;
    margin-right: 0.625rem;
    margin-left: 0.625rem; }

/*# sourceMappingURL=global-notauthorized.css.map */
