@charset "UTF-8";

@font-face {
    font-family: 'EuclidCircularB';
    src: url('/hc/theming_assets/01J98M6G81T6TYQTMRE7K4FJGK') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'EuclidCircularB';
    src: url('/hc/theming_assets/01J98M6PPTKQMV780MZ907WWVP') format('woff2');
    font-weight: 500;
    font-style: normal;
}

/***** Page specific things *****/

.alt_chat_button {
    /* cursor: not-allowed;
    border-radius: 100px;
    border: none;
    background-color: #6F6F6F;
    color: #CECECE;
    pointer-events: none;
    font-size: 20px;
    display: inline-flex;
    padding: 14px 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 0px;

    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;

    width: auto;
    min-width: 120px; */
}

.alt_chat_button.active {
    /* cursor: pointer;
    pointer-events: auto;
    background: #1A8163;
    color: #fff;
    border-radius: 100px;
    gap: 8px;

    min-width: 160px; */
}

.alt_chat_button img {
    /* width: 0px;
    height: 0px;

    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out; */
}

/* Smoothly show the icon */
.alt_chat_button.active img {
    /* width: 28px;
    height: 28px;
    opacity: 1;
    transform: scale(1); */
}

.facebook-group-ad {
    width: 100%;
    height: 0;
    padding-bottom: 44.38%;
    /* This is the aspect ratio of the image */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.facebook-ad-en-us {
    background-image: url(/hc/theming_assets/01K9DG319ZP5KVMJ5B34VT842C);
}

.facebook-ad-de {
    background-image: url(/hc/theming_assets/01K9DG2Z4F6BRJDM62J9HEQ8FE);
}

.facebook-ad-ar {
    background-image: url(/hc/theming_assets/01K9DG1E10D57RKE68KXY6HBBE);
}

.facebook-ad-cs {
    background-image: url(/hc/theming_assets/01K9DG2038970NM3RSVVY1BXVQ);
}

.facebook-ad-da {
    background-image: url(/hc/theming_assets/01K9DG2AF6W1T6P54FQAZHYGYF);
}

.facebook-ad-es-419 {
    background-image: url(/hc/theming_assets/01K9DG337Q7FBPV5GS2QR83W0B);
}

.facebook-ad-fi {
    background-image: url(/hc/theming_assets/01K9DG3AMY8P4AA3GVFNWT49YM);
}

.facebook-ad-fr {
    background-image: url(/hc/theming_assets/01K9DG3CRQYX934BN5W89C7JT4);
}

.facebook-ad-hu {
    background-image: url(/hc/theming_assets/01K9DG3ET1JSC0A4RYJWD65XVM);
}

.facebook-ad-it {
    background-image: url(/hc/theming_assets/01K9DG3GTCMS0H9533MHBXP261);
}

.facebook-ad-ja {
    background-image: url(/hc/theming_assets/01K9DG3JRS38XTZR9ZBCATG2N5);
}

.facebook-ad-ko {
    background-image: url(/hc/theming_assets/01K9DG3MNQBGGYRH0C7RG08ZZ6);
}

.facebook-ad-nb {
    background-image: url(/hc/theming_assets/01K9DG3PT75RYHJ7RNY69KA4V9);
}

.facebook-ad-nl {
    background-image: url(/hc/theming_assets/01K9DG3RSVWZZW5Z6JJHZ9HDX9);
}

.facebook-ad-pl {
    background-image: url(/hc/theming_assets/01K9DG3TY730TVV15QP8R295G0);
}

.facebook-ad-pt-br {
    background-image: url(/hc/theming_assets/01K9DG3WX8S5CRZ3PGYEDSZFTA);
}

.facebook-ad-ro {
    background-image: url(/hc/theming_assets/01K9DG3YZHV8DRY9RANX4RGHZK);
}

.facebook-ad-ru {
    background-image: url(/hc/theming_assets/01K9DG415003QZT1HEZ3TE5VSJ);
}

.facebook-ad-sv {
    background-image: url(/hc/theming_assets/01K9DG43375THKNP59F2VYRW5Q);
}

.facebook-ad-th {
    background-image: url(/hc/theming_assets/01K9DG455B2S7BMSDQFE7G5SYF);
}

.facebook-ad-tr {
    background-image: url(/hc/theming_assets/01K9DG474EHAW4K2WS167G2KCB);
}

.facebook-ad-zh-tw {
    background-image: url(/hc/theming_assets/01K9DG491V5VRFW25VCR579BJQ);
}


#contact-us-dropdowns-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.country-dropdown,
.topic-dropdown {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
    max-width: 468px;
    width: 100%;
    position: relative;
}

.country-dropdown .dropdown-button,
.topic-dropdown .dropdown-button {
    padding: 12px;
    background-color: #F3F3F3;
    border-radius: 2px;

    width: 100%;
    max-width: 468px;
    display: flex;
    flex-grow: 1;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}

.country-dropdown .dropdown-button::after,
.topic-dropdown .dropdown-button::after {
    content: "";
    display: inline-block;
    width: 0px;
    height: 0px;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0;
    margin-left: auto;
    transition: transform 0.2s;
}

.country-dropdown.open .dropdown-button::after,
.topic-dropdown.open .dropdown-button::after {
    transform: rotate(180deg);
    transition: transform 0.2s;
}

.country-dropdown .dropdown-button span,
.topic-dropdown .dropdown-button span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-dropdown .dropdown-menu-contents,
.topic-dropdown .dropdown-menu-contents {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
    z-index: 100;
    width: 100%;
    max-width: 468px;
    max-height: 40vh;
    overflow-y: auto;
}

.country-dropdown .dropdown-menu-contents {
    z-index: 100;
}

.topic-dropdown .dropdown-menu-contents {
    z-index: 99;
}

.dropdown-menu-contents .icon-24px {
    height: 24px;
    width: 24px;
}

.country-dropdown p,
.topic-dropdown p {
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

.country-dropdown ul,
.topic-dropdown ul {
    border: 1px solid green;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    background-color: #EFEFEF;
    border-radius: 2px;
}

#country-dropdown-list-line {
    height: 1px;
    width: 100%;
    padding: 0px;
    border: 0.5px solid black;
}

.country-dropdown li,
.topic-dropdown li {
    list-style: none;
    display: flex;
    padding: 8px;
    gap: 8px;
    cursor: pointer;
}

.commonly-requested-articles {
    margin: 80px 0px 64px 0px;
}

.suggested-articles {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.available-contact-methods {
    border-radius: 8px;
    border: 1px solid #000;
    background: #F3F3F3;
    padding: 32px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.available-contact-methods p:first-child {
    padding: 0px;
    margin: 0px;
}

.available-contact-methods h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 8px 0px;
    padding: 0px;
}

.contact-method-button.preferred-contact-method {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #1EB487;
    color: #333;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.contact-method-button {
    border: none;
    background-color: rgba(0, 0, 0, 0.0);
    color: #0072EF;
    padding: 0px;
    margin-bottom: 8px;
}

.phone-support-contact-method a {
    color: #333;
}

/* HERE */
.phone-support-contact-method,
.live-chat-contact-method,
.email-contact-method {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: start;
}

.phone-support-contact-method p,
.live-chat-contact-method p,
.email-contact-method p {
    margin: 0px;
}

.phone-support-hours-of-op,
.live-chat-hours-of-op,
.email-hours-of-op {
    padding-left: 16px;
}

#design-space-guide-link {
    background-color: #fbfbfb;
    border-radius: 12px;
    border: 1px solid #979797;
    margin-bottom: 12px;
}

#design-space-guide-link a {
    display: flex;
    justify-content: center;
    gap: 16px;
}

#design-space-guide-link>h3 {
    padding: 16px 32px 16px 32px;
    margin: 0px;
}

.default-open .toggle-content {
    display: block;
}

.release-notes .toggle {
    border: 1px solid #979797;
    border-radius: 12px;
    padding: 16px;
    margin: 16px 0px;
    background-color: #fbfbfb;
}

.release-notes h3 {
    font-weight: 500;
}

.section-tree-title.release-notes-link {
    margin: 0px;
    padding: 16px 50px 16px 32px;
}

