@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width:320px;
  background-color: rgba(250, 250, 250, 1);
  color: rgba(61, 62, 64, 1);
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

video {
  max-width: 100%;
  cursor:pointer;
}

/***** What's New *****/

/* ALL RELEASES TAB */
#all-releases {
 display: none;
 padding: 0px 40px 50px;
}

a.button_loading {
  background-color: #dee0e3 !important;
  border: 1px solid #dee0e3 !important;
  cursor: not-allowed !important;
}

div.button_loading::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 3px white;
  border-bottom-color: #1c87c9;
  border-left-color: #1c87c9;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  margin-top: 12px;
  margin-left: -12px;
}

.button_loading > span > img {
  visibility: hidden;
}

.button_loading > span > p::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 3px white;
  border-bottom-color: #dee0e3;
  border-left-color: #dee0e3;
  border-radius: 50%;
  content: "";
  height: 14px;
  width: 14px;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  margin-left: -15px;
}

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.spin::before {
  
}

#whats_new_follow_button {
  width: 100%;
  cursor:pointer;
  display: flex;
  flex-direction: row;
}

#whats_new_follow_button p {
  margin: 10px 5px;
  float: right;
  Font-weight: 500;
}

#whats_new_signin_button {
  width: 100%;
  cursor:pointer;
  display: flex;
  flex-direction: row;
}

#whats_new_signin_button {
  margin: 4px;
}

img.display_hide{
  box-shadow: none;
  position: absolute;
  top: 19px;
  right: 10px;
  border: none;
  width: 20px;
}

#timeline-left {
  margin-top:20px;
  min-width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 25px;
  height: fit-content;
}

#tabs-filter{
  min-width:100%;
  margin-bottom: 25px;
}

#hr-tabs-filter {
  height: 1px;
  background-color: #dee0e3;
  width: 65%;
  border: none;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

#no-timeline-message {
  margin:20px 0px;
}

.checkbox-container {
  display: block;
  position: relative;
  margin: 20px 0px 20px 0px;
}

.checkbox-container:last-of-type {
  margin: 20px 0px 10px 0px;
}

.checkbox-release-type img {
  height: 20px;
  padding: 0px 4px;
  vertical-align: top;
}

.my-checkbox{
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #eaeaea;
  width: fit-content;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 10px;
}

.my-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.my-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.my-checkbox input:checked ~ .checkmark {
  background-color: #1480e8;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.my-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.my-checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#tabs-release{
  justify-content: space-evenly;
  display: flex;
  margin-top:30px;
  margin-bottom: 50px;
}

/* Timeline */
.timeline {
		position: relative;
    margin-top: 25px;
    display: table;
    margin-left: 50px;
    float: left;
    width: 75%;
}
   
.timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  color: rgba(61, 62, 64, 1);
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  user-select: none;
}


@media (min-width: 62em) {
  .timeline h3 {
   font-size: 18px;
  }
}

.timeline section.year {
  position: relative;
  margin-bottom:0px !important;
}

.timeline section.year section {
  position: relative;
  margin-left: 60px;
}

.timeline section.year section h4 {
  font-size: 18px;
  line-height:18px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 25px;
  color: rgba(61, 62, 64, 1);
}

.timeline section.year section ul {
  min-width: 100%;
  list-style-type: none;
  padding: 0 0 0 0px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 15px;  
}

.timeline section.year section ul:last-child {
  margin-bottom: 0;
}

.timeline section.year section:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #dee0e3;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 3px;
  z-index: 2;
}

.timeline section.year section ul li {
  margin-left: 30px;
  margin-bottom: 30px;
}

.timeline section.year section ul li:last-of-type {
  margin-bottom:10px;
}

.timeline section.year section.show:last-of-type{
  margin-bottom:0px;
}

/* Coming Soon */  
.not_showing .section-title > img {
  transform: rotate(90deg);
  border-radius: 5px;
  margin: 0px 5px;
  cursor: pointer;
}

.not_showing .release {
  display: none;
}

.showing .section-title > img {
  transform: rotate(-90deg);
  border-radius: 5px;
  margin: 0px 5px;
  cursor: pointer;
}

.showing .release {
  display: block;
}

.section-title > img:hover{
  background: #dee0e3;
}

.section-title {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  user-select:none;
}

.coming-soon.not_showing > h4 {
  margin-bottom: 15px !important;
}

.coming-soon > h4 {
  width: fit-content;
  padding: 10px;
  border-radius: 6px;
  margin-left: 15px !important;
}

.coming-soon > h4:hover {
  background: #dee0e3a6;
}

.timeline-sections {
  border-left: 2px solid #dee0e3;
  margin-top: -30px;
  padding-bottom: 50px;
}

.coming-soon {
  border-left: 2px dashed #ccc;
}

.coming-soon ul:first-of-type:after {
  background: #ccc !important;
}

.coming-soon .accordion-title {
  background-color: white !important;
}

.year:not(:first-of-type) {
  margin-top: -22px;
}

/* MORE INFO TAB */
#more-info {
  display: none;
  justify-content: center;
  padding: 0px 40px 50px;
}

.subscribe {
  height: 24px;
  width: 24px;
  background: url(/hc/theming_assets/01HZKYXHHP0FV78PT7MMEC9T1J);
  cursor: pointer;
}

.subscribe:hover {
  height: 24px;
  width: 24px;
  background: url(/hc/theming_assets/01HZKYXGZ7FMETX7DJPWVEHZ1X);
  cursor: pointer;
}

.subscribe.active {
  height: 24px;
  width: 24px;
  background: url(/hc/theming_assets/01HZKYXWQTAQXDX8GVXBTM7B0E);
  cursor: pointer;
}

.subscribe.active:hover {
  height: 24px;
  width: 24px;
  background: url(/hc/theming_assets/01HZKYXGZ7FMETX7DJPWVEHZ1X);
  cursor: pointer;
}

.card {
  margin: 2%;
  padding: 20px;
  border: 1px solid #dee0e3;
  border-radius: 6px;
  background-color: white;
  height: fit-content;
}

.card-container {
    display: grid;
    grid-template-columns: 50%;
}

.card-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.card-title h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgba(61, 62, 64, 1);
    width: fit-content;
}

.card-title h4 {
    font-size: 17px;
    font-weight: 500;
    color: rgba(61, 62, 64, 1);
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    width: fit-content;
    margin: 0px;
}

#card_360017050220 {		/* RELEASE SCHEDULE */
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}

#card_115001057424 {		/* FEATURE LIST */
 grid-column-start: 2;
 grid-column-end: 2;
 grid-row-start: 1;
 grid-row-end: 2;
}

#card_4407061200530 {		/* CURRENT VERSIONS */
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 4;
}

#attachment_feature_list{
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-fill-available;
}


/* NEW FEATURES TAB */

#new-features {
  margin-bottom:50px;
}

#new-features hr {
  margin:0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

#new-features > div {
  display: flex;
}

#new-features > div > div > a {
  font-weight:500;
  font-size: 16px;
}

#new-features > div > div > p > video, #new-features > div > div > div > p > video  {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dee0e3, 0px 8px 24px rgb(13 13 18 / 4%);
}

#new-features > div > div > p > strong > a {
  font-weight: 600;
}

.smartphone-video {
  text-align: center;
  background-color: #E8EAED;
  padding: 10px 0px 5px;
  border-radius: 8px;
}

.smartphone-video video {
  height: 500px !important;
  width: auto !important;
}

#new-features > div:nth-of-type(2n + 1) {
  flex-direction: row;
}

#new-features > div:nth-of-type(2n + 2) {
  flex-direction: row-reverse;
}

/* feature text */
#new-features > div > div:nth-of-type(2n + 1) {
  width: 45%;
  padding: 6px 40px;
}

#new-features h1 {
  margin-bottom: 10px;
  margin-top: 30px;
}

/* feature video */
#new-features > div > div:nth-of-type(2n + 2) {
  width: 55%;
  padding: 6px 40px;
}

/* COLORS */
#cbx-computer > label{
  background-color: #f3e9fc;
}

#cbx-ios > label{
  background-color: #e6e8fc;
}

#cbx-android > label {
  background-color: #e6f4ec;
}

#cbx-rainbowroom > label {
  background-color:#e7f6f9;
}

#cbx-connectors > label {
  background-color:#f6f3ca;
}

#cbx-pbx > label {
  background-color:#f8e4d9;
}

.my-article.my-tab-info .accordion-title {
  background-color: #e9ebed !important;
  border: 4px solid #e9ebed !important;
}

.my-article.my-tab-computer .accordion-title {
  background-color: #f3e9fc;
  border: 4px solid #f3e9fc;
}

.my-article.my-tab-ios .accordion-title {
  background-color: #e6e8fc;
  border: 4px solid #e6e8fc;
}

.my-article.my-tab-android .accordion-title {
  background-color: #e6f4ec;
  border: 4px solid #e6f4ec;
}

.my-article.my-tab-rainbowroom .accordion-title {
  background-color:#e7f6f9;
  border: 4px solid #e7f6f9;
}

.my-article.my-tab-connectors .accordion-title {
  background-color:#f6f3ca;
  border: 4px solid #f6f3ca;
}

.my-article.my-tab-pbx .accordion-title {
  background-color: #f8e4d9;
  border: 4px solid #f8e4d9;
}
/***** What's New *****/

/* Debut - Thibault CSS */

#closeBtn {
  display: none;
}

#allMyInfosBloc {
  display: none;
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
  #allMyInfosBloc.hide {
    opacity: 1;
}

#followsForm {
/*   border: #17494d solid 5px;  */
  border-radius: 4px;
  box-shadow: black -5px 0px 11px -5px;
  background: #e6e6e659; 
  margin: 40px; 
  padding: 35px;
  transition: 0.5s ease-out;
}
#followsForm:hover {
  box-shadow: black 5px 0px 11px -5px;
}

#formIntro {
  background: white;
  padding: 5px;
  margin-bottom: 20px;
  box-shadow: black -5px 4px 7px -7px;
  border-radius: 4px;
  transition: 0.5s ease-out;
}
#formIntro:hover {
  box-shadow: black 5px 4px 7px -7px;
}

#preFinalBtns {
  width: max-content;
}
#preFinalBtns hr {
  margin-bottom: 20px; 
  margin-top: 20px; 
  height: 7px; 
  background-color: #bdc6c7d9;
}

#errorMessage {
  display: none;
  color: red;
}
#sucessMessage {
  display: none;
  color: green;
}

/* Fin - Thibault CSS */

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

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

hr{
   height: 1px;
   background-color: #dee0e3;
   width: 30%;
   border: none;
   margin: 0 auto;
   margin-top: 40px;
   margin-bottom: 40px;
}

a {
  color: rgba(20, 128, 232, 1);
  font-weight: 450;
  text-decoration: none;
}

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

a.link_new_windows {
  color:rgba(61, 62, 64, 1) !important;
}

a.link_new_windows:before{
 content: "";
 display: inline-block;
 background: url("/hc/theming_assets/01HZKYY0VE1YVBWQKJ79QHB6WA") no-repeat;
 width: 20px;
 height: 20px;
 background-size: 100%;
 vertical-align: bottom;
 margin: 0px 3px;
}

input,
textarea {
  color:rgba(61, 62, 64, 1);
  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(20, 128, 232, 1);
}

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

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

select:focus {
  border: 1px solid rgba(20, 128, 232, 1);
}

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

textarea {
  border: 1px solid #bcbdc0;
  border-radius: 6px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 8px;
}

textarea:focus {
  border: 1px solid #56575a;
}

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

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

.container-full{
  background-color:white;
  border-top: 1px solid #dee0e3;
  border-bottom: 1px solid #dee0e3;
  padding:30px 0px;
}

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

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

ul li pre {
 margin: 1em 0;
 background: rgba(250, 250, 250, 1);
 border: 1px solid #dee0e3;
 font-size: 13px;
 border-radius: 2px;
 padding: 0.5em 1em;
 overflow: auto;
 white-space: pre;
}

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

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

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

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

.dropdown-toggle::after {
  color: inherit;
  content: "\E75C";
  vertical-align: unset;
  text-shadow: 1px 1px 2px #57585A;
}

/***** 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 #dee0e3;
  border-radius:6px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(20, 128, 232, 1);
}

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

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

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

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

.form-field .nesty-input:focus {
  border: 1px solid rgba(20, 128, 232, 1);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/***** Header *****/
.header_full{
background-color:rgba(20, 128, 232, 1);
}

.header, .ns-box-inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
}

@media (max-width: 620px) {
  .header, .ns-box-inner {
   padding: 0 2%;
  }
}

@media (min-width: 1200px) {
  .header, .ns-box-inner {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  width:140px;
  vertical-align:middle;
}

.logo-home img {
  width:200px;
  margin-top:25px;
}

@media (max-width: 410px) {
  .logo-home img {
   width:170px;
  }
}

@media (max-width: 380px) {
  .logo-home img {
   width:140px;
   margin: 0px; 
   vertical-align:middle;
  }
}

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

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

.nav-wrapper a {
  border: 0;
  color: #FFFFFF;
  display: none;
  padding:5px;
  border-radius:6px;
  width: auto;
  text-shadow: 1px 1px 2px #57585A;
  font-size: 16px;
}

.nav-wrapper a:hover {
 text-decoration: none;
 background: #58a6f1;
}

.nav-wrapper-home {
  margin:25px 10px 0px 0px;
}

.nav-wrapper .login[role="button"]{
  margin-left:25px;
  text-align: center;
 background-color: rgba(20, 128, 232, 1);
 border:1px solid rgba(20, 128, 232, 1);
 border-radius:4px;
 color: #fff;
 padding:5px 6px;
 user-select: none;
 font-size: .875rem;
 font-weight: 500;
 letter-spacing: .0892857143em;
 text-decoration: none;
 text-transform: uppercase;
 transition: opacity .4s ease,background .4s ease;
 transition-property: opacity, background;
 transition-duration: 0.4s, 0.4s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 display:inline-block;
}

.nav-wrapper .login[role="button"]:hover{
  background-color: #1A59B7;
  border:1px solid #1A59B7;
  text-decoration:none;
}

@media (max-width: 380px) {
  .nav-wrapper-home {
   margin:0px;
   }
 }

.dropdown-menu img{
  margin-right:5px;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;} 
  }

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  color: #FFFFFF;
}

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

.nav-wrapper .icon-menu {
  border: 1px solid #FFFFFF;
  border-radius:12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 7px;
  width: auto;
  min-width: 40px;
}

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

@media (max-width: 767px) {
 .nav-wrapper a.login {
  border: 1px solid #FFFFFF;
  border-radius:12px;
  color: #FFFFFF;
  padding: 5px 7px;
  width: auto;
  min-width: 45px;  
  }
  
  .nav-wrapper a.login:hover, .nav-wrapper a.login:focus, .nav-wrapper a.login:active{
  text-decoration:none; 
  background-color: rgb(255,255,255, 0.15);
  }  
}

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

.nav-wrapper .icon-menu:hover, .nav-wrapper .icon-menu:focus, .nav-wrapper .icon-menu:active {
  background-color: rgb(255,255,255, 0.15);
  color: #FFFFFF;
}

.user-nav {
  line-height:16px;
}

.user-nav a{
  font-size:16px;
}

.user-nav-menu {
 position:absolute;
 display:none; 
}

.user-nav-menu a{
 text-align:center; 
 text-shadow: 2px 2px 5px #57585A;
 margin:5px 0px;
 padding-bottom:5px;  
 font-size:20px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

 .user-nav-menu p{
 text-align:center; 
 text-shadow: 2px 2px 5px #57585A;
 margin:50px 0px 0px 0px;
 padding-bottom:5px;  
 font-size:15px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.user-nav-menu a:hover, .user-nav-menu a:active {
  text-decoration:none;
}

.user-nav-menu[aria-expanded="true"] {
  display:block; 
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 4000;
  background-image: linear-gradient(-150deg, #1b70e0, #00afff, #1b70e0);
  color:#FFFFFF;
  padding:2% 2% 0% 2%;
  padding-top:70px;
}

.user-nav-menu[aria-expanded="true"] > .menu-inner ul > li> a, .user-nav-menu[aria-expanded="true"] > .menu-inner a{
  display:block;
}

.LogoMenu{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height:60px;
    margin:2%;
    background: url("/hc/theming_assets/01HZKYXPK6ERSCA0JCX5X9DKEX");
    background-size:40px; 
    background-repeat: no-repeat;
    background-position: center;
}

.closeMenu{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height:60px;
    margin:2%;
    background: url("/hc/theming_assets/01HZKYXX0R8614WC11F23BN79J");
    background-size:40px; 
    background-repeat: no-repeat;
    background-position: center;
    animation: closeIconAnimation 0.4s ease-in-out;
}

.no_scroll {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}  

.menu-inner {
  overflow: auto; 
  height:100%;
  padding-bottom:2%
}

.language-menu{
  display: flex;
  flex-wrap: wrap;
  flex-direction:row;
  justify-content: center;
  align-items:center;
  position: relative;
}

.language-menu-item{
  margin:2px;
  border-radius:4px;
  border:1px solid rgba(61, 62, 64, 1);
  display: flex;
  align-items:center;
  justify-content: center;
  position: relative;
  text-align:center;
}

.language-menu-item a{
  padding:7px 10px;
  color: rgba(61, 62, 64, 1);
  font-weight:400;
}

.language-menu-item:hover{
  background-color:rgba(61, 62, 64, 1);
}

.language-menu-item a:hover, .language-menu-item-actif a{
  color: white;
  font-weight:400;
}

.language-menu-item-actif{
  background-color:#4e5052;
  color:white;
}

.language-menu-item img{
  margin-right:2px;
  vertical-align: text-bottom;
}

@keyframes closeIconAnimation {
  from { transform: rotate(0deg); }
  to { transform: rotate(90deg); }
}

.dropdown-menu [role="menuitem"] {
  display: flex;
  align-items: center;
}

.dropdown-toggle {
    vertical-align: initial;
}

#user-menu a, #menu-caret a{
  margin-right:0px;
  text-shadow: none;
}

#menu-caret{
  right:-13px;
}

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

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

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

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

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #FFFFFF;
  background-color: transparent;
  border:0px;
}

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

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

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

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

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

.menu_pofile:before{
  content:url("/hc/theming_assets/01HZKYY2Y7FX5CCVAY2Q7SV1T8");
  margin-right: 12px !important;
}

.menu_password:before{
  content:url("/hc/theming_assets/01HZKYXHNT6WG4CKEM1PXTY3W4");
  margin-right: 12px !important;
}

.menu_request:before{
  content:url("/hc/theming_assets/01HZKYXXA5PVJH3S8QK36VEWB9");
  margin-right: 12px !important;
} 

.menu_activities:before{
  content:url("/hc/theming_assets/01HZKYY2P78CYQ8VN0J6AP8RFJ");
  margin-right: 12px !important;
} 

.menu_signout:before{
  content:url("/hc/theming_assets/01HZKYXPZSHH9T48SBK23ANFT1");
  margin-right: 12px !important;
} 

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

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

.avatar .icon-agent::before {
  background-color: rgba(20, 128, 232, 1);
  bottom: -4px;
  color: #FFFFFF;
  height: 17px;
  width: 17px;
  position: absolute;
  right: -2px;  
  content: "";
  background: url("/hc/theming_assets/01HZKYY08MJNJ16B6GH2JV35TA") no-repeat;
  background-size: 100%;
  margin-bottom: 2px;
}

/***** Footer *****/
.footer {
  background-color:rgba(61, 62, 64, 1);
  padding: 40px 0;
  height:200px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  display: block;
}

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

.footer_logo {
  width:250px;
  min-width:250px;
  float:left;
}

.footer_social{
 float:right;
  padding-top:40px;
}

.social_img{
 margin-left:15px;
}

.social_img img{
  width:25px;
  transition: all 0.35s ease-in-out;
  vertical-align:bottom;
}

.social_img img:hover{
  transform: scale(1.4);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
 .footer {
   padding: 20px 0;
}  
  
.footer_social{
  float:left;
  min-width:300px;
  margin-left:8px;
  padding-top:0px;
}
}

.sub-logo{
  margin: -15px 0px 25px 22px;  
  color:#FFFFFF;
  font-size: 10px;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin-right: 15px;
 
}

.page-header ol, .article-header ol{
  padding: 0px;
  margin-top:3px;
  margin-bottom:0px;
  user-select: none;
}

.breadcrumbs:before {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXY0V67J93DMS8Q46564B") no-repeat;
  width: 17px;
  height:17px;
  background-size: 100%;
  margin-bottom: 2px;
}

.breadcrumbs li {
  color:rgba(61, 62, 64, 1);
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  margin:0px;
}

.breadcrumbs li a{
  vertical-align:top;
}

.breadcrumbs li:first-of-type{
  display:none;
}

.breadcrumbs li::after {
  content:"\00B7";
  color: rgba(61, 62, 64, 1);
  font-size: 13px;
  font-weight: 400;
  vertical-align: super;
}

.breadcrumbs li:last-of-type::after {
  content:"";
}

.breadcrumbs li a:visited, .breadcrumbs li a:hover, .breadcrumbs li a{
  color: rgba(61, 62, 64, 1);
  text-decoration:none;
  font-size: 13px;
  font-weight: 400;
}

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

.search input[type="search"] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  background-color:#F9F9F9;
  padding: 0px 30px;
  font-size:14px;
  font-weight:400;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.search input[type="search"]:focus {
 border:1px solid rgba(20, 128, 232, 1);
}

.search::before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYY0ZXT9FFSECKHHQ3HHYB") no-repeat;
  width: 22px;
  height:22px;
  background-size: 100%; 
  left:8px;
  margin-top:1px;
}

.search-full  {
  position: relative;
  margin: 0 auto;
  width: 550px;
  max-width:85%;
  margin-bottom: 15px;
}

.search-full-community  {
  position: relative;
  width: 450px;
  max-width: 85%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.search-full input[type="search"] {
  background-color: white;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
  border: 1px solid white;
  border-radius: 10px;
  height: 45px;
  padding-left: 40px;
  padding-right: 20px;
  width: 100%;
  font-size:15px;
  font-weight:400;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  text-overflow: ellipsis;
}

.search-full::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  width: 24px;
  height:24px;
  background: url("/hc/theming_assets/01HZKYY1TK98BB324BAH0PX913") no-repeat;
}

.search_topics{
  position: relative;
  margin: 0 auto;
  color: #FFFFFF;
  text-shadow: 2px 2px 5px #57585A;
  width: 550px;
  max-width:85%;
}

.search_topics a{
  padding:3px;
  border-radius:6px;
}

.search_topics a:hover{
 background: #58a6f1;

}

/***** Hero component *****/
.hero {  
  background-image: linear-gradient(-150deg, #1b70e0, #00afff, #1b70e0);
  height: 340px;
  text-align: center;  
  margin-top:-70px;
}

.hero-inner {
  position: relative;
  top: 65%;
  transform: translateY(-65%);
  margin: 0 auto;
}

@media (max-width: 620px) {
  .hero {
  height: 450px;
  }
}

.hero-inner h2{
  color: #FFFFFF;
  text-shadow: 2px 2px 5px #57585A;
  padding: 0px 5px;
  font-weight: 600;
  font-size: 2.5em;
  max-width:85%;
  margin: 0 auto;
}

@media (max-width: 380px) {
   .hero {
  height: 400px;
  }
  
 .hero-inner h2 {
   font-size: 2em;
   }
 }

.hero-inner a{
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #57585A;;
}

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

.page-header p {
  font-weight: 300;
  margin: 0px;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

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

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

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom:20px;
}

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

.blocks-item {
  z-index:1;
  position: relative;
  box-sizing: border-box;
  color: rgba(20, 128, 232, 1);
  flex: 0 0 98%;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid #dee0e3;
  opacity:0;
}

.animation\:show {
    -webkit-animation: show .8s 1 cubic-bezier(.175, .885, .32, 1.075);
    animation        : show .8s 1 cubic-bezier(.175, .885, .32, 1.075);
    transform-origin : center bottom;
    animation-fill-mode: forwards;
}

@keyframes show {
    0% {
        transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        opacity  : .1;
    }

    100% {
        transform: translateZ(0) translateY(0) rotateX(0);
        opacity  : 1;
    }
}

li.blocks-item:nth-child(1) {animation-delay: 0ms; }
li.blocks-item:nth-child(2) {animation-delay: 70ms; }
li.blocks-item:nth-child(3) {animation-delay: 140ms; }
li.blocks-item:nth-child(4) {animation-delay: 210ms; }
li.blocks-item:nth-child(5) {animation-delay: 280ms; }
li.blocks-item:nth-child(6) {animation-delay: 350ms; }
li.blocks-item:nth-child(7) {animation-delay: 420ms; }
li.blocks-item:nth-child(8) {animation-delay: 490ms; }
li.blocks-item:nth-child(9) {animation-delay: 560ms; }

.blocks-item:last-of-type {
 border-bottom:none;
}

.blocks-item-copy{
 position: relative;
 top: 50%;
 transform: translateY(-50%);
 text-align: left;
}

.blocks-item p {
 color: #57585A;
 font-size: 14px;
 margin: -10px 15px 0 15px;
 }

.blocks-item h2 {
 color:rgba(61, 62, 64, 1);
 font-weight:400;
 font-size: 18px;
 }

.blocks-item-icon-wrapper {
  width:20%;
  min-height: 100px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  float:left;
  margin-right:10px;
}

#category_id_115000026864 { 
 background: url("/hc/theming_assets/01HZKYXHTF0GZZ6YT5J0KX71XF");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
} 

#category_id_360002179660 {
 background: url("/hc/theming_assets/01HZKYXZQHTGJQKFHN6AYVQP8M");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
}

#category_id_200665684, #category_id_4406707764114 {
 background: url("/hc/theming_assets/01HZKYXJN86HEEB0S5A9GKPXQQ");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
}

#category_id_360002371340 {
 background: url("/hc/theming_assets/01HZKYXH4GGKS3GDDJBYR75FGF");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
}

#category_id_200846075 {
 background: url("/hc/theming_assets/01HZKYXWA6HJ6HSRANE7NV43Q1");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
}

#category_id_360002402719 {
 background:url("/hc/theming_assets/01HZKYXY55KA6MND32EXSNAY0Z");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
}

#category_id_360000822120 { 
 background: url("/hc/theming_assets/01HZKYXQ3PB44EW12VW0W2RN68");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
} 

#category_id_360002395379 { 
 background: url("/hc/theming_assets/01HZKYXV6YB71DWJCJ5YSYWCMJ");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
} 

#category_id_360003011340 { 
 background: url("/hc/theming_assets/01HZKYXXKDGY0J9Y717QX6FRAB");
 background-size:85px; 
 background-repeat:no-repeat;
 background-position:center;
} 

#category_id_blocks_200701684, #category_id_blocks_115000512204, #category_id_blocks_360002371460, #category_id_blocks_360002371480, #category_id_blocks_360000033164, #category_id_blocks_360002594739{
  display:none;
}

