@charset "UTF-8";

/***** Base *****/

* {
    box-sizing: border-box;
}


/**** Begin fonts - Amy Ogborn ****/


/* New Code */

/* Import font */

/* BEGIN Gilroy Bold */
@font-face {
    font-family: Gilroy;
    src: local("Gilroy");
    src:
        url("/hc/theming_assets/01HZHE1MQ7ZJN1BNH07BNRGA86") format("woff"),
        url("/hc/theming_assets/01HZHE1RX7YXVVVAR79AHCJ2BN") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* END Gilroy Bold*/

/* BEGIN Gilroy Bold */
@font-face {
    font-family: Gilroy;
    src: local("Gilroy");
    src: url("$assets-gilroy-medium-ttf") format("truetype"),
        url("/hc/theming_assets/01HZHE1NKFXNHCH9DXXYRCTEG1") format("woff"),
        url("/hc/theming_assets/01HZHE15YN7PT6EX67CSJWVACN") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* END Gilroy Bold*/

/* BEGIN Proxima Nova */
@font-face {
    font-family: Proxima Nova;
    src: url("/hc/theming_assets/01HZHE1GXPHANP2X6Y0QF0RD1N") format("woff"),
        url("/hc/theming_assets/01HZHE198B998W5HSCBY6Y4MF9") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* END Proxima Nova */

/* BEGIN Proxima Nova */
@font-face {
    font-family: Proxima Nova Bold;
    src: local("Proxima Nova");
    src: url("/hc/theming_assets/01HZHE1K48KSZC4QQKK4FMYTHZ") format("woff"),
        url("/hc/theming_assets/01HZHE1GBDP3A9JMJVQC7HZP5A") format("woff2");
    font-weight: bolder;
    font-style: normal;
    /* font-display: swap; */
}

/* END Proxima Nova */

/* BEGIN Proxima Nova */
@font-face {
    font-family: Proxima Nova;
    src: local("Proxima Nova");
    src: url("/hc/theming_assets/01HZHE1N8BHB41F5E03YBD6Y1F") format("woff");
    font-weight: bolder;
    font-style: italic;
    font-display: swap;
}

/* END Proxima Nova */

/* BEGIN Proxima Nova */
@font-face {
    font-family: Proxima Nova;
    src: local("Proxima Nova");
    src: url("/hc/theming_assets/01HZHE1GK8JCF1BFFJKTK3034F") format("woff"),
        url("/hc/theming_assets/01HZHE16CEWE4TXK3AZ09CQVT4") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* END Proxima Nova */

/* BEGIN Proxima Nova */
@font-face {
    font-family: Proxima Nova;
    src: local("Proxima Nova");
    src: url("/hc/theming_assets/01HZHE19A7PZRMVW9HB1P3SF08") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* END Proxima Nova */

/* End: Import font */

/* Header Section */

.header_search {
    padding: 0px 0px;
    background-color: #cccccc;
    color: #000;
    height: 100px;
}

.header_search .tile-grid {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
    background-image: url('/hc/theming_assets/01HZHE1EA0J2JK5G10SDVWFF10');
    background-size: cover;
    background-position: right center;
}

.header_search h1 {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    margin: 20px 0;
}

@media (max-width: 1279px) {
    .header_search h1 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .header_search {
        height: 100%;
        background: #cccccc;
    }

    .header_search .tile-grid {
        grid-template-columns: 1fr;
        background: #cccccc;
        padding-bottom: 20px;
    }

    .header_search h1 {
        font-size: 20px;
        text-align: center;
    }
}


/* End: Header Section */



strong {
    font-family: 'Proxima Nova Bold';
}


/***** Search field *****/

.search {
    position: relative;
    margin: 0 15%;
}

.search_icon {
    position: absolute;
    top: 50%;
    padding: 0;
    background: none;
    border: 0;
    outline: 0;
    left: 20px;
    margin-top: -7px;
}

.search input[type="search"] {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    box-sizing: border-box;
    color: #000000;
    height: 40px;
    padding: 10px 16px 10px 50px;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    border-radius: 20px;
}

.search input[type="search"]::placeholder {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

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

.search input[type="search"]:focus {
    color: #000;
}

.search input[type="submit"] {
    top: 6px;
    right: 6px;
    position: absolute;
    min-width: 0;
    max-width: 100px;
    padding: 0 5px;
}

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

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


@media (min-width: 468px) and (max-width: 768px) {
    .search {
        margin: 0 25%;
    }
}

/* For Section */


.section-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.page-header .section-container h1 {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .section-container {
        flex-direction: column;
    }
}

/* End: For Section */



/* Some Common Use */
.mt0 {
    margin: 0 !important;
}

.mtlrVar {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
}

.section-content .article-list {
    padding-left: 20px;
}

.section-article {
    padding: 10px 0;
    border: none !important;
    list-style: outside;
}

.section-article .container a {
    box-shadow: inset 0 -1px 0 0.01px #0000, inset 0 -1px;
    transition: all 0.3s;
    color: #666;
    font-size: 20px;
}

.section-article .container a:hover {
    box-shadow: none;
    background-color: #6666661a;
}




/* Old Code */




/* BEGIN Gotham black */

/* @font-face {
    font-family: "Gotham black";
    src: local("Gotham black");
    src: url('webfont.eot');
    src: url("$assets-gotham_black-eot"), url("$assets-gotham_black-otf") format('truetype'), url("$assets-gotham_black-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham Black*/


/* BEGIN Gotham bold */

/* @font-face {
    font-family: "Gotham bold";
    src: local("Gotham bold");
    src: url("$assets-gotham_bold-eot"), url("$assets-gotham_bold-otf") format('truetype'), url("$assets-gotham_bold-woff") format('woff');
    font-weight: bold;
    font-style: normal;
} */


/* END Gotham Bold*/


/* BEGIN Gotham book */

/* @font-face {
    font-family: "Gotham book";
    src: local("Gotham book");
    src: url("$assets-gotham_book-eot"), url("$assets-gotham_book-otf") format('truetype'), url("$assets-gotham_book-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham book*/


/* BEGIN Gotham medium */

/* @font-face {
    font-family: "Gotham medium";
    src: local("Gotham medium");
    src: url("$assets-gotham_medium-eot"), url("$assets-gotham_medium-otf") format('truetype'), url("$assets-gotham_medium-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham medium*/


/* BEGIN Gotham ssm black */

/* @font-face {
    font-family: "Gotham ssm black";
    src: local("Gotham ssm black");
    src: url("$assets-gotham_ssm_black-eot"), url("$assets-gotham_ssm_black-otf") format('truetype'), url("$assets-gotham_ssm_black-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham ssm black*/


/* BEGIN Gotham ssm bold */
/* 
@font-face {
    font-family: "Gotham ssm bold";
    src: local("Gotham ssm bold");
    src: url("$assets-gotham_ssm_bold-eot"), url("$assets-gotham_ssm_bold-otf") format('truetype'), url("$assets-gotham_ssm_bold-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham ssm bold*/


/* BEGIN Gotham ssm medium */

/* @font-face {
    font-family: "Gotham ssm medium";
    src: local("Gotham ssm medium");
    src: url("$assets-gotham_ssm_medium-eot"), url("$assets-gotham_ssm_medium-otf") format('truetype'), url("$assets-gotham_ssm_medium-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham ssm medium */


/* BEGIN Gotham ssm book */

/* @font-face {
    font-family: "Gotham ssm book";
    src: local("Gotham ssm book");
    src: url("$assets-gotham_ssm_book-eot"), url("$assets-gotham_ssm_book-otf") format('truetype'), url("$assets-gotham_ssm_book-woff") format('woff');
    font-weight: normal;
    font-style: normal;
} */


/* END Gotham ssm book*/


/* BEGIN Noway Regular */

/* @font-face {
    font-family: "noway";
    src: local("Noway Regular");
    src: url("$assets-noway_regular-otf") format('truetype');
    font-weight: normal;
    font-style: normal;
} */


/* END Noway Regular */


/* BEGIN Noway Italic */

/* @font-face {
    font-family: "Noway Italic";
    src: local("Noway Italic");
    src: url("$assets-noway_regular_italic-otf") format('truetype');
    font-weight: normal;
    font-style: italic;
} */


/* END Noway Italic */


/* BEGIN Noway Bold */

/* @font-face {
    font-family: "Noway Bold";
    src: local("Noway Bold");
    src: url("$assets-noway_bold-otf") format('truetype');
    font-weight: normal;
    font-style: bold;
} */


/* END Noway Bold */


/* BEGIN Noway Bold Italic */

/* @font-face {
    font-family: "Noway Bold Italic";
    src: local("Noway Bold Italic");
    src: url("$assets-noway_bold_italic-otf") format('truetype');
    font-weight: normal;
    font-style: bold italic;
} */


/* END Noway Bold Italic*/


/* BEGIN TomTom Icons */

@font-face {
    font-family: "TomTom Icons";
    src: local("TomTom Icons");
    src: url("/hc/theming_assets/01HZHE1BHRKJRD6XMGZHCMJJGB"), url("/hc/theming_assets/01JYKBE3J2H9CQRE7TPWQQJA8F") format('svg'), url("/hc/theming_assets/01HZHE1MBT7S1V452D05XEMGRB") format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* END  TomTom Icons */


/**** End fonts ****/


/*** Bounce effect ***/

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {

    0%,
    100% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(-10px);
    }
}

@-o-keyframes bounce {

    0%,
    100% {
        -o-transform: translateX(0);
    }

    50% {
        -o-transform: translateX(-10px);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-10px);
    }
}


/*** End Bounce effect ***/

body {
    background-color: #FFF;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.538461538;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    color: rgba(0, 0, 0, 1);
}

body>main {
    padding-bottom: 10px;
}

@media (min-width: 1024px) {
    body>main {
        min-height: 65vh;
        padding-bottom: 10px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 36px;
        line-height: 1;
    }
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 14px;
}

a {
    color: #4A4C4C;
    text-decoration: none;
    /* text-transform: uppercase; */
}

article a {
    color: #666666;
    text-decoration: underline;
    text-transform: none;
    transition: all 0.25s ease-in-out;
}

article a:hover {
    text-decoration: none;
    background-color: #6666661a;
}

#Manuals a {
    color: #000;
    text-decoration: none;
}

article em {
    font-style: normal;
}

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

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

input {
    font-weight: 300;
    max-width: 100%;
    box-sizing: border-box;
    outline: none;
    transition: border .12s ease-in-out;
    width: 300px;
    height: 56px;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 0px 0px 0px 16px;
    transition: border-color .5s ease-out
}

input:focus {
    border: 1px solid #61ADE0;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01K1E01MNG97BKRJJ9SM5ZNV01) no-repeat #fff;
    background-position: right 10px center;
    width: 100%;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    width: 300px;
    height: 48px;
    padding: 0px 0px 0px 13px;
    transition: border-color .5s ease-out;
}

select:focus {
    border: 1px solid #61ADE0;
}

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

textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    resize: vertical;
    width: 100%;
    outline: none;
    padding: 10px;
}

textarea:focus {
    border: 1px solid #61ADE0;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    /*   padding: 0 5%; */
}

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

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

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


/**** Error Page ****/

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

.error-title {
    margin-top: 20px;
}

.error-hero {
    background-image: url('/hc/theming_assets/01HZHE15QZXA026GK5K81V2JTQ');
    background-position: center;
    background-size: cover;
    height: 350px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.error-hero-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 610px;
    margin: 0 auto;
}

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

.error-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

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

.error-link {
    border: none;
    border-radius: 0px;
    box-sizing: border-box;
    color: #000;
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0 0 30px;
    max-width: 100%;
    width: calc(50% - var(--gutter)/2);
    height: calc(50% - var(--gutter)/2);
    padding: 20px;
    background-color: transparent;
}

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

.error-search {
    min-width: 400px;
    margin: 20px;
}


/**** End Error Page ****/

.dropdown-toggle {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
}

.dropdown-toggle:focus {
    outline: 0;
    text-decoration: underline;
}

.dropdown-toggle::after {
    color: inherit;
    font-family: "TomTom Icons";
    background-repeat: no-repeat;
    background-size: contain;
    content: "\002A";
}


/***** Buttons *****/

.button,
[role="button"] {
    border: none;
    border-radius: 20px !important;
    color: #ffffff;
    background-color: #df1b12;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    /*   width: 100%; */
    -webkit-touch-callout: none;
}

.button-white {
    color: #000;
    fill: #000;
    --coloredFontColor: #666;
    background-color: #e5e5e5;
    width: 100% !important;
}

.button-red {
    color: #ffffff;
    fill: #000;
    --coloredFontColor: #666;
    width: 100% !important;
}

.button-white:hover {
    background-color: #bebebe !important;
    color: #ffffff !important;
}

.button-red:hover {
    background-color: #b1110E !important;
}

.button a {
    color: #ffffff !important;
}

.button-black {
    background-color: #000 !important;
    color: #ffffff !important;
}

.download-button {
    border: none;
    border-radius: 0px !important;
    color: #ffffff;
    background-color: #df1b12;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    padding: 16px 24px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    /*   width: 100%; */
    -webkit-touch-callout: none;
    text-transform: uppercase;
    align-items: center;
    list-style: none;
}

.download-button::before {
    font-family: "TomTom Icons";
    content: "\0030";
    font-size: 30px;
}

@media (min-width: 768px) {

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

.button::after,
[role="button"]::after {
    color: rgba(0, 0, 0, 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: #df1b12;
    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: #520807;
    border-color: none;
}

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

.button-large,
input[type="submit"] {
    border: none;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    border-radius: 0px !important;
    color: #ffffff;
    background-color: #df1b12;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    /*   width: 100%; */
    text-transform: uppercase;
}

@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: #B1110E;
}


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

.button-secondary {
    color: #000;
    border: none;
    background-color: #FFF;
    border-radius: 0px;
    width: auto;
    padding: 5px;
    font-size: 16px;
}

.button-secondary:after {
    color: #FFF;
    border: 1px solid #8DC3EB;
    background-color: #FFF;
}

.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
    color: #000;
    border: none;
    background-color: #FFF;
}

.button_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #DF1B12;
    white-space: nowrap;
    padding: 16px 24px;
}

.not-your-product {
    position: absolute;
    top: 94px;
    left: 24px;
    max-width: calc(100% - 48px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: center; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.not-your-product:after {
    font-family: "TomTom Icons";
    content: "\0028";
    color: #DF1B12;
    border: none;
    background-color: transparent;
}

@media (min-width: 48em) {
    .not-your-product {
        right: 16px;
        left: auto;
        width: calc(25vw - 16px);
    }
}


/***** Tables *****/

.table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}

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

.table th,
.table th a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
}

[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;
    }
}


/***** Forms *****/

.form {
    max-width: 650px;
}

.form-field,
.form-field~.form-field {
    margin-top: 24px;
    height: 100%;
    position: relative;
}

.form-field label {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 5px;
    z-index: 1;
    color: #000000;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.form-field:focus label {
    font-size: 12px;
    top: 5px;
    color: #B2B2B2;
}

.form-field .datepicker {
    position: relative;
    z-index: 10;
    background: none;
}

.focus-label {
    font-size: 12px !important;
    top: 5px !important;
    color: #B2B2B2 !important;
}

.form-field input:focus {
    border: 1px solid #61ADE0 !important;
}

.form-field input,
.form-field textarea {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0px 10px;
    width: 100%;
}

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

.form-field .nesty-input {
    background: none;
    border-radius: 0px;
    height: 56px;
    line-height: 40px;
    outline: none;
    vertical-align: middle;
    padding-top: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

a.nesty-input {
    text-transform: none;
}

.form-field .nesty-input:focus {
    border: 1px solid #61ADE0;
    text-decoration: none;
}

.nesty-input:after {
    /* color: #df1b12; */
    top: 40%;
    content: "";
    background-image: url('/hc/theming_assets/01HZHE1BSKNDVB71J7GKMH8DVX');
    background-size: 100% 100%;
    background-position: center;
    width: 14px;
    height: 14px;
    transition: all 0.25s ease-in-out;
    transform: rotate(0deg);
}

.nesty-inputSelected:after {
    transform: rotate(180deg);
}

.hc-multiselect-toggle {
    padding-top: 20px;
    min-height: 60px;
}

.form-field .hc-multiselect-toggle:focus {
    outline: none;
    border: 1px solid #61ADE0;
    text-decoration: none;
}

.form-field textarea {
    vertical-align: middle;
    padding-top: 20px;
}

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

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

.form-field .optional {
    color: #bebebe;
    margin-left: 4px;
}

.form-field p {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    color: #4c4c4c;
    font-size: 14px;
    margin: 5px 0;
}

#upload-error span {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

.upload-dropzone {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 15px 10px 0px 10px;
    width: 100%;
}

.form-field .upload-dropzone a {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    border-radius: 30px;
    color: #000;
    letter-spacing: 0px;
    cursor: pointer;
    height: 40px;
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
    background-color: #F2F2F2;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 20px;
    margin-bottom: 15px;
}

.form-field .upload-dropzone:hover a {
    background-color: #E5E5E5;
}

.request-form footer {
    position: relative;
    overflow: hidden;
}

.request-form footer .form_submit {
    text-transform: capitalize;
    min-width: 150px !important;
    width: 150px !important;
    border-radius: 40px !important;
    height: 48px;
    text-align: left;
    padding: 0 20px;
}

.request-form footer:hover .form_submit {
    background-color: #df1b12 !important;
    animation: buttonAnimation 1s ease;
    -webkit-animation: buttonAnimation 1s ease;
    -moz-animation: buttonAnimation 1s ease;
    -o-animation: buttonAnimation 1s ease;
}

.request-form footer .button__icon_hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
}

.request-form footer:hover .button__icon_hover {
    animation: buttonAnimationSpecial 1s ease;
    -webkit-animation: buttonAnimationSpecial 1s ease;
    -moz-animation: buttonAnimationSpecial 1s ease;
    -o-animation: buttonAnimationSpecial 1s ease;
}

.request-form footer:hover .button__icon_hover svg {
    animation: svgAnimationForButton 1s ease 1.1s infinite;
    -webkit-animation: svgAnimationForButton 1s ease 1.1s infinite;
    -moz-animation: svgAnimationForButton 1s ease 1.1s infinite;
    -o-animation: svgAnimationForButton 1s ease 1.1s infinite;
}



@keyframes buttonAnimationSpecial {
    0% {
        opacity: 1;
        transform: translateY(-50%);
    }

    30% {
        opacity: 0;
        transform: translateY(-90%);
    }

    35% {
        opacity: 0;
        transform: translateY(40%);
    }

    50% {
        opacity: 1;
        transform: translateY(-50%);
    }
}


/* For Animation Button */

.article_arrow_button {
    position: relative;
    margin: 16px 0;
    display: inline-flex;
    align-items: center;
    border-radius: 20px !important;
}

.article_arrow_button .animated_arrow_first_main,
.article_arrow_button .animated_arrow_first,
.article_arrow_button .animated_arrow_second_main,
.article_arrow_button .animated_arrow_second {
    width: 12px;
    height: 10px;
}

.article_arrow_button .animated_arrow_first_main {
    margin-left: 12px;
}

.article_arrow_button .animated_arrow_first {
    background: url("/hc/theming_assets/01JYKBE3MXG22KD784GAGNHD3E");
    display: block;
}

.article_arrow_button .animated_arrow_second_main {
    margin-left: -12px;
}

.article_arrow_button .animated_arrow_second {
    background: url("/hc/theming_assets/01JYKBE3MXG22KD784GAGNHD3E");
    display: block;
}

.article_arrow_button:hover .animated_arrow_first_main {
    -webkit-animation: move-up-first .75s cubic-bezier(.16, 1, .3, 1), hide .75s cubic-bezier(.45, 0, .55, 1);
    animation: move-up-first .75s cubic-bezier(.16, 1, .3, 1), hide .75s cubic-bezier(.45, 0, .55, 1);
}

.article_arrow_button:hover .animated_arrow_second_main {
    -webkit-animation: show .75s cubic-bezier(.45, 0, .55, 1), move-up-second .75s cubic-bezier(.16, 1, .3, 1);
    animation: show .75s cubic-bezier(.45, 0, .55, 1), move-up-second .75s cubic-bezier(.16, 1, .3, 1);
    transition: all 0.25s ease-in-out;
}



.animated_button {
    display: inline-flex;
    cursor: pointer;
}

.animated_button .animated_button_first,
.animated_button .animated_button_second {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.animated_button:hover .animated_button_first {
    -webkit-animation: move-up-first .75s cubic-bezier(.16, 1, .3, 1), hide .75s cubic-bezier(.45, 0, .55, 1);
    animation: move-up-first .75s cubic-bezier(.16, 1, .3, 1), hide .75s cubic-bezier(.45, 0, .55, 1);
}

.animated_button_second,
.move-arrow-second {
    opacity: 0;
    position: absolute;
}

.animated_button:hover .animated_button_second {
    -webkit-animation: show .75s cubic-bezier(.45, 0, .55, 1), move-up-second .75s cubic-bezier(.16, 1, .3, 1);
    animation: show .75s cubic-bezier(.45, 0, .55, 1), move-up-second .75s cubic-bezier(.16, 1, .3, 1);
    transition: all 0.25s ease-in-out;
}

.animated_arrow svg {
    position: absolute;
}

.animated_button:hover .animated_arrow_first_main .animated_arrow_first {
    animation: move-arrow-first 1s cubic-bezier(.16, 1, .3, 1) 0.8s infinite;
}

.animated_button:hover .animated_arrow_second_main .animated_arrow_second {
    animation: move-arrow-second 1s cubic-bezier(.16, 1, .3, 1) 0.8s infinite;
}

/*** Button animations ***/
@keyframes move-up-first {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

@keyframes move-up-second {
    0% {
        transform: translateY(20px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    40%,
    to {
        opacity: 1
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    40%,
    to {
        opacity: 0
    }
}

@keyframes move-arrow-first {
    0% {
        opacity: 1;
        transform: translate(0)
    }

    25% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translate(22px)
    }
}

@keyframes move-arrow-second {
    0% {
        opacity: 0;
        transform: translate(-22px)
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

/*** End button animations ***/

/*  address fields on forms to make the form less long */

.request_custom_fields_360014165859,
.request_custom_fields_360013957639 {
    width: 49%;
    display: inline-block;
}

.request_custom_fields_360014165879,
.request_custom_fields_360013982480 {
    width: 50%;
    display: inline-block;
}

.request_custom_fields_360014166219,
.request_custom_fields_360013957679 {
    width: 30%;
    display: inline-block;
}

.request_custom_fields_360014165919,
.request_custom_fields_360013957659 {
    width: 69%;
    display: inline-block;
}

.request_custom_fields_360014204260,
.request_custom_fields_360013957699 {
    width: 30%;
    display: inline-block;
}

.request_custom_fields_360014204580,
.request_custom_fields_360011349080 {
    width: 69%;
    display: inline-block;
}


/*  address fields on forms to make the form less long */

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

.form footer {
    margin-top: 40px;
    margin-bottom: 80px;
}

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

.form .suggestion-list {
    font-size: 16px;
    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 {
    text-decoration: underline;
    color: #666666;
    transition: all 0.3s;
}

.form .suggestion-list li a:hover {
    background-color: #6666661a;
    text-decoration: none;
}

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


/***** Temp Header ****/

.header {
    background-color: #FFF;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #666;
    position: sticky;
    width: 100%;
    top: 0px;
    z-index: 50;
    border-bottom: 1px #e5e5e5 solid;
}

ul.nav-text-links {
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.nav-text-links li {
    text-align: left;
    list-style: none;
    padding-left: 20px;
}

.nav-text-links a {
    text-transform: none;
}

.header-link {
    display: inline-block;
    height: 100%;
    position: relative;
    color: #666;
    height: 65px;
    border-bottom: 0px solid #DF1B12;
    /*    vertical-align: middle;
  display: table-cell;
  text-align: center; */
}

.header-link-href {
    text-decoration: inherit;
    color: #000 !important;
    cursor: pointer;
    display: inline-block;
    line-height: 70px;
    height: 100%;
    vertical-align: middle;
}

/* Code for dropdown menu */

.header-link-dropdown {
    position: absolute;
    top: 110%;
    left: 100%;
    width: max-content;
    height: max-content;


    color: #000;
    fill: #000;
    background-color: #fff;
    flex-direction: column;
    left: -40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header-link-dropdown .header-link-dropdown-inner {
    width: 100%;
}

.header-link-dropdown .header-link-dropdown-inner .menuItem {
    transform: translate3d(0px, -5px, 0px);
    opacity: 1;
    transition: all 0.5s;
    
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    
    letter-spacing: .2px;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
}

/* Code for dropdown menu end */

.header-link:hover,
.support-header-link {
    /* border-bottom: 5px solid #DF1B12;
    transition: 0.4s;
    color: #000; */
    border-bottom: 5px solid #DF1B12;
    -webkit-transition: height .2s, border .2s, padding .2s, opacity .2s, color 0.4s;
    transition: height .2s, border .2s, padding .2s, opacity .2s, color 0.4s;
    height: 70px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.nav-wrapper {
    display: none;
    position: fixed;
    left: 0px;
    top: 55px;
    background-color: #fff;
    width: calc(100% - 48px);
    height: 100%;
}

.nav-main-items {
    display: inline-block;
    text-align: center;
}

.logo_section {

    display: flex;
    align-items: center;
    column-gap: 16px;
}

.header__subdomain {
    display: block;
    padding: 0;
    padding-left: 12px;
    border-left: 1px solid #e5e5e5;
    font-size: 12px;
}

.header__subdomain_text {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    font-weight: 200;
}

.nav-icons {
    width: 240px;
    height: 69px;
    display: block;
}

.nav-icon {
    fill: #666;
    display: block;
    margin-top: 2px;
    float: left;
    padding: 20px 0px;
    margin-right: 15px;
}

@media (min-width: 1224px) {
    .nav-icon {
        margin-right: 20px;
    }
}

@media (min-width: 1600px) {
    .nav-icon {
        margin-right: 40px;
    }
}

.nav-icon svg path {
    color: #f2f2f2;
}

.nav-main-hamburger {
    fill: #666;
    padding-left: var(--gutter);
    cursor: pointer;
    width: calc(48px);
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (min-width: 60em) {
    .nav-text-links {
        display: flex;
    }

    .nav-text-links li {
        text-align: center;
        padding-left: 0px;
    }

    .nav-text-link:not(:last-child) {
        padding-right: 24px;
    }

    .nav-wrapper {
        display: block;
        position: static;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        text-align: center;
        background-color: transparent;
        height: 70px;
    }

    .header-main__close,
    .nav-main-hamburger,
    .header-main__panel .header-main__icon-items,
    .header-main__panel__logo {
        display: none;
    }

    .header__subdomain {
        font-size: 16px;
        padding-left: 16px;
    }

    .header__subdomain_text {
        font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 21px;
        font-weight: 200;
    }
}

@media only screen and (max-width: 60em) {
    .nav-icon {
        display: none;
    }

    .nav-icons {
        display: none;
        width: 90px;
        margin-left: 40px;
        padding-right: 25px;
    }
}


/***** End Temp Header ****/


/***** Header *****/

.header-inner {
    position: relative;
    align-items: center;
    display: flex;
    height: 70px;
    justify-content: space-between;
    height: 100%
}

@media (min-width:48em) {
    .header-inner {
        position: relative;
        margin-left: var(--gutter);
        margin-right: var(--gutter)
    }
}

@media (min-width:48em) and (min-width:100em) {
    .header-inner {
        width: 1440px;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto
    }
}

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

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

@media (min-width: 60em) {
    .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: 71px;
    z-index: 1;
}

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

.nav-wrapper a {
    border: 0;
    color: #666;
    font-size: 18px;
    width: 100%;
    text-align: center;
}

@media (min-width: 60em) {
    .nav-wrapper a {
        display: inline-block;
        font-size: 14px;
    }
}

[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;
    color: #000;
}

.login {
    padding: 12px 22px;
    margin: 14px 14px 14px 0px;
    float: right;
    background: #cccccc !important;
    border-radius: 50px !important;
    color: #000 !important;
}

.nav-wrapper a.login {
    display: inline-block;
}

.nav-wrapper .menu-button {
    background: none;
    border: 0;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: auto;
}

@media (min-width: 768px) {
    .nav-wrapper .menu-button {
        display: none;
    }
}

.nav-wrapper .menu-button .icon-menu {
    vertical-align: middle;
    width: 13px;
}

[dir="rtl"] .nav-wrapper .menu-button {
    margin-left: 10px;
    margin-right: 0;
}

.nav-wrapper .menu-button:hover,
.nav-wrapper .menu-button:focus,
.nav-wrapper .menu-button:active {
    background-color: transparent;
    color: rgba(223, 27, 18, 1);
}

/***** User info in header *****/

img#user-avatar.user-avatar {
    display: none;
}

.user-info {
    display: block;
    float: right;
    position: relative;
    padding: 0px;
    height: 65px;
}

.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: #000;
    fill: #000;
    min-width: 0;
    padding: 24px 0px 20px;
    white-space: nowrap;
    background-color: transparent;

    display: flex;
    align-items: center;
    gap: 8px;
}

.user-info:hover,
.user-info:focus {
    border-bottom: 5px solid #DF1B12;
    -webkit-transition: height .2s, border .2s, padding .2s, opacity .2s, color 0.4s;
    transition: height .2s, border .2s, padding .2s, opacity .2s, color 0.4s;
    height: 70px;
    color: #000;
}

.user-info>[role="button"]::after {
    display: none;
}

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

#user #user-name {
    display: none;
    font-size: 12px;
    text-transform: capitalize;
}

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


/***** 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(0, 0, 0, 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;
}


/***internet explorer warning*****/

.colored-article__content {
    text-align: center;
}

.colored-article__body {
    color: #666;
}


/***** Footer *****/


/***** Footer *****/

.footer {
    margin-top: 0;
    padding: 0 0 30px 0;
    background-color: #000000;
}

.wide_footer {
    width: 100% !important;
}

.dropdown_menu_add_on {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: #000 !important;
    padding: 40px 50px 10px 50px !important;
    border-top: 1px solid #666 !important;
}

.dropdown_menu_add_on a {
    color: #666 !important;
    transition: all .25s ease 0s;
}

.dropdown_menu_add_on a:hover {
    background: unset !important;
    color: #e5e5e5 !important;
}

.footer a {
    color: #666;
    transition: color .3s;
}

.footer a:hover {
    color: #BEBEBE;
}

.footer-inner,
.footer_copyright {
    /*   background: #333; */
    margin: 0 auto;
    padding-left: 20px;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
}

.footer_copyright {
    padding-top: 40px;
    display: flex;
}

.footer__link-groups {
    /*   background: #333; */
    padding-left: 20px;
}


/*›››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››››*/

.footer__link-group {
    margin-left: 0;
    /*     grid-column: span 2; */
}

.footer-link-group__item {
    text-transform: none;
    list-style: none;
}

.footer-link-group__items {
    padding-left: 0;
}

.footer_border_wrapper {
    border-top: 1px solid #666;
}

.text--body2,
.text .body2 {
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
}


/* Footer link groups grid begin */

.text--subheadline2,
.text .subheadline2 {
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.footer__content--grid {
    margin-left: auto;
    margin-right: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--gutter);
    row-gap: 40px;
    column-gap: 40px;
}

@media (min-width: 900px) {
    .footer__content--grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

    .footer-inner,
    .footer_copyright {
        padding-left: 20px;
    }
}

@media (min-width: 1440px) {
    .footer__content--grid {
        -ms-grid-columns: (1fr)[8];
        grid-template-columns: repeat(8, 1fr);
        margin-left: auto;
        margin-right: auto;
    }

    .footer__link-group {
        margin-left: 0;
        grid-column: span 2;
    }

    .footer__link-groups {
        width: 1440px;
        max-width: 1440px;
        margin: auto;
    }

    .footer-inner,
    .footer_copyright,
    .footer_container {
        padding-left: 20px;
        width: 1440px;
        max-width: 1440px;
    }
}

.footer_container {
    margin: 0 auto;
    padding-left: 0;
}

@media (min-width: 80em) .footer__content {
    padding: 40px 0;
}

@media (min-width: 48em) .footer__content {
    padding: 40px 0;
}

.footer__content {
    padding: 32px 0;
}


/* Footer link groups end*/

.footer-social {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    border-bottom: 1px solid #4a4c4c;
}

.footer-social-items {
    display: flex;
    margin: auto;
}

.footer-language-selector {
    color: #666;
    display: inline-block;
    font-weight: 300;
    padding: 40px 0;
    transition: color .3s;
}

.footer-language-selector:hover {
    color: #BEBEBE;
}

.social_image {
    margin: 0 24px;
}

.social_image>img {
    width: 18px;
}


/***** End Footer *****/


/***** Breadcrumbs *****/

.breadcrumbs {
    margin: auto 0;
    padding: 0;
    background-color: transparent;
}

.breadcrumbs li {
    color: #666666;
    display: inline;
    font-size: 16px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

.breadcrumbs li a {
    color: #666666;
    text-transform: capitalize;
}

.breadcrumbs li+li::before {
    margin: 0 8px;
    content: url(/hc/theming_assets/01K1E01KVE2CJKAATENSHR4MKQ);
}

.breadcrumbs li:last-child {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}



/***** Hero component *****/

.hero {
    background-color: #e5e5e5;
    background-image: url('/hc/theming_assets/01HZHE14NR2RJV7SX7AY1E4400');
    background-size: cover;
    background-position: bottom;
    color: #FFF;
    background-position: center;
    background-size: cover;
    margin-bottom: 0 !important;
}

.hero p {
    margin: 20px 0;
}

.hero-inner {
    width: 1440px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    min-height: -webkit-fill-available;
    /* Mozilla-based browsers will ignore this. */
    height: fill-available;
    height: -moz-available !important;
    /* WebKit-based browsers will ignore this. */
    padding: 40px 0px;
}

@media (min-width: 768px) {
    .hero-inner {
        /*   	min-width: 50%; */
        /*     height: 350px; */
    }
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    /*   padding: 30px 0 20px 0; */
}

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

.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: auto;
    font-size: 35px;
}

@media (min-width: 768px) {
    .page-header h1 {
        font-size: 45px;
    }
}

.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;
    min-height: 30px;
    padding: 24px 0;
    background-color: #fff;
    /*   align-items: center; */
}

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

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

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


/***** Blocks *****/


/* Used in Homepage#categories and Community#topics */

.home_container {
    /*   max-width: 1440px; */
    margin: 0 auto;
    padding: 0;
}

.home_container .section {
    margin-top: 80px;
}

ul.blocks-list {
    margin-block-start: 0;
}

.blocks-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding-inline-start: 0;
    grid-auto-rows: 275px;
    margin: 80px auto;
    grid-row-gap: 60px;
    grid-column-gap: 60px;
}

@media (min-width: 768px) {
    .blocks-list {
        padding: 0;
        max-width: 1660px;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        padding-inline-start: 0;
        grid-auto-rows: 275px;
        margin: 80px auto;
        grid-row-gap: 60px;
        grid-column-gap: 60px;
    }
}

@media (min-width: 1400px) {
    .blocks-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        padding-inline-start: 0;
        grid-auto-rows: 275px;
        margin: 80px auto;
        grid-row-gap: 80px;
        grid-column-gap: 80px;
    }
}

.blocks-item {
    border-radius: 20px;
    box-sizing: border-box;
    text-align: left;
    padding: 20px;
    border: 1px solid #BEBEBE;
    box-sizing: border-box;
    display: flex;
    flex: 1 0 340px;
    width: 100%;
    height: 275px;
    /*  For safri mac  */
    max-height: max-content;
}


@media (min-width: 764px) {

    .blocks-item,
    .blocks-item:nth-of-type(1) {
        /*         margin-top: 30px; */
    }
}

.blocks-item h4 {
    color: #fff;
}

.blocks-item:nth-of-type(1) h4 {
    background-color: #df1b12;
}

.blocks-item:nth-of-type(2) h4 {
    background-color: #8dc3eb;
}

.blocks-item:nth-of-type(3) h4 {
    background-color: #008d8d;
}

.blocks-item:nth-of-type(4) h4 {
    background-color: #fdc530;
}

.blocks-item:nth-of-type(5) h4 {
    background-color: #f29ac2;
}

.blocks-item:nth-of-type(6) h4 {
    background-color: #004b7f;
}


#blocks-item-360002821080,
#blocks-item-360002823960 {
    display: none !important;
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
    /*   background-color: inherit; */
}

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

.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: rgba(0, 0, 0, 1);
}

.blocks-item-link {
    color: #000;
    /*     padding: 20px 0px; */
    min-height: -webkit-fill-available;
    position: relative;
    top: 0;
    width: 100%;
}

.blocks-item-link h5 {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 15px;
}

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

.blocks-item-button-support-animcation {
    text-transform: none !important;
    line-height: 14px;
    font-size: 12px;
    border-radius: 20px !important;
    display: inline-flex;
    align-items: center;
    margin: 0px !important;
    position: absolute;
    bottom: 0;
}

.blocks-item-button {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    text-transform: none !important;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    font-weight: 600;

    display: flex;
    align-items: center;
    cursor: pointer;
}

.blocks-item .blocks-item-button {
    background: #000;
    color: #FFF;
    padding: 10px 16px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.blocks-item .blocks-item-button:hover .inner-block-item-button {
    animation: buttonAnimation 1s ease;
    -webkit-animation: buttonAnimation 1s ease;
    -moz-animation: buttonAnimation 1s ease;
    -o-animation: buttonAnimation 1s ease;
}

.blocks-item .blocks-item-button:hover .inner-block-item-button svg {
    animation: svgAnimationForButton 1s ease 1.1s infinite;
    -webkit-animation: svgAnimationForButton 1s ease 1.1s infinite;
    -moz-animation: svgAnimationForButton 1s ease 1.1s infinite;
    -o-animation: svgAnimationForButton 1s ease 1.1s infinite;
}

@keyframes buttonAnimation {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    30% {
        opacity: 0;
        transform: translateY(-8px);
    }

    35% {
        opacity: 0;
        transform: translateY(4px);
    }

    50% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes svgAnimationForButton {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    20% {
        opacity: 0;
        transform: translateX(14px);
    }

    21% {
        opacity: 0;
        transform: translateX(-4px);
    }

    40% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.sub_option_line .blocks-item-button {
    font-weight: bold;
    font-size: 14px !important;
}

.sub_option_line .blocks-item-button .button__icon {
    display: block;
    width: 31px;
    height: 31px;
    overflow: hidden;
    background: #000000;
    /* background: #df1b12; */
    border-radius: 50%;
}

.sub_option_line .blocks-item-button:hover .button__icon svg {
    animation: svgAnimationForButton 1s ease 0.5s infinite;
    -webkit-animation: svgAnimationForButton 1s ease 0.5s infinite;
    -moz-animation: svgAnimationForButton 1s ease 0.5s infinite;
    -o-animation: svgAnimationForButton 1s ease 0.5s infinite;
}

.blocks-item-title {
    margin-bottom: 5px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    text-transform: none;
    background-color: #e5e5e5;
    width: fit-content;
    width: -moz-fit-content;
    padding: 3px 14px;
}

.blocks-item-button .button__icon {
    margin-left: 14px;
    height: 10px;
}

.blocks-item-description {
    font-weight: 400;
    color: #000;
    margin: 0;
    text-transform: none;
}

.blocks-item-description:not(:empty) {
    margin-top: 10px;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #666666;
    /* bottom: 10px; */
    /* position: absolute; */
}

:root {
    --gutter: 24px;
    --columns: 4;
}

@media (min-width: 47.99em) {
    :root {
        --gutter: 40px;
        --columns: 8;
    }
}

@media (min-width: 80em) {
    :root {
        --gutter: 80px;
    }
}

.tile-grid,
.ts-sub-footer-frame,
.ts-sub-footer-wrapper h2 {
    margin-left: var(--gutter);
    margin-right: var(--gutter);
    position: relative;
}

@media (min-width: 100em) {

    .tile-grid,
    .mtlrVar,
    .ts-sub-footer-frame,
    .ts-sub-footer-wrapper h2 {
        width: 1440px;
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
}

.tile-grid__groups,
.ts-sub-footer {
    position: relative;
    max-width: 1440px;
}

@media (min-width: 1600px) {

    .tile-grid__groups,
    .ts-sub-footer {
        /*     min-width: 1440px; */
    }
}


/***** Homepage *****/

.section {
    margin-bottom: 40px;
}

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

.section h1,
.homepage-title h1 {
    margin-bottom: 20px;
    text-align: left;
    color: #FFF;
    font-size: 24px;
}

@media (min-width: 768px) {

    .section h1,
    .homepage-title h1 {
        font-size: 45px;
    }
}

.hero-inner .search input[type="search"] {
    width: 90%;
}

.hero-inner .search input[type="submit"] {
    top: -3px;
    right: 82px;
    position: relative;
}

.hero-inner .tags {
    background-color: #fff;
    color: #000;
    padding: 3px 6px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
}

.section p {
    text-align: left;
    margin-bottom: 20px;
}

.hero_login {
    color: #FFF;
    border: none;
    background-color: transparent;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    text-transform: none;
    text-decoration: underline;
}

.hero_login:hover {
    border: none;
    background-color: transparent;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    text-transform: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

#home-section h2 {
    text-align: left;
    color: #000;
    padding: 30px 0;
    margin-bottom: 0;
}


/* #home-section {
margin-bottom: 300px
} */

.search_link {
    color: #FFF;
    text-decoration: underline;
    text-transform: none;
}

.search_link:hover {
    transition: all 0.3s ease-in-out;
}


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

.promoted-articles-box {
    z-index: 100;
    position: fixed;
    top: 96px;
    right: 16px;
    left: auto;
    transition-property: position, right, bottom;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    display: flex;
    width: 90%;
}

@media (min-width: 700px) {
    .promoted-articles-box {
        width: 450px;
    }
}

section.articles {
    /*   background-color: #FFF;  */
}

.promoted_header {
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 5px;
    width: 50px;
    border-right: 1px #FFF solid;
}

.promoted_header h4 {
    margin-bottom: 0;
    color: #FFF;
}

.close {
    position: absolute;
    left: 20px;
    top: 40%;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    cursor: pointer;
}

ul.article-list.promoted-articles {
    list-style: none;
    padding: 20px 50px 60px 50px;
    margin: 0;
    background-color: #000;
    color: #FFF;
    width: 90%;
}

@media (min-width: 700px) {
    ul.article-list.promoted-articles {
        width: 400px;
    }
}

ul.article-list.promoted-articles a {
    text-transform: none;
    padding: 0;
}

.promoted-articles {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.promoted-articles-item {
    flex-direction: column;
    color: #FFF;
}

li.promoted-articles-item {
    display: none;
}


/*.promoted-articles-item:nth-child(1){
  display: block;
}
 */

li.promoted-articles-item:after {}

@media (min-width: 1024px) {
    .promoted-articles-item {
        flex: 0 0 auto;
        width: fit-content;
    }

    [dir="rtl"] .promoted-articles-item {
        padding: 0 0 0 30px;
    }
}

.promoted-articles-item a {
    display: block;
    padding: 15px 0;
    color: #FFF;
}

.promoted-articles-item .icon-lock::before {
    vertical-align: baseline;
}

.promoted-articles-button {
    position: absolute;
    bottom: 10px;
    left: 100px;
    display: block;
    width: auto;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.promoted-articles-button:after {
    font-family: "TomTom Icons";
    content: "\0028";
    color: #DF1B12;
    vertical-align: top;
}


/***** Click through Announcements *****/

#left-arrow {
    position: absolute;
    left: 60px;
    top: 30px;
}

#right-arrow {
    position: absolute;
    right: 10px;
    top: 30px;
}

#left-arrow:after {
    font-family: "TomTom Icons";
    content: "left";
    position: absolute;
    cursor: pointer;
    color: #FFF;
}

#right-arrow:after {
    font-family: "TomTom Icons";
    content: "right";
    cursor: pointer;
    color: #FFF;
}


/***** End Click through Announcements *****/


/***** Minimize the announcements / promoted articles *****/

.minimize {
    transition: all 0.5s ease-in-out;
    bottom: 70px;
    right: 0px;
    border-right: none;
    width: 30px;
}

.minimize-articles {
    display: none;
    transition: all 0.5s ease-in-out;
}

.minimize-header {
    height: 150px;
    width: 30px;
    transition: all 0.5s ease-in-out;
}

.minimize-header:hover {
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite;
    -o-animation: bounce 2.5s infinite;
}

#promoted-arrow:after {
    content: "left";
    font-family: "TomTom Icons";
    color: #FFF;
    font-size: 16px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 5px;
    cursor: pointer;
}


/***** End Minimize the announcements / promoted articles *****/


/***** Community section in homepage *****/

.community {
    text-align: center;
}

.community-image {
    min-height: 300px;
    background-image: url(/hc/theming_assets/01HZHE1WA2JPHV3SB3PTYRJ434);
    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: rgba(0, 0, 0, 1);
    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: #333;
    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(0, 0, 0, 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-search {
    width: 100%;
}

@media (min-width: 1024px) {
    .category-search {
        width: 50%;
    }
}

.page-header .category-container h1 {
    text-transform: capitalize;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 36px;
}

.page-header .category-container .category-description {
    width: 80%;

    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #666666;
}

.category-content {
    margin-top: 40px;
    margin-bottom: 80px;
    flex: 1;
}

.category-body {}

.minimal_section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
}

.minimal_section_section {
    display: flex;
    flex-direction: column;

    background-color: #FFF;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #BEBEBE;
    position: relative;
    box-shadow: 0px 0px 1px 1px #BEBEBE;
}

.minimal_section_section .section-tree-title {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.minimal_section_section .article-list {
    flex: 1;
}

.minimal_section_section .article-list .article-list-item {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    padding: 12px 0;
    border: none;
}

.minimal_section_section .article-list .article-list-item a {
    box-shadow: inset 0 -1px 0 0.01px #0000, inset 0 -1px;
    transition: all 0.3s;
    color: #666;
}

.minimal_section_section .article-list .article-list-item a:hover {
    box-shadow: none;
    background-color: #6666661a;
}

.minimal_section_section .see-all-articles {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #df1b12;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.minimal_section_section .see-all-articles span {
    height: 31px;
    background: #df1b12;
    border-radius: 50%;
    overflow: hidden;
}

/* .minimal_section_section .see-all-articles .red_right_arrow svg {
    transform: rotateY(0deg);
    transition: all 1s ease;
} */

.minimal_section_section .see-all-articles:hover .red_right_arrow svg {
    animation: svgAnimation 1s ease 0.5s infinite;
    -webkit-animation: svgAnimation 1s ease 0.5s infinite;
    -moz-animation: svgAnimation 1s ease 0.5s infinite;
    -o-animation: svgAnimation 1s ease 0.5s infinite;
}

@keyframes svgAnimation {
    0% {
        opacity: 1;
        transform: translateX(0px);
    }

    30% {
        opacity: 0;
        transform: translateX(40px);
    }

    35% {
        opacity: 0;
        transform: translateX(-40px);
    }

    50% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@media (max-width: 768px) {
    .minimal_section {
        grid-template-columns: 1fr;
    }
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
}

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

.section-tree .section {
    flex: initial;
    background-color: #FFF;
    /*   padding: 30px; */
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        margin-bottom: 40px;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }

    .section-tree .section:nth-of-type(odd) {
        margin-right: 20px;
    }

    .section-tree .section:nth-of-type(even) {
        margin-left: 20px;
    }
}

@media (min-width: 1208px) {
    .section-tree .section {
        margin-bottom: 80px;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }

    .section-tree .section:nth-of-type(odd) {
        margin-right: 40px;
    }

    .section-tree .section:nth-of-type(even) {
        margin-left: 40px;
    }
}

@media (min-width: 1640px) {
    .section-tree .section:nth-of-type(odd) {
        margin-right: 70px;
    }

    .section-tree .section:nth-of-type(even) {
        margin-left: 70px;
    }

    .section-tree .section {
        margin-bottom: 140px;
    }
}

.section-tree-title {
    margin-bottom: 0;
    font-weight: 600;
}

ul.article-list {
    padding-inline-start: 0;
    list-style: none;
}

.section-tree-title a {
    color: #000;
    text-transform: capitalize;
}

.section-tree-title .button {
    padding: 7px 13px;
    line-height: inherit;
    vertical-align: text-bottom;
    margin-left: 14px;
}

.section-tree-title .button path {
    fill: #fff;
}

.section-tree .see-all-articles {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
}

.article-list-item {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.article-list-item a {
    color: #000;
    text-transform: none;
}

.article-list-item .icon-lock::before {
    vertical-align: baseline;
}

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

#navigation-page-header {
    background-color: #BCDCF5;
    color: #000;
}

#sports-page-header {
    background-color: #E94743;
    color: #FFF;
}

#apps-page-header {
    background-color: #65A7A9;
    color: #FFF;
}

#accounts-page-header {
    background-color: #FFDC7A;
    color: #000;
}

#user-page-header {
    background-color: #F8C9DF;
    color: #FFF;
}

#learn-page-header {
    background-color: #5D7CA8;
    color: #FFF;
}


/***** End Category pages *****/


/***** Section pages *****/

.section-body {
    background-color: #FFF;
    padding: 25px 0 80px;
}

.section-content {
    flex: 1;
}

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

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

.section-list {
    margin: 40px 0;
}

.section-body .article-list {
    margin-top: 0;
    margin-bottom: 0px;
}

.section-list--collapsed .section-list-item:nth-child(1n+6) {
    display: none;
}

.section-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    padding: 15px 0;
}

.section-list-item:first-child {
    border-top: 1px solid #ddd;
}

.section-list-item a {
    align-items: center;
    color: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: space-between;
}

.see-all-sections-trigger {
    cursor: pointer;
    display: block;
    padding: 15px;
    text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
    display: none;
}

.section-search {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-subscribe {
    align-self: center;
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .section-subscribe {
        align-self: flex-end;
    }
}

.form_block {
    margin: auto;
    background-color: #FFF;
    max-width: 800px;
    padding: 50px;
    display: flex;
    align-items: center;
}

#golf_form_block {
    display: none;
}

.form_link_title {
    margin-bottom: 0px;
    margin-top: 0px;
}

.form_img {
    display: none;
    background-size: cover;
}

@media (min-width: 764px) {
    .form_img {
        display: block;
    }
}

.form_img img {
    width: 100px;
}

.form_text,
.form_link {
    padding: 20px;
    margin: auto;
}

.form_link {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    /*   	margin: auto; */
}

.form_link::before {
    font-family: "TomTom Icons";
    content: "\0028";
    color: #FFF;
}


/***** End Section pages *****/


/***** Article *****/

#default {
    background-color: #fff;
}

.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: 66%; */
        min-width: 640px;
        /*     padding: 0 30px; */
    }
}

#default article h1,
#default article h2 {
    margin-bottom: 10px;
}

#default article li {
    line-height: 2;
}

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

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

.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.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 20px 20px;
}

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

.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: #000;
}

.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: #333;
    font-style: italic;
    padding: 0 15px;
}

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

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

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

.article-comment-count {
    color: #333;
    font-weight: 300;
}

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

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

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

@media (min-width: 1024px) {
    .article-sidebar {
        border: 0;
        flex: 0 0 17%;
        height: auto;
    }
}

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

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


/* .article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

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

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

.article-votes {
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}

.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);
    /* Yes/No label*/
}

.article-vote:focus,
.article-vote:active {
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
}

.article-vote:hover {
    background-color: rgba(0, 0, 0, 1);
}

.article-vote:hover::before,
.article-vote:hover::after,
.article-vote[aria-selected="true"]::before,
.article-vote[aria-selected="true"]::after {
    color: rgba(0, 0, 0, 1);
}

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

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

.article-more-questions {
    margin: 10px 0 20px;
    text-align: center;
}

.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: rgba(0, 0, 0, 1);
    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(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

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

.sidenav-title {
    font-size: 15px;
    position: relative;
}

.sidenav-item {
    border-radius: 4px;
    color: rgba(0, 0, 0, 1);
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
}

.sidenav-item.current-article,
.sidenav-item:hover {
    background-color: rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

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

.recent-articles li,
.related-articles li {
    margin-bottom: 15px;
    display: inline-block;
}

.article-note {
    margin-left: 26px;
}

.article-note::before {
    margin-left: -26px;
    display: inline-block;
    content: url("/hc/theming_assets/01HZHE16XW12QZ0168RYAD8YTC") !important;
    vertical-align: middle;
}


/***** User Manual template *****/
/* 
.um-article-header {
    padding: 20px 5px;
}

.um-article-info {
    border-top: 1px #7a7e80 solid;
}

.um-article-info h1,
.um-article-info h2,
.um-article-info h3,
.um-article-info h4,
.um-article-info h5,
.um-article-info h6,
.um-article-info div p {
    width: 90%;
    margin: 0 auto 20px;
    max-width: 1440px;
}

.um-sub-title {
    color: #DF1B12;
}

.um-article-info table {
    width: 100% !important;
}

.um-article-info tr {
    border-bottom: 1px #7a7e80 solid;
}

.um-article-info th {
    text-align: left;
    text-transform: uppercase;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 33%;
}

.um-article-info td,
.um-article-info th {
    padding: 20px 0 20px 5px;
}

.um-article-info td:nth-child(1) {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    max-width: 150px;
}

.um-article-info td:nth-child(2) a:after,
.um-article-info td:nth-child(3) a:after {
    content: "\0030";
    font-family: "TomTom Icons";
    color: #FFF;
    background-color: #DF1B12;
    padding: 10px;
    margin-left: 80px;
}

.adobe_reader {
    text-align: center;
}

@media (max-width: 500px) {

    .um-article-info td:nth-child(2) a:after,
    .um-article-info td:nth-child(3) a:after {
        margin-left: 10px;
        margin-right: 30px;
    }
}

@media (min-width: 1024px) {
    .um-article-header {
        padding: 60px 0;
    }

    .um-article-info td,
    .um-article-info th {
        padding: 20px 0 20px 180px;
    }
}
 */

/***** End User Manual template *****/



td,
th {
    padding: 18px;
}

table tr,
.table tr {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 530px) {

    td,
    th {
        padding: 12px;
    }
}


/***** Attachments *****/



/* Styles attachments inside posts, articles and comments */

.attachments .attachment-item {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

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

.attachments .attachment-item::before {
    color: rgba(0, 0, 0, 1);
    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 span {
    color: #666666;
    font-size: 16px;
    padding-top: 100px;
    padding-bottom: 20px;
}


/***** 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: #333;
    display: block;
    font-size: 23px;
    text-align: center;
    width: 100%;
}

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

.share a:hover::before {
    color: rgba(0, 0, 0, 1);
}

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

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

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

.article-votes {
    display: none;
    z-index: 100;
    position: fixed;
    right: 0px;
    bottom: 80px;
    margin: auto;
    cursor: pointer;
    background-color: #4A4C4C;
    padding: 10px 30px 20px 30px;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: normal;
    min-width: 300px;
    min-height: 80px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    scroll-behavior: smooth;
}

.article-votes:hover {
    background-color: rgba(76, 76, 76, 1);
}

.article-vote {
    color: #FFF;
    border: none;
    padding: 20px;
}

.article-vote:hover {
    color: #FFF;
    background-color: transparent;
    border: none;
    padding: 20px;
}

.article-vote-up:active,
.article-vote-down:active {
    color: #FFF;
}

.article-votes-controls {
    padding-top: 0px;
}

.article-vote {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.article-vote-up::before,
.article-vote-down::before {
    position: absolute;
    top: 25px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #FFF;
    border-radius: 50%;
    /* content: ""; */
}

.article-vote[aria-selected="true"]::after {
    color: #FFF !important;
}

.article-vote[aria-selected="true"]::before {
    color: #FFF !important;
    position: absolute;
    top: 25px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #B1110E;
    border-radius: 50%;
    /* content: ""; */
}

@media (max-width: 600px) {
    .article-votes {
        right: unset;
        bottom: 1em;
    }
}


/***** Comments *****/


/* Styles comments inside articles, posts and requests */

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

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
}

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

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

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

.comment-callout a {
    color: rgba(0, 0, 0, 1);
}

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

.comment-sorter .dropdown-toggle {
    color: #333;
    font-weight: 300;
    font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
    border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: auto;
}

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

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

[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: #81100a;
}

.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: #333;
    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: #333;
    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(0, 0, 0, 1);
}

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

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

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

.vote-voted::before {
    color: rgba(0, 0, 0, 1);
}

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


/***** 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: #333;
    content: "\2699";
    display: block;
    font-size: 13px;
    margin: auto;
    padding: 5px;
}


/***** Community *****/

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

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

.community-footer-title {
    font-size: 16px;
    margin-bottom: 20px;
}

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

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

.community-header h1 {
    margin-bottom: 0;
    font-size: 16px;
}

.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(0, 0, 0, 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(0, 0, 0, 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: #000;
    border-color: #000;
}

.community-follow [role="button"]::after {
    content: attr(data-follower-count);
    display: inline-block;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    border-left: 1px solid rgba(0, 0, 0, 1);
    color: rgba(0, 0, 0, 1);
}

@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(0, 0, 0, 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: #000;
    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: #4A4c4c;
}

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

.striped-list-count {
    color: #333;
    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: rgba(0, 0, 0, 1);
        display: block;
        font-weight: 400;
    }
}


/***** Status labels *****/


/* Styles labels used in posts, articles and requests */

.status-label {
    background-color: #8DC3EB;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
}

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

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: #DF1B12;
}

.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-not-planned,
.status-label-closed {
    background-color: #e5e5e5;
    color: #333;
}

.status-label-pending {
    background-color: #FCD530;
    text-align: center;
}

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

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

.status-label-new {
    background-color: #ffb648;
    color: #703b15;
}

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


/***** 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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, 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 20px 20px;
}

[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: #81100a;
}

.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: #333;
    font-style: italic;
    padding: 0 15px;
}

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

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

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

.post-comment-count .icon-comments {
    color: rgba(0, 0, 0, 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-title {
    font-size: 18px;
    font-weight: 600;
}

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

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


/* Navigation element that collapses on mobile */

.collapsible-nav {
    flex-direction: column;
    font-size: 14px;
    position: relative;
}

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

.collapsible-nav-border {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
    .collapsible-nav-border {
        border-top: 0;
    }
}

.collapsible-nav-toggle {
    top: calc(45px / 2);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .collapsible-nav-toggle {
        display: none;
    }
}

[dir="rtl"] .collapsible-nav-toggle {
    left: 0;
    right: auto;
}

.collapsible-nav-toggle::after {
    content: "\25BE";
}

.collapsible-nav-toggle:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 1);
}

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

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

ul.collapsible-nav-list {
    margin: 0;
    padding-left: 0;
}

.collapsible-nav-list li {
    color: rgba(0, 0, 0, 1);
    line-height: 45px;
    order: 1;
    font-size: 20px;
}

@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: #666;
    display: block;
    text-transform: none;
}

@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;
    }
}

#repairs_header a:hover {
    padding: 15px 0;
}

.collapsible-nav-list li:not([aria-selected="true"]) {
    display: none;
}

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

.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(0, 0, 0, 1);
        order: 1;
        padding: 15px 0 11px 0;
    }
}

.collapsible-nav-list li[aria-selected="true"] a {
    color: rgba(0, 0, 0, 1);
}

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

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]) {
    display: block;
}


/* 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-title {
    margin-top: 0;
}

.collapsible-sidebar-toggle {
    position: absolute;
    top: calc(45px / 2);
    transform: translateY(-50%);
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

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

[dir="rtl"] .collapsible-sidebar-toggle {
    left: 0;
    right: auto;
}

.collapsible-sidebar-toggle::after {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    content: "\25BE";
}

.collapsible-sidebar-toggle:focus {
    outline: none;
    border: 1px solid rgba(0, 0, 0, 1);
}

.collapsible-sidebar-body {
    display: none;
}

@media (min-width: 1024px) {
    .collapsible-sidebar-body {
        display: block;
    }
}

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

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

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
    display: block;
}


/***** My activities *****/

.my-activities-nav {
    background-color: #f2f2f2;
    margin-bottom: 20px;
}

