@import "widgets.css";
@import "fonts.css";
/* Import required stuff - break stylesheet into maintainable bits */

body {
    background-color: #eeeeee;
	font: 'FSMe', 'Open Sans', sans-serif !important;
}

.header-outer {
    padding-top: 25px;
}

.content-outer {
    background-color: #ffffff;
    min-height: 650px;
}

/* Nav Bar (Split into new file) */

.navigation-outer {
    background-color: #eeeeee;
    box-sizing: border-box;
    border-bottom: 2px solid #dddddd;
    z-index: 99;
    height: 61px;
}

a.navigation-link {
    font-weight: bold;
}

.navigation.horizontal-navigation {
    border-width: 0 1px;
    margin: 0;
    padding: 0;
}

/* First Level */

.top-level-link {
    line-height: 40px;
}

.top-level-link.current {
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #000000;
}

.top-level-link>.navigation-link {
    text-decoration: none;
    padding: 0 14px;
    margin: 0;
    /*text-transform: capitalize;*/
}

a.top-level-link {
    font-size: 1rem;
    font-weight: 700;
}

div[aria-label='Navigation'] {
    float: none !important;
}

/* Second Level */

.sub-level {
    background: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    opacity: 0;
    border: solid 1px #555;
}

.top-level-link:hover>.sub-level {
    transition: opacity 150ms;
    opacity: 1;
}

.sub-level-link:hover>.sub-level {
    transition: left 150ms linear, opacity 150ms linear;
    opacity: 1;
}

.sub-level-link {
    font-size: 13px;
    line-height: 25px;
    border-bottom: 1px solid #333;
    padding: 0 10px;
}

.sub-level-link:hover {
    background-color: #eee;
}

.sub-level-link:first-child {
    border-top: 0px;
}

.sub-level-link:last-child {
    border-bottom: 0px;
}

.sub-level-link>.navigation-link-description {
    font-size: 11px;
    color: #8F8F8F;
    padding: 0;
}

.sub-level .spacer {
    margin: 0 1em;
    border-bottom: 1px solid #aaa;
}

.sub-level-link>.navigation-link,
.sub-level-link>.navigation-link:hover {
    color: #3F3D3A;
    text-shadow: none;
    background-image: none;
    background-color: transparent;
    padding: 6px 0;
}

/* Sub Sub Level */

.sub-level-link:hover>.sub-level {
    transition: left 150ms linear, opacity 150ms linear;
}

.sub-level>.sub-level {
    border-radius: 0px;
}

/* Vertical Navigation */

ul.vertical-navigation li:hover>ul {
    transition: left 150ms linear, opacity 150ms;
    opacity: 1;
}

/* End of Nav bar */

/* Typography (to be split into seperate file */

/* LABEL COMPONENT */

.responsiveLCLayout fieldset .label {
    font-weight: 700;
}

div.label>div.GTTextLabel {
    color: #666
}

/* End of Typography */

/* CONTENT */

.content-inner,
.subheader-inner {
    padding-top: 22px;
}

/* FRAGMENTS */

.fragment {
    margin-bottom: 26px;
}

.subheader-outer .fragment {
    margin-bottom: 0px;
}

.fragment.wgauthentication {
    margin-bottom: 0px;
}

/* SEARCH RESULTS */

