.breadItemFlow{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}
.breadcrumb-wrapper{position:relative;background-color:#e2f3f5}
.breadcrumb-wrapper .container{background-color:#e2f3f5}
@media only screen and (max-width:709px){.breadcrumb-wrapper .container{overflow-x:scroll;-ms-overflow-style:none}
}
.breadcrumb-wrapper ::-webkit-scrollbar{display:none}
.breadcrumb-wrapper ::-webkit-scrollbar-track{display:none}
.breadcrumb-wrapper ::-webkit-scrollbar-thumb{display:none}
.breadcrumb-wrapper .breadcrumb{padding-top:10px;padding-bottom:10px;margin-bottom:0}
@media only screen and (max-width:709px){.breadcrumb-wrapper .breadcrumb{height:20px;overflow:hidden;padding-top:0;padding-bottom:0;margin:10px auto 5px 0}
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item{font-family:"AvenirNext-Regular",sans-serif;font-size:12px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:20px;letter-spacing:normal;color:#63809d;position:relative;margin-right:10px}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item span{position:relative;margin-left:10px;width:5px;height:8px;display:inline-block}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item span:before{content:'';background-image:url("../../clientlibs/clientlib-base/resources/img/icons/breadcrumb-arrow.svg");width:5px;height:8px;background-color:transparent;background-repeat:no-repeat;background-size:100%;background-position:center center;padding:0;margin:0;position:absolute;top:calc(50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child{margin-right:0;padding:0}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child:before{display:none}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item{padding-left:0}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:none;margin:0;display:none}
.breadcrumb-wrapper.white-breadcrumb{background-color:#fff}
.breadcrumb-wrapper.white-breadcrumb .container{background-color:#fff}
.breadcrumb-wrapper.white-breadcrumb .breadcrumb{background-color:#fff}
.breadcrumb-wrapper.no-background{background-color:transparent;position:absolute;z-index:100}
.breadcrumb-wrapper.no-background .container{background-color:transparent}
.breadcrumb-wrapper.no-background .container .breadcrumb{background-color:transparent}
.breadcrumb-wrapper.no-background .container .breadcrumb .breadcrumb-item{color:#fff}
.breadcrumb-wrapper.color-light-blue .container .breadcrumb .breadcrumb-item{color:#63809d}
.breadcrumb-wrapper.color-blue .container .breadcrumb .breadcrumb-item{color:#004e7a}
.breadcrumb-wrapper.color-white .container .breadcrumb .breadcrumb-item{color:#fff}
.breadcrumb-wrapper.color-white .container .breadcrumb .breadcrumb-item span:before{background-image:url("../../clientlibs/clientlib-base/resources/img/icons/breadcrumb-white-arrow.svg")}