.section-tree-title.release-notes-link a {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.livesdk_invitation span {
    font-size: 16px;
}

/***** Base *****/
html {
    font-size: 10px;
}

* {
    box-sizing: border-box;
}

body {
    background-color: rgba(255, 255, 255, 1);
    color: #333333;
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.225;
    -webkit-font-smoothing: antialiased;
}

body>main {
    background-color: #fff;
}


@media (min-width: 1024px) {
    body>main {
        min-height: 45vh;
        max-width: 1600px;
        margin: 0 auto;
        background-color: #fff;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: EuclidCircularB;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
}

a {
    color: #0072EF;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

input,
textarea {
    color: #000;
    font-size: 14px;
}

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
}

input:focus {
    border: 1px solid rgba(71, 160, 135, 1);
}

input[disabled] {
    background-color: #ddd;
}

.icon-24px {
    width: 24px;
    height: 24px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01JKV3XNJYMYEZM5XZTAZ4FPME) no-repeat #fff;
    background-position: right 10px center;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 30px 8px 10px;
    outline: none;
    color: #555;
    width: 100%;
}

select:focus {
    border: 1px solid rgba(71, 160, 135, 1);
}

select::-ms-expand {
    display: none;
}

textarea {
    border: 1px solid #979797;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid rgba(71, 160, 135, 1);
}

.container {
    /*max-width: 1600px;*/
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px;
    background-color: #fff;
}

.hidden {
    display: none !important;
}

@media (max-width: 600px) {
    .container {
        padding: 16px;
    }
}

main>.container {
    padding-top: 16px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    main>.container {
        padding-top: 16px;
    }
}

.container>.section {
    padding-top: 80px;
}

main>.section {
    max-width: 1600px;
    margin: 0 auto;
}

/*@media (min-width: 1600px) {
  .container {
    padding: 0;
    width: 90%;
  }
}*/

.container-divider {
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: disc;
}

ul li li {
    list-style: circle;
}

ul li li li {
    list-style: square;
}

.error-page {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5%;
}

@media (min-width: 1600px) {
    .error-page {
        padding: 0;
        width: 90%;
    }
}

.dropdown-toggle::after {
    color: inherit;
}


/***** Buttons *****/
.button,
[role="button"] {
    color: #fff;
    background-color: #000;
    align-items: center;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    user-select: none;
    vertical-align: top;
    font-size: 1.4rem;
    padding: 14px 1.6rem;
    border-radius: 50px;
    transition: all .2s;
    line-height: 2rem
}

@media (min-width: 768px) {

    .button,
    [role="button"] {
        width: auto;
    }
}

/* 
.button::after,
[role="button"]::after {
    color: rgba(71, 160, 135, 1);
}
*/

.button:hover,
.button:active,
.button:focus,
.button[aria-selected="true"],
[role="button"]:hover,
[role="button"]:active,
[role="button"]:focus,
[role="button"][aria-selected="true"] {
    background-color: #6b6b6b;
    color: #fff;
    text-decoration: none;
}

.button[aria-selected="true"]:hover,
.button[aria-selected="true"]:focus,
.button[aria-selected="true"]:active,
[role="button"][aria-selected="true"]:hover,
[role="button"][aria-selected="true"]:focus,
[role="button"][aria-selected="true"]:active {
    background-color: #404040;
    border-color: #fff;
    color: #fff;
}

.button[data-disabled],
[role="button"][data-disabled] {
    cursor: default;
}

.button-large {
    background-color: transparent;
    border: 1px solid #000;
    color: #464646;
    font-size: 20px;
    font-weight: 300;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.25em;
    width: 100%;
}

input[type="submit"] {
    background-color: transparent;
    border: 1px solid #000;
    color: #464646;
    font-size: 20px;
    font-weight: 300;
    min-width: 190px;
    padding: 12px 35px;
    width: 100%;
}

@media (min-width: 768px) {

    .button-large,
    input[type="submit"] {
        width: auto;
    }
}

.button-large:hover,
.button-large:active,
.button-large:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    background-color: #fff;
    color: #000;
    border-color: #464646;
    box-shadow: 0 0 15px #e4e4e4;
    text-decoration: none;
}

.button-large[disabled],
input[type="submit"][disabled] {
    background-color: #ddd;
}

.button-secondary {
    color: #666;
    border: 1px solid #ddd;
    background-color: transparent;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    color: #333333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

/***** Tables *****/
.table {
    width: 100%;
    table-layout: fixed;
}

@media (min-width: 768px) {
    .table {
        table-layout: auto;
    }
}

.table th,
.table th a {
    color: #666;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

[dir="rtl"] .table th,
[dir="rtl"] .table th a {
    text-align: right;
}

.table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 768px) {
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {

    .table td,
    .table th {
        padding: 20px 30px;
    }
}

@media (min-width: 768px) {

    .table td,
    .table th {
        padding: 10px 20px;
        height: 60px;
    }
}

/*Scrollable Long Tables*/
table.scrollable-table-long {
    border-collapse: collapse;
    overflow-y: scroll;
    width: 100%;
    height: 80vh;
    display: block;
}

table.scrollable-table-long th {
    position: sticky;
    top: 0px;
    background: white;
}

/*Scrollable Short Tables*/
table.scrollable-table-short {
    border-collapse: collapse;
    overflow-y: scroll;
    width: 100%;
    height: 40vh;
    display: block;
}

table.scrollable-table-short th {
    position: sticky;
    top: 0px;
    background: white;
}

/***** Forms *****/
.form {
    max-width: 650px;
}

.form-field~.form-field {
    margin-top: 30px;
}

.form-field label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.form-field input {
    border: 1px solid #979797;
    padding: 10px;
    width: 100%;
}

.form-field input:focus {
    border: 1px solid rgba(71, 160, 135, 1);
}

.form-field input[type="text"] {
    border: 1px solid #979797;
}

.form-field input[type="text"]:focus {
    border: 1px solid rgba(71, 160, 135, 1);
}

.form-field input[type="checkbox"] {
    width: auto;
}

.form-field .nesty-input {
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
}

.form-field .nesty-input:focus {
    border: 1px solid rgba(71, 160, 135, 1);
    text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
    outline: none;
    border: 1px solid rgba(71, 160, 135, 1);
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
}

.form-field input[type="checkbox"]+label {
    margin: 0 0 0 10px;
}

.form-field.required>label::after {
    content: "*";
    color: #f00;
    margin-left: 2px;
}

.form-field p {
    color: #464646;
    font-size: 16px;
    margin: 10px 0 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
    background: transparent url(/hc/theming_assets/01J98M6FXG3JNBSNGX93T92EVC) 99% 50% no-repeat;
    background-size: 16px 16px;
}

.form footer {
    margin-top: 40px;
    padding-top: 30px;
}

.form footer a {
    color: #666;
    cursor: pointer;
    margin-right: 15px;
}

.form .suggestion-list {
    font-size: 13px;
    margin-top: 30px;
}

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}

.form .suggestion-list li {
    padding: 10px 0;
}

.form .suggestion-list li a:visited {
    color: #004189;
}

/***** Header *****/
.header {
    background-color: #fff;
    /*background-image: url(/hc/theming_assets/01J98M6W517HFKFX9DT83RWYE1); */
    max-width: 1600px;
    margin: 0;
    padding: 24px 5%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 48px;
}

@media (max-width: 767px) {
    .header {
        margin: 0 auto 0px auto;
        flex-direction: column;
        gap: 8px;
        padding: 12px 5% 0;
        margin-bottom: -8px;
    }
}

.home .header {
    display: flex;
    height: fit-content;
    margin: 0px auto 0px auto;
    padding-top: 24px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .home .header {}
}

.home .header .search-full {
    display: none;
}

.header .search-wrapper {
    width: 800px;
    max-width: 100%;
    padding: 0;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .header .search-wrapper {
        /*position: initial; */
        width: 800px;
        max-width: 90%;
        padding: 0 40px;
    }
}

.header .search-wrapper input {
    border-width: 0 0 2px 0;
}

.home .header .search-wrapper {
    display: none;
}

/*.section.hero {
    margin-top: -141px;
} */

/*@media (min-width: 1600px) {
  .header {
    padding: 0;
    width: 90%;
  }
}*/

div.logo {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 26px;
}

.user-nav {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

/*@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}*/

.user-nav[aria-expanded="true"] {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #ddd;
    right: 0;
    left: 0;
    top: 140px;
    z-index: 1;
}

.user-nav>form,
.user-nav[aria-expanded='false']>form {
    display: none;
}

.user-nav[aria-expanded="true"]>a,
.user-nav[aria-expanded="true"]>form {
    display: block;
    margin: 20px;
}

.nav-wrapper a {
    border: 0;
    color: #0072EF;
    font-size: 18px;
    padding: 0 20px 0 0;
    width: auto;
}

.header .nav-wrapper a {
    color: #fff;
}

.header .nav-wrapper a:hover {
    color: #fff;
    text-decoration: underline;
}

[dir="rtl"] .nav-wrapper a {
    padding: 0 0 0 20px;
}

.nav-wrapper a:hover,
.nav-wrapper a:focus,
.nav-wrapper a:active {
    background-color: transparent;
    text-decoration: underline;
}

/*
.nav-wrapper a.login {
  display: inline-block;
}*/
/*
.nav-wrapper .icon-menu {
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
  font-size: 24px;
}*/
/*
@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}*/
/*
[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}*/

/*.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: transparent;
  color: #f1f2f2;
}*/

#lighting-header {
    text-align: center;
    margin-top: 64px;
    margin-bottom: 32px;
    font-size: 40px;
    font-weight: 500;
}

/* icon grid for the what you need section */
.icons-grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}

.icon-grid-item {
    display: flex;
    width: 145px;
    padding: 8px 8px 16px 8px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.icons-grid .icon-grid-item img {
    width: 128px;
    height: 128px;
    border: 1px solid black;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.icon-grid-item p {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0px;
}

/***** User info in header *****/
.user-info {
    display: inline-block;
}

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

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

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

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

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

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

#user #user-name {
    display: none;
    font-size: 14px;
}

@media (min-width: 768px) {
    #user #user-name {
        display: inline-block;
    }
}

#user #user-name:hover {
    text-decoration: underline;
}

/***** User avatar *****/
.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: rgba(71, 160, 135, 1);
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -4px;
    color: rgba(0, 0, 0, 1);
    content: "\1F464";
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: -2px;
    text-align: center;
    width: 14px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
    margin: 0 0 15px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .breadcrumbs {
        margin: 0;
    }
}

.breadcrumbs li {
    color: #666;
    display: inline;
    font-weight: 300;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs li+li::before {
    content: ">";
    margin: 0 4px;
}

.breadcrumbs li a:visited {
    color: #0072EF;
}

/***** Search field *****/
.search {
    position: relative;

    /*figure out if this breaks anything*/
    width: 100%;
}

.mid-page-search-bar {
    padding-bottom: 80px;
    text-align: center;
    width: 100%;
}

.mid-page-search-bar h1 {
    padding-bottom: 32px;
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}

.search input[type="search"] {
    box-sizing: border-box;
    color: #464646;
    font-size: 20px;
    height: 60px;
    padding-left: 32px;
    padding-right: 40px;
    -webkit-appearance: none;
    width: 100%;
}

[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}

.search input[type="search"]:focus {
    border: 1px solid rgba(71, 160, 135, 1);
    color: #555;
}

.search::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #777;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    right: 15px;
}