#section_id_360003495700{ 
 background: url("/hc/theming_assets/01HZKYXRH92QJ3PVNE01YXY0WV");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003145659{ 
 background: url("/hc/theming_assets/01HZKYXN1ECBPPXAAG9F6NF977");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003109220{ 
 background: url("/hc/theming_assets/01HZKYXK23K59JXNZKCTT15APB");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003136859{ 
 background: url("/hc/theming_assets/01HZKYXNETBXTS09MYV5361RDR");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003648140{ 
 background: url("/hc/theming_assets/01HZKYY2Y7FX5CCVAY2Q7SV1T8");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003648180{ 
 background: url("/hc/theming_assets/01HZKYY0ZXT9FFSECKHHQ3HHYB");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003648240{ 
 background: url("/hc/theming_assets/01HZKYXXW1YB89M651QMQYN3W2");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003693639{ 
 background: url("/hc/theming_assets/01HZKYXSBJTB0NZE291FMCQ36C");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003648160{ 
 background: url("/hc/theming_assets/01HZKYY15WX99B25CCS27Y5PRJ");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003648200{ 
 background: url("/hc/theming_assets/01HZKYXXFB5Y8A50FPTR152C6M");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003693599{ 
 background: url("/hc/theming_assets/01HZKYXXFB5Y8A50FPTR152C6M");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003648380{ 
 background: url("/hc/theming_assets/01HZKYXYE474ZAW2N68SEBKSAT");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003693699{ 
 background: url("/hc/theming_assets/01HZKYY2DEA5PT1QGZ1EA0Q6XR");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003695859{ 
 background: url("/hc/theming_assets/01HZKYY1J8DFH89W1ANRG909NA");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003695879{ 
 background: url("/hc/theming_assets/01HZKYY15WX99B25CCS27Y5PRJ");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003651000{ 
 background: url("/hc/theming_assets/01HZKYXT2K97JK3ARAN0QG0MV5");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003695899{ 
 background: url("/hc/theming_assets/01HZKYXYPR1H8F6TR3X59QKNJW");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003651020{ 
 background: url("/hc/theming_assets/01HZKYY24ESZ51TXS8JPTV2SVJ");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003651040{ 
 background: url("/hc/theming_assets/01HZKYXS76713CSER24JEYMVD0");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003693699{ 
 background: url("/hc/theming_assets/01HZKYY2DEA5PT1QGZ1EA0Q6XR");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003695939{ 
 background: url("/hc/theming_assets/01HZKYXSBJTB0NZE291FMCQ36C");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003695959, #section_id_360003695939, #section_id_360003720619, #section_id_360004414260{ 
 background: url("/hc/theming_assets/01HZKYXSBJTB0NZE291FMCQ36C");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003695919{ 
 background: url("/hc/theming_assets/01HZKYY2DEA5PT1QGZ1EA0Q6XR");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003695979, #section_id_360004881359 { 
 background: url("/hc/theming_assets/01HZKYXHNT6WG4CKEM1PXTY3W4");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003651980, #section_id_360004990699 { 
 background: url("/hc/theming_assets/01HZKYXM2VHE38M93YQW7Z7YJ5");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003768000{ 
 background: url("/hc/theming_assets/01HZKYXVDHSHYS9TCWFYQT0NXE");
 background-size:80%; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003767900{ 
 background: url("/hc/theming_assets/01HZKYXSMB0ZE2ZCS41NTGZQ0E");
 background-size:80%; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003812039{ 
 background: url("/hc/theming_assets/01HZKYXR4R4XQZ1THRMRH88NR1");
 background-size:80%; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003767960{ 
 background: url("/hc/theming_assets/01HZKYXPAWHV025ZR3NXCVCMM0");
 background-size:80%; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360003767980{ 
 background: url("/hc/theming_assets/01HZKYXSX0EXNZQWWPNSB8JCNG");
 background-size:40%; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003826839{ 
 background: url("/hc/theming_assets/01HZKYXZW7ZANWC7Y00Z60YVN3");
 background-size:70%; 
 background-color: #1480E8;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_4706076814738{ 
 background: url("/hc/theming_assets/01HZKYXZW7ZANWC7Y00Z60YVN3");
 background-size:70%; 
 background-color: #1480E8;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_11949777141138{ 
 background: url("/hc/theming_assets/01HZKYY4DJ15E1V6CRCQ7YQY1E");
 background-size:60%; 
 background-color: #ffffff;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 


#section_id_4411823094930{ 
 background: url("/hc/theming_assets/01HZKYY49GT4H40XQRDVF0AXAY");
 background-size:80%; 
 background-color: #1480E8;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_6259970136338{ 
 background: url("/hc/theming_assets/01HZKYY3MYN94THQSM65M78FTT");
 background-size:70%; 
 background-color: #1480E8;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_9325738938514{ 
 background: url("/hc/theming_assets/01HZKYXK7A6HEHZ8BWFNKJBG92");
 background-size:70%; 
 background-color: #1480E8;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360003706539{ 
 background: url("/hc/theming_assets/01HZKYY3MYN94THQSM65M78FTT");
 background-size:70%; 
 background-color: #BCBDC0;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
} 

#section_id_360004967640{ 
 background: url("/hc/theming_assets/01HZKYXV2GWH42TR0GV242P8F2");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_115000051204{ 
 background: url("/hc/theming_assets/01HZKYXR8XEHBRAD6TXZPVSX1H");
 background-size:40px; 
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360005392499{ 
 background: url("/hc/theming_assets/01HZKYXX55B4JRFCZQEG1K1W6W");
 background-repeat:no-repeat;
 background-size:40px; 
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360005358940{ 
 background: url("/hc/theming_assets/01HZKYXZ8F3J4VV3HDPXQX40XC");
 background-repeat:no-repeat;
 background-size:40px; 
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360005392519{ 
 background: url("/hc/theming_assets/01HZKYXKHK0WGS2BD872J0WQ8B");
 background-repeat:no-repeat;
 background-size:40px; 
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_360005383980{ 
 background: url("/hc/theming_assets/01HZKYXVZV5DN69NEKGH2YN4WW");
 background-repeat:no-repeat;
 background-size:40px; 
 background-position:center;
 -webkit-transform: translateZ(0);
}  

#section_id_4402677858706{ 
 background: url("/hc/theming_assets/01HZKYXMKQP16GGY0CHVNKXVEQ");
 background-repeat:no-repeat;
 background-size:80%; 
 background-position:center;
 -webkit-transform: translateZ(0);
}
/* Webinar */
#section_id_14476174667922{ 
 background: url("/hc/theming_assets/01HZKYY4PQ9NB1KGS63HNFSJ0Z");
 background-repeat:no-repeat;
 background-size:80%; 
 background-position:center;
 background-size:40px; 
 -webkit-transform: translateZ(0);
}

.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (min-width: 620px) {
  .blocks-item {
   flex: 0 0 45%;
   height:185px;
   padding:0px 5px;
   margin-right:5px; 
   margin-bottom:15px;
   transition: box-shadow 0.25s ease-in 0s, background-color 0.25s ease-in 0s, transform 0.25s ease-in 0s;
   border: 1px solid transparent;
   border-radius:6px;
  }
  
  .blocks-item:hover, .blocks-item:focus, .blocks-item:active {
   background-color:#fff;
   border: 1px solid rgba(0, 0, 0, 0.1);
   box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 16px 0px, rgba(0, 0, 0, 0.1) 0px 8px 8px 0px, rgba(0, 0, 0, 0.1) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
   transition: box-shadow 0.25s ease-in 0s, background-color 0.25s ease-in 0s, transform 0.25s ease-in 0s;
 }

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

	.blocks-item-icon-wrapper {
   float:none; 
   height: 100px;
   width: 100%;
 }
  
  .faq{
    display:flex;
    margin: 30px 0px 80px 0px;
    background-color:#eceeef;
    border:1px solid #dee0e3;
    border-radius:6px;
    box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
  }
  
  .faq-menu{
    flex:20%;
    background-color:#dee0e3;
    border-radius: 6px 0px 0px 6px;
  }
  
  .faq-list{
    flex:80%;
  }
  
 .faq-section-blocks .faq-blocks-item-icon-wrapper{
    height: auto;
  }
  
.section-blocks .blocks-item-icon-wrapper {
  min-height: 50px;
  height: auto;
}
  
.blocks-item-copy{
  text-align: center;
  top:0;
  transform:none;
   -webkit-transform: translateZ(0);
}
}

@media (min-width: 900px) {
  .blocks-item {
   flex: 0 0 30%;
   max-width:300px;
  } 
}

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

@media (min-width: 620px) {
  .section {
    margin-bottom: 20px;
  }
  
  .knowledge-base {
    margin: 30px 0px 25px 0px;
  }
  
}

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

.navigation_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0px;
}

.major {
  position: relative;
  text-align: center;
  border-top: 1px solid #dee0e3;
  top: 1em;
  margin-top:40px;
}

.major p {
  position: relative;
  top: -2em;
}

@media (min-width: 620px) {
.major {
  margin-top:70px;
 }

 .major-light {
  margin-top:45px;
 } 
 
  .major-video{
    margin-top:20px;
  }
	
}

.h1_line{
  font-weight: 400;
  font-size: 32px;
  text-align:center;
  background-color: rgba(250, 250, 250, 1);
  position: relative;
  top: -0.85em;
  display: inline;
  margin: 0;
  padding: 0 1em 0 1em;
}

.h3_line{
  font-weight: 400;
  font-size: 1.5em;
  text-align:center;
  background-color: rgba(250, 250, 250, 1);
  position: relative;
  top: -0.85em;
  display: inline;
  margin: 0;
  padding: 0 1em 0 1em;
}

.navigation_blocks {
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius:6px;
  margin-bottom:10px;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.25s ease-in 0s, transform 0.25s ease-in 0s;
}

@media (min-width: 900px) {
.navigation_blocks {
  flex: 0 0 30%;
  margin:0.5%;
}
}

.navigation_blocks:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 16px 0px, rgba(0, 0, 0, 0.1) 0px 8px 8px 0px, rgba(0, 0, 0, 0.1) 0px 4px 4px 0px, rgba(0, 0, 0, 0.1) 0px 2px 2px 0px;
  transform: translateY(-10px);
  }

.navigation_blocks:last-of-type {
 margin-right:0px;
}

.navigation_blocks_img{
  float:left;
  width:20%;
  max-width:70px;
  height:100%;
}

#naviguation_community{
background: url("/hc/theming_assets/01HZKYXT6ZF01WR7ZTS7M88MJA");
background-size: 50%;
background-repeat:no-repeat;
background-position:center;
-webkit-transform: translateZ(0);
}

#naviguation_developer{
background: url("/hc/theming_assets/01HZKYY3SNFP8M8RB5QB192QA5");
background-size: 50%;
background-repeat:no-repeat;
background-position:center;
-webkit-transform: translateZ(0);
}

#naviguation_media{
background: url("/hc/theming_assets/01HZKYY2DEA5PT1QGZ1EA0Q6XR");
background-size: 50%;
background-repeat:no-repeat;
background-position:center;
 -webkit-transform: translateZ(0);
}

#naviguation_status{
 background: url("/hc/theming_assets/01HZKYXSRPSGXF93X91AX3X2NN");
 background-size: 50%;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}

#naviguation_website{
 background: url("/hc/theming_assets/01HZKYY19VM3ZY8ZBNSRCKG92T");
 background-size: 50%;
 background-repeat:no-repeat;
 background-position:center;
 -webkit-transform: translateZ(0);
}

.navigation_blocks_text{
  padding:15px 10px 15px 0px;
  float:left;
  width:80%;
  height:100%;
  -webkit-transform: translateZ(0);
}

.navigation_blocks h3{
  margin:0px;
}

.navigation_blocks p{
  margin: 5px 0px 0px 0px;
}

.navigation_blocks_link{
  color:rgba(61, 62, 64, 1);
}

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

.h3_home{
  font-weight: 400;
  font-size: 1.5em;
  text-align:center;
}

.promoted-articles {
  display: flex;
  flex-wrap: wrap;
  flex-direction:column;
  justify-content: center;
  margin-bottom:15px; 
}

.promoted-articles-item, .article-relatives li {
  background-color:rgba(250, 250, 250, 1);
  border-radius:6px; 
  margin:4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border .3s ease-in-out;
  background: white;
  box-shadow: 0px 4px 12px rgba(13,13,18,0.04);
}

.article-relatives li{
  margin: 4px 4px 4px 0px;
  width:100%;
}

 .promoted-articles-item a:hover, .promoted-articles-item a:focus, .promoted-articles-item a:active {
  text-decoration:none;
 }

.promoted-articles-item a, .article-relatives a {
  display:inline-flex;
  color: rgba(61, 62, 64, 1);
  padding: 10px;
  align-items: center;
  transition: color .3s ease-in-out;
}

@media (min-width: 620px) {
  .promoted-articles {
   flex-direction:row;
   justify-content: center;
   }

.promoted-articles-item:hover, .article-relatives li:hover {
  border: 1px solid rgba(20, 128, 232, 1);
  transition: border .3s ease-in-out;
 }  
  .promoted-articles-item a, .article-relatives a{
  padding: 5px 10px;
  }
}

.promoted_customisation:before{
  width:24px;
  margin-right: 5px;
  line-height: 0;
  vertical-align: middle;
}

.promoted_production-default:before{
  content:url("/hc/theming_assets/01HZKYY1P9RTCYA93163RS39CE");
  }

.promoted_upgrade:before{
  content:url("/hc/theming_assets/01HZKYXKY3NCFAXGD0DSZFYJ94");
}

#promote_115001057424:before {
  content:url("/hc/theming_assets/01HZKYXP68VG9PMPHYNZPN9D1T");  
}

#promote_115000321104:before {
  content:url("/hc/theming_assets/01HZKYXZJYV0G8NSMG2Q17W999");  
}

#promote_360017050220:before {
  content:url("/hc/theming_assets/01HZKYXTY4FBD64RVTDK29Z6VV");
}

#promote_360005130459:before {
  content:url("/hc/theming_assets/01HZKYXWJWY92BJ68EV23721WC");
}

.recent-articles li a:before{
   content:url("/hc/theming_assets/01HZKYXXR3C4WKTNF2B7GPGGKC");
   width:24px;
   margin-right: 5px;
   line-height: 0;
}

.related-articles li a:before{
  content:url("/hc/theming_assets/01HZKYXXA5PVJH3S8QK36VEWB9");
  width:24px;
  margin-right: 10px;
  line-height: 0;
}

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

.recent-activity-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0px 70px 0px;
}

.recent-activity-item {
  width:100%;
  background-color:#FFFFFF;
  margin: 4px 0px;
  padding:10px;
  border-radius:6px;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: border .3s ease-in-out;
}

@media (min-width: 900px) {
.recent-activity-item {
  width: 46%;
  margin:0.5%;
  padding: 15px;
  overflow: auto;
  }
}

.recent-activity-item:hover{
  border: 1px solid rgba(20, 128, 232, 1);
}

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

.recent-activity-item-parent, .recent-activity-item-link {
  color: rgba(61, 62, 64, 1);
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.recent-activity-item-parent:hover, .recent-activity-item-link:hover {
 text-decoration:none;
}

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

.recent-activity-item-meta {
  height:24px;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

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

[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 {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXYTWRNZ5N85HM6YZG070") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin:1px 1px 0px 0px;
  }

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

.recent-activity-controls a{
  float:right;
  margin-top:-60px;
  text-align: center;
  background-color: transparent;
  border-radius:4px;
  color: rgba(20, 128, 232, 1);
  padding:8px;
  user-select: none;
  font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
   font-size: .875rem;
   font-weight: 500;
   letter-spacing: .0892857143em;
   text-decoration: none;
   text-transform: uppercase;
 }

@media (min-width: 900px) {
.recent-activity-controls a{
  margin-right:3.5%;
  }
}

.recent-activity-controls a:hover{
  background-color:rgba(26,89,253,0.08);
  color: #1A59B7;
  text-decoration:none;
}

/***** Need more help *****/

.help_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 40px 0px 20px 0px;
}

.help_blocks {
  flex: 0 0 100%;
  flex-direction: column;
  justify-content: center;
  margin-bottom:50px;
}

.help_blocks:last-of-type {
  margin-bottom:0px
}

@media (min-width: 900px) {
.help_blocks {
  flex: 0 0 45%;
  margin-right:5%;
  margin-bottom:0px;
  }
  
 .help_blocks:last-of-type {
  margin-right:0%;
  }
}

.need_help_img{
  float:left;
  width:30%;
  height:100%;
}

.need_help_text{
  float:left;
  width:70%;
  padding-left:15px;
 }

.need_help_text h3{
  margin:0px;
 }

.need_help_text p{
  margin:5px 0px 15px 0px;
 }

#ask_community{
background: url("/hc/theming_assets/01HZKYXQJ9S3VXAF2EFYKRQ63A");
background-size:85px; 
background-repeat:no-repeat;
background-position:center;
}

#ask_support{
background: url("/hc/theming_assets/01HZKYY3B6ZQNYFECNM2H4F7Y1");
background-size:85px; 
background-repeat:no-repeat;
background-position:center;
}

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

.gs_category h1, .faq_category h1 {
   margin-top: 30px;
   margin-bottom: 15px;
   margin-left: auto;
   margin-right: auto;
   font-size: 32px;
   width: 60%;
   text-align: center;
   font-weight: 600;
}

.gs_admin_title{
  text-align:center;
}

.gs_admin_title:after{
  background: rgba(20, 128, 232, 1);
    content: "";
    border-radius: 2px;
    display: block;
    width: 25%;
    height: 2px;
    margin: 0 auto;
    margin-top: 7px;
}

.gs_admin_desc{
  text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgba(61, 62, 64, 1);
    letter-spacing: .07em;
    text-decoration: none;
    text-transform: uppercase;
    width: 50%;
    margin: 0px auto;
    margin-top: 30px;
}

.gs_category p, .faq_category p{
  margin-left: auto;
  margin-right: auto;
  font-size:16px;  
  width:60%;
  text-align:center;
  margin-bottom:5px;
}

.section-tree {
 display: flex;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
 margin: 30px 0px 0px;
}

.gs_section_tree{
 display: flex;
 justify-content:center;
 flex-wrap: wrap;
 list-style: none;
 padding: 0;
 margin: 0px 0px 60px 0px;
}

.faq_section_tree{
  margin:0px;
  flex-direction: column;
}

.section-blocks {
  z-index: 1;
  position: relative;
  min-height:130px;
  box-sizing: border-box;
  flex: 0 0 31%;
  flex-direction: column;
  text-align: center;
  margin: 5px;
  padding:15px;
  border-radius:6px;
  border:1px solid #dee0e3;
  background: white;
  box-shadow: 0px 4px 12px rgba(13,13,18,0.04);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
}

.gs-section-blocks {
  flex: 0 0 20%;
  margin: 0.75%;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
  border-radius:6px;
}

.faq-section-blocks{
  margin: 5px 10px;
  box-shadow: none;
  transition: none;
  border:0px;
  background: transparent;
  height: auto;
  min-height: 0px !important;
  padding: 10px !important;
}

.section-blocks:hover {
  box-shadow: 0px 4px 12px rgba(13,13,18,0.1);
  transform: translateY(-5px);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
}

.faq-section-blocks:hover {
  box-shadow: none;
  transform: none;
  transition: none;
  background: white;
}

#section_id_360003783200_soon:hover, #section_id_360003706539_soon:hover{
  box-shadow: none;
  transform: none;
  transition: none;
}

#section_id_360003783200_soon, #section_id_360003706539_soon{
  box-shadow: none;
  transform: none;
  transition: none;
}

.soon{
  cursor:not-allowed !important;
}

.gs-section-blocks:hover {
  box-shadow:  0 4px 12px rgba(0,0,0,.3);
  transform: translateY(-5px);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
}

.gs-blocks-item-icon-wrapper{
  width: auto;
  border-radius: 6px 6px 0px 0px;
  min-height:110px !important;
  border-bottom: 1px solid #dee0e3;
  margin: -15px -15px 30px -15px;
  background-color: rgba(20, 128, 232, 1);
}

/*
.blocks-item-icon-wrapper-gs{
 width: auto;
 border-radius: 6px 6px 0px 0px;
 min-height:85px !important;
 border-bottom: 1px solid #dee0e3;
 margin: -15px -15px 30px -15px;
 background-color: rgba(20, 128, 232, 1);
}

.blocks-item-copy-gs{
  margin:15px 0px;
}*/

.gs-blocks-item-copy{
  margin:15px 0px 0px 0px;
  -webkit-transform: translateZ(0);
}

h2.section-tree-title {  
  font-size:15px;
  font-weight:500;
  margin-bottom:0px;
}

h2.gs-section-tree-title {  
  min-height: 45px;
  font-size:17px;
}
 /*
.section-tree-description-gs{
  font-size:13px;
  min-height:100px;
}*/

.gs-section-tree-description{
  font-size:14px;
  min-height:80px;
}

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

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

.article-list-item:last-of-type {
  border-bottom: 0px solid #dee0e3;
  padding: 8px 0px 0px;
}

.article-list-item a {
  color: rgba(61, 62, 64, 1);
}

/***** Section pages *****/
.section-subscribe .dropdown-toggle::after {
  display: none;
}

.section-subscribe, .section-unsubscribe{
  min-width:100%;
}

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

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

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

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


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

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

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

  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar left | Content | Sidebar right
  * 25%          | 60%     | 15%
  */

.article-sidebar-left{
  flex: 0 0 25%; 
}

.article-sidebar-left-item{
  background-color:white;
  border-radius:4px;
  margin-bottom:1.30rem;
  padding:15px; 
  box-shadow:0 0.0625rem 0.3125rem rgba(0,0,0,.2);
 }

.article-sidebar-left-item-fix{
  position: sticky;
  top: 2rem;
  margin-bottom:0px;
 }

.link_under_item_fix{
 margin-top:-10px;
}

.link_under_item_fix a{
 color:rgba(61, 62, 64, 1);
 font-size:13px;
}

.link_under_item_fix a:before{
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXJ7NN43RH841HGDQG46H") no-repeat;
  width: 15px;
  height: 15px;
  margin-right:5px;
  background-size: 100%;
  margin-bottom: -3px;
}

.sidenav-title {
  font-weight: 450;
  font-size: 15px;
  color:white;
  background-color: rgba(20, 128, 232, 1);
  border-radius: 4px 4px 0px 0px;
  margin: -15px -15px 15px -15px;
  padding: 12px
}

.sidenav-item {
  font-size:15px;
  font-weight: 450;
  padding: 10px;
  border-bottom: 1px solid #dee0e3;
}

.sidenav-item a{
  color:rgba(61, 62, 64, 1);
}

.sidenav-item:last-of-type{
  border:0px;
}

.current-article{
  text-decoration: none;
  color:rgba(20, 128, 232, 1);
  font-weight: bold;
}

#summary-list{
 margin:0px;
 padding-left:20px;
 margin-bottom: 10px;
}
    
.article-center{
  flex: 0 0 60%;
  max-width:60%;
  padding: 0px 1.30rem;
}

.article-center-full{
  flex: 0 0 75%;
  max-width:75%;
  padding: 0px 1.30rem;
}

.article-center-item{
  border-radius:4px;
  margin-bottom:1.30rem;
  padding:25px;
  background-color:white;
  box-shadow:0 0.0625rem 0.3125rem rgba(0,0,0,.2);
}

.article-center-item:last-of-type{
  margin-bottom:0px;
}

@media (max-width: 1024px) {
  .article-center-full,  .article-center{
   flex: 0 0 100%;
   max-width:100%;
   padding:0px;
  }
  
  .article-center-item{

    border-radius:4px;
    padding:10px;
  }  
  
  .article-center-item:last-of-type{
    margin-bottom:20px;
  }
}
      
.article-sidebar-right{
  flex: 0 0 15%; 
  user-select: none;
  height:fit-content;
  position:sticky;
  top:40px;
  padding: 0px 0px 0px 13px;
  margin-bottom:10px;
}

.article-sidebar-right-item{
  border-bottom:1px solid #dee0e3;
  padding:20px 0px;
  text-align:center;
  font-size:14px;
}

.article-sidebar-right-item:last-of-type{
  border:none;
}

.sidebar-right-item-title, .follow_button{
  margin-bottom:10px;
  line-height: 19px;
}

.article-header{
  margin-bottom:20px;
}

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

.gs-article-header h1{
  font-size:36px;
  font-weight:500;
  margin-bottom:0px;
}

.article-meta-header{
  margin:5px 0px 0px 0px;
  display:flex;
  flex-wrap: wrap;
  user-select: none;
}

.article-comment-count, .article-author, .article-upgrade {
  font-size: 13px;
  font-weight:400;
  margin-right:15px;
  margin-top:3px;
}

.article-comment-count a, .article-author a {
  color: rgba(61, 62, 64, 1);
  font-weight:400;
}

.article-comment-count a:hover, .article-author a:hover, .article-upgrade a:hover{
  text-decoration:none;
}

.article-comment-count .icon-comments:before, .comment-callout .icon-comments:before {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXYTWRNZ5N85HM6YZG070") no-repeat;
  width: 16px;
  height:16px;
  background-size: 100%;
  margin-bottom: 1px;
}

.article-author .icon-author:before {
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYY04NZP5RM7Y1C1GCNSR6") no-repeat;
  width: 16px;
  height:16px;
  background-size: 100%;
  margin-bottom: 2px;
}

.article-upgrade .icon-upgrade:before {
  content: "";
  display: inline-block;
  background:url("/hc/theming_assets/01HZKYXWJWY92BJ68EV23721WC") no-repeat;
  width: 16px;
  height:16px;
  background-size: 100%;
  margin-bottom: 2px;
}

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

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

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

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

.article-info {
  max-width: 100%;
  margin-bottom:15px;
}

.article-meta {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.article, 
.reset-list
{
 counter-reset: list;	
} /* on initialise et nomme un compteur */

.article-list-color li {
	list-style-type: none;
  list-style-position: outside;
	counter-increment: list; /* on incrémente le compteur à chaque nouveau li */
	margin: 10px;
  text-indent: -27px;
  margin-left: 30px !important;
}

.article-list-color li > .callout {
	text-indent: 0px;
}

.article-list-color li:before {
	content: counter(list);
  padding: 1px 6px;
  margin-right: 8px;
  background: #56575a;
  border-radius: 50%;
  color: white;
  position: relative;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
}

ol.article-list-color > li > ul > li{
	list-style-type: square;
  list-style-position: outside;
  counter-increment: none;
	margin: 10px;
  text-indent: 0px;
  margin-left: 0px;
}

ol.article-list-color > li > ul > li:before {
		display:none;
}

.gs-list-color{
  margin: 25px 0px 0px 10px !important;
}

.gs-list-color li{
  list-style-type: none;
  list-style-position: outside;
  counter-increment: list;
  padding: 10px 5px !important;
  position: relative;
  border-bottom: 1px solid #dee0e3;
  text-indent: -30px;
  margin-left: 30px !important;
}

.gs-list-color li:last-of-type{
  border-bottom: 0px solid #dee0e3;
}

.gs-list-color li:before {
	content: counter(list); /* on affiche le compteur */
	padding: 1px 7px;
	margin-right: 8px;
	background: #56575a;
	border-radius: 50%;
	color: white;	
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.article-body img {
  height: auto;
  max-width: 100%;
  box-shadow:0px 8px 24px rgba(13,13,18,0.04);
  border:1px solid #dee0e3;
  border-radius:8px;
}

.article-body video{
  /*border:1px solid #dee0e3;*/
  width:100%;
  height:auto;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #dee0e3, 0px 8px 24px rgba(13,13,18,0.04);
}

.article-body video:focus{
  outline-style: none;
}

.small-icon{
 vertical-align: bottom;
 width: 22px !important;
 border:0px !important;
 box-shadow:none !important;
}

.article-body h2{
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0px 0px 0px;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-body h3{
 font-size: 16px;
 font-weight: 500;
 margin: 30px 0px 0px 0px;
 letter-spacing: .07em;
 text-decoration: none;
 text-transform: uppercase;
}

.article-body h3 img{
 border:0px;
 box-shadow: none;
 vertical-align: text-top;
 margin-top:2px;
 margin-right:2px;
 width:18px;
 height:18px;
}

h3.rca {
 font-weight: 500;
 color: #d1c724;
}

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

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

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin:0px 0px 30px 30px ;
  list-style:square;
}

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

.article-body li{
  margin:5px 0px;
}

.article-body a{
 font-weight:500;
 color:rgba(20, 128, 232, 1);
}

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

/*.article-body a:before{
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXTMS0G54E8M4PGT7KZNK") no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  vertical-align: bottom;
  margin:0px 3px;
}

a.link_no_img:before{
  content: "";
  width: 0px;
  height: 0px;
}*/

.article-body code {
  background: #f2f2f2;
  border: 1px solid #dee0e3;
  border-radius: 6px; 
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f2f2f2;
  border: 1px solid #dee0e3;
  border-radius: 6px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

.download_app , .link_app {
  margin:15px 0px;
  background-color:#f6f6f6;
  border-radius:10px;
  padding:5px 10px; 
  max-width: fit-content;
}

.download_app a , .link_app a{
  font-weight:bold;
  color:rgba(61, 62, 64, 1) !important;
}

.download_app:before{
  content:"";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXZJYV0G8NSMG2Q17W999") no-repeat;
  background-size: 100%;
  background-position:center;
  vertical-align:text-bottom;
  width:20px;
  height:20px;
  margin-right:4px;
}

.link_app:before{
  content:"";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXTMS0G54E8M4PGT7KZNK") no-repeat;
  background-size: 100%;
  background-position:center;
  vertical-align: text-top;
  width:20px;
  height:20px;
  margin-right:4px;
}

.article-content {
  line-height: 1.6;
  word-wrap: break-word;
}


.article-content-gs {
  line-height: 1.6;
  word-wrap: break-word;
}

.article-content-gs video {
  border-radius: 15px !important;
}

.article-content-gs .callout-dashed {
  border-radius: 15px !important;
  border-width: 3px;
  margin: 35px 0px;
}

.article-content-gs h2 {
   font-size: 16px;
   font-weight: 600;
   margin: 0px !important;
   padding:10px 10px 0px 10px !important;
   text-transform: uppercase;
   letter-spacing: .0892857143em;
}

.article-content-gs h2:before {
   font-family: "Material Icons";
   font-size: 22px;
   font-weight: 400;
   content: "\eb44";
   vertical-align: sub;
   margin: 0px 8px 0px 0px;
}

.article-content-gs ul {
  padding: 5px 10px 10px 40px;
  margin:0px;
}

.article-content-gs ul li{
  padding: 5px;
}


.article-footer {
  display: flex;
  align-items: center;
  border-top: 1px solid #dee0e3;
  margin: 30px -25px -25px;
  background-color: #F9F9F9;
  border-radius: 0px 0px 4px 4px;
}

.labels{
  margin-left: 26px;
  font-weight:500;
  min-width: fit-content;
}

.labels:before{
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXPV6EV5ZF0GM6Q502HFB") no-repeat;
  width: 21px;
  height:21px;
  background-size: 100%;
  position:relative;
  top:5px;
  margin-right: 2px;
}

.tags {
  padding: 10px;
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
}

.tag {  
display: inline-block;
margin:4px;
}

.tag a{
 display: inline-flex;
 align-items: center;
 border-radius:8px;
 border:2px solid #ca8741;
 color:#ca8741; 
 font-weight:500;
 font-size:14px; 
 padding: 4px 7px;
}

.tag a:hover, tag a:focus {
 text-decoration:none;
 background-color: #ca8741;
 color:#fff; 
}

#alert1, #alert2{
  display:none;
}

.article-vote {
  margin: 5px 0px 0px 0px;
  border:none;
  width:30px;
  height:30px;
  display: inline-block;
}

.article-vote-up {
 background: transparent url("/hc/theming_assets/01HZKYY330KXHE4HFAQMT9SSHW") center no-repeat;
 background-size: 24px;  
}

.article-vote-up:hover {
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXNWW330C8SZHKD36WNMW") center no-repeat;
 background-size: 24px;  
}

.article-vote-up[aria-selected="true"]{
 background: #4e5052 url("/hc/theming_assets/01HZKYXNWW330C8SZHKD36WNMW") center no-repeat;
 background-size: 24px;  
}

.article-vote-up[aria-selected="true"]:hover{
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXNWW330C8SZHKD36WNMW") center no-repeat;
 background-size: 24px;  
}

.article-vote-down {
 background: transparent url("/hc/theming_assets/01HZKYXMC205PVSNJQZ181VCPF") center no-repeat;
 background-size: 24px;  
}

.article-vote-down:hover, .article-vote-down[aria-selected="true"]:hover{
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXVQD0Z66P1M2RN5KKP73") center no-repeat;
 background-size: 24px;  
}

.article-vote-down[aria-selected="true"]{
 background: #4e5052 url("/hc/theming_assets/01HZKYXVQD0Z66P1M2RN5KKP73") center no-repeat;
 background-size: 24px;  
}

.article-subscribe, .article-unsubscribe, .section-subscribe .dropdown-toggle{
  min-width: 65%;
  font-size: 12px;
  line-height: 16px;
}

.slidingDiv {
    height:300px;
    background-color: #99CCFF;
    padding:20px;
    margin-top:10px;
    border-bottom:5px solid #3399FF;
}

.show_hide {
    display:none;
}

.recent-articles h3 {
  font-weight: 500;
  font-size: 17px;
  margin: 0px 0px 15px 0px;
}

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

@media (min-width: 620px) {
  .article-relatives {
    flex-direction: row;
  }
  .article-relatives li{
    width:fit-content;
  }
}

.callout {
 padding:12px;
 margin:20px 0px;
 background-color: #eceeef;
 border-color: rgba(61, 62, 64, 1);
 border-left-width: 6px;
 border-left-style: solid;
 border-radius:6px;
 box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
}


.callout a{
 font-weight:bold;
 color:rgba(61, 62, 64, 1) !important;
}

.callout a:before{
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXTMS0G54E8M4PGT7KZNK") no-repeat;
  width: 22px;
  height: 22px;
  background-size: 100%;
  vertical-align: bottom;
  margin:0px 3px;
} 

.callout-inner {
 background-color: rgba(250, 250, 250, 1);
 border-radius:6px;
 margin-top:15px !important;
 margin-bottom:0px !important;
}

.callout h4 .callout-inner{
  margin:0px 0px 8px 0px;
  font-size:17px;
  font-weight:500;
}

.callout-dashed {
    border-style: dashed;
    border-width: 1px;
}

.callout-translation {
 border: 0px;
 position: relative;
 padding-left:40px;
 font-size:13px;
}

.callout-translation a{
 font-weight:400;
}

.callout-translation a:before{
display:none;
}

 p.callout-translation:before {
 width: 24px;
 height: 24px;
 content: "";
 display: inline-block;
 background: url("/hc/theming_assets/01HZKYXHYJG4EX4K0MXRMJANG8") no-repeat;
 background-size:24px;
 position: absolute;
 top:50%;
 transform: translateY(-50%);
 left:10px;
}

.callout-moderate-orange{
    color: rgba(61, 62, 64, 1);
    background-color:#ebd3b9;
    border-color: #ca8741;
}

.callout-soft-red{
    color: rgba(61, 62, 64, 1);
    background-color:#f7cccc;
    border-color: #e44647;
}

.callout-strong-pink{
    color: rgba(61, 62, 64, 1);
    background-color:#ec98c8;
    border-color: #c62582;
}

.callout-soft-violet{
    color: rgba(61, 62, 64, 1);
    background-color: #e6d3f9;
    border-color: #9b4ce7;
}

.callout-soft-blue{
    color: rgba(61, 62, 64, 1);
    background-color: #e6e8fc;
    border-color: #6573ee;
}

.callout-vivid-blue{
    color: rgba(61, 62, 64, 1);
    background-color: #b7d2f6;
    border-color: #1b70e0;
}

.callout-soft-cyan{
    color: rgba(61, 62, 64, 1);
    background-color:#e7f6f9;
    border-color: #6ec7d9;
}

.callout-lime-green{
    color: rgba(61, 62, 64, 1);
    background-color:#e6f4ec;
    border-color: #98d1b1;
}

.callout-moderate-green{
    color: rgba(61, 62, 64, 1);
    background-color:#cbe5b1;
    border-color: #7fbd40;
}

.callout-strong-yellow{
    color: rgba(61, 62, 64, 1);
    background-color:#e2eeb2;
    border-color: #b2d334;
}

.callout-bright-yellow{
    color: rgba(61, 62, 64, 1);
    background-color:#f2efb5;
    border-color: #dcd232;
}

.callout-pure-yellow{
    background-color:#f4e9c6;
    border-color: #D8AF30;
}

.gs_img{
  border-radius: 10px;
  display: block;
  max-width: 90% !important;
  margin: 0 auto;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.2);
  border: 1px solid #dee0e3;
  max-height: 95vh;
}

.gs_two_blocks_space, .two_blocks_space {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 35px 0px;
}

.two_blocks_space {
  margin:0px;
}

.gs_two_blocks_item, .two_blocks_item {
  flex: 0 0 50%;
  flex-direction: column;
  height:fit-content;
  padding:1%;
}

.two_blocks_item_video{
  text-align:center;
}

.two_blocks_item video {
  max-height:65vh;
  width:auto;
  max-width:100%;
}

.two_blocks_item ol {
  margin:0px;
}

@media (max-width: 1024px) {
  .gs_two_blocks_item, .two_blocks_item {
  flex: 0 0 100%;
  margin:20px 0px;
  padding:1%;
  }
  
  .two_blocks_item {
   margin:0px;
  }  
  
  .two_blocks_item video {
  max-height:70vh;
  }
  
  .gs_two_blocks_item::first-of-type, .two_blocks_item::first-of-type{
    margin:0px;
  }
}

.gs_three_blocks_space {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 35px 0px;
}

.gs_three_blocks_item {
  flex: 0 0 30%;
  flex-direction: column;
  min-height:fit-content;
  margin:0px 1%;
}

.blob-div{
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
}

.blobs-container {
	display: flex;
  cursor: pointer;
  z-index:99999;
}

.blob {
	background: #DCD232;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	margin: 10px;
	height: 20px;
	width: 20px;
	transform: scale(1);
	animation: pulse-black 2s infinite;
}

.blob_info_right{
  background: #f2efb5;
  padding: 6px 6px 6px 10px;
  position: absolute;
  left:40px;
  z-index: 1;
  border-radius: 4px;
  border-left: solid 6px #DCD232;
  display: none;
  width: auto;
  font-size:13px;
  white-space: pre-wrap;
  min-width:200px;
}

.blob_info_left{
  background: #f2efb5;
  padding: 6px 6px 6px 10px;
  position: absolute;
  right:40px;
  z-index: 1;
  border-radius: 4px;
  border-left: solid 6px #DCD232;
  display: none;
  width: auto;
  font-size:13px;
  white-space: pre-wrap;
  min-width:200px;
}

.blob_info_top{
  top:-130%;
}

.blobs-container:hover > .blob_info_left, .blobs-container:hover > .blob_info_right {
  display:block;
} 

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(220, 210, 50, 0.7);
	}
	 
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(220, 210, 50, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(220, 210, 50, 0);
	}
}

.gs_img_carousel{
  border-radius: 10px;
  display: block;
  max-width: 85% !important;
  margin: 0 auto;

  box-shadow: 0px 8px 24px rgba(13,13,18,0.1);
  border:1px solid #dee0e3;
}

.carousel_legend{
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  white-space: normal;
  text-align: center;
}

.gs_img_legend{
  font-size: 14px;
  margin:0 auto;
  margin-top: 20px;
  white-space: normal;
  text-align: center;
  max-width: 90%;
}

.carousel_legend img{
  max-height:18px;
}

.gs-title{
  margin: 80px 0px 40px 0px;
  font-size: 24px;
  padding-top: 30px;
  font-weight: 400;
  text-align: center;
  border-top: 1px solid #dee0e3;
}

@media (max-width: 1024px) {
.gs-title{
    margin: 40px 0px 20px 0px;
  }
}

.gs-title:after {
 background: rgba(20, 128, 232, 1);
 content: "";
 border-radius: 2px;
 display: block;
 width: 25%;
 height: 2px;
 margin: 0 auto;
 margin-top: 7px;
}

.gs-title2{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom:-10px;
}

.gs_button_container{
 text-align: right;
}

.key_takeaways{
  margin:70px 0px 35px 0px;
}

.key_takeaways ul{
  margin: 0px 0px 0px 20px;
}

.key_takeaways li{
  margin: 3px 0px;
}

.key_takeaways h3{
 font-size: 18px;
 font-weight: 600;
 margin: 0px 0px 10px 0px;
 text-transform: none;
 letter-spacing:0px;
}   

.key_takeaways h3:before{
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYXR0DY5AAQ5ZJ5D611QGV") center no-repeat;
  background-size: 25px;
  vertical-align:bottom;
  margin-right:3px;
} 

.gs_blocks_list{
 display: flex;
 justify-content:center;
 flex-wrap: wrap;
 list-style: none !important;
 padding: 0;
 margin: 40px 0px 30px 0px !important;
}

.gs_blocks_item{
  flex: 0 0 23%;
  margin: 0.75% !important;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.1);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
  border-radius:10px;
  min-height:140px;
  border:1px solid #dee0e3;
  padding: 5px 5px 10px 5px;
  position: relative;
}

.gs_blocks_item:hover {
  transform: translateY(-5px);
  transition: box-shadow 0.20s ease-in 0s, background-color 0.20s ease-in 0s, transform 0.20s ease-in 0s;
}

.gs_blocks_item img{
  width:70px !important;
  border: 0px;
  box-shadow:none;
}

.gs_blocks_item a{
  color: rgba(61, 62, 64, 1) !important;
  text-align: center;
}

.gs_blocks_item a::before{
  display:none;
}

.gs_road{
  text-align:center;
  margin-bottom:-5px;
}

.gs_road img{
  width:75%;
  border:0px;
  box-shadow:none;
}

@media (max-width: 1024px) {
  .gs_road img{
  width:95%;
  }
}
  

/* tab menu FAQ*/

ul.my-tabs-faq{
  list-style-type: none;
  width: 100%;
}

.my-tabs-faq > li {
	float: left;
	cursor: pointer;
  background-color:transparent;
  border:1px solid transparent;
}

.my-tabs-faq > li.active {
 background-color:white;
}

.my-tabs-faq > li.active:after {
    width: 0;
    height: 0;
    border-top: 25px inset transparent;
    border-bottom: 25px inset transparent;
    border-left: 25px solid white;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.my-sections-faq {
	display: none;
}

.my-sections-faq.show{
  display: block;
}

.my-sections, .my-sections2, .my-sections3, .my-sections4, .my-sections5, .my-sections6 {
	display: none;
}

.my-sections.show, .my-sections2.show, .my-sections3.show, .my-sections4.show, .my-sections5.show, .my-sections6.show {
  display: block;
}

/* tab menu */
ul.my-tabs, ul.my-tabs2, ul.my-tabs3, ul.my-tabs4, ul.my-tabs5, ul.my-tabs6{
  list-style-type: none;
   margin: 20px 0px 20px 0px;
   border-bottom:1px solid #dee0e3;
   overflow: hidden;
   width: 100%;
}

ul.my-tabs-alternative {
 list-style-type: none;
 margin: 0px;
 border: 1px solid #dee0e3;
 border-radius: 8px;
 overflow: hidden;
 width: fit-content;
}

.my-tabs > li, .my-tabs2 > li, .my-tabs3 > li, .my-tabs4 > li, .my-tabs5 > li, .my-tabs6 > li {
	float: left;
	cursor: pointer;
  margin:0px;
}

.my-tabs-production-note > li {
  border:1px solid rgba(61, 62, 64, 1);
  border-radius:4px;
  margin-right:6px;
  margin-bottom:6px;
}

.my-tabs-production-note > li:last-of-type {
  margin-right:0px;
}

.my-tabs > li a, .my-tabs2 > li a, .my-tabs3 > li a, .my-tabs4 > li a, .my-tabs5 > li a, .my-tabs6 > li a{
	padding:15px 15px 10px 15px;
}

.my-tabs-production-note > li a {
  padding:2px 6px;
}

.clientLink:before{
  display:none !important;
}

.my-tabs-production-note > li a:before {
    content: "";
    display: inline-block !important;
    background: url("/hc/theming_assets/01HZKYXQTY1GAFQ7YM65G2SSQX") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-top:0px;
    margin-right:3px;
    margin-bottom:1px;
  	margin-left:0px;
    vertical-align: middle;
}

.accordion-title a:before{
  display:none;
}

.accordion-content-show{
  display: block !important;
}

/* elements in the menu */
.my-tabs > li a, .my-tabs > li a:visited, .my-tabs2 > li a, .my-tabs2 > li a:visited, .my-tabs3 > li a, .my-tabs3 > li a:visited, .my-tabs4 > li a, .my-tabs4 > li a:visited, .my-tabs5 > li a, .my-tabs5 > li a:visited, .my-tabs6 > li a, .my-tabs6 > li a:visited {
    display: block;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    color: rgba(61, 62, 64, 1);
}

.my-tabs-alternative > li a {
  padding:3px 6px;
  font-size:12px;
}

.my-tabs-production-note > li a, .my-tabs-production-note > li a:visited {
  font-weight: 300;
  font-size: 13px;
}

.my-tabs > li.active, .my-tabs2 > li.active, .my-tabs3 > li.active, .my-tabs4 > li.active, .my-tabs5 > li.active, .my-tabs6 > li.active {
  border-bottom: 3px solid rgba(20, 128, 232, 1);
}

.my-tabs-production-note > li.active, .my-tabs-production-note > li:hover {
  background-color: rgba(61, 62, 64, 1);
  border: 1px solid rgba(61, 62, 64, 1);
}

.my-tabs > li.active a, .my-tabs2 > li.active a, .my-tabs3 > li.active a, .my-tabs4 > li.active a, .my-tabs5 > li.active a, .my-tabs6 > li.active a {
	color: rgba(20, 128, 232, 1);
}

.my-tabs-alternative > li.active {
  border-bottom:0px;
}

.my-tabs-alternative > li.active a {
  background-color: rgba(20, 128, 232, 1);
  color: #fff;
}

.my-tabs-production-note > li.active a, .my-tabs-production-note > li:hover a {
  color: #ffffff !important;
}

.my-tabs-production-note > li:hover a:before {
    content: "";
    display: inline-block !important;
    background: url("/hc/theming_assets/01HZKYXRN9JB78DA1TH1Q41FH7") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-top:0px;
    margin-right:3px;
    margin-bottom:2px;
  	margin-left:0px;
    vertical-align: middle;
}

.my-tabs-production-note > li.active a:before {
    content: "";
    display: inline-block !important;
    background: url("/hc/theming_assets/01HZKYXZDCSY2H8NFCQHQ8JTS0") no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    margin-top:0px;
    margin-right:3px;
    margin-bottom:2px;
  	margin-left:0px;
    vertical-align: middle;
}

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

.attachment-item {
  margin-top:10px;
}

.attachment-item a{
 color:rgba(61, 62, 64, 1);
}

.attachment-item a:hover{
 color:rgba(61, 62, 64, 1);
 text-decoration:none; 
}


.attachments .attachment-item {
  padding:3px; 
  padding-left: 45px;
  position: relative;
  margin-bottom:8px;
  background-color: #F9F9F9; 
  border-radius:6px;
  border: 1px solid #dee0e3;
}

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

.attachments .attachment-item::before {
  line-height:17px;
  border-radius:50%;
  padding:3px;
  content: url("/hc/theming_assets/01HZKYXMQYNS0GMHE525CB24PR");
  left: 5px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

[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: #6f7174;
}

/***** Social share links *****/
.share{
  width:100%;
  height:30px;
}

.article-share{
  margin:0px;
  position: relative;
  border:none;
  width:35px;
  height:35px;
  display: inline-block;
}

.share_linkedin{
 background: transparent url("/hc/theming_assets/01HZKYXKNN1JZHR16JZ8958Z4V") center no-repeat;
 background-size: 28px;  
}

.share_linkedin:hover {
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXKNN1JZHR16JZ8958Z4V") center no-repeat;
 background-size: 28px;  
}

.share_twitter{
 background: transparent url("/hc/theming_assets/01HZKYY0P0AK8RVR061EFZZK93") center no-repeat;
 background-size: 28px;  
}

.share_twitter:hover {
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYY0P0AK8RVR061EFZZK93") center no-repeat;
 background-size: 28px;  
}

.share_facebook{
 background: transparent url("/hc/theming_assets/01HZKYXJCFCQAHZ29CH9RB3F9C") center no-repeat;
 background-size: 28px;  
}

.share_facebook:hover {
 background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXJCFCQAHZ29CH9RB3F9C") center no-repeat;
 background-size: 28px;  
}

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

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

.comment-overview {
  margin-bottom: 15px;
}

.comment-overview .dropdown-toggle::after{
  text-shadow:none;
}

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

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

.comment-callout a {
  color: rgba(20, 128, 232, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-meta a {
  color:rgba(61, 62, 64, 1);
}

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

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

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

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

.comment-ccs {
  display: none;
}

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

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

.comment-attachments a {
  color: rgba(20, 128, 232, 1);
}

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

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

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

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

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

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

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

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

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

.comment-body blockquote {
  border-left: 1px solid #dee0e3;
  color: #6f7174;
  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: #6f7174;
  display: block;
  margin: 3px 0;
}

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

.vote-up::before {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  border-radius:50%;
  background: rgba(249, 249, 249, 1) url("/hc/theming_assets/01HZKYY2HMG60J0482FNDGW0ND") center no-repeat;
  background-size: 18px;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
}

.vote-up:hover::before {
  content: "";
  display: inline-block;
  background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXGTXRBMZVX73MTBDX2GD") center no-repeat;
  background-size: 18px;
}

.vote-up.vote-voted::before {
  content: "";
  display: inline-block;
  background: #56575a url("/hc/theming_assets/01HZKYXGTXRBMZVX73MTBDX2GD") center no-repeat;
  background-size: 18px;
}

.vote-down::before {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  border-radius:50%;
  background: rgba(249, 249, 249, 1) url("/hc/theming_assets/01HZKYXM71GRBA0BD23R9VG3RW") center no-repeat;
  background-size: 18px;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
}

.vote-down:hover::before {
  content: "";
  display: inline-block;
  background: rgba(61, 62, 64, 1) url("/hc/theming_assets/01HZKYXW5YEHFK2AJYQPMTDG5G") center no-repeat;
  background-size: 18px;
}

.vote-down.vote-voted::before {
  content: "";
  display: inline-block;
  background: #56575a url("/hc/theming_assets/01HZKYXW5YEHFK2AJYQPMTDG5G") center no-repeat;
  background-size: 18px;
}

.vote-voted:hover::before{
  background-color: rgba(61, 62, 64, 1);
  background-size: 18px;
}

/***** 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: 7px 0;
  background-color:#F9F9F9;
  border-radius:50%;
}

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

.actions .dropdown-toggle::before {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  border-radius:50%;
  background: rgba(249, 249, 249, 1) url("/hc/theming_assets/01HZKYY37CEYZWMZQD6KPGA3R6") center no-repeat;
  background-size: 18px;
  box-shadow: 0px 8px 24px rgba(13,13,18,0.04);
}

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

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

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

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

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

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

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

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

.topics-item{
 opacity: 1; 
}

#topic_12220825686418 {
  border: 1px solid #dee0e3;
  border-radius:10px;
  padding:15px;
}

#topic_12220825686418 p:before{
    content: "";
    display: block;
    background: url("/hc/theming_assets/01HZKYY4J3BHQGWSYZTCFGP8V7") no-repeat;
    width: 100%;
    height: 70px;
    background-position: center;
    background-size: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

.community-follow [role="button"]:hover {
  background-color: rgba(20, 128, 232, 1);
}

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

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

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

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

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

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

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid rgba(20, 128, 232, 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 #dee0e3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

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

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

.striped-list-title {
  color: rgba(20, 128, 232, 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: #0c4c8a;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(61, 62, 64, 1);
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 6px;
  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(20, 128, 232, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

.post-body code {
  background: #f2f2f2;
  border: 1px solid #dee0e3;
  border-radius: 6px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f2f2f2;
  border: 1px solid #dee0e3;
  border-radius: 6px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.collapsible-nav-list li {
  color: rgba(61, 62, 64, 1);
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: rgba(61, 62, 64, 1);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 3px solid #dee0e3;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.filters-in-section{
  margin-top:20px;
}

.collapsible-sidebar-title {
  margin:15px 0px 10px 0px;
  font-weight: 500;
}

.sidenav-item:first-ot-type{
  color:red;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(20, 128, 232, 1);
  color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.subscriptions-table {
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

.no-activities {
  color: #6f7174;
}

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

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

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

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

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

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

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

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

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

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

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

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

.request-main .comment-show-container {
  border-radius: 6px;
  border: 1px solid #dee0e3;
  color: #6f7174;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

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

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

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

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

.request-title {
  width: 100%;
}

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

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

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

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

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

.request-details {
  border-bottom: 1px solid #dee0e3;
  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: #6f7174;
  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 *****/
.article-center-item .pagination {
  margin: 0px;
}

.pagination {
  margin: 35px 0px 60px 0px;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

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

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

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

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

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: rgba(61, 62, 64, 1);
  text-decoration: none;
}

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

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: rgba(20, 128, 232, 1);
}

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

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

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

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

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

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

.meta-group * {
  display: inline;
}

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

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

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

.icon-lock::before {
  content:"";
  display:inline-block;
  background: url("/hc/theming_assets/01HZKYY1DRHY9EJKPH4WFPSX17")  no-repeat;
  width:22px;
  height:22px;
  background-size:100%;
  margin-bottom:5px;
}

.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-search::before {
  content: "\1F50D";
}

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

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

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

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

.icon-menu::before {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size:14px;
  font-weight:400;
  vertical-align:baseline;
  content: "Menu";
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

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

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

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

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

.profile-stats .stat-label {
  color: #6f7174;
  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 #dee0e3;
  margin-top: 15px;
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

.profile-section {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

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

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

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #dee0e3;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #dee0e3;
  }
}

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

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

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(250, 250, 250, 1);
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

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

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

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

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

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

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

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

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

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

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  padding: 0;
}

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

.search-results-sidebar .sidenav-item[aria-selected="true"] {
  color: rgba(20, 128, 232, 1);
  text-decoration: none;
  font-weight: bold;
}

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

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

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

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

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

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: rgba(61, 62, 64, 1);
}

.search-results-sidebar .sidenav-item[aria-selected="true"] .doc-count {
  color: rgba(20, 128, 232, 1);
  text-decoration: none;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

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

.search-result-list-item a{
  color:rgba(61, 62, 64, 1);
}

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

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

.search-result-votes, .search-result-meta-count {
  color: #6f7174;
  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(20, 128, 232, 1);
}

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

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

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

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

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

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

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

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

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

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

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

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/*MW-Notificaiton Banner CSS */
/* Common, default styles for the notification box */
/* change the background color by editing "background"  */
/* change the text color by editing "color"  */

.alertbox1, .alertbox2 {
  background-color: #58a6f1
}

.ns-box.ns-show {
	pointer-events: auto;
}

.ns-box a {
	color: white;
	font-weight: 500;
  margin: 0 auto;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
}

.ns-close1, .ns-close2 {
 width: 30px;
 height: 30px;
 position: relative;
}

.ns-close1:hover, .ns-close2:hover,
.ns-close1:focus, .ns-close2:focus {
	outline: none;
  cursor:pointer;
}

.ns-close1::before, .ns-close2::before, 
.ns-close1::after, .ns-close2::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
}

.ns-close1:hover::before, .ns-close2:hover::before, .ns-close1:hover::after, .ns-close2:hover::after {
	background: #fff;
}

.ns-close1::before, .ns-close2::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
  background: #fff;
}

.ns-close1::after, .ns-close2::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
  background: #fff;
}

.ns-box-inner {
  text-align:center;
  height:55px;
}

.ns-box-inner p{
  position: relative;

  margin: 0 auto;
}

.ns-box-inner a{
  vertical-align: middle;
}

.ns-box-inner a:before { 
  content: "";
  display: inline-block;
  background: url("/hc/theming_assets/01HZKYY0H7FJ5KD9QKD2Q24VJN") no-repeat;
  width:25px;
  height:25px;
  background-size: 100%;
  margin-right:5px;
  vertical-align: bottom;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0px 10px;
	font-size: 15px;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

/* Close Menu animation */
@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Fixed Button */

#overlayBackground{
    display:none;
    background-color: rgba(0,0,0,0.5);
    color: #444444;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 320px;
    position: fixed;
    z-index: 10000000000;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 780px;
}


.main_button {
   position:fixed;
   z-index:10;
   right:0px;
   cursor:pointer;
   width:55px;
   height:55px;
   background-size:30px;
   opacity:0.85;
   /*text-indent:-9999px;*/
   border-radius:50%;
   margin-right:5px;
   box-shadow: 0px 8px 24px rgba(13,13,18,0.2);
}

.main_button:hover {
   opacity:1;
   filter:"alpha(opacity=100)";
   -ms-filter:"alpha(opacity=100)";
}

.main_button_feedback{
  bottom:10px;
  background: rgba(20, 128, 232, 1) url("/hc/theming_assets/01HZKYXTG14HETQ8SCRXAMN2YF") no-repeat center;
  background-size:50%
}

.main_button_language{
  bottom:70px;
  background: rgba(20, 128, 232, 1) url("/hc/theming_assets/01HZKYXRXKEFZ3KC0W8R3Q2PJF") no-repeat center;
  background-size:55%
}

.main_button_scroll{
  display:none;
  bottom:130px;  
  background: rgba(20, 128, 232, 1) url("/hc/theming_assets/01HZKYXWEVHQA6NY2QR3QM123H") no-repeat center;
  background-size:50%
}

.feedback_close, .language_close, .finish_guide_close{
    position: absolute;
    top: 0;
    right: 0;
    margin:2px;
    cursor:pointer;
    background: url("/hc/theming_assets/01HZKYXNK72KVYW4W35TFA3VPK") no-repeat center;
    background-size:23px;
    width:30px;
    height:30px;
}

#leave_feedback_form, #language_choice {
  position:fixed;
  right:0;
  bottom:0;
  margin:0px 75px 15px 10px;
  height:auto;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-top: 1px;
  min-width: 170px;
  max-width:360px;
  padding: 20px;
  text-align: left;
  z-index: 10000000000;
}

#finish_guide{
  max-width:100%;
  width: 450px;
  height: 450px;
  position: fixed;
  top: calc(50% - 225px);
  left: calc(50% - 225px);
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  z-index: 10000000000;
  text-align:center;
  padding:30px;
}

#leave_feedback_form h2, #language_choice h2 {
    font-size: 20px;
    text-align: center;
    padding:0px 10px;
    margin-bottom:30px;
}

#finish_guide h2{
  font-size: 20px;
  text-align: center;
  margin: 20px 0px;
  padding: 0px;
  border: 0px;
}

.hidden{
  display:none;
}

#nps_form{
  text-align:center;
}

input[type=radio] {
 width:1px;
 opacity:0;
}

label {
  /*display:inline-block;*/
  width:8%;
  height:auto;
  vertical-align:middle;
  text-align:center;
  font-size:16px;
}

input[type=radio]:checked + label { 
  background-color: #4e5052;
  color:white;
}

input[type=radio]:hover + label { 
  background-color: rgba(61, 62, 64, 1);
  color:white;
}

@media (min-width: 620px) {
label {
  width:26px;
  height:26px;
}
}

#nps_description_low{
  padding: 9px 10px;
  text-align: left;
  min-width: 45%;
  float: left;
  font-size:12px;
  color: #56575a;
}

#nps_description_high{
  padding: 9px 10px;
  min-width: 45%;
  float: right;
  text-align: right;
  font-size:12px;
  color: #626467;
}

#nps_more_details{
  font-size:14px;
  text-align: left !important;
  padding:60px 0px 10px 0px;
}

#nps_more_details em{
  font-size:12px;
}

#nps_form_comment {
  min-width: 100%;
  padding: 10px;
  border: 1px solid #dee0e3;
  border-radius: 6px;
}

/* Accordeons Menu */

.accordion {
  padding-top: 0;
  border:1px solid #dee0e3;
  border-radius: 6px;
  margin:30px 0px;
  /*box-shadow: 0px 8px 24px rgba(13,13,18,0.04);*/
  background-color: white;
}

#get_article_faq_user, #get_article_faq_admin, #get_article_faq_feature, #get_article_faq_phone {
 margin:-0px;
 padding:0px;
 box-shadow: none;
}

