﻿/* Definitions
 * red-dark: #e31a2c
 * red-light: #e01a2b
 * gray light: #ededed
 * gary-mid: #737373
 * gray - text: d8d8d8
 */
/*global default styles*/
#guide {
  float: left;
  z-index: -100;
  width: 100%;
  height: 1400px;
  zoom: 1;
  position: absolute;
  background: url("./guides/macysinc_homepage_320_2.jpg") top center no-repeat;
  opacity: .25; }

#slides {
  width: 100%;
  float: left;
  z-index: -500;
  position: absolute;
  top: 158px;
  zoom: 1;
  overflow: hidden; }

#slideshow img {
  position: absolute;
  top: 0px;
  left: 0px;
  /*    display:none;*/ }

#page-content {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%; }

#page-content .content {
  margin-left: 5px;
  margin-right: 5px; }

.fixed-block {
  position: relative;
  top: 130px;
  background-color: white;
  padding-top: 1px; }

#page-content .callout-bar {
  min-height: 40px;
  width: 100%; }

#page-content .callout-bar a {
  text-decoration: underline; }

#page-content .callout-bar .title {
  width: 100%; }

#page-content .callout-bar .title .holder {
  margin: 14px 22px 0; }

#page-content .callout-bar .title p {
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 19px;
  line-height: 24px; }

#page-content .callout-bar .callout {
  float: left;
  width: 100%; }

#page-content .callout-bar .callout .holder {
  margin: 6px 22px 15px; }

#page-content .callout-bar .callout p {
  font-family: 'Arial', sans-serif;
  line-height: 18px;
  font-size: 14px; }

#page-content .copy {
  margin-top: 15px; }

#page-content .copy p {
  font-family: 'Arial', sans-serif;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 25px;
  color: black; }

#page-content .body .copy {
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 15px; }

#page-content .body .promo {
  width: 98%;
  clear: both;
  margin: 0 2% 30px;
  display: block; }

#footer-bar a {
  color: #494949;
  font-size: 11.5px; }

#footer-bar a:hover {
  color: #e01a2b; }

#footer-bar ul li {
  display: inline-block;
  margin-right: 14px; }

#footer-bar .shop-links p {
  margin-right: 20px; }

#footer-bar p.footnote {
  font-size: 11px;
  color: #808080;
  line-height: 18px;
  width: 90%; }

#sectionNav {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #c6c6c6;
  background-color: #404040;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  overflow: hidden; }

#sectionNav .dropdown-label {
  display: block; }

#sectionNav .active {
  color: #ffffff;
  font-weight: bold; }

#sectionNav .dropdown-content {
  list-style: none;
  padding-bottom: 20px;
  display: none; }

#sectionNav .dropdown-content > ul {
  list-style: none;
  margin: 0 0 20px; }

#sectionNav .subnav-header {
  margin-top: 15px;
  margin-left: 13px;
  margin-bottom: 10px; }

#sectionNav .dropdown-content > ul li, #sectionNav .dropdown-label {
  padding: 13px 5px 13px 13px;
  margin: 0; }

#sectionNav .dropdown-content > ul li > ul {
  list-style: none;
  padding: 0px;
  margin: 13px 0 0 10px; }

#sectionNav .dropdown-content > ul li > ul li {
  padding: 13px 0 13px;
  margin: 0;
  font-weight: normal; }

#sectionNav a {
  color: #c6c6c6;
  text-decoration: none; }

#sectionNav a:hover, #sectionNav .dropdown-label:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }
