@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Literata&display=swap');


@font-face {
    font-family: 'tw-icons';
    src:  url(/hc/theming_assets/01J5NATBRTEV0B0YV9RXW7DXVW);
    src:  url(/hc/theming_assets/01J5NATBRTEV0B0YV9RXW7DXVW) format('embedded-opentype'),
    url(/hc/theming_assets/01J5NATE14D4RFP3B0C8VXWWR4) format('truetype'),
    url(/hc/theming_assets/01J5NATE3KMV6973VE906B6XD6) format('woff'),
    url(/hc/theming_assets/01JNG20ZAC85KPQ657WRBDFAE9) format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.custom-scroll::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px;
}

.custom-scroll::-webkit-scrollbar-track {
    background: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}
span[class^="tw-icons-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'tw-icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: 22px;
    position: relative;
    top: 3px;
    margin: 0 6px;
}
.content-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.content-icon {
    width: 223px;
    font-size: 20px;
}
.content-icon span[class^="tw-icons-"]{
    margin-right: 5px;
}
/***** Base *****/
* {
    box-sizing: border-box;
}
html.menu_opened{
    overflow: hidden;
}
a:hover{
    text-decoration:none;
}
.desktop,
.tablet,
.mobile,
.dropdown-menu [role=menuitem].my-activities{
    display: none;
}
.tenweb-video {
    position: relative;
    padding-bottom: 56.25%;
}
.tenweb-video video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.form_container {
    width: 650px;
    margin: 0 auto;
    max-width: 100%;
}
.form_section {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 100px 0;
}
body {
    background-color: #FFFFFF;
    color: rgba(50, 58, 69, 1);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.community_topics .recent-activity-item-meta:after,
.clear:after{
    content: '';
    display: table;
    clear:both;
}
.logo.mobile {
    display: none;
}
.footer-top {
    display: flex;
    justify-content: space-between;
}
.content-left {
    width: 173px;
    margin-right: 70px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .13px;
}
.footer-logo {
    width: 128px;
    margin-bottom: 25px;
}
.footer_location {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    letter-spacing: 0.13px;
    text-align: left;
}
.content-right {
    float: left;
    width: calc(100% - 243px);
}
.content-right .footer-menu{
    display: flex;
    justify-content: space-between;
}
.footer-menu .footer_widget_nav_menu {
    vertical-align: top;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.footer-menu .footer_widget_nav_menu.last_column{
    margin-right: 0;
}
.footer_titles {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    letter-spacing: 0.15px;
    font-weight: 700;
    margin-bottom: 30px;
}
.menu-items {
    margin-bottom: 25px;
}
.footer-menu-container {
    margin-bottom: 35px;
    width: 1180px;
}
.footer-right-menu-container .menu-items a {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0.13px;
    font-weight: 400;
    text-decoration: none;
}
.menu-items a:hover {
    text-decoration: none;
}
li.article-promoted [data-title="Promoted article"] {
    display: none;
}
.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 6px 0 60px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.footer-bottom .footer-bottom-container {
    font-size: 14px;
}
.footer-bottom .footer-bottom-content-left {
    max-width: 100%;
    float: left;
}

.footer-bottom-content-left .copyright_info a {
    text-decoration: underline;
    color: #000000;
    position: relative;
}
.copyright_info #privacy-policy {
    padding: 0 15px 0 0;
}
.copyright_info #terms-of-services {
    padding: 0 15px 0 0;
}
.copyright_info #sla {
    padding: 0 15px 0 0;
}
.copyright_info #report-abuse {
    padding: 0 15px 0 0;
}
.footer-bottom-content-left .copyright_info a:hover {
    color: rgba(50,58,69,.7);
}
#privacy-policy:after,
#terms-of-services:after,
#report-abuse:after,
#sla:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #000000;
    position: absolute;
    right:3px;
    top:10px;
    border-radius: 2px;
}
.footer-bottom .footer-bottom-content-right {
    width: 375px;
    float: right;
    padding-top: 15px;
}
.footer-bottom-content-right .footer_copyright_title {
    font-size: 18px;
    font-weight: 700;
    float: left;
}
.footer-bottom-content-right .social_icons {
    float: right;
    position: relative;
    top: -3px;
}
.footer-bottom-content-right .social_icons li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 22px;
}
.footer-bottom-content-right .social_icons > li:last-child {
    margin: 0;
}
.footer-bottom-content-right .social_icons li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: .65;
}
.footer-bottom-content-right .social_icons li a:hover {
    color: #4786ff;
    opacity: 1;
}
.footer-bottom-content-right .social_icons li .slack {
    background-image: url(/hc/theming_assets/01JNG210VSP89MW96M5MWEYQZM);
    opacity: 1;
}
.footer-bottom-content-right .social_icons li .tw {
    background-image: url(/hc/theming_assets/01JNG20YRE3XAHDW26T8J0JSGP);
    width: 30px;
    height: 30px;
    position: absolute;
}
.footer-bottom-content-right .social_icons li .yt {
    background-image: url(/hc/theming_assets/01JNG20ZB6GN4WERVKT921AFW4);
    width: 30px;
    height: 30px;
    position: absolute;
}
.footer-bottom-content-right .social_icons li .fb {
    background-image: url(/hc/theming_assets/01JNG20ZF6DY2H1AFFY4YHDSNN);
    width: 30px;
    height: 30px;
    position: absolute;
}
.footer-bottom-content-right .social_icons li .in {
    background-image: url(/hc/theming_assets/01J5NATAVKZM66FNA2XPE0QG0G);
    width: 30px;
    height: 30px;
    position: absolute;
    margin-right: 0;
}
iframe#launcher {
    display: none;
}

/*
*Home page
*/
.home-page .container_top {
    margin-bottom: 150px;
}
.home-page .container_top .container_top_grid {
    display: grid;
    grid-template-columns: repeat(3, 33.3%);
    text-align: center;
}
.home-page .container_top .container_top_item {
    padding: 40px 25px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
}
.home-page .container_top .container_top_item a:not(.learn-more) {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home-page .container_top .container_top_item .learn-more,
.home-page .container_top .container_top_bottom_item .learn-more{
    display:none;
}
.home-page .container_top .container_top_item.builder,
.home-page .container_top .container_top_item.troubleshooting{
    border-right: 0;
}
.home-page .container_top .container_top_item.video_tutorial,
.home-page .container_top .container_top_item.account_payment,
.home-page .container_top .container_top_item.troubleshooting{
    border-bottom: 0;
}

.home-page .container_top .container_top_item .scaled {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.home-page .container_top .container_top_item:hover .scaled {
    transform: scale(1.08);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgb(229 230 232);
    transition: 0.3s transform;
    background: #fff;
    z-index: 1;
    border-radius: 6px;
}
.home-page .container_top .container_top_item:hover h3,
.home-page .container_top .container_top_item:hover p {
    position: relative;
    z-index:2;
}
.home-page .container_top .container_top_item:hover a{
    z-index:3;
    transform: scale(1.08);
}

.home-page .container_top .container_top_item h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 800;
    padding-top: 90px;
    background-size: 70px;
    background-position: center top;
    background-repeat: no-repeat;
}
.home-page .container_top .container_top_item.getting_started h3 {
    background-image: url(/hc/theming_assets/01JNG211M5XZKH89T8R6QCWRZ5);
}
.home-page .container_top .container_top_item.wp_platform h3 {
    background-image: url(/hc/theming_assets/01JNG210FY08BYBZ4PAWNFY3Z3);
}
.home-page .container_top .container_top_item.builder h3 {
    background-image: url(/hc/theming_assets/01JNG21045D9CS3BMWE0DXJF1E);
}
.home-page .container_top .container_top_item.account_payment h3 {
    background-image: url(/hc/theming_assets/01JNG21165SERRS76EAH4K8DFA);
}
.home-page .container_top .container_top_item.video_tutorial h3 {
    background-image: url(/hc/theming_assets/01JNG20Z0YV9F1C7H7WQKCZDY2);
}
.home-page .container_top .container_top_item.troubleshooting h3 {
    background-image: url(/hc/theming_assets/01JNG20Z465CZGSH4KGXQP7VYC);
}
.home-page .container_top .container_top_bottom_item {
    background-image: url(/hc/theming_assets/01JNG20YRRARCQ7BK3WRGGTV2S);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin-top: 100px;
    padding: 31px 62px 31px 110px;
    background-repeat: no-repeat;
    background-position: 20px 24px;
    background-size: 70px;
    position:relative;
}
.home-page .container_top .container_top_bottom_item h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}
.home-page .container_top .container_top_bottom_item p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
}
.home-page .container_top .container_top_item p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
}
.home-page .container_top .container_top_bottom_item a:not(.learn-more) {
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background-position: calc(100% - 30px) 25px;
    background-size: 12px;
    background-repeat:no-repeat;
    background-image: url(/hc/theming_assets/01JNG211F47SSVV126Q3THW81P);
    opacity:0.3;
}
.home-page .container_top .container_top_bottom_item:hover {
    box-shadow: 0 5px 20px rgb(229 230 232);
}
.home-page .container_top .container_top_bottom_item:hover  a:not(.learn-more) {
    opacity: 1;
}

.home-page .container_tutorials {
    margin-bottom: 150px;
    text-align: center;
}
.container_tutorials h2{
    font-size: 26px;
    line-height:38px;
    margin-bottom: 20px;
    font-weight: 800;
}
.container_tutorials p{
    font-size: 16px;
    line-height:22px;
    margin-bottom: 50px;
}
.container_tutorials .videos_container{
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 15px;
}
.container_tutorials .videos_container .video_container {
    width: 284px;
    display: none;
}
.container_tutorials .videos_container .video_img{
    border-radius: 6px;
    height: 165px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.container_tutorials .videos_container .video_img img{
    max-width:100%;
    margin: 0;
    border:0;
}
.video__no-result {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin-top: 60px;
}
.container_tutorials .video_container .video_img .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.container_tutorials .video_container .video_img .overlay a{
    width:100px;
    height:100px;
    background-image: url(/hc/theming_assets/01JNG2111K9AS28ZZYTDS04KQ9);
    position: absolute;
    text-decoration: none;
}
.container_tutorials .video_container h4{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.categories-page .section-tree .section.article h3 {
    display: none;
}
/*Videos article*/
.container_tutorials.in_article .videos_container {
    display: flex;
    flex-wrap: wrap;
}
.container_tutorials.in_article .videos_container .video_container {
    width: calc((100% - 45px)/4);
    margin:0;
}

/*
* Video article
* Article id must be changed
*/
.id_4408397419538 .article {
    max-width: 100%;
}
.id_4408397419538 .article-body {
    width: 100%;
}
.id_4408397419538 .clipboard-link,
.id_4408397419538 footer,
.id_4408397419538 .breadcrumbs-nav{
    display: none;
}
.id_4408397419538 .article .article-info {
    margin-bottom: 0;
}
.id_4408397419538 .article-header .article-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.21px;
    margin-bottom: 0;
    font-weight: 800;
}
.id_4408397419538 .article-header {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.id_4408397419538 .article-content {
    margin: 30px 0 0;
}
.id_4408397419538 .article-header {
    flex-direction: row;
}
.id_4408397419538 .article-title {
    flex-basis: auto;
}

.video-search {
    position: relative;
    width:285px;
}
.video-search input {
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    font-weight: 400;
    padding: 10px 15px 10px 40px;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    border-radius: 6px;
    color: #000000;
}
.video-search input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.video-search input:focus {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.video-search:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 16px;
    background-image: url(/hc/theming_assets/01JNG210T4YF39CSX1YTQYPBTK);
    background-size: contain;
    opacity:0.6;
}
.video-search .remove-selected {
    position: absolute;
    height: 16px;
    width: 16px;
    top: 12px;
    right: 14px;
    font-size: 9px;
    opacity: 0.5;
    cursor: pointer;
    align-items: center;
    display: none;
    justify-content: center;
}
.video-search.selected .remove-selected {
    display: flex;
}
.video-suggestion {
    position: absolute;
    max-height: 250px;
    overflow: auto;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin: 0 !important;
    z-index: 1;
    top: 45px;
    padding: 1px 10px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.video-suggestion ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.12px;
    padding: 8px 6px;
    color: #000000;
    border-radius: 6px;
    box-sizing: border-box;
}
.video-suggestion ul li a b {
    font-weight: 600;
}
.video-suggestion ul li a:hover {
    opacity: 0.5;
}



.see_more,  .see_more:visited{
    background: rgba(186, 195, 207, 0.12);
    border: 1px solid rgba(186, 195, 207, 0.5);
    color: rgba(0, 0, 0, 1) !important;
    border-radius: 36px;
    padding: 10px 38px 9px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    margin: 50px auto 0;
    display: none;
    text-transform: uppercase;
    position: relative;
    width: 128px;
    text-decoration: none !important;
}
.videos_container .see_more,
.videos_container .see_more:visited{
    margin: 0 auto;
}
.see_more:after{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 13.5px;
    background-image: url(/hc/theming_assets/01JNG210J3H2WVGJYF12ZGFQQT);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(90deg);
}
.see_more:hover{
    text-decoration: none;
    background-color:rgba(186, 195, 207, 0.3);
}

.home-page .container_resources {
    margin-bottom: 150px;
    background:rgba(249, 249, 249, 1);
}
.home-page .container_resources .container{
    padding: 60px 0;
    display: flex;
}
.home-page .container_resources .container{
    padding: 60px 0;
    display: flex;
}
.home-page .container_resources .resources_left,
.home-page .container_resources .resources_right{
    width:580px;
}
.home-page .container_resources .resources_left{
    margin-right: 20px;
}
.home-page .container_resources .resources_left h2{
    font-size: 36px;
    line-height:48px;
    margin-bottom: 20px;
    font-weight:800;
}
.home-page .container_resources .resources_left p{
    font-size: 20px;
    line-height:32px;
    margin: 0;
}
.home-page .container_resources .resources_right .resource_item{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: #ffffff;
    padding: 34px 152px 32px 108px;
    background-position: 25px 14px;
    background-size: 62px;
    background-repeat:no-repeat;
    margin-bottom: 20px;
    position: relative;
}
.home-page .container_resources .resources_right .resource_item.public_roadmap{
    background-image: url(/hc/theming_assets/01JNG211S3G2YKKCMDTDX1DAY7);
}
.home-page .container_resources .resources_right .resource_item.facebook_community{
    background-image: url(/hc/theming_assets/01JNG211P5S8RJ4GGP5KGTH6QW);
}
.home-page .container_resources .resources_right .resource_item.submit_your_idea{
    background-image: url(/hc/theming_assets/01JNG210PQ9RFBQ3JX25XFMNT8);
}
.home-page .container_resources .resources_right .resource_item a{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    background-position: calc(100% - 30px) 25px;
    background-size: 12px;
    background-repeat:no-repeat;
    background-image: url(/hc/theming_assets/01JNG211F47SSVV126Q3THW81P);
    opacity:0.3;
}
.home-page .container_resources .resources_right .resource_item h4{
    font-size: 18px;
    line-height: 24px;
    font-weight:700;
    margin-bottom:0;
}
.home-page .container_resources .resources_right .resource_item:hover{
    box-shadow: 0 5px 20px rgba(229, 230, 232, 1);
}
.home-page .container_resources .resources_right .resource_item:hover a{
    opacity:1;
}

.home-page .container_featured_articles {
    margin-bottom: 150px;
}
.home-page .container_featured_articles h2 {
    font-size: 26px;
    line-height:36px;
    margin-bottom: 50px;
    font-weight:800;
    text-align:center;
}
.home-page .container_featured_articles .featured_articles a{
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    position: relative;
    padding-left: 17px;
    width: 345px;
    display: inline-block;
    margin-bottom:20px;
    vertical-align: top;
}
.home-page .container_featured_articles .featured_articles a:nth-child(3n + 2) {
    margin: 0 68px 20px;
}
.home-page .container_featured_articles .featured_articles a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background: #dfdfdf;
    border-radius: 3px;
}

/*
* Category page
*/

.categories-page .breadcrumbs-nav,
.main-categories.categories-page .category-name{
    display: none;
}
.other-categories.categories-page .breadcrumbs-nav {
    display: block;
}
.categories-page .category-name{
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 800;
}
.other-categories.categories-page .section-tree .section >h2 {
    font-weight: 500;
    display:none;
}
.hero .container{
    position: relative;
}
#categories-menu{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;
}
#categories-menu ul{
    display:flex;
}
#categories-menu .container > ul > li{
    position:relative;
}
#categories-menu .container > ul > li > a{
    display: inline-block;
    padding:10px 15px;
    font-size:14px;
    line-height:19px;
    font-weight:600;
    color: #ffffff;
    position: relative;
    border-bottom: 1px solid transparent;
}
#categories-menu .container > ul > li.has_sub_menu > a{
    padding:10px 33px 10px 15px;
}
#categories-menu .container > ul > li.has_sub_menu > a:after{
    content: "";
    background-image:url(/hc/theming_assets/01JNG21028GY3CHV9TC2T3JR7M);
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    position: absolute;
    top:16px;
    right:15px;
    width:8px;
    height:8px;
}
#categories-menu .container > ul > li.current-item > a{
    background:#ffffff;
    border-radius: 6px 6px 0 0;
    color: #2160B5;
    text-decoration: none;
    border-bottom: 1px solid #E5E5E5;
}

#categories-menu .container > ul > li:hover > a{
    background-color: rgba(255,255,255,.1);
    color: #fff;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}

#categories-menu .container > ul > li.current-item > a:after{
    content: "";
    background-image:url(/hc/theming_assets/01JNG211BXT13T97ZKTF0W861Z);
}
#categories-menu .container > ul > li.current-item:hover > a{
    background-color: rgba(255,255,255,1);
    color: #2160B5;
}
#categories-menu .container > ul > li:hover > a:after{
    content: "";
    transform: rotate(180deg);
}
#categories-menu .container > ul > li ul{
    width: 245px;
    border-radius: 0 0 6px 6px;
    background: #ffffff;
    padding: 12.5px 0;
    display: block;
}
#categories-menu .container > ul > li .submenu-overflow{
    position: absolute;
    display: none;
    z-index: 6;
    box-shadow: 0 10px 20px rgb(0 0 0 / 7%);
    left: 0;
    top: 40px;
    width: 245px;
    border-radius: 0 0 6px 6px;
    overflow-y: auto;
    max-height: 285px;
    background: #ffffff;
}
#categories-menu .container > ul > li:hover .submenu-overflow{
    display:flex;
}
#categories-menu .container > ul > li ul a{
    color:#000000;
    display: inline-block;
    width:100%;
    padding: 7.5px 20px;
    font-weight:600;
    font-size:14px;
    line-height:19px;
}
#categories-menu .container > ul > li ul a:hover{
    text-decoration: none;
    color:rgba(0, 0, 0, 0.5);
}
#categories-menu .container > ul > li ul li:last-child {
    padding-bottom: 8px;
}


h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', 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(33, 96, 181, 1);
    text-decoration: none;
}

a:visited {
    color: rgba(33, 96, 181, 1);
}

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(75, 126, 252, 1);
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/hc/theming_assets/01JNG211ZFY7ZED8F251XX6D85) 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(75, 126, 252, 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(75, 126, 252, 1);
}

.container {
    width: 1180px;
    max-width: 100%;
    margin: 0 auto;
}

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

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

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

/***** Buttons *****/
.button, [role="button"] {
    border-radius: 16px;
    color: #ffffff;
    background: rgba(75, 126, 252, 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;
}
.profile-header .options [data-action="edit-profile"]:hover,
.button:hover, [role="button"]:hover {
    text-decoration: none;
    background-color: #3077FF;
}
[role="button"].login:hover {
    text-decoration: none;
    background-color: transparent;
}

.button::after, [role="button"]::after {
    color: rgba(75, 126, 252, 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(75, 126, 252, 1);
  color: rgba(255, 255, 255, 1);
  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: #3077FF;
    border-color: #3077FF;
}

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

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

.button-large:hover, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #3077FF;
}
.button-large:active, input[type="submit"]:active {
    background-color: rgba(75, 126, 252, 1);
}

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

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

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
    color: rgba(50, 58, 69, 1);
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

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


div#user [role="button"] {
    background: transparent;
    max-width: 100%;
}
.table th,
.table th a {
    color: #5d6c80;
    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;
}

.table td {
    display: block;
}

/***** 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(75, 126, 252, 1);
}

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

.form-field input[type="text"]:focus {
    border: 1px solid rgba(75, 126, 252, 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(75, 126, 252, 1);
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.form .suggestion-list label {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 5px;
}
.form .suggestion-list label {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 600;
}
.form .suggestion-list li a {
    font-size: 14px;
}
.form .suggestion-list li {
    padding: 10px 0;
}

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

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

.help-center-logo{
    width:227px;
    height: 30px;
    background-image:url(/hc/theming_assets/01JNG20Y7J4DN2E9SEN2NTP3TJ);
    background-size: contain;
    background-repeat: no-repeat;
}
.header {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 78px;
}
.header_right,
.header_left{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.header_container a.my-tickets-link {
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}
.header_container a.my-tickets-link:before {
    content: "";
    position: absolute;
    background:rgba(255, 255, 255, 0.1);
    height:24px;
    width:1px;
    top:-2px;
    left:0;
}
.header_container .toggle-search{
    display:none;
}
.black_menu .header_container a.my-tickets-link:before {
    content: "";
    background: #E5E5E5;
}
.logged-in .header_container .my-tickets-link {
    display: block;
}
.header_container{
    display: flex;
    padding: 0;
    position: relative;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    height: 78px;
}
.user_info_section{
    color: #fff;
    display: inline-block;
    background: #28538A;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    width: 182px;
    padding: 15px 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}
.logged-out .user_info_section {
    padding: 0;
}
.logged-out .user_info_section .login {
    width: 100%;
    padding: 15px 0 !important;
    border-radius: 25px;
}
#user #user-dropdown {
    background: #ffffff;
    min-width: 182px;
    right: -12px;
    box-shadow: 0 5px 20px rgb(50 58 69 / 15%);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-top: 13px;
}
.dropdown-menu [role=menuitem]:hover,
.dropdown-menu [role=menuitem]:focus {
    background: #F4F5F5;
}
.dropdown-menu-end.dropdown-menu-caret::after,
.dropdown-menu-end.dropdown-menu-caret::before{
    content: none;
}
[dir="ltr"] .dropdown-menu [role=menuitem]{
    color: #000000;
    padding: 18px 40px 18px 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    text-align: center;
}
.logged-in .user_info_section{
    padding: 8px;
}
.header_container .hidden,
.header_container .logged-in{
    display: none;
}
.user_info_section:hover{
    background: #1D55A1;
}
.header_search{
    display:none;
}
.fixed_header .header_search,
.with_search .header_search{
    display:block;
}
.header_container .search input[type="search"]{
    border: 1px solid #00000033;
    padding: 14px 45px 15px 45px;
    font-size: 14px;
    line-height: 19px;
    height: 48px;
    font-weight: 400;
    margin-right:20px;
    width:300px;
    transition: width 0.2s;
}
.header_container .search input[type="search"]:focus {
    width:600px;
}
.header_container  .search::before {
    color: #000000;
    content: "\1F50D";
    font-size: 14px;
    left: 16px;
}
.fixed_header  .header_fixed{
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
}
.active_fixed .header .header_fixed,
.active_fixed  #categories-menu{
    transform:translateY(-100%);
    transition:transform .2s;
}
.fixed_header.active_fixed  .header .header_fixed,
.fixed_header.active_fixed   #categories-menu{
    transform:translateY(0);
}

.black_menu .header a{
    color: #000000 !important;
}

.black_menu .header{
    background:#ffffff;
}

.black_menu .header .help-center-logo {
    background-image: url(/hc/theming_assets/01JNG2119EX9HJSCE4MDWV7RW9);
}

.black_menu .logo{
    color: #000000;
}
.black_menu .user_info_section {
    color: #fff;
    background: rgba(0, 0, 0, 0.05);
}
.logged-in .user_info_section {
    display: inline-block;
}
.menu-icon {
    position: relative;
    width: 18px;
    height: 10px;
    cursor: pointer;
    display: none;
}
#mobile-menu{
    display: none;
}
.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 18px;
    height: 10px;
}
.menu-icon 	span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.black_menu .menu-icon 	span {
    background-color:#000000;
}
.menu-icon 	span:first-of-type {
    top: 0;
}
.menu-icon 	span:last-of-type {
    bottom: 0;
}
.menu-icon.active span:first-of-type{
    transform: rotate(45deg);
    top: 4px;
}

.menu-icon.active span:last-of-type {
    transform: rotate(-45deg);
    bottom: 4px;
}

.user-nav a{
    text-decoration: none;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 21px;
}
.login{
    font-size: 13px !important;
    line-height: 18px;
    font-weight: 550;
    border-color: transparent;
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    text-transform: uppercase;
}

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

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

.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;
    font-weight: normal;
}
.user-nav[aria-expanded="true"] > a {
    display: block;
    margin: 0;
    color: #333;
    cursor: pointer;
    display: block;
    padding: 7px 40px 7px 20px;
    font-weight: normal;
}
.user-nav[aria-expanded="true"] > a:hover {
    background: #f3f3f3;
}


/***** User info in header *****/
.user-info, div#user [role="button"] {
    display: inline-block;
    width: 100%;
    text-align: left;
}

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

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

.user-info > [role="button"]:hover {
    color: rgba(33, 96, 181, 1);
    background-color: transparent;
}

.user-info > [role="button"]::after {
    content: "";
    width: 8px;
    height: 8px;
    background:url(/hc/theming_assets/01JNG21028GY3CHV9TC2T3JR7M);
    position: absolute;
    top: 12px;
    right: 7px;
}
.black_menu .user_info_section .user-info > [role="button"]::after {
    background:url(/hc/theming_assets/01JNG20ZNRHNWFX12598D6DWFK);
}
.user-info.active > [role="button"]::after {
    content: "";
    transform: rotate(180deg);
}

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

#user #user-name {
    display: none;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 10px;
    width: 99px;
}
.black_menu #user #user-name,
.black_menu .user-info > [role="button"]::after,
.fixed_header #user #user-name,
.fixed_header .user-info > [role="button"]::after{
    color: #000000 !important;
}

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

/***** Footer *****/
.footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 150px;
    padding: 50px 0 0;
}

.footer a {
    color: #5d6c80;
}

.footer-inner {
    max-width: max-content;
    margin: 0 auto;
    padding: 0;
    display: block;
    justify-content: space-between;
}

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

/***** Breadcrumbs *****/
.breadcrumbs-nav {
    margin-bottom: 50px;
}
.breadcrumbs {
    margin: 0;
    padding: 0;
}

.breadcrumbs li {
    color: rgba(50, 58, 69, 1);
    display: inline;
    font-weight: 400;
    font-size: 13px;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumbs li a,
.breadcrumbs li {
    color: #2160B5 !important;
    font-weight: 600;
    font-size: 16px;
    line-height:22px;
}

.breadcrumbs li + li::before {
    content: "\A0\A0\E75C";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
    font-weight: lighter;
    transform: rotate(-90deg);
    position: relative;
    top: 3px;
    font-size: 15px;
    color:rgba(0, 0, 0, 0.3);
}

.breadcrumbs li a:visited {
    color: rgba(33, 96, 181, 1);
}


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

.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;
}
.hero-inner .search input[type="search"],
.hero-inner .search input[type="search"]:focus{
    color: #000000;
}
[dir="rtl"] .search input[type="search"] {
    padding-right: 40px;
    padding-left: 20px;
}
.sub-nav .search input[type="search"]:focus,
.search input[type="search"]:focus {
    color:rgba(0, 0, 0, 1);
}

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

[dir="rtl"] .search::before {
    right: 15px;
    left: auto;
}
.sub-nav .search input[type="search"]{
    border: 1px solid #fff;
}

/***** Hero component *****/
.hero {
    background-image: url(/hc/theming_assets/01HZM6MCT2PJZZPR3SD0C9F28E);
    background-position: center;
    background-size: cover;
    display: flex;
    margin-top: -78px;
    margin-bottom:60px;
    position: relative;
}
.hero-inner {
    width: 780px;
    padding: 138px 0 109px;
    max-width: 100%;
}

.page-header {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0;
}
.hero-inner .header_title {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 50px;
}
.page-header .section-subscribe {
    flex-shrink: 0;
    margin-bottom: 10px;
}
.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;
}
.search-result-container .page-header-description {
    margin: 10px 0 0 0;
}
.search-result-container ul.meta-group {
    margin-top: 15px;
}