#get_article_faq_user > .accordion__item, #get_article_faq_admin > .accordion__item, #get_article_faq_feature > .accordion__item, #get_article_faq_phone > .accordion__item {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
 
}

#get_article_faq_user.show > .accordion__item, #get_article_faq_admin.show > .accordion__item, #get_article_faq_feature.show > .accordion__item,  #get_article_faq_phone.show > .accordion__item {
  opacity: 1;
}

#get_article_faq_user > .accordion__item > .accordion__item-content p, #get_article_faq_admin > .accordion__item > .accordion__item-content p, #get_article_faq_feature > .accordion__item > .accordion__item-content p, #get_article_faq_phone > .accordion__item > .accordion__item-content p {
  width:100%;
  text-align:left;
  font-size: 15px;
  margin:0px;
}

#get_article_faq_user > .accordion__item > .accordion__item-title, #get_article_faq_admin > .accordion__item > .accordion__item-title, #get_article_faq_feature > .accordion__item > .accordion__item-title, #get_article_faq_phone > .accordion__item > .accordion__item-title {
 font-weight:500;
 padding: 20px 52px 20px 20px;
}

#get_article_faq_user > .accordion__item > .accordion__item-title--active, #get_article_faq_admin > .accordion__item > .accordion__item-title--active, #get_article_faq_feature > .accordion__item > .accordion__item-title--active, #get_article_faq_phone > .accordion__item > .accordion__item-title--active {
  color:rgba(20, 128, 232, 1);
  background-color: white;
  border-bottom: 0px;
}

