﻿/*Global ----------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
.errorPage {
  text-align: center;
  z-index: 10001;
  position: relative;
}
.errorPage .hero {
  max-width: 600px;
}
.errorPage h1 {
  max-width: 600px;
  font-size: 24px;
  color: #108247;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/* Type Elements -------------------------------------------------- */
/* End Type Elements -------------------------------------------------- */
/* Interface Elements -------------------------------------------------- */
/* Buttons -------------------------------------------------- */
/* End Buttons -------------------------------------------------- */
/* Panel -------------------------------------------------- */
/* End Panel -------------------------------------------------- */
/* Accordion -------------------------------------------------- */
/* End Accordion -------------------------------------------------- */
/* Breadcrumbs -------------------------------------------------- */
/* End Breadcrumbs -------------------------------------------------- */
/* End Interface Elements -------------------------------------------------- */
/* End Global ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Mobile Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Desktop Media Query ---------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 770px) {
  .errorPage {
    margin-top: 200px;
  }
  .overlay404 {
    display: block;
    width: 100%;
    height: 120vh;
    background-image: url(/Content/DuckBrand/images/404-overlay.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    z-index: 10000;
  }
  #nav-main,
  #nav-supplemental {
    transform: rotate(-2deg);
  }
  footer {
    transform: rotate(2deg);
  }
}
/* End Desktop Media Query ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile ONLY Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Mobile ONLY Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Tablet Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Tablet Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Small Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Small Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Large Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Large Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* X-Large Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End X-Large Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* Small Desktop Media Query ----------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/* End Small Desktop Media Query ------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------ */
/*# sourceMappingURL=404.css.map */