[dir="rtl"] .search::before {
    left: 15px;
    right: auto;
}

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

.search-nav input[type="search"] {}

/***** Hero component *****/
.home-hero {
    background-image: url(/hc/theming_assets/01J98M6W517HFKFX9DT83RWYE1);
    background-position: center;
    background-size: cover;
    height: 300px;
    width: 100%;
    padding-bottom: 0px;
}

.hero {
    background-position: center;
    background-size: cover;
    object-fit: cover;
    height: 300px;
    max-width: 1600px;
    text-align: center;
    width: 100%;
}

.hero-inner {
    max-width: 960px;
    margin: 32px auto 64px;
    text-align: center;
}

.hero-inner h1 {
    font-weight: 400;
    font-size: 30px;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}

@media (min-width: 768px) {
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
}

.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 64px;
    font-weight: 500;
    text-align: center;
}

.page-header-description {
    font-style: italic;
    font-weight: 300;
    margin: 0 0 30px 0;
    word-break: break-word;
}

@media (min-width: 1024px) {
    .page-header-description {
        flex-basis: 100%;
    }
}

.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
}

.sub-nav input[type="search"]::after {
    font-size: 15px;
}

/***** Blocks *****/
.section.knowledge-base {
    background-color: #fff;
    padding: 80px 10% 0px;

}

.blocks {
    display: flex;
    justify-content: center;
}

/* Used in Homepage#categories and Community#topics */
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: -48px;
    /*To compensate for the block items bottom margin*/
}

.blocks-item {
    margin: 0px 16px 48px 16px;
}

@media (min-width: 510px) and (max-width: 999px) {
    .blocks-list {
        max-width: 480px;
    }
}

@media (max-width: 509px) {
    .blocks-list {
        max-width: 290px;
    }
}

.blocks-item {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex: 0 0 96px;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .blocks-item {
        /*max-width: calc(50% - 30px);*/
        /*margin: 0 15px 30px;
      margin: 0px 16px;*/
    }
}

@media (min-width: 1200px) {
    .blocks-item {
        /*max-width: calc(25% - 30px);*/
        /*margin: 0 15px 30px;
      margin: 0px 16px;*/
    }
}


.mini-image {
    width: 80px;
    height: 80px;
}

/*
.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
    
    background-color: #fff;
    border-color: #d6d6d6;
    box-shadow: 0 0 15px #e4e4e4;
}
*/

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
    /*color: #000;
    text-decoration: none;
    box-shadow:*/
    text-decoration: underline;
    color: #1a8163;
}

.blocks-item-internal {
    background-color: transparent;
    border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
    content: "\1F512";
    font-size: 15px;
    bottom: 5px;
    position: relative;
}

.blocks-item-internal a {
    color: #000;
}

.blocks-item-link {
    color: #000;
    /*padding: 20px 30px;*/
}

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

.blocks-item-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    word-wrap: break-word;
    /* Legacy support */
    overflow-wrap: break-word;
    /* Modern support */
    white-space: normal;
}

.blocks-item-description {
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
}

/***** Homepage *****/
.section {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .section {
        padding-bottom: 60px;
    }
}

.section h2 {
    margin-bottom: 10px;
    text-align: center;
}

/***** Promoted articles *****/

/***** New Promoted Article cards *****/

.promoted-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.promoted-articles-item {
    display: flex;
    border-radius: 12px;
    border: .5px solid #CACACA;
    background-color: #FBFBFB;
    box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.04);
    align-items: center;
    min-height: 100px;
    flex-grow: 1;
    flex-basis: 260px;
    max-width: 480px;
}

.promoted-article-card-contents {
    display: flex;
    gap: 24px;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    word-break: break-word;
}

.promoted-articles-item img {
    width: 48px;
    height: 48px;
}

.promoted-articles-item img.icon-48px {
    width: 48px;
    height: 48px;
    max-width: none;
}

.promoted-articles-item:hover {
    color: #1a8163;
    text-decoration: underline;
}

/***** End of new cards *****/

.articles {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 66px 10%;
}

.articles .promoted-articles {
    display: block;
}

.promoted-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 64px;
}

.promoted-articles li {
    width: 100%;
    list-style: none;
}

@media (min-width: 768px) {
    .articles .promoted-articles {
        columns: auto 2;
    }
}

@media (min-width: 768px) {
    .promoted-articles li {
        /* width: 48%; */
    }
}

@media (min-width: 1024px) {
    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item:nth-child(3n) {
    padding-right: 0;
}

.promoted-articles-item a {
    color: #333333;
    height: 100%;
    display: flex;
}

.promoted-articles-item:last-child a {
    border: 0;
}

/***** Community section in homepage *****/
.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(/hc/theming_assets/01JKV3XVV5JZSXJMBKZAMVT2PT);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
}

/*.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}*/

/***** Recent activity *****/
.recent-activity-header {
    margin-bottom: 10px;
    text-align: center;
}

.recent-activity-list {
    padding: 0;
}

.recent-activity-item {
    border-bottom: 1px solid #ddd;
    overflow: auto;
    padding: 20px 0;
}

.recent-activity-item-parent {
    font-size: 16px;
}

.recent-activity-item-parent,
.recent-activity-item-link {
    margin: 6px 0;
    color: #333333;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {

    .recent-activity-item-parent,
    .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
}

.recent-activity-item-link {
    font-size: 14px;
    font-weight: 300;
}

.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}

@media (min-width: 768px) {
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }

    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
}

.recent-activity-item-time,
.recent-activity-item-comment {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.recent-activity-item-comment {
    padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
    padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
    display: inline-block;
}

.recent-activity-item-comment span::before {
    color: rgba(71, 160, 135, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
    padding-left: 3px;
}

.recent-activity-controls {
    padding-top: 15px;
}

/***** Category pages *****/
.category-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.category-sidebar {
    padding: 0;
    border: 0;
    height: auto;
    width: 25%;
    display: none;
}

@media (min-width: 1024px) {
    .category-sidebar {
        display: flex;
        flex: 0 0 25%;
    }
}

.category-sidebar h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

.category-sidebar li {
    font-size: 24px;
    margin-bottom: 32px;
    list-style: none;
}

.category-sidebar li a {
    color: #464646;
}

.category-sidebar li a:hover {
    text-decoration: underline;
}


.category-content {
    width: 100%;
    flex: 1;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 66%;
        min-width: 640px;
        /*padding: 0 30px;*/
    }
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;

    background-color: #fbfbfb;
    border: 0.5px solid #7B7B7B;
    border-radius: 12px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .section-tree {
        flex-direction: row;
    }
}

.section-tree .section {
    flex: initial;
    width: 100%;
}

/*.section-tree .section. h3 {
  border-bottom: 1px solid #fff;
  transition: border-bottom 1s;
}
 
.section-tree .section.active h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #979797;
  transition: border-bottom 1s;
}*/

.section-tree .icon-lock::before {
    vertical-align: baseline;
}

.section-tree-title {
    font-size: 20px;
    font-weight: 500;
    /*  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #979797;*/
    display: flex;
    gap: 16px;
    padding-left: 32px;
    padding-right: 50px;
}

.section-tree-title a {
    color: #333333;
}

.section-tree .see-all-articles {
    display: block;
    padding: 24px 10px 8px 72px;
}

.article-list {
    margin-top: -10px;
}

.article-list-item {
    font-size: 18px;
    padding: 15px 10px 15px 72px;
    list-style: none;
    border-top: .5px solid #979797;
}



.section-content .article-list {
    margin-top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section-content .article-list-item {
    font-size: 20px;
    padding: 30px 0 0 0px;
    list-style: none;
    flex: 0 0 100%;
    border-top: none;
}

.section-content .article-list {
    display: block;
}

@media (min-width: 768px) {
    .section-content .article-list {
        columns: auto 2;
    }
}

@media (min-width: 1024px) {
    .section-content .article-list-item {
        flex: 0 0 48%;
    }
}

.article-list-item a {
    color: #333333;
}

.icon-star::before {
    color: rgba(71, 160, 135, 1);
    font-size: 18px;
}

/***** Used on machine selection category page *****/

.machine-selections-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px 64px;
    /* row gap, column gap */
}

@media (min-width: 1260px) {
    .machine-selections-section {
        width: 1200px;
    }
}

.machine-series-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 240px;
}

.machine-series-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/***** Section pages *****/
.section-container {
    display: flex;
    justify-content: flex-start;
}

.section-content {
    flex: 1;
}

@media (min-width: 1024px) {
    .section-content {
        flex: 0 0 100%;
    }
}

/*asdf*/

.section-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;

    background-color: #fbfbfb;
    border: 0.5px solid #7B7B7B;
    border-radius: 12px;
    overflow: hidden;
}

.section-list-item {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    gap: 16px;
    padding-left: 32px;
}

.section-list-item a {
    color: #333333;
}

/*added^*/

.section-subscribe .dropdown-toggle::after {
    display: none;
}

/***** Article *****/
.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .article {
        flex: 1 0 66%;
        max-width: 100%;
        min-width: 640px;
        padding: 0 30px;
    }
}

.article-container,
.category-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1024px) {

    .article-container {
        flex-direction: row;
    }
}

.article-center {
    justify-content: center;
    text-align: center;
}

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

.article-header h1 {
    margin-bottom: 0px;
}

.article-avatar {
    margin-right: 10px;
}

.article-author {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
}

.article-title .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.article [role="button"] {
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
    width: 100%;
}

@media (min-width: 768px) {
    .article [role="button"] {
        width: auto;
    }
}

.article-info {
    max-width: 100%;
}

.article-meta {
    display: inline-block;
    vertical-align: middle;
}

.article-body img {
    height: auto;
    max-width: 100%;
}

