@charset "UTF-8";
/*-------------------
Site-Wide Error Page
-------------------*/
/*-------------------
Global Reset
-------------------*/
html, body {
  height: 100%;
}

body, body * {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none outside none;
}

a, a:link, a:visited {
  color: #777777;
}

a:hover {
  color: #D5D3C8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #D5D3C8;
  text-transform: uppercase;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 12px;
}

/*--------------
Error Message
---------------*/
body.error-page #error-message-content {
  text-align: center;
  margin: 100px auto;
  width: auto;
  text-transform: uppercase;
}

body.error-page #error-message-content h2 {
  border-bottom: 1px solid #35383B;
  border-top: 1px solid #35383B;
  color: #D5D3C8;
  font-size: 22px;
  line-height: 26px;
  margin: 0 auto 25px auto;
  display: inline-block;
  padding: 26px 10px;
}

body.error-page #error-message-content h3 {
  font-weight: normal;
  font-size: 18px;
  color: #6D6D68;
  margin-bottom: 20px;
}

body.error-page #error-message-content span.return-links {
  padding: 10px 0;
  font-weight: normal;
  font-size: 14px;
  color: #6D6D68;
}

body.error-page #error-message-content span.return-links a {
  text-decoration: underline;
  margin: 0 8px;
}

body.error-page.internal #header,
body.error-page.tempdown #header {
  height: 107px;
  min-height: 107px;
}

/*-------------------
Global Layout
-------------------*/
/*
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * URW Software, Copyright 1992 by URW. Modification 2007 by Dalton Maag Ltd.
 * London, based on Futura T Medium for the exclusive use of Abercombie & Fitch and
 * their suppliers.
 *
 * Description:
 * Copyright URW Software, Copyright 1992 by URW
 *
 * Manufacturer:
 * DaltonMaag Ltd
 */
@font-face {
  font-family: 'Trade Gothic Bold';
  src: url("/anf/html/font/tradegothic-bold-webfont.eot");
  src: local("☺"), url("/anf/html/font/tradegothic-bold-webfont.woff") format("woff"), url("/anf/html/font/tradegothic-bold-webfont.ttf") format("truetype"), url("/anf/html/font/tradegothic-bold-webfont.svg#webfontmlgY0et7") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trade Gothic Condensed Bold';
  src: url("/anf/html/font/tradegothic-boldcondtwenty-webfont.eot");
  src: local("☺"), url("/anf/html/font/tradegothic-boldcondtwenty-webfont.woff") format("woff"), url("/anf/html/font/tradegothic-boldcondtwenty-webfont.ttf") format("truetype"), url("/anf/html/font/tradegothic-boldcondtwenty-webfont.svg#webfontakW0TQMz") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url("/anf/html/font/EBGaramond-webfont.eot");
  src: local("☺"), url("/anf/html/font/EBGaramond-webfont.woff") format("woff"), url("/anf/html/font/EBGaramond-webfont.ttf") format("truetype"), url("/anf/html/font/EBGaramond-webfont.svg#eb_garamondregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Trade Gothic Bold', sans-serif;
  font-family: 'Trade Gothic Bold' \0/ !important;
  font-size: 11px;
  background: #2c2c2c;
}

.content-wrap {
  margin: 0 auto;
  position: relative;
}

.content {
  margin: 0 auto;
  width: 960px;
}

#header {
  position: relative;
  z-index: 1000;
  min-height: 155px;
  min-width: 960px;
}

/*-----------------------
Changes from Error Page Redesign (ECOMM-13912)
-----------------------*/
body.error-page {
  background: #FFFEF7;
}

body.error-page .content {
  width: auto;
}

body.error-page #header {
  min-height: 0;
  min-width: 0;
  height: 110px;
  background-color: #212121;
}

@media screen and (max-width: 767px) {
  body.error-page #header {
    height: 90px;
  }
}

body.error-page #header #header-banner {
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.error-page #header #header-banner {
    padding-left: 35px;
    margin-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -4.1px;
    padding-top: 13px;
    display: inline-block;
  }
}