h3.search-results-subheading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
}
.page-header .icon-lock::before {
    content: "\1F512";
    font-size: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 50px;
}
.black_menu .sub-nav {
    margin-bottom: 50px;
}
.form_container h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
.form_container .form-field label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform:uppercase;
    padding-left: 11px;
}
.form_container .g-recaptcha[ui="invisible"] {
    margin-top: 40px;
}
.form_container .grecaptcha-badge {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2) !important;
}
.form_container .form-field .nesty-input,
.form_container .form-field input[type="text"], .form_container .form-field textarea {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    background: rgba(250, 250, 250, 1);
}
.nesty-panel {
    background: #FFF;
    border: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding: 9px 0;
    max-height: 250px;
}
.nesty-panel li {
    line-height: 19px;
    font-size: 14px;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    padding: 6px 15px !important;
}
.nesty-panel li:focus {
    background: #FAFAFA; }
.form_container #hc-wysiwyg {
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    resize: vertical;
    height: 185px;
    min-height: 100px;
}
.form_container .upload-dropzone {
    border: 2px dashed #5E5BF2;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 18px;
}
.form_container .upload-dropzone span {
    line-height: 47px;
    padding: 10px;
    color: #000000;
}
.form_container .upload-dropzone input[type="file"]{
    font-weight: 600;
}
.upload-dropzone span::before {
    content: none;
}
.form_container .form footer {
    margin-top: 50px;
    padding-top: 0;
    text-align: center;
}
.sub-nav input[type="search"]::after {
    font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.page-header.community-header {
    margin-bottom: 20px;
}
.blocks-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    justify-content: center;
}
.blocks-item {
    border: 1px solid rgba(75, 126, 252, 1);
    border-radius: 15px;
    box-sizing: border-box;
    color: rgba(75, 126, 252, 1);
    display: flex;
    flex: 1 0 340px;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 30px;
    max-width: 100%;
    text-align: center;
}
.community_topics .activity {
    border-top: 0;
    padding: 0;
    margin-top: 100px;
}
.community_topics .recent-activity-header {
    font-weight: 600;
}
.community_topics .recent-activity-item-parent {
    margin-bottom: 10px;
    line-height: 26px;
}
.community_topics .recent-activity-item-link {
    line-height: 24px;
}
.community_topics .recent-activity-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 28px 0;
}
.community_topics .recent-activity-item:first-child {
    padding: 0 0 30px;
}
.community_topics .community-footer {
    padding-top: 100px;
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    background-color: rgba(75, 126, 252, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

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

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

.blocks-item-internal a {
    color: rgba(50, 58, 69, 1);
}

.blocks-item-link {
    color: rgba(75, 126, 252, 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;
}



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

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

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

.promoted-articles-item a {
    border-bottom: 1px solid #ddd;
    color: rgba(50, 58, 69, 1);
    display: block;
    padding: 15px 0;
}

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

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

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

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

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

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

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

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

.recent-activity-item-parent, .recent-activity-item-link {
    margin: 6px 0;
    color: rgba(50, 58, 69, 1);
    display: inline-block;
    width: 100%;
}

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

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

.recent-activity-item-time, .recent-activity-item-comment {
    color: #5d6c80;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}
.community_topics .recent-activity-item-comment span {
    font-weight: 400;
}
.community_topics .recent-activity-item-comment span::before {
    font-size: 13px;
    padding-right: 5px;
}
.community_topics .recent-activity-item-comment span::before {
    content: "";
    padding-right: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(/hc/theming_assets/01JNG210DFNYBS75222G5H3K4D);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: -2px;
}
.black_menu .header .login,
.fixed_header .header .login  {
    background-color: #28538A;
    color: #FFFFFF !important;
}
.black_menu .header .login:hover,
.fixed_header .header .login:hover {
    background-color: #1D55A1;
}
.community_topics .recent-activity-controls {
    padding-top: 27px;
}
.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(75, 126, 252, 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 *****/
.categories-page .section-tree .section.article .see_more,
.categories-page .section-tree .section.article .video_container{
    display: none;
}

.categories-page .section-tree .section {
    margin: 0 0 60px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    max-width: 100%;
}
.categories-page .section-tree .section.article > h3 {
    display: none;
}
.categories-page .section-tree .section:last-child {
    margin: 0;
    padding-bottom:0;
    border-bottom: 0;
}
.category-content,
.specific-category-content{
    flex: 1;
}
.section-page .section-name.section-tree-title {
    margin-bottom: 0;
}
.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}


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

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

.categories-page .section-tree .section >h2 {
    margin-bottom: 0;
}

.categories-page .section-tree .section >h2 a {
    color: rgba(50, 58, 69, 1);
}
.section-tree  .article-list {
    display: grid;
    grid-template-columns: repeat(3,380px);
    grid-gap: 20px;
    margin-top: 30px;
}
.section-tree .article-list.category-list{
    margin-top: 20px;
}
.section-tree .see-all-articles {
    display: block;
    padding: 30px 0 0;
}
.article-list:not(.category-list) > li{
    position: relative;
    padding-left:17px;
}
.article-list:not(.category-list) > li:before{
    content:"";
    width:4px;
    height:4px;
    border-radius: 3px;
    position: absolute;
    top:8px;
    left:0;
    background: #dfdfdf;
    border:1px solid  #dfdfdf;
}
.article-list:not(.category-list) > li a {
    font-size: 14px;
    line-height: 20px;
    color: #2160B5;
}


.article-list:not(.category-list) > li a:hover {
    text-decoration: underline;
}
.article-list.category-list li a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 32px 11px 20px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: relative;
}

.article-list.category-list li a:hover {
    box-shadow: 0 5px 20px #e5e6e8;
}
.article-list.category-list li a:after {
    content:"";
    width:8px;
    height:8px;
    position: absolute;
    top:18px;
    right:15px;
    background: url(/hc/theming_assets/01JNG210J3H2WVGJYF12ZGFQQT);
    transform: rotate(90deg);
    background-size: 8px;
}
.icon-star::before {
    color: rgba(75, 126, 252, 1);
    font-size: 18px;
}

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

.section-content {
    flex: 1;
}

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

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


.article-container {
    display: flex;
    flex-direction: column;
}
.article-header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.article-body {
    font-size: 18px;
    line-height: 26px;
}
.article-share li a {
    width: 40px;
    height: 40px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 1);
    border-radius: 14px;
    color: #ffffff !important;
    margin-right: 12px;
    position: relative;
}
.article-avatar {
    margin-right: 10px;
}

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

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

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

.article-body img {
    height: auto;
    max-width: 100%;
    margin: 50px 0 30px;
}
.article-body li img {
    margin: 10px 0 -5px 0;
}
.article-body li img:not([src$=".gif"]) {
    pointer-events: none;
}
.article-body p + p img {
    margin: 30px 0 30px;
}

.article-body ul,
.article-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin-left: 20px;
}
.article-body p + ul,
.article-body p + ol {
    margin-top: 20px;
}
.article-body ul + p,
.article-body ol + p {
    margin-top: 20px;
}
.article-body h2 + h3,
.article-body h2 + h4,
.article-body h3 + h4 {
    margin-top: 42px;
}
.article-body h2 + p,
.article-body h3 + p,
.article-body h4 + p,
.article-body .link-included {
    margin-top: 12px;
}
.article-body h2 + ul,
.article-body h3 + ul,
.article-body h2 + ol,
.article-body h3 + ol {
    margin-top: 29px;
    margin-bottom: 29px;
}
.article-body ul + h2,
.article-body ul + h3,
.article-body ol + h2,
.article-body ol + h3 {
    margin-top: 29px;
    margin-bottom: 29px;
}
.article-body h4 + ul,
.article-body h4 + ol {
    margin-top: 20px;
    margin-bottom: 29px;
}
.article-body ul + h4,
.article-body ol + h4 {
    margin-top: 20px;
    margin-bottom: 29px;
}

.article-body h2 span,
.article-body h3 span,
.article-body h4 span {
    font-weight: bold !important;
}
.article-body p + p span img {
    margin: 0;
}
.article-body p + h2,
.article-body p + h3,
.article-body p + h4 {
    margin-top: 40px;
}

[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: rgba(33, 96, 181, 1);
}

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

.article-body > p:last-child {
    margin-bottom: 0;
}
/*.article-body img:hover,
.article-body video:hover{
    cursor:url(/hc/theming_assets/01JNG20ZGYJ362FF2A4J3Z7CC5), auto;
}*/
.article-body li img:not([src$=".gif"]):hover {
    cursor: none;
}
.article-content {
    line-height: 1.6;
    margin: 40px 0 50px;
    word-wrap: break-word;
}

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

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

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

.article-comment-count .icon-comments {
    color: rgba(75, 126, 252, 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;
}

.article-relatives {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    padding: 50px 0;
}


.article-relatives > * {
    flex: 1 0 auto;
    margin-right: 0;
}
.article-relatives > section  {
    flex: 1 0 49%;
}
.article-relatives > *:last-child {
    margin: 0;
}


.article-votes {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 50px 0 40px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.article-votes.for-sign-up {
    padding: 60px 0 50px;
}
span.article-votes-question {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13px;
    color: #000000;
    line-height: 34px;
}
.article-votes-controls .article-vote {
    background: transparent;
    border: none;
    border-radius: 20px;
    display: inline-block;
    min-width: 30px;
    color: rgba(75, 126, 252, 1);
    margin: 10px 5px;
    width: auto;
}
span.article-vote-label {
    font-size: 14px;
}

.article-vote:focus, .article-vote:active {
    background-color: transparent;
}
.article-votes-controls {
    margin-top: 8px;
}
.article-votes-controls div {
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.13px;
    font-weight: bold;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.article-votes-controls .article-vote-up {
    color: #ffffff;
}
.article-votes-controls .article-vote-up:after {
    content: "Yes";
    font-size: 14px;
    font-weight: 600;
    padding-right: 0;
    padding-top: 10px;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    color: #2160B5B3;
    background: #F9FAFD;
    border: 1px solid #2160B533;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.article-votes-controls .article-vote-down:after {
    content: "No";
    font-size: 14px;
    font-weight: 600;
    padding-right: 0;
    padding-top: 10px;
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
    color: #2160B5B3;
    background: #F9FAFD;
    border: 1px solid #2160B533;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.article-votes-controls .article-vote-down:hover:after,
.article-votes-controls .article-vote-up:hover:after {
    background: #2160B5;
    color: #FFFFFF;
}
.article-votes-controls .article-vote-down.active:after,
.article-votes-controls .article-vote-up.active:after {
    background: #2160B5;
    color: #FFFFFF;
}
.article-votes-controls .article-vote-down.deactive:hover:after,
.article-votes-controls .article-vote-up.deactive:hover:after {
    background: #2160B5;
    color: #FFFFFF;
}
footer .sign-up-msg {
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 0.13px;
    color: #000000;
    opacity: 1;
    margin: 0;
}
footer .sign-up-link {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: 0.1px;
    color: #292929;
    opacity: 1;
    margin: 10px 0 0 0;
}
footer p.sign-up-link a {
    color: #2160B5;
    cursor: pointer;
}
.article-more-questions {
    margin: 50px 0 0;
    text-align: center;
}
.article-more-questions h3 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.17px;
    font-weight: bold;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.article-more-questions .help_community {
    background-image: url(/hc/theming_assets/01JNG211P5S8RJ4GGP5KGTH6QW);
    display: inline-block;
    border: 1px solid #00000033;
    border-radius: 12px;
    padding: 16px 25px 16px 68px;
    background-position: 16px 18px;
    background-size: 42px;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    cursor: pointer;
    right: 8px;
    width: 340px;
    max-width: 100%;
}
.article-more-questions .help_community:hover {
    box-shadow: 0 5px 20px rgb(229 230 232);
}
.article-more-questions .help_community h4 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: bolder;
    color: #292929;
}
.article-more-questions .help_community p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.12px;
    color: #292929;
    opacity: 1;
    margin: 0;
}
.article-more-questions .contact_us {
    background-image: url(/hc/theming_assets/01JNG20Z3N11645R0C6T67T3WF);
    display: inline-block;
    border: 1px solid #00000033;
    border-radius: 12px;
    padding: 16px 25px 16px 68px;
    background-position: 16px 18px;
    background-size: 42px;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    cursor: pointer;
    left: 8px;
    width: 340px;
    max-width: 100%;
}
.article-more-questions .contact_us:hover {
    box-shadow: 0 5px 20px rgb(229 230 232);
}
.article-more-questions .contact_us h4 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: bolder;
    color: #292929;
}
.article-more-questions .contact_us p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.12px;
    color: #292929;
    opacity: 1;
    margin: 0;
}
.article-return-to-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.article-return-to-top a {
    color: rgba(50, 58, 69, 1);
    display: block;
    padding: 20px 0;
}

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

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

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

.article-unsubscribe {
    background-color: rgba(75, 126, 252, 1);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

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

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

.sidenav-item {
    border-radius: 4px;
    color: #000000;
    display: block;
    font-weight: normal;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 24px;
}

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

.recent-articles h3,
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}
.article-container .recent-articles h3, .article-container .related-articles h3 {
    font-size: 20px;
    margin: 0 0 30px;
    line-height: 27px;
}
.article-container .recent-articles li a, .article-container .related-articles li a {
    font-size: 18px;
    line-height: 24px;
}
.article-container .recent-articles li , .article-container .related-articles li  {
    margin-bottom: 20px;
}
.article-container .comment-overview {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 30px 0;
}
.article-container h3.comment-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}
.article-container .recent-articles li:last-child , .article-container .related-articles li:last-child  {
    margin-bottom: 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: rgba(50, 58, 69, 1);
    content: "\1F4CE";
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 5px;
}

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

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

.upload-dropzone span {
    color: #5d6c80;
}

/***** 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;
}
.post-footer .share a {
    height: 30px;
    line-height: 25px;
    width: 30px;
    position: relative;
    text-indent: -300px;
}
.share a::before {
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -11px;
    position: absolute;
}

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

.share-twitter::before {
    content: "";
    background-image: url(/hc/theming_assets/01JNG21087CN1W8239SH024WK7);
}

.share-facebook::before {
    content: "";
    background-image: url(/hc/theming_assets/01JNG20ZRJXH2YEA4NW6KBY6RW);
}

.share-linkedin::before {
    content: "";
    background-image: url(/hc/theming_assets/01JNG210NMV2HNWPNMGYM1HM9K);
}

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

/***** 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: #5d6c80;
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
}

.comment-callout a {
    color: rgba(75, 126, 252, 1);
}

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

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

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

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

.comment-wrapper.comment-official {
    border: 1px solid rgba(75, 126, 252, 1);
    padding: 40px 20px 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;
}

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

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

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

.comment-form-controls input[type="submit"] {
    margin-top: 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(75, 126, 252, 1);
}

.comment-body {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    line-height: 1.6;
}

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

.comment-body ul, .comment-body ol {
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 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: #11325f;
}

.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: #5d6c80;
    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: #5d6c80;
    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(75, 126, 252, 1);
}

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

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

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

.vote-voted::before {
    color: rgba(75, 126, 252, 1);
}

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

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

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

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

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

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

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

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

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

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

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

.community-follow [role="button"]:hover {
    background-color: rgba(75, 126, 252, 1);
}

.community-follow [role="button"]::after, .community-follow [role="button"]:focus::after {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}
.community-follow [role="button"][data-follower-count="0"],
.community-follow [role="button"][aria-selected="true"] {
    background-color: rgba(75, 126, 252, 1);
    color: rgba(255, 255, 255, 1);
}
.community-follow [role="button"][data-follower-count="0"]::after,
.community-follow [role="button"][aria-selected="true"]::after {
    border-left: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.community-follow [role="button"]:hover {
    background-color: #3077FF;
    border-color: #3077FF;
    text-decoration: none;
}
.community-follow [role="button"]::after {
    border-left: 1px solid #ffffff;
    content: attr(data-follower-count);
    color: #ffffff;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
    margin-left: 15px;
    padding-left: 10px;
    position: absolute;
    right: 10px;
}
[dir="rtl"] .community-follow [role="button"]::after {
    border-left: 0;
    border-right: 1px solid rgba(75, 126, 252, 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;
}

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

.striped-list-title {
    color: rgba(33, 96, 181, 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: #11325f;
}

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

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

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

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

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

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
    background-color: rgba(75, 126, 252, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.post-content {
    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: #11325f;
}

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

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

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

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

.post-comment-count .icon-comments {
    color: rgba(75, 126, 252, 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;
}

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

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

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

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

.collapsible-nav-list li {
    color: rgba(50, 58, 69, 1);
    line-height: 45px;
    order: 1;
}

.collapsible-nav-list li a {
    color: rgba(50, 58, 69, 1);
    display: block;
}

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

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

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


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

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

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

.collapsible-sidebar-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.requests-table-toolbar .organization-unsubscribe {
    background-color: rgba(75, 126, 252, 1);
    color: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

.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(75, 126, 252, 1);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

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

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

.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: #5d6c80;
    font-size: 13px;
    font-weight: 300;
}


.no-activities {
    color: #5d6c80;
}

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

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

.request-breadcrumbs {
    margin-bottom: 40px;
}

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

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

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

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

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

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

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

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
    border: 1px solid rgba(75, 126, 252, 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(75, 126, 252, 1);
}

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

.request-title {
    width: 100%;
}

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

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

.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: #5d6c80;
    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: left;
}

.pagination * {
    display: inline-block;
}

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

[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: rgba(50, 58, 69, 1);
    text-decoration: none;
}

.pagination a, .pagination span {
    font-size: 16px;
    padding: 3px 10px;
    font-weight: 600;
    color: #5d6c80;
}
.pagination li {
    height: 30px;
    width: 30px;
}

.pagination-current {
    background-color: #2160B5;
}

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

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

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

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

[dir="rtl"] .pagination-last {
    border-radius: 3px 0 0 3px;
}
.pagination .pagination-next,
.pagination .pagination-prev {
    background-color: #ffffff;
    box-shadow: 0px 5px 20px #e5e6e8cc;
}
.pagination .pagination-next a,
.pagination .pagination-prev a {
    font-size: 18px;
    padding: 1px 12px;
}
.pagination .pagination-last,
.pagination .pagination-first {
    display: none;
}

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

.meta-group * {
    display: inline;
}
.meta-group br {
    display: none;
}

.meta-data {
    color: #5d6c80;
    font-size: 13px;
    font-weight: 300;
}
.search-result-container .search-result .meta-data {
    float: right;
    margin-left: 11px;
}
.meta-data:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color:rgba(109, 120, 130, 0.2);
    right: 0;
    top: 13px;
}
.search-result-container .meta-data:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    right: auto;
    top: 11px;
    left: -7px;
}
.attachment-meta-item:not(:last-child)::after {
    content: none;
}
/***** 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-googleplus-::before {
    content: "\e902";
}

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

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

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

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

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

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

.icon-comments::before {
    content: "";
    background-image:url(/hc/theming_assets/01JNG210DFNYBS75222G5H3K4D);
    display:inline-block;
    width: 18px;
    height: 18px;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.profile-stats .stat-label {
    color: #5d6c80;
    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;
}

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


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


.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(75, 126, 252, 1);
    border-radius: 4px;
    color: rgba(75, 126, 252, 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;
}

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

.profile-section {
    width: 100%;
}

.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: #5d6c80;
    font-weight: 300;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

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

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

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

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

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


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

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 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;
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

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

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    align-self: flex-start;
}

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

.profile-activity-description {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-word;
    margin: 0;
    min-width: 0;
    width: 100%;
}

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

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

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


.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 *****/

.hero-container .hero-inner .header_search_result {
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}
.breadcrumbs.search-result-breadcrumbs li {
    font-size: 16px;
    font-weight: 600;
}
.breadcrumbs.search-result-breadcrumbs li a {
    letter-spacing: 0.13px;
    color:#00000080 !important;
}

.search-results-column {
    flex: 1;
    max-width: 100%;
}

.search-results-column h3 {
    letter-spacing: .15px;
    color: #292929;
}

.search-results-column .result-not-found h3 {
    margin-bottom: 10px;
}

.search-results-list > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 40px 0;
    width: 720px;
    max-width: 100%;
}
.search-results-list > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.search-results-list > li:first-child {
    padding-top: 0;
}
.search-result-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.13px;
    color: #000000;
}
.search-result-description em {
    font-style: normal;
    font-weight: 600;
}
a.search-result-link {
    font-size: 18px;
    float: left;
    width: calc(100% - 42px);
    font-weight: bold;
    letter-spacing: 0.15px;
    color: #2160B5;
}
.search-result-votes, .search-result-meta-count {
    color: #5d6c80;
    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(75, 126, 252, 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-container .search-result-votes::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/hc/theming_assets/01JNG21124KEQTMX9BQ2WE0G1F);
    display: inline-block;
    position: relative;
    top: -3px;
}
.search-result-container .search-result-votes {
    font-size: 18px;
    padding: 0;
    line-height: 24px;
    float: right;
    font-weight: normal;
    position: relative;
    top: 3px;
    display:none;
}
.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;
}
.search-result-container .search-result-breadcrumbs li:last-child::after {
    content: none;
}

/********************************/
.search{
    max-width: 1000px;
}

.hero .search input[type="search"]{
    background: rgb(255 255 255);
    border: 0px;
    font-size: 14px;
    line-height: 19px;
    height: 50px;
    border-radius: 6px;
    box-shadow: 0 0 30px rgb(50 58 69 / 15%);
    font-weight: 400;
}
.header_text{
    text-align: left;
    color: #fff;
    margin: 0px;
}
.header_title{
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
}
.header_desc{
    font-size: 18px;
    line-height: 26px;
}
.hero .search::before {
    color: #323945;
    content: "\1F50D";
    font-size: 14px;
    left: 16px;
}
.hero .search input[type="search"]::placeholder {
    color: #000000;
}
.sub-nav .search input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.7);
}

.featured_plugin .pluginn{
    font-size: 26px;
    color: #000000;
    padding: 50px 0 48px;
    width: 374px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(229, 230, 232, 0.4);
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.featured_plugin .plugin{
    margin-top: 0;
}
.featured_plugin {
    margin-bottom: 70px;
    text-align: center;
    display: none;
}
.featured_plugin .plugin:hover{
    box-shadow: 0 5px 20px rgba(229,230,232,.7);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.featured_plugin .plugin:nth-of-type(1),.featured_plugin .plugin:nth-of-type(2){
    margin-right: 14px;
}
.article-header .article-title{
    font-family: 'Literata', serif;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin: 0;
    text-align: left;
    line-height: 48px;
    letter-spacing: 0.27px;
    margin-bottom: 12px;
}

.form_container input[type="submit"],
a.article-subscribe[role="button"]{
    background-color: #4B7EFC;
    padding: 17px 42px;
    font-size: 20px;
    border-radius: 40px;
    font-weight: 600;
    text-decoration: none;
    color: #FFFFFF;
    display: inline-block;
    height: auto;
    line-height: 25px;
    width: 250px;
}
.form_container input[type="submit"]:hover,
a.article-subscribe[role="button"]:hover{
    background-color: #3077FF;
}
.form_container input[type="submit"]{
    text-transform:uppercase;
}
.user-nav {
    font-size: 0;
}



.see-all-articles{
    color: #4B7EFC;
    font-size: 20px;
    font-weight: 500;
}

.see-all-articles:after{
    content: ">";
}

.category-content .page-header h1{
    font-size: 55px;
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 0;
}
.page-header{
    margin-bottom: 50px;
}
.section-tree-title,
.categories-page .section-tree .section >h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}
.topics-item{
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FFFFFF;
    color: #000000;
    border-radius: 6px;
}
.topics-item *{
    color: #000000 !important;
}
.topics-item a{
    line-height: 1;
}
.topics-item:hover{
    background-color: #FFFFFF;
    color: #000000;
}
.post-to-community a{
    border-radius: 40px;
}
.community-header h4{
    font-size: 20px;
}
.topics-item h4 {
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    font-weight: 600;
}
.meta-group li{
    font-size: 14px;
    font-weight: normal;
    position: relative;
}
.community_topics .meta-group li {
    font-size: 20px;
    font-weight: 200;
}
.topics-item .meta-group li:first-child{
    padding-right: 16px;
    margin-right: 5px;
}
.recent-activity-header{
    text-align: left;
    font-size: 20px;
    color: #000000;
    margin-bottom: 50px;
}
.recent-activity-item-parent{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.recent-activity-item-link{
    font-size: 18px;
    color: #000000;
}
.recent-activity-controls{
    font-size: 20px;
    color: #4B7EFC;
    font-weight: bold;
}
.recent-activity-controls:after{
    content: ">";
}
.see-all-articles:after,
.recent-activity-controls:after {
    content: "\A0\A0\E75C";
    display: inline-block;
    font-family: "entypo";
    vertical-align: middle;
    font-weight: 500;
    transform: rotate(-90deg);
    font-size: 16px;
    position: relative;
    top: 4px;
    left: -6px;
}
.recent-activity-item-time{
    font-size: 18px;
    color: #000000;
}
.recent-activity-item-comment span{
    font-size: 18px;
}
.community-footer h4{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.community-footer a, .post-to-community a{
    font-size: 20px;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    padding: 17px 74px;
    line-height: 1;
}
a.article-subscribe[role="button"] {
    display: none;
}
.section-container [role="button"],
.form_container input[type="submit"],
.comment-form-controls input[type="submit"],
a.article-subscribe[role="button"],
.community_topics a.button-large,
.post-to-community a.button-large {
    font-size: 14px;
    padding: 14px 0;
    line-height: 12px;
    width: 155px;
    text-transform: uppercase;
    border-radius: 30px;
    min-width: 155px;
}
a.article-unsubscribe[role="button"] {
    border-radius: 15px;
    text-decoration: none !important;
    display:none;
}
a.article-unsubscribe {
    margin-top: 6px;
}
.sub-nav .search input[type="search"]{
    border-radius: 30px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.7);
    height: 50px;
}


/*
* Popup
*/
#embed_container {
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    display: none;
}
#embed_container .close_embed {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#embed_container .iframe-container-latest {
    width: 1200px;
    border: 0;
    border-radius: 12px;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
    height: auto;
    padding: 0 !important;
}
#embed_container .close_embed {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: -57px;
    top: -28px;
    cursor: pointer;
    background: url(/hc/theming_assets/01JNG20ZBDZ0XTDZ7PP571G2BP);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;

}
#embed_container>div {
    padding: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 auto;
    text-align: center;
}
#iframe-container img,
#iframe-container video{
    width:100%;
    height: auto;
}