#get_article_faq_user > .accordion__item > .accordion__item-content, #get_article_faq_admin > .accordion__item > .accordion__item-content, #get_article_faq_feature > .accordion__item > .accordion__item-content, #get_article_faq_phone > .accordion__item > .accordion__item-content {
 padding: 0px 20px 35px 20px;
}

.accordion:first-child {
  border-top:0px;
}

.accordion-title{
  font-weight: 400;
  padding: 17px 52px 17px 15px;
  border-radius: 6px;
  background-color: #F9F9F9;
  position: relative;
}

.accordion-title img {
  margin-right: 5px;
  user-select: none;
}

.accordion__item ul {
  margin:0px !important;
  padding:25px !important;
  list-style-type: disc !important;
}

.accordion__item ul li {
  margin: 20px 0px 20px 20px !important;
}

.accordion__item ul li ul li {
  margin: 5px 0px 5px 20px!important;
  list-style: square;
}

.accordion__item ul li:first-of-type {
  margin: 0px 0px 20px 20px !important;
}

.accordion__item ul li ul li:first-of-type {
  margin: 5px 0px 5px 20px!important;
  list-style: square;
}


.accordion__item-title {
  position: relative;
  padding: 15px 52px 15px 20px;
  cursor: pointer;
  border-top: 1px solid #dee0e3;
}