.article-body ul,
.article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0;
}

[dir="rtl"] .article-body ul,
[dir="rtl"] .article-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}


[dir="rtl"] .article-body ul.content-tabs,
[dir="rtl"] .article-body ol.content-tabs {
    padding-right: 0px;
    margin-right: 0px;
}

.article-body ul>ul,
.article-body ol>ol,
.article-body ol>ul,
.article-body ul>ol,
.article-body li>ul,
.article-body li>ol {
    margin: 0;
}

.article-body ul {
    list-style-type: disc;
}

.article-body a:visited {
    color: #004189;
}

.article-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.article-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.article-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.article-body>p:last-child {
    margin-bottom: 0;
}

.article-body+.article-attachments {
    margin-top: 30px;
}

.article-content {
    line-height: 1.6;
    margin: 40px 0;
    word-wrap: break-word;
}

.article-content h2 {
    line-height: 1.2;
}

.article-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.article-comments {
    display: none;
}

.article-comment-count {
    color: #666;
    font-weight: 300;
    display: none;
}

.article-comment-count:hover {
    text-decoration: none;
}

.article-comment-count .icon-comments {
    color: rgba(71, 160, 135, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.article-sidebar,
.category-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

.category-sidebar .collapsible-section::before {
    content: '';
    height: 3px;
    width: 30px;
    background-color: #111;
    margin: 10px 0 20px;
    display: block;
}

@media (min-width: 641px) {
    .category-sidebar .collapsible-section::before {
        width: 40px;
    }
}

@media (min-width: 1024px) {

    .article-sidebar,
    .category-sidebar {
        border: 0;
        flex: 0 0 25%;
        height: auto;
    }
}

.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.article-relatives>* {
    flex: 1 0 auto;
    margin-right: 0;
    margin-bottom: 25px;
}

.article-relatives>*:last-child {
    margin: 0;
}

@media (min-width: 768px) {
    .article-relatives>* {
        margin-right: 20px;
    }
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0 25px;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 500px) {
    .article-votes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

a.article-vote {
    font-size: 20px;
    /*  background: transparent;
    border: 1px solid #737373;
    color: #464646; 
    padding: 0;
*/
    margin: 10px 0;
    min-width: 90px;
    width: 200px;
}

.article-vote::before {
    font-size: 8px;
    margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
    margin-right: 0;
    margin-left: 10px;
}

.article-vote::after {
    content: attr(title);
    /*color: #464646;*/
    /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active,
.article-vote:hover {
    background-color: #6b6b6b;
    color: #fff;
    box-shadow: 0 0 15px #e4e4e4;
    text-decoration: none;
}

.article-vote:hover::before,
.article-vote:hover::after {
    color: #fff;
}

.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
    color: #fff;
}

/*.article-vote-up::before {
  content: "\2713";
}
 
.article-vote-down::before {
  content: "\2715";
}*/

.article-votes-controls {
    margin-top: 35px;
}

.article-votes-controls a {
    margin-right: 30px;
}

.article-votes-count {
    color: #9B9B9B;
}

.article-more-questions {
    font-size: 20px;
    margin: 0 0 40px;
}

.article-return-to-top {
    border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
    .article-return-to-top {
        display: none;
    }
}

.article-return-to-top a {
    color: #333333;
    display: block;
    padding: 20px 0;
}

.article-return-to-top a:hover,
.article-return-to-top a:focus {
    text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
    font-size: 16px;
    margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
    margin-right: 10px;
}

.article-unsubscribe {
    background-color: rgba(71, 160, 135, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.article-unsubscribe:hover {
    background-color: #28594b;
    border-color: #28594b;
}

.sidenav-title {
    font-size: 24px;
    position: relative;
    color: #464646;
}

.sidenav-item {
    color: #333333;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 7.5px 0;
}

.sidenav-item.current-article {
    color: #000;
    font-weight: 500;
}

.sidenav-item:hover {
    color: #000;
    text-decoration: underline;
}

.recent-articles h3,
.related-articles h3 {
    font-size: 24px;
    margin: 20px 0;
}

.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
    list-style: none;
}

.recent-articles li a,
.related-articles li a {
    color: #000;
    font-size: 20px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    list-style: none;
}

.attachments .attachment-item:last-child {
    margin-bottom: 0;
}

.attachments .attachment-item::before {
    color: #333333;
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
    padding-left: 0;
    padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
    left: auto;
    right: 0;
}

.upload-dropzone {
    border-color: #979797;
    font-size: 16px;
    text-align: left;
    padding: 20px;
}

.upload-dropzone span {
    color: #666;
}

/***** Social share links *****/
.share {
    padding: 0;
    white-space: nowrap;
}

.share li,
.share a {
    display: inline-block;
}

.share a {
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 25px;
}

.share a::before {
    color: #666;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

.share a:hover {
    text-decoration: none;
}

.share a:hover::before {
    color: rgba(71, 160, 135, 1);
}

.share-twitter::before {
    content: "\e901";
}

.share-facebook::before {
    content: "\e903";
}

.share-linkedin::before {
    content: "\e900";
}

.share-googleplus::before {
    content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    list-style: none;
}

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.comment-overview {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.comment-overview p {
    margin-top: 0;
}

.comment-callout {
    color: #666;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: rgba(71, 160, 135, 1);
}

.comment-sorter {
    display: inline-block;
    float: right;
}

.comment-sorter a {
    color: #666;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
}

[dir="rtl"] .comment-sorter {
    float: left;
}

.comment-wrapper {
    display: flex;
    position: relative;
}

.comment-wrapper.comment-official {
    border: 1px solid rgba(71, 160, 135, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
}

.comment-avatar {
    margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    flex: 1 0 auto;
}

.comment-labels {
    flex-basis: 100%;
}

@media (min-width: 768px) {
    .comment-labels {
        flex-basis: auto;
    }
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
}

.comment-form {
    display: flex;
    padding-top: 30px;
    word-wrap: break-word;
}

.comment-container {
    width: 100%;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir="ltr"] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type="submit"] {
    margin-top: 15px;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type="submit"] {
        margin-left: 15px;
    }

    [dir="rtl"] .comment-form-controls input[type="submit"] {
        margin-left: 0;
        margin-right: 15px;
    }
}

.comment-form-controls input[type="checkbox"] {
    margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs+textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
    color: rgba(71, 160, 135, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
    line-height: 1.6;
}

.comment-body img {
    height: auto;
    max-width: 100%;
}

.comment-body ul,
.comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0;
}

[dir="rtl"] .comment-body ul,
[dir="rtl"] .comment-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.comment-body ul>ul,
.comment-body ol>ol,
.comment-body ol>ul,
.comment-body ul>ol,
.comment-body li>ul,
.comment-body li>ol {
    margin: 0;
}

.comment-body ul {
    list-style-type: disc;
}

.comment-body a:visited {
    color: #004189;
}

.comment-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.comment-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.comment-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.comment-mark-as-solved {
    display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
    display: inline-block;
    text-align: center;
    width: 35px;
}

.vote a {
    outline: none;
}

.vote a:active,
.vote a:hover,
.vote a:focus {
    text-decoration: none;
}

.vote-sum {
    color: #666;
    display: block;
    margin: 3px 0;
}

[dir="rtl"] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
    color: rgba(71, 160, 135, 1);
}

.vote-up::before,
.vote-down::before {
    color: #666;
    font-size: 24px;
}

.vote-up::before {
    content: "\2B06";
}

.vote-down::before {
    content: "\2B07";
}

.vote-voted::before {
    color: rgba(71, 160, 135, 1);
}

.vote-voted:hover::before {
    color: #28594b;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
    text-align: center;
    flex-shrink: 0;
    /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
    font-size: 0;
    margin: 15px 0;
}

.actions .dropdown-toggle:hover::before,
.actions .dropdown-toggle:focus::before,
.actions .dropdown-toggle:active::before {
    background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
    background-color: transparent;
    border-radius: 50%;
    color: #666;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}

/***** Community *****/
.community-hero {
    background-image: url(/hc/theming_assets/01JKV3XV9TN5FDY2EWE00S6CRR);
    margin-bottom: 10px;
}

.community-footer {
    padding-top: 50px;
    text-align: center;
}

.community-featured-posts,
.community-activity {
    padding-top: 40px;
    width: 100%;
}

.community-header {
    margin-bottom: 30px;
}

.community-header h4 {
    margin-bottom: 0;
}

.post-to-community {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .post-to-community {
        margin: 0;
    }
}

/* Community topics grid */
.topics {
    max-width: none;
    width: 100%;
}

.topics-item .meta-group {
    justify-content: center;
    margin-top: 20px;
}

/* Community topic page */
.topic-header {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

@media (min-width: 768px) {
    .topic-header {
        padding-bottom: 10px;
    }
}

.topic-header .dropdown {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
}

.no-posts-with-filter {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
    margin-bottom: 10px;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
}

.community-follow .dropdown {
    width: 100%;
}

.community-follow [role="button"] {
    line-height: 30px;
    padding: 0 10px 0 15px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: rgba(71, 160, 135, 1);
}

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
    border-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(71, 160, 135, 1);
    color: rgba(0, 0, 0, 1);
}

.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

.community-follow [role="button"][aria-selected="true"]:hover {
    background-color: #28594b;
    border-color: #28594b;
}

.community-follow [role="button"]::after {
    border-left: 1px solid rgba(71, 160, 135, 1);
    content: attr(data-follower-count);
    color: rgba(71, 160, 135, 1);
    display: inline-block;
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}

@media (min-width: 768px) {
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(71, 160, 135, 1);
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
    padding: 0;
}

.striped-list-item {
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 0;
}

@media (min-width: 768px) {
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

.striped-list-info {
    flex: 2;
}

.striped-list-title {
    color: #0072EF;
    margin-bottom: 10px;
    margin-right: 5px;
}

.striped-list-title:hover,
.striped-list-title:focus,
.striped-list-title:active {
    text-decoration: underline;
}

.striped-list-title:visited {
    color: #004189;
}

.striped-list .meta-group {
    margin: 5px 0;
}

.striped-list-count {
    color: #666;
    font-weight: 300;
    font-size: 13px;
    justify-content: flex-start;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
}

.striped-list-count-item::after {
    content: "·";
    display: inline-block;
    padding: 0 5px;
}

@media (min-width: 768px) {
    .striped-list-count-item::after {
        display: none;
    }
}

.striped-list-count-item:last-child::after {
    display: none;
}

.striped-list-number {
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    .striped-list-number {
        color: #333333;
        display: block;
        font-weight: 400;
    }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
    background-color: #1eb848;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
}

.status-label:hover,
.status-label:active,
.status-label:focus {
    text-decoration: none;
}

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: rgba(71, 160, 135, 1);
}

.status-label-official {
    border-radius: 0;
    margin-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
}

[dir="rtl"] .status-label-official {
    left: 30px;
    right: auto;
}

.status-label-pending,
.status-label-not-planned {
    background-color: #eee;
    color: #666;
}

.status-label-pending {
    text-align: center;
}

.status-label-open {
    background-color: #cc3340;
}

.status-label-closed {
    background-color: #ddd;
}

.status-label-solved {
    background-color: #999;
}

.status-label-new {
    background-color: #ffd12a;
}

.status-label-hold {
    background-color: #000;
}

.status-label-open,
.status-label-closed,
.status-label-solved,
.status-label-new,
.status-label-hold,
.status-label-answered {
    text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
    flex: 1;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
}

.post-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .post-container {
        flex-direction: row;
    }
}

.post-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
}

.post-header .status-label {
    vertical-align: super;
}

.post-title {
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

.post-title h1 {
    display: inline;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .post-title h1 {
        margin-right: 5px;
    }
}

.post-author {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.post-avatar {
    margin-bottom: 30px;
}

.post-content {
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
    line-height: 1.6;
    word-break: break-word;
}

.post-info-container {
    display: flex;
    margin-bottom: 40px;
}

.post-info {
    min-width: 0;
    padding-right: 20px;
    width: 100%;
}

[dir="rtl"] .post-info {
    padding-right: 0;
    padding-left: 20px;
}

.post-meta {
    display: inline-block;
    flex: 1;
    margin-left: 10px;
    vertical-align: middle;
}

[dir="rtl"] .post-meta {
    margin-left: 0;
    margin-right: 10px;
}

.post-body img {
    height: auto;
    max-width: 100%;
}

.post-body ul,
.post-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0;
}

[dir="rtl"] .post-body ul,
[dir="rtl"] .post-body ol {
    padding-right: 20px;
    padding-left: 0;
    margin-left: 0;
    margin-right: 20px;
}

.post-body ul>ul,
.post-body ol>ol,
.post-body ol>ul,
.post-body ul>ol,
.post-body li>ul,
.post-body li>ol {
    margin: 0;
}

.post-body ul {
    list-style-type: disc;
}

.post-body a:visited {
    color: #004189;
}

.post-body code {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 2px;
}

.post-body pre {
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px 15px;
    overflow: auto;
    white-space: pre;
}

.post-body blockquote {
    border-left: 1px solid #ddd;
    color: #666;
    font-style: italic;
    padding: 0 15px;
}

.post-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.post-comment-count {
    color: #666;
    font-weight: 300;
}

.post-comment-count:hover {
    text-decoration: none;
}

.post-comment-count .icon-comments {
    color: rgba(71, 160, 135, 1);
    content: "\1F4AC";
    display: inline-block;
    font-size: 18px;
    padding: 5px;
}

.post-sidebar {
    border-top: 1px solid #ddd;
    flex: 1;
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 1024px) {
    .post-sidebar {
        border: 0;
        flex: 1 0 30%;
        padding: 0 0 0 50px;
        text-align: initial;
    }

    [dir="rtl"] .post-sidebar {
        padding: 0 50px 0 0;
    }
}

.post-sidebar h5 {
    font-weight: 600;
}

@media (min-width: 1024px) {
    .post-sidebar h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
}

.post-comments {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .post-comments {
        margin-bottom: 0;
    }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex-direction: column;
    max-height: 45px;
    overflow: hidden;
    font-size: 14px;
}

@media (min-width: 768px) {
    .collapsible-nav {
        border: 0;
        height: auto;
        flex-direction: row;
        max-height: none;
    }
}

.collapsible-nav-list {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}

.collapsible-nav-list li {
    color: #333333;
    line-height: 45px;
    order: 1;
}

@media (min-width: 768px) {
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }

    [dir="rtl"] .collapsible-nav-list li {
        margin-left: 30px;
        margin-right: 0;
    }

    .collapsible-nav-list li a {
        text-decoration: none;
        padding: 15px 0;
    }
}

.collapsible-nav-list li a {
    color: #333333;
    display: block;
}

@media (min-width: 768px) {
    .collapsible-nav-list li:hover {
        border-bottom: 4px solid #ddd;
    }

    .collapsible-nav-list li:hover a {
        padding: 15px 0 11px 0;
        text-decoration: none;
    }
}

.collapsible-nav-list li[aria-selected="true"] {
    order: 0;
    position: relative;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"] {
        border-bottom: 4px solid rgba(71, 160, 135, 1);
        order: 1;
        padding: 15px 0 11px 0;
    }
}

.collapsible-nav-list li[aria-selected="true"] a {
    color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 0;
}

@media (min-width: 768px) {
    .collapsible-nav-list li[aria-selected="true"]::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
    left: 0;
    right: auto;
}

.collapsible-nav[aria-expanded="true"] {
    max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
    content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
    flex: 1;
    max-height: 45px;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

@media (min-width: 1024px) {
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }
}

.collapsible-sidebar[aria-expanded="true"] {
    max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    content: "\2715";
}

@media (min-width: 1024px) {
    .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
        display: none;
    }
}

.collapsible-sidebar-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.collapsible-sidebar-title::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
    position: absolute;
    right: 10px;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-title::after {
        display: none;
    }
}