@media screen and (min-width: 1600px) {
    #embed_container .iframe-container-latest iframe, #embed_container .iframe-container-latest{
        width: 1400px !important;
        height: 786px !important;
    }
    #embed_container .close_embed {
        right: -27px !important;
        top: -11px !important;
    }
}

@media screen and (min-width: 1261px) {

    .categories-menu_current,
    .header_container .icon-close{
        display:none;
    }
    .desktop{
        display: block;
    }
    body > main {
        min-height: 65vh;
    }
    .breadcrumbs li a:hover{
        text-decoration: underline;
    }
    #embed_container .iframe-container-latest iframe, #embed_container .iframe-container-latest{
        width: 800px;
        height: 446px;
    }
    #embed_container .close_embed {
        right: -20px;
        top: -22px;
    }
    .error-page {
        padding: 0;
        width: 90%;
    }

    .page-header-description {
        flex-basis: 100%;
    }
    .promoted-articles-item:last-child a {
        border-bottom: 1px solid #ddd;
    }
    .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 {
        flex-direction: row;
    }
    .article-container {
        flex-direction: row;
    }
    .article {
        flex: 1 0 65%;
        max-width: 65%;
        min-width: 640px;
        padding: 0;
    }
    .article-sidebar {
        border: 0;
        flex: 0 0 33%;
        height: auto;
        margin-right: 2%;
    }
    .article-return-to-top {
        display: none;
    }
    .comment-form-controls input[type="submit"] {
        margin-left: 15px;
    }
    [dir="rtl"] .comment-form-controls input[type="submit"] {
        margin-left: 0;
        margin-right: 15px;
    }
    .post-container {
        flex-direction: row;
    }
    .post {
        flex: 1 0 70%;
        max-width: 70%;
    }
    .post-comments {
        margin-bottom: 0;
    }
    .post-sidebar h5 {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
    }
    .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;
    }

    .my-activities-table th:first-child,
    .my-activities-table td:first-child {
        width: 500px;
    }
    .my-activities-table .striped-list-title {
        margin-bottom: 0;
        max-width: 500px;
        min-width: 350px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .collapsible-sidebar-title::after {
        display: none;
    }
    .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
        display: none;
    }
    .collapsible-sidebar {
        max-height: none;
        padding: 0;
    }

    .request-sidebar {
        background-color: #f7f7f7;
        border: 0;
        font-size: 13px;
        flex: 0 0 auto;
        padding: 0 20px;
        width: 30%;
    }
    .request-sidebar h5 {
        display: none;
    }
    .request-title {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        max-width: 66%;
        padding-bottom: 20px;
    }
    .request-main {
        flex: 0 0 66%;
        order: 0;
        min-width: 0;
    }

    .request-breadcrumbs {
        margin-bottom: 60px;
    }
    .request-container {
        align-items: flex-start;
        flex-direction: row;
    }
    .profile-section {
        width: calc(100% - 330px);
    }
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
    .profile-stats-counters .stat {
        flex-direction: row;
    }
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }

    .search-results-column {
        flex: 0 0 47%;
    }
    .search-results {
        padding-bottom: 60px;
        padding-top: 30px;
    }
}
@media screen and (min-width: 767px) {
    .fixed_header #categories-menu{
        position:fixed;
        bottom:auto;
        top: 78px;
        width:100%;
        left:0;
        background:#F4F5F5;
        z-index: 1;
    }
    .fixed_header #categories-menu .container > ul > li > a {
        color: #000000;
        padding: 14px 33px 13px 15px;
    }
    .fixed_header #categories-menu .container > ul > li > a:after {
        content: "";
        background-image: url(/hc/theming_assets/01JNG20ZY9WYM5M933Y35GXFH6);
        top: 20px;
    }
    .fixed_header #categories-menu .container > ul > li:hover > a {
        color: #2160B5;
    }
    .fixed_header #categories-menu .container > ul > li:hover > a:after {
        content: "";
        background-image: url(/hc/theming_assets/01JNG211BXT13T97ZKTF0W861Z);
    }

    .fixed_header  #categories-menu .container > ul > li.current-item > a,
    .fixed_header #categories-menu .container > ul > li:hover > a{
        background: transparent;
    }
    .fixed_header #categories-menu .container > ul > li .submenu-overflow {
        top: 47px;
    }

    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir="rtl"] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }
    .subscriptions-table td:last-child {
        display: table-cell;
    }
    .subscriptions-unsubscribe a {
        width: auto;
    }
    .contributions-table td:last-child {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
    .post-title h1 {
        margin-right: 5px;
    }
    .post-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
    [dir="ltr"] .comment-form-controls {
        text-align: right;
    }
    .comment .status-label:not(.status-label-official) {
        margin-top: 0;
    }
    .comment-labels {
        flex-basis: auto;
    }
    .comment-author {
        justify-content: space-between;
    }
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
    .article-relatives > * {
        margin-right: 20px;
    }
    .article-relatives {
        flex-direction: row;
    }  .article [role="button"] {
           width: auto;
       }
    .article-title {
        flex-basis: 100%;
        /* Take entire row */
    }
    .article-header {
        flex-direction: row;
        margin-top: 0;
    }
    .button, [role="button"],
    .button-large, input[type="submit"]  {
        width: auto;
    }
    .table {
        table-layout: auto;
    }
    .table tr {
        display: table-row;
    }
    .table td {
        display: table-cell;
    }
    .table td, .table th {
        padding: 10px 20px;
        height: 60px;
    }
    .user-nav {
        position: relative;
    }
    .user-info .dropdown-toggle::after {
        display: inline-block;
    }
    #user #user-name {
        display: inline-block;
    }
    .breadcrumbs {
        margin: 0;
    }
    .page-header .section-subscribe {
        margin-bottom: 0;
    }
    .page-header {
        align-items: baseline;
        flex-direction: row;
        margin: 0;
    }
    .sub-nav {
        align-items: baseline;
        flex-direction: row;
    }
    .sub-nav input[type="search"] {
        min-width: 300px;
    }
    .blocks-list {
        margin: 0 -15px;
    }
    .home-page .section {
        margin-bottom: 70px;
    }
    .blocks-item {
        margin: 0 15px 30px;
    }
    .blocks-item.topics-item {
        margin: 0 10px 50px;
        width: calc((100% - 60px)/3);
        flex: none;
    }
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }
    [dir="rtl"] .recent-activity-item-meta {
        float: left;
    }
    .recent-activity-item-parent, .recent-activity-item-link {
        width: 70%;
        margin: 0;
    }

    .community-follow [role="button"] {
        width: auto;
    }
    .community-follow {
        margin-bottom: 0;
        width: auto;
    }
    .topic-header .dropdown {
        border-top: 0;
        display: inline-block;
        margin-right: 20px;
        padding: 0;
    }
    .topic-header {
        padding-bottom: 10px;
    }
    .post-to-community {
        margin: 0;
    }
    .striped-list-count-item::after {
        display: none;
    }
    .striped-list-count {
        display: flex;
        flex: 1;
        justify-content: space-around;
    }
    .striped-list-item {
        align-items: center;
        flex-direction: row;
    }
    .community-follow [role="button"]::after {
        position: static;
    }
    .striped-list-number {
        color: rgba(50, 58, 69, 1);
        display: block;
        font-weight: 400;
    }
    .status-label-official {
        border-radius: 0 0 4px 4px;
        right: 30px;
        width: auto;
    }
    .post-header {
        align-items: baseline;
        flex-direction: row;
    }
    .requests-table-toolbar .request-filter-label {
        margin-top: 0;
    }
    .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-table-filter {
        width: auto;
    }
    .requests-table-toolbar {
        flex-direction: row;
    }
    .my-activities-table td:not(:first-child) {
        display: table-cell;
    }
    .my-activities-table thead {
        display: table-header-group;
    }
    .my-activities-sub-nav li:hover {
        border-bottom: 4px solid #ddd;
    }  .collapsible-nav-list li[aria-selected="true"] {
           border-bottom: 4px solid rgba(75, 126, 252, 1);
           order: 1;
           padding: 15px 0 11px 0;
       }
    .collapsible-nav-list {
        flex-direction: row;
    }
    .collapsible-nav {
        border: 0;
        height: auto;
        flex-direction: row;
        max-height: none;
    }
    .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: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"]::after {
        display: none;
    }
    .requests .requests-table-meta {
        display: none;
    }
    .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 select {
        margin-bottom: 0;
        max-width: 300px;
        width: auto;
    }
    .requests .requests-table thead {
        display: table-header-group;
    }
    .requests .requests-table-info {
        display: table-cell;
        vertical-align: middle;
        width: auto;
    }
    .profile-header .container {
        flex-wrap: nowrap;
    }
    .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-stats-activity .stat:first-child {
        margin-top: 0;
    }
    .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;
    }
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
    }
    .profile-stats-activity .stat {
        flex-direction: column;
    }
    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }
    [dir="rtl"] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }
    .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-section-description {
        flex: 1 0 50%;
        padding-bottom: 0;
    }
    .profile-private-badge {
        flex-basis: auto;
    }
    .profile-stats-counters .stat {
        flex-direction: column;
    }
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
    .profile-activity {
        padding-left: 20px;
    }
    [dir="rtl"] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir="rtl"] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }
    [dir="rtl"] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
    .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 {
        margin-left: 0;
    }
    [dir="rtl"] .profile-activity-header {
        margin-right: 0;
    }
}
@media screen and (max-width: 1260px) {
    #categories-menu {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #E5E5E5;
        background: #F4F5F5;
    }

    #categories-menu ul {
        display: none;
        flex-direction: column;
        position: absolute;
        width: 100%;
        z-index: 1;
        background: #FFFFFF;
        box-shadow: 0 5px 20px #e5e6e8cc;
        padding: 7px 10px;
    }
    #categories-menu.opened .container > ul {
        display: flex;
    }
    #categories-menu .container > ul > li > a:after,
    #categories-menu .container > ul > li.current-item > a:after{
        content: none !important;
    }
    #categories-menu .container > ul > li.current-item > a,
    #categories-menu .container > ul > li:hover > a {
        color:#000000;
    }
    #categories-menu .container > ul > li.current-item > a {
        background:rgba(0, 0, 0, 0.05);
    }
    #categories-menu .container > ul > li > a,
    #categories-menu .container > ul > li.has_sub_menu > a{
        padding: 11px 10px;
        width:100%;
        color:#000000;
        border-bottom: 0;
    }
    #categories-menu .container > ul > li > a:hover {
        border-bottom: 0;
    }
    #categories-menu .container > ul > li.current-item > a{
        border-bottom: 0;
    }
    #categories-menu .container > ul > li ul,
    #categories-menu .container > ul > li:hover ul{
        display:none;
    }
    .categories-menu_current:after {
        content: "";
        background-image: url(/hc/theming_assets/01JNG20ZY9WYM5M933Y35GXFH6);
        background-repeat: no-repeat !important;
        background-size: 8px !important;
        position: absolute;
        top: 16px;
        right: 0;
        width: 8px;
        height: 8px;
    }
    .categories-menu_current {
        color: #000000;
        padding: 11px 0;
        background: #F4F5F5;
        font-size: 14px;
        line-height: 19px;
        cursor: pointer;
        font-weight: 600;
    }
    .categories-page    .categories-menu_current:after {
        content: "";
        background-image: url(/hc/theming_assets/01JNG211BXT13T97ZKTF0W861Z);
    }
    .id_4408397419538 .categories-menu_current,
    .categories-page .categories-menu_current {
        color: #2160B5;
    }
    .opened .categories-menu_current:after {
        content: "";
        transform: rotate(180deg);
    }



    .search-results-column .result-not-found h3 {
        margin-bottom: 10px;
    }
    .see_more:hover {
        background-color: rgba(186, 195, 207, 0.12);
    }
    .article-list:not(.category-list) > li a:hover {
        text-decoration: none;
    }
    .section-tree .article-list {
        margin-top: 20px;
    }
    #categories-menu .container > ul > li .submenu-overflow{
        top: 34px;
    }
    .hero{
        background-color:  #1B5198;
        background-image: linear-gradient(to right, #1B5198 , #144586);
    }
    .hero-inner {
        padding: 138px 0 100px;
    }

    .header_container .toggle-search{
        display: block;
        width: 18px;
        height: 18px;
        margin-right: 20px;
        line-height: 1;
        font-size: 18px;
        cursor: pointer;
    }
    .header_container .search {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        background: #ffffff;
        height: 100%;
        z-index: 1;
        transition: opacity 0.2s;
        pointer-events:none;
        opacity: 0;
    }
    .user-info, div#user [role="button"] {
        display: flex;
    }

    .header_container .icon-close{
        position: absolute;
        font-size: 15px;
        right: 0;
        top: 31px;
        transition: opacity 0.2s;
        z-index: 2;
        cursor: pointer;
        line-height: 15px;
        opacity: 0;
        pointer-events:none;
    }
    .header_container .header_search.active_search .search,
    .header_container .header_search.active_search .icon-close{
        opacity: 1;
        pointer-events:unset;
    }

    .header_container .search input[type="search"] {
        border: 0;
        padding: 14px 45px 15px 53px;
        font-size: 14px;
        line-height: 19px;
        height: 100%;
        font-weight: 400;
        margin-right: 0;
        width: 100%;
        border-radius: 0;
    }
    .header_container .search::before {
        content: "\1F50D";
        font-size: 18px;
        left: 0;
    }
    .home-page .container_top .container_top_item:hover .scaled {
        display: none;
    }
    .home-page .container_top .container_top_item .learn-more{
        display:block;
        font-size:14px;
        line-height:19px;
        margin-top: 10px;
    }
    .home-page .container_top .container_top_item:hover h3,
    .home-page .container_top .container_top_item:hover p {
        z-index: 0;
    }
    .home-page .container_top .container_top_item:hover a {
        z-index: 0;
        transform: scale(1);
    }
}
@media screen and (max-width: 1260px) and (min-width: 767px) {

    .hero-inner .search {
        width: 100%;
    }
    .section.hero {
        margin-bottom: 50px;
    }

    .container {
        width: 720px;
    }
    .search-results {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .section.hero .hero-container {
        max-width:720px;
    }
    .tablet{
        display: block;
    }
    #embed_container .iframe-container-latest iframe, #embed_container .iframe-container-latest{
        width: 720px;
        height: 403px;
    }
    #embed_container .close_embed {
        right: 24px;
        top: -28px;
    }
    .login{
        padding: 0 !important;
        background-color: transparent;
        text-transform: none;
        width: auto;
    }
    .black_menu .header .login, .fixed_header .header .login {
        background-color: #ffffff;
        color: #000000 !important;
    }
    .featured_plugin .plugin{
        width: 310px;
    }

    .page-header{
        margin-bottom: 45px;
    }
    .section-tree-title,
    .categories-page .section-tree .section >h2{
        margin-bottom: 50px;
    }
    .sub-nav {
        margin-bottom: 80px;
    }
    .article-header .article-title {
        font-size: 45px;
        line-height: 60px;
    }
    .article-sidebar {
        flex: 0 0 31%;
    }
    .article {
        flex: 1 0 70%;
        max-width: 70%;
        padding: 0 0 0 25px;
    }
    .collapsible-sidebar-title {
        font-size: 28px;
        line-height: 37px;
    }
    .article-sidebar {
        padding-top: 90px;
    }
    .header_title {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .community_topics .activity {
        margin-top: 50px;
    }
    .community_topics .recent-activity-item-parent, .community_topics .recent-activity-item-link {
        width: 68%;
    }

    .logo img {
        max-height: 26px;
    }
    .user-nav {
        margin-right: 5px;
    }
    .login{
        padding: 0 !important;
        background-color: transparent;
        font-size: 13px !important;
    }
    .featured_plugin .plugin{
        width: 218px;
        font-size: 20px;
    }
    .user-nav a,
    #user #user-name{
        font-size: 13px !important;
    }
    #user #user-name{
        padding-top: 5px;
    }
    #user #user-dropdown {
        margin-top: 45px;
    }
    .user-info > [role="button"]::after {
        font-size: 12px;
    }

    .collapsible-sidebar-title {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 0;
    }
    .collapsible-sidebar {
        max-height: 62px;
        padding: 15px 0;
    }
    .section-articles.collapsible-sidebar > ul {
        top: 22px;
        position: relative;
    }
    .article-sidebar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        flex: 1 0 auto;
        margin-bottom: 80px;
    }
    .article {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .article-sidebar {
        padding-top: 0;
    }
    .sub-nav form.search {
        width: 320px;
    }
    .category-content .page-header h1{
        font-size: 26px;
        line-height: 34px;
    }
    .page-header{
        margin-top:0;
    }
    .breadcrumbs li {
        font-size: 14px;
    }
    .user-nav {
        margin-right: 0px;
    }
    .login{
        padding: 0 !important;
        background-color: transparent;
        margin-right: 15px;
    }

    .featured_plugin .plugin{
        display: block;
        margin: 0 auto 15px auto !important;
        width: 280px;
        font-size: 18px;
        max-width: 100%;
        line-height: 26px;
    }
    .section{
        margin-bottom: 30px;
    }
    .services_title{
        margin-bottom: 30px;
    }
    .plugins_title{
        margin-bottom: 30px;
    }

    .q_desc{
        display: none;
    }
    .featured_plugin .plugin{
        padding: 37px 0;
    }
    .header_title {
        font-size: 26px;
        line-height: 37px;
        margin-bottom: 5px;
    }
    .header_desc{
        font-size: 16px;
        line-height: 24px;
    }
    .hero .search input[type="search"] {
        font-size: 14px;
        line-height: 19px;
        height: 40px;
    }
    .logo.mobile {
        display: block;
        margin-top: 5px;
        flex-grow: 1;
        text-align: center;
    }
    .community_topics .sub-nav {
        padding-bottom: 8px;
    }
    .community_topics .community-header h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .community_topics  .community_topics a.button-large,  .community_topics .post-to-community a.button-large {
        font-size: 16px;
        padding: 14px 0;
        line-height: 22px;
        width: 100%;
        max-width: 280px;
    }
    .community_topics  .blocks-item {
        margin: 0 0 15px;
    }
    .community_topics  .blocks-item-link {
        padding: 25px 25px 27px;
    }
    .community_topics  .recent-activity-header {
        font-size: 18px;
        color: #000000;
        margin-bottom: 30px;
    }
    .community_topics .activity.community-activity {
        margin-top: 65px;
    }
    .community_topics .recent-activity-item-parent {
        margin-bottom: 5px;
        line-height: 26px;
        margin-top: 0;
    }
    .community_topics .recent-activity-item-meta {
        margin: 9px 0 0 0;
    }
    .community_topics .recent-activity-item-time {
        font-size: 15px;
    }
    .community_topics .recent-activity-item-comment {
        padding-left: 5px;
        float: right;
    }
    .community_topics .blocks-item.topics-item {
        width: 100%;
        flex: none;
    }
    .community_topics .community-footer {
        padding: 80px 0 0;
    }
    .community_topics .community-footer h4 {
        font-size: 15px;
        line-height: 21px;
    }
    .logo img {
        max-height: 37px;
    }

    .sub-nav {
        margin-bottom: 30px;
    }
    .section-tree-title,
    .categories-page .section-tree .section >h2 {
        margin-bottom: 20px;
    }
    .categories-page .section-tree .section {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .section-page .section-name.section-tree-title {
        margin-bottom: 0;
    }
    .section-tree .article-list {
        grid-template-columns: repeat(2,350px);
    }
    .collapsible-sidebar-title {
        font-size: 18px;
        line-height: 24px;
    }
    .collapsible-sidebar {
        max-height: 55px;
    }
    .collapsible-sidebar-title::after {
        top: 60%;
        content: "\25BE";
        font-size: 14px;
    }
    .article-sidebar .section-articles ul {
        position: relative;
        top: 17px;
    }
    .article-sidebar .section-articles  .sidenav-item {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 21px;
    }
    .article-container .article-sidebar {
        margin-bottom: 50px;
    }
    .article-header .article-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    a.article-subscribe[role="button"] {
        font-size: 16px;
        padding: 13px 0;
        line-height: 22px;
        width: 100%;
        text-transform: uppercase;
        border-radius: 30px;
        max-width: 280px;
        margin-top: 15px;
    }
    a.article-unsubscribe[role="button"] {
        margin-top: 15px;
    }
    .article-container .article-header {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .article-container .recent-articles h3, .article-container .related-articles h3 {
        margin: 0 0 20px;
    }
    .article-relatives > section {
        margin-bottom: 50px;
    }
    .comment-container {
        width: calc(100% - 50px );
    }
    .comment-form-controls input[type="submit"]{
        font-size: 18px;
        padding: 12px 0;
    }
    .sub-nav .search input[type="search"] {
        height: 40px;
    }
    .black_menu .sub-nav form.search{
        margin-top: 20px;
    }
    .form_section {
        box-shadow: none;
        padding: 0;
    }
    .form_container .form footer {
        margin-top: 30px;
    }
    .form_container input[type="submit"] {
        padding: 13px 42px;
        line-height: 24px;
    }
    h3.search-results-subheading {
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .search-result-container .meta-data:not(:last-child)::after {
        content: none;
    }
    .search-result-description {
        font-size: 15px;
        line-height: 21px;
    }
    .search-result-container .search-result .meta-data {
        float: none;
        margin-left: 0;
        display: block;
    }
    .footer {
        margin-top: 100px;
        padding-bottom: 0;
    }
    .footer-inner {
        max-width: 720px;
    }
    .footer-menu-container {
        margin: 0;
        width: auto;
    }
    .footer-menu-container .footer-top {
        border-bottom: 0;
        padding: 0;
        display: block;
        width: 720px;
    }
    .footer-menu-container .footer-top .content-left {
        float: none;
    }
    .footer-menu-container .footer-top .content-right {
        float: none;
        display: block;
        width: 100%;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }
    .footer-menu-container .footer-top .content-right .footer-menu{
        flex-direction: column;
    }
    .footer-menu .footer_widget_nav_menu {
        display: block;
        width: 100%;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        margin: 0;
        padding: 20px 0;
        border-top: 1px solid #0000000d;
    }
    .footer-menu .footer_widget_nav_menu.last_column {
        border-bottom: 1px solid #0000000d;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles:after {
        content: "";
        width: 10px;
        top: 27px;
        background-image: url(/hc/theming_assets/01JNG2117AWTRHK8EHCR7V9ZVZ);
        height: 8px;
        background-size: 100%;
        position: absolute;
        right: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles.active:after {
        transform: rotateZ(-180deg);
    }
    .footer-right-menu-container  {
        display: none;
    }
    .footer-right-menu-container.active {
        display: block;
    }
    .footer-bottom {
        text-align: center;
        border-top: none;
        max-width: 720px;
        margin: 0 auto;
        padding: 0;
    }
    .footer-bottom .footer-bottom-container {
        max-width: 720px;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right {
        position: relative;
        float: none;
        display: block;
        width: auto;
        padding-top: 0;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right .footer_copyright_title {
        display: none;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right .social_icons {
        float: none;
        display: block;
        width: 100%;
    }
    .footer-bottom-content-right .social_icons li {
        display: inline-flex;
    }
    .footer-bottom-content-right .social_icons > li:last-child {
        margin-right: 0;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-left {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 33px;
        font-size: 14px;
    }

    /*Home page*/
    .home-page .container_top .container_top_grid {
        grid-template-columns: repeat(2, 50%);
    }
    .home-page .container_top .container_top_item {
        padding: 40px 14px;
    }
    .home-page .container_top .container_top_item.builder,
    .home-page .container_top .container_top_item.troubleshooting{
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    .home-page .container_top .container_top_item.video_tutorial,
    .home-page .container_top .container_top_item.account_payment,
    .home-page .container_top .container_top_item.troubleshooting{
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .home-page .container_top .container_top_item.wp_platform,
    .home-page .container_top .container_top_item.account_payment,
    .home-page .container_top .container_top_item.troubleshooting{
        border-right: 0;
    }

    .home-page .container_top .container_top_item.video_tutorial,
    .home-page .container_top .container_top_item.troubleshooting{
        border-bottom: 0;
    }
    .home-page .container_top .container_top_item h3 {
        font-size: 16px;
        line-height: 22px;
        padding-top: 80px;
        background-size: 70px;
    }
    .home-page .container_top .container_top_item p {
        font-size: 14px;
    }

    .home-page .container_top .container_top_bottom_item {
        margin-top: 70px;
        padding: 24px 62px 31px 82px;
        background-repeat: no-repeat;
        background-size: 42px;
    }
    .home-page .container_top .container_top_bottom_item p {
        font-size: 14px;
    }
    .home-page .container_top .container_top_bottom_item h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .home-page .container_top .container_top_bottom_item:hover {
        box-shadow: none;
    }
    .home-page .container_top .container_top_bottom_item:hover a:not(.learn-more) {
        opacity: 0.3;
    }
    .home-page .section {
        margin-bottom: 50px;
    }
    .home-page .container_top,
    .home-page .container_tutorials,
    .home-page .container_resources,
    .home-page .container_featured_articles{
        margin-bottom: 100px;
    }
    .home-page .container_tutorials h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .home-page .container_tutorials p {
        margin-bottom: 40px;
    }
    .container_tutorials .videos_container {
        width: 598px;
        margin: 0 auto;
        column-gap: 30px;
        row-gap: 30px;
    }

    .category-content  .container_tutorials .videos_container {
        width: 100%;
    }
    .category-content   .container_tutorials{
        text-align:center;
    }
    .home-page .container_resources .container {
        padding: 50px 0 80px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .home-page .container_resources .resources_left {
        margin-right:0;
        margin-bottom: 40px;
        width: 100%;
    }
    .home-page .container_resources .resources_left p {
        font-size: 18px;
        line-height: 30px;
    }
    .home-page .container_resources .resources_right .resource_item{
        text-align:left;
    }

    .home-page .container_featured_articles h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 40px;
    }
    .home-page .container_featured_articles .featured_articles {
        display: grid;
        grid-template-columns: repeat(2, 345px);
        text-align: center;
        grid-gap: 20px 47px;
    }


    .container_tutorials.in_article .videos_container {
        row-gap: 30px;
        width: 100%;
        column-gap: 20px;
        justify-content: flex-start;
    }
    .container_tutorials.in_article .videos_container .video_container {
        width: 350px;
        margin: 0;
    }
    .container_tutorials .videos_container .video_img {
        height: 202px;
    }
    .see_more, .see_more:visited {
        margin: 40px auto 0;
    }
    .id_4408397419538 .article-header {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    #categories-menu ul {
        width: calc(100% + 40px);
        left: -20px;
    }
    .header_container .search {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .header_container .search::before {
        left: 20px;
    }
    .home-page .container_featured_articles .featured_articles a:nth-child(3n + 2),
    .home-page .container_featured_articles .featured_articles a{
        width:100%;
        margin: 0 0 15px;
    }
    .home-page .container_featured_articles .featured_articles a:last-child{
        margin: 0;
    }
    body:not(.black_menu ) .icon-search::before {
        color:#ffffff;
    }
    .breadcrumbs li a, .breadcrumbs li {
        font-size: 14px;
        line-height: 19px;
    }
    .breadcrumbs-nav {
        margin-bottom: 40px;
    }
    .breadcrumbs li + li::before {
        font-size: 12px;
        top: 2px;
    }
    footer h4.sign-up-msg {
        width: 280px;
        margin: 0 auto;
        font-size: 14px;
    }
    footer p.sign-up-link {
        width: 280px;
        padding: 0px 20px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.08px;
    }

    .footer-menu-container .footer-top .content-right .footer-menu{
        flex-direction: column;
    }
    .article-header .article-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.21px;
    }
    .article-more-questions {
        margin-bottom: 0;
    }
    .article-more-questions .more-help {
        margin-top: 30px;
    }
    .article-more-questions .help_community {
        margin-bottom: 15px;
        right:0;
        padding: 16px 15px 16px 58px;
        background-position: 10px 15px;
    }
    .article-more-questions .help_community p,
    .article-more-questions .contact_us p {
        line-height: 18px;
    }
    .article-more-questions .contact_us {
        left:0;
        padding: 16px 15px 16px 58px;
        background-position: 10px 15px;
    }
    .header_container .user_info_section,
    .logged-in .header_container .my-tickets-link,
    #embed_container .close_embed{
        display: none;
    }
    .mobile-menu-logged-in #user #user-dropdown {
        background: transparent;
        min-width: auto;
        right: 0;
        box-shadow: none;
        border: 0;
        padding: 0;
        margin-top: 0;
        position: static;
        color: #fff;
        display: block;
    }
    .dropdown-menu-caret::before,
    .dropdown-menu-caret::after{
        content:none;
    }
    .mobile-menu-logged-in   .dropdown-menu [role=menuitem] {
        color: #ffffff !important;
        padding: 0;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        text-align: center;
    }
    .mobile-menu-logged-in  #user #user-name {
        display: block;
        color: #ffffff !important;
        width: auto;
    }
    .mobile-menu-logged-in  .dropdown-toggle {
        display: flex;
        align-items: center;
    }
    .mobile-menu-logged-in  .user_info_section {
        color: #fff;
        background: transparent;
        padding: 23px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        width: 100%;
        border-radius: 0;
    }
    .black_menu.logged-out  .mobile-menu-logged-out  .login,
    .fixed_header .header.logged-out  .mobile-menu-logged-out .login {
        background-color: #2160B5;
        padding: 15px 0;
        border-radius: 25px;
    }
    .logged-out .mobile-menu-logged-out .user_info_section{
        padding:0;
    }

    .mobile-menu-logged-out {
        text-align: center;
        padding-top: 15px;
    }
    .mobile-menu-logged-in{
        background-color: #1B5198;
        background-image: linear-gradient(to right, #1B5198 , #144586);
    }
    .mobile-menu-logged-in a.my-tickets-link.logged-in.requests-link {
        color: #ffffff !important;
        font-size: 15px;
        line-height: 20px;
        padding: 15px 0;
        display: inline-block;
        width: 100%;
    }
    .mobile-menu-logged-in .user-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu-logged-in .dropdown-menu [role=menuitem]:hover,
    .mobile-menu-logged-in .dropdown-menu [role=menuitem]:focus {
        background: transparent;
    }

    .header_container .toggle-search {
        margin-right: 0;
    }
    .header {
        z-index: 1;
    }
    .menu_opened .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999999;
    }
    .menu-icon {
        display: block;
    }
    #mobile-menu {
        width: 100%;
        top: 78px;
        left:0;
        background: #ffffff;
        z-index: 1;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        display: none;
        height: 100vh;
    }
    .menu_opened #mobile-menu{
        display:block;
    }
    #mobile-menu .mobile-menu-container > .container > ul > li a {
        font-size: 14px;
        line-height: 19px;
        padding: 12px 0;
        display: inline-block;
        font-weight: 600;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    #mobile-menu .categories-menu_current {
        display:none;
    }
    #mobile-menu .mobile-menu-container > .container {
        width:100%;
    }
    #mobile-menu .mobile-menu-container > .container > ul > li:last-child a {
        border-bottom: 0;
    }
    #mobile-menu .mobile-menu-container > .container > ul > li ul{
        display: none;
    }
    #mobile-menu .mobile-menu-container > .container > ul {
        padding: 3px 0;
    }
    .container {
        max-width: 100%;
        width: calc(100% - 40px);
    }
    .header_left {
        flex-grow: 1;
    }
    .header_left .logo {
        margin: 0 auto;
    }
    .header_right {
        width:18px;
    }
    .help-center-logo {
        width: 166px;
        height: 22px;
    }
    .home-page .section {
        margin-bottom: 0;
    }
    .meta-group br,
    .mobile{
        display:block;
    }
    #embed_container>div {
        padding: 0;
    }
    #embed_container .iframe-container-latest {
        position: relative;
        padding-bottom: 56.25% !important; /* 16:9 */
        height: 0;
        border-radius: 0;
    }
    #embed_container .iframe-container-latest iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .home-page .container_top .container_top_grid {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        text-align: center;
    }
    .home-page .container_top .container_top_item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
        border-right: 0;
        padding: 40px 0;
    }
    .home-page .container_top .container_top_item:last-child{
        padding-bottom: 0;
    }
    .home-page .container_top .container_top_item.troubleshooting{
        border-bottom:0 !important;
    }
    .home-page .container_top .container_top_item h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        padding-top: 80px;
    }
    .home-page .container_top .container_top_item p {
        font-size: 14px;
        line-height: 22px;
    }
    .home-page .container_top .container_top_bottom_item {
        border-width: 1px 0 0 0;
        margin-top: 40px;
        padding: 120px 0 0;
        background-position: center 40px;
        text-align: center;
        border-radius: 0;
    }
    .home-page .container_top .container_top_bottom_item:hover {
        box-shadow: none;
    }
    .home-page .container_top .container_top_bottom_item a:not(.learn-more) {
        display:none;
    }
    .home-page .container_top .container_top_bottom_item .learn-more {
        display: block;
        font-size: 14px;
        line-height: 19px;
        margin-top: 10px;
    }

    .home-page .container_top .container_top_bottom_item h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .home-page .container_top .container_top_bottom_item p {
        font-size: 14px;
        line-height: 22px;
    }
    .home-page .container_top,
    .home-page .container_tutorials,
    .home-page .container_resources,
    .home-page .container_featured_articles{
        margin-bottom: 80px;
    }
    .home-page .container_tutorials h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .home-page .container_tutorials p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .container_tutorials .videos_container {
        display: block;
    }
    .container_tutorials .videos_container .video_container {
        margin: 0 0 40px;
        width: 100%;
    }
    .container_tutorials .videos_container .video_container:last-child {
        margin: 0;
    }
    .container_tutorials .video_container h4 {
        margin-top:10px;
        height: auto;
        overflow: unset;
        display: block;
        text-overflow: ellipsis;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
    .container_tutorials .videos_container .video_img {
        border-radius: 0;
        height: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
    }


    .container_tutorials .see_more {
        margin: 30px auto 0;
        display: block;
        width: 130px;
    }

    .home-page .container_resources .container {
        padding: 0;
        flex-direction: column;
    }
    .home-page .container_resources {
        background: rgb(255 255 255);
    }
    .home-page .container_resources .resources_left,
    .home-page .container_resources .resources_right {
        width: 100%;
        margin-right: 0;
    }
    .home-page .container_resources .resources_left h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .home-page .container_resources .resources_left {
        text-align:center;
    }
    .home-page .container_resources .resources_left p {
        font-size: 14px;
        line-height: 26px;
        margin: 0 0 20px 0;
    }
    .home-page .container_resources .resources_right .resource_item h4 {
        font-size: 12px;
        line-height: 17px;
    }
    .home-page .container_resources .resources_right .resource_item {
        padding: 27px 20px 26px 70px;
        background-position: 10px 10px;
        background-size: 50px;
        margin-bottom: 10px;
    }
    .home-page .container_resources .resources_right .resource_item a {
        background-position: calc(100% - 14px) 14px;
        background-size: 8px;
    }
    .home-page .container_featured_articles h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .home-page .container_featured_articles .featured_articles {
        grid-template-columns: repeat(1, 100%);
        grid-gap: 15px;
    }
    .hero {
        margin-bottom:20px;
    }
    .hero-inner .header_title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .hero-inner {
        padding: 118px 0 76px;
    }
    .header_desc {
        font-size: 14px;
        line-height: 22px;
    }
    .logo img {
        max-height: 23px;
    }
    .footer .footer-bottom {
        padding: 0px 0% 0 6%;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 0;
        margin-top: 80px;
    }
    .footer .footer-inner {
        max-width: 100%;
        width: calc(100% - 40px);
    }
    .footer .footer-inner .footer-menu-container .footer-top {
        width: auto;
    }
    .footer .footer-bottom {
        padding: 0;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-left {
        display: inline-block;
    }
    .footer-bottom-content-left .copyright_info {
        font-size: 12px;
        line-height: 30px;
        width: 290px;
        margin: 0 auto;
    }
    .footer-bottom-content-left .copyright_info br {
        display: block;
    }
    .footer-bottom-content-left .copyright_info #privacy-policy {
        padding-left: 0;
    }
    .footer-menu-container .footer-top .content-right {
        padding-right: 20px;
    }
    .footer-bottom-content-right .social_icons > li:last-child {
        margin-right: 0;
    }
    .footer-inner {
        max-width: 720px;
    }
    .footer-menu-container {
        margin: 0;
        width: auto;
    }
    .footer-menu-container .footer-top {
        border-bottom: 0;
        padding: 0;
        display: block;
    }
    .footer-menu-container .footer-top .content-left {
        float: none;
    }
    .footer-menu-container .footer-top .content-right {
        float: none;
        display: block;
        width: 100%;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
    }
    .footer-menu .footer_widget_nav_menu {
        display: block;
        width: 100%;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles {
        display: block;
        width: 100%;
        text-align: left;
        position: relative;
        margin: 0;
        padding: 20px 0;
        border-top: 1px solid #0000000d;
        font-size: 16px;
        line-height: 22px;
        cursor: pointer;
    }
    footer .footer_location {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: .12px;
    }
    .footer-menu .footer_widget_nav_menu.last_column {
        border-bottom: 1px solid #0000000d;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles:after {
        content: "";
        width: 10px;
        top: 27px;
        background-image: url(/hc/theming_assets/01JNG2117AWTRHK8EHCR7V9ZVZ);
        height: 8px;
        background-size: 100%;
        position: absolute;
        right: 0;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }
    .footer-menu .footer_widget_nav_menu .footer_titles.active:after {
        transform: rotateZ(-180deg);
    }
    .footer-right-menu-container  {
        display: none;
    }
    .footer-right-menu-container.active {
        display: block;
    }
    .footer-bottom {
        text-align: center;
        border-top: none;
        max-width: 720px;
        margin: 0 auto;
        padding: 0px 0% 0 5%;
    }
    .footer-bottom .footer-bottom-container {
        max-width: 720px;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right {
        position: relative;
        float: none;
        display: block;
        width: auto;
        padding-top: 0;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right .footer_copyright_title {
        display: none;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-right .social_icons {
        float: none;
        display: block;
        width: 100%;
    }
    .footer-bottom-content-right .social_icons li {
        display: inline-flex;
    }
    .footer-bottom .footer-bottom-container .footer-bottom-content-left {
        float: none;
        display: block;
        width: auto;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .section.hero .hero-container .hero-inner {
        margin: 158px auto 68px;
    }
    .search-result-container .section.hero .hero-container .hero-inner {
        margin: 64px auto 28px;
    }
    .section.hero .hero-container .hero-inner .header_search_result {
        font-size: 18px;
        letter-spacing: 0.15px;
    }
    .search-results {
        padding-top: 10px;
        padding-bottom: 40px;
    }


    .container_tutorials.in_article .videos_container .video_container {
        width: 100%;
        margin-bottom: 0;
    }
    .container_tutorials .videos_container {
        row-gap: 40px;
    }
    .id_4408397419538 .article-header .article-title {
        font-size: 22px;
        line-height: 30px;
    }
    .video-search {
        position: relative;
        width: 280px;
    }
    .id_4408397419538 .article-header {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 40px;
        margin-top: 10px;
    }
}
.accordion-section .dropdown-article:after {
    background-image: url(/hc/theming_assets/01JNG211CT6S20R6HT3T0DHEVR);
    content: "";
    width: 24px;
    height: 24px;
    background-color: #008A62;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    right: 25px;
    cursor: pointer;
    margin-top: -12px;
    background-position: center;
    background-repeat: no-repeat;
}
.note-main-container.important-notes .note-title:before {
    background-image: url(/hc/theming_assets/01JNG211EBEC8CYBB9G0Q598K4);
    content: "";
    width: 34px;
    height: 38px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.note-main-container .note-title:before {
    background-image: url(/hc/theming_assets/01JNG20ZTQM0PNRJ2BCPZAM4ES);
    content: "";
    width: 34px;
    height: 38px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.tip-main-container .tip-title:before {
    background-image: url(/hc/theming_assets/01JNG20ZJR36R6G2RMQ1XJ24RD);
}
.article-body ol li .point-domain {
    background-image: url(/hc/theming_assets/01J5NATANNK2QA7BKZHAAAZPNS);
    content: "";
    width: 22px;
    position: relative;
    display: inline-block;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 20px;
    top: 4px;
    margin: 0;
}

.article-body {
    width: 720px;
}
.accordion-container {
    display:none;
}
.article-body .main-article {
    width: 744px;
}
.article-body h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    letter-spacing: 0.27px;
    color: #000000;
    line-height: 90px;
    margin-top: 100px;
    margin-bottom: 5px;
    font-weight: bold;
}
.article-body h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.26px;
    color: #000000;
    line-height: 42px;
    display: block;
    margin-bottom: 0;
}
.article-body span.wysiwyg-color-blue80 {
    color: #000000;
}
.article-body h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
}
.article-body h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
    display: block;
    margin-bottom: 0;
}
.article-body section {
    margin-top: 30px;
    margin-bottom: 76px;
}
.article-body p {
    font-family: 'Literata', serif;
    font-size: 20px;
    color: #292929;
    line-height: 34px;
    font-weight: 400;
    margin-top: 0;
}
.article-body .blurred {
    color: transparent;
    text-shadow: 0 0 7px #292929c4;
}

.article-body .blurred::selection  {
    color: transparent;
    text-shadow: 0 0 7px #ffffff78 !important;
}
.article-body p + p {
    margin-top: 20px;
}
.seperator-three-dots {
    font-size: 25px;
    letter-spacing: 20px;
    text-align: center;
    line-height: 25px;
    margin: 30px 0 70px;
}
.link-included a {
    display: block;
    text-align: left;
    font-size: 20px;
    font-family: Literata, Regular Roman;
    color: #2160B5;
    margin-bottom: 16px;
    line-height: 34px;
}
.link-included a:hover {
    text-decoration: underline;
}
.link-included a:last-child {
    margin-bottom: 0;
}
.article-body ul {
    list-style-type: none;
}
.article-body ul li::before {
    content: "";
    background: #00000080;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    width: 6px;
    height: 6px;
    margin: 0;
    position: absolute;
    margin-left: -25px;
    margin-top: 12px;
    border: 5px solid #E5E6E7;
}
.article-body ul li {
    text-align: left;
    font-size: 20px;
    font-family: Literata, Regular Roman;
    color: #292929;
    margin-bottom: 16px;
    line-height: 34px;
    opacity: 1;
}
.article-body ul li:last-child {
    margin-bottom: 0;
}
.article-body ol ul li:last-child {
    margin-bottom: 16px;
}
.video-included {
    margin: 50px 0;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border: 1px solid #00000033;
    border-radius: 12px;
}
.article-body .tenweb-video {
    margin: 50px 0;
    border-radius: 12px;
}
.article-body iframe {
    margin: 30px 0;
    border-radius: 12px;
}
.article-body img {
    position: relative;
    border: 1px solid #00000033;
    border-radius: 12px;
}
.video-included iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.accordion-section {
    display: block;
    background: #FFFFFF 0% 0% no-repeat;
    border: 1px solid #00000033;
    border-radius: 12px;
    opacity: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}
.accordion-section.active h3.dropdown-article {
    border: none;
}
.accordion-section.active {
    height: auto;
}
.accordion-section h2.dropdown-article {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000000;
    line-height: 42px;
    padding: 23px 69px 25px 25px;
    position: relative;
}
.accordion-section h3.dropdown-article {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    color: #000000;
    line-height: 34px;
    padding: 23px 69px 25px 25px;
    position: relative;
}
.accordion-section h4.dropdown-article {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 0.18px;
    color: #000000;
    line-height: 32px;
}
.accordion-section .accordion-section {
    padding: 0;
    width: 670px;
    border: none;
    margin-bottom: 15px;
}
.accordion-section .accordion-section.active {
    border: 1px solid #00000033;
    margin-bottom: 15px;
}
.accordion-section.active .accordion-section.active .dropdown-article {
    margin-bottom: 0;
    border: none;
}
.accordion-section.active ol {
    display: block;
}
.article-body ol {
    margin-right: 38px;
    counter-reset: item;
    margin-left: 0;
    padding-left: 38px;
    margin-bottom: 27px;
}
.article-body ol > li {
    display: block;
    text-align: left;
    font-family: 'Literata', serif;
    font-size: 20px;
    letter-spacing: 0.12px;
    color: #292929;
    line-height: 34px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.article-body ol > li:before {
    display: inline-block;
    content: counter(item);
    counter-increment: item;
    background: #008A62 0% 0% no-repeat;
    border-radius: 50%;
    opacity: 1;
    width: 26px;
    height: 26px;
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: -38px;
    top: 5px;
    line-height: 24px;
}
.article-body ol >li > ul {
    margin-top: 15px;
    margin-bottom: 20px;
}

.article-info .article-content .article-body a {
    text-decoration: underline;
}
.article-body a:hover {
    text-decoration: underline;
    cursor: pointer;
}
.accordion-section.active p {
    display: block;
    text-align: left;
    font-family: 'Literata', serif;
    font-size: 20px;
    letter-spacing: 0.12px;
    color: #292929;
    line-height: 34px;
    margin: 0;
    font-weight: 400;
}
.accordion-section.active p:last-child {
    margin-bottom: 20px;
}
.accordion-section.active h4.dropdown-article {
    display: block;
    border-radius: 12px;
    border: 1px solid #00000033;
    opacity: 1;
    width: 670px;
    padding: 23px 69px 25px 25px;
    position: relative;
}
.accordion-section.active .accordion-section h3.dropdown-article {
    display:block;
    border-radius: 12px;
    border: 1px solid #00000033;
    opacity: 1;
    padding: 23px 69px 25px 25px;
    position: relative;
}
.accordion-section .accordion-section.active .accordion-container {
    padding: 0 69px 0 25px;
}
.accordion-section.active .accordion-container {
    padding: 0 69px 25px 25px;
}
.accordion-section.active h2:after {
    transform: rotateZ(-180deg);
    background-color: #00000033;
}
.accordion-section.active .accordion-section.active h3.dropdown-article:after {
    transform: rotateZ(-180deg);
    background-color: #00000033;
}
.accordion-section.active .accordion-container .accordion-section h3.dropdown-article:after {
    transform: rotateZ(-360deg);
    background-color: #008A62;
}
.accordion-section.active .accordion-container .accordion-section.active h3.dropdown-article:after {
    transform: rotateZ(-180deg);
    background-color: #00000033;
}
.accordion-section.active .accordion-container .accordion-section.active h4.dropdown-article:after {
    transform: rotateZ(-180deg);
    background-color: #00000033;
}
.accordion-section.active h3.dropdown-article:after {
    transform: rotateZ(-180deg);
    background-color: #00000033;
}
.accordion-section .accordion-section h3 {
    padding-top: 20px;
}

/*important notes*/
.note-main-container.important-notes {
    background: #2160B508  0% 0% no-repeat padding-box;
    border: 1px solid #2160B5;
    border-radius: 12px;
    opacity: 1;
    margin: 42px 0;
    width: 720px;
    padding: 20px;
}

/*note section*/
.note-main-container {
    background: #008A6208 0% 0% no-repeat padding-box;
    border: 1px solid #008A62;
    border-radius: 12px;
    opacity: 1;
    margin: 42px 0;
    width: 720px;
    padding: 20px;
}
.article-body li .tip-main-container,
.article-body li .note-main-container {
    margin-left: -38px;
}
.note-main-container p {
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 30px;
    color: #292929;
    font-family: Literata, Regular Roman;
}
.note-main-container .note-title {
    font-weight: bold;
    text-align: left;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.note-main-container p:last-child {
    margin: -7px 0 0 49px;
}
/*notes in accordion section*/
.accordion-section.active .note-main-container {
    width: 100%;
}
.accordion-section.active .note-main-container p {
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 30px;
    color: #292929;
    font-family: Literata, Regular Roman;
    margin-bottom: 0;
}
.accordion-section.active .note-main-container .note-title {
    font-weight: bold;
    text-align: left;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0
}


/*tip container*/
.tip-main-container {
    background: #008A6208 0% 0% no-repeat padding-box;
    border: 1px solid #008A62;
    border-radius: 12px;
    opacity: 1;
    margin: 25px 0;
    width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tip-main-container .tip-container {
    padding: 20px;
}
.tip-main-container .tip-container .tip-title:before {
    content: "";
    width: 34px;
    height: 38px;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.tip-main-container .tip-container p {
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 30px;
    color: #292929;
    font-family: Literata, Regular Roman;
}
.tip-main-container .tip-container .tip-title {
    font-weight: bold;
    text-align: left;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.tip-main-container .tip-container p:last-child {
    margin: -7px 0 0 49px;
}
.without-icon.tip-main-container .tip-container p:last-child{
    margin:0;
}
/* tip container with button*/

.tip-main-container .green-button {
    width: 260px;
    margin-right: 20px;
}
.article-info .article-content .article-body .tip-main-container .green-button a {
    font-size: 14px;
    width: 260px;
    line-height: 48px;
    display: inline-block;
    background: #008A62 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}

/*steps container */
.steps-container {
    margin: 80px 0;
}
.steps-container h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: .26px;
    margin-bottom: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #292929;

}
.steps-container p {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: .12px;
    font-family: Literata, Regular Roman;
    color: #292929;
    display: inline-block;
    margin: 0 0 42px 0;
}
.steps-container .note-main-container p {
    font-size: 16px;
    letter-spacing: 0.13px;
    line-height: 30px;
    color: #292929;
    font-family: Literata, Regular Roman;
}

@media screen and (max-width: 767px) {
    .article-body .main-article {
        width: 100%;
    }
    .article-body .main-article h1 {
        font-size: 30px;
        letter-spacing: 0.21px;
        line-height: 40px;
    }
    .article-body .main-article h2 {
        font-size: 26px;
        letter-spacing: 0.21px;
        line-height: 36px;
    }
    .article-body .main-article h3 {
        font-size: 22px;
        letter-spacing: 0.18px;
        line-height: 32px;
    }
    .article-body .main-article h4 {
        font-size: 20px;
        letter-spacing: 0.17px;
        line-height: 30px;
    }
    .article-body p {
        font-size: 18px;
        letter-spacing: 0.13px;
        line-height: 28px;
    }
    .link-included a {
        font-size: 18px;
        letter-spacing: 0.13px;
        line-height: 28px;
    }
    .article-body .tenweb-video {
        margin: 50px 0 50px -20px;
        width: calc(100% + 40px);
    }
    .article-body iframe {
        margin: 50px 0 50px -20px;
        width: calc(100% + 40px);
    }
    .article-body .video-included {
        border-radius: 0;
        margin: 50px 0 50px -20px;
        width: calc(100% + 40px);
    }
    .article-body .tenweb-video {
        border-radius: 0;
    }
    .article-body .accordion-container .tenweb-video,
    .article-body .accordion-container img,
    .article-body .accordion-container iframe {
        border-radius: 12px;
        width: 100%;
        margin-left: 0;
    }
    .article-body .accordion-container iframe {
        margin: 0;
    }
    .article-body .accordion-container .tenweb-video video {
        border-radius: 12px;
    }
    .tenweb-video video {
        border-radius: 0;
    }
    .article-body iframe {
        border-radius: 0;
    }
    .article-body img {
        border-radius: 0;
        margin: 50px 0 50px -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
    }
    .article-body li img {
        border-radius: 12px;
        width: auto;
        height: 100%;
    }
    .article-body p + p img{
        margin: 30px 0 30px -20px;
    }
    .article-body {
        width: auto;
    }
    .article-body blockquote {
        line-height: 26px;
    }
    .article-body .accordion-section:first-child {
        border-top: 1px solid #0000000D;
    }
    .accordion-section.active .accordion-container .accordion-section {
        border-top: none;
    }
    .accordion-section {
        border-top: none;
        border-right: none;
        border-left: none;
        border-radius: 0;
        border-bottom: 1px solid #0000000D;
    }
    .accordion-section h2.dropdown-article {
        font-size: 26px;
        letter-spacing: 0.21px;
        line-height: 36px;
        position: relative;
        padding: 25px 55px 25px 0;
    }
    .accordion-section h2.dropdown-article:after {
        right: 0;
    }
    .accordion-section h3.dropdown-article {
        font-size: 22px;
        letter-spacing: 0.18px;
        line-height: 32px;
        padding: 25px 55px 25px 0;
    }
    .accordion-section h3.dropdown-article:after {
        right: 0;
    }
    .accordion-section h4.dropdown-article {
        font-size: 20px;
        letter-spacing: 0.15px;
        line-height: 30px;
    }
    .accordion-section.active p {
        font-size: 18px;
        letter-spacing: 0.11px;
        line-height: 28px;
    }
    .accordion-section .accordion-section {
        width : auto;
    }
    .accordion-section.active .accordion-section h3.dropdown-article {
        border: none;
        padding: 25px 55px 25px 0;
    }
    .accordion-section.active .accordion-section h3.dropdown-article:after {
        right: 0;
    }
    .accordion-section.active h4.dropdown-article {
        width: auto;
        border:none;
        padding: 25px 55px 25px 0;
    }
    .accordion-section.active .accordion-section h4.dropdown-article:after {
        right: 0;
    }
    .accordion-section .accordion-section.active {
        border:none;
    }
    .accordion-section.active .accordion-container {
        padding: 0;
    }
    .article-body ol li {
        font-size: 18px;
        letter-spacing: 0.11px;
        line-height: 28px;
    }
    .accordion-section .accordion-section.active .accordion-container {
        padding: 0px 20px 0 20px;
    }
    .note-main-container,
    .tip-main-container,
    .note-main-container.important-notes {
        width: auto;
        flex-direction: column;
    }
    .note-main-container .note-title,
    .tip-main-container .tip-container .tip-title,
    .accordion-section.active .note-main-container .note-title,
    .accordion-section.active .tip-container .tip-title {
        display: block;
        font-size: 14px;
        letter-spacing: 0.12px;
        line-height: 28px;
    }
    .note-main-container .note-title:before,
    .tip-main-container .tip-container .tip-title:before,
    .note-main-container.important-notes .note-title:before {
        display: block;
        margin-bottom: 10px;
    }
    .note-main-container p:last-child,
    .tip-main-container .tip-container p:last-child,
    .accordion-section.active .note-main-container p:last-child,
    .accordion-section.active .tip-main-container .tip-container p:last-child {
        margin: 0;
        font-size: 14px;
        letter-spacing: 0.12px;
        line-height: 28px;
    }
    .tip-main-container .green-button {
        position: relative;
        display: block;
        margin: 10px auto;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .tip-main-container .green-button a {
        width: auto;
        padding: 0 15px;
        font-size: 12px;
    }
    .section-tree .article-list {
        grid-template-columns: repeat(1,100%);
        grid-gap: 15px;
    }

    .categories-page .section-tree .section {
        margin: 0 0 40px 0;
        padding-bottom: 40px;
    }
    .section-tree-title,
    .categories-page .section-tree .section >h2{
        margin-bottom: 20px;
    }
    .section-page .section-name.section-tree-title {
        margin-bottom: 0;
    }
}

/* article inner page*/
.article-header .clipboard-link:before {
    content: "";
    background-image: url(/hc/theming_assets/01JNG21139PTH62CJDA8ZPFGPV);
    padding-right: 0;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 1px;
}
.article-header .clipboard-link .clipboard {
    font-family: Literata, Regular Roman;
    font-size: 16px;
    color: #2160B5;
    line-height: 32px;
    letter-spacing: 0.13px;
    text-align: left;
    cursor: pointer;
}
.article-body p + .accordion-section {
    margin-top: 50px;
}
.accordion-section p + .accordion-section {
    margin-top: 30px;
}
.article-body .accordion-section + h2,
.article-body .accordion-section + p {
    margin-top: 50px;
}
.article-body ol + .note-main-container {
    margin-top: 50px;
}
.article-body p.enable-service-notice {
    color: #000000;
}
.article-sidebar.mobile-sidebar {
    display: none;
}
.article-sidebar.desktop-sidebar {
    display: none;
    width: 380px;
    height: min-content;
    margin-left: 2%;
    border: 1px solid #00000033;
    border-radius: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 20px 0 11px;
    position: sticky;
    top: 145px;
    margin-bottom: 440px;
}
.article-sidebar.desktop-sidebar.desktop-active {
    display: block;
}

.article-sidebar .right-sidenav-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    margin: 0 0 11px 0;
    padding: 0 0 19px 25px;
    border-bottom: 1px solid #0000000D;
}
.article-sidebar li {
    font-size: 14px;
    font-weight: 600;
    list-style-type: none;
    line-height: 22px;
    letter-spacing: 0.12px;
    color: #000000;
    opacity: 1;
    text-align: left;
    cursor: pointer;
    padding: 9px 15px 9px 15px;
    margin: 1px 0 1px 10px;
}
.article-sidebar.desktop-sidebar .sticky-sidebar li span {
    font-weight: 600 !important;
}
.article-sidebar li:hover {
    background: #0000000D 0% 0% no-repeat padding-box;
    border-radius: 6px;
}
.article-sidebar li.active {
    background: #2160B5 0% 0% no-repeat padding-box;
    border-radius: 6px;
    color: #FFFFFF;
}
.article-sidebar li.active .wysiwyg-color-blue80{
    color: #FFFFFF;
}
.article-sidebar li .wysiwyg-color-blue80{
    color: #000000;
}
.article-sidebar li .wysiwyg-color-blue80 strong{
    font-weight:600;
}

.id_4410153219730 .article-sidebar{
    display: none !important;
}
ul.glossary-letters {
    list-style: none;
    display: flex;
    flex-direction: revert;
    padding: 0;
    flex-wrap: wrap;
    margin: 0 0 30px;
}
ul.glossary-letters li {
    position:relative;
    margin-bottom: 15px;
    line-height: 20px;
}
ul.glossary-letters li a {
    color: rgba(33, 96, 181, 1);
    font-size: 18px;
}
ul.glossary-letters li span {
    display: inline-block;
    margin: 0px 2px 0;
    position: relative;
    top: 1px;
}
ul.glossary-letters li:last-child span{
    display: none;
}

.article-body ul.glossary-letters li::before{
    content: none;
}
@media screen and (max-width: 1260px) and (min-width: 767px) {
    .home-page .container_featured_articles .featured_articles a:nth-child(3n + 2) {
        margin: 0 0 20px;
    }
    .home-page .container_featured_articles .featured_articles a {
        width: 328px;
    }
    .article-sidebar.mobile-sidebar {
        width: 720px;
        display: none;
        height: fit-content;
        margin-right: 2%;
        border: 1px solid #00000033;
        border-radius: 6px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        padding: 20px 0 11px 0;
    }
    .article-sidebar.mobile-sidebar.mobile-active {
        display: block;
    }
    .article-sidebar.desktop-sidebar.desktop-active {
        display: none;
    }
    .article-sidebar.desktop-sidebar.desktop-active {
        display:none;
    }
    .article-sidebar li.active {
        margin: 1px 10px 1px 10px;
    }
}
@media screen and (max-width: 767px) {
    .article-sidebar.desktop-sidebar.desktop-active {
        display:none;
    }
    .article-sidebar.mobile-sidebar {
        width: calc(100% + 40px);
        margin-left: -20px;
        display: none;
        height: fit-content;
        border: 1px solid #00000033;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 5px 20px #e5e6e8cc;
        padding: 20px 0 11px 0;
        border-radius: 0;
    }
    .article-sidebar.mobile-sidebar.mobile-active {
        display: block;
    }
    .article-sidebar li {
        line-height: 23px;
        padding-bottom: 9px;
        padding-top: 9px;
    }
    .article-sidebar li.active {
        margin: 1px 10px 1px 10px;
    }
}
@media screen and (max-width: 1500px) and (min-width: 1261px) {
    .footer-menu .footer_widget_nav_menu {
        margin-right: 39px;
    }
    .footer-top .content-left {
        margin-right: 100px;
    }
    .footer-bottom {
        width: 1180px;
    }
}
#advanced_chat #advanced_chat-container .advanced_chat-bubble {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAYAAADG4PRLAAAAAXNSR0IArs4c6QAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAcKADAAQAAAABAAAAcAAAAAD9SnOLAAAQq0lEQVR4Ae1de3CU1RVnN7vJ7uYJGtSCCThhFDQgrYyDQmdKOwNYwLF1sPJop0NHYXD4r51K/ZMC1vqPY6F2hnZaFFpn/AMNUv/pOEnwMdgqicKgmWJiwUAwbEIem81je87H/j7P3nzPzT6+4Hdnbs6555577jnnt/fu99ovM2b4xc+AnwE/A34G/Az4GfAz4GfAz4CfAT8Dfgb8DPgZ8DPgZ8DPgJ8BPwN+BvwM+BnwM+BnwM+AaQYCpj3fzA43+Uh5IUVuHPaCv7n0IR+xFxzUfASRyyTn2pZdvHb90h87sOz6pa2seTcOZz1JkQeaxWgmZ3et+qyAMeszk085NVaOTtl4kQ0YxabK7NpWIaig2LXZlqpjZd9RnxqAo0EeVzKKScrAgyIctQ25FZWAOOFhS+pClhXNxumsJirQIDUetFXK7ljJnLgrQQAPyuPBqxS2IUc7K4ogshrsoUFqHGi7pRwSxliFJ5MP3i2FfYxD2xV14qwrg0VQljGAN6JSJnl2WW07CQOJl1TybIPbRjL0MUWBHtqOKBx3pOxBJek/eEmZR2X3wes6hw4dql6zZs3K8vLKxYGSQHU4FF7MisFgsI5qPfMoExMTnVS7JsYnOpPJZFtv79X2hob5Lel+FSwAArna5mGQYQq1DbkpRSCmCh7ukL6DZ6rykOm07ezZxfVz524uC5euDJaUaIBNJU4Csyk5kmw+d+5s0/Lly7vIlgQNPE8BHhQypijc57ggWMcDPKIo/QYPgNjFIFW0dXqpp2dzdWXVzlyAZpYHBrP7y4sHGhoamkkHQJlRNgPAQKWMecuC4C2VPNYpfQavg0S+TuIJuC3VVdW71S0xn3HxdtvX37f3ltraV2geCeCEaLML6APPlIsE9LrE4C9/UqdDkaDAX1vw3n333XlDw4l/zqyZ+VIhwWMHeT6el+Y/QVv2EhIhBs45KmQyFh7uuGCg4wF5UMzGB4xhKnlOjCbr6e3dStvls9SuyYPPrk0ODQ7tramp2ksDeWXJVYgVCMq2sfpAWWZYirECkXRQQ8cUIXRBuduI12TxeP9OAu8l0vEEeOxsrDy2O5EYeYeOetkn/YNGPOIAZXUUllkWWwXL0c47reax6lNnkLrMow0+ODQ0/FIoHN6qDvRQO97x+fm1ixYsaCOfeIXZrUZ23XQl5nMFIqlIMjvCRcrRp8qM2lafWk3/2uDgcx4Hj+OvaZg3/8SZzz7j0xc1Tu5H4T7b4kjJ1kqmgpFNVSbbkoclIxn6mKJfp1/F41sryyv+JJU8zsuViFUIyisOFWEYrsJcr0AkFJNyGzLwciWpPLelDGNAZT/0gp+eP79kmoHH+am5o67+7+nvRMRnRFnXtPCAXBTVjmyDt6PsB3TMfFL7tTYdcW6JRWLrA4FUTSgUXmE22IvysbGxllg0spZ849WHFQhquwrVhLiNUR0v2+CZSp7nMJJBztSswI7slzLN7qkPP2ysn3P7ysrKis0lodA9UtmL/NX41e10wn+YfANwoAAQ2yeoHoYMXhc6ZNSxaEuq8mqbp4JsRkfH+ZUsmDVrZiOdCE86Bbhy5SvtwnFX1/kvVq1a1cW6ouh2SAY+cOzYsbrlDz64ia7E7AgEAlVC30ts/PDf/nr3tm3brpJTDBIDqIIIfzNARKDodErVcWgzRWVb4EF1WXNzc/2dCxeuKI+WrwyFQyuzuVLC209iONHa3X2pddGiO0+ycaXwvFrZs2dP9RPbt+/wKpADgwP7ZtXU7CFnARwoA4bKsUwZQD0pZAy8pMyrlScO8q2bRx758eZYLLol1xeUx8fHuwYHBo+cPNly9OGHH1ZXJ8+vFV6R3/v+D/ZFysoegswjVK5CoxUI4EA1t5F4pzFIffAAi22Az6B0TbK+sXHJ7tKy0nWkM2lrdDq5U73hoeEjb7/9r2etgOzuvrxj1k2z+NKWZ4ryXYgVCArgQDW/AYKTIKQu+AygyEhGmw+RH924cXc0Et3pZIJc6qRSqb6rvVf333rr7D8Kuwhe87/1/fcbly39dpNXvhsnxsfbIpGyB8jfcarsqwSP2/AfVDvnIrmrYgeedq7Gt3C2/vRnnxQDPI6GQKmmFbZveDjRzNumEqGWjBX3399+6sP/rKPt9wulvyhN/lrhrxl236kDnGwnBQYlZV5WDThedXwLhW+lUH/et0s75+k0onHN2oea29vb+fwQ/mNYikBs+/fpjzbTiu2HsJiUHu/4rphf9Vd0XWedAAgjkjIvK9sJ8H2vzVu2vhMKhbTTgUmzFUnAq/HOuxa+0XXhwiYjFxhEXoleADFaXi6vkaruAgNdbgegOkCCBl4H766GBW9mczqge5Nn5tbZt/yBQNwsptG/VxjESz2XnxZ9RWFLQ6Xqdq9iwH7pMjsAEYQ+IC0AeBq9cOHCBgLvHeor+pYJh80og/jeBx80Kv3aQUHdnDlH6HxMHvQoavlvBksC9W5msQLQEjSahPuDfFukdvYtB91MWmzdpYuXNB0/fpw/6TJGbTUeePHF/V7YSp3mSAagjkEfU7Vq2yY/c/Kd+5ZNi5WnBjc6OtpaHovyeam2+kR/gLdZXqlCVjB2bGy0NRaNrqYJJ9KV/WMefmZQsxUowaOxepFABpfcu9QTR5q6dy6YcDi84vLlKzuMhvBW6pVTCyP/pMwMQKkjQdP53nj8N1472pROO+Gra6p/vX//fvV7mz/hqZ6vrux3YiPXOqNjY/yoheNiBCBWn2pEB4/P9SrKKww/veogL7f59GLnzqf2GflYrFU4PjreqfiDLZPF4EEtr8TogNFA8Gwk8Nhjj/+OqPrJ5b5pV8oikU10QFOvOM4JSg0nho8r8rw3/3fpS75lps3vZDKjFWg0jgHkEuDVRxelf3i9eWP8vX/5csMT/DPnzh0pdISLFy6UW6i+0sz8ADDoR1tSBpnbTIO9vfGnKior+IHZG6bwrahopIyvgMiEccyBkeRoJ221BbkRnD4CXUPz5uRithZAGiXwAbqXJ69kpLunNykpKakzOLnnoFIjyWRroaK7NjDwMs+Znk9S8NwlecvvwLSdrwmd99Xl+kbs19aLyzXccYf6taAlKpEYbi+QZ330XAwABEig7ILkdZecfAfy6tNKXV0d/0jjhizRSIQvwOuxIshrfX0FAZAu4R3AnGlqCJiiY7gCZRDgmQbSV8pVGzdEOxwufVAJRIt9aGioT5Hno9n3j6NH+coPg4bK84A3BVOuQIDFAw1LWWlEvQhsqDddhXRS7+pmaq7i7O/r37djx4442QNgbNoItEkyCaCtP/zgrK3SNFbYsGEDPqC2H+ZchclHnjffPAvXXQEQqO00rgC0teYruMoA3/VoaW7GFS2AJil4U7s+gCI1dD6orjw6bYrxtpqXMjg0eGT16tVdZFwFSrbBg2b44grAVCrA+/Q3qlRWV2NbzXnc9Dt6fO+xbQbIECSriV0BOJJMFOSQ2srhQveVhcvURxxy5sJAf79RPl2BKAHEQFB2VPI5c9yrhhobG7XfXgj/UpFoJG9PcFdUVU15dUsAhd+TWAYy1XvlihrgJMXpKjC6gcuX1/iWU75iipRFCwKgvgrTL68pxIltvnJmapfetIRrntqHlRRTdy1YYHiXwtSIy45QqIR/+ob5XI6+ru50BbK2NhEF2pTVTB4fdG1oAPfhtFiff/756lis/PF8us2PYPLbo6YyhwogVhs+FZJq8wwOD96I22jf3Ntuk29UmvHzbdv4/CzvFy7o525PHz58mLdp5N4VniqAVoM1MJtef/0NUrqhttEhOh8TCUwdPHiwKptHRpLJ0ePdly/tdPNsKa/CjRsfO5FOvGsQ1RNXtgMZKIPMvE7pgaZnKMCiP8XMzuaitLY037Nq1apOsqUlcHAocTQcDq23s02/JmofGU220OlAy2uvvda6a9cufLAD586dW1E/b/5BAsjRacjY6Ohhutf6i7QP2mIRPLtiCC5AYgUUKWMelQHUQUyMJM84dQ6GvUjTv4zdS75pSXv11Ver1q1b/1wgmPmE9Bj99IuOVPvoqbHOgb6+rvnz9feEGoWl5ZBWcvWPHn10XfpFe7ZAXolfXfat2tqP4EvaMIADzZhPgiU7IAd4oDqI9OW7lX6BVNTH0KXD2fD88ta//PnQA8qdAMNEkX3kxOlUUj/Q3d29rqKian365+STwEylZnS2t310HxVcnYEfKs2YX04iO6Scea766kvzwaHh4RPT7bUeMsiuzs8fEu/1nEj3IWFSNRtezaFu4/Tp03W1tbX1LKiqqmmcCKTin549e4zA4y2Y50dlFfgDyjK9yEl0YZpBH1PUDBBfeOGFmU88uf3kdNxK01vnbyk2Bk5NmFGykI90ejTiRM9onGoDduCHbEMXMrQ1amUcfUzViq00SO9kWbL47nveLNSTWxneZ9mgc9lXKipiT9JwCR6Sx1YNk5XFdMghD5U8TGEeIwqZqou2Ro2MSgX0M0XVwUvLSuio9Fk6Kt0uB3qVHx0dayqPRX5C/hmBh6SB5iIM5NDKlpwPPCiPk3yGHQYjm8IGYTTVH49Pi5N7Xnk24CGuQlPGAHOCZ8oFeb7eUv6GlLaTJhvM+FQV6MEfJ76Z6tBj8geqKyt/RQpy5YHncTKBsGOZPChZUM6TGxuqrtqeNFW2K5ANsXGt0oOxthNNmrlwgr6ey5ceJ/B+SVMCMPYXPHuCWCSfi5hgV6XqPOhnOYqj+e0AlEbM+Bk31dZ66qUGyABf2qJ3kC2aM2fO6yRDkhg4gAcZYgOFCaZSxy0v7UjeaB70Yw60LanbLZSNZ2yfbD1SGrndcpYCd/KTXhcvXNibPsczAksmCckEZW8lPxXvjexMyt9U5nMLoBpMin6tVEW/VprSLRHVaLZtBThOnl3lqdQkq+1s3TEbl1P7Rp8Go4mx1bI+8zqN9/c/E4vGdhsNMpLxlXq6elOXq5fN4YLymY8/ftHi394ASHZJ5eFmThMLo/mm2QCog0evOr533tzb33PiJF93bD/zyaZlS5fiQZ5UR0fHipqaWYsjkUgjv14jGCzhfzhVZ2Gvj1ZZO/8MOZFItP23o6NZAY2HAiAAYtSGHqaCLto3HAVoJRQZb7vht956azbdkfg8OTqWsqsDA0Mv02W3uTSuQtRy4o2qpkNX8ucQwGvpvaKLDPRiJOMaTdcIUa5lVEvTNUyUfeXKfvPOgcrxoBI7fQsH4bRg69QCJ1B20Xff760GK99JrCo/6ZK3MmPUh7HZUtjEeLSnHXVzEMPBAvDU2FiykwCcFHBqYqKN3hD48sWeSy3pf27BOkgUqJRNsuFQAFtmVM4BHZhW25BPOwpAnDrO+vpKvNjTsyRWVnbvyPBwJz+WfurUqdP0klW+JcJ6MkngQTGf2ma5mU9GulIGHpRtSZ7bXIxk13um4V+zZFmFogNIShivUoyXyTLjoeuGSls8zq5tpONmPs/qIvFuHeSDAi4YD3pdOvmvTLDkJ2s6kxjZMJKxNTO5s5k8rgUgsnHTDjTYlAmUPPqzpVa2rPqync+T46YCIAKyA1JNptqGnanSfNmdql95HZ8LAJ04mI/k5sOmk1g8pWO3epw668aOn3inWXWg5ybxduasbPmg2WXP7/cz4GfAz4CfAT8Dfgb8DPgZ8DPgZ8DPgJ8BPwN+BvwM+BnwM+BnwM+AnwE/A34G/Az4GfAzkPsM/B9kgrr/gXfeOgAAAABJRU5ErkJggg==") center 44px/44px no-repeat,linear-gradient(45deg,#23b536 0,#008a62 100%) no-repeat padding-box;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0000000D;
    opacity: 1;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: auto;
    margin-right: 18px;
}
/* hide scrollbar for Chrome, Safari, Opera*/
.article-sidebar.desktop-sidebar .sticky-sidebar::-webkit-scrollbar,
#categories-menu .container > ul > li .submenu-overflow::-webkit-scrollbar{
    width: 11px;
}
.article-sidebar.desktop-sidebar .sticky-sidebar::-webkit-scrollbar-thumb,
#categories-menu .container > ul > li .submenu-overflow::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-color: #bfbfbf;
    border-radius: 20px;
    background-clip: padding-box;
}
.article-sidebar.desktop-sidebar .sticky-sidebar::-webkit-scrollbar-track,
#categories-menu .container > ul > li .submenu-overflow::-webkit-scrollbar-track {
    background: #f2f2f;
}
/* hide scrollbar for IE, Edge, Firefox*/
.article-sidebar.desktop-sidebar .sticky-sidebar {
    max-height: 370px;
    overflow-y: scroll;
    scrollbar-color: #bfbfbf;
    scrollbar-width: thin;
}
.article .article-info {
    margin-bottom: 50px;
}
.article-body section:last-child {
    margin-bottom: 50px;
}

.article-body .image_link:hover{
    cursor:pointer;
}

#advanced_chat {
    width: 200px;
    background: transparent;
    padding: 0;
    border-radius: 0;
    color: #000000;
    fill: #FFF;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 999999;
    cursor: pointer;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}
#advanced_chat.active {
    display: block;
}
#advanced_chat #advanced_chat-container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

#advanced_chat .chats-container {
    position: relative;
    bottom: -50px;
    height: 195px;
    overflow-y: hidden;
    width: 100%;
}
#advanced_chat .chats-container .chats {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateY(275px);
    transition: 0.3s all ease;
    z-index: 2;
    opacity: 0;
    pointer-events: auto;
}

