.polly-help-container .polly-help-article-content .article-content p,
.polly-help-container .polly-help-article-content .article-content pre,
.polly-help-container .polly-help-article-content .article-content li,
.polly-help-container .polly-help-article-content .article-content table {
    font-size: 14px;
    line-height: 1.5;
}

.polly-help-container .polly-help-article-related span {
    font-size: 13px;
}

.polly-help-container .polly-help-article-related span a {
    color: inherit;
}

.polly-help-subtopicview {
    border: .5px solid rgba(158,158,158,.5);
    border-radius: 3px;
    height: 100%;
}

.polly-help-subtopicview .subtopic-title {
    font-family: "PlutoSansRegular", serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.28;
}

.polly-help-subtopicview .subtopics li {
    cursor: pointer;
    color: #dc0032;
}

.polly-help-subtopicview .subtopics,
.polly-help-subtopicview .subtopic-more,
.polly-load-more-article {
    font-family: "PlutoSansExtraLight", serif;
    font-weight: 600;
    line-height: 1.5;
    font-size: 13px;
    list-style: none;
    padding: 10px 8px;
    cursor: pointer;
    color: #dc0032
}

.polly-help-subtopicview .subtopics {
    font-size: 16px;
}

.polly-help-topicview-container .dp-arrow-block {
    width: 20px;
}

.polly-help-topicview-container .dp-arrow-block .arrow-link-icon {
    margin-left: 8px;
    height: 15px;
    margin-bottom: .2rem;
    transition: all .3s ease-in-out;
}

.polly-help-topicview-container .polly-load-more-article:hover .dp-arrow-block .arrow-link-icon,
.polly-help-topicview-container .polly-help-subtopic-more:hover .dp-arrow-block .arrow-link-icon {
    margin-left: 12px;
}

.polly-help-container .ellipsis {
    max-width: 10rem;
}

li.decision-tree-answer {
    display: inline-flex;
    margin: 10px;
    border: #ABABAC 1px solid;
    cursor: pointer;
}

li.decision-tree-answer.active {
    color: #ffffff;
    background-color: #dc0032;
}

li.decision-tree-answer span {
    padding: 12px 38px;
}

.polly-help-container .polly-help-main .polly-help-collection-container .polly-help-collection-item.polly-help-contact-box .dp-contact-icon~.dp-contact-read-more {
    max-width: 80% !important;
}

.polly-help-container .polly-help-breadcrumb {
    font-family: PlutoSansLight;
}

.polly-help-container .polly-help-breadcrumb a {
    color: #dc0032;
}

.polly-help-container .searchresults-view .polly-help-no-result-right a {
    color: #dc0032 !important;
}

.polly-help-container.seur .searchresults-view .polly-help-no-result-right a {
    color: #e9502a !important;
}

.polly-help-container.seur .polly-help-subtopicview .subtopics,
.polly-help-container.seur .polly-help-subtopicview .subtopic-more,
.polly-help-container.seur .polly-load-more-article,
.polly-help-container.seur .polly-help-subtopicview .subtopics li,
.polly-help-container.seur .polly-help-breadcrumb a {
    color: #e9502a;
}


.polly-help-container.seur li.decision-tree-answer.active {
    background-color: #e9502a;
}

.polly-help-container .ellipsis {
    max-width: 10rem;
}

.polly-load-more {
    display: none;
    border: 1px dashed #eee;
    padding: 1em;
    margin: 1em;
}

.polly-load-more.polly-load-more-show {
    display: block;
}

.polly-load-more-expander {
    cursor: pointer;
    height: 27px;
    display: block;
}

p.polly-callout {
    padding: 1em;
    border-left: 3px solid #dc0032;
    background-color: #ffebeb;
}

.polly-help-container.seur p.polly-callout {
    border-left: 3px solid #e9502a;
}

.polly-help-article-content pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    color: #333;
    word-break: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}