
/*  RESETS
******************************************************************************/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

.trend-div ul {
  list-style: disc outside none;
  padding-left: 25px;
}
.trend-div ul li {
  margin-bottom: 8px;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: black;
  outline: 0;
}

i {
  font-style: italic;
}



/****************************************************************************** 

******************************************************************************/

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('fonts/Montserrat-Bold.ttf') format('truetype');
}


.wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  
  background: white;
  height: 81px;
}

.wrapper.main {
  padding-top: 0px;
  opacity: 1.0;
  padding-top: 81px;
}

header#navigation {
  width: 900px;
  margin: 0 auto;
  z-index: 999;
  clear: both;
  text-align: right;
  font-size: 0.8em;
}

ul.main-nav li {
  font-family: 'Montserrat-Bold';
  font-size: 0.667rem;
  margin: 0;
  
  text-transform: uppercase;
  text-align: center;

  background: transparent;

  display: inline-block;
  
  position: relative;
}
.spanish ul.main-nav li {
  font-size: 0.59rem;
}

ul.main-nav li a {
  display: inline-block;
  line-height: 31px;
  padding: 0 5px;
}

ul.main-nav li li a {
  width: 100%;
}

ul.main-nav a:hover,
ul.main-nav a.selected,
#handheld ul a.selected {
  color: #e11a2b;
  /*
  background: url('graphics/header-item-background.png') no-repeat top center;
  color: white;
  */
}

ul.main-nav li {
  font-size: 0.75rem;
  position: relative;
}

ul.main-nav li ul {
  position: absolute;
  display: none;
  min-width: 150px;
}
ul.main-nav li:hover ul {
  display: block;
}

ul.main-nav li ul li {
  background: rgba(255,255,255,0.67);
  width: 100%;
  text-align: left;
}



.home-banner .text {
  font-family: 'Montserrat-Bold';
  font-size: 0.667rem;
  text-transform: uppercase;
  text-align: left;
  
  padding-top: 20px;
  font-size: 1.25rem;
  line-height: 13px;
  display: inline-block;
  float: left;
}

.home-banner img {
  float: left;
  margin: 5px 0 7px;
  max-height: 41px;
}






h1 {
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  font-size: 3.75rem;  
  letter-spacing: 0.25rem;
  clear: both;
  text-align: center;
  background: #fff;
  padding: 1.5rem 0 1.5rem;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.red-banner,
.grey-button {
  
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-size: 0.667rem;
  margin: 0 0 40px;
  
  -moz-border-radius: 2px;
  border-radius: 2px;
/*  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
*/  padding: 8px 8px 6px;
}

.red-banner {
  font-family: 'Montserrat-Regular';
  background: #e41b23;
}

.grey-button {
  font-family: 'Montserrat-Regular';
  background: #888A8D;
}



.spanish-version-link,
.centered h2 {
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Montserrat-Regular';
  font-size: 0.75rem;
  color: #000;
}

.centered h2 {
  margin: 0 20px 0;
}

.selected h2 {
  font-family: 'Montserrat-Bold';
}

h2 {
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  color: #D91E31;
  font-size: 2.25rem;
  margin: 0 0 1rem;
  clear: both;
}

h3 {
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  color: #D91E31;
  font-size: 1.75rem;
  margin: 0 0 0;
  clear: both;
}

h4 {
  font-family: 'Montserrat-Regular';
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}

h5 {
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  clear: both;
}

p,
.trend-div li {
  font-family: 'Montserrat-Regular';
  line-height: 1.25rem;
  font-size: 90%;
  color: #7c7c7c;
  margin: 0 0 20px;
}

p strong,
.trend-div li strong {
  color: #111;
  font-weight: 800;
}




a.spanish-version-link {
  display: inline-block;
  margin: 25px 0 50px;
  width: 100%;
  text-align: center;
  clear: both;
}

.two-cols,
.three-cols {
  display: block;
  clear: both;
}
.two-cols .c1,
.two-cols .c2 {
  width: 47.5%;
}
.two-cols .c1 {
  float: left;
}
.two-cols .c2 {
  float: right;
}

.three-cols .c1,
.three-cols .c2,
.three-cols .c3 {
  width: 31%;
  margin-right: 3%;
  float: left;
}

.three-cols .c3 {
  margin-right: 0;
}

.trend-div {
  margin: 0 20px 49px 0;
}
.trend-div p {
  margin-bottom: 8px;
}


.number {
  font-family: 'Montserrat-Bold';
  display: inline-block;
  width: 150px;
  border-bottom: 1px solid #000;
  margin: 0 0 14px;
  padding: 0 0 7px;
  font-size: 1.5rem;
}

/*.thumbs {
  max-width: 950px;
  margin-left: -80px;
  float: left;
}
*/

.thumbs-row {
  float: left;
  width: 100%;
}

.thumb-cell {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  width: 310px;
  margin-right: 10px;
}
.thumb-cell:last-child {
  margin-right: 0;
}

.thumb {
  max-width: 100%;
  max-height: 350px;
  min-height: 100px;
}
.thumb-div {
  float: left;  
  text-align: center;
  margin: 0 0 40px 0;
}


.video {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.video.playing {
  background: none !important;
}

.video video {
  max-width: 100%;
  height: 350px;
  visibility: hidden;
}

.video.playing video {
  visibility: visible;
}

.caption {
  display: inline-block;
  width: 150px;
  padding-top: 5px;
  margin-bottom: 20px;
  font-family: 'Montserrat-Bold';
/*  border-top: 1px solid black;*/
  font-size: 1.25rem;
}



.featherlight .featherlight-content .featherlight-close-icon.featherlight-close {
  display: none;
}

#popup-canvas {
  background: white;
  width: 760px;
  height: 550px;
}

#popup-canvas-inner {
  display: inline-block;
  position: relative;
  width: 760px;
  max-width: 100%;
  height: 550px;
  margin-bottom: -3px;
  background: #fff;
}