zd-autocomplete-header {
    display: none;
}
/*zd-autocomplete-breadcrumbs {
    display: none;
}*/
zd-autocomplete {
    border-radius: 12px;
    padding: 7px 10px;
}
zd-autocomplete-option {
    padding: 9px 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.12px;
    color: #000000;
    border-radius: 6px;
}
zd-autocomplete-option:hover {
    border-radius: 6px;
}
.zEWidget-automaticAnswers.zEWidget-automaticAnswers--active {
    display: none;
}


/*Reviews*/
.reviews .hidden{
    display: none;
}
.reviews img {
    margin: 0;
    border: 0px;
    border-radius: 0;
}
.reviews .container .reviews-container .review p {
    margin-top: 0;
}
.reviews img:hover {
    cursor: default;
}
.reviews .container .wp-image {
    width: 166px;
    height: 27px;
    display: block;
}
.reviews .container .section-title {
    text-align: center;
}
.reviews .container .reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reviews .container .reviews-container .review {
    box-sizing: border-box;
    width: 100%;
}
.reviews .container .reviews-container .review .review-title {
    font-weight: 800;
    margin: 0 0 4px 0;
}
.reviews .container .reviews-container .review > .author-name {
    font-weight: 600;
    font-style: italic;
}
.reviews .container .reviews-container .review .review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews .container .reviews-container .review .review-header .image-container {
    border-radius: 50%;
    overflow: hidden;
}
.reviews .container .reviews-container .review .review-header .image-container img {
    max-width: 100%;
}
.reviews .container .reviews-container .review .review-header .author-name {
    font-weight: 700;
}
.reviews .container .reviews-container .review .review-header .stars-container {
    flex-grow: 1;
    text-align: right;
}
.reviews .container .reviews-container .review .stars-type {
    width: 120px;
    height: 22px;
}
.reviews .container .reviews-container .review p {
    font-weight: 400;
    margin-bottom: 0;
}
.reviews .container .reviews-container .review p .stars {
    display: block;
    color: #FDB82C;
}
.reviews .container .reviews-container .review .images {
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
}
.reviews .container .reviews-container .review .images .trustpilot {
    width: 88px;
    height: 22px;
    margin-left: 10px;
}
.reviews .container .reviews-container .review.white {
    padding: 0;
}
.reviews .container .reviews-container .review.white p {
    font-weight: 400;
}
.reviews .container .reviews-container .review.dark {
    background: #1E2939;
}
.reviews .container .reviews-container .review.dark p {
    font-weight: 500;
}
.reviews .container .reviews-container .review.dark * {
    color: #ffffff;
}
.reviews .container .reviews-container .review.blue {
    background: rgba(34, 179, 57, 0.04);
    margin-bottom: 0 !important;
}
.reviews .container .reviews-container .review.center {
    text-align: center;
}
.reviews .container .reviews-container .review.center .author-name {
    font-weight: 700;
    font-style: normal;
}
.reviews .container .button_container {
    display: block;
}