.my-activities-sub-nav {
    margin-bottom: 30px;
}

.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;
        font-family: "Gilroy", Helvetica, Arial, sans-serif;
    }
}

.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(0, 0, 0, 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 {
    margin-bottom: 20px;
}

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

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

.requests .requests-table thead {
    display: none;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

.requests-table-info a {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
}

@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: #DF1B12;
    border-radius: 0px;
    color: #FFF;
    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: #b1110e;
    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;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
}


/* Contributions table */

.contributions-table td:last-child {
    color: #333;
    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: #333;
}


/***** 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: 40px;
}

@media (min-width: 1024px) {
    .request-breadcrumbs {
        margin-bottom: 60px;
    }
}

.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;
    color: #333;
    text-align: inherit;
    padding: 8px 25px;
    width: 100%;
}

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

.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(0, 0, 0, 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(0, 0, 0, 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 h2 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
}

@media (min-width: 1024px) {
    .request-sidebar h2 {
        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: #333;
    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;
}

.ts-request-attachments dt {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}


/***** Pagination *****/

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination * {
    display: inline-block;
}

.pagination li {
    border-radius: 0px;
    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: #B1110E;
}

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

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

@media (min-width: 768px) {

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

.pagination-current {
    background-color: #DF1B12;
}

.pagination-current a,
.pagination-current span {
    color: #FFF;
}

.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: #333;
    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,
.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-toggle::after,
.collapsible-sidebar-toggle::after,
.search-result-votes::before,
.search-result-meta-count::before {
    font-family: "copenhagen-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    line-height: 1em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}

.search::before {
    font-family: "TomTom 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-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-article::before {
    content: "\1F4C4";
}

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

.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: #FFF;
}

.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;
    word-wrap: 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: #DF1B12;
    border: 0;
    color: #FFF;
    line-height: normal;
    padding: 8px 20px;
}

.profile-header .description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: 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 {
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #333;
}

[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(0, 0, 0, 1);
    border-radius: 4px;
    color: rgba(0, 0, 0, 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;
    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: #333;
    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;
    word-wrap: 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: 20px;
    vertical-align: middle;
}

.profile-contribution-title a {
    color: #000;
    text-transform: none;
}

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

.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-contribution-breadcrumbs li {
    font-size: 15px;
}

.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;
    padding: 0;
}

ul.profile-activity-list {
    list-style: none;
}

.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;
    word-wrap: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;font-weight: bold;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: inline;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 0px;
    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: #FFFFFF;
    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-container {
    background-color: #FFF;
}

.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
}

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

.search-results-column {
    flex: 1;
}

@media (min-width: 1024px) {
    .search-results-column {
        flex: 0 0 100%;
    }
}