.knowledge-category-small-icon-faq {
    background-image: url(../images/icon-blue-faq-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-pageset {
    background-image: url(../images/icon-blue-script-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-document {
    background-image: url(../images/icon-blue-document-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-dtree {
    background-image: url(../images/icon-blue-dtree-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-knowledgealert,
.knowledge-category-small-icon-knowledgeAlert {
    background-image: url(../images/icon-blue-knowledge-alert-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-article {
    background-image: url(../images/icon-blue-article-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-pdf {
    background-image: url(../images/icon-pdf-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-powerpoint {
    background-image: url(../images/icon-powerpoint-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-spreadsheet {
    background-image: url(../images/icon-spreadsheet-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.knowledge-category-small-icon-worddoc {
    background-image: url(../images/icon-worddoc-16.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.fragment.searchresults {
    margin: 0 19px;
}

.knowledge-list {
    margin: 0 0 9px 0;
    /* Base Line-height */
    padding: 9px 0 0 0;
}

.knowledge-list li {
    padding: 0;
    margin: 3px 0 0 0;
    padding: 0 0 18px 0;
    position: relative;
    height: auto;
    overflow: auto;
    list-style: none;
}

.knowledge-list li a:hover span {
    text-decoration: underline;
}

.knowledge-list-item {
    min-height: 30px;
    padding-top: 9px;
}

.knowledge-list-content-title {
    font-size: 12px;
    font-weight: bold;
}

.knowledge-list-synopsis {
    font-size: 12px;
}

.knowledge-list-results {
    font-size: 16px;
    font-weight: bold;
}

.knowledge-list-results-tags {
    font-size: 19px;
}

/* PAGINATION ************/

.knowledge-list-pagination {
    list-style: none;
    padding: 0;
    margin: 0 0 19px 0;
    /* Base Line-height */
    overflow: hidden;
    font-size: 11px;
    line-height: 19px;
}

.knowledge-list-pagination>li {
    float: left;
    margin: 0;
    margin-right: 2px;
    padding: 0;
    position: relative;
}

.knowledge-list-pagination li a:hover span {
    color: #fff !important;
    text-decoration: underline;
}

.knowledge-list-pagination li a:link,
.knowledge-list-pagination li a:visited {
    color: #fff !important;
    text-decoration: none;
}

.knowledge-list-pagination a,
.knowledge-list-pagination div {
    display: block;
    padding: 3px 9px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

.knowledge-list-pagination a {
    border-color: #8d8d8d;
    background: #8d8d8d;
    color: #fff;
}

.knowledge-list-pagination li.current-page {
    background: #e22e14;
    /* W3C */
    border-color: #e22e14;
    color: #fff;
    text-shadow: none;
}

.knowledge-list-pagination a.previous {
    margin-left: 10px;
}

.knowledge-list-pagination a.next {
    margin-right: 10px;
}

.knowledge-list-pagination .description-hidden {
    display: none;
}

/***** SEARCH RESULTS ********/

.knowledge-list .knowledge-list-item {
    text-indent: 0;
    padding-left: 30px
}

.featured-articles-title {
    font-size: 15px;
}

/***** BROWSE TAGS ********/

.browse-tag-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 0 19px 0;
    /* Base Line-height */
    overflow: hidden;
    font-size: 14px;
}

.subheader-inner .browse-tag-breadcrumb {
    margin: 0;
}

.browse-tag-tree {
    list-style: none;
    padding: 0;
    margin: 15px 5px 19px 0;
    /* Base Line-height */
    overflow: hidden;
    font-size: 16px;
}

.sub-browse-tag-tree {
    list-style: none;
    padding: 0;
    margin: 0px 0px 14px 10px;
    /* Base Line-height */
    overflow: hidden;
    font-size: 16px;
}

.browse-tag-tree-title {
    font-size: 19px;
}

.browse-tag-breadcrumb li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.browse-tag-breadcrumb span.breadcrumb-trail-title {
    display: block;
    padding: 3px 9px;
    background: #888;
    margin-right: 2px;
}

.browse-tag-breadcrumb li.current-breadcrumb-item span.breadcrumb-trail-title {
    margin-right: 10px;
    background-color: #f05356;
    box-shadow: inset 0 0 1px 1px #f08587;
    color: #fff;
}

.browse-tag-breadcrumb li a:hover span,
.browse-tag-breadcrumb li a:focus span {
    color: #fff;
    text-decoration: underline;
}

.browse-tag-breadcrumb li a:link,
.browse-tag-breadcrumb li a:visited,
.browse-tag-breadcrumb li a:hover,
.current-breadcrumb-item a:link,
.current-breadcrumb-item a:visited,
.current-breadcrumb-item a:hover {
    color: #fff;
    text-decoration: none;
}

.browse-tag-tree {
    line-height: 29px;
}

.browse-tag-tree li a:link,
.browse-tag-tree li a:visited,
.browse-tag-tree li a:hover,
li.current-tree-item a:link,
li.current-tree-item a:visited,
li.current-tree-item a:hover {
    text-decoration: none;
}

.browse-tag-tree li li:before {
    content: "»";
    margin-right: 5px;
}

.browse-tag-tree li a:link span,
.browse-tag-tree li a:visited span {
    text-decoration: underline;
}

.browse-tag-breadcrumb .browse-tag-breadcrumb-item-description {
    width: 31px;
    height: 36px;
    position: absolute;
    top: 0px;
    right: 1px;
    clip: rect(auto 39px auto 21px);
}

.browse-tag-breadcrumb .browse-tag-breadcrumb-item-description:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background: #e22e14;
    background-color: #e22e14;
    box-shadow: inset 0 0 1px 1px #f08587;
}

/** SEARCH **/

.searchInputWrapper {
    border: 0;
}

.content-inner .six.searchInputWrapper,
.content-inner .eight .searchInputWrapper,
.content-inner .nine .searchInputWrapper,
.content-inner .twelve .searchInputWrapper {
    border: 1px solid #ccc;
}

/*ADVANCED SEARCH FILTER */

.advancedSearchFilter {
    padding: 0 14px 14px 14px;
    border: 1px solid #aaa;
    background-color: #f4f4f4;
    font-size: 12px
}

.advancedSearchFilter .GTTextLabel {
    margin-top: 14px;
    font-weight: 500;
}

.advancedSearchFilter .GTCheckBox {
    display: inline;
    padding: 5px;
}

.advancedSearchFilter .GTChe12d13eckBox::after {
    clear: both;
}

.advancedSearchFilter .tagOptionMenu {
    vertical-align: middle;
    display: inline;
}

.lblFilterBy {
    font-weight: bold;
}

/* REQUIRED FIELDS */

label.requiredField::after {
    content: " *";
    color: red;
}

/* TAG BROWSE */

.tags-list-product,
.tags-list-topic {
    margin: 0 0.2em 0.2em 0;
    padding-left: 65px;
    list-style: none;
}

.tags-list-product-item-row,
.tags-list-topic-item-row {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0.2em;
    padding: 0 0.3em;
    font-weight: bold;
    color: white;
    position: relative;
}

.tags-list-product-item-row a,
.tags-list-topic-item-row a {
    color: #CC333F;
    text-decoration: none;
    background-color: #ddd;
    padding: 3px 0px 3px 3px;
}

.content-inner .tags-list-product-item-row a:link,
.content-inner .tags-list-topic-item-row a:link,
.content-inner .tags-list-product-item-row a:visited,
.content-inner .tags-list-topic-item-row a:visited {
    color: #333;
}

.tags-list-product-item-row a:hover span,
.tags-list-topic-item-row a:hover span {
    text-decoration: underline;
}

.tags-list-product-item-row:after,
.tags-list-topic-item-row:after {
    border-style: solid;
    content: "";
    position: absolute;
    border-color: transparent #ddd;
    border-width: 11px 0 11px 12px;
    bottom: -4px;
    left: auto;
    right: -8px;
    top: auto;
}

.tags-list-product-item-row a:after,
.tags-list-topic-item-row a:after {
    content: "·";
    padding-left: 5px;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
}

.fragment.viewcontentmetadata,
.fragment.viewcontentratingfeedback {
    margin: 0;
}

.fragment.viewcontentmetadata {
    width: 60%;
    float: left;
}

.fragment.viewcontentratingfeedback {
    float: right;
}

.fragment.viewcontent {
    clear: both;
    padding: 29px;
    margin: 0;
}

.content-meta-div {
    float: left;
}

.lblLastPublished_sc {
    font-style: italic;
    color: #666;
    font-size: 12px;
}

.content-meta-outer {}

/* CONTENT TITLE */

.knowledgeCategoryIcon {
    background-repeat: no-repeat;
    background-position: center left;
}

.iconWebsite,
.knowledge-category-large-icon-website {
    background-image: url(../images/iconKnowledgeWeblink.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconCrowdForum {
    background-image: url(../images/iconKnowledgeCrowdForum.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconCrowdQnA {
    background-image: url(../images/iconKnowledgeCrowdQA.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconPageSet,
.knowledge-category-large-icon-pageset,
.knowledge-category-large-icon-dtree {
    background-image: url(../images/iconKnowledgePageSet.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconFaq,
.knowledge-category-large-icon-faq {
    background-image: url(../images/iconKnowledgeFAQ.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconArticle,
.knowledge-category-large-icon-article {
    background-image: url(../images/iconKnowledgeArticle.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconKnowledgeAlert,
.iconAlert,
.knowledge-category-large-icon-knowledge-alert {
    background-image: url(../images/iconKnowledgeAlert.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconUploadedDocument,
.knowledge-category-large-icon-document {
    background-image: url(../images/iconKnowledgeUploadedDocument.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconUnstructuredContent,
.iconSpideredDocument,
.knowledge-category-large-icon-unstructured-content {
    background-image: url(../images/iconKnowledgeUnstructured.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.iconAttachment,
.knowledge-category-large-icon-attachment {
    background-image: url(../images/iconKnowledgeAttachment.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.view-content-title {
    padding-left: 30px;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: capitalize;
}

.fragment.viewcontenttitle {
    margin: 0;
}

.view-content {
    word-wrap: break-word;
}

.cctRating {
    display: inline-block;
    vertical-align: middle;
}

/*** Feedback ***/

.lblDidThisPageHelp {
    font-style: italic;
    font-size: 14px;
    text-align: right;
    font-weight: bold;
}

.fhdRatingFeedback {
    margin: 0 0 7px 0;
    font-size: 12px;
    text-align: right;
}

.lblRatings {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.fhdFeedback {
    font-size: 12px;
    clear: both;
    position: relative;
}

.fhdFeedback a:link,
.fhdFeedback a:visited {
    color: #496DCA;
}

.fhdFeedback .expandable-content {
    border: 1px solid transparent;
    padding: 10px;
    margin: 0 2px 2px 0;
    border-color: #aaa;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    width: 16em;
    border-radius: 4px;
    right: 0;
    background-color: #f4f4f4;
    left: 0;
}

.fhdFeedback .GTTextButton {
    margin-top: 5px;
    width: 100%;
}

/* SIDEBAR */

.three .featuredarticles {
    background-color: #e22e14;
    padding: 14px;
}

.three .knowledge-list-item-description {
    display: none;
}

.three .featuredarticles .knowledge-list li {
    margin: 0;
    padding: 0 0 7px 0;
}

.three .featuredarticles .knowledge-list {
    padding: 0;
    margin: 0;
}

.three .fragment.searchbar6 {
    margin-bottom: 2px;
}

.three .fragment.searchbar6 .GTTextField {
    color: #fff;
}

.three .fragment.searchbar6 .searchBar .searchAction,
.three .fragment.searchbar6 .searchBar .searchAction:hover {
    background: url(../images/iconSearchWhite.png) no-repeat center center;
}

.three .fragment.searchbar6 .searchInputWrapper {
    background-color: #444444;
}

.three .fragment.searchbar6 .searchInputWrapper .GTTextButton,
.three .fragment.searchbar6 .searchBar .searchAction,
.three .fragment.searchbar6 .searchBar .searchAction:hover {
    border-left: 0;
}

.knowledge-list-no-results .knowledge-list-item {
    padding-left: 0px;
}

.PageSetContentComponentTitleButton,
.PageSetContentComponentTitleButton:hover,
.PageSetContentComponentTitleButton:active {
    background-color: transparent;
    border: 0;
    color: #e22e14;
    text-decoration: underline;
    text-align: left;
    padding: 0;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    outline: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.PageSetContentComponentTitle {
    font-weight: bold;
    font-size: 14px;
    color: #e22e14;
}

.PageSetContentComponentRow {
    padding-bottom: 1.2em;
}

.PageSetContentComponentFormHolder .btnBack {
    float: left;
    width: 62px !important;
    padding: 0;
    margin-right: 10px;
}

/* Log In/ Reg Links */

.toplink-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

ul.toplink-list {
    padding: 0px;
    margin: 0px;
}



/* Homepage Notifications */
ul.notifications {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
	margin-left: 5px;
}

svg.notification-bullet {
   fill: #000;
   padding-right: 0.5em;
   display: inline-block;
   vertical-align: middle;
   width: 30px;
   height: 30px;
}

li.notification {
    margin-bottom: 0.5em;
}

.GTOptionMenu {
	height: 32px !important;
}