@charset "UTF-8";

@font-face {
    font-family: 'Lato-Light';
    font-display: swap;
    src: url('https://common.xmslol.com/font/lato/lato-light.eot');
    src: url('https://common.xmslol.com/font/lato/lato-light.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/lato/lato-light.woff') format('woff'),
        url('https://common.xmslol.com/font/lato/lato-light.woff2') format('woff2'),
        url('https://common.xmslol.com/font/lato/lato-light.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Bold';
    font-display: swap;
    src: url('https://common.xmslol.com/font/proximanova/proximanova-bold.eot');
    src: url('https://common.xmslol.com/font/proximanova/proximanova-bold.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/proximanova/proximanova-bold.woff') format('woff'),
        url('https://common.xmslol.com/font/proximanova/proximanova-bold.woff2') format('woff2'),
        url('https://common.xmslol.com/font/proximanova/proximanova-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    font-display: swap;
    src: url('https://common.xmslol.com/font/proximanova/proximanova-sbold.eot');
    src: url('https://common.xmslol.com/font/proximanova/proximanova-sbold.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/proximanova/proximanova-sbold.woff') format('woff'),
        url('https://common.xmslol.com/font/proximanova/proximanova-sbold.woff2') format('woff2'),
        url('https://common.xmslol.com/font/proximanova/proximanova-sbold.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Light';
    font-display: swap;
    src: url('https://common.xmslol.com/font/proximanova/proximanova-light.eot');
    src: url('https://common.xmslol.com/font/proximanova/proximanova-light.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/proximanova/proximanova-light.woff') format('woff'),
        url('https://common.xmslol.com/font/proximanova/proximanova-light.woff2') format('woff2'),
        url('https://common.xmslol.com/font/proximanova/proximanova-light.ttf') format('truetype');
}

@font-face {
    font-family: 'ProximaNova-Regular';
    font-display: swap;
    src: url('https://common.xmslol.com/font/proximanova/proximanova-regular.eot');
    src: url('https://common.xmslol.com/font/proximanova/proximanova-regular.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/proximanova/proximanova-regular.woff') format('woff'),
        url('https://common.xmslol.com/font/proximanova/proximanova-regular.woff2') format('woff2'),
        url('https://common.xmslol.com/font/proximanova/proximanova-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Utopia-Bold';
    font-display: swap;
    src: url('https://common.xmslol.com/font/utopia/utopia-bold.eot');
    src: url('https://common.xmslol.com/font/utopia/utopia-bold.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/utopia/utopia-bold.woff') format('woff'),
        url('https://common.xmslol.com/font/utopia/utopia-bold.woff2') format('woff2'),
        url('https://common.xmslol.com/font/utopia/utopia-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Utopia-Regular';
    font-display: swap;
    src: url('https://common.xmslol.com/font/utopia/utopia-regular.eot');
    src: url('https://common.xmslol.com/font/utopia/utopia-regular.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/utopia/utopia-regular.woff') format('woff'),
        url('https://common.xmslol.com/font/utopia/utopia-regular.woff2') format('woff2'),
        url('https://common.xmslol.com/font/utopia/utopia-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Utopia-Semibold';
    font-display: swap;
    src: url('https://common.xmslol.com/font/utopia/utopia-sbold.eot');
    src: url('https://common.xmslol.com/font/utopia/utopia-sbold.eot?#iefix') format('embedded-opentype'),
        url('https://common.xmslol.com/font/utopia/utopia-sbold.woff') format('woff'),
        url('https://common.xmslol.com/font/utopia/utopia-sbold.woff2') format('woff2'),
        url('https://common.xmslol.com/font/utopia/utopia-sbold.ttf') format('truetype');
}

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

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

@media (max-width: 1024px) {
    .article-body iframe {
        width: 100%;
        height: 48.8vw;
    }

    .table-wrap>div {
        width: 100%;
        overflow-x: auto;
    }
}
@media (max-width: 1024px) {
    .article-body .wap-to-order iframe {
        width: 100%;
        height: 100% !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
}

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

h4 {
    font-size: 16px;
}

a {
    color: rgba(0, 6, 207, 1);
    text-decoration: none;
}

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

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

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

input:focus {
    border: 1px solid rgba(0, 6, 207, 1);
}

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

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

select:focus {
    border: 1px solid rgba(0, 6, 207, 1);
}

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

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

textarea:focus {
    border: 1px solid rgba(0, 6, 207, 1);
}

.container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
}

@media (min-width: 1160px) {
    .container {
        padding: 0;
        width: 100%;
        padding: 0 4%;
    }
}

@media (min-width: 1025px) {
    .under-banner {
        margin-top: -100px;
    }

    .banner-wap {
        display: none;
    }
}

@media (max-width: 1024px) {
    .under-banner {
        margin-top: -18vw;
    }

    .banner-wap.no-home {
        display: block;
        height: 65vw;
    }
}

.container-divider {
    margin-bottom: 20px;
}

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

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

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

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

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

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

/***** Buttons *****/
.button,
[role="button"] {
    border: 1px solid rgba(0, 6, 207, 1);
    border-radius: 4px;
    color: rgba(0, 6, 207, 1);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    margin: 0;
    padding: 0 20px;
    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;
}

@media (min-width: 1024px) {

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

.button::after,
[role="button"]::after {
    color: rgba(0, 6, 207, 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: rgba(0, 6, 207, 1);
    color: #FFFFFF;
    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: #000369;
    border-color: #000369;
}

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

.button-large,
input[type="submit"] {
    background-color: rgba(0, 6, 207, 1);
    border: 0;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.72;
    min-width: 190px;
    padding: 0 1.9286em;
    width: 100%;
}

@media (min-width: 1024px) {

    /** 768 **/
    .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: #000369;
}

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .table {
        table-layout: auto;
    }
}

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .table tr {
        display: table-row;
    }
}

.table td {
    display: block;
}

@media (min-width: 1024px) {

    /** 768 **/
    .table td {
        display: table-cell;
    }
}

@media (min-width: 1024px) {

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

@media (min-width: 1024px) {

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

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

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

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

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

.form-field input:focus {
    border: 1px solid rgba(0, 6, 207, 1);
}

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

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

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

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

.form-field .nesty-input:focus {
    border: 1px solid rgba(0, 6, 207, 1);
    text-decoration: none;
}

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

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

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

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

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

.form-field p {
    color: #666;
    font-size: 12px;
    margin: 5px 0;
}

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

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

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

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

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

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

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

/***** Header *****/
.header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4%;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
}

@media (min-width: 1160px) {
    .header {
        padding: 0 4%;
        width: 100%;
    }
}

.logo a {
  display: block;
  max-height: 48px;
}
.logo img {
    max-height: 48px;
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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 {
    width: 100%;
    padding-left: 4%;
}

.nav-wrapper a {
    border: 0;
    color: #333;
    display: none;
    font-size: 14px;
    padding: 6px 20px 0 0;
    width: auto;
}

@media (min-width: 1024px) {

    /** 768 **/
    .nav-wrapper a {
        display: inline-block;
    }
}

[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: rgba(0, 6, 207, 1);
    text-decoration: underline;
}

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

.nav-wrapper .icon-menu {
    border: 0;
    color: rgba(0, 6, 207, 1);
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    width: auto;
}


@media (min-width: 1024px) {

    /** 768 **/
    .nav-wrapper .icon-menu {
        display: none;
    }
}

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

.nav-wrapper .icon-menu:hover,
.nav-wrapper .icon-menu:focus,
.nav-wrapper .icon-menu:active {
    background-color: transparent;
    color: rgba(0, 6, 207, 1);
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
}

.user-info>[role="button"] {
    border: 0;
    color: rgba(0, 6, 207, 1);
    min-width: 0;
    padding: 0;
    white-space: nowrap;
}

.user-info>[role="button"]:hover,
.user-info>[role="button"]:focus {
    color: rgba(0, 6, 207, 1);
    background-color: transparent;
}

.user-info>[role="button"]::after {
    color: rgba(0, 6, 207, 1);
    padding-right: 15px;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    #user #user-name {
        display: inline-block;
    }
}

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

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

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

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

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

/***** Footer *****/
.footer {
    padding: 90px 0 30px;
}

.footer-wap {
    padding: 5vw 0 3vw;
}

.footer a {
    color: #666;
}

.footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
}

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

.footer-language-selector {
    color: #666;
    display: inline-block;
    font-weight: 300;
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .breadcrumbs {
        margin: 0;
    }
}

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

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

.breadcrumbs li a:visited {
    color: rgba(0, 6, 207, 1);
}

/***** Search field *****/
.home-pc {
    width: 100%;
    background: #F5F6F7;
}

.home-wap {
    width: 100%;
    background: #F5F6F7;
    display: none;
}

@media (max-width: 1024px) {
    .home-pc {
        display: none;
    }

    .home-wap {
        display: block;
    }
}

.helpcenter {
    font-size: 40px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 12px;
    padding-top: 80px;
}

.helpcenter-wap {
    font-size: 7vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    line-height: 6vw;
    margin-bottom: 2vw;
    padding-top: 9vw;
}

.helpcenter-desc {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-bottom: 32px;
}

.helpcenter-desc-wap {
    font-size: 3.5vw;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5vw;
}

.search {
    position: relative;
}

.search-box:focus-within {
    border: 1px solid #3C65C8;
    ;
}

.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 60px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
}

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

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

.home-faq-content-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 26px;
}

.home-faq-article-container {
    position: relative;
    width: calc(50% - 8px);
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
}

.home-faq-article-container-wap {
    position: relative;
    background: #FFFFFF;
    border-radius: 2vw;
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    padding: 4vw 3vw;
}

.home-faq-article-header {
    padding: 26px 0;
    width: calc(100% - 64px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCE0E8;
}

.home-faq-article-header-wap {
    padding-bottom: 3vw;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DCE0E8;
}

.home-faq-article-header h3 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 24px;
    margin: 0;
}

.home-faq-article-header-wap h3 {
    font-size: 4.2vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 4.2vw;
    margin: 0;
}

.home-faq-article-header .show-all {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    text-decoration: none;
}

.home-faq-article-header-wap .show-all-wap {
    font-size: 3.5vw;
    font-weight: 400;
    color: #666666;
    line-height: 4.2vw;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.home-faq-article-header-wap .show-all-wap img {
    height: 3.5vw;
    width: 3.5vw;
    display: inline;
}

.home-faq-article-list {
    padding: 20px 32px 8px 32px;
    flex-grow: 1;
}

.home-faq-article-list-wap {
    padding-top: 4vw;
    flex-grow: 1;
}

.home-faq-article-item {
    margin-bottom: 20px;
}

.home-faq-article-item-wap {
    margin-bottom: 2vw;
}

.home-faq-article-item a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
}

.home-faq-article-item-wap a {
    font-size: 3.8vw;
    font-weight: 400;
    color: #333333;
    line-height: 5vw;
    display: flex;
}

.home-faq-article-item a::before {
    content: ' ';
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 2px;
    margin-right: 8px;
    background: #333;
    margin-top: 11px;
}

.home-faq-article-item-wap a span {
    font-size: 1.8vw;
    margin-right: 2vw;
}

.home-faq-article-item a:hover {
    color: #3C65C8;
    text-decoration: none;
}

.home-faq-article-header .show-all img {
    width: 12px;
    height: 12px;
    margin-left: 2px;
    display: inline-block;
}

.home-faq-container h2 {
    position: relative;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 28px;
}

.home-contact-us-container {
    position: relative;
    max-width: 1440px;
    padding: 0 20px;
    margin: 48px auto 0;
    padding-bottom: 36px;
}

.home-contact-us-container-wap {
    position: relative;
    padding: 0 3vw;
    padding-bottom: 7vw;
}

.home-contact-us-container h2 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 28px;
    margin-bottom: 12px;
    text-align: center;
}

.home-contact-us-container-wap h2 {
    margin: 0;
    font-size: 6.5vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 6.5vw;
    margin-bottom: 2vw;
    text-align: center;
}

.home-contact-us-title-desc {
    text-align: center;
    font-size: 16px !important;
    font-weight: 400;
    color: #333333;
    line-height: 16px !important;
}

.home-contact-us-title-desc-wap {
    text-align: center;
    font-size: 3.5vw !important;
    font-weight: 400;
    color: #333333;
    line-height: 4vw !important;
}

.home-contact-us-list {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 40px 0 24px;
}

.home-contact-us-item {
    position: relative;
    padding: 41px;
    width: calc((100% / 3) - 10px);
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-contact-us-item-wap {
    position: relative;
    padding: 4vw 5vw;
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
}

.home-contact-us-item img {
    height: 56px;
    width: 56px;
    margin-bottom: 20px;
}

.home-contact-us-item-wap img {
    height: 11vw;
    width: 11vw;
    margin-right: 3vw;
}

.home-contact-us-item h3 {
    margin: 0;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 24px;
}

.home-contact-us-item-wap h3 {
    margin: 0;
    text-align: left;
    font-size: 5vw;
    font-weight: normal;
    font-family: 'ProximaNova-Semibold';
    color: #333333;
    line-height: 5vw;
}

.home-contact-us-item .submit-a-request {
    display: block;
    margin: 24px auto 0;
    width: 196px;
    height: 40px;
    background: #3C65C8;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
}

.home-contact-us-item-wap .submit-a-request-wap {
    display: block;
    margin-top: 3vw;
    width: 46vw;
    height: 10vw;
    background: #3C65C8;
    text-decoration: none;
    font-size: 3vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    line-height: 10vw;
    text-align: center;
    border-radius: 5vw;
}

.home-contact-us-item .submit-a-request:hover {
    text-decoration: none;
}

.home-contact-us-item .phone {
    font-size: 18px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #3C65C8;
    line-height: 18px;
    margin-top: 12px;
    display: block;
    text-align: center;
}

.home-contact-us-item-wap .phone {
    font-size: 4vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 4vw;
    margin-top: 2vw;
    display: block;
    text-align: left;
}

.home-contact-us-item p {
    font-size: 14px !important;
    font-weight: 400;
    color: #666666;
    line-height: 14px !important;
    text-align: center;
    margin: 0;
    margin-top: 16px;
}

.home-contact-us-item-wap p {
    font-size: 3.2vw !important;
    font-weight: 400;
    color: #666666;
    line-height: 3.2vw !important;
    text-align: center;
    margin: 0;
}

#home-show-live-chat {
    color: #3C65C8;
    text-decoration: underline;
    cursor: pointer;
}

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

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

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

/***** Hero component *****/
.hero {
    background-image: url(/hc/theming_assets/01JYQJZGYTBHWBCC5K2BJGHP72);
    background-position: center;
    background-size: cover;
    height: 680px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

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

.banner {
    background-image: url(/hc/theming_assets/01JYQJZGYTBHWBCC5K2BJGHP72);
    background-position: bottom center;
    background-size: cover;
    height: 410px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

.banner-wap {
    background-image: url(/hc/theming_assets/01JYQJZGTDGJ29ZWJX52WNHDQ1);
    background-position: 0 0;
    background-size: 100% 65vw;
    background-repeat: no-repeat;
    padding: 0 3vw;
    text-align: center;
    width: 100%;
}

.banner-inner {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.banner-inner-wap {
    position: relative;
    margin-top: 9vw;
    margin: 0 auto;
}

.banner-inner .channel-box {
    margin-top: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-inner-wap .channel-box-wap {
    margin-top: 2vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.banner-inner .channel-box a {
    position: relative;
    display: block;
    flex: 1;
    margin: 0 10px;
}

.banner-inner-wap .channel-box-wap a {
    position: relative;
    display: block;
    flex: 1;
    margin: 0 1vw;
}

.banner-inner .channel-box a:first-child {
    margin-left: 0;
}

.banner-inner-wap .channel-box-wap a:first-child {
    margin-left: 0;
}

.banner-inner .channel-box a:last-child {
    margin-right: 0;
}

.banner-inner-wap .channel-box-wap a:last-child {
    margin-right: 0;
}

.home-faq-container {
    position: relative;
    max-width: 1440px;
    margin: 142px auto 50px;
}

.home-faq-container-wap {
    position: relative;
    padding: 2vw 3vw 10vw;
}

.banner-inner .channel-item {
    width: 100%;
    height: 184px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-inner .channel-item:hover span {
    color: #3C65C8;
    text-decoration: none !important;
}

.banner-inner .channel-box a:hover {
    text-decoration: none !important;
}

.banner-inner-wap .channel-item-wap {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner-inner .channel-item .icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 12px;
}

.banner-inner-wap .channel-item-wap .icon {
    width: 9vw;
    height: 9vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 2.7vw 0;
}

.icon-refund {
    background-image: url(/hc/theming_assets/01JYQJZG9RV83V64T1XN473HCP);
}

.icon-eyeglasses {
    background-image: url(/hc/theming_assets/01JYQJZH2DK7PBDMMP1KX26149);
}

.icon-prescription {
    background-image: url(/hc/theming_assets/01JYQJZH9F2TJN15E1MXZ9S2B3);
}

.icon-lenses {
    background-image: url(/hc/theming_assets/01JYQJZH95JPVBFWJ2M8AAFQ90);
}

.banner-inner .channel-item span {
    font-size: 18px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 16px;
}

.banner-inner-wap .channel-item-wap span {
    font-size: 3vw;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 2.7vw;
    display: flex;
    align-items: center;
}

.banner-inner .search-tag-box {
    position: relative;
    margin-top: 16px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.banner-inner-wap .search-tag-box-wap {
    position: relative;
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
}

.banner-inner .search-tag-box a {
    text-decoration: none;
}

.banner-inner-wap .search-tag-box-wap a {
    text-decoration: none;
}

.banner-inner .search-tag-box .search-tag {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    font-size: 14px;
    padding: 11px 15px;
    color: #333;
    margin: 0 16px 0 0;
    line-height: 14px;
}

.banner-inner .search-tag-box .search-tag::last-child {
    margin-right: 0;
}

.banner-inner-wap .search-tag-box-wap .search-tag-wap {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3vw;
    font-size: 2.8vw;
    padding: 0 3vw;
    color: #333;
    margin: 1vw;
    line-height: 6vw;
}

.banner-inner .search-box .search input[type="search"] {
    border: none;
    box-sizing: border-box;
    color: #333;
    height: 56px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 0;
    flex-grow: 1;
    transition: none;
}

.banner-inner-wap .search-box-wap .search input[type="search"] {
    border: none;
    box-sizing: border-box;
    color: #333;
    height: 11vw;
    padding-left: 10vw;
    padding-right: 2vw;
    -webkit-appearance: none;
    width: 0;
    flex-grow: 1;
    transition: none;
    background: #ffffff;
}

.banner-inner .search-box .search input[type="submit"] {
    width: 118px;
    height: 44px;
    background: #3C65C8;
    border-radius: 6px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    min-width: 118px;
}

.banner-inner-wap .search-box-wap .search input[type="submit"] {
    width: 19vw;
    min-width: 19vw;
    height: 9vw;
    background: #3C65C8;
    border-radius: 4.5vw;
    font-size: 3vw;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
    margin-right: 1vw;
    padding: 0;
}

.banner-inner .search-box {
    width: 748px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}

.banner-inner-wap .search-box-wap {
    height: 11vw;
    background: #FFFFFF;
    border-radius: 5.5vw;
    border: 1px solid #fff;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
}


.banner-inner .search-box .search {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

.banner-inner-wap .search-box-wap .search {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

.banner-inner-wap .search-box-wap .search.search-full:before {
    font-size: 4vw;
    color: #333;
    margin-left: 2vw;
}

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

@media (min-width: 1024px) {

    /** 768 **/
    input {
        -webkit-overflow-scrolling: none;
    }

    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
        background: #3c65c8;
        color: #fff;
        padding: 1% 4%;
        margin-bottom: 2%;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
}

.page-header h1 {
    flex-grow: 1;
    margin-bottom: 10px;
}

.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: 50px;
    padding-bottom: 15px;
    padding: 10px 4%;
    background: #f5f6fa;
}

@media (min-width: 1024px) {

    /** 768 **/
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
}

@media (min-width: 1024px) {

    /** 768 **/
    .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 */
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

@media (min-width: 1024px) {

    /** 768 **/
    .blocks-list {
        margin: 0 -15px;
    }
}

.blocks-item {
    border: 1px solid rgba(0, 6, 207, 1);
    border-radius: 4px;
    box-sizing: border-box;
    color: rgba(0, 6, 207, 1);
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {

    /** 768 **/
    .blocks-item {
        margin: 0 15px 30px;
    }
}

.blocks-item:hover,
.blocks-item:focus,
.blocks-item:active {
    background-color: rgba(0, 6, 207, 1);
}

.blocks-item:hover *,
.blocks-item:focus *,
.blocks-item:active * {
    color: #FFFFFF;
    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: #333333;
}

.blocks-item-link {
    color: rgba(0, 6, 207, 1);
    padding: 20px 30px;
}

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

.blocks-item-title {
    margin-bottom: 0;
}

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .section {
        margin-bottom: 60px;
    }
}

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

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

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

.promoted-articles-item {
    flex: 1 0 auto;
}

@media (min-width: 1024px) {
    .promoted-articles-item {
        align-self: flex-end;
        flex: 0 0 auto;
        padding-right: 30px;
        width: 33%;
        /* Three columns on desktop */
    }

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

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

.promoted-articles-item a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    color: #333333;
}

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

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

@media (min-width: 1024px) {
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }

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

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

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

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

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

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

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

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

/***** Category pages *****/
.category-container {
    display: flex;
    justify-content: flex-end;
}

.category-content {
    flex: 1;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .section-tree {
        flex-direction: row;
    }
}

.section-tree .section {
    flex: initial;
}

@media (min-width: 1024px) {

    /** 768 **/
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

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

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

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    font-size: 16px;
    padding: 15px 0;
}

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

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

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

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

.section-content {
    flex: 1;
}

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

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

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

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

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

@media (min-width: 1024px) {
    .article {
        flex: 1 0 78%;
        max-width: 78%;
        min-width: 640px;
        padding: 0 30px;
        margin-left: 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;
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (min-width: 1024px) {

    /** 768 **/
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: #000369;
}

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

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

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

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

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

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

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

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

.article-comment-count .icon-comments {
    color: rgba(0, 6, 207, 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 20%;
        height: auto;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .article-relatives>* {
        padding-right: 20px;
    }
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid rgba(0, 6, 207, 1);
    color: rgba(0, 6, 207, 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, 6, 207, 1);
}

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

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

.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: #333333;
    display: block;
    padding: 20px 0;
}

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

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

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

.article-unsubscribe {
    background-color: rgba(0, 6, 207, 1);
    color: #FFFFFF;
    text-decoration: none;
}

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

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

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

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

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

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

/***** 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: #333333;
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-sorter .dropdown-toggle {
    color: #666;
    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, 6, 207, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .comment-labels {
        flex-basis: auto;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    [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, 6, 207, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 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: #000369;
}

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

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

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

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

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

.vote a {
    outline: none;
}

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

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

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

.vote-up:hover::before,
.vote-down:hover::before {
    color: rgba(0, 6, 207, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .topic-header {
        padding-bottom: 10px;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .community-follow [role="button"] {
        width: auto;
    }
}

.community-follow [role="button"]:hover {
    background-color: rgba(0, 6, 207, 1);
}

.community-follow [role="button"]:hover::after,
.community-follow [role="button"]:focus::after {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(0, 6, 207, 1);
    color: #FFFFFF;
}

.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .community-follow [role="button"]::after {
        position: static;
    }
}

[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(0, 6, 207, 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: 1024px) {

    /** 768 **/
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
}

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

.striped-list-title {
    color: rgba(0, 6, 207, 1);
    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: #000369;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .striped-list-number {
        color: #333333;
        display: block;
        font-weight: 400;
    }
}

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

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

.status-label-pinned,
.status-label-featured,
.status-label-official {
    background-color: rgba(0, 6, 207, 1);
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: #e9ebed;
    color: #666;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: #000369;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav {
        border: 0;
        height: auto;
        flex-direction: row;
        max-height: none;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav-list {
        flex-direction: row;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav-list li {
        line-height: normal;
        margin-right: 30px;
    }

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav-list li:hover {
        border-bottom: 4px solid #ddd;
    }

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav-list li[aria-selected="true"] {
        border-bottom: 4px solid rgba(0, 6, 207, 1);
        order: 1;
        padding: 15px 0 11px 0;
    }
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .collapsible-nav-list li[aria-selected="true"]::after {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }
}

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .requests-table-toolbar .request-table-filter {
        width: auto;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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, 6, 207, 1);
    color: #FFFFFF;
}

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .requests .requests-table-meta {
        display: none;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .requests .requests-table thead {
        display: table-header-group;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
}

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .subscriptions-unsubscribe a {
        width: auto;
    }
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .subscriptions-table td:last-child {
        display: table-cell;
    }
}

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
}

.no-activities {
    color: #666;
}

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

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

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

.request-breadcrumbs {
    margin-bottom: 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: #666;
    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, 6, 207, 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, 6, 207, 1);
}

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

.request-title {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pagination * {
    display: inline-block;
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .pagination li {
        height: 30px;
        width: 30px;
    }
}

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

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

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

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

@media (min-width: 1024px) {

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

.pagination-current {
    background-color: rgba(0, 6, 207, 1);
}

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

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

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

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

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

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

.meta-group * {
    display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
        margin-left: 10px;
    }

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

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

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

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

.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 {
    color: #666;
    font-weight: 300;
    flex: 0 0 100px;
    margin-right: 10px;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
}

@media (min-width: 1024px) {

    /** 768 **/
    .profile-stats-activity .stat {
        flex-direction: column;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}

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

@media (min-width: 1024px) {

    /** 768 **/
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) {

    /** 768 **/
    .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, 6, 207, 1);
    border-radius: 4px;
    color: rgba(0, 6, 207, 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: 1024px) {

    /** 768 **/
    .profile-private-badge {
        flex-basis: auto;
    }
}

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

.profile-section {
    width: 100%;
}

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
}

@media (min-width: 1024px) {

    /** 768 **/
    .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: 15px;
    vertical-align: middle;
}

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

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

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

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

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

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

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

@media (min-width: 1024px) {

    /** 768 **/
    .profile-activity {
        padding-left: 20px;
    }

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

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .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%;
}

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

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f7f7f7;
}

@media (min-width: 1024px) {

    /** 768 **/
    .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: 1024px) {

    /** 768 **/
    .profile-activity::before {
        left: -14px;
    }

    [dir="rtl"] .profile-activity::before {
        right: -14px;
    }
}

.profile-articles>.profile-contribution::before,
.profile-activity-list>li[class$="-article"]::before {
    content: "\1f4c4";
}

.profile-posts>.profile-contribution::before,
.profile-activity-list>li[class$="-post"]::before {
    content: "\1f4d4";
}

.profile-comments>.profile-contribution::before,
.profile-activity-list>li[class$="-comment"]::before {
    content: "\1f4ac";
    line-height: 35px;
}

/***** Search results *****/
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

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

.search-results-list {
    margin-bottom: 25px;
}

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

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

.search-result-description {
    margin-top: 15px;
    word-break: break-word;
}

.search-result-votes,
.search-result-meta-count {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 4px 5px;
    position: relative;
}

.search-result-votes::before,
.search-result-meta-count::before {
    color: rgba(0, 6, 207, 1);
}

[dir="ltr"] .search-result-votes,
[dir="ltr"] .search-result-meta-count {
    margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before,
[dir="ltr"] .search-result-meta-count::before {
    margin-right: 3px;
}

[dir="rtl"] .search-result-votes,
[dir="rtl"] .search-result-meta-count {
    margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before,
[dir="rtl"] .search-result-meta-count::before {
    margin-left: 3px;
}

.search-result-votes::before {
    content: "\1F44D";
}

.search-result-meta-count::before {
    content: "\1F4AC";
}

.search-result .meta-group {
    align-items: center;
}

.search-result-breadcrumbs {
    margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
    content: "·";
    display: inline-block;
    margin: 0 5px;
}



.new_wrapper {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
}

.toparticles {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 auto;
    margin-top: -150px;
    position: relative;
    padding: 40px 0 40px 0;
    text-align: center;
    -moz-box-shadow: 0px 5px 10px #eee;
    box-shadow: 0px 5px 10px #eee;
}

.toparticlestxt {
    width: 100%;
    display: block;
}

.toparticlestxt h4 {
    text-align: left;
    width: 100%;
    padding-left: 5%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 44px;
}

.zeelool-blocks-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.zeelool-blocks-item {
    display: flex;
    width: 33.3%;
    flex-direction: column;
    justify-content: space-between;
    border-right: 2px solid #3c65c8;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 30px;
    text-align: left;
    padding: 0 5%;
    font-size: 16px;

}

.zeelool-blocks-item:last-child {
    border-right: 0px;
}

.zeelool-blocks-item a.more {
    border: 2px solid #3c65c8;
    display: block;
    text-align: center;
    color: #3c65c8;
    height: 50px;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 18px;
    font-weight: bold;
}

.new_box {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    margin-top: 40px;
}

.index_classify {
    width: 100%;
}

.index_classify li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
}

.index_classify li a {
    line-height: 0;
    display: block;
}

.index_classify li img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s linear 0s;
}

.index_classify li:hover img {
    transform: scale(1.05);
}

.index_classify li .txtbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    z-index: 1;
}

.index_classify li .txtbox .morebtn {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 14px;
    padding: 0 10px;
    width: 40%;
    margin: 0px auto;
    display: block;
    font-weight: bold;
}

.index_classify li .txtbox h4 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 42px;
}

.new_wrapper01 {
    width: 100%;
    padding: 0 calc(4% - 5px);
    box-sizing: border-box;
    margin-top: 20px;
}

.index_txtlist {
    flex-direction: row;
    background: #f5f6fa;
    display: flex;
}

.index_txtlist_box {
    display: flex;
    flex: 1 0 30%;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.index_txtlist_box ul {
    width: 100%;
    float: left;
    padding: 30% 10%;

}

.index_txtlist_box ul h4 {
    color: #3c65c8;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.index_txtlist_box ul h4>hr {
    color: #3c65c8;
    width: 36%;
    height: 4px;
    align-self: flex-start;
    text-align: left;
    margin: 0;
    background: #3c65c8;
    border: 0;
    margin-top: 6px;
}

.index_txtlist_box ul li {
    line-height: 42px;
}

.index_txtlist_box ul li a {
    color: #333;
}

.index_txtlist_box ul li .more {
    border: 2px solid #b6b6b6;
    height: 44px;
    line-height: 42px;
    padding: 0 15px;
    float: left;
    color: #898989;
    font-weight: bold;
    margin-top: 10px;
    text-transform: uppercase;
}

#wapves-footer {
    display: none
}

@media (min-width: 1024px) {

    /** 768 **/
    .pc-refund-return-desc {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .wap-refund-return-desc {
        display: none;
    }
}

@media (max-width: 1024px) {

    /** 768 **/
    .banner {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    .pc-refund-return-desc {
        display: none;
    }

    .wap-refund-return-desc {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        display: block;
    }

    .new_wrapper {
        padding: 0;
    }

    .helpcenter {
        font-size: 30px;
    }

    .helpcenter {
        margin-bottom: 10px;
    }

    .hero {
        height: 360px;
    }

    .hero-inner {
        top: 30%;
    }

    .toparticlestxt {
        display: block;
    }

    .toparticles {
        padding: 20px 20px;
        margin-top: -100px;
    }

    .zeelool-blocks-list {
        flex-direction: column;
    }

    .zeelool-blocks-item {
        width: 100%;
        border-right: 0px;
        padding: 5px 0%;
        margin-bottom: 0;
        line-height: 30px;
        float: left;

    }

    .zeelool-blocks-item a.more {
        display: none;
    }

    .toparticlestxt h4 {
        padding-left: 0;
        margin-bottom: 12px;
    }

    .index_classify li {
        width: 100%;
    }

    .new_box {
        padding: 0 0px;
        margin-top: 20px;
    }

    .index_classify li {
        margin-top: 10px;
    }

    .index_classify li img {
        width: 126%;
        margin-left: -13%;
    }

    .index_classify li .txtbox h4 {
        width: 80%;
        margin-left: 10%;
        font-size: 24px;
        line-height: 32px;
    }

    .index_txtlist_box {
        display: flex;
        flex-direction: column;
        border-left: 0;
        border-right: 0;
        border-top: 10px solid #fff;
    }

    .new_wrapper01 {
        padding: 0
    }

    .index_txtlist {
        flex-direction: column;
    }

    .index_txtlist_box ul {
        padding: 40px 20px;
    }

    .index_txtlist_box ul h4 {
        font-size: 26px;
    }


}



.table-shipping-wrap {
    overflow-x: scroll;
}

.table-shipping-wrap::-webkit-scrollbar {
    display: none
}

.main-container .main>div:first-child {
    margin-top: 0
}

.howbox {
    width: 100%;
    float: left;
    background: #f6f7f8;
}

.howleftbox {
    width: 22%;
    float: left;
    padding-top: 30px;
}

.howleftbox h2 {
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    padding-right: 5%;
    text-align: right;
    color: #333 !important;
    text-transform: capitalize
}

.howleftbox h2 a {
    color: #333 !important;
}

.howleftbox ul {
    width: 100%;
    float: left;
    font-size: 16px;
}

.howleftbox ul li {
    width: 100%;
    height: 50px;
    margin-left: 0 !important;
    color: #333 !important;
    font-style: normal !important;
    line-height: 50px !important;
    float: left;
    font-size: 14px !important;
    padding-right: 5%;
    text-align: right
}

.howleftbox ul li.current {
    background: #fff
}

.howleftbox ul li a {
    color: #333 !important;
}

.howleftbox ul li a:hover {
    color: #000 !important;
}

.howrightbox {
    width: 78%;
    float: right;
    padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 60px;
    background: #fff
}

.howrightbox h1 {
    font-size: 40px;
    display: block;
    font-family: "timesnewroman";
    margin: 0;
    margin-bottom: 16px;
    color: #333 !important;
    text-transform: capitalize
}

.howrightbox h2 {
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #333 !important;
    text-transform: capitalize
}

.howrightbox p {
    display: block;
}

.howrightbox .bluestyle {
    font-size: 22px;
    color: #2aabe1
}

.howrightbox strong.f18 {
    font-size: 18px;
}

.howrightbox .howimgbox {
    margin: 25px 0 !important;
    display: block;
}

.howrightbox .howimgbox img {
    width: 100%
}

.howwapimg {
    display: none
}

.howpcimg {
    display: block
}

.paymenttable {
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.paymenttable tr td {
    line-height: 20px;
    text-align: center;
    padding: 12px 10px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.paymenttable .thstyle {
    background: #eaedf6;
}

.paymenttable .thstyle01 {
    background: #d6dae5;
}

.payment-table {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 64px;
}

.payment-table tr td,
th {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.payment-table tr th {
    font-weight: bold;
}

.payment-table tr .left-title {
    background: #eaedf6;
}

.payment-table .area-bg {
    background: #eaedf6;
}

.payment-table .area-bg td:first-child {
    background-color: #d6dae5;
}

.helptxt {
    text-align: center;
    overflow: hidden;
    padding-top: 40px
}

/*size*/
.framesizebox {
    width: 100%;
    float: left;
    x
}

.framesize {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 4% 4%;
}

.framesize li {
    text-align: center;
    list-style: none;
}

.framesize li .imgbox {
    width: 100%;
    margin: 0px auto
}

.framesize li .imgbox img {
    width: 96%;
}

.framesize li.title {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: bold
}

.framesize li.infobox {
    font-size: 12px;
    line-height: 18px;
    margin-top: 26px;
    margin-left: 0;
    font-style: normal;
    color: #696969;
}

/*shape*/
.how_shapediv {
    width: 100%;
    padding-top: 30px;
}

.how_shapebox {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.how_shapebox_left {
    width: 26%;
    float: left;
    background: #fefefe;
    border-bottom-left-radius: 20px
}

.how_shapebox_left .topbox {
    width: 100%;
    position: relative;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px
}

.how_shapebox_left .topbox.bg01 {
    background: #11c4ed
}

.how_shapebox_left .topbox.bg02 {
    background: #25d091
}

.how_shapebox_left .topbox.bg03 {
    background: #ff655a
}

.how_shapebox_left .topbox.bg04 {
    background: #8e62c8
}

.how_shapebox_left .topbox.bg05 {
    background: #ffb014
}

.how_shapebox_left .topbox .shapeimgbox {
    width: 64%;
    margin-left: 18%;
    position: absolute;
    top: -30px;
}

.how_shapebox_left .topbox .shapeimgbox img {
    width: 100%
}

.how_shapebox_left .topbox .shapetxtbox {
    color: #333;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}

.how_shapebox_left .bottombox {
    width: 100%;
    padding: 30px 20px;
    float: left;
    color: #696969;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

.how_shapebox_right {
    width: 74%;
    float: left
}

.how_shapebox_right .toptxtbox {
    width: 100%;
    padding: 5% 5% 2% 7%;
    float: left;
    color: #696969;
    font-size: 14px;
    line-height: 22px;
}

.how_shapebox_right .bottomproimgbox {
    width: 100%;
    float: left;
    list-style-type: none;
}

.how_shapebox_right .bottomproimgbox li {
    width: 50%;
    float: left;
    padding: 0 5% 0 7%;
    margin-left: 0;
    font-style: normal
}

.how_shapebox_right .bottomproimgbox li img {
    width: 100%
}

.how_shapebox_right .bottomproimgbox li .viewmore {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #333;
    text-decoration: underline
}

.pdbutton {
    background: #4267b2;
    text-align: center;
    margin-top: 20px;
    padding: 14px 46px;
    color: #fff;
    width: 100%;
    display: block;
    margin-bottom: 14px;
}

.pdbuttontxt {
    font-size: 12px;
    font-weight: normal;
}

.buy-glasses {
    background-color: #3361db;
    margin-top: 20px;
    text-align: center;
    padding: 4% 40px 0;
    box-sizing: border-box;
    line-height: 0;
}

.buy-glasses p:first-child {
    color: #ffffff;
    font-size: 34px;
    line-height: 40px;
    font-family: "utopia-sbold";
}

.buy-glasses p:nth-child(2) {
    line-height: 30px;
    font-size: 16px;
    color: #c6cff2;
    margin-top: 6px;
}

.buy-glasses img {
    width: 648px;
    margin: auto;
}

@media (max-width: 1024px) {
    #ves-footer {
        display: none;
    }

    #wapves-footer {
        display: block;
    }

    /*底部*/
    .accordion {
        width: 100%;
        margin: 0 auto;
        position: relative;
        clear: both;
        border-bottom: 1px solid #DDDDDD;
        margin-top: .6rem;
        float: left;
    }

    .accordion .link {
        cursor: pointer;
        display: block;
        padding: 0 3vw;
        border-radius: 3px;
        font-size: 3.733vw;
        color: #333;
        position: relative;
        height: 10.667vw;
        line-height: 10.667vw;
        text-align: left;
    }

    #accordion1.accordion .link {
        color: #333333;
        font-size: 3.733vw;
    }

    .accordion li {
        width: 100%;
        float: none;
    }

    #accordion1.accordion>li {
        border-top: 1px solid #e1e1e1;
        transition: all .3s;
    }

    #accordion1.accordion>li.open {
        background-color: white;
    }

    .accordion li a {
        padding: 14px 15px;
        font-size: 14px;
        color: #eee;
        display: block;
        width: 100%;
    }

    .accordion li.open i {
        color: #b63b4d;
    }

    .accordion li.open .link {
        color: #333333;
        text-align: left
    }

    .accordion .link.more {
        line-height: 14px;
        height: auto;
        padding: 8px 0;
        text-align: center;
        background: #f9f9f9
    }

    .accordion li.open .link .txt01 {
        display: none;
        text-align: center;
        font-size: 14px;
    }

    .accordion li.open .link .txt02 {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .accordion li .link .txt02 {
        display: none;
        text-align: center;
        font-size: 14px;
    }

    .accordion li .link .txt01 {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .accordion li .link .icon {
        margin: 0;
        font-size: 3.733vw;
        margin-right: 2vw;
    }

    .accordion li .link .icon::before {
        content: '+';
        font-size: 6vw;
        background: none;
        margin: 0;
        line-height: 10.667vw;
    }

    .accordion li.open .link .icon::before {
        content: '-';
        font-size: 6vw;
        background: none;
        margin: 0;
        line-height: 10.667vw;
        color: #333333;
    }

    .accordion li .submenu {
        display: none;
        background: #f7f7f7;
        padding: .2rem 0 .4rem;
    }

    .accordion li .submenu.active {
        display: block;
        font-size: 14px !important;
    }

    .accordion li .submenu li {
        text-align: left;
    }

    .submenu li input[type="checkbox"] {
        border: 1px solid #333333;
        background: transparent;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

    .accordion li .submenu a {
        display: block;
        padding: 1.333vw 1.333vw 1.333vw 4vw;
        box-sizing: border-box;
        line-height: 6.667vw;
        font-size: 3.733vw;
        color: #333;
    }

    .accordion li .submenu a i {
        position: absolute;
        width: 27px;
        height: 27px;
        top: 8px;
        right: 0px !important;
        color: #595959;
    }

    .accordion li .submenu a:hover {
        background: #f0f0f0;
    }

    .mm-listview>li.art-list {
        overflow: hidden;
        padding: 10px;
        font-size: 14px;
        color: #999;
    }

    .accordion li.open i {
        color: #b63b4d;
    }

    .accordion li.open i.fa-chevron-down01 {
        background: url(https://m.zeelool.com/skin/frontend/ves_taima/wap/images/jian.png) no-repeat center center;
        background-size: 75% 75%;
    }

    .accordion li i {
        position: absolute;
        width: 27px;
        height: 27px;
        top: 0;
        bottom: 0;
        right: 12px;
        font-size: .36rem;
        color: #595959;
        margin: auto;
    }

    .accordion li i.fa-chevron-down01 {
        right: 12px;
        left: auto;
        font-size: 1.6rem;
        background: url(https://m.zeelool.com/skin/frontend/ves_taima/wap/images/jia.png) no-repeat center center;
        background-size: 75% 75%;
    }

    .accordion li.open .link {
        color: #333;
    }

    .snsbox {
        text-align: center;
        float: left !important;
        width: 100%;
        padding: 3.5vw 0;
        text-align: center !important;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 3.5vw;
    }

    .snsbox a {
        display: inline-flex !important;
        width: 10vw;
        color: #fff !important;
        height: 10vw;
        background: #555;
        border-radius: 50%;
        align-items: center;
        justify-content: center;
        margin: 0 0.5vw;
        padding: 0 !important
    }

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

    .snsbox p {
        text-align: center;
        font-size: 3.8vw !important;
        color: #333;
    }

    .snsbox a em {
        color: #fff;
        font-size: 5vw;
    }

    .snsbox .ZeeloolWelcomeyou {
        display: block !important;
        overflow: hidden;
        max-width: 100%;
        margin: 3vw auto;
        height: 13vw;
        width: 90vw;
        border-radius: 4.533vw;
        background: none;
        text-align: center;
    }

    .snsbox .ZeeloolWelcomeyou img {
        height: 100%;
        border-radius: 10vw;
        overflow: hidden;
    }

    .app-store-wap {
        padding: 3.5vw 0;
        text-align: center;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 3.5vw;
    }

    .app-store-wap p {
        text-align: center;
        font-size: 3.2vw !important;
        color: #333;
    }

    .zee-wap {
        text-align: center;
        font-size: 3.2vw !important;
        color: #333;
    }

    .footer_c-wap img {
        width: 80vw;
        margin: 0 10vw;
    }

    .nav-wrapper .icon-menu {
        font-size: 32px;
        color: #333333;
        float: right;
        line-height: 32px;
    }
}

#ves-footer {
    overflow-x: hidden;
}

#ves-footer .newsletterbox {
    display: flex;
    padding: 40px 3%;
    background-color: white;
    justify-content: flex-end;
}

#ves-footer .newsletterbox .snsicobox {
    display: flex;
    align-items: stretch;
}

#ves-footer .newsletterbox .snsicobox .follow-us {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    margin-right: 64px;
}

#ves-footer .newsletterbox .snsicobox .new-media-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
}

#ves-footer .newsletterbox .snsicobox .new-media-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ves-footer .newsletterbox .snsicobox .new-media-container .app-store-list {
    display: flex;
}

#ves-footer .newsletterbox .snsicobox .new-media-container .app-store-list li:last-child {
    margin-left: 32px;
}

#ves-footer .newsletterbox .snsicobox .new-media-container .app-store-list img {
    width: 109px;
}

#ves-footer .newsletterbox .qrcode {
    margin-left: 40px;
    height: 108px;
    width: 108x;
    border: 1px solid #333;
}

#ves-footer .newsletterbox .snsicobox li .iconfont {
    font-size: 32px;
    color: #333333;
}

#ves-footer .newsletterbox .snsicobox li a {
    text-decoration: none;
}

#ves-footer .newsletterbox .snsicobox li .iconfont.icon-facebook {
    font-size: 28px;
}

#ves-footer .newsletterbox .snsicobox li .iconfont.icon-youtube {
    font-size: 28px;
}

#ves-footer .newbottom_bottom {
    background-color: #f5f6fa;
    display: flex;
    justify-content: space-between;
    padding: 0 4.17vw;
    padding-top: 24px;
}

#ves-footer .newbottom_bottom .leftlistbox {
    flex: 1;
    padding: 24px 0;
    margin-right: 50px;
    display: flex;
  	flex-wrap: wrap;
}

#ves-footer .newbottom_bottom .leftlistbox .newbotxt {
    flex: 1;
  	min-width: 170px;
  	max-width: 200px;
  	margin-right: 10px;
  	margin-bottom: 20px;
}

#ves-footer .newbottom_bottom .leftlistbox .newbotxt .botitle {
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    display: block;
    margin-bottom: 20px;
}