.accordion__item-title_warning {
  position: relative;
  padding: 20px;
  cursor: pointer;
  border-top: 1px solid #dee0e3;
  cursor: auto;
}

.accordion__item-title_warning > .callout{
  margin:0px;
  padding:15px;
}

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
  padding: 25px;
}

.accordion__item-content a {
  font-weight:500;
}

.accordion__item-content ul{
  padding: 0px !important;
}

.accordion__item-content ul:last-of-type, .accordion__item-content li > ul{
  border-bottom: 0px;
}

.accordion--default .accordion__item-title:before {
    top: 50%;
    right: 22px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-bottom: 1px solid rgba(61, 62, 64, 1);
    border-left: 1px solid rgba(61, 62, 64, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
.accordion--default .accordion__item-title--active {
    /*background-color: #F9F9F9;*/
    border-bottom:1px solid #dee0e3;
  }
.accordion--default .accordion__item-title--active:before {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
    }
.accordion--colored .accordion__item-title {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
.accordion--colored .accordion__item-title:before,
    .accordion--colored .accordion__item-title:after {
      top: 50%;
    }
.accordion--colored .accordion__item-title:before {
      right: 20px;
      width: 10px;
      height: 2px;
      margin-top: -1px;
      background-color:rgba(61, 62, 64, 1);
    }
.accordion--colored .accordion__item-title:after {
      position: absolute;
      right: 24px;
      width: 2px;
      height: 10px;
      margin-top: -5px;
      content: "";
      background-color:rgba(61, 62, 64, 1);
    }
.accordion--colored .accordion__item-title--active {
      color: #fff;
      background-color: #6f7174;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }
.accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }
.accordion--colored .accordion__item-title--active:after {
        display: none;
      }



/* on génère un élément :after lors du survol et du focus :*/

.infobulle:hover::after,
.infobulle:focus::after {
    color: white;
    text-align: center;
    background: rgba(61, 62, 64, 1);
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    font-size: 15px;
    content: attr(aria-label);
    position: absolute;
    padding: 5px 10px;
    top: -30px;
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    z-index: 10;
}

.infobulle img{
   width: 18px;
   vertical-align: text-top;
   margin-right: 2px;
}

.sidenav {
  position: relative;
  overflow: hidden;
}

.sidenav ul,
.sidenav li {
  display: block;
  width: 100%;
}

.sidenav ul,
.sidenav li:last-of-type{
  padding-bottom:0px;
  border-bottom:0px;
}

.sidenav a {
  text-decoration: none;
}

.sidenav span,
.sidenav a {
  display: block;
  padding: 6px 0;
  cursor: pointer;
}

.sidenav_slide .sidenav__categories-list,
.sidenav_slide .sidenav__sections-list,
.sidenav_slide .sidenav__articles-list {
  position: absolute;
  top: 0;
  width: 100%;
  transition-timing-function: ease-out;
}

.sidenav_slide > .sidenav__categories-list {
  left: 0;
}

.sidenav_slide > .sidenav__categories-list .sidenav__sections-list,
.sidenav_slide > .sidenav__categories-list .sidenav__articles-list {
  left: 100%;

  visibility: hidden;
}

.sidenav_slide > .sidenav__categories-list .sidenav__sections-list.is-active,
.sidenav_slide > .sidenav__categories-list .sidenav__articles-list.is-active {
  visibility: visible;
}

.sidenav_slide > .sidenav__sections-list {
  left: 0;
}

.sidenav_slide > .sidenav__sections-list .sidenav__articles-list {
  left: 100%;
  visibility: hidden;
}

.sidenav_slide > .sidenav__sections-list .sidenav__articles-list.is-active {
  visibility: visible;
}

.sidenav_slide > .sidenav__articles-list {
  left: 0;
}

.sidenav_slide.sidenav_categories-is-active .sidenav__categories-list,
.sidenav_slide.sidenav_categories-is-active .sidenav__sections-list,
.sidenav_slide.sidenav_categories-is-active .sidenav__articles-list {
  transform: translateX(0%);
}

.sidenav_slide.sidenav_sections-is-active .sidenav__categories-list {
  transform: translateX(-100%);
}

.sidenav_slide.sidenav_sections-is-active .sidenav__sections-list,
.sidenav_slide.sidenav_sections-is-active .sidenav__articles-list {
  transform: translateX(0%);
}

.sidenav_slide.sidenav_articles-is-active .sidenav__categories-list,
.sidenav_slide.sidenav_articles-is-active .sidenav__sections-list,
.sidenav_slide.sidenav_articles-is-active .sidenav__articles-list {
  transform: translateX(-100%);
}

.sidenav_slide.sidenav_articles-is-active .sidenav__articles-list.is-visible {
  transform: translateX(0%);
}

.sidenav_slide.sidenav_articles-is-active
  .sidenav__articles-list.is-visible
  .sidenav__articles-list {
  transform: translateX(100%);
}

.sidenav_slide .sidenav__back {
  font-weight: bold;
}

.sidenav_slide.sidenav_init
  .sidenav__category.is-active
  > .sidenav__sections-list,
.sidenav_slide.sidenav_init
  .sidenav__section.is-active
  > .sidenav__articles-list {
  visibility: visible;
}

.sidenav_accordion > .sidenav__categories-list .sidenav__sections-list,
.sidenav_accordion > .sidenav__categories-list .sidenav__articles-list,
.sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  display: none;
  padding-left: 16px;
  
}

.sidenav_accordion .sidenav__category.is-active > .sidenav__sections-list {
  display: block;
}

.sidenav_accordion
  .sidenav__category.is-active
  > span.sidenav__category-name:after {
  transform: translateY(-50%) rotate(90deg);
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__articles-list {
  display: block;
}

.sidenav_accordion
  .sidenav__section.is-active
  > span.sidenav__section-name:after {
  transform: translateY(-50%) rotate(90deg);
}

.sidenav__category.is-active > a,
.sidenav__category.is-active > span,
.sidenav__section.is-active > a,
.sidenav__section.is-active > span,
.sidenav__article.is-active > a,
.sidenav__article.is-active > span {
  font-weight: bold;
}

.sidenav__article.is-active > a,
.sidenav__article.is-active > span {
  font-weight: bold;
  color:rgba(20, 128, 232, 1);
}

span.sidenav__category-name,
span.sidenav__section-name {
  position: relative;
  display: block;
  padding-right: 20px;
}

span.sidenav__category-name:after,
span.sidenav__section-name:after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "\f105";
}

span.sidenav__category-name:after,
span.sidenav__section-name:after,
.sidenav a:before,
.sidenav span:before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.sidenav a:before,
.sidenav span:before {
  margin-right: 10px;
  font-size: 1em;
  vertical-align: baseline;
}

.sidenav__back span:before {
  content: "\f060";
}

.sidenav__home{
  display:none !important;
}

.sidenav__category[data-sidenav-category-id="115000512204"], .sidenav__category[data-sidenav-category-id="200701684"], .sidenav__category[data-sidenav-category-id="360000033164"], .sidenav__category[data-sidenav-category-id="360002371340"], .sidenav__category[data-sidenav-category-id="360002371480"], .sidenav__section[data-sidenav-section-id="360004414260"]{
  display:none !important;
}

.sidenav__home a:before {
  content: "\f015";
}

/* Mobile */
.sidenav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;

  width: 85%;
  max-width: 300px;
  height: 100%;
  overflow-y: auto;

  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  transform: translateX(-100%);
}

.sidenav-mobile.is-active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: translateX(0);

  transition: all 0.3s;
}