.search-results-sidebar {
    display: none;
    flex: 1 0 auto;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 1024px) {
    .search-results-sidebar {
        border: 0;
        flex: 0 0 20%;
        height: auto;
    }
}

.search-results-sidebar .sidenav-item:hover,
.search-results-sidebar .sidenav-item[aria-selected="true"] {
    background-color: #e9ebed;
    color: inherit;
    text-decoration: none;
}

.search-results-sidebar .sidenav-subitem {
    unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
    margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: none;
}

@media (min-width: 1024px) {
    .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
        display: block;
    }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
    display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
    color: #999;
}

.search-results-sidebar .see-all-filters {
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    padding: 10px;
    color: rgba(223, 27, 18, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
    display: none;
}

.search-results-sidebar .see-all-filters:hover {
    text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
    content: ' \2304';
    font-weight: bold;
}

.search-results-subheading {
    font-size: 18px;
    font-weight: 600;
}

.search-results-list {
    margin-bottom: 25px;
    color: #000;
    padding-left: 0;
    list-style-type: none;
}

.search-results-list>li {
    padding: 20px 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.search-results-list>li:first-child {
    border-top: 1px solid #ddd;
}

.search-results-list>li h2 {
    margin-bottom: 0;
}

.search-results .meta-group {
    display: block;
    align-items: center;
    clear: both;
    color: #666;
    padding-left: 80px;
}

@media (min-width: 1024px) {
    .search-results .meta-group {
        display: flex;
    }
}

.search-results .meta-group>li {
    display: block;
}

@media (min-width: 1024px) {
    .search-results .meta-group>li {
        display: inline;
    }
}

@media (min-width: 1024px) {
    .search-results .meta-group li:first-child {
        flex: 1;
    }
}

.search-results .meta-group .meta-data {
    color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
    margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
    margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
    content: none;
}

.search-results-description {
    margin-top: 10px;
    word-break: break-word;
    color: #666;
    font-weight: 400;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

.results-list-item-link {
    color: #000;
}

.search-result-title {
    font-size: 16px;
    display: inline-block;
}

[dir="ltr"] .search-result-icons {
    float: right;
}

[dir="rtl"] .search-result-icons {
    float: left;
}

.search-result-votes,
.search-result-meta-count {
    color: #333;
    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(0, 0, 0, 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;
}

@media (min-width: 1024px) {
    .search-result-breadcrumbs {
        display: table-row;
    }
}

@media (min-width: 1024px) {
    .search-result-breadcrumbs li {
        display: table-cell;
    }
}

.search-result-breadcrumbs li,
.search-result-breadcrumbs li a,
.search-result-breadcrumbs li a:visited {
    color: inherit;
}

.search-result-breadcrumbs-nav {
    display: flex;
    flex-direction: column;
    padding-bottom: 5px;
}

@media (min-width: 768px) {
    .search-result-breadcrumbs-nav {
        flex-direction: row;
        justify-content: space-between;
        padding: 5px 0;
    }
}


/*** End Search Results ***/


/* By default use bold instead of italic to highlight */

.search-results-description em {
    color: #000000;
    font-style: normal;
    font-weight: bold;
}


/* Add a yellow background for Chinese */

html[lang|="zh"] .search-results-description em {
    font-style: normal;
    background: yellow;
}


/*Levitt*/

.zd_Hidden {
    display: none !important;
}

.zd_link {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}

.zd_link:hover {
    text-decoration: none !important;
    border-bottom: none;
}


/**** Cookie banner ****/

.cookie_bar {
    position: fixed;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 9999999;
    padding: 16px;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s;
    transition: opacity .3s, visibility .3s, transform .3s, -webkit-transform .3s;
    color: #fff;
    fill: #fff;
    --coloredFontColor: #fff;
    background-color: #4a4c4c;
}

@media (min-width: 48em) {
    .cookie_bar {
        width: calc(50vw - 16px);
        bottom: 16px;
        left: auto;
        right: 16px;
    }
}

@media (min-width: 65em) {
    .cookie_bar {
        width: calc(25vw - 32px);
        min-width: 216px;
        padding: 24px;
    }
}

@media (min-width: 80em) {
    .cookie_bar {
        padding: 40px;
        width: calc(25vw - 32px);
        min-width: 216px;
    }
}


/* @media (min-width: 100em){
  .cookie_bar_inner {
/*     width: 1440px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
} */


/* @media (max-width: 1600px){
  .cookie_bar_inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
} */

.cookie_bar_buttons_container {
    display: flex;
    align-items: center;
    margin-right: 1em;
}

.cookie_bar_buttons_decline {
    text-decoration: underline;
    margin-left: 16px;
}

.cookie_bar_buttons_decline:hover {
    text-decoration: none;
}


/*
@media (max-width: 960px){
 .cookie_bar_buttons_container{
  float:left;
  position: relative;
}
}

@media (min-width: 960px){
 .cookie_bar_buttons_container{
  float:right;
      position: relative;
}
} */


/* .cookie_bar_buttons_accept{
  padding: 16px 24px;
  background-color:#df1b12;
  color:#FFFFFF;
 transition: all 0.3s ease-in-out;
} */

.cookie_bar_buttons_x {
    padding: 16px;
    background-color: #df1b12;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.cookie_bar_buttons_x:hover {
    background-color: #b1110e;
}

.cookie_bar_buttons_x:hover svg {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
}


/* .cookie_bar_buttons_accept:hover{
	background-color:#b1110e;
} */

.cookie_bar_buttons {
    font-size: 14px;
    cursor: pointer;
}

.cookie_text__link {
    color: #fff;
    text-transform: none;
    text-decoration: underline;
}

.cookie_text__link:hover {
    text-decoration: none;
}

.cookie_bar_text {
    display: block;
    margin-bottom: 2em;
}

.cookie_bar span:hover {
    /*  background-color: #a2ba24;
    color: #e5e5e5;*/
}

.cap {
    text-transform: uppercase;
}


/*EXIT survey*/

.modal {
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .3s ease .1s;
}

#survey_title {
    width: 100%;
}

#survey_body {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    padding: 0;
    width: 400px;
    height: 320px;
    transition: all .3s ease .1s;
}

#survey_backgound {
    width: 100%;
    height: 280px;
    background-image: url(/hc/theming_assets/01HZHE1G2TCTZAVZ55CN71K7VW);
    padding-top: 1.5em;
    text-align: center;
}

#greetings {
    margin-top: 0;
    font-size: 25px;
    font-weight: 800;
}

#options {
    display: inline;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
}

.option_container {
    margin: 3em 0 5em 0;
}

.pop_up_quessurvey_questiontion {
    margin-bottom: 2em;
    margin-top: 1em;
}

.op {
    padding: 0 1em 0 1em;
    border-radius: 5px;
    display: inline;
    cursor: pointer;
}

.tt_survey_btn {
    border: 1px solid #DDD;
    padding: 12px 20px;
    border-radius: 22px;
    background-color: #F1F1F2;
    transition: background-color .25s ease, color .25s ease;
}

.tt_survey_btn:hover {
    background-color: #DDD;
}

#msgspan {
    font-weight: bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 2em;
}

.check_box_area {
    position: relative;
    /* width: 45% !important;*/
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
}

#agree {
    width: 1.5em;
    height: 1.5em;
    border: 1.3px solid #000;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .25s ease 0s;
    position: absolute;
}

#agree_inner {
    transition: all .55s ease 0s;
}


/*Exit survey*/


/***** Locale Pop Up *****/

.locale_overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
}

.overlay_inner {
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .85);
}

.locale_box {
    max-width: 1440px;
    position: relative;
}