[dir="rtl"] .collapsible-sidebar-title::after {
    left: 10px;
    right: auto;
}

/***** My activities *****/
.my-activities-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }
}

.my-activities-sub-nav li[aria-selected="true"] {
    border-color: rgba(71, 160, 135, 1);
}

.my-activities-table .striped-list-title {
    /* My activities tables */
    display: block;
    margin-bottom: 10px;
    max-width: 350px;
    white-space: normal;
}

@media (min-width: 1024px) {
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.my-activities-table thead {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table thead {
        display: table-header-group;
    }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
    padding-left: 0;
}

@media (min-width: 1024px) {

    .my-activities-table th:first-child,
    .my-activities-table td:first-child {
        width: 500px;
    }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
    padding-right: 0;
}

.my-activities-table td:not(:first-child) {
    display: none;
}

@media (min-width: 768px) {
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
}

/* Requests table */
.requests-search {
    width: 100%;
}

.requests-table-toolbar {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .requests-table-toolbar {
        flex-direction: row;
    }
}

.requests-table-toolbar .search {
    flex: 1;
    width: 100%;
}

.requests-table-toolbar .request-table-filter {
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

.requests-table-toolbar .request-filter {
    display: block;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter {
        margin: 0 0 0 30px;
    }

    [dir="rtl"] .requests-table-toolbar .request-filter {
        margin: 0 30px 0 0;
    }
}

.requests-table-toolbar .request-filter-label {
    font-size: 13px;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

.requests-table-toolbar select {
    max-height: 40px;
    margin-bottom: 30px;
    width: 100%;
}

@media (min-width: 768px) {
    .requests-table-toolbar select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
    line-height: 40px;
    max-height: 40px;
    padding: 0 20px;
}

@media (min-width: 768px) {

    .requests-table-toolbar .organization-subscribe,
    .requests-table-toolbar .organization-unsubscribe {
        margin-left: 10px;
    }

    [dir="rtl"] .requests-table-toolbar .organization-subscribe,
    [dir="rtl"] .requests-table-toolbar .organization-unsubscribe {
        margin: 0 10px 0 0;
    }
}

.requests-table-toolbar .organization-unsubscribe {
    background-color: rgba(71, 160, 135, 1);
    color: rgba(0, 0, 0, 1);
}

.requests-table-toolbar+.requests-search-info {
    margin-top: 15px;
}

.requests-table-toolbar+.requests-search-info.meta-data::after {
    content: "";
    margin: 0;
}

.requests-table-toolbar+.requests-search-info+.requests {
    margin-top: 20px;
}

.requests-table-toolbar+.requests {
    margin-top: 40px;
}

.requests .requests-table-meta {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-meta {
        display: none;
    }
}

.requests .requests-table thead {
    display: none;
}

@media (min-width: 768px) {
    .requests .requests-table thead {
        display: table-header-group;
    }
}

.requests .requests-table-info {
    display: block;
}

@media (min-width: 768px) {
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

.requests .requests-table .requests-link {
    position: relative;
}

.requests .requests-table .requests-sort-symbol {
    position: absolute;
    left: calc(100% + 3px);
    bottom: 0;
    font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
    background: rgba(71, 160, 135, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

.subscriptions-unsubscribe a:hover {
    background-color: #28594b;
    text-decoration: none;
}

.subscriptions-table td:last-child {
    display: block;
}

@media (min-width: 768px) {
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

.subscriptions-table td:first-child {
    display: flex;
    align-items: center;
}

.subscriptions-table .user-avatar {
    margin-right: 10px;
}

.subscriptions .striped-list-title {
    display: inline-block;
    vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

@media (min-width: 768px) {
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: #666;
}

/***** Request *****/
.request-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
}

.request-container .comment-container {
    min-width: 0;
}

/*.request-breadcrumbs {
  margin-bottom: 30px;
}
 
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 50px;
  }
}*/

.request-main {
    flex: 1 0 auto;
    order: 1;
}

.request-main .comment-fields,
.request-main .request-submit-comment {
    display: none;
}

.request-main .comment-fields.shown {
    display: block;
}

.request-main .request-submit-comment.shown {
    display: inline;
}

@media (min-width: 1024px) {
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }
}

.request-main .comment-form-controls {
    display: block;
}

.request-main .comment-ccs {
    display: block;
}

.request-main .comment-show-container {
    border-radius: 2px;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    padding: 8px 15px;
    width: 100%;
}

.request-main .comment-show-container.hidden {
    display: none;
}

.request-main .comment-show-container-content {
    align-self: center;
    color: #666;
    margin-left: 10px;
}

.request-main .form-field.comment-ccs>ul {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .form-field.comment-ccs>ul[data-hc-focus="true"] {
    border: 1px solid rgba(71, 160, 135, 1);
}

.request-main .form-field.comment-ccs>input[type="text"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}

.request-main .comment-ccs+textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.request-main .comment-ccs+textarea:focus {
    border-top: 1px solid rgba(71, 160, 135, 1);
}

.request-main input#mark_as_solved {
    display: none;
}

.request-title {
    width: 100%;
}

@media (min-width: 1024px) {
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
}

.request-sidebar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    flex: 1 0 auto;
    order: 0;
}

@media (min-width: 1024px) {
    .request-sidebar {
        background-color: #f7f7f7;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
}

.request-sidebar h5 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h5 {
        display: none;
    }
}

.request-details {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding-bottom: 20px;
}

.request-details:last-child {
    border: 0;
}

.request-details dt,
.request-details dd {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    margin: 20px 0 0 0;
}

.request-details dd {
    padding: 0 10px;
    width: 60%;
}

.request-details dd::after {
    content: "\A";
    white-space: pre;
}

.request-details dt {
    color: #666;
    font-weight: 300;
    width: 40%;
}

.request-details .request-collaborators {
    display: inline-block;
}

.request-attachments dt,
.request-attachments dd {
    width: 100%;
}

.request-attachments dd {
    margin: 10px 0 0 0;
}

.request-form textarea {
    min-height: 120px;
}

.request-follow-up {
    padding-top: 20px;
}

/***** Pagination *****/
.pagination {
    margin: 20px 0;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    border-radius: 50%;
    height: 40px;
    float: left;
    margin-left: 5px;
    width: 40px;
}

@media (min-width: 768px) {
    .pagination li {
        height: 30px;
        width: 30px;
    }
}

[dir="rtl"] .pagination li {
    float: right;
}

.pagination li:hover:not(.pagination-current) {
    background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span,
.pagination li:hover:not(.pagination-current) a {
    color: #333333;
    text-decoration: none;
}

.pagination a,
.pagination span {
    font-size: 15px;
    color: #666;
    padding: 10px 12px;
}

@media (min-width: 768px) {

    .pagination a,
    .pagination span {
        font-size: 13px;
        padding: 5px 12px;
    }
}

.pagination-current {
    background-color: rgba(71, 160, 135, 1);
}

.pagination-current a,
.pagination-current span {
    color: rgba(0, 0, 0, 1);
}

.pagination-first {
    border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
    border-radius: 0 3px 3px 0;
}

.pagination-last {
    border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
    display: block;
}

.meta-group * {
    display: inline;
}

.meta-data {
    color: #666;
    font-size: 13px;
    font-weight: 300;
}

.meta-data:not(:last-child)::after {
    content: "\00B7";
    margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::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,
.section-tree-title a:after {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
    content: "\1F512";
}

.icon-star::before {
    content: "\2605";
}

.icon-linkedin::before {
    content: "\e900";
}

.icon-twitter::before {
    content: "\e901";
}

.icon-googleplus-::before {
    content: "\e902";
}

.icon-facebook::before {
    content: "\e903";
}

.icon-agent::before {
    content: "\1F464";
}

.icon-close::before {
    content: "\2715";
}

.icon-arrow-up::before {
    content: "\2B06";
}

.icon-arrow-down::before {
    content: "\2B07";
}

.icon-attachments::before {
    content: "\1F4CE";
}

.icon-comments::before {
    content: "\1F4AC";
}

.icon-search::before {
    content: "\1F50D";
}

.icon-vote::before {
    content: "\1F44D";
}

.icon-handle::before {
    content: "\25BE";
}

.icon-check::before {
    content: "\2713";
}

.icon-gear::before {
    content: "\2699";
}

.icon-menu::before {
    content: "\2630";
}

.icon-article::before {
    content: "\1F4C4";
}

.icon-post::before {
    content: "\1F4D4";
}

.notification-inline {
    border-radius: 0;
}

.icon-notification-alert::before {
    content: "\26A0";
}

.icon-notification-error::before {
    content: "\00D7";
}

.icon-notification-info::before {
    content: "\2139";
}

.icon-notification-success::before {
    content: "\2714";
}

/* User Profiles */
.profile-header {
    padding: 30px 0;
    background-color: #f7f7f7;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }
}

.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
}

.profile-avatar .icon-agent::before {
    bottom: 0;
    right: 0;
}

.profile-header .basic-info {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }

    [dir="rtl"] .profile-header .options {
        margin-left: 0;
        margin-right: 10px;
    }

    .profile-header .options> :not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }

    [dir="rtl"] .profile-header .options> :not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}

.profile-header .options [data-action="edit-profile"] {
    background-color: rgba(71, 160, 135, 1);
    border: 0;
    color: rgba(0, 0, 0, 1);
    line-height: normal;
    padding: 8px 20px;
    outline-color: rgba(71, 160, 135, 1);
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 15px 0;
    flex-basis: 100%;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    color: #666;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }

    [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

.profile-stats-counters {
    border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }

    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }

    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(71, 160, 135, 1);
    border-radius: 4px;
    color: rgba(71, 160, 135, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}

.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    vertical-align: middle;
    line-height: 15px;
}

@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}

.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 37px;
}

.profile-section {
    width: 100%;
}

@media (min-width: 1024px) {
    .profile-section {
        width: calc(100% - 330px);
    }
}

.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
}

.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    color: #666;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
}