#ves-footer .newbottom_bottom .leftlistbox .newbotxt ul li {
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 18px;
}

#ves-footer .newbottom_bottom .leftlistbox .newbotxt ul li a {
    color: #333333;
}

#ves-footer .newbottom_bottom .need-help-wrap {
    margin: 24px 0;
    border-left: 1px solid #dce0e8;
    padding-left: 35px;
}

#ves-footer .newbottom_bottom .need-help-wrap h3 {
    color: #333333;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    font-size: 24px;
}

#ves-footer .newbottom_bottom .need-help-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

#ves-footer .newbottom_bottom .need-help-wrap li img {
    width: 36px;
    margin-right: 16px;
}

#ves-footer .newbottom_bottom .need-help-wrap li div {
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: column;
}

#ves-footer .newbottom_bottom .need-help-wrap li div h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: 16px;
    text-align: left;
    display: block;
    width: 100%;
}

#ves-footer .newbottom_bottom .need-help-wrap li div h4 a {
    color: #3C65C8;
    text-decoration: underline;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
}

#ves-footer .newbottom_bottom .need-help-wrap li div p {
    margin: 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-top: 6px !important;
}

#ves-footer .newbottom_bottom .need-help-wrap li div p a {
    color: #666666;
}

#ves-footer .newbottom_bottom .need-help-wrap .track-order {
    width: 310px;
    height: 48px;
    background: #3C65C8;
    border-radius: 8px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ProximaNova-Bold';
    color: #FFFFFF;
}