@media screen and (min-width: 768px) {
    .reviews {
        margin: 76px 0;
    }

    .reviews:last-child{
        margin: 76px 0 50px;
    }
    .reviews .container .wp-image {
        margin: 0 auto 20px;
    }
    .reviews .container .section-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 40px;
    }
    .reviews .container .reviews-container {
        gap: 12px;
    }
    .reviews .container .reviews-container .review {
        border-radius: 6px;
    }

    .reviews .container .reviews-container .review.white {
        width: 340px;
    }
    .reviews .container .reviews-container .review .review-title {
        font-size: 20px;
        line-height: 27px;
    }
    .reviews .container .reviews-container .review > .author-name {
        font-size: 16px;
        line-height: 28px;
        margin: 0 0 20px 0;
    }
    .reviews .container .reviews-container .review .review-header {
        gap: 20px;
        margin: 0 0 16px 0;
    }
    .reviews .container .reviews-container .review .review-header .image-container {
        width: 50px;
        height: 50px;
    }
    .reviews .container .reviews-container .review .review-header .author-name {
        font-size: 22px;
        line-height: 30px;
    }
    .reviews .container .reviews-container .review p {
        font-size: 18px;
        line-height: 28px;
    }
    .reviews .container .reviews-container .review p + .author-name {
        margin: 20px 0 0;
    }
    .reviews .container .reviews-container .review.dark, .reviews .container .reviews-container .review.blue {
        padding: 30px 50px 40px;
        margin-bottom: 0 !important;
    }
    .reviews .container .reviews-container .review.blue.full {
        margin: 36px 0 0 !important;
    }
    .reviews .container .reviews-container .review.center {
        margin-bottom: 28px;
    }
    .reviews .container .reviews-container .review.center p {
        font-size: 16px;
        line-height: 24px;
    }
    .reviews .container .reviews-container .review.center .author-name {
        font-size: 22px;
        line-height: 30px;
    }
    .reviews .container .reviews-container .review.white p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width: 767px) {
    .container.id_7665294284306{
        margin: 0 auto 0;
        width:320px;
    }
    .container.id_7665294284306 footer,
    .container.id_7665294284306 .article-header,
    .container.id_7665294284306 .breadcrumbs-nav {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: auto;
    }

    .container.id_7665294284306 .article-sidebar.mobile-sidebar{
        width:100% ;
        margin-left: 0;
    }
    .review_page > p{
        width:280px;
        margin-left:  auto;
        margin-right:  auto;
    }
    .reviews {
        margin: 80px 0;
    }

    .reviews:last-child{
        margin: 80px 0 50px;
    }
    .reviews .container .wp-image {
        margin: 0 auto 15px;
    }
    .reviews .container .section-title {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 40px;
    }
    .reviews .container .reviews-container {
        gap: 10px;
    }
    .reviews .container .reviews-container .review {
        width: 280px;
    }
    .reviews .container .reviews-container .review .review-title {
        font-size: 16px;
        line-height: 22px;
    }
    .reviews .container .reviews-container .review > .author-name {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    .reviews .container .reviews-container .review .review-header {
        gap: 14px;
        margin-bottom: 18px;
    }
    .reviews .container .reviews-container .review .review-header .image-container {
        width: 34px;
        height: 34px;
    }
    .reviews .container .reviews-container .review .review-header .author-name {
        font-size: 16px;
        line-height: 22px;
        font-weight: 800;
    }
    .reviews .container .reviews-container .review p {
        font-size: 14px;
        line-height: 24px;
    }
    .reviews .container .reviews-container .review p + .author-name {
        margin: 20px 0 0;
        font-weight: 800;
    }
    .reviews .container .reviews-container .review.dark, .reviews .container .reviews-container .review.blue {
        width: 320px;
        padding: 30px 20px;
        margin: 0 -20px !important;
    }
    .reviews .container .reviews-container .review.blue.full {
        margin: 40px -20px 0 !important;
    }
    .reviews .container .reviews-container .review.white {
        margin-bottom: 30px;
    }
    .reviews .container .reviews-container .review.white:last-child {
        margin-bottom: 0;
    }
    .reviews .container .reviews-container .review.center {
        margin-bottom: 30px;
    }
    .reviews .container .reviews-container .review.center .author-name {
        font-size: 16px;
        line-height: 22px;
        font-weight: 800;
    }
    .reviews .container .button_container {
        margin-top: 30px;
    }
}

/*Feature items*/
.feature-items .feature-items__content {
    display: flex;
    justify-content: space-between;
}
.feature-items .feature-items__content .feature-item {
    text-align: center;
}
.feature-items .feature-items__content .feature-item img {
    border: 0;
}
.feature-items .feature-items__content .feature-item img:hover {
    cursor:default;
}
.feature-items .feature-items__content .feature-item h4 {
    font-weight: 700;
}
.feature-items .feature-items__content .feature-item p {
    opacity: 0.5;
    font-weight: 600;
    margin: 0;
}

/*Table*/
.table-container{
    border: 1px solid #F4F4F4;
    margin: 20px 0;
    display: inline-block;
    max-width: 100%;
}
.table-container table{
    border: 0;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    font-family: "Open Sans", sans-serif;
    table-layout: fixed;
    display: flex;
}
.table-container table td,
.table-container table th{
    padding: 10px 20px;
    border: 0;
    font-family: 'Literata', serif;
}
.table-container table th{
    background: #2160B508;
    font-weight: 600;
}
.table-container table tr td:not(:last-child) {
    border-right: 1px solid #F4F4F4;
}
.table-container table tr:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
}

