.allergen-cmp .breadcrumb-item-wrapper{
    display:none;
}

#allergen-info-table{
    border-radius:4px;
    border:1px solid #DCDCDC;
    border-collapse: separate !important;
}

#allergen-info-table td{
    background-color:#ffffff;
    text-align:left;
    border:0 !important;
}

#allergen-info-table tr td:nth-child(1){
    background-color:#F7F7F7;
    border-right:1px solid #DCDCDC !important;
    border-bottom:1px solid #DCDCDC !important;
}

#allergen-info-table tr td:nth-child(2){
    font-family: HelveticaNeueLTStd-Md;
    text-align:right;
    border-bottom:1px solid #DCDCDC !important;
}

.allergen-banner{
    background-color:#364E6B;
    padding:39px;
    background-size:cover;
    position:relative;
}

.allergen-banner::before{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    opacity: 0.8;
    background-image: linear-gradient(47deg, #222222 11%, rgba(34,34,34,0.76) 45%, rgba(34,34,34,0.69) 59%, rgba(34,34,34,0.00) 100%);
    content:'';
}

.allergen-type-info{
    background: #FFFFFF;
    border-radius: 2px;
    font-family: HelveticaNeueLTStd-Md;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding:7px 6px 5px 6px;
}

.allergen-banner h1{
    margin-top:0px;
    font-size:36px;
    color:#ffffff;
}

.allergen-well{
    padding:35px 15px;
}

.allergen-well .container, .allergen-banner .container, .allergen-cmp #references .accordion-content {
    padding-left:260px;
}

.allergen-well .container, .allergen-banner .container{
    width:95% !important;
}

.allergen-banner-img{
    max-width:118px;
}

.allergen-well h2{
    color:#575757;
    font-size:26px;
}

.allergen-well .text-cmp h3{
    color:#575757 !important;
    border-bottom:0 !important;
    text-transform:none !important;
    padding:0 !important;
}

.allergen-well p{
    padding:0;
}

.allergen-well:nth-child(even){
    background-color:#F6F6F6;
}

.allergen-well:nth-child(odd){
    background-color:#FFFFFF;
}

.allergen-well .xf-content-height{
    margin:0;
}

#related-allergen-section{
    font-family: HelveticaNeueLTStd-Md, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #555759;
}

ul.related-allergens-list{
    font-family: HelveticaNeueLTStd-Lt, Helvetica, Arial, sans-serif;
    list-style-position: inside;
    padding:0;
}

ul.related-allergens-list li.blue-bullet{
    color: #6FABDC;
}

.allergens-list-heading-text{
    font-family: HelveticaNeueLTStd-Md;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom:10px;
}

#allergen-toc{
    border: 1px solid #DCDCDC;
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.10);
    width:250px;
    position:fixed;
    left:0;
    z-index:5;
    top:160px;
    border-radius: 4px;
    display:none;
    background: #FFFFFF;
}

#allergen-toc.no-left-border{
    border-left:none;
}

#allergen-toc.top{
    top:112px;
}

#allergen-toc-tab{
    position:absolute;
    top:50%;
    right:-20px;
    margin-top:-50px;
    height:116px;
    background-color:#364E6B;
    color:#ffffff;
    width:20px;
    padding-left:2px;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
    box-shadow:3px 0 18px 0 rgba(0,0,0,.17);
    display:none;
    cursor:pointer;
}

#allergen-toc-tab i{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left:5px;
}

#allergen-toc-head{
    padding:20px;
    color:#222222;
    cursor:pointer;
    border-bottom:1px solid #DCDCDC;
}

#allergen-toc-head img{
    margin-top:5px;
}

#allergen-toc-header-text{
	font-family: HelveticaNeueLTStd-Lt, Helvetica, Arial, sans-serif;
    font-size: 24px;
    text-align: left;
    line-height: 1;
}

#allergen-toc-header-text span{
	font-family: HelveticaNeueLTStd-Md, Helvetica, Arial, sans-serif;
}

#allergen-toc-body{
	font-family: HelveticaNeueLTStd-Md, Helvetica, Arial, sans-serif;
    background-color:#ffffff;
    font-size:14px;
    color:#555759;
    padding:20px 0;
    max-height: 60vh;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#allergen-toc-body::-webkit-scrollbar{
    width:0 !important;
}

.allergen-toc-item, .allergen-toc-subitem{
    display:block;
    color:#222222 !important;
    text-decoration:none;
    padding:4px 25px 0 25px;
    margin:4px 0;
    text-decoration:none !important;
}

.allergen-toc-subitem{
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 14px;
    padding:4px 30px 0 40px;
}

.allergen-toc-item.hovered, .allergen-toc-subitem.hovered, .allergen-toc-item.highlighted, .allergen-toc-subitem.highlighted{
    background-color:#EBF2FA;
    color:#1E8AE7 !important;
}

.lt-font{
	font-family: HelveticaNeueLTStd-Lt, Helvetica, Arial, sans-serif;
}

.allergen-cmp #references{
    padding:0 15px;
}

.allergen-cmp #references .accordion-content{
    max-width:1200px;
    margin:0 auto;
}

.allergen-cmp #references .accordion-content .text-wrapper{
    padding-left:10px;
}

.allergen-cmp #references .xf-content-height{
    margin:0 -15px;
    min-height:0 !important;
}

#allergen-error-well .well-table{
    height:500px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}

#allergen-error-text{
    font-family: HelveticaNeueLTStd-Roman;
    font-size: 30px;
    color: #555759;
}

@media (max-width: 768px) {
    #allergen-toc{
        margin-left:-250px;
        transition: margin 500ms;
    }

    #allergen-toc.open{
        margin-left:0;
    }

    #allergen-toc-tab{
        display:block;
    }

   .allergen-well .container, .allergen-banner .container{
        padding:0;
   }

   .allergen-cmp #references .accordion-content{
        padding:50px 15px;
   }

}

@media(max-width:991px){
    #allergen-info-table{
        margin:0 auto 40px auto;
    }
}