#ves-footer .newbottom_bottom .need-help-wrap .track-order:hover {
    text-decoration: none;
}

#ves-footer .footer_c {
    padding: 26px 20px 33px;
    background-color: white;
    position: relative;
    text-align: right;
    font-size: 14px;
    color: #333;
}

#ves-footer .footer_c img {
    position: absolute;
    left: 20px;
    height: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.iconfont:before {
    font-family: "iconfont" !important;
}


.wapblock {
    display: none;
}

@media (min-width: 1024px) {
    .wap-to-order {
        display: none;
    }
    .pc-to-order {
        display: block;
    }
}
@media (max-width: 1024px) {
    .wap-to-order {
        display: block;
    }
    .pc-to-order {
        display: none;
    }
}


/* .pc-to-order .step-list li dl dd span {
    background: url(https://www.zeelool.com/skin/frontend/ves_taima/default/images/toorder/background.png)no-repeat;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-right: 10px;
} */

.pc-to-order {
    padding: 0 7.29vw calc(64 / 1920 * 100vw);
    width: 100%;
    max-width: 1920px;
    box-sizing: border-box !important;
    text-align: center;
    position: relative;
}

.pc-to-order .bg-area {
    width: 100%;
    height: calc(410 / 1920 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #416FDE 0%, rgba(118, 168, 240, 0) 100%);
}

.pc-to-order .main-title {
    padding: calc(40 / 1920 * 100vw) 0 calc(15 / 1920 * 100vw);
    font-size: calc(40 / 1920 * 100vw);
    font-family: 'ProximaNova-Regular';
    font-weight: bold;
    color: #ffffff;
    line-height: calc(40 / 1920 * 100vw);
    position: relative;
}

.pc-to-order .desc {
    font-size: calc(16 / 1920 * 100vw);
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    color: #ffffff;
    line-height: calc(20 / 1920 * 100vw);
    position: relative;
}

.pc-to-order .main-center {
    margin-top: calc(46 / 1920 * 100vw);
    width: 100%;
    max-width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc-to-order .main-center .left-area {
    width: calc(800 / 1920 * 100vw);
    height: calc(450 / 1920 * 100vw);
    border: 5px solid #D6E1F6;
    border-radius: 20px;
    overflow: hidden;
}

.pc-to-order .main-center .right-area {
    margin-left: calc(48 / 1920 * 100vw);
    width: calc(490 / 1920 * 100vw);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
}

.pc-to-order .main-center .right-area ul {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.pc-to-order .main-center .right-area p {
    margin-bottom: calc(28 / 1920 * 100vw);
    font-size: calc(24 / 1920 * 100vw);
    font-family: 'ProximaNova-Bold';
    color: #333333;
    line-height: calc(30 / 1920 * 100vw);
    text-align: left;
}

.pc-to-order .main-center .right-area li {
    margin-bottom: calc(14 / 1920 * 100vw);
    padding-left: calc(24 / 1920 * 100vw);
    text-align: left;
    font-size: calc(16 / 1920 * 100vw);
    font-family: 'ProximaNova-Regular';
    color: #333333;
    line-height: calc(22 / 1920 * 100vw);
    background: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAmZJREFUSEvFlk1IVFEUx //nvSlEsnRkFBKDoMnZ5jhRixCDWbQpoaaFRfH63ESLFkZiQdI62qlQjW6CyKBFu0CRFg3p5KKN01PapOBiaOGIob15cd+Xb97HzH3OjL3lu/ec3z3nnnPun8Dx9dyUT6hF9AM4A0IHVBzWzAirULEC4DMJ+DD/KrpQyR2V29AjyZdU0DNA7arkSF+nHEEdnk9Hp/z2ewJP3lo8qijiGwCn+ECuXRlRVAa+voz9dK64gAlJ7i0C7wG07hJmmuUF4OJcOjpr91MCNGCfAOyrEmaab19JNicfDEQsqAU00jhXg8iss94+H8bd/nAeQIKItPRawLgkf6nizlwJMWDm/wwRnbaAejXiXY3SCAdMc1vYVFJNjaEpLcK4tLTIX/rlj+UF29gs4t7z1dzEcGeMjKb+VovoysDwffkPSEA3xSX5KYAn1QIrwQz/Iww4DaDPDtwfIgxdb0N3VwNmFzbw4m0eSlH1PRMnjNnPUPyGnIOK43Zvl88ewuDViPVrOlvAo9E1T2gAGOuJHyzCdQAH7MBr51pwP1U6aBh0aGwNf5WdSAPBdEDBE9jUKGDycSeOtJcOHDt0FzAGXPdMKVuJNIcw/rDDE7r0awt3LoRL7tQofa0afT8jpa6iMQ38oE6HXDDdaKZiW7S1hDA26I7UhAaAMZMRrsb3izQgTG983tHmhAaFMTWQTR+LaUDe4R0+KGrFwqr49cffWF7Z4h5QBKSY9Kjb8+Q4SSabju48T2yxHg+wAc2LopIw9U3dJYYAJO265v+KKDPveyoT7Ze9Z0LYWeu1lPr/ABlsTAEFnW2uAAAAAElFTkSuQmCC") no-repeat;
    background-position: left calc(3 / 1920 * 100vw);
    background-size: calc(14 / 1920 * 100vw) calc(14 / 1920 * 100vw);
}

.wap-to-order {
    overflow-y: auto;
}

.wap-to-order .main {
    padding: 20px 15px 51px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.wap-to-order .main .bg {
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #416FDE 0%, rgba(118, 168, 240, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.wap-to-order .main .main-title {
    font-size: 24px;
    font-family: 'ProximaNova-Regular';
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    position: relative;
}

.wap-to-order .main .desc {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'ProximaNova-Regular';
    color: #ffffff;
    line-height: 15px;
    position: relative;
}

.wap-to-order .main .video-area {
    width: 225px;
    height: 400px;
    margin: 19px auto 35px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.wap-to-order .main .video-area video {
    width: 225px;
    height: 400px;
}

.wap-to-order .main .text-area {
    color: #333333;
    text-align: left;
}

.wap-to-order .main .text-area p {
    font-size: 16px;
    font-family: 'ProximaNova-Bold';
    line-height: 20px;
    margin-bottom: 20px;
}

.wap-to-order .main .text-area ul {
    list-style: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.wap-to-order .main .text-area li {
    font-size: 12px;
    font-family: 'ProximaNova-Regular';
    line-height: 16px;
    padding-left: 22px;
    margin-bottom: 12px;
    background: url("data: image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAmZJREFUSEvFlk1IVFEUx //nvSlEsnRkFBKDoMnZ5jhRixCDWbQpoaaFRfH63ESLFkZiQdI62qlQjW6CyKBFu0CRFg3p5KKN01PapOBiaOGIob15cd+Xb97HzH3OjL3lu/ec3z3nnnPun8Dx9dyUT6hF9AM4A0IHVBzWzAirULEC4DMJ+DD/KrpQyR2V29AjyZdU0DNA7arkSF+nHEEdnk9Hp/z2ewJP3lo8qijiGwCn+ECuXRlRVAa+voz9dK64gAlJ7i0C7wG07hJmmuUF4OJcOjpr91MCNGCfAOyrEmaab19JNicfDEQsqAU00jhXg8iss94+H8bd/nAeQIKItPRawLgkf6nizlwJMWDm/wwRnbaAejXiXY3SCAdMc1vYVFJNjaEpLcK4tLTIX/rlj+UF29gs4t7z1dzEcGeMjKb+VovoysDwffkPSEA3xSX5KYAn1QIrwQz/Iww4DaDPDtwfIgxdb0N3VwNmFzbw4m0eSlH1PRMnjNnPUPyGnIOK43Zvl88ewuDViPVrOlvAo9E1T2gAGOuJHyzCdQAH7MBr51pwP1U6aBh0aGwNf5WdSAPBdEDBE9jUKGDycSeOtJcOHDt0FzAGXPdMKVuJNIcw/rDDE7r0awt3LoRL7tQofa0afT8jpa6iMQ38oE6HXDDdaKZiW7S1hDA26I7UhAaAMZMRrsb3izQgTG983tHmhAaFMTWQTR+LaUDe4R0+KGrFwqr49cffWF7Z4h5QBKSY9Kjb8+Q4SSabju48T2yxHg+wAc2LopIw9U3dJYYAJO265v+KKDPveyoT7Ze9Z0LYWeu1lPr/ABlsTAEFnW2uAAAAAElFTkSuQmCC") no-repeat;
    background-position: left top;
    background-size: 13px 13px;
}
.wap-to-order .article-body iframe {
    width: 100%;
    height: 100% !important;
}

.face-shape {
    font-size: 0;
    width: 100%;
}

.face-shape li {
    display: inline-block;
    width: 20%;
    margin-left: 0 !important;
    text-align: center;
    list-style: none;
}

.face-shape li a {
    display: block;
    padding: 20px 0 10px;
}

.face-shape li img {
    height: 48px;
}

.face-shape li span {
    display: block;
    margin-top: 8px;
    color: #333;
    font-family: Proxima Nova;
    font-size: 18px;
}

.face-shape li:nth-of-type(odd) {
    background: #EAEFFB;
}

.face-shape li:nth-of-type(even) {
    background: rgba(234, 239, 251, 0.5)
}

.how_shapebox {
    max-width: 980px;
    padding-top: 110px;
    margin-bottom: 40px;
    color: #333 !important;
}

.facebox {
    position: relative;
    width: 100%;
}

.facebox .pcimg {
    display: block;
    width: 100%;
}

.facebox .mimg {
    display: none;
}

.facebox .toptext {
    width: 310px;
    position: absolute;
    top: 120px;
    left: 40px;
    line-height: 30px;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.5);
}

.facebox .bottomtext {
    position: absolute;
    top: 206px;
    width: 350px;
    left: 40px;
    color: #fff;
}

.viewmorewrap {
    width: 100%;
    font-size: 0;
}

.viewmorewrap .lenswrap {
    width: 50%;
    display: inline-block;
    margin-top: 20px;
    padding: 0 60px;
    text-align: center;
}

.viewmorewrap .lenswrap a {
    display: inline-block;
    margin: 0 auto;
}

.viewmorewrap .lenswrap img {
    width: 310px;
    height: 155px;
    margin: 0 auto;
}

.viewmorewrap .lenswrap span {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.viewmorewrap .lenswrap .facebtn {
    width: 310px;
    padding: 20px 0;
    margin-top: 24px;
    background: #000000;
    font-size: 18px;
    font-family: Proxima Nova;
    font-weight: bold;
    color: #fff;
}

.face-shape {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 980px;
}

@media only screen and (max-width: 1024px) {

    /** 768 **/
        {
        .face-shape li a {
            padding: 12px 0 10px;
        }

        .face-shape {
            margin: 0 !important;
            padding: 0 !important
        }

        .face-shape li img {
            height: 38px;
        }

        .howrightbox h1 {
            font-size: 20px;
        }

        .howrightbox p {
            line-height: 16px !important;
            font-size: 12px !important;
        }

        .facebox .pcimg {
            display: none;
        }

        .facebox .mimg {
            display: block;
            width: 100%;
        }

        .how_shapediv {
            width: 100%;
            padding-top: 0;
        }

        .how_shapebox {
            padding-top: 50px;
        }

        .cms-page-view .facebox .toptext {
            width: 45%;
            position: absolute;
            top: 56px;
            left: 20px;
            line-height: 16px !important;
            color: rgba(255, 255, 255, 0.5) !important
        }

        .cms-page-view .facebox .bottomtext {
            width: 45%;
            position: absolute;
            top: 110px;
            left: 20px;
            line-height: 16px !important;
            color: #fff !important;
        }

        .cms-page-view #square .bottomtext {
            top: 128px;
        }

        .cms-page-view #heart .bottomtext {
            top: 128px;
        }

        .viewmorewrap .lenswrap {
            padding: 0;
        }

        .viewmorewrap .lenswrap img {
            width: 98%;
            height: auto;
        }

        .viewmorewrap .lenswrap span {
            font-size: 14px;
            font-weight: bold;
            margin-top: 0;
        }

        .viewmorewrap .lenswrap .facebtn {
            width: 90%;
            padding: 10px 0px;
            margin-top: 16px;
            font-size: 12px;
            font-weight: normal;
        }

        .wap-to-order {
            display: block !important;
        }

        .pc-to-order {
            display: none !important;
        }

        .wap-to-order .order-title {
            padding: .58rem .32rem .46rem;
            text-align: center;
        }

        .wap-to-order .order-title p {
            padding-top: .06rem
        }

        .wap-to-order img {
            width: 100%;
        }

        .wap-to-order .order-title span {
            color: #3C65C8;
            font-size: .32rem;
            font-weight: bold;
            line-height: .3rem;
        }

        .wap-to-order .order-title p {
            font-size: .24rem;
            color: rgba(102, 102, 102, 1);
            line-height: .28rem;
        }

        .wap-to-order .step-list {
            display: flex;
            align-items: center;
            flex-direction: column;
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        .wap-to-order .step-list li {
            background: rgba(237, 242, 252, 1);
            padding: .6rem 0;
            width: 100%;
            box-sizing: border-box;
        }

        .wap-to-order .step-list li .content-wrap {
            margin: 0 auto;
        }

        .wap-to-order .step-list li dl dd b {
            font-weight: bold;
            font-family: "proximanova-bold";
        }

        .wap-to-order .step-list li dl {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: .3rem;
        }

        .wap-to-order .step-list li .img-wrap {
            width: 100%;
            padding: 0 1rem 0;
            box-sizing: border-box;
        }

        .wap-to-order .step-list li dl dt {
            font-size: 18px;
            color: #333;
            margin-bottom: .24rem;
            font-weight: bold;
            text-align: center;
            font-family: "proximanova-bold";
        }

        .wap-to-order .step-list li .content-wrap dd p {
            font-size: .24rem;
            width: 80%;
            line-height: .3rem;
        }

        .wap-to-order .step-list li dl dd {
            margin-bottom: .3rem;
            color: #333;
            font-weight: normal;
            font-size: .24rem;
            display: flex;
            padding: 0;
            width: 100%;
        }

        .wap-to-order .step-list li dl dd b {
            color: #333;
        }

        .wap-to-order .step-list li dl dd span {
            background: url(https://www.zeelool.com/skin/frontend/ves_taima/wap/images/toorder/background.png)no-repeat;
            width: .28rem;
            height: .28rem;
            font-size: .22rem;
            background-size: 100% 100%;
            color: #fff;
            font-weight: bold;
            display: inline-block;
            text-align: center;
            line-height: .28rem;
            margin-right: 10px;
        }

        .wap-to-order .step-list li:nth-of-type(2n) {
            background: #fff;
        }

        .wap-to-order .step-list li:last-of-type {
            flex-wrap: wrap;
        }

        .wap-to-order .step-list li:nth-of-type(3) img:last-of-type {
            margin-top: .16rem
        }

        .wap-to-order .step-list li:last-of-type .content-wrap .img-wrap,
        .step-list li:last-of-type dl {
            width: 100%;
        }

        .wap-to-order .step-list li:last-of-type dl dd {
            display: block;
            text-align: center;
            padding-right: 60px;
        }

        .wap-to-order .step-list li:last-of-type .content-wrap .img-wrap img {
            margin-bottom: 10px;
        }

        .wap-to-order .step-list li:last-of-type .once {
            font-size: .24rem;
            line-height: .38rem;
            padding: .5rem .3rem 0;
            font-weight: bold !important;
            font-family: "proximanova" !important;
        }

        .tmar10 {
            margin-top: 10px;
        }

        .pcblock {
            display: none;
        }

        .wapblock {
            display: block;
        }

        .payment-table {
            font-size: 12px !important
        }

        .buy-glasses img {
            width: 90%
        }

        .ves-footer .footer .folow {
            text-align: center;
            line-height: 50px;
            padding: 20px 0px;
            background: #fff
        }

        .ves-footer .footer .folow span {
            font-size: 18px;
            color: #333333;
        }

        .ves-footer .footer .folow ul li img {
            width: 50px;
            height: 50px;
        }

        .ves-footer .footer .folow ul {
            text-align: center;
            width: 100%
        }

        .ves-footer .footer .folow ul li {
            display: inline-block
        }

        .ves-footer .footer .footmenu {
            background: #F4F5F7;
        }

        .ves-footer .footer .footmenu .searchbox {
            width: 100%;
            float: left;
            padding: 0 10px;
        }

        .ves-footer .footer .footmenu .searchbox .btnbox {
            width: 70%;
            float: left
        }

        .ves-footer .footer .footmenu .searchbox .btnbox input {
            padding: 5px;
            height: 42px;
            line-height: 42px;
            background: #fff;
            color: #333333;
            width: 100%;
            border-right: none;
            text-align: left;
            font-size: 14px;
            border: 1px solid #ddd
        }

        .ves-footer .footer .footmenu .searchbox .inputbox {
            width: 30%;
            float: left
        }

        .ves-footer .footer .footmenu .searchbox .inputbox input {
            background: #444;
            border: none;
            height: 42px;
            line-height: 42px;
            width: 100%;
            cursor: pointer;
            font-size: 14px;
            color: #fff;
            padding-bottom: 6px;
        }

        .snsbox {
            text-align: center;
            float: left !important;
            width: 100%;
            padding: 20px 0;
            text-align: center !important
        }

        .snsbox a {
            display: inline-block !important;
            width: 40px !important;
            color: #fff !important;
            height: 40px;
            background: #555;
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin: 0 .05rem;
            padding: 0 !important
        }

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

        .snsbox p {
            text-align: center;
            font-size: 3.2vw !important;
            color: #333;
        }

        .snsbox a em {
            color: #fff;
            font-size: 5vw;
            display: flex;
            height: 10vw;
            width: 10vw;
            justify-content: center;
            align-items: center;
            border-radius: 5vw;
        }

        .zee {
            text-align: center;
        }

        .pdbuttontxt {
            display: block;
        }

        .howleftbox {
            width: 100%;
            float: left;
            padding-top: 0px;
        }

        .howleftbox ul {
            margin-bottom: 0 !important;
            padding: 6px 0 !important
        }

        .howleftbox ul li {
            text-align: left;
            padding-right: 0;
            padding-left: 20px;
            height: 36px;
            line-height: 36px !important;
            font-size: 12px !important;
            text-decoration: underline !important
        }

        .howleftbox ul li.current {
            background: #29aae1;
            color: #fff !important
        }

        .howleftbox h2 {
            display: none
        }

        .howrightbox {
            width: 100%;
            padding-bottom: 20px;
            margin-left: 0;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 30px;
        }

        .howrightbox h1 {
            font-size: 30px;
        }

        .howrightbox .howimgbox {
            margin: 15px 0 !important;
            display: block;
        }

        .howwapimg {
            display: block
        }

        .howpcimg {
            display: none !important
        }

        p {
            font-size: 12px !important;
            line-height: 18px !important;
        }


        .how_shapebox_left {
            position: relative
        }


        .how_shapebox_left {
            width: 100%;
        }

        .how_shapebox_right {
            width: 100%;
        }

        .how_shapebox_left .topbox {
            width: 35%;
            float: left;
            position: absolute;
            top: 50% !important;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .how_shapebox_left .topbox .shapeimgbox {
            width: 90%;
            margin-left: 10%;
            position: relative;
            top: 0
        }

        .how_shapebox_left .bottombox {
            width: 65%;
            float: right;
            text-align: left;
            color: #fff;
            padding: 20px 20px 30px 20px;
            line-height: 18px;
            font-size: 12px;
        }

        .wapbg01 {
            background: #11c4ed
        }

        .wapbg02 {
            background: #25d091
        }

        .wapbg03 {
            background: #ff655a
        }

        .wapbg04 {
            background: #8e62c8
        }

        .wapbg05 {
            background: #ffb014
        }

        .how_shapebox {
            border: 0;
            border-radius: 0px;
        }

        .how_shapediv {
            padding-top: 0
        }

        .how_shapebox_right .toptxtbox {
            padding: 20px;
            background: #f6f7f8;
            font-size: 12px;
            float: left;
            margin-bottom: 20px;
        }

        .how_shapebox_left {
            border-radius: 0px;
        }

        .how_shapebox {
            margin-top: 0;
            margin-bottom: 10px;
        }

        .how_shapebox_left .bottombox .shapetxtbox {
            font-size: 30px;
            font-family: "timesnewroman";
            line-height: 48px;
            height: auto !important
        }

        .how_shapebox_right .bottomproimgbox li {
            padding: 0 5%
        }
    }





    /* Non-latin search results highlight */
    /* Add a yellow background for Chinese */
    html[lang|="zh"] .search-result-description em {
        font-style: normal;
        background: yellow;
    }

    /* Use bold to highlight for the rest of supported non-latin languages */
    html[lang|="ar"] .search-result-description em,
    html[lang|="bg"] .search-result-description em,
    html[lang|="el"] .search-result-description em,
    html[lang|="he"] .search-result-description em,
    html[lang|="hi"] .search-result-description em,
    html[lang|="ko"] .search-result-description em,
    html[lang|="ja"] .search-result-description em,
    html[lang|="ru"] .search-result-description em,
    html[lang|="th"] .search-result-description em {
        font-style: bold;
    }