* {
  box-sizing: border-box; }

body:before, .clearfix:before {
  content: '';
  display: table; }

body:after, .clearfix:after {
  clear: both;
  content: '';
  display: table; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * HTML5 Boilerplate
 *
 * with custom settings for WA
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left; }

body, button, input, select, textarea {
  color: #717171;
  font-family: "Raleway", sans-serif;
  font-size: 13px; }

::-moz-selection {
  background: #3197FC;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #3197FC;
  color: #fff;
  text-shadow: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }
  .is-mobile abbr, .is-mobile acronym {
    border: 0; }

b, strong {
  font-weight: bold; }

address {
  font-style: normal;
  margin-bottom: 18px; }

blockquote {
  margin: 18px 40px; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  height: 0;
  margin: 0;
  padding: 0; }

ins {
  color: #000;
  text-decoration: none;
  margin-bottom: 18px !important; }
  ins ins {
    margin-bottom: 0 !important; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0 0 18px 0;
  padding: 0 0 0 25px; }

dd {
  margin: 0 0 0 25px; }

.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

svg:not(:root) {
  overflow: hidden;
  pointer-events: none; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle; }
  input[type='checkbox']:focus, input[type='radio']:focus {
    outline-width: 5px; }

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/****************************/
*:focus {
  outline-width: 0; }

.clear {
  clear: both; }

.hidden,
.print,
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
  visibility: hidden; }

[class*='js-dnd-'] {
  cursor: -webkit-grab !important;
  cursor: grab !important;
  z-index: 1; }

svg {
  display: inline-block;
  fill: #717171;
  vertical-align: middle; }

.sans-serif {
  font-family: sans-serif !important; }

.external-link {
  position: relative; }
  .external-link svg {
    height: 12px;
    width: 12px;
    margin: -5px 0 0;
    position: absolute;
    right: 4px;
    top: 50%; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden !important; }

.relative {
  position: relative; }

.clickable {
  cursor: pointer; }

.uppercase {
  text-transform: uppercase; }

.small-screen {
  display: none; }
  @media screen and (max-width: 767px) {
    .small-screen {
      display: block; } }

.small-screen-inline {
  display: none; }
  @media screen and (max-width: 767px) {
    .small-screen-inline {
      display: inline; } }

@media screen and (max-width: 767px) {
  .not-small-screen {
    display: none !important; } }

.medium-screen {
  display: none; }
  @media screen and (max-width: 1024px) {
    .medium-screen {
      display: block; } }

.medium-screen-inline {
  display: none; }
  @media screen and (max-width: 1024px) {
    .medium-screen-inline {
      display: inline; } }

@media screen and (max-width: 1024px) {
  .not-medium-screen {
    display: none !important; } }

* {
  box-sizing: border-box; }

body:before, .clearfix:before {
  content: '';
  display: table; }

body:after, .clearfix:after {
  clear: both;
  content: '';
  display: table; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * HTML5 Boilerplate
 *
 * with custom settings for WA
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  line-height: 18px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left; }

body, button, input, select, textarea {
  color: #717171;
  font-family: "Raleway", sans-serif;
  font-size: 13px; }

::-moz-selection {
  background: #3197FC;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #3197FC;
  color: #fff;
  text-shadow: none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }
  .is-mobile abbr, .is-mobile acronym {
    border: 0; }

b, strong {
  font-weight: bold; }

address {
  font-style: normal;
  margin-bottom: 18px; }

blockquote {
  margin: 18px 40px; }

dfn {
  font-style: italic; }

hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  height: 0;
  margin: 0;
  padding: 0; }

ins {
  color: #000;
  text-decoration: none;
  margin-bottom: 18px !important; }
  ins ins {
    margin-bottom: 0 !important; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0 0 18px 0;
  padding: 0 0 0 25px; }

dd {
  margin: 0 0 0 25px; }

.nav ul,
.nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: top; }