.profile-section-sorter {
    flex-basis: 100%;
    border-top: solid 1px #eee;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    padding: 10px 0;
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    position: absolute;
    right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

@media (min-width: 768px) {
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 768px) {
    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
        margin-left: 20px;
    }

    [dir="rtl"] .profile-section-sorter {
        margin-left: 0;
        margin-right: 20px;
    }
}

.profile-contribution {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    padding: 20px 0;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list>.profile-contribution {
    border-top: 1px solid #eee;
}

@media (min-width: 768px) {
    .profile-contribution-list>.profile-contribution {
        padding-left: 30px;
    }

    [dir="rtl"] .profile-contribution-list>.profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}

.profile-contribution-list>.profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list>.profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}

[dir="rtl"] .profile-contribution-list>.profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }

    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 40px;
    color: #999;
}

.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-activity-list {
    margin-top: 25px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }

    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }

    [dir="rtl"] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

@media (min-width: 768px) {
    .profile-activity-header {
        margin-left: 0;
    }

    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }

    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}

.profile-activity::before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
    right: 0;
}

@media (min-width: 768px) {
    .profile-activity::before {
        left: -14px;
    }

    [dir="rtl"] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles>.profile-contribution::before,
.profile-activity-list>li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-posts>.profile-contribution::before,
.profile-activity-list>li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-comments>.profile-contribution::before,
.profile-activity-list>li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}

/***** Search results *****/
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
    .search-results {
        flex-direction: row;
    }
}

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 45%;
    }
}

.search-results-list {
    margin-bottom: 25px;
}

.search-results-list>li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    list-style: none;
}

.search-results-list>li:first-child {
    border-top: 1px solid #ddd;
}

.search-result>a {
    color: #000;
    font-size: 18px;
}

.search-result-description {
    margin-top: 15px;
}

.search-result-votes,
.search-result-meta-count {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
    color: rgba(71, 160, 135, 1);
}

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

/*
.search-result-breadcrumbs li:last-child::after {
  content: "·";
  display: inline-block;
  margin: 0 5px;
}*/

/* Style the tab buttons */
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

/* Change background color of buttons on hover */
.tablink:hover {
    background-color: #777;
}

/* Set default styles for tab content */
.tabcontent {
    color: white;
    display: none;
    padding: 50px;
    text-align: center;
}

/* Style each tab content individually */
#London {
    background-color: red;
}

#Paris {
    background-color: green;
}

#Tokyo {
    background-color: blue;
}

#Oslo {
    background-color: orange;
}

/* Back to top arrow */
.cd-top {
    display: inline-block;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #fff url('/hc/theming_assets/01J98M6RJ6S7T814XNR3QAJSMZ') no-repeat center 50%;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #F79420;
    opacity: 1;
}

/* @media only screen and (min-width: 768px) {
  .cd-top {
    right: 55px;
    bottom: 80px;
  }
}
 
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 50px;
  }
} */

/* Survey Section */
.section.survey {
    background-color: #f8f8f8;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 65px 10%;
    margin-bottom: 0;
}

.section.survey a.btn.ghost {
    display: inline-block;
    color: #464646;
    border: 1px solid #000;
    margin-top: 20px;
    padding: 12px 35px;
    font-size: 20px;
}

.section.survey a.btn.ghost:hover {
    background-color: #fff;
    color: #000;
    border-color: #464646;
    box-shadow: 0 0 15px #e4e4e4;
    text-decoration: none;
}