body.error-page #header #header-banner a {
  background-image: url("/anf/html/img/logo-full.png");
  background-repeat: no-repeat;
  background-size: 134px 69px;
  display: block;
  width: 134px;
  height: 69px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  body.error-page #header #header-banner a {
    background-image: url("/anf/html/img/logo-stacked.png");
    background-repeat: no-repeat;
    background-size: 100px 33px;
    margin-top: 5px;
    margin-left: 25px;
    display: block;
    width: 102px;
    height: 37px;
  }
}

body.error-page #header .header-bag,
body.error-page #header .header-account {
  display: none;
}

@media screen and (max-width: 767px) {
  body.error-page #header .header-bag {
    display: block;
    float: right;
    margin-top: 35px;
    margin-right: 15px;
  }
  body.error-page #header .header-bag .shopping-bag-link {
    background-image: url("/anf/html/img/account.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    width: 20px;
    height: 20px;
    top: 15px;
  }
  body.error-page #header .header-account {
    display: block;
    float: right;
    margin-top: 35px;
    margin-right: 15px;
  }
  body.error-page #header .header-account .account-link {
    background-image: url("/anf/html/img/bag.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    display: block;
    width: 20px;
    height: 20px;
    top: 15px;
  }
}

body.error-page .content-wrap {
  background: inherit;
}

body.error-page #error-message-content {
  margin: 52px auto auto auto;
  font-family: 'Trade Gothic Condensed Bold', sans-serif;
  color: #212121;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content {
    width: 280px;
    margin: 23px auto auto auto;
  }
}

body.error-page #error-message-content h2 {
  font-size: 32px;
  letter-spacing: 2px;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
}

body.error-page #error-message-content h3 {
  font-size: 21px;
  letter-spacing: 1.5px;
  color: inherit;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

body.error-page #error-message-content #error-message-content-spacer {
  border-top: 4px solid #212121;
  width: 340px;
  margin: 22px auto 25px auto;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content #error-message-content-spacer {
    width: 260px;
    margin: 12px auto 17px auto;
  }
}

body.error-page #error-message-content #bottom-info {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content #bottom-info {
    margin-top: 19px;
  }
}

body.error-page #error-message-content .bottom-info-font {
  font-family: 'EB Garamond', sans-serif;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content .bottom-info-font {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.4px;
  }
}

body.error-page #error-message-content div.return-links {
  margin: 46px auto 43px auto;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content div.return-links {
    margin: 26px auto 36px auto;
  }
}

body.error-page #error-message-content div.return-links a {
  font-family: 'Trade Gothic Condensed Bold', sans-serif;
  margin: auto 15px auto 15px;
  padding: 12px 50px;
  width: 52px;
  color: #212121;
  border: 1px solid #212121;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.error-page #error-message-content div.return-links a {
    margin: auto 10px auto 10px;
    padding: 12px 40px;
  }
}

body.error-page #error-message-content #bottom-info-numbers {
  padding-bottom: 80px;
}

body.error-page #error-message-content #bottom-info-numbers div#phone-heading {
  margin-bottom: 10px;
}

body.error-page.tempdown #header {
  min-height: 0;
}

@media screen and (max-width: 767px) {
  body.error-page.tempdown #header {
    height: 90px;
  }
}

body.error-page.tempdown #error-message-content {
  margin: 129px auto auto auto;
  width: 496px;
}

@media screen and (max-width: 767px) {
  body.error-page.tempdown #error-message-content {
    margin: 67px auto auto auto;
    width: 280px;
  }
}

body.error-page.tempdown #error-message-content h2 {
  font-size: 36px;
  letter-spacing: 3.2px;
}

@media screen and (max-width: 767px) {
  body.error-page.tempdown #error-message-content h2 {
    font-size: 29px;
    letter-spacing: 3.0px;
  }
}

body.error-page.tempdown #error-message-content #error-message-content-spacer {
  border-top: 4px solid #212121;
  width: 270px;
  margin: 20px auto 24px auto;
}

@media screen and (max-width: 767px) {
  body.error-page.tempdown #error-message-content #error-message-content-spacer {
    width: 220px;
    margin: 23px auto 24px auto;
  }
}

body.error-page.tempdown #error-message-content .bottom-info-font {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  body.error-page.tempdown #error-message-content .bottom-info-font {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.8px;
  }
}

/*# sourceMappingURL=error.css.map */