@charset "utf-8";
/* CSS Document */

.sitemap_wrap{display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between; width:100%}

.sitemap-category{display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; width:calc(25% - 16px); margin-bottom:24px}
.sitemap-category > a{display:flex; width:100%; justify-content:space-between; align-items:center; padding:12px 8px; border:0; background-color:#000; font-family: 'MSLondonDemibold'; font-size:16px; color:#fff; -webkit-text-decoration:solid underline #fff; text-decoration:solid underline #fff; text-decoration-thickness:1px; text-underline-offset:2px}
.sitemap-category > a:hover{-webkit-text-decoration:none; text-decoration:none}

.sitemap-category > a:after{content:""; background-image:url(../img/down-chevron.svg); background-position:center center; height:18px; width:18px; margin:0 0 0 8px; transform:rotate(-90deg); opacity:0; transition:opacity, filter .4s}
.sitemap-category > a:hover::after{opacity:1; filter:invert(1); transition:opacity, filter .4s}

.sitemap_wrap ul{width:100%; list-style:none; margin:0; padding:0}
.sitemap_wrap ul li{}
.sitemap_wrap ul li a{display:flex; justify-content:space-between; align-items:center; font-family:'MSLondonDemibold'; font-size:16px; text-transform:capitalize; padding:16px 8px; line-height:normal; background-color:#fff; color:#333; text-decoration:none; border-bottom:solid 1px #ccc; transition:background, color .2s}
.sitemap_wrap ul li a:hover{background-color:#f5f5f5; color:#000; transition:background, color .4s}


.sitemap_wrap ul li a:after{content: ""; background-image:url(/wp-content/themes/mns-ced/assets/img/down-chevron.svg); background-position:center center; height:18px; width:18px; display:inline-flex; background-repeat:no-repeat; background-size:cover; transform:rotate(-90deg); opacity:0; transition:opacity .2s}
.sitemap_wrap ul li a:hover::after{opacity: 1; transition: opacity .4s}

.sitemap_wrap ul li:last-of-type a{border-bottom:0}

.sitemap_wrap:after{content:""; display:flex; width:calc(25% - 16px)}

.sitemap-category:nth-last-of-type(-n + 3) {margin-bottom:0}

/* Potrait Tablets */
@media all and (max-width : 1024px) and (-webkit-min-device-pixel-ratio:1.5)  {
    
.sitemap-category{width:calc(33.33333% - 16px); width:calc(100% / 3 - 16px)}      
.sitemap_wrap:after{width:calc(33.33333% - 16px);  width:calc(100% / 3 - 16px)}    
  
    
.sitemap-category:nth-last-of-type(-n + 3) {margin-bottom:24px}    
.sitemap-category:nth-last-of-type(-n + 2) {margin-bottom:0}  
    
    
}


@media all and (max-width : 768px) and (-webkit-min-device-pixel-ratio:1.5)  {
    
.sitemap-category{width:calc(50% - 16px)}      
.sitemap_wrap:after{width:calc(50% - 16px)}     
    
.sitemap-category:nth-last-of-type(-n + 3) {margin-bottom:24px}    
.sitemap-category:nth-last-of-type(-n + 2) {margin-bottom:24px}      
.sitemap-category:nth-last-of-type(-n + 1) {margin-bottom:0}      
}

@media all and (max-width : 430px) and (-webkit-min-device-pixel-ratio:1.5)  {
    
.sitemap-category{width:100%}      
.sitemap_wrap:after{width:100%}     
       
}