
/*-----sitemap-----*/
#sitemap-banner-bg{
    background-color: #2e1c46;
    color: #fff;
}

#sitemap-banner{
    width: 85%;
    display: flex;
    max-width: 1150px;
    margin: 0 auto;
    padding: 22px 0 15px 0;
}

#sitemap-banner .image img{
    vertical-align:middle;
}

#sitemap-banner .text{
    margin-left: 25px;
    display: flex; 
    flex-direction: column; 
    align-self: center;    
}

#sitemap-banner .sitemap-head{
    font-size: 30px;
    line-height: 34px;
    margin-top: -10px;
    /*font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd;*/
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    margin-bottom: 0;
}

#sitemap-body-bg{
    background-color: #e0e0e0;
    color: #2e1c46;
    
}
    
#sitemap-body {
    padding:25px 0;
    width: 85%;
    max-width: 1150px;
    margin: 0 auto;
    line-height:1.42857143;
    
}

#sitemap-body .container.responsivegrid{
    background-color: #fff;
}

#sitemap-links{
    padding: 30px;
    display:flex;
    justify-content: space-between;
    flex-direction:column;
}

#sitemap-links .cmp-text{
    padding:0;
}

#sitemap-body h4{
    margin:0;
}

#sitemap-hcp .hcp-links h4,
#sitemap-patient .patient-links h4{
    font-size: 23px;
    color: #ee7623;
    /*font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd;*/
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    padding-bottom: 5px;
    margin:10px 0;
    line-height: 1.1;
}

#sitemap-hcp a,
#sitemap-patient a{
    /*font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd;*/
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    font-size: 18px;
    text-decoration: none;
    background-color: transparent;
}

#sitemap-hcp a:hover,
#sitemap-patient a:hover{
    text-decoration: underline;
}
#sitemap-hcp li,
#sitemap-patient li{
        margin: 10px 0;
}

#sitemap-hcp ul,
#sitemap-patient ul{
    list-style-type: none;
    margin-bottom: 10px;
}


@media(min-width:992px){
#sitemap-banner{
    width: 90%;
    padding: 30px 0;
}

#sitemap-banner .cmp-text{
    padding:0;
}

#sitemap-banner .text{
    margin-left: 40px;
}
#sitemap-banner .sitemap-head{
    font-size: 35px;
    margin-top:-15px;
    line-height: 1.42857143;
}

#sitemap-body {
    width:90%;
}

#sitemap-links{
    width:70%;
    display:flex;
    margin:0 auto;
    flex-direction:row;
    justify-content:space-between;
}
}

@media(min-width:1200px){
#sitemap-banner{
    width: 100%;
}

#sitemap-body {
    width:100%;
}
}