.sidenav-mobile .sidenav span,
.sidenav-mobile .sidenav a {
  padding-right: 10px;
  padding-left: 10px;
}

.sidenav-mobile span.sidenav__category-name:after,
.sidenav-mobile span.sidenav__section-name:after {
  right: 10px;
}

.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background: #000;
  visibility: hidden;
  opacity: 0;
}

.sidenav-overlay.is-active {
  visibility: visible;
  opacity: 0.1;
  transition: all 0.3s;
}

.ccare:after, .plm:after, .moderator:after, .ambassador:after, .cpaas:after {
content: "Customer Care Team";
background-color: rgba(61, 62, 64, 1);
border-radius: 6px;
color: #FFFFFF;
vertical-align:10%;
margin-left: 10px;
padding: 2px 5px;
font-size: 10px;
}

.plm:after {
content: "Product Team";
}

.moderator:after {
content: "Community Moderator";
}

.ambassador:after {
content: "Ambassador";
}

.cpaas:after{
  content: "API Team";  
}

/* GS Carrousel */
.csslider {
  display: inline-block;
  text-align: left;
  position: relative;
  max-width:100%;
}

.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}
  
.csslider > ul {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.csslider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.7s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.7s ease-out;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.7s cubic-bezier(0.4, 1.3, 0.65, 1);
}

.csslider > .navigation {
  position: absolute;
  left: 50%;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top:5px;
}

.csslider > .navigation > div {
  margin-left: -100%;
}

.csslider > .navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #95979a;
  width:10px;
  height:10px;
}

.csslider > .navigation label:hover:after {
  opacity: 1;
}

.csslider > .navigation label:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: rgba(20, 128, 232, 1);
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}

.csslider > .arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider.inside .navigation label {
  border: 1px solid #7e7e7e;
}
.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5):after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6):after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7):after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8):after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9):after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10):after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11):after {
  opacity: 1;
}
.csslider > .arrows {
  position: absolute;
  left: -31px;
  top: 45%;
  width: 100%;
  height:1px;
  padding: 0 31px;
  z-index: 100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  cursor: pointer;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  background: url("/hc/theming_assets/01HZKYXRD7WDXK1YG3BG0HFDF9");
  background-size:40px; 
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  padding: 2.5rem;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last:hover,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0):hover,
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1):hover,
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2):hover,
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3):hover,
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4):hover,
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5):hover,
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6):hover,
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7):hover,
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8):hover,
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9):hover,
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10):hover{
  background-size:50px; 
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
  display: block;
  right: 0;
  padding: 2.5rem;
  background: url("/hc/theming_assets/01HZKYXQPQ9KEH0M5EK473PEPF");
  background-size:40px; 
  background-repeat: no-repeat;
  background-position: center;
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first:hover,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2):hover,
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3):hover,
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4):hover,
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5):hover,
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6):hover,
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7):hover,
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8):hover,
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9):hover,
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10):hover,
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11):hover,
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12):hover {
  background-size:50px;
}

/* Media Center */
.hero-video{
  /*background-color:#e9e9e9;*/
  background-color:#fff;
}
.hero-inner-video{
  max-width: 1200px;
  margin: 15px 0px;
}

.video-header-img, .community-header-img, .news-header-img{
  display:inline-block;
  width:110px;
  height:110px;
  vertical-align: bottom;
}

#camera{
 background: url("/hc/theming_assets/01HZKYXKBZYYH9Q6K29QXMJ0BG");
 background-size: 95px;
 background-repeat: no-repeat;
 background-position: center;
}

#community{
 background: url("/hc/theming_assets/01HZKYY1Z2NWJVQ8XRSXNYZK9V");
 background-size: 95px;
 background-repeat: no-repeat;
 background-position: center;
}

#whats_new{
 background: url("/hc/theming_assets/01HZKYXJN86HEEB0S5A9GKPXQQ");
 background-size: 110px;
 background-repeat: no-repeat;
 background-position: center;
}

.video-header-text, .community-header-text{
  width: 70%;
  padding-left: 15px;
  display: inline-block;
}

.video-header-text p, .community-header-text p{
margin: 5px 0px 15px 0px;
}

.video-header-text h3, .community-header-text h3{
margin: 0px;
}

/* First make sure the video thumbnail images are responsive. */

  img {
    max-width: 100%;
    height: auto;
  }
  
  /* 
  This is the starting grid for each video with thumbnails 4 across for the largest screen size.
  It's important to use percentages or there may be gaps on the right side of the page. 
  */
	.video-gallery{
  	display: flex;
  	flex-wrap: wrap;
    margin-top:30px;
	}
	
  .video {
    border-radius:6px;
    background: #fff;
    border: 1px solid #dee0e3;
    box-shadow: 0px 4px 12px rgba(13,13,18,0.04);
    flex:0 0 23%; /* Thumbnails 4 across */
    margin: 1%;
    float: left;
    text-align:center;
    font-size:12px;
  }

   /* 
   These keep the height of each video thumbnail consistent between YouTube and Vimeo.
   Each can have thumbnail sizes that vary by 1px and are likely break your layout. 
   */

  .video figure {
    height: 0;
    margin:0px;
    padding-bottom: 56.25%;
    border-radius:6px 6px 0px 0px;
    overflow: hidden;
}
    .video figure a {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      line-height: 0;
  }

.video figure a:visited img {
	border:10px solid black;
}

  /* Media Queries - This is the responsive grid. */

  @media (max-width: 1024px) {
    .video {
      flex:0 0 31.333%; /* Thumbnails 3 across */
    }
  }

  @media (max-width: 600px) {
    .video {
      flex:0 0 48%; /* Thumbnails 2 across */
    }
  }

  @media (max-width: 360px) {
    .video {
      display: block;
      flex:0 0 96%; /* Single column view. */
      margin: 2%; /* The smaller the screen, the smaller the percentage actually is. */
      float: none;
    }
  }

  /* These are my preferred rollover styles. */

  .video img {
    width: 100%;
    -webkit-transition: all 0.25s linear; /* Safari et Chrome */
    -moz-transition: all 0.25s linear; /* Firefox */
    -ms-transition: all 0.25s linear; /* Internet Explorer 9 */
    -o-transition: all 0.25s linear; /* Opera */
    transition: all 0.25s linear;
}


  .video img:hover, .video img:active, .video img:focus {
    -webkit-transform:scale(1.08); /* Safari et Chrome */
    -moz-transform:scale(1.08); /* Firefox */
    -ms-transform:scale(1.08); /* Internet Explorer 9 */
    -o-transform:scale(1.08); /* Opera */
    transform:scale(1.08);
}