.locale_content {
    width: 750px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.locale_map {
    position: relative;
    width: 300px;
}

.image {
    width: 100%;
    height: 100%;
}

.locale_text_content {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #666;
}

.locale_text_heading {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -.5px;
    margin: 40px 0;
}

@media (min-width: 48em) .locale_text_heading {
    margin: 0 0 20px;
}

.locale_text_country {
    display: flex;
    align-items: center;
}

.locale_text_flag_outline {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.locale_text_flag_image {
    width: 20px;
    height: 17px;
}

.locale_text_flag_image img {
    width: 100%;
    height: 100%;
}

.locale_text_country_label {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    margin-left: 15px;
    text-transform: none;
}

.locale_text_country_text {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.locale_text_country_buttons {
    displaY: block;
}

.locale_text_country_buttons_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.locale_text_country_button {
    margin: 10px 0;
    width: 100%;
}


/***** End Locale Pop Up ****/


/*footer*/

a .tt-flag-image {
    margin-right: 15px;
}

.tt-flag-image {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(https://www.tomtom.com/v2/gfx/countries.png);
    background-repeat: no-repeat;
    background-size: 300px 275px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2 / 1),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .tt-flag-image {
        background-image: url(https://www.tomtom.com/v2/gfx/countries.png);
        background-size: 300px 275px;
        background-repeat: no-repeat
    }
}

.tt-flag-image.albania {
    background-position: -5px -5px
}

.tt-flag-image.andorra {
    background-position: -35px -5px
}

.tt-flag-image.angola {
    background-position: -65px -5px
}

.tt-flag-image.argentina {
    background-position: -95px -5px
}

.tt-flag-image.australia {
    background-position: -125px -5px
}

.tt-flag-image.austria {
    background-position: -155px -5px
}

.tt-flag-image.bahrain {
    background-position: -185px -5px
}

.tt-flag-image.belarus {
    background-position: -215px -5px
}

.tt-flag-image.belgium {
    background-position: -245px -5px
}

.tt-flag-image.benin {
    background-position: -5px -30px
}

.tt-flag-image.bosnia_herzegovina {
    background-position: -35px -30px
}

.tt-flag-image.botswana {
    background-position: -65px -30px
}

.tt-flag-image.brasil {
    background-position: -95px -30px
}

.tt-flag-image.brunei {
    background-position: -125px -30px
}

.tt-flag-image.bulgaria {
    background-position: -155px -30px
}

.tt-flag-image.burkina_faso {
    background-position: -185px -30px
}

.tt-flag-image.burundi {
    background-position: -215px -30px
}

.tt-flag-image.cameroon {
    background-position: -245px -30px
}

.tt-flag-image.canada {
    background-position: -5px -55px
}

.tt-flag-image.central_african_republic {
    background-position: -35px -55px
}

.tt-flag-image.chile {
    background-position: -65px -55px
}

.tt-flag-image.china {
    background-position: -95px -55px
}

.tt-flag-image.congo {
    background-position: -125px -55px
}

.tt-flag-image.congo_democratic {
    background-position: -155px -55px
}

.tt-flag-image.croatia {
    background-position: -185px -55px
}

.tt-flag-image.cyprus {
    background-position: -215px -55px
}

.tt-flag-image.czech_republic {
    background-position: -245px -55px
}

.tt-flag-image.denmark {
    background-position: -5px -80px
}

.tt-flag-image.estonia {
    background-position: -35px -80px
}

.tt-flag-image.finland {
    background-position: -65px -80px
}

.tt-flag-image.france {
    background-position: -95px -80px
}

.tt-flag-image.french_guyana {
    background-position: -125px -80px
}

.tt-flag-image.gabon {
    background-position: -155px -80px
}

.tt-flag-image.germany {
    background-position: -185px -80px
}

.tt-flag-image.ghana {
    background-position: -215px -80px
}

.tt-flag-image.gibraltar {
    background-position: -245px -80px
}

.tt-flag-image.greece {
    background-position: -5px -105px
}

.tt-flag-image.guadeloupe {
    background-position: -35px -105px
}

.tt-flag-image.hong_kong {
    background-position: -65px -105px
}

.tt-flag-image.hungary {
    background-position: -95px -105px
}

.tt-flag-image.india {
    background-position: -125px -105px
}

.tt-flag-image.indonesia {
    background-position: -155px -105px
}

.tt-flag-image.ireland {
    background-position: -185px -105px
}

.tt-flag-image.italy {
    background-position: -215px -105px
}

.tt-flag-image.japan {
    background-position: -275px -205px;
}

.tt-flag-image.korea {
    background-position: -275px -180px;
}

.tt-flag-image.kenia {
    background-position: -245px -105px
}

.tt-flag-image.kosovo {
    background-position: -5px -130px
}

.tt-flag-image.kuwait {
    background-position: -35px -130px
}

.tt-flag-image.latvia {
    background-position: -65px -130px
}

.tt-flag-image.lesotho {
    background-position: -95px -130px
}

.tt-flag-image.liechtenstein {
    background-position: -125px -130px
}

.tt-flag-image.lithuania {
    background-position: -155px -130px
}

.tt-flag-image.luxembourg {
    background-position: -185px -130px
}

.tt-flag-image.macau {
    background-position: -215px -130px
}

.tt-flag-image.macedonia {
    background-position: -245px -130px
}

.tt-flag-image.malawi {
    background-position: -5px -155px
}

.tt-flag-image.malaysia {
    background-position: -35px -155px
}

.tt-flag-image.mali {
    background-position: -65px -155px
}

.tt-flag-image.malta {
    background-position: -95px -155px
}

.tt-flag-image.mauritania {
    background-position: -125px -155px
}

.tt-flag-image.mauritius {
    background-position: -155px -155px
}

.tt-flag-image.mayotte_and_reunion {
    background-position: -185px -155px
}

.tt-flag-image.mexico {
    background-position: -215px -155px
}

.tt-flag-image.moldova {
    background-position: -245px -155px
}

.tt-flag-image.monaco {
    background-position: -5px -180px
}

.tt-flag-image.montenegro {
    background-position: -35px -180px
}

.tt-flag-image.morocco {
    background-position: -65px -180px
}

.tt-flag-image.mozambique {
    background-position: -95px -180px
}

.tt-flag-image.namibia {
    background-position: -125px -180px
}

.tt-flag-image.netherlands {
    background-position: -155px -180px
}

.tt-flag-image.new_sealand {
    background-position: -185px -180px
}

.tt-flag-image.niger {
    background-position: -215px -180px
}

.tt-flag-image.nigeria {
    background-position: -245px -180px
}

.tt-flag-image.norway {
    background-position: -5px -205px
}

.tt-flag-image.oman {
    background-position: -35px -205px
}

.tt-flag-image.poland {
    background-position: -65px -205px
}

.tt-flag-image.portugal {
    background-position: -95px -205px
}

.tt-flag-image.qatar {
    background-position: -125px -205px
}

.tt-flag-image.romania {
    background-position: -155px -205px
}

.tt-flag-image.russia {
    background-position: -185px -205px
}

.tt-flag-image.rwanda {
    background-position: -215px -205px
}

.tt-flag-image.san_marino {
    background-position: -245px -205px
}

.tt-flag-image.saudi {
    background-position: -5px -230px
}

.tt-flag-image.senegal {
    background-position: -35px -230px
}

.tt-flag-image.serbia {
    background-position: -65px -230px
}

.tt-flag-image.singapore {
    background-position: -95px -230px
}

.tt-flag-image.slovakia {
    background-position: -125px -230px
}

.tt-flag-image.slovenia {
    background-position: -155px -230px
}

.tt-flag-image.south_africa {
    background-position: -185px -230px
}

.tt-flag-image.spain {
    background-position: -215px -230px
}

.tt-flag-image.swaziland {
    background-position: -245px -230px
}

.tt-flag-image.sweden {
    background-position: -5px -255px
}

.tt-flag-image.switzerland {
    background-position: -35px -255px
}

.tt-flag-image.taiwan {
    background-position: -65px -255px
}

.tt-flag-image.tanzania {
    background-position: -95px -255px
}

.tt-flag-image.thailand {
    background-position: -125px -255px
}

.tt-flag-image.togo {
    background-position: -155px -255px
}

.tt-flag-image.turkey {
    background-position: -185px -255px
}

.tt-flag-image.uae {
    background-position: -215px -255px
}

.tt-flag-image.uganda {
    background-position: -245px -255px
}

.tt-flag-image.ukraine {
    background-position: -275px -5px
}

.tt-flag-image.united_kingdom {
    background-position: -275px -30px
}

.tt-flag-image.uruguay {
    background-position: -275px -55px
}

.tt-flag-image.usa {
    background-position: -275px -80px
}

.tt-flag-image.vatican_city {
    background-position: -275px -105px
}

.tt-flag-image.zambia {
    background-position: -275px -130px
}

.tt-flag-image.zimbabwe {
    background-position: -275px -155px
}

.footer_column {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em;
}

.footer_continent {
    font-weight: bold;
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.25px;
    color: #fff;
}

.footer_btn {
    margin-bottom: 1em;
}

.footer_column a {
    text-transform: none !important;
}


/*IE11 needs to be set per box (oh yes)*/

.footer__content--grid>div:nth-of-type(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.footer__content--grid>div:nth-of-type(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.footer__content--grid>div:nth-of-type(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.footer__content--grid>div:nth-of-type(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}

.footer__content--grid>div:nth-of-type(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.footer__content--grid>div:nth-of-type(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
}

.footer__content--grid>div:nth-of-type(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

@media (max-width: 700px) {
    .footer__content--grid>div:nth-of-type(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .footer__content--grid>div:nth-of-type(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .footer__content--grid>div:nth-of-type(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .footer__content--grid>div:nth-of-type(4) {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
    }

    .footer__content--grid>div:nth-of-type(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .footer__content--grid>div:nth-of-type(6) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .footer__content--grid>div:nth-of-type(7) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}


/*IE11 needs to be set per box (oh yes)*/


/*footer*/


/*serial prefix checker*/

@media (max-width: 1020px) {
    .category-container {
        display: block;
    }
}

#tt_serial_no_input {
    text-transform: uppercase;
}

.tt_input {
    border: 1px solid #61ade0;
    border-radius: 30px;
    box-sizing: border-box;
    color: #000000;
    height: 35px;
    padding-left: 15px;
    width: 12em;
    font-size: 16px;
}

.single_result {
    display: block;
    margin: 0.5em 0;
    background-color: #bcdcf5;
    padding: 0 0 0 0.2em;
    border-radius: 5px;
    cursor: pointer;
    transition: all .25s ease 0s;
}

#product_results_box .single_result .pt_record {
    cursor: pointer;
}

#product_results_box .single_result:hover {
    background-color: #8dc3eb;
    -webkit-box-shadow: 2px 5px 5px 0px rgba(190, 190, 190, 1);
    -moz-box-shadow: 2px 5px 5px 0px rgba(190, 190, 190, 1);
    box-shadow: 2px 5px 5px 0px rgba(190, 190, 190, 1);
    margin: 0.7em 0;
}


/*serial prefix checker*/


/***IE box***/

.notification-bar-ie {
    background-color: #fdc530;
    color: #000;
    max-height: 300px;
    fill: #000;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, max-height 0.3, padding 0.3s;
    padding: 24px 0;
    display: none;
}

.notification-bar__inner {
    width: 1440px;
    max-width: 1440px;
    padding: 0px 40px;
}

@media all and (min-width:48em) {
    .notification-bar-ie {
        padding: 40px 0 48px;
    }
}

.unused_blocks {
    background-color: #fff !important;
}

/*trouble shooting guide*/
.ts_guide_header {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
}

.ts_guide_grids_inner {

    display: grid;
    grid-template-columns: 50% 50%;
    grid-row-gap: 80px;
    margin-top: 80px;
    margin-bottom: 60px;
}

.ts_guide_two_grid:nth-child(2n) {
    margin-left: 30px;
}

.ts_guide_two_grid:nth-child(2n+1) {
    margin-right: 30px;
}

.ts_guide_two_grid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.ts_guide_single_grid:nth-child(2n) {

    margin-left: 30px;
}

.ts_guide_single_grid:nth-child(2n+1) {
    margin-right: 30px;
}


@media (max-width: 768px) {
    .ts_guide_grids_inner {
        grid-template-columns: 100%;
    }

    .ts_guide_two_grid:nth-child(2n) {

        margin-left: 0;
    }

    .ts_guide_two_grid:nth-child(2n+1) {
        margin-right: 0;
    }

    .ts_guide_single_grid:nth-child(2n) {
        margin-left: 10px;
    }

    .ts_guide_single_grid:nth-child(2n+1) {
        margin-right: 10px;
    }
}

@media (max-width: 640px) {
    .ts_guide_grids_inner {
        grid-template-columns: 100%;
    }

    .ts_guide_two_grid {
        grid-template-columns: 100%;
        grid-row-gap: 60px;
    }

    .ts_guide_two_grid:nth-child(2n) {
        margin-left: 0;
    }

    .ts_guide_two_grid:nth-child(2n+1) {
        margin-right: 0;
    }

    .ts_guide_single_grid:nth-child(2n) {
        margin-left: 0;
    }

    .ts_guide_single_grid:nth-child(2n+1) {
        margin-right: 0;
    }
}

.ts_guide_titles {
    width: 100%;
    padding: 8px 0;
    display: flex;
    align-items: center;

    background-image: url('/hc/theming_assets/01HZHE16EDMZP8YB6M6K8AJN2X');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    height: 80px;
}

.ts_guide_titles .main_heading {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 24px !important;
    color: #000000;

    display: block;
}

@media (max-width: 1279px) {
    .ts_guide_header {
        background-size: 100% 100%;
    }

    .ts_guide_titles .main_heading {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .ts_guide_header {
        background: #cccccc;
        justify-content: center;
    }

    .ts_guide_titles .main_heading {
        font-size: 20px;
        text-align: center;
    }
}

.main_heading_sub {
    font-size: 24px;
}

.sub_option_ {
    margin-bottom: 20px;
    position: static;
}

.sub_option_ label {
    cursor: pointer;
}

.sub_content_line {
    min-height: 140px;
    max-height: 140px;
}

.ts_gudie_sub_content {
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sub_title_line {
    max-width: 100%;
    word-break: break-all;
    min-height: 80px;
    max-height: 80px;
    /* display: flex; */
    margin-bottom: 0 !important;
}

.ts_gudie_sub_title {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;

    overflow: hidden;
    display: inline;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;

    text-decoration: underline;
    transition: all 0.3s;

    cursor: pointer;

    color: #666666;
}

.ts_gudie_sub_title:hover {
    text-decoration: none;
    background-color: #6666661a;
}

.ts_gudie_sub_title {
    font-size: 20px;
    font-weight: normal;
}

.ts_sub_title_icon {
    display: inline-block;
    margin-right: 10px;
    padding-top: 10px;
}

.sub_option_ a {
    color: #000000;
}

.ts_main_title_icon {
    margin-left: 80px;
    padding-top: 13px;
}

/*trouble shooting guide*/

/*
* BuRMA 2.0 - Asmita
*/

/* default hidden sections */
/* Repairs block */
#repairs {
    position: relative;
    padding-bottom: 20px;
}

#currentRepairs #repairs table {
    margin-bottom: 20px;
    margin-top: 150px;
}

#exportRepairs {
    position: absolute;
    top: 250px;
    right: 0px;
}

.exportRepairsButton {
    margin-left: 14px;
    vertical-align: middle;
}

#MyRepair_burma_List {
    margin-top: 150px;
}

#download-shipping-label,
#no_BURMA_user,
#repair_user,
#cs_MyRepair_Details,
#cs_MyRepair_List,
#createRepairForm,
#myRepairForm,
#createRMAWithAccessories,
#completeMyRepairList,
#submitRMAcreateLabels,
#submit_output,
#del_done_msg,
#print_me {
    display: none;
}

.button-white,
.button-white:focus {
    color: #000 !important;
    fill: #000 !important;
    --coloredFontColor: #666 !important;
    background-color: #e5e5e5 !important;
    width: auto !important;
}

.update-link {
    margin-right: 30px;
    margin-top: 20px;
    background-color: rgb(0, 0, 0);
    display: block;
}

@media (min-width: 764px) {
    .update-link {
        display: inline-block;
    }
}

@media (min-width: 1020px) {
    .update-link {
        margin-right: 20px;
    }
}

.update-link:hover {
    background-color: #4a4c4c;
}

#cs_BURMA_Frame {
    /*   display: none; */
}

.tableContent {
    display: grid;
    grid-row-gap: 20px;
}

.tableContent h2 {
    margin-bottom: 4px;
}

.field {
    position: relative;
}

.tableContent .field_title,
.form-inline .field_title,
.filter .field_title {
    position: absolute;
    top: 35%;
    left: 10px;
    -webkit-transform-origin: left top;
    /* transform-origin: left top; */
    -webkit-transition: opacity 150ms, -webkit-transform 150ms;
    transition: opacity 150ms, -webkit-transform 150ms;
    transition: transform 150ms, opacity 150ms;
    transition: transform 150ms, opacity 150ms, -webkit-transform 150ms;
    pointer-events: none;
    color: #000;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -.25px;
}

.field .field_information {
    color: #DF1B12;
    font-size: 14px;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

.form-field .field_information {
    color: #000000;
    font-size: 14px;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 40px;
    left: 10px;
}

.field textarea {
    height: 100px;
    width: 100%;
    padding: 20px 10px;
    top: 0;
    /*   	position: absolute; */
}

#acc_discription {
    /*   width: 50%; */
}

.field #attach_pop {
    position: absolute;
    width: auto;
    padding: 10px;
    top: auto;
    bottom: 0;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
}

#attach_pop::file-selector-button {
    opacity: 0;
}

.custom-file-upload {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 68px 39%;
    cursor: pointer;
    height: 150px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.custom-file-upload span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#attach_pop_title,
.textarea h4 {
    top: 15px !important;
}

input#file-input-button {
    opacity: 0 !important;
}

.red {
    color: #df1b12 !important;
}

.field select:disabled {
    color: #e5e5e5 !important;
}

.tableContent .field_title_with_value h4,
.tableContent .field_title_in_focus h4,
.filter .field_title_with_value h4,
.filter .field_title_in_focus h4 {
    -webkit-transform: translateY(-9px) scale(0.85714);
    transform: translateY(-9px) scale(0.87);
    opacity: 0.25;
}

#accRepairDetails .field,
#accDetails .field {
    width: 100%;
    border: 1px solid #e5e5e5;
    min-height: 50px;
    padding: 10px;
}

#accDetails .tableContent .field_title_with_value h4,
#accRepairDetails .tableContent .field_title_in_focus h4 {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

#accRepairDetails .field h4,
#accDetails .field h4 {
    position: static;
    /*   padding-top: 10px;
  padding-left: 10px; */
    margin-bottom: 0px;
}

.tableContent input,
.tableContent select {
    width: 100%
}

.tableContent .selectset {
    display: grid;
    min-height: inherit;
}

.tableContent .selectset label {
    padding: 10px 0;
    cursor: pointer;
}

.tableContent .selectset label input {
    vertical-align: initial !important;
    margin-right: 10px;
}

#createRepairCompleteForm table,
#createAccRepairCompleteForm table {
    width: 100%;
    margin-bottom: 20px;
}

#createRepairCompleteForm tr,
#createAccRepairCompleteForm tr {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    width: 100%;
    grid-column-gap: 40px;
}