#popup-canvas-inner .grey-button {
  margin-bottom: 0;
}

.popup-background {
  z-index: -1;
}
.popup-content {
  z-index: 990;
  padding: 20px 20px;
  width: 720px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.popup-content .img-wrap {
  width: 100%;
  float: left;
}


.popup-number {
  font-family: 'Montserrat-Regular';
  display: inline-block;
  width: 150px;
  border-bottom: 3px solid black;
  font-size: 7rem;
  padding: 0 0 10px;
  margin: 5px 0 43px;
  line-height: 90px;
  letter-spacing: -8px;
}

.popup-brand {
  font-family: 'Montserrat-Bold';
  text-transform: lowercase;
  letter-spacing: -0.1rem;  
  color: #9D9FA2;
  font-size: 2.75rem;
  line-height: 40px;
}

.popup-description {
  font-family: 'Montserrat-Regular';
  text-transform: lowercase;
  font-size: 0.8rem;
  line-height: 105%;
  margin-bottom: 5px;
  padding: 0 8px;
}

.popup-footer {
  position: absolute;
  text-align: center;
  background: white;
  padding: 8px 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.popup-download {

}

.home-col-wrap {
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
.home-col {
  display: inline-block;
}

.two-col a,
.home-col a {
  display: inline-block;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-size: 1.67rem;  
  margin: 0 0.25rem;
  padding: 1.0rem;
  letter-spacing: 1px;
}

.icons-of-style-2022-page .home-col a {
  text-transform: none;
}

div.two-col a {
  font-family: 'Montserrat-Bold';
  font-size: 1.25rem;  
  padding: 3px 0;
}

div.huge-header {
  position: relative;
  float: left;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  height: 150px;
  width: 100%;
  text-align: center;
  letter-spacing: 5px;
  font-size: 9rem;
  z-index: -1;
}
.two-col-wrap {
  width: 80%;
  margin: 0 auto;
}
.two-col {
  position: relative;
  top: -100px;
  width: 50%;
  float: left;
  text-align: center;
}
.two-col a img {
  z-index: 999;
  margin-bottom: 15px;
}

.featherlight {
  position: relative;
}
body .featherlight .featherlight-content {
  overflow: visible;
  max-width: 98%;
}
.featherlight a.button {
  background: url('graphics/popup-arrow-left.png') no-repeat top left;
  position: absolute;
  top: 244px;
/*  left: -30px;  */
  height: 75px;
  width: 45px;
  display: inline-block;
  z-index: 999;
}
.featherlight a.button.next {
  background: url('graphics/popup-arrow-right.png') no-repeat top left;
  left: auto;
  right: 0;
}

.centered {
  margin: -8px 0;
  text-align: center;
  clear: both;
}


/*#homepage-feature {
  text-align:center;
  top: 17px;
  left: -65px;
  position: relative;
  float: left;
  margin-bottom: 34px;
}
#homepage-feature .background {
  margin: 0 auto;
}
#homepage-feature .gif {
  position: absolute;
  top: 70px;
  left: 60px;
  z-index: -1;
}*/

.womens-header img {
  position: absolute;
  top: 20px;
}

.header-text {
  margin: 0 0 20px;
  min-height: 60px;
} 

#loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: 8rem;
  text-align: center;
}

.featured-area {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
}

.featured-area .featured {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.featured-area .featured:first-child {
  display: block;
}

.featured-area h1,
.featured-area h2,
.featured-area .logo-star {
  text-shadow: 0 0 5px #000;
  z-index: 999;
}

.featured-area h1 {
  font-size: 82px;
  margin-top: 190px;
  margin-bottom: -16px;
  background: none;
  color: #fff;
  font-weight: normal;
  font-family: 'Montserrat-Regular';
}
.featured-area h2 {
  color: #fff;
  font-size: 33px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.featured-area.text-only h1,
.featured-area.text-only h2 {
  color: black;
  text-shadow: none;
}

.bk-bars {
  visibility: hidden;
  width: 15px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: black;
}
.bk-bars.left-bar {
  left: 0;
}
.bk-bars.right-bar {
  right: 0;
}

.thumb-row {
  margin-bottom: 6px;
  text-align: center;
}

.col-1 {
  width: 27%;
  float: left;
  margin-bottom: 40px;
  text-align: center;
}

.col-1 img {
  max-width: 100%;
  max-height: 374px;
}

.col-2 {
  width: 70%;
  float: right;
  margin-bottom: 40px;
}

.feature-box {
  max-width: 500px;
  margin: 0 auto 40px;
  background: RGBA(226, 226, 226, 1.00);
  padding: 20px;
}

.feature-box p:last-child {
  margin-bottom: 0;
}

.handheld-button {
  background-image: url('graphics/menu-icon.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0px 0px;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;  
  z-index: 100;
  display: none;
  opacity: 0.8;
}
.handheld-button:hover {
  opacity: 0.75;
}

#handheld {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
#handheld .overlay-close-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
#handheld .overlay-back-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}

#handheld ul {
  padding: 35px;
  margin: 0 auto;
  line-height: 32px;
}
#handheld li {
  list-style: none;
  text-align: center;
  margin: 0 0 10px;
}
#handheld a {
  font-size: 24px;
  font-weight: 300;
  font-family: 'Montserrat-Regular';
  
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 0 0 2px rgba(0,0,0,0.15);
  text-decoration: none;
}
#handheld li.item a {
  display: block;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.15);
  padding: 10px 0;
}
#handheld li.list-header {
  font-style: italic;
  opacity: 0.67;
}