/* Highlight: Notes, Tips, and Important */
p.note {
    background-color: #fff;
    border: #30A710 solid 1px;
    padding: 16px 20px;
    margin-bottom: 1rem;
    color: #27880C;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

p.tip {
    background-color: #fff;
    border: #F48A18 solid 1px;
    padding: 16px 20px;
    margin-bottom: 1rem;
    color: #B46108;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

p.important {
    background-color: #fff;
    border: #D83803 solid 1px;
    padding: 16px 20px;
    margin-bottom: 1rem;
    color: #D83803;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}


.blue-highlight {
    padding: 3px 8px;
    background-color: #0C80E4;
    color: white;
    border-radius: 4px;
}

.green-highlight {
    padding: 3px 8px;
    background-color: #47A087;
    color: white;
    border-radius: 4px;
}

/* Machine Translation Note */
.machine-translation {
    width: 100%;
    background-color: #fff;
    border: #27880C solid 1px;
    padding: 20px 27px;
    margin-bottom: 1rem;
    color: #27880C;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/* Custom Footer */
.footer {
    display: grid;
    grid-template-areas: "social "
        "emailSignup"
        "mainLinks "
        "footerBtm";
    max-width: 1600px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 30px;
    background-color: #737373;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    opacity: .75;
    text-decoration: none;
}

.footer .social-links {
    display: grid;
    grid-area: social;
    grid-template-columns: auto;
    grid-auto-flow: column;
    grid-column-gap: 30px;
    justify-content: center;
    margin-bottom: 20px;
    align-items: center;
}

.footer .social-links a img {
    width: 25px;
}

.footer .social-links a:hover img {
    opacity: .75;
}

.footer .social-links a:last-child {
    margin-right: 0;
}

.footer .main-links {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    grid-template-areas: "firstColumn secondColumn"
        "languageSelector languageSelector";
    border-top: 1px solid #919394;
    padding-top: 16px;
}

.footer .main-links .firstColumn {
    grid-area: firstColumn;
}

.footer .main-links .secondColumn {
    grid-area: secondColumn;
}

.footer-language-selector {
    color: #666;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
    grid-area: languageSelector;
    text-align: center;
}

.footer .email-signup {
    display: grid;
    grid-area: emailSignup;
    justify-self: center;
    margin: 0 0 30px;
    align-items: center;
}

.footer .email-signup a {
    display: block;
    border: 1px solid #fff;
    padding: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .footer-btm {
    grid-area: footerBtm;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    font-size: 12px;
}

@media only screen and (min-width: 768px) {
    .footer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 60px;
        grid-template-areas: "social mainLinks"
            "emailSignup mainLinks"
            "footerBtm footerBtm";
    }

    .footer .main-links {
        margin-top: -16px;
        border-top: none;
        padding-top: 0;
        grid-row: span 2;
    }

    .footer .email-signup {
        margin-bottom: 20px;
        align-items: start;
    }

    .footer-btm {
        justify-content: space-between;
        text-align: left;
    }

    .footer-btm div {
        width: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .footer {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: none;
        grid-template-areas: "social mainLinks emailSignup"
            "footerBtm footerBtm footerBtm";
    }

    .footer .social-links {
        margin-bottom: 0;
    }

    .footer .main-links {
        grid-row: span 1;
    }

    .footer .email-signup {
        margin-bottom: 0;
        align-items: center;
    }
}

/* TOOLTIPS */
.popover__wrapper {
    position: relative;
    display: inline-block;
}

.popover__wrapper button {
    background-color: transparent;
    text-decoration: underline;
    border: 0;
}

.popover__wrapper button:hover {
    text-decoration: none;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -150px;
    transform: translate(65%, -100%);
    background-color: #fff;
    color: #000;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: auto;
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: '';
    right: calc(50% - 10px);
    bottom: -19px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #fff transparent transparent transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__wrapper:hover .popover__content,
.popover__wrapper button:focus+.popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(65%, -130%);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

/* Drop-down selector styling */
.topicSelector {
    border: solid 1px #333;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
    background: #fff url(/hc/theming_assets/01JSPZ2W7533Z9YCHJ256V8K0P) no-repeat right 20px center;
}

.drop-down-section {
    display: none;
}

.drop-down-section.active {
    display: block;
}


/* TABBED CONTENT */
ul.tabs {
    display: flex;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #949494;
}

ul.tabs li {
    flex-grow: 1;
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px 5px 0;
    margin-right: 10px;
    cursor: pointer;
}

ul.tabs li:last-child {
    margin-right: 0;
}

ul.tabs li.current {
    font-weight: 500;
    margin-bottom: -2px;
    border-bottom: 3px solid #464646;
}

.tab-content {
    display: none;
    padding: 15px 0;
}

.tab-content.current {
    display: inherit;
}

/* MULTI TAB CONTENT */
ul.content-tabs {
    margin: 40px 0 60px;
    padding: 0px;
}

ul.content-tabs li {
    width: 100%;
    flex-grow: 1;
    color: #222;
    display: inline-block;
    cursor: pointer;
}

ul.content-tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #222;
    padding: 10px 0;
    border-bottom: 1px solid #949494;
}

ul.content-tabs a:visited {
    color: #222;
}

ul.content-tabs a:hover {
    background-color: #f0f0f0;
}

ul.content-tabs a.active {
    background-color: #464646;
    color: #fff;
    border-color: #464646;
    font-weight: 500;
}

@media (min-width: 1024px) {
    span.multi-line-tab-header {
        display: inline-block;
        max-width: 100px;
    }
}

.content-tabgroup>div {
    display: none;
}

.content-tabgroup>div:target:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
}


/***** Table *****/
table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
    background-color: rgba(233, 233, 233, 1);
    color: #000;
}

table td,
table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: 1px solid #eee;
}

table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

table.nonstriped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

table {
    border: 1px solid #eee;
}

table thead td,
table thead th {
    border-bottom: 2px;
}

table td,
table th {
    border: 1px solid #ddd;
}

table.borderless tbody+tbody,
table.borderless td,
table.borderless th,
table.borderless thead th {
    border: 0;
}

table.hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
}

table.sm td,
table.sm th {
    padding .3rem;
}

th {
    font-weight: 300;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: scroll;
}

/* ACCORDION LIST */
#machines h2 {
    font-size: 26px;
}

.toggle {
    border-bottom: 1px solid #979797;
    position: relative;
    /*padding: 1em 0;*/
    padding: 16px 0px;
}

.toggle h3 {
    padding-right: 50px;
}

/*This makes the text not overlap the down arrow on the article accordions*/

.toggle> :first-child {
    position: relative;
    margin: 0px 0 0px;
    cursor: pointer;
}


/*Makes the first accordion arrow face the correct way on page load*/
/*For the lighting sections as well*/
.category-content .section-tree .toggle:first-child h3:after,
.lighting-sections.section-tree .toggle:first-child h3:after {
    transform: rotate(180deg);
}

/*Makes the first accordion arrow face the correct way after clicking it*/
/*For the lighting sections as well*/
.category-content .section-tree .toggle.active:first-child h3:after,
.lighting-sections.section-tree .toggle.active:first-child h3:after {
    transform: rotate(0deg);
}

.toggle> :first-child:after,
.section-tree>.toggle.active:first-child> :first-child:after {
    content: '';
    position: absolute;
    height: 11px;
    width: 23px;
    bottom: 50%;
    right: 24px;
    background: url(/hc/theming_assets/01J98M6EMHJ0557AE46Y2TMAGP) 0 0 no-repeat;
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
    transition: transform .2s;
}

.toggle.active> :first-child {}


.toggle.active> :first-child:after,
.section-tree>.toggle:first-child> :first-child:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .2s;
}

/*
.section-tree>.toggle:first-child .toggle-content {
    display: block;
}
*/

.toggle-content {
    display: none;
}

.toggle-content .article-list-item:last-child {
    padding-bottom: 0px;
}

.toggle-content> :first-child {
    margin-top: 20px;
}

.content-tabgroup .smaller-img {
    width: 100%;
    margin-bottom: 40px;
}

#machines .toggle h2 {
    font-size: 20px;
    line-height: 26px;
}

@media only screen and (min-width: 768px) {

    /* MULTI TAB CONTENT */
    ul.content-tabs {
        display: flex;
        flex-direction: row;
        padding: 0px;
    }

    ul.content-tabs li {
        width: auto;
        flex-basis: 0;
        /* Makes flex items equal width without forcing an explicit width*/
    }

    /* ACCORDION LIST */
    .content-tabgroup .smaller-img {
        width: 40%;
    }

    #machines .toggle h2 {
        line-height: 1.2;
        font-size: 30px;
    }

    #machines h2 {
        font-size: 30px;
    }
}

.print button {
    display: none;
}

@media only screen and (min-width: 768px) {
    #machines .toggle h2 {
        line-height: 1.2;
        font-size: 24px;
    }

    .print button {
        display: inline-block;
        color: #464646;
        border: 1px solid #000;
        background: transparent;
        padding: 12px 35px;
        font-size: 20px;
    }

    .print button:hover {
        background-color: #fff;
        color: #000;
        border-color: #464646;
        box-shadow: 0 0 15px #e4e4e4;
        text-decoration: none;
    }


}



#error-page {
    text-align: center;
}

#error-page .error-hero picture,
#error-page .error-hero img {
    max-width: 100%;
    height: auto;
}

#error-page .error-message {
    margin-top: -4px;
    padding: 20px 20px 60px;
    background-color: #fdf0e0;
}

#error-page ul li {
    list-style-type: none;
    padding: 0 20px;
    margin-bottom: 20px;
}

#error-page ul {
    padding: 0;
}

