/* /content/dam/intelligentcontent/brands/ic-dtc-fasenra/us/en/hes/css/dtches-site-map.css */


#dtches-site-map desktop-only{
    display:none;
}

#dtches-site-map .cmp-title__text, #dtches-site-map h1, #dtches-site-map h4{
    margin:0;
}

#dtches-site-map .cmp-text{
    padding:0;
    margin:0;
    font-family:unset;
}

#dtches-site-map .nowrap{
    white-space:nowrap;
}

#dtches-site-map .background-header{
    /* min-height: 102.55px; */
    background-size: unset;
    background-repeat:no-repeat;
    margin: 0;
    background-color: #333F48;
    background-position:right;
}


#dtches-site-map .content-center-sr{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    padding: 0 0 0 20px;
    max-width: 1180px;
    margin:0 auto;
}

#dtches-site-map .content-center-sr h1{
    font-family: "filson-pro", sans-serif;
    font-weight:700;
    font-style:italic;
    font-size:25px;
    line-height:26px;
    max-width:100%;
    color:#fff;
}


#dtches-site-map .site-map-content{
    max-width: 1180px;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
    padding:33px 20px 31px 20px;
    margin: 0 auto;
}

#dtches-site-map .site-map-content h4{
    padding-bottom:18px;
}

#dtches-site-map .site-map-content a, #dtches-site-map .site-map-content .head{
    font-size:16px;
    line-height:20px;
    text-decoration:underline;
    text-decoration-skip-ink: auto;
    color:#333F48;
}

#dtches-site-map .site-map-content .subhead{
    padding-left:40px;
}



@media only screen and (min-width: 992px) {
#dtches-site-map mobile-only{
    display:none;
}

#dtches-site-map desktop-only{
    display:block;
}

#dtches-site-map .content-center-sr{
    padding:0 20px;
}
       
#dtches-site-map .background-header {
    /* min-height: 8.125vw; */
    background-size: unset;
    background-repeat:no-repeat;
    margin: 0;
    background-color: #333F48;
    background-position:right;
}  

#dtches-site-map .content-center-sr h1{
    font-size:52px;
    line-height:61px;
}

#dtches-site-map .site-map-content{
    padding:50px 20px 70px 20px;
}

#dtches-site-map .site-map-content a, #dtches-site-map .site-map-content .head{
    font-size:24px;
    line-height:28px;
    text-decoration-thickness: 1px;
}

}