#handheld a:hover {
  opacity: 0.67;
}

h1 img.brand-logo {
  height: 43px;
}

h1 img.brand-logo.inc {
  height: 55px;
  position: relative;
  top: 12px;
}

.featured-area .text-overlay {
   position: absolute;
   top: 55%;
   width: 100%;
}

.featured-area .text-overlay img {
  width: 90px;
}

.page-logo,
.page-headshot {
  max-width: 50%;
  margin: 2rem auto 3rem;
  display: block;
}
.nav-logo {
  max-width: 30%;
  margin: 0.5rem;
}

.page-headshot {
  max-width: 280px;
}

#slider {
	position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.macyshome-site #slider {
  max-width: 640px;  
}

#slider .image {
	position: absolute;
  max-width: 100%;
	display: none;
  left: 50%;
  margin-left: -50%;
  height: calc(100vh - 81px);
  min-height: 640px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.macyshome-site #slider .image {
  height: 480px;
  min-height: 480px;
}

#slider .image:first-child {
	display: block;
}

#scroll-to-top {
  z-index: 999;
  position: fixed;
  bottom: -100px;
  right: 0;
  text-align: center;
  padding: 1rem;
  font-family: 'Montserrat-Bold';
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.5;
  transition: bottom 0.75s;
}
.scrolled #scroll-to-top {
  bottom: 0px;
}
#scroll-to-top:hover {
  opacity: 1.0;
}







.multipage-page .page-logo {
  max-width: 67%;
}


@media screen and (max-width: 1000px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .thumb-cell {
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-row {
    margin-bottom: 0;
  }
  .popup-content {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .popup-content .img-wrap img {
    max-width: 100%;
  }
  
  .col-1, .col-2 {
    width: 100%;
    float: none;
  }
  
  ul.main-nav {
    display: none !important;
  }
  
  .fixed {
    height: 61px;
  }
  .wrapper.main {
    padding-top: 61px;
  }
  
  .handheld-button {
    display: block;
  }
  
  .menu-in .fixed,
  .menu-in #index,
  .menu-in #main-nav {
    display: none;
  }
}


@media screen and (max-width: 500px) {
  h1 {
    font-size: 3.25rem;
  }
  
  h1 img.brand-logo {
    height: 37px;
  }

  h1 img.brand-logo.inc {
    height: 48px;
    position: relative;
    top: 11px;
  }
  
  .featured-area .text-overlay {
    top: 45%;
  }
  
  .featured-area h2 {
    font-size: 2rem;
  }
  
  .featured-area .text-overlay img {
    width: 70px;
  }
}

@media screen and (max-width: 425px) {
  h1 {
    font-size: 3.00rem;
  }
  
  h1 img.brand-logo {
    height: 33px;
  }

  h1 img.brand-logo.inc {
    height: 45px;
    position: relative;
    top: 10px;
  }
  
  .home-banner img {
    max-width: 280px;
    margin-top: 10px;
  }
  
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 2.5rem;
  }
  
  h1 img.brand-logo {
    height: 27px;
  }

  h1 img.brand-logo.inc {
    height: 37px;
    position: relative;
    top: 8px;
  }
  
  .home-banner img {
    max-width: 225px;
    margin-top: 14px;
  }
  
  .featured-area h2 {
    font-size: 1.5rem;
  }
  
  .featured-area .text-overlay img {
    width: 50px;
  }
}


@media screen and (max-height: 470px) {
  #popup-canvas-inner {
    height: calc(100vh);
  }
  .popup-content .img-wrap img {
    height: calc(100vh - 130px) !important;
  }
  .featherlight .featherlight-content .featherlight-close-icon.featherlight-close {
    display: block;
    font-size: 40px;
    line-height: 40px;
    width: 40px;
    opacity: 0.5;
  }
}