.table-container .center tr td,
.table-container .center tr th{
    text-align:center;
}


@media screen and (min-width: 1261px) {
    .feature-items {
        margin: 0 0 50px;
    }
    .feature-items .feature-items__content {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        padding: 24px 25px;
    }
    .feature-items .feature-items__content .feature-item {
        width: 214px;
    }
    .feature-items .feature-items__content .feature-item img {
        width: 70px;
        height: 70px;
        margin: 0 0 20px;
    }
    .feature-items .feature-items__content .feature-item h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .feature-items .feature-items__content .feature-item p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
    .feature-items {
        margin: 0 0 50px;
    }
    .feature-items .feature-items__content {
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        padding: 24px 25px;
    }
    .feature-items .feature-items__content .feature-item {
        width: 214px;
    }
    .feature-items .feature-items__content .feature-item img {
        width: 70px;
        height: 70px;
        margin: 0 0 20px;
    }
    .feature-items .feature-items__content .feature-item h4 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .feature-items .feature-items__content .feature-item p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .feature-items {
        margin: 0 0 50px;
    }
    .feature-items .feature-items__content {
        flex-direction: column;
        align-items: center;
    }
    .feature-items .feature-items__content .feature-item {
        margin-bottom: 30px;
    }
    .feature-items .feature-items__content .feature-item:last-child {
        margin-bottom: 0;
    }
    .feature-items .feature-items__content .feature-item img {
        width: 60px;
        height: 60px;
        margin: 0 0 10px;
    }
    .feature-items .feature-items__content .feature-item h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 6px;
    }
    .feature-items .feature-items__content .feature-item p {
        font-size: 14px;
        line-height: 20px;
    }
}





body.with-topbar.menu_opened .header_fixed {
    top: 0 !important;
    z-index: 99999999;
}
body.with-topbar.menu_opened .top-bar-container {
    display: none;
}

.top-bar-container.hidden{
    display: none;
}
body.with-ph-topbar.opened_menu .blog_header {
    top: 0;
    z-index: 1;
}
body.with-ph-topbar.opened_menu .top-bar-container {
    display: none;
}
