/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 1rem;
  }
 

.jumboHdr{
  font-weight: lighter;
  font-family: Big Caslon;
  font-size: 42px; 
  color: white;
  line-height: 31px;
    
    
    text-align: center;
font: normal normal medium 42px/51px Big Caslon;
letter-spacing: 0px;
/*color: #FFFFFF;*/
color: #000;
text-transform: uppercase;
opacity: 1;
}


 @media (min-width: 250px) and (max-width: 767px) { 
            .jumboHdr {
                font-size: 32px;
            }
            
        } 
          
        /* Media Query for Tablets Ipads portrait mode */ 
        @media (min-width: 768px) and (max-width: 1024px){ 
            .jumboHdr {
                font-size: 42px;
            }
            
        } 
          
        /* Media Query for Laptops and Desktops */ 
        @media (min-width: 1025px) and (max-width: 1280px){ 
           .jumboHdr {
               font-size: 42px;
            }
            
        } 
          
        /* Media Query for Large screens */ 
        @media (min-width: 1281px) { 
            .jumboHdr {
                font-size: 42px;
            }
            
        } 

.jumboTxt{
  font-weight: normal;
  font-family: neuzeit-grotesk;
  font-style: normal;
/*  font-size: 20px;*/
   font-size: 16px;
  letter-spacing: 0px; 
  color: white;
/*  line-height: 30px;*/
    
    text-align: left;
/*font: normal normal normal 16px/21px Neuzeit Grotesk;*/
letter-spacing: 0px;
/*color: #FFFFFF;*/
    color: #000;
    text-align: center;
}
.secondRow {
  margin-top: 3.5em
}

.notesHdr{
  font-weight: lighter;
  font-family: big caslon;
  font-size: 32px; 
  color: black;
  line-height: 30px;
  margin-top: 15px;
}
.notesTxt{
  font-weight: lighter;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-size: medium;
  letter-spacing: 0.16px;
  font-size1: 16px; 
  color: black;
  line-height: 20px;
  padding-left: 10;
  padding-top: 20;
  padding-right: 0;
  padding-bottom: 0;
}

.notesTxtList{
  font-weight: 400;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-size: medium;
  letter-spacing: 0.16px;
  font-size: 16px; 
  color: black;
  line-height: 25px;
  padding-left: 15px;

}

 .socialDiv {
  border-left: 1px solid #333;
  
}
.storeInfo {
  background: #EDEDED;
}

.storeInfoHdr {
  font-weight: bold;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-size: medium;
  letter-spacing: 0.2px;
  font-size: 16px; 
  color: black;
  line-height: 30px;
  text-decoration: underline;
  text-underline-position: under; 
}

.storeInfoTxt {
  font-weight: lighter;
  font-family: neuzeit-grotesk, sans-serif;
  font-style: normal;
  font-size: medium;
  letter-spacing: 0.16px;
  font-size: 16px; 
  color: black;
  line-height: 20px;
}
.navMenu {
  border-top: 1px solid #e1e1e1;
  margin-top: 7px;
  
}

footer {
    background-color: #EDEDED;
    font-family: Helvetica,Arial,Roboto,sans-serif;
    font-weight: 400; 
    color: black;
    padding-top: inherit;
  }

footer1{
     background-color: #33383c;
     padding:70px 0px;
}	       

footer ul li a{
    padding:5px 0px;
    list-style-type:none;
    padding: 7px 0;
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    list-style-type:none;
}

.menu-item {
  list-style-type:none;
    padding-top:10px;
    font-weight: lighter;
    color: #2D2D2D
        
            font-weight: 500;
    text-align: left;
    font-family: Futura PT;
  font-size: 14px; 
  color: black;
  line-height: 16px;
   
    letter-spacing: 0.42px;
    color: #000000;
}


footer .default {
  font-weight: normal;
}

.defaultHdr {
  font-weight: 500;
    text-align: left;
    font-family: Futura,sans-serif;
  font-size: 14px; 
  color: black;
  line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.42px;
    color: #000000;
}

.ftrTitle {
  font-weight: 500;
    text-align: left;
    font-family: Futura;
  font-size: 14px; 
  color: black;
  line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.42px;
    color: #000000;
    padding-bottom: 10px;
     list-style-type:none;
}

.ftrItems {
    font-weight: 500;
    text-align: left;
    font-family: Futura,sans-serif;
  font-size: 14px; 
  color: black;
  line-height: 16px;
   
    letter-spacing: 0.42px;
    color: #000000;

}


.adress span , .contact span , .social span{
   
   font-weight: 800; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   letter-spacing: 3px;
}
 
.adress li p , .contact li a , .social li a{
    
    letter-spacing: 2px;
    text-decoration:none;
    font-size:15px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}

.fa{
    color:#9c9c9c;
    margin-right: 15px;
    font-size:14px;
}


.navbar-nav
 {
flex: 1;
margin: auto !important;
display: flex;
justify-content: space-between;
}

@media only screen and (min-width: 767px) {
  
  .show-mobile1 {
    display: none;
  }
}

.show-mobile1 {
  display: block
}