@media (min-width: 768px) {
    #error-page ul li {
        display: inline-block;
    }
}

@media print {
    body {
        color: #000;
        background-color: transparent;
    }

    .article-container {
        display: block;
    }

    #preview-bar-container,
    #navbar-container,
    .header .search-wrapper,
    .header .nav-wrapper,
    .sub-nav .print,
    .notification.notification-lock,
    .article-sidebar,
    .article-attachements,
    footer,
    .article-relatives,
    .section.survey,
    .cd-top {
        display: none;
    }

    .header {
        background-image: none;
        height: auto;
        padding: 30px 0;
        margin-bottom: 0;
    }

    .logo {
        margin: 0 auto;
        filter: invert(.1);
    }

    main .container {
        padding-top: 0;
    }

    .breadcrumbs li a,
    .breadcrumbs li a:visited {
        color: #000;
    }

    .sub-nav,
    .article {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    /*  .breadcrumbs {
    padding: 0 30px;
  }
  .article {
    margin: 0 auto;
    padding: 0 30px;
  }*/
    a {
        color: #666;
    }

    a:after {
        content: " (" attr(href) ") ";
        font-size: .8em;
        font-weight: normal;
        text-decoration: underline;
    }

    .logo a:after,
    .breadcrumbs a:after {
        content: "";
    }
}

/* No side bar */
.no-sidebar section.article-sidebar,
.no-print {
    display: none;
}

/***********************
 CONTACT PAGE
***********************/
.contact-info {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.contact-info .col-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-info .col {
    width: 100%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.contact-info .mediaText {
    padding: 8px 14px;
}

@media only screen and (min-width: 768px) {
    .contact-info .col {
        padding-bottom: 40px;
        width: 31%;
    }
}

.contact-info .col .icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .icon img {
    height: 40px;
}

.contact-info .col h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.contact-info .col p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 12px;
    margin-bottom: 12px;
}


.contact-info .col .link {
    margin-top: auto;
}

.w24tz-current-time {
    background: #fff !important;
}

.w24tz-current-time p {
    color: #000 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}

/* Clock styles */
.clock {
    display: inline-block;
    border: 5px solid rgb(51, 51, 51);
    padding: 0 30px;
    line-height: 1.5em;
}

.clock .minutes,
.clock .hours {
    font-size: 48px;
}

.clock .minutes::after,
.clock .hours::after {
    content: ":";
    top: -2px !important;
    left: -1px !important;
}

.clock .minutes::after {
    color: #c5c2c2;
    font-size: 30px;
}

.clock p:first-child {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
}

.clock.easternTime {
    margin-right: 10px;
}

.clock span.seconds {
    color: #c5c2c2;
    font-size: 30px;
}

.clock sup {
    font-size: 21px;
}

.clock .timeContainer {
    display: grid;
    grid-template-columns: auto auto 48px auto;
    align-items: baseline;
    font-family: Arial, Helvetica, sans-serif;
}

.timeZone {
    margin-bottom: 5px;
    font-size: 14px;
}

.dateContainer {
    margin-top: 8px;
    font-family: EuclidCircularB, "San Francisco", Roboto, Helvetica, sans-serif;
    font-size: 14px;
}

/* End Clock styles*/

@media (min-width: 768px) {
    #machines .toggle h2 {
        line-height: 1.2;
        font-size: 24px;
    }
}

@media (min-width: 1024px) {
    .no-sidebar article.article {
        width: 80%;
        flex: 1 0 80%;
        max-width: 75%;
        min-width: 640px;
    }

    .no-sidebar.wide-article article.article {
        flex: 1 0 100%;
        max-width: 100%;
        min-width: 640px;
        padding: 0;
    }
}

/* Article Full No Search Styles */
.article-full-no-search .article {
    width: 100%;
    max-width: 100%;
}

/* End Article Full No Search Styles */
/* Quick start guide styles */
.button-row {
    margin: 40px 0 32px;
    grid-gap: 24px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
}

.button-row a.btn {
    max-width: 272px;
    margin: 0 auto;
    width: 100%;
    padding: 16px;
    display: grid;
    align-items: center;
}

.button-row a.btn:visited {
    color: #464646;
}

.col-1-1-1-1 section {
    text-align: left;
    display: grid;
}

.included .col-1-1-1-1 section {
    grid-template-rows: 120px auto;
    text-align: center;
}

.included .col-1-1-1-1 picture {
    /* Centers img within picture tag */
    text-align: center;
}

#qsgEducation .col-1-1-1 {
    grid-gap: 16px;
}

#qsgEducation .col-1-1-1 section {
    grid-template-rows: 57px auto;
    padding-top: 0px;
}

#qsgEducation h2 {
    margin-top: 40px;
}

.col-1-1-1-1.underlined section div {
    padding: 24px;
    border-top: 1px solid rgb(229, 229, 229);
    align-self: baseline;
    text-align: left;
}

.col-1-1-1-1 img {
    align-self: center;
    margin: 0 auto;
    max-height: 100%;
}

a.btn.transparent.button {
    /* Move to other class? */
    color: #333;
}

.btn.transparent {
    font-size: 20px;
    background: transparent;
    border: 1px solid #737373;
    color: #464646;
    margin: 10px 0;
    padding: 0;
    min-width: 90px;
}

.btn.transparent:hover {
    background-color: #fff;
    color: #000;
    border-color: #464646;
    box-shadow: 0 0 15px #e4e4e4;
    text-decoration: none;
}

.call-out-box hr {
    /* Check if this is being used */
    margin-bottom: 40px;
}

#qsgEducation {
    margin-top: 32px;
    text-align: center;
}

#qsgEducation section {
    text-align: center;
}

#qsgEducation .col-1-1-1 {
    padding: 0;
}

#qsgEducation .mediaText h3 {
    margin-bottom: 16px;
}

.mediaText {
    /* Make more specific */
    padding: 8px 24px 24px;
}

.col-1-1-1-1,
.col-1-1-1 {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr;
}

.machine-hero {
    text-align: center;
}

.machine-hero .col-1-1.grid-no-gap {
    border: 1px solid #979797;
    padding: 0;
}

.machine-hero .col-1-1 div:first-child {
    border-right: 1px solid #979797;
}

@media (min-width: 768px) {
    .col-1-1-1-1 {
        grid-template-columns: 1fr 1fr;
    }

    .col-1-1-1-1,
    #qsgEducation .col-1-1-1 {
        grid-gap: 24px;
    }

    .included .col-1-1-1-1 section {
        grid-template-rows: 132px auto;
    }
}

@media (min-width: 992px) {
    .button-row {
        grid-gap: 32px;
    }

    .col-1-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .button-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .button-row a.btn {
        max-width: initial;
    }

    #machines .machine-hero picture img {
        border: 1px solid #979797;
    }
}

/*End QSG */

/* Auto language selecting videos. This is different from the video page styling */
.multilang-video {
    border: none;
}

/* Video page */
.col-1-1 iframe {
    width: 100%;
    max-width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 49.6%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mediaBlock.video-container .mediaText {
    padding: 16px 0 32px 0;
}

.video-container .mediaText h2 {
    margin-bottom: 8px;
}

.video-container .mediaText p {
    margin-top: 8px;
}

.col-1-1-1-1 p,
.col-1-1-1 p {
    /* More specific */
    margin-top: 0;
}

/* End Video page */
/* Home Alert Ribbon */
.alert-banner {
    background-color: #F9DDD4;
    width: 100%;
    color: #832202;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 16px;
}

.alert-banner p {
    padding-top: 2px;
    margin: 0;

}

.alert-banner a {
    color: #832202;
    text-decoration: underline;
}

.alert-banner-icon {
    margin-right: 16px;
}

/* Generic styles */
.no-wrap {
    white-space: nowrap;
}

.col-1,
.col-1-1,
.col-1-2-1,
.col-1-1-1 {
    padding: 10px;
    display: grid;
    grid-gap: 10px;
}

.mediaBlock {
    display: grid;
    background-color: #fff;
}

.has-borders {
    border: 1px solid rgb(229, 229, 229);
}

.col-1-1 .mediaImg,
.col-1-1-1 .mediaImg {
    /* More specific ? */
    text-align: center;
}

.col-1-1 .mediaText,
.col-1-2-1 .mediaText,
.col-1-1-1 .mediaText {
    /* This padding matches what's in prod */
    padding: 20px;
}

.mediaImg {
    grid-column: 1/2;
    grid-row: 1/2;
}

.mediaText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.hidden-sm,
.grid-hidden-md {
    display: none;
}

.visible-md-block {
    display: inline-block;
}

.col-1-1.grid-no-gap,
.col-1-1-1.grid-no-gap,
.col-1-1-1-1.grid-no-gap {
    grid-gap: 0;
}

@media (min-width: 768px) {
    .col-1-1 {
        grid-template-columns: 1fr 1fr;
    }

    .col-1-1-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .col-1-1 .mediaBlock,
    .col-1-1-1 .mediaBlock {
        grid-template-rows: auto 1fr;
        height: 100%;
        align-items: flex-start;
    }

    .mediaText {
        padding: 100px 40px;
    }

    .hidden-sm {
        display: inline-block;
    }

    .hidden-md {
        display: none;
    }
}

@media (min-width: 992px) {
    .mediaText {
        max-width: 800px;
        padding: 110px 0;
    }

    .grid-hidden-md {
        display: grid;
    }

    .visible-md-block {
        display: none;
    }
}

a.cc-btn {
    line-height: 1.42857143;
    background: #00c08b;
}

a.cc-btn:hover,
a.cc-btn:focus,
a.cc-btn:active {
    background: #00a779;
}

a.cc-link {
    color: #00c08b;
}

a.cc-link:hover,
a.cc-link:focus,
a.cc-link:active {
    color: #00a779;
}