.video p{
  margin:0px 5px 15px 5px;
}

.video h2{
    font-weight: 400;
    /* letter-spacing: .0892857143em; */
    text-decoration: none;
    /* text-transform: uppercase; */
    text-align: center;
    margin: 10px 10px 5px 10px;
    padding: 0px;
    border: none;
    font-size: 18px;
}

.video-applications{
  background-color: #E9E9E9;
}

.video-applications > ul >li{
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
}

.article-container-video{
  margin-top:30px;
}

.fancybox-thumbs__list a{
  width: 200px !important;
  max-width: 200px !important;
  height: 110px !important;
  max-height: 110px !important;
}

.fancybox-thumbs__list a:before{
  border:4px solid rgba(20, 128, 232, 1) !important;
}

/* 
  You want a simple and fancy tooltip?
  Just copy all [data-tooltip] blocks:
*/
[data-tooltip] {
  position: relative;
  z-index: 10;
}

/* Positioning and visibility settings of the tooltip */
[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  bottom: calc(100% + 5px);
  pointer-events: none;
  transition: 0.2s;
  will-change: transform;
}

/* The actual tooltip with a dynamic width */
[data-tooltip]:before {
  content: attr(data-tooltip);
  padding: 5px 9px;
  min-width: 50px;
  width: max-content;
  width: -moz-max-content;
  border-radius: 4px;
  background-color: rgba(61, 62, 64, 1);
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
  transform: translate(-50%, -5px) scale(0.5);
   user-select: none;
 font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
}

/* Tooltip arrow */
[data-tooltip]:after {
  content: '';
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
  transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
  transform-origin: top;   /* Orientation setting for the
                              slide-down effect */
  transform: translateX(-50%) scaleY(0);
}

/* Tooltip becomes visible at hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}
/* Scales from 0.5 to 1 -> grow effect */
[data-tooltip]:hover:before {
  transition-delay: 0.3s;
  transform: translate(-50%, -5px) scale(1);
}
/* Slide down effect only on mouseenter (NOT on mouseleave) */
[data-tooltip]:hover:after {
  transition-delay: 0.5s; /* Starting after the grow effect */
  transition-duration: 0.2s;
  transform: translateX(-50%) scaleY(1);
}

/*
  If you want some adjustability
  here are some orientation settings you can use:
*/

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
  left: auto;
  right: calc(100% + 5px);
  bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
  transform: translate(-5px, 50%) scale(0.5);
}
[data-tooltip-location="left"]:hover:before {
  transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
  border-width: 5px 0px 5px 5px;
  border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
  transform-origin: left;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="left"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
  left: calc(100% + 5px);
  bottom: 50%;
}

[data-tooltip-location="right"]:before {
  transform: translate(5px, 50%) scale(0.5);
}
[data-tooltip-location="right"]:hover:before {
  transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
  border-width: 5px 5px 5px 0px;
  border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
  transform-origin: right;
  transform: translateY(50%) scaleX(0);
}
[data-tooltip-location="right"]:hover:after {
  transform: translateY(50%) scaleX(1);
}

/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
  top: calc(100% + 5px);
  bottom: auto;
}

[data-tooltip-location="bottom"]:before {
  transform: translate(-50%, 5px) scale(0.5);
}
[data-tooltip-location="bottom"]:hover:before {
  transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
  border-width: 0px 5px 5px 5px;
  border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
  transform-origin: bottom;
}

/*
li.sidenav__category{
  background-color: white;
  margin:5px 0px; 
  padding: 10px;
  border-radius:4px;
  box-shadow: 0 0.0625rem 0.3125rem rgba(0,0,0,.2);
}

li.sidenav__category-is-active{
  background-color: rgba(20, 128, 232, 1);
  margin:5px 0px; 
  padding: 10px;
  border-radius:4px;
}

li.sidenav__section{
	background-color: #fbfbfb;
	margin:5px 0px; 
	padding: 5px;
	border-radius:4px;
}
*/

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

.button, [role="button"] {
 text-align: center;
 border:1px solid rgba(61, 62, 64, 1);
 border-radius:4px;
 color: rgba(61, 62, 64, 1);
 padding:5px 6px;
 user-select: none;
 font-size: .875rem;
 font-weight: 500;
 letter-spacing: .0892857143em;
 text-decoration: none;
 text-transform: uppercase;
 display:inline-block;
 line-height: 21px;
}

.button_contained, [role="button_contained"] {
 text-align: center;
 background-color: rgba(20, 128, 232, 1);
 border:1px solid rgba(20, 128, 232, 1);
 border-radius:4px;
 color: #fff;
 padding:5px 6px;
 user-select: none;
 font-size: .875rem;
 font-weight: 500;
 letter-spacing: .0892857143em;
 text-decoration: none;
 text-transform: uppercase;
 transition: opacity .4s ease,background .4s ease;
 transition-property: opacity, background;
 transition-duration: 0.4s, 0.4s;
 transition-timing-function: ease, ease;
 transition-delay: 0s, 0s;
 display:inline-block;
line-height: 21px;
}

.button_outlined, [role="button_outlined"] {
 text-align: center;
 background-color: transparent;
 border: 1px solid rgba(20, 128, 232, 1);
 border-radius:4px;
 color: rgba(20, 128, 232, 1);
 padding:5px 6px;
 user-select: none;
 font-size: .875rem;
 font-weight: 500;
 letter-spacing: .0892857143em;
 text-decoration: none;
 text-transform: uppercase;
 display:inline-block;
  line-height: 21px;
}

.button_text, [role="button_text"] {
 text-align: center;
 background-color: transparent;
 border: 1px solid transparent;
 border-radius:4px;
 color: rgba(20, 128, 232, 1);
 padding:5px 6px;
 user-select: none;
 font-size: .875rem;
 font-weight: 500;
 letter-spacing: .0892857143em;
 text-decoration: none;
 text-transform: uppercase;
 display:inline-block;
  line-height: 21px;
}

.button_full{
  width: 100%;
}

.button-radius{
  border-radius:50%;
  min-width: 0px;
}

.button_outlined:hover, [role="button_outlined"]:hover, [role="button"][aria-selected="true"]:hover {
  background-color:rgba(26,89,253,0.08);
  border: 1px solid #1A59B7;
  color: #1A59B7;
  text-decoration:none;
}

.button_text:hover, [role="button_text"]:hover, [role="button"][aria-selected="true"]:hover {
  background-color:rgba(26,89,253,0.08);
  border: 1px solid rgba(26,89,253,0.08);
  color: #1A59B7;
  text-decoration:none;
}

.button_contained:hover, [role="button_contained"]:hover, [role="button"][aria-selected="true"]:hover {
  background-color: #1A59B7;
  border:1px solid #1A59B7;
  text-decoration:none;
}

.button:hover, [role="button"]:hover, [role="button"][aria-selected="true"]:hover {
  background-color: rgba(61, 62, 64, 1);
  border:1px solid rgba(61, 62, 64, 1);
  color:white;
  text-decoration:none;
}

a.button_contained {
  color:white !important;
  font-weight:500;
}

a.button_text,  a.button_outlined{
  color: rgba(20, 128, 232, 1) !important;
  font-weight:500;
}

a.button_contained:before, a.button_text:before, a.button_outlined:before {
  display:none;
}

.button:active, .button[aria-selected="true"], [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color:#56575a;
  border:1px solid #56575a;
  color:white;
  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 {
  text-decoration:none;
}

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

.button-large, input[type="submit"] {
  min-width: 110px;
  text-align: center;
  background-color: transparent;
  border:1px solid rgba(61, 62, 64, 1);
  border-radius:4px;
  color: rgba(61, 62, 64, 1);
  padding:5px;
  display: inline-block;
  user-select: none;
  white-space: nowrap;   
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: rgba(61, 62, 64, 1);
  color: #FFFFFF;
}

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

.button-secondary {
  color: #6f7174;
  border: 1px solid #dee0e3;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(61, 62, 64, 1);
  border: 1px solid #dee0e3;
  background-color: #f2f2f2;
}

.tooltip-custo {
  text-decoration: none;
  position: relative;
  border-bottom: 2px dotted rgba(61, 62, 64, 1);
  cursor: help;
}

a.tooltip-custo:before {
  display:none;
}
 
.tooltip-custo span {
  display:none;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  color:black;
  background:white; 
  border:1px solid #dee0e3;
}
  
.tooltip-custo span img {
  max-width: fit-content;
}
  
.tooltip-custo:hover span{
  display:block;
  position:absolute;
  z-index:1000;
  width:auto;
  overflow:hidden;
  padding:4px;
}

table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
  border: 1px solid #dee0e3;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #dee0e3;
  font-size: 14px;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: rgba(20, 128, 232, 1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .07em;
  text-decoration: none;
  text-transform: uppercase;
  color:#ffffff;
}

table tr td {
  background: #F9F9F9;
  color: $font_color;
}

table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: 14px;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #2c8fed;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

.post-body blockquote {
  margin: 0;
}

/*********** SUBSCRIPTIONS ************/

.box {
  border-radius: 5px;
  box-shadow: 0px 30px 40px -20px hsl(229, 6%, 66%);
  padding: 25px;
  margin: 20px;
  background-color: white;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  justify-content: space-between;
}

.box.orange {
    border-top: 4px solid #ff4500ff;
}
.box.green {
    border-top: 4px solid #34b233ff;
}

.box.orange a {
  	background-color: #ff4500ff;
  	border: 1px solid #ff4500ff;
}

.box.green a {
  	background-color: #34b233ff;
  	border: 1px solid #34b233ff;
}

.profil_box_bottom span {
    cursor: pointer;
    display: flex;
    flex-direction: row;
  	justify-content: space-evenly;
    align-items: center;
}

.profil_box_bottom .button_loading::before {
  	margin-top: -12px !important;
}

.profil_box_bottom {
  	display: flex;
    justify-content: center;
  	margin-top: 25px;
  	width: fit-content;
}

@media (min-width: 950px) {
    #profils {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
    
    .box {
        width: 37%;
    }    
}

/* RELEASE GENERATOR */
.delete-item {
	position: absolute;
	top: 0;
	right: 0;
}
#release-generator .form-group {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.add-new-wrapper {
	border-bottom: 2px dashed #ccc;
	padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.clear-both {
	clear: both;
}
.accordion-preview-wrapper {
	display: none;
}
.panel-heading {
	padding: 0;
}
.panel-heading a {
	padding: 10px 15px;
	display: block;
}
.panel-title i {
	float: right;
}

/* DEEPL TRANSLATOR */
#formulaire .form-group {
  margin-right: 35px;
}

#formulaire .form-row {
  display: flex;
  align-items: center;
}

#formulaire select {
  width: fit-content;
  display: block;
  margin-top: 10px
}

#formulaire input {
  margin-top: 10px;
}

#formulaire .form-group span {
  margin-bottom: 5px;
}


.article-sidebar-nav-gs {
   flex: 0 0 25%;
   border: 1px solid #dee0e3;
   border-radius: 15px;
   padding-bottom:10px;
  }

.article-sidebar-nav-inside {
  	height: fit-content;
  	position: sticky;
  	top: 60px;
  	margin-bottom:40px;
  }

.article-sidebar-nav-inside-gs {
	  background-color:#ecedef;
  	border-radius:15px 15px 0px 0px;
  }

.article-sidebar-nav-inside-gs h2 {
  	text-transform: uppercase;
  	font-size: 18px;
  	margin-bottom: 0px;
  	letter-spacing: .0892857143em;
  	padding:15px;
	}

.article-table h2, .article-tags h2{
 	text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  letter-spacing: .0892857143em;
}


.article-table ul{
  margin-bottom: 0px;
}

.article-table li{
  padding: 3px 0;
  display:flex;
  width: fit-content;
}

.article-table-gs ul{
  border:0px;
} 

#right_nav{
  max-height: 800px;
  overflow: auto;
}

.article-table-gs ul li{
  border-top: 1px solid #dee0e3;
  background-color: #f4f5f6;
}

.article-table-gs ul li a{
  color: rgba(61, 62, 64, 1);
  font-weight:500;
  font-size:16px;
  padding:15px;
}

.article-table-gs ul li ul{
  border-top: 1px solid #dee0e3;
}

.article-table-gs ul li ul li {
  border:0px;
  background-color: rgba(250, 250, 250, 1);
  padding: 2px 0px;
}

.article-table-gs ul li ul li:first-of-type {
  padding-top:8px;
}

.article-table-gs ul li ul li:last-of-type{
  padding-bottom:8px;
}

.article-table-gs ul li ul li a{
  color: rgba(20, 128, 232, 1);
  font-weight:400;
  font-size:14px;
  padding:10px;
}

.article-table-gs ul li ul li a:before{
  font-family: "Material Icons";
  font-size: 18px;
  font-weight: 400;
  content: "\e039";
  margin: 0px 8px 0px 0px;
  float:left;
}

.article-table-gs ul li ul li:hover {
  background: #e5f1fd;
}

.article-table-gs a{
  display: block;
}

.article-table-gs a:hover{
  text-decoration: none;  
}

.current-article-gs {
  background: rgba(20, 128, 232, 1) !important;
}

.current-article-gs a {
	font-weight:550 !important;
  color: white  !important;
}

.article-gs {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left:45px;
}

.article-item-gs {
  margin-bottom:45px;
}

.article-header-gs {
  margin-bottom:35px;
  background:#fff;
  padding: 20px;
  border-radius:15px;
  text-align:center;
  border: 1px solid #dee0e3;
}

.article-header-gs h1 {
  font-size: 28px;
  font-weight: 500;
  margin:0px;
  color:rgba(20, 128, 232, 1);
}

.article-header-gs h2 {
  font-size: 14px;
  font-weight: 600;
  margin:0px;
  text-transform: uppercase;
  letter-spacing: .0892857143em;
}

/*********** Duplicate articles from the new site（triptyque) ************/
ul.triptyque{
	list-style:none;
  margin:20px 0px 20px 0px;
  border-bottom:1px solid #dee0e3;
  overflow:hidden;
  width:100%;
}
ul.triptyque li{
 float: left;
	list-style:none;
  margin:0;
  cursor:pointer;
 }

ul.triptyque li button{
  text-align:center;
  cursor: pointer;
  border:0px;
  background-color:transparent;
  border:none;
  padding:10px;
  font-weight:500;
  font-size:17px;
  border-bottom:3px solid transparent;
  color:rgba(61,62,64,1);
 }

ul.triptyque li.active button {
  color:rgba(20,128,232,1);
  border-bottom:3px solid rgba(20,128,232,1);
 }