.btn-white{background-color:#fff;color: #000;}
.btn-white:hover{background-color:#fff;color: #000;}


.navbar-nav {
  padding-left: 30px;
  padding-right: 10px;
  background: #fff;
  border-top: 1px solid #D3D3D3;;

}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

.silo-link {
  font-family: Futura,sans-serif;
  font-size: 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  padding: 5px 1px;
  font-size: 12px;
}

.storeLink {
  text-decoration: underline;
  color: #000;

  font-family: neuzeit-grotesk, sans-serif;
  font-weight: bold;
}

.footerbrand {
  
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family:  Futura PT;
    font-style: normal;
    font-weight: bolder;
    line-height: 16px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    
    text-align: center;
    
    letter-spacing: 0.42px;
    color: #000000;
    opacity: 1;
     text-transform: uppercase;
}

.footerbrandEnd  {
  
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-family: Futura PT;
  font-style: normal;
  font-weight: bolder;
  line-height: 16px;
  margin-left: 0.5rem;
    
     text-align: center;
    
    letter-spacing: 0.42px;
    color: #000000;
    opacity: 1;
  text-transform: uppercase;
}

.font-smallCopy {
  text-decoration: none;
  color: #000;
 
  font-family: Futura PT;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-left: 1rem;
}

.btmGridHdr{
  font-weight: lighter;
  font-family: big caslon;
  font-size: 21px; 
  color: black;
  line-height: 30px;
  margin-top: 10px;
    margin-bottom: 10px;

    text-align: center;
    font: normal normal medium 21px/30px Big Caslon;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}



.btmGridLnk{
  font-weight: bold;
  font-family: neuzeit-grotesk;
  font-size: 16px; 
  color: black;
  line-height: 20px;
  margin-top: 0px;

    text-align: center;
    text-decoration: underline;
    
    letter-spacing: 0.16px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}


.btmGridLnkM{
  font-weight: bold;
  font-family: neuzeit-grotesk;
  font-size: 16px; 
  color: black;
  line-height: 20px;
  margin-top: 0px;

    text-align: center;
    text-decoration: underline;
    
    letter-spacing: 0.16px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
}

.btmGridTxt{
  font-weight: lighter;
  font-family: neuzeit-grotesk;
  font-size: 16px; 
  color: black;
  line-height: 20px;
  margin-top: 0px;

    text-align: center;
    
    letter-spacing: 0.16px;
    color: #000000;
    opacity: 1;
}

.email-signup__submit {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0ic3VibWl0IiBkYXRhLW5hbWU9InN1Ym1pdCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNzYgNzYiPjxkZWZzPjxzdHlsZS8+PC9kZWZzPjxwYXRoIGNsYXNzPSIuZ3JleTQ5IiBkPSJNMCAwaDc2djc2SDB6Ii8+PHBhdGggZD0iTTI1LjQxIDYwLjVsMS4yOSAxLjMgMjIuNi0yMi42IDEuMjktMS4yOXYtLjAxbC0xLjI5LTEuMjl2LjAxbC0yMi42LTIyLjYtMS4yOSAxLjI5TDQ4IDM3LjkxIDI1LjQxIDYwLjV6IiBmaWxsPSIjYzNjM2MzIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000;
    height: 40px;
    width: 40px;
    border: none;
    border-radius: 0;
    vertical-align: top;
    font-size: 0;
    padding: 0;
}
.email-signup__input {
    width: 260px;
    height: 40px;
    padding: 0 0 0 10px;
    background-color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #757575;
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-radius: 0;
}


#footerSlotSocial {
    float: left;
    margin-top: 30px;
}
nm_footer_right.social {
    display: block;
    float: left;
    margin: 0;
}
.nm_footer_right .socialLeft {
    float: left;
    width: 228px;
    padding: 10px 0;
    border-right: 1px solid #C8C8C8;
    line-height: inherit;
}
.nm_footer_social_desc {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: initial;
}

.nm_footer_social_icons {
    display: table;
    width: auto;
    height: 19px;
    margin: 0 auto;
}
.nm_footer_social_icon {
    float: left;
    margin-right: 26px;
}

.nm_footer_social_icon, .sprite-facebook, .sprite-instagram, .sprite-pinterest, .sprite-twitter, .sprite-weibo, .sprite-weibo:hover {
    width: 19px;
    height: 19px;
}

.nm_footer_right .socialRight {
    float: left;
    margin: 16px 0 16px 23px;
}

.social-media__logo img {
    height: 17px;
    width: 17px;
    border: none;
}

.nm_footer_social_desc h3 {
    float: left;
    width: 100%;
    margin: 0;
    font-family: Helvetica,Arial,Roboto,sans-serif;
    color: #000;
    letter-spacing: .0625em;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
}

.sprite-facebook {
    background-position: 0 -132px;
}

.sprite-twitter {
    background-position: 0 -246px;
}
.sprite-pinterest {
    background-position: 0 -208px;
}
.sprite-instagram {
    background-position: 0 -170px;
}
.sprite-download-nm-app {
    width: 91px;
    height: 30px;
    background-position: 0 -83px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx)
.sprite {
    background-image: url(https://www.neimanmarcus.com/category/nav/images/sprite@2x-min.png);
}

.sprite {
    float: left;
    position: relative;
    background-image: url(https://www.neimanmarcus.com/category/nav/images/sprite-min.png);
    background-size: 91px 265px;
}

.nm_footer_social_icon, .sprite-facebook, .sprite-instagram, .sprite-pinterest, .sprite-twitter, .sprite-weibo, .sprite-weibo:hover {
    width: 19px;
    height: 19px;
}

.store-name {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  color: #991919;
  padding-left: 100;
}
.store-subheading {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 1rem;
  color: #991919;
  padding-left: 100;
}


.opacity-0 {
  opacity:0!important;
}
.opacity-1 {
  opacity:0.2!important;
}
.opacity-2 {
  opacity:0.4!important;
}
.opacity-3 {
  opacity:0.6!important;
}
.opacity-4 {
  opacity:0.8!important;
}
.opacity-45 {
  opacity:0.9!important;
}
.opacity-5 {
  opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
  opacity:0!important;
  transition: opacity .25s ease-in-out!important;
  -moz-transition: opacity .25s ease-in-out!important;
  -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
  opacity:1!important;
}