/********************/
/****** Global ******/
/********************/
* {
    box-sizing: border-box;
}

html body {
    color: #545454;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

/** Height of Header + Footer + Footer Margin **/
main {
    min-height: calc(100vh - 271px);
}

.hidden {
    display: none;
}

/********************/
/***** Section ******/
/********************/
.section-container {
    margin-bottom: 50px;
}

.section-content-container {
    text-align: center;
}

.section--content {
    max-width: 100%;
    position: relative;
}

.section--header {
    border-bottom: 1px solid #CCCCCC;
    position: relative;
    margin-bottom: 50px;
}

.section--header__text {
    margin: 0 auto -1px;
    padding: 0 20px 25px;
}

.section--header__stylized {
    border-bottom: 4px solid #cf0a2c;
    margin-bottom: -1px;
}

.status-section--month-header {
    margin-bottom: 12px;
}

.status-section--month-header:not(:first-of-type) {
    margin: 30px 0 20px;
}

.status-section--article-list {
    list-style: none;
      padding: 0;
}

.status-section--item:not(:last-of-type) {
    padding-bottom: 12px;
      margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.status-section--show-more {
    background-color: #FFF;
      border: 1px solid #E0E0E0;
    border-radius: 3px;
      color: #555;
      display: block;
    font-size: 14px;    
    margin-top: 12px;
    padding: 6px;
    transition: background-color 0.25s;
    width: 100%;
}

.status-section--show-more:hover {
      background-color: #FAFAFD;
}

.article--link,
.status-section--article-link {
    font-size: 16px;
}

.status-section--article-body {
      height: 28px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}

.status-section--last-updated {
      color: #AAAAAA;
      font-size: 14px;
      font-style: italic;
}

/********************/
/** Admin Category **/
/********************/
.hs-docs > .hs-docs-header-container {
    padding: 25px 15px;
    width: 750px;
    max-width: 100%;
}

.section-content-container.hs-docs {
    position: relative;
    height: 350px;
    margin: 50px 0 75px;
}

@media (max-width: 991px) {
    .section-content-container.hs-docs {
        height: 315px
    }
}

@media (max-width: 525px) {
    .section-content-container.hs-docs {
        height: auto;
    }
    .section-content-container.hs-docs > .hs-docs--banner-container > .hs-docs--banner {
        display: none;
    }
}

.hs-docs > .hs-docs--banner-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F8F8F8;
    z-index: -1;
}

.hs-docs > .hs-docs--banner-container > .banner--image {
    bottom: 0;
    left: 5%;
    max-height: 100%;
    position: absolute;
    width: 90%;
}

.hs-docs .hs-docs-header {
    margin-top: 0
}

/********************/
/****** Header ******/
/********************/
.header-logo {
    color: inherit;
    display: block;
    float: left;
}

.header-logo:active,
.header-logo:focus,
.header-logo:hover {
    color: inherit;
    text-decoration: none;
}

.header-logo > .logo {
    background-image: url("/hc/theming_assets/01HZPJ1Q9XYACYRXT1V7TSG45G");
    background-repeat: no-repeat;
    background-size: 160px 40px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    height: 40px;
    width: 160px;
}

.header-logo > .logo-text {
    border-left: 1px solid #CCCCCC;
    display: inline-block;
    font-size: 17px;
    font-weight: bolder;
    padding-left: 10px;
    vertical-align: middle;
}

.logo-text__main {
    border-right: 2px solid #cf0a2c;
    color: #cf0a2c;
    padding-right: 20px;
}

.header-search {
    display: inline-block;
    height: 38px;
    margin-right: 12px;
    vertical-align: middle;
    width: 300px;
}

@media (max-width: 991px) {
    .header-search {
        width: 200px
    }
}

@media (max-width: 991px) {
    .header-logo > .logo {
        background-image: url("/hc/theming_assets/01HZPJ1TEPXM5GTGHMQZT9D3A3");
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        height: 38px;
        margin-left: 1px;
        margin-right: 10px;
        vertical-align: middle;
        width: 38px;
    }
}

@media (max-width: 599px) {
    .header-logo > .logo-text {
        display: none;
    }
}

@media (max-width: 475px) {
    .header-logo > .logo-text:not(.logo-text__small) {
        display: none;
    }
}

.header-contact {
    height: 40px;
}

/********************/
/****** Footer ******/
/********************/
.footer {
    border-top: 1px solid #D2D2D2;
    height: 170px;
    margin-top: 30px;
}

.footer-container {
    padding: 40px 0;
}

.footer-sub-row {
    background: #f8f8f8;
    padding: 15px 0;
}

.footer--logo {
    background-image: url("/hc/theming_assets/01HZPJ1TEPXM5GTGHMQZT9D3A3");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
}

.footer--logo-link:hover {
    text-decoration: none;
}

.footer-link {
    border-right: 1px solid #CCCCCC;
    color: inherit;
    padding: 0 50px;
}

.footer-link:first-of-type {
    padding-left: 0;
}

.footer-link:last-of-type {
    border-right: none;
    padding-right: 0;
}

.footer-link--home {
    font-weight: bold;
}

.media-link:active,
.media-link:focus,
.media-link:hover {
    text-decoration: none;
}

.footer-sub-link {
    margin-right: 20px;
}

.footer-sub-link:last-of-type {
    margin-right: 0;
}

.contact-button__support {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

/********************/
/******* Hero *******/
/********************/
.hero-container {
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.hero-container__homepage,
.hero-container__search-results {
    height: 300px;
}

.hero-container__homepage > .hero-inner {
    top: 30%;
}

.hero-container__homepage,
.hero-container__search-results {
    background-image: url("/hc/theming_assets/01HZPJ1Y8RPDQBDF29ZVXQYZJT");
    background-position: 0 25%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 1330px) {
    .hero-container__homepage,
    .hero-container__search-results {
        background-size: cover;
    }
}

.hero-container__search-results {
    margin-bottom: 20px;
}

.hero-container__category,
.hero-container__standard,
.hero-container__section {
    background: #cf0a2c;
    margin-bottom: 20px;
    min-height: 200px;
}

.hero-container__minimal {
    background: #cf0a2c;
    margin-bottom: 20px;
}

.hero-inner {
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    top: 40%;
}

.hero-title,
.hero-title__minimal {
    color: #FFFFFF;
}

.hero-title {
    margin: 0 auto;
    max-width: 900px;
    padding: 50px 0;
}

.hero-title__minimal {
    padding: 40px 0;
}

.hero-title__minimal .category-title {
    margin: 0;
}

/********************/
/*** Product Icons **/
/********************/

/***** Social Icon *****/
.social-product-icon {
    background-position: -136px -119px;
}

.social-product-icon__gray {
    background-position: -136px -119px;
}

.social-product-icon__red,
.topic--outline:hover .social-product-icon {
    background-position: -136px -460px;
}

/***** Relate Icon *****/
.relate-product-icon {
    background-position: -333px -119px;
}

.relate-product-icon__gray {
    background-position: -333px -119px;
}

.relate-product-icon__red,
.topic--outline:hover .relate-product-icon {
    background-position: -333px -460px;
}

/***** Sites Icon *****/
.sites-product-icon {
    background-position: -534px -119px;
}

.sites-product-icon__gray {
    background-position: -534px -119px;
}

.sites-product-icon__red,
.topic--outline:hover .sites-product-icon {
    background-position: -534px -460px;
}

/***** Outreach Icon *****/
.outreach-product-icon {
    background-position: -719px -119px;
}

.outreach-product-icon__gray {
    background-position: -719px -119px;
}

.outreach-product-icon__red,
.topic--outline:hover .outreach-product-icon {
    background-position: -719px -460px;
}

/***** Admin Icon *****/
.admin-product-icon {
    background-position: -136px -294px;
}

.admin-product-icon__gray {
    background-position: -136px -294px;
}

.admin-product-icon__red,
.topic--outline:hover .admin-product-icon {
    background-position: -136px -635px;
}

/***** Training Icon *****/
.training-product-icon {
    background-position: -333px -294px;
}

.training-product-icon__gray {
    background-position: -333px -294px;
}

.training-product-icon__red,
.topic--outline:hover .training-product-icon {
    background-position: -333px -635px;
}

/***** Updates Icon *****/
.updates-product-icon {
    background-position: -544px -294px;
}

.updates-product-icon__gray {
    background-position: -544px -294px;
}

.updates-product-icon__red,
.topic--outline:hover .updates-product-icon {
    background-position: -544px -635px;
}

/***** Platform Icon *****/
.platform-product-icon {
    background-position: -719px -294px;
}

.platform-product-icon__gray {
    background-position: -719px -294px;
}

.platform-product-icon__white,
.topic--outline:hover .platform-product-icon {
    background-position: -719px -635px;
}

/********************/
/***** Homepage *****/
/********************/
.welcome-text {
    margin-top: 0;
}

.topic--outline {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
    padding-top: 40px;
    transition: color 0.1s ease-out,
                box-shadow 0.1s ease-out;
}

.topic--outline:hover {
    box-shadow: 0px 3px 3px 3px rgba(204, 204, 204, 0.5);
}

.topic--outline:hover .topic--title {
    color: #cf0a2c;
}

.topic--container {
    height: 275px;
    margin-bottom: 30px;
}

.topic--icon {
    background-image: url(/hc/theming_assets/01HZPJ1YS2RB7AKT6D4XT2TAB0);
    background-repeat: no-repeat;
    background-size: 880%;
    height: 105px;
    margin: 20px auto 40px;
    width: 112px;
}

.topic--link {
    color: inherit;
    display: block;
    height: 100%;
    width: 100%;
}

.topic--link:hover {
    text-decoration: none;
}

.topic--title {
    color: #5D5E5D;
}

.topic--icon img {
    height: 100%;
    width: 100%;
}

/********************/
/***** Category *****/
/********************/
.category-topic--icon {
    background-image: url(/hc/theming_assets/01HZPJ1YS2RB7AKT6D4XT2TAB0);
    background-repeat: no-repeat;
    background-size: 900%;
    display: inline-block;
    height: 42px;
    vertical-align: top;
    width: 42px;
}

.social-product-icon__category {
    background-position: -53px -306px;
}

.admin-product-icon__category {
    background-position: -53px -374px;
}

.relate-product-icon__category {
    background-position: -128px -306px;
}

.training-product-icon__category {
    background-position: -128px -374px;
}

.sites-product-icon__category {
    background-position: -205px -306px;
}

.updates-product-icon__category {
    background-position: -211px -374px;
}

.outreach-product-icon__category {
    background-position: -276px -306px;
}

.platform-product-icon__category {
    background-position: -276px -374px;
}

.menu-links--container {
    list-style: none;
    padding-left: 0;
}

.menu-link {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: inherit;
    display: block;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    transition: color 0.1s ease-out,
            box-shadow 0.1s ease-out;
    width: 100%;
}

.menu-link__chevron {
    color: inherit;
    position: absolute;
    right: 45px;
    top: 21px;
}

.menu-link:hover {
    box-shadow: 0px 3px 3px 3px rgba(204, 204, 204, 0.5);
    color: #cf0a2c;
}

.menu-link:hover ~ .menu-link__chevron {
    color: #cf0a2c;
}

.more-articles {
    margin-top: 50px;
}

/********************/
/***** Articles *****/
/********************/
.articles--container {
    text-align: left;
}

.article--header {
    text-align: left;
}

.article--header__text {
    padding: 0 0 25px;
}

.article--header__text,
.section--header__text {
    display: inline-block;
    font-weight: normal;
}

.article-content-container,
.search-results-content-container {
    padding: 30px 0;
}

.article-links--container {
    padding-left: 30px;
}

.articles--container > .articles--list {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}

.article--item {
    padding: 7px 0 7px 12px;
    position: relative;
}

.article--item:before {
    color: #A0A0A0;
    content: "\2022"; /* bullet character */
    font-size: 24px;
    left: -5px;
    position: absolute;
    top: -2px;
}

.articles--container > .article-link-container {
    margin-bottom: 25px;
}

.article-link__container {
    padding: 5px 15px;
}

.article--header,
.related-articles > h3 {
    margin-bottom: 40px;
    margin-top: 0;
}

.article--content {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 50px;
}

.article--details > img,
.article--details p > img {
    height: auto;
    width: 650px;
}

.feedback {
    margin-bottom: 45px;
}

/********************/
/*** Breadcrumbs ****/
/********************/
.breadcrumb--link:hover,
.menu-link:hover {
    text-decoration: none;
}

.category-page .breadcrumbs,
.section-page .breadcrumbs {
    margin-bottom: 10px;
    padding-left: 0;
}

.breadcrumbs {
    font-size: 14px;
    list-style: none;
    margin-bottom: 50px;
    padding-left: 0;
}

.breadcrumbs > li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 20px;
    position: relative;
}

.breadcrumbs > li .breadcrumb-chevron {
    position: absolute;
    left: -19px;
    top: 4px;
}

.new-request-page > .breadcrumbs,
.request-page > .breadcrumbs {
    margin: 20px 0;
}

.breadcrumb--spacer {
    margin: 0 7px;
}

/********************/
/***** Buttons ******/
/********************/
.hss-button,
.hss-button__small,
.request-form input[type='submit'],
.section-subscribe.dropdown > .dropdown-toggle {
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.hss-button,
.request-form input[type='submit'],
.section-subscribe.dropdown > .dropdown-toggle {
    font-size: 16px;
    line-height: 1.2;
    min-width: 100px;
    padding: 9px 8px;
}

.hss-button__small {
    font-size: 12px;
    min-width: 100px;
    padding: 5px;
}

.hss-button:active,
.hss-button:focus,
.hss-button:hover,
.request-form input[type='submit']:active,
.request-form input[type='submit']:focus,
.request-form input[type='submit']:hover {
    text-decoration: none;
}

.hss-button__primary,
.hss-button__primary:visited,
.section-subscribe.dropdown > .dropdown-toggle {
    background: #FFFFFF;
    border: 1px solid #cf0a2c;
    color: #cf0a2c;
    position: relative;
}

.hss-button__primary,
.hss-button__primary:visited {
    transition: background-color 0.3s, color 0.3s;
}

.section-subscribe.dropdown {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 10;
}

.section-subscribe.dropdown > .dropdown-toggle,
.section-subscribe.dropdown > .dropdown-toggle:after {
    color: #cf0a2c;
}

.section-subscribe.dropdown > .dropdown-toggle:hover,
.section-subscribe.dropdown > .dropdown-toggle:hover:after,
.hss-button__primary:hover {
    background: #cf0a2c;
    color: #FFFFFF;
}

.hss-button__feedback,
.request-form input[type='submit'] {
    border: 1px solid #CCCCCC;
    color: #545454;
    margin-right: 10px;
}

.hss-button__feedback:hover,
.request-form input[type='submit']:hover {
    background: #CCCCCC;
    color: #FFFFFF;
}

.hss-button__feedback::after,
.feedback--button::after {
  content: attr(title);
  /* Yes/No label*/
}

.hss-button__primary.header-button,
.hss-button__primary.header-button__small-screen {
    display: none;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 14px;
}

@media (min-width: 600px) {
    .hss-button__primary.header-button__small-screen {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .hss-button__primary.header-button {
        display: inline-block;
    }

    .hss-button__primary.header-button__small-screen {
        display: none;
    }
}

/********************/
/****** Links *******/
/********************/
.submit-ticket--text {
    font-size: 16px;
}

/********************/
/***** Search *******/
/********************/
 .header-search .search #query,
 .requests-table-search-container > #quick-search {
    border: 1px solid #CCCCCC;
    padding: 8px 10px 7px 15px;
    line-height: 21px;
    font-size: 16px;
    border-radius: 6px;
    display: block;
    width: 100%;
    background: #FFFFFF;
}

.header-search .search #query:active,
.header-search .search #query:focus,
.requests-table-search-container > #quick-search:active,
.requests-table-search-container > #quick-search:focus {
    border: 1px solid #A0A0A0;
    outline: none;
}

.header-search .search [type=submit] {
    display: none;
}

.header-search .search,
.homepage .search,
.requests-table-search-container,
.search-results .search {
    position: relative;
}
.homepage .search .custom_search input[type="search"]:disabled {
    cursor: not-allowed;
}

.homepage .search input[type="search"],
.requests-table-search-container > input[type="search"],
.search-results .search input[type="search"] {
    font-size: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.homepage .search input[type="search"]:not(:disabled):hover,
.requests-table-search-container > input[type="search"]:not(:disabled):hover,
.search-results .search input[type="search"]:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

[dir="rtl"] .homepage .search input[type="search"],
[dir="rtl"] .requests-table-search-container > input[type="search"],
[dir="rtl"] .search-results .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.homepage .search input[type="search"]:active,
.homepage .search input[type="search"]:focus,
.requests-table-search-container > input[type="search"]:active,
.requests-table-search-container > input[type="search"]:focus,
.search-results .search input[type="search"]:active,
.search-results .search input[type="search"]:focus {
    border: 1px solid #A0A0A0;
    outline: none;
}

.header-search .search::before,
.homepage .search::before,
.requests-table-search-container::before,
.search-results .search::before {
    top: 50%;
    transform: translateY(-50%);
    color: #cf0a2c;
    content: "\1F50D";
    font-size: 22px;
    position: absolute;
    right: 15px;
    font-weight: bold !important;
}

.requests-table-toolbar .requests-table-search-container::before {
    right: 30px;
}

.header-search .search::before,
.requests-table-search-container::before {
    font-size: 16px;
}

.homepage .search::before,
.search-results .search::before {
    font-size: 22px;
}

[dir="rtl"] .homepage .search::before,
[dir="rtl"] .requests-table-search-container::before,
[dir="rtl"] .search-results .search::before {
    right: 15px;
    left: auto;
}

.search-full input[type="search"] {
    border: 1px solid #FFFFFF;
}

/********************/
/***** Results ******/
/********************/
.search-results-content-container {
    margin: 0 auto;
    max-width: 700px;
    padding: 0;
    text-align: left;
}

.search-results-content-container .search-results--container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-result {
    line-height: 26px;
    margin-bottom: 15px;
    padding: 15px;
}

.search-result--link {
    display: block;
    font-size: 18px;
}

.search-result--description {
    font-size: 16px;
}

/********************/
/**** Pagniation ****/
/********************/
.section-page .pagniation {
    margin-top: 50px;
}

.pagination > ul {
    list-style: none;
    padding: 0 15px;
}

.pagination > ul > li:first-of-type {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-left: 1px solid #CCCCCC;
}

.pagination > ul > li:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > ul > li {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    float: left;
}

.pagination > ul > li > a,
.pagination > ul > li > span {
    display: block;
    height: 100%;
    padding: 3px 12px;
    width: 100%;
}

.pagination > ul > li > a:hover {
    background: #CCCCCC;
    color: #FFFFFF;
    text-decoration: none;
}

.pagination > ul > .pagination-current {
    background: #cf0a2c;
    border-color: #cf0a2c;
    color: #FFFFFF;
}

.pagination-current > a:hover {
    background: #cf0a2c;
}

/********************/
/*** New Request ****/
/********************/
.new-request-header,
.request-header {
    text-align: center;
}

.new-request-container {
    margin: 0 auto 30px;
    max-width: 700px;
}

.form-field {
    margin-bottom: 30px;
}

.form-field.required > label {
    position: relative;
}

.form-field.required > label:after {
    color: #cf0a2c;
    content: "*";
    position: absolute;
    right: -10px;
    top: 0;
}

.form-field > input:active,
.form-field > input:focus,
.form-field > select:active,
.form-field > select:focus,
.form-field > textarea:active,
.form-field > textarea:focus {
    border: 1px solid #cf0a2c;
    outline: none;
}

.form-field > input,
.form-field > textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
}

.form-field > input {
    height: 40px;
}

.form-field > textarea {
    height: 100px;
}

.form-field > p {
    font-size: 12px;
    line-height: 1.5;
}

/********************/
/**** Activities ****/
/********************/
.subnav {
    margin-bottom: 50px;
}

.request__comment-list,
.subnav-list {
    list-style: none;
    padding: 0;
}

.subnav-item {
    display: inline-block;
    padding: 10px 20px;
}

.subnav-item__selected {
    border-bottom: 3px solid #cf0a2c;
}

.requests-status-cell {
    text-transform: capitalize;
}

.requests-controls {
    margin-bottom: 25px;
}

.request-container .section--header {
    margin-bottom: 0;
    padding-left: 0;
}

.request-container .section--header__text {
    padding-left: 0;
}

.request__comment-list {
    margin-bottom: 75px;
    margin-top: 15px;
}

.comment-meta {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.comment-created {
    font-size: 80%;
    margin-left: 10px;
}

.comment-author {
    margin-bottom: 20px;
}

.request__comment > .comment-wrapper {
    border-bottom: 1px solid #CCCCCC;
    padding: 20px 0;
}

.request__comment:first-child {
    padding-top: 0;
}

.request-sidebar {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 20px;
}

.request-details {

}

.request-details > dd {
    margin-bottom: 20px;
}

/********************/
/***** Profile ******/
/********************/
.profile-avatar,
.profile-name {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.profile-base-info {
    margin-bottom: 30px;
}

.profile-interactions--list {
    list-style: none;
    padding: 0;
}

.profile-sidebar-content {
    display: inline-block;
    width: 49%;
}

/********************/
/****** Header ******/
/********************/
.header {
    border-bottom: 1px solid #CCCCCC;
    height: 71px;
    padding: 15px 0;
}

/********************/
/**** User Info *****/
/********************/
.user-info {
    display: inline-block;
    top: 8px;
}

.user-info.dropdown {
    margin-left: 15px;
}

#user #user-dropdown{
    left: -170px !important;
}

.user-info--reset {
    top: 0;
}

.user-info .dropdown-toggle::after {
    display: none;
}

.dropdown-menu > #user-menu > a[role="menuitem"] {
    color: #545454;
}

@media (min-width: 768px) {
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info > [role="button"] {
    border: 0;
    color: #CCCCCC;
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info > [role="button"]:hover {
    color: #CCCCCC;
    background-color: transparent;
}

.user-info > [role="button"]::after {
    color: #CCCCCC;
    padding-right: 13px;
}

[dir="rtl"] .user-info > [role="button"]::after {
    padding-left: 15px;
    padding-right: 0;
}

/********************/
/****** Avatar ******/
/********************/
.header #user #user-name {
    display: none;
}

.user-avatar {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.avatar {
    display: inline-block;
    position: relative;
}

.avatar img {
    height: 40px;
    width: 40px;
}

.avatar .icon-agent::before {
    background-color: #cf0a2c;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    bottom: -4px;
    color: #FFFFFF;
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

/***** Note FROM JON SCHLUETER *****/

.callout {
    background-color: #fcf4b9;
    padding: 10px;
    margin-bottom: 15px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.requests-table-search-container::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