svg:not(:root) {
  overflow: hidden;
  pointer-events: none; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type='button'], input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type='checkbox'], input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  top: -1px;
  vertical-align: middle; }
  input[type='checkbox']:focus, input[type='radio']:focus {
    outline-width: 5px; }

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/****************************/
*:focus {
  outline-width: 0; }

.clear {
  clear: both; }

.hidden,
.print,
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
  visibility: hidden; }

[class*='js-dnd-'] {
  cursor: -webkit-grab !important;
  cursor: grab !important;
  z-index: 1; }

svg {
  display: inline-block;
  fill: #717171;
  vertical-align: middle; }

.sans-serif {
  font-family: sans-serif !important; }

.external-link {
  position: relative; }
  .external-link svg {
    height: 12px;
    width: 12px;
    margin: -5px 0 0;
    position: absolute;
    right: 4px;
    top: 50%; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.nowrap {
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden !important; }

.relative {
  position: relative; }

.clickable {
  cursor: pointer; }

.uppercase {
  text-transform: uppercase; }

.small-screen {
  display: none; }
  @media screen and (max-width: 767px) {
    .small-screen {
      display: block; } }

.small-screen-inline {
  display: none; }
  @media screen and (max-width: 767px) {
    .small-screen-inline {
      display: inline; } }

@media screen and (max-width: 767px) {
  .not-small-screen {
    display: none !important; } }

.medium-screen {
  display: none; }
  @media screen and (max-width: 1024px) {
    .medium-screen {
      display: block; } }

.medium-screen-inline {
  display: none; }
  @media screen and (max-width: 1024px) {
    .medium-screen-inline {
      display: inline; } }

@media screen and (max-width: 1024px) {
  .not-medium-screen {
    display: none !important; } }

html,
body {
  height: 100%;
  width: 100%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  overflow: hidden;
  position: relative; }

body {
  animation: body 60s linear infinite;
  background-color: #8dcce8;
  position: relative;
  transition: background-color 10s ease; }
  @media screen and (max-width: 767px) {
    body {
      animation: none; } }

@keyframes body {
  0% {
    background-color: #8dcce8; }
  25% {
    background-color: #fe9900; }
  40% {
    background-color: #222; }
  60% {
    background-color: #222; }
  100% {
    background-color: #8dcce8; } }

.stars {
  animation: stars 60s linear infinite;
  background: url(../img/error/sky.png) repeat center top, url(../img/error/stars.png) no-repeat center top;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .stars {
      background-size: 50%, 75%; } }
  @media screen and (max-width: 767px) {
    .stars {
      animation: none; } }

@keyframes stars {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  50% {
    opacity: 1; }
  66% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.sun-moon {
  height: 200%;
  width: 0;
  animation: sun-moon 60s linear infinite;
  left: 50%;
  position: absolute;
  top: 0;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .sun-moon {
      animation: none; } }

.sun {
  height: 400px;
  width: 400px;
  background-color: #fbd461;
  border-radius: 200px;
  left: 0;
  margin: -200px 0 0 -200px;
  position: absolute;
  top: 0; }
  @media screen and (max-width: 1280px), screen and (max-height: 720px) {
    .sun {
      height: 320px;
      width: 320px;
      border-radius: 160px;
      margin: -160px 0 0 -160px; } }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .sun {
      height: 240px;
      width: 240px;
      border-radius: 120px;
      margin: -120px 0 0 -120px; } }
  @media screen and (max-width: 767px) {
    .sun {
      height: 160px;
      width: 160px;
      border-radius: 80px;
      margin: -80px 0 0 -80px; } }

.moon {
  height: 200px;
  width: 200px;
  background-color: #f4f3ef;
  border-radius: 100px;
  left: 0;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 100%; }
  @media screen and (max-width: 1280px), screen and (max-height: 720px) {
    .moon {
      height: 160px;
      width: 160px;
      border-radius: 80px;
      margin: -80px 0 0 -80px; } }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .moon {
      height: 120px;
      width: 120px;
      border-radius: 60px;
      margin: -60px 0 0 -60px; } }
  @media screen and (max-width: 767px) {
    .moon {
      height: 80px;
      width: 80px;
      border-radius: 40px;
      margin: -40px 0 0 -40px; } }

@keyframes sun-moon {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.background {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: content-box;
  left: -20px;
  padding: 0 20px;
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 1881px) {
    .background {
      background-size: 100% auto;
      height: 100% !important; } }
  @media screen and (max-width: 767px) {
    .background {
      left: -50%;
      padding: 0 50%; } }
  @media screen and (max-height: 340px) {
    .background {
      margin-bottom: -30px; } }

.hills {
  background-image: url(../img/error/hills.png);
  bottom: 30px;
  height: 640px;
  z-index: 20; }

.country {
  background-image: url(../img/error/country.png);
  bottom: 2px;
  height: 600px;
  z-index: 40; }

.foreground {
  background-image: url(../img/error/foreground.png);
  bottom: -10px;
  height: 400px;
  z-index: 50; }

.code {
  bottom: 85px;
  font-size: 240px;
  font-weight: 800;
  left: 50%;
  line-height: 1;
  margin-left: -300px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 600px;
  z-index: 30; }
  @media screen and (max-width: 1680px) {
    .code {
      bottom: 75px; } }
  @media screen and (max-width: 1440px) {
    .code {
      bottom: 60px; } }
  @media screen and (max-width: 1280px), screen and (max-height: 720px) {
    .code {
      bottom: 50px; } }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .code {
      bottom: 35px;
      font-size: 200px; } }
  @media screen and (max-width: 767px) {
    .code {
      bottom: 50px;
      font-size: 160px;
      left: 0;
      margin-left: 0;
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .code {
      bottom: 40px; } }
  @media screen and (max-height: 400px) {
    .code {
      bottom: 30px; } }
  .code span {
    display: inline-block; }
    .code span + span {
      margin-left: -64px; }
      @media screen and (max-width: 1024px), screen and (max-height: 580px) {
        .code span + span {
          margin-left: -50px; } }
      @media screen and (max-width: 767px) {
        .code span + span {
          margin-left: -40px; } }
      @media screen and (max-height: 340px) {
        .code span + span {
          margin-left: -30px; } }
  @media screen and (max-height: 340px) {
    .code {
      bottom: 10px;
      font-size: 120px; } }

.error-content {
  bottom: 570px;
  font-size: 48px;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 60; }
  @media screen and (max-width: 1280px), screen and (max-height: 720px) {
    .error-content {
      bottom: 450px;
      font-size: 44px; } }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .error-content {
      bottom: 400px;
      font-size: 40px; } }
  @media screen and (max-width: 767px) {
    .error-content {
      bottom: 310px;
      font-size: 18px; } }
  @media screen and (max-height: 440px) {
    .error-content {
      bottom: 270px; } }
  @media screen and (max-height: 340px) {
    .error-content {
      top: 20px; } }
  .error-content a {
    color: #fff;
    text-decoration: underline; }
    .error-content a:hover, .error-content a:focus {
      color: #fff;
      text-decoration: none; }

.button-home {
  height: 57px;
  width: 250px;
  background: url(../img/error/button.png) no-repeat center -57px;
  background-size: 250px 114px;
  border: 2px solid #fff;
  border-radius: 2px;
  bottom: 470px;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  line-height: 55px;
  margin-left: -125px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  z-index: 60; }
  .button-home:hover, .button-home:focus {
    background-position: center 0; }
  @media screen and (max-width: 1280px), screen and (max-height: 720px) {
    .button-home {
      bottom: 350px; } }
  @media screen and (max-width: 1024px), screen and (max-height: 580px) {
    .button-home {
      bottom: 280px; } }
  @media screen and (max-width: 767px) {
    .button-home {
      bottom: 210px; } }
  @media screen and (max-height: 440px) {
    .button-home {
      bottom: 190px; } }
  @media screen and (max-height: 340px) {
    .button-home {
      top: 90px; } }