#createAccRepairCompleteForm tr {
    grid-template-columns: 1fr 1fr;
}

#pickupAddress {
    margin-bottom: 1em;
}

#createRepairForm td {
    vertical-align: top;
}

#product_group {
    width: 100%;
}

#accUnitDetails select,
#accUnitDetails input {
    /*   max-width: 50%; */
}

#acc_product_group {
    /*   width: 50%; */
}

.burma_der {
    width: 200px !important;
    cursor: pointer;
}

.createRpBtn button {
    background: transparent;
    outline: none;
    border: none;
    color: #666;
}

.createRpBtn button:disabled {
    color: #000;
}

.createRpBtn:before {
    content: ' ';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 1px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    border: 1px solid #666;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.createRpBtn#active:before {
    content: ' ';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px;
    margin-right: 1px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    border: 7px solid #df1b12;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.radio_buttons_input__button {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 1px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    border: #e5e5e5 solid 1px;
}

#createRepairOptionBtns {
    margin-top: 20px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 300px 1fr
}

.no_pointer {
    cursor: default !important;
}

#search_by_subCategory_prodgp,
#search_by_subCategory_status_wrap {
    display: none;
    margin-left: 0px;
}

#searchResultRma,
.no_data {
    display: none;
}

#request_name {
    position: relative;
}

.close_details {
    color: #949494;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.close_details:hover {
    color: #4a4a4a;
}

.noDataAlert {
    text-align: center;
}

.deleteDer {
    cursor: pointer;
    padding-left: 40px !important;
}

#finalRepair_burma_List {
    border-collapse: collapse;
    empty-cells: show;
}

#finalRepair_burma_List td {
    position: relative;
}

#finalRepair_burma_List tr.strikeout td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

#finalRepair_burma_List tr.strikeout td:after {
    content: "\00B7";
    font-size: 1px;
}

#home_search,
#goBack {
    width: fit-content;
}

#home_search input,
#home_search select {
    margin-right: 20px;
}

#send_boxes_number {
    width: 20%;
    margin-left: 1em;
}

.pendingListNoData {
    cursor: default !important;
}

#complete_n_create_repair:disabled,
#complete_n_create_repair[disabled],
#get_input button:disabled,
#get_input button[disabled] {
    background-color: #8e8e8e;
}

#submit_accessories_rma_button {
    margin-top: 20px;
}

#send_boxes_number {
    width: 50px;
    vertical-align: middle !important;
    padding: 0 !important;
    text-align: center;
}

#final_shipping_label {
    margin: 20px 0;
    height: 320px;
}

#final_shipping_label img {
    transform: rotate(90deg) translateY(75px) translateX(70px);
    height: 200px;
}

#submit_output {
    /*   padding: 1em;
	background-color: #f7f7f7; */
}

#final_rma_table table {
    /*   	font-family: "Gilroy", Helvetica, Arial, sans-serif;font-weight: bold;
    width: 100%; */
}

#print_rma_ups_details {
    float: right;
}

#button_layout {
    background-color: #FFF;
    margin: 15px 0;
    margin-bottom: 40px;
    margin-top: -20px;
    border-bottom: 1px solid #e5e5e5;
}

#button_layout .requests_header {
    width: max-content;
    border: none;
    background-color: transparent;
    padding: 0px;
    margin-right: 30px;
    color: #666;
    min-width: auto;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    text-transform: initial;
    font-size: 16px;
    line-height: 2.72;
    transition: none;
    height: auto;
}

.form-inline {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
}

.search-filter {
    display: inline-block;
    position: relative;
}

.form-inline .search-filter h4 {
    position: absolute;
    top: 15px;
    left: 15px;
    transform: translateY(-9px) scale(0.85714);
    opacity: 0.25;
}

#search_by_category option {
    color: #000;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

#search_by_category option:hover,
.field:hover {
    cursor: pointer !important;
}

#search_by_category_wrap:after,
#search_by_subCategory_status_wrap:after,
#search_by_rmaStatus_wrap:after {
    /* .search_by_category_arrow { */
    position: absolute;
    right: 36px;
    top: 21.5px;
    content: " ";
    /* background-image: url('/hc/theming_assets/01K1E01MNG97BKRJJ9SM5ZNV01'); */
    background-repeat: no-repeat;
    pointer-events: none;
    width: 12px;
    height: 8px;
    transition: all .25s ease 0s;
}

#search_by_subCategory_status_wrap:after {
    right: 65px;
}

#search_by_rmaStatus_wrap:after,
#search_by_prodGroup_wrap:after {
    right: 18px;
}

#search_by_category_wrap.field_title_in_focus:after,
#search_by_subCategory_status_wrap.field_title_in_focus:after,
#search_by_rmaStatus_wrap.field_title_in_focus:after,
#search_by_prodGroup_wrap.field_title_in_focus:after {
    transform: rotate(180deg);
    transition: all .25s ease 0s;
}

#cs_BURMA_Frame select,
#cs_BURMA_Frame input,
select#search_by_category,
input#my_repair_search {
    color: #000;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    cursor: pointer;
    outline: 1px solid #e5e5e5;
    border: none;
    vertical-align: top;
    padding: 12px 0px 0px 12px;
    height: 50px;
    font-size: 16px;
}

#cs_BURMA_Frame input {
    padding: 12px 0px 0px 12px;
}

.form-inline input#my_repair_search {
    padding: 12px 0px 0px 16px;
}

#onlyForMyRepairs input#search_by_RMA,
#onlyForMyRepairs input#search_by_customerRef,
#onlyForMyRepairs input#search_by_serialNumber {
    padding: 14px 0px 0px 12px;
}

#onlyForMyRepairs select#search_by_rmaStatus,
#product_group {
    padding: 14px 0px 0px 8px;
}

.field text area {
    height: 200px;
}

#cs_BURMA_Frame input[type="submit"] {
    outline: none;
}

select#search_by_category:focus,
select#search_by_category:focus-visible,
input#my_repair_search:focus,
input#my_repair_search:focus-visible {
    border-radius: 0px;
    outline: 1px solid #000;
    border: none;
}

#my_repair_search::placeholder,
#my_repair_search:-ms-input-placeholder,
#my_repair_search::-ms-input-placeholder {
    opacity: 1;
    /* Firefox */
    color: #000;
}

.current {
    border-bottom: solid 4px #df1B12 !important;
    list-style-type: none !important;
    color: #000 !important;
}

.current a {
    color: #000 !important;
}

#searchBoxForRMA {
    background-image: url('/hc/theming_assets/01K1E01MNRVQ8HZKCTCNAXZG74');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 50px;
    min-width: 50px;
    padding: 0;
    position: absolute;
    right: 6px;
    top: -18px;
}

#onlyForMyRepairs .filter {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 20px;
    margin-bottom: 20px;
    row-gap: 20px;
}

#onlyForMyRepairs .filter input,
#onlyForMyRepairs .filter select {
    width: 100%
}

#onlyForMyRepairs .button {
    margin-right: 20px;
}

#check_address {
    margin-bottom: 0px;
}

#check_address a {
    text-transform: none;
    color: #004B7F;
}

.select_checkbox {
    width: 16px !important;
    height: 16px !important;
    vertical-align: middle;
    color: #e5e5e5 !important;
}

.selectset label {
    color: #7A7E80 !important;
}

.selectset label.checked {
    color: #000 !important;
}

.acc_btn_submit,
.btn_submit,
#onlyForMyRepairs button {
    margin-right: 14px;
}

#showRMAerrorAlert,
#showRMAalert {
    position: fixed;
    top: 40%;
    left: 40%;
    padding: 10px 20px;
    background-color: #df1b12;
    width: -moz-fit-content;
    color: #FFF;
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    z-index: 100;
}

#showRMAalert {
    background-color: #8dc3eb;
}

#showRMAerrorAlert p,
#showRMAalert p {
    margin: 0;
}


#shipping_label img {
    width: 100%;
}

.repairs_details_container {
    background-color: #f5f5f5;
    margin-top: 30px 0x;
}

.repairs_details__inner_container {
    padding: 30px 0;
}

#cs_MyRepair_Details td:first-child {
    text-transform: uppercase;
}

#print-shipping-label {
    margin: 20px 0;
    outline: none;
}

@media (min-width: 768px) {
    #shipping_label img {
        height: 500px;
    }

    table.repairs_details_box_inner {
        max-width: 800px;
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    .repairs_details_box_inner {
        display: inline-block;
        vertical-align: top;
    }

    #print-shipping-label {
        margin: 0 0 20px 0;
    }
}

/*** Fade In effect ***/

.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

.fade-in-fast {
    animation: fadeIn ease 0.5s;
    -webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
    -o-animation: fadeIn ease 0.5s;
    -ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*** End Fade In effect ***/

/* Customise datepicker - TomTom*/
#ui-datepicker-div {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #000;
}

.ui-datepicker td {
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #201d1a !important;
    background: #f2f2f2 !important;
}

.ui-widget-header {
    background: #df1b12 url("images/ui-bg_highlight-soft_15_cc0000_1x100.png") 50% 50% repeat-x !important;
    border: 1px solid #df1b12 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    color: #000 !important;
    background: none !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-button {
    background: #eeeeee url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x !important;
}

#no_end_user p {
    font-size: 18px;
    color: #666;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #df1b12 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0 !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #e6e6e6 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
}

.select2-dropdown {
    border: 1px solid #cac8c8 !important;
    border-radius: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #cac8c8 1px !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

/*
* BuRMA 2.0 - End
*/
/* ADA */
#blocks-item-bongo {
    cursor: pointer;
}

#ada-button-frame {
    display: none;
}

iframe#launcher {
    margin: 25px !important;
    z-index: 1 !important;
}

.form_table input[type=checkbox]:checked {
    background-image: url('/hc/theming_assets/01K1E01K40VJYAFHYCB80J5WDZ');
    background-repeat: no-repeat;
    background-position: center;
}

.form_table th,
.doa_search::placeholder {
    font-family: "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.doa_search {
    background-image: url('/hc/theming_assets/01K1E01MNRVQ8HZKCTCNAXZG74');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

#doa_header {
    cursor: pointer;
}

.nesty-panel {
    margin-top: 56px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}


/***** Search bar auto complete ********/

zd-autocomplete {
    border-radius: 0px;
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
    color: #000;
    font-family: Gilroy, "Gilroy", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

zd-autocomplete-breadcrumbs-multibrand {
    color: #4a4c4c;
    -webkit-text-fill-color: #4a4c4c;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
}

/***** Search bar auto complete ********/


/* For custom error (Gendral Use) */

.customError {
    border-color: #df1b12 !important;
}

.tt-input-error {
    display: block;
    font-family: Proxima Nova, "Proxima Nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #df1b12;
    margin: 5px 0;
}

/* END: For custom error (Gendral Use) */


/* For Bottom Button */

.bot_button_div {
  position: fixed;
  bottom: 24px;
  right: 36px;
  z-index: 9;
}

.bot_button {
  padding: 20px 24px;
  border-radius: 50px !important;
}

.bot_button:hover{
    background-color: #df1b12 !important;
}

/* iframe#launcher {
    visibility: hidden;
} */

/* div iframe[id="launcher"]:nth-child(2) {
    visibility: visible;
} */