@font-face {
  font-family:adobegaramondpro;
  src:url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?subset_id=1&fvd=n4&v=3) format("woff2"),
  url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/d?subset_id=1&fvd=n4&v=3) format("woff"),
  url(https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/a?subset_id=1&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto;
 }
 @font-face {
  font-family:proximanova;
  src:url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?subset_id=1&fvd=n4&v=3) format("woff2"),
  url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?subset_id=1&fvd=n4&v=3) format("woff"),
  url(https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?subset_id=1&fvd=n4&v=3) format("opentype");
  font-weight:400;
  font-style:normal;
  font-display:auto;
 }
 @font-face {
  font-family:proximanovalight;
  src:url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?subset_id=1&fvd=n3&v=3) format("woff2"),
  url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?subset_id=1&fvd=n3&v=3) format("woff"),
  url(https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?subset_id=1&fvd=n3&v=3) format("opentype");
  font-weight:300;
  font-style:normal;
  font-display:auto;
 }

#searchBarHeader{
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  background:#F1F1F1;  
  width:100%;
  height:56px;
}

#searchHolder{
  display:flex;
  justify-content: flex-end;
  width:100%;
  margin-right:56px;  
}
#searchbar{
  display:flex;
  justify-content:flex-end;
  width:100%;
}

#searchbar input{
  padding: 6px;
  border-radius: 0;
  border: 1px solid #DDDDDD;
  width:100%;
  max-width:259px;
  height:20px;
}

#searchbar input::placeholder{
  font-style:normal;
  font-size:15px;
    color: #787879;
}
header{
  display:flex;
  flex-direction: row;  
  width:100%;
  margin:0 auto;
}
#headerFlex{
display:flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin:0 35px;
padding-top:10px;
width:100%;
}
#userCenter{
  display:flex;
  flex-direction: row;
  max-width:446px;
  width:100%;
}

#searchEngine{
  display:flex;
  flex-direction: row;

}
#mobileNav{
display:none;

}  
#desktopNav{
  display:flex;
  flex-direction: row;
  justify-content: flex-end; 
  align-items: center;
  margin-left:5px;
  width:100%;
  font-family:'adobegaramondpro', sans-serif;
  font-size:17px;
  padding-top:15px;
}
#desktopNav a, #desktopNav .dropTab{
color:#787879;
margin:0 15px;
padding-bottom:6px;  
border-bottom: 3px solid #fff;
}

#desktopNav a:hover{
border-bottom: 3px solid #7bc051;
}


.dropBox > .dropName a{
margin:0!important;
}
.rightBtn{
padding:0 12px;
}

.rightBtn {
 font-size:15px;
}
#logo{
  max-width:253px;
  width:100%;
}
#logoImage{
max-width: 250px;
width:100%;
}
.dropBox{
  display:none;
}


.dropTab:hover > .dropBox{
  display:flex;
  flex-direction: column;
  position: absolute;
  width:150px;
  background:#fff;
  z-index: 9999;
}

footer{
display:flex;
flex-direction: row;
 justify-content: center;
align-items: center;
background-color:#787879;
padding: 25px 0;
height:150px;
}
#footerFlex{
display:flex;
flex-direction: column;  
 align-items: center;
}

#footerFlex a, .bar{
color:#fff
}

.bar{
margin:2px
}

#copyright{
color:#fff;
}

#topNav a:hover{
color:#787879;
}

#middleFooter{
padding-top:16px;
}
#middleFooter .fab{
color: #e8e8e8;
font-size: 17px;
text-align: center;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #7bc051;
border-radius: 50%;
margin: 0 10px 20px 10px;
}
.hamburger {
display: none;
}
.hamburger.active .top-bar {
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 50%;
}
.hamburger.active .middle-bar {
opacity: 0;
}
.hamburger.active .bottom-bar {
-moz-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
top: 50%;
}
.top-bar ,
.middle-bar, 
.bottom-bar {
width: 22px;
height: 2px;
background-color: #7bc051;
position: absolute;
right: 50%;
transition-delay: 0.1s,0.2s;
transition-duration: 0.1s,0.1s;
transition-timing-function: ease-in-out;
left: calc(50% - 11px);
border-radius: 5px;
}
.top-bar {
top: calc(50% - 7px);
transform-origin: 11px 1px;
}
.middle-bar {
top: 50%;
}
.bottom-bar {
top: calc(50% + 7px);
}
#categorySection { width:1000px; margin:0 auto; }
#categoryTitle { text-align: center; font-size:24px; font-weight:bold; margin-bottom:20px; }
.categoryBox1 { float:left; margin:5px 2px; width:160px; height:170px; background-color:#fff; border:1px solid #c0c0c0; }
    .categoryBox1:hover { border:1px solid #463528; }
    .categoryImg { width:100px; height:100px; margin:0 auto; padding:15px 0; }
    .categoryText { text-align: center; text-transform: uppercase; font-weight: bold; font-size:14px; color:#363636; line-height:40px; }
        .categoryImg img { height:100%; }
        #fullFooter{
          display: flex;
          flex-direction: column;
        }
@media screen and (max-width:1538px){
#logo{
  width:263px;
}

#logoImage{
    max-width:85%;
}

}

@media screen and (max-width:1256px){
  .hamburger {
  display: inline-block;
  cursor: pointer;
  padding: 20px;
  right: 11px;
  position: relative;
}
#navham{
  display:flex;
  flex-direction: column;
  align-items:flex-end;
  text-align: right;
  width:100%;
}
#headerFlex{    
  flex-direction: column;
  margin:0
}
#desktopNav{
  display:none;
}


#mobileNav.show{
  display:flex;    
  flex-direction: column;
  align-items: flex-end;
 width:100%;
  background:#fff;
  font-family:'adobegaramondpro';
  font-size:17px;
}

#mobileNav a{
  margin-top:15px;
  margin-right:15px;
  color:#787879;
}

  #mobileNav .mobiledropTab{
    margin-top:15px;
  }
.mobiledropBox{
  display:none;
}
  
  .mobiledropBox.show{
    display:flex;
    flex-direction: column;
    background: #969696;   
  }
  .mobiledropBox a{
    color:#fff!important;
    font-size:19px;
    width:100%;
  }
  .mobileDropName{
    padding-right:25px;
  }
  .mobiledropBox a:hover{
    background:#b7b8b8;
    color:#000
  }
  

  .mobileDropName2{
    padding-right:15px;
    
  }

.showMobileangle.rotate180 {
  transform: rotate(180deg);
}
.fa-angle-down::before {
  content: "\f107";
}

.showMobileangle {
  display: inline-block !important;
  vertical-align: middle;
  /*! padding: 1.2rem .5rem; */
}

}

@media only screen and (max-width: 950px) {
  #loginbodyWrapper {
      width: 100% !important;
  }
  #loginLoginSubLeft {
      max-width: 398px;
      margin-bottom: 20px;
  }
  #loginLoginSubRight {
      max-width: 348px;
      border-left: none !important;
  }
  #loginLoginSubRight, #loginLoginSubLeft {
      height: auto !important;
      float: none !important;
      width: 100% !important;
      padding: 0 0 0 2% !important;
      box-sizing: border-box !important;
  }
  .loginSubFormWrapper {
      width: 100% !important;
  }
  #loginSignInHeader {
     padding: 18px 15px !important; 
  }
}
@media only screen and (max-width: 408px) {
  #logo{
text-align: center;
    width:100%;
  }
  #userCenter{
    flex-direction: column;
    align-items: center;
  }
}