@charset "UTF-8"; 

@font-face {
  font-family: 'Urania';
  src: url('$assets-uranialig-webfont.woff2') format('woff2'),
       url('$assets-uranialig-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
} 

@font-face {
  font-family: 'Urania';
  src: url('$assets-uranialig-webfont.woff2') format('woff2'),
       url('$assets-uranialig-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
 
@font-face {
  font-family: 'Urania';
  src: url('$assets-uranialig-webfont.woff2') format('woff2'),
       url('$assets-uranialig-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEEJ8MB0S9RVPQVAEMR24W') format('woff2'),
       url('/hc/theming_assets/01JJMEEFJXQYCMWMBRX00TYGSG') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEEJ8MB0S9RVPQVAEMR24W') format('woff2'),
       url('/hc/theming_assets/01JJMEEFJXQYCMWMBRX00TYGSG') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEEDV8HGF6VKT8NXV2XQ9B') format('woff2'),
       url('/hc/theming_assets/01JJMEECFQF91TAWZQZD6J1W8X') format('woff');
  font-weight: 600; 
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEE853B5K7RCQXBXK5E8H7') format('woff2'),
       url('/hc/theming_assets/01JJMEE796ZPYQZ0YKMBWNNKQF') format('woff');
  font-weight: 700; 
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEE853B5K7RCQXBXK5E8H7') format('woff2'),
       url('/hc/theming_assets/01JJMEE796ZPYQZ0YKMBWNNKQF') format('woff');
  font-weight: 800; 
  font-style: normal;
}

@font-face {
  font-family: 'Urania';
  src: url('/hc/theming_assets/01JJMEE853B5K7RCQXBXK5E8H7') format('woff2'),
       url('/hc/theming_assets/01JJMEE796ZPYQZ0YKMBWNNKQF') format('woff');
  font-weight: 900; 
  font-style: normal;
}

/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
  --peach: #f9f7f5;
  --grey: #e7e7e7;
  --text: #666;
  --text-dark: #272D32;
  --tree-text: #6e6e6e;
  --text-invert: #fff;
  --border-radius: 6px;
  --primarycolor: rgba(50, 160, 232, 1);
  --secondarycolor: #272D32;
  --headerheight: 71px;
  --bgcolor: #fff;
  --linkcolor: var(--primarycolor);
	--buttonpadding: 5px 15px;
  --btn-color: #666;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

/*FontAwesome*/
body .fa-classic,body .fa-regular,body .fa-solid,body .far,body .fas{
  font-weight: 900;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Urania', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

body {
  background-color: var(--bgcolor);
  color: var(--text-dark);
  font-family: 'Urania', sans-serif;
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  min-width: 100vw;
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  body > main {
    min-height: 65vh;
    padding: 0 28px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Urania', sans-serif;
  font-weight: 700;
  margin-top: 0;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  margin-bottom: .25em;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

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

h4 {
  font-size: 18px;
}

p {
  margin-bottom: 1.5em;
  margin-top: .5em;
}

p, li {
  line-height: 1.5;
}

.article-body li {
  margin-bottom: .5em;
}

a {
  color: var(--linkcolor);
  text-decoration: none;
}

a:visited {
  color: var(--linkcolor);
}

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

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

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid var(--secondarycolor);
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid var(--secondarycolor);
}

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

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

textarea:focus {
  border: 1px solid var(--secondarycolor);
}

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

.main-content{
  display: flex;
  /*min-height: calc(100vh - var(--headerheight));*/
}

.content {
  width: 100%;
  padding: 30px 30px 50px 0;
  background: white;
}

.content.article-page {
  padding: 70px 20px 50px 0;
}

.content.homepage-content {
  padding: 30px 0;
  margin: 0 auto;
  max-width: 960px;
  background: #F5F7F9;
}

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .content {
    padding: 32px 30px 32px 20px;
    width: 100%;
	}
}

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

/*Knowledge Tree Styling*/
.knowledge-tree, .community-tree{
  width: 100%;
  max-width: 322px;
  padding: 32px 40px 32px 20px;
  border-right: 1px solid var(--grey);
  min-height: calc(100vh - 160px);
}

aside.knowledge-tree.knowledge-tree-article {
    padding-top: 132px;
}

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .knowledge-tree{
 		display: none;
	}
}


.kt-container, .ct-container{
  position: sticky;
  top: calc(var(--headerheight) + 32px);
}

.kt-container.kt-user-page {
  padding-top: 14px;
}

.kt-body, .ct-body{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 132px - var(--headerheight));
}

.ct-body{
  flex-direction: column-reverse;
}

.kt-sections{
  padding-left: 10px;
  display: flex;
  flex-direction: column-reverse;
}

.kt-sub, .ct-sub{
	padding-left: 10px;
	height: 0;
	overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  transition: max-height .3s ease;
}

.kt-category, .ct-topic{
  padding-top: 10px;
  padding-bottom: 5px;
}

.kt-article.current, .kt-article.current:visited, .ct-post.current, .ct-post.current:visited, .kt-toggle-btn.current, .kt-toggle-btn.current:visited,.ct-toggle-btn.current, .ct-toggle-btn.current:visited{
  font-weight: 500;
  position: relative;
}

.kt-article.current:before, .ct-post.current:before, .kt-toggle-btn.current:before, .ct-toggle-btn.current:before{
  content: '';
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
  background: #E7F0F5;
  z-index: -1;
}

.content.article-page .kt-toggle-btn::before {
  content: "";
  background: white;
  position: absolute;
  height: 31px;
  width: 4px;
  right: -2px;
  top: 0;
}

.kt-category h4, .ct-topic h4{
	padding-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  color: #666;
}

.kt-toggle-btn, .ct-toggle-btn{
 	border: none;
  background: none;
  cursor: pointer;
  padding: 4px 30px 4px 8px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  display: flex;
  line-height: 22px;
  transition: color .3s ease;
  color: var(--tree-text);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  transition: background .3s ease;
  border-radius: var(--border-radius);
}

.kt-toggle-btn:hover, .ct-toggle-btn:hover{
  color: var(--text);
  background: #eceff1;
}

.kt-toggle-btn:after, .ct-toggle-btn:after{
  content:'\f054';
  font-family: 'FontAwesome';
  position: absolute;
  right: 8px;
  transition: transform .3s ease;
  font-size: 12px;
}

.active > .kt-toggle-btn:after,.active > .ct-toggle-btn:after{
  transform: rotate(90deg);
}

.kt-article, .ct-post{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
/*   -webkit-line-clamp: 2;
  line-clamp: 2; */
  -webkit-box-orient: vertical;
  line-height: 22px;
  padding: 4px 24px 4px 8px;
  margin-bottom: 4px;
  color: var(--tree-text);;
  transition: color .3s ease;
  font-weight: 400;
  font-size: 14px;
  transition: background .3s ease;
  border-radius: var(--border-radius);
}

/* .kt-article:visited, .ct-post:visited{
  color: var(--tree-text);
} */

.kt-article:hover, .ct-post:hover{
  color: #2e759a;
  background: #def3fd;
}

.kt-article:hover,.kt-article:active, .kt-article:focus,.ct-post:hover,.ct-post:active, .ct-post:focus{
  text-decoration: none;
}

.active>.kt-sub, .active>.ct-sub{
  height:auto;
}

.kt-footer, .ct-footer{
  position: fixed;
  bottom:0;
  left:0;
  width: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  border-top: 1px solid var(--grey);
}

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .kt-footer, .ct-footer{
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
    width: unset;
    border: none;
  }
}

.kt-footer a, .ct-footer a{
  color: #666;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: var(--bgcolor);
  transition: background .3s ease, color .3s ease;
  border-right: 1px solid var(--grey);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 13px;
  font-weight: 500;
}

.kt-footer a:visited, .ct-footer a:visited{
  color: #666;
}

.kt-footer a:hover, .ct-footer a:hover{
  text-decoration: none;
  background: #eceff1;
  color: var(--text);
}

.kt-footer a:active, .kt-footer a:focus, .ct-footer a:active, .ct-footer a:focus{
  text-decoration: none;
}

.kt-footer img.picto-logo, .ct-footer img.picto-logo{
  max-width: 54px;
}


.mobile-knowledge-tree{
  padding: 0px 20px;
}

.mobile-knowledge-tree .kt-body{
  max-height: unset;
}

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

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

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

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid var(--primarycolor);
  border-radius: var(--border-radius);
  color: var(--primarycolor);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out, opacity .3s ease;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:visited, .split-button button:visited, .section-subscribe button:visited, .article-subscribe button:visited, .community-follow button:visited, .requests-table-toolbar .organization-subscribe button:visited, .subscriptions-subscribe button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited {
  color: var(--primarycolor);
}

.button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: var(--text-invert);
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  opacity: .8;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: var(--primarycolor);
  border: 0;
  border-radius: var(--border-radius);
  color:var(--text-invert);
  line-height: 1;
  min-width: 150px;
  padding: 15px 21px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: backgroud-color .3s ease, background .3s ease, color .3s ease, opacity .3s ease;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:visited, input[type="submit"]:visited {
  color: var(--text-invert);
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  opacity: .8;
}

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

.btn-border{
  border: 1px solid var(--text-invert);
}

.btn-border:hover, .btn-border:active, .btn-border:focus{
  background-color: var(--text-invert);
  color: var(--primarycolor);
 	border: 1px solid var(--text-invert);
}

.button-secondary {
  color: var(--text);
  border: 1px solid #87929D;
  background-color: transparent;
}

.button-secondary:visited {
  color: var(--text);
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: var(--text-dark);
  border: 1px solid #87929D;
  background-color: darken($background_color, 3%);
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: var(--primarycolor);
  border: 0;
  color: var(--text-invert);
  height: 32px;
  line-height: 16px;
  outline-color: var(--primarycolor);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid var(--text-invert);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid var(--text-invert);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

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

.table th,
.table th a {
  color: var(--text);
  text-align: left;
}

th, th b, th strong {
  font-weight: 800;
}

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

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

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

.table td {
  display: block;
}

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

@media (min-width: 768px) {
  .table td, .table th {
    padding: 20px;
    white-space: nowrap;
  }
  
  table.table.my-activities-table.requests-table.my-requests {
/*     table-layout: fixed; */
    min-width: 100%;
  }
}

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

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

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

.form-field input {
  border: 1px solid #87929D;
  border-radius: var(--border-radius);
  padding: 10px 20px;
  width: 100%;
  height: 45px;
}

.form-field input:focus {
  border: 1px solid var(--secondarycolor);
}

.form-field input[type="text"] {
  border: 1px solid #87929D;
  border-radius: var(--border-radius);
}

.form-field input[type="text"]:focus {
  border: 1px solid var(--secondarycolor);
}

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

.form-field.boolean{
  display: flex;
  position: relative;
  flex-direction: column;
}

.form-field.boolean label{
  padding-left: 30px;
}

.form-field.boolean input[type="checkbox"]{
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
}

.form-field.boolean p{
  padding-left: 30px;
  margin: 0;
}

.form-field .nesty-input {
  border-radius: var(--border-radius);
  border: 1px solid #87929D;
  height: 45px;
  line-height: 45px;
  outline: none;
  vertical-align: middle;
  padding-left: 18px;
}

.nesty-input:after{
  right: 15px;
  top: calc(50% - 10px);
}

.form-field .nesty-input:focus {
  border: 1px solid var(--secondarycolor);
  text-decoration: none;
}

.nesty-panel{
  border-radius: 8px;
}

.nesty-panel li{
  padding: 15px !important;
  padding-left: 20px !important;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
  border-radius: var(--border-radius);
  min-height: 45px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
  text-decoration: none;
}

.hc-multiselect-toggle::after{
  right: 15px;
  top: calc(50% - 10px);
}

.hc-multiselect-toggle li span[aria-label]::before{
  top: 0;
}

.hc-multiselect-menu{
  border-radius: 8px;
  margin-top: 5px;
}

.hc-multiselect-menu li{
  padding: 5px 10px;
}

.hc-multiselect-menu li input{
  width: 30px;
  height: 30px;
}

body .pika-single.is-bound {
  border-radius: 8px;
  margin-top: 5px;
}

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

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

.form-field .optional {
  color: var(--text);
  margin-left: 4px;
}

.form-field p {
  color: var(--text);
  font-size: 12px;
  margin: 5px 0;
}

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

.form footer a {
  color: var(--text);
  cursor: pointer;
  margin-right: 15px;
}

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

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

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

.form .suggestion-list li a:visited {
  color: var(--primarycolor);
}

/***** Header *****/
.header{
  background: #fff;
  border-bottom: 1px solid var(--grey);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-container {
  margin: 0 auto;
	padding-right: 40px;
  position: relative;
  align-items: center;
  display: flex;
  height: var(--headerheight);
  justify-content: space-between;
}

.logo{
  width: 350px;
  height: var(--headerheight);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .header-container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .logo {
    justify-content: flex-start;
  }
}
.logo img {
  max-height: 40px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: var(--secondarycolor);
  font-size: 18px;
  font-weight: 500;
}

.logo a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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

.pt-side-logo{
  height: var(--headerheight);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.pt-side-logo img{
	max-height: 40px;
  vertical-align: middle;
}

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

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

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

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

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

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

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

/* @media (max-width: 1023px) { */
@media screen and (max-width: 767px){
  .nav-wrapper-desktop {
    display: none;
  }
}

/* @media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
} */

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .nav-wrapper-desktop {
   	display: flex;
  	justify-content: flex-end;
  }
}

.nav-wrapper-desktop a.nav-link {
  display: none;
  color: var(--primarycolor);
  font-size: 14px;
  font-weight: 600;
  width: auto;
  justify-content: center;
  align-items: center;
  transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
  margin-left: 8px;
}


.nav-wrapper-desktop a.nav-link.sign-in, .nav-wrapper-desktop a.nav-link.submit-a-request{
  border: 1px solid var(--primarycolor);
  padding: 5px 15px;
  text-align: center;
  border-radius: var(--border-radius);
}

.nav-wrapper-desktop a.nav-link.sign-in{
	background-color: var(--primarycolor);
  color: var(--text-invert);
}

.nav-wrapper-desktop a.nav-link.submit-a-request:hover{
  border: solid 0 #becfd9;
  background-color: #fff;
  opacity: .9;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a.nav-link {
    display: flex;
  }
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  opacity: .7;
  text-decoration: none;
}

.nav-wrapper-mobile{
  display:flex;
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  vertical-align: middle;
  height: 24px;
  width: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div{
  background: var(--primarycolor);
  border-radius: 2px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  top: 0;
  transition: transform .3s ease,top .3s ease,width .3s ease,right .3s ease, height .3s ease;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:first-child{
  transform-origin: 0;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:nth-child(2){
  left: 7px;
  width: 21px;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu div:last-child{
  left: 13px;
  margin-bottom: 0;
  transform-origin: 30px;
  width: 15px;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu div:first-child{
  left: 1px;
  top: -3px;
  transform: rotate(45deg);
  width: 36px;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu div:nth-child(2){
  left: -5px;
  top: 1px;
  transform: rotate(-45deg);
  width: 37px;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu div:last-child{
  opacity: 0;
}

.mobile-search-btn{
  background: none;
  border: none;
  color: var(--primarycolor);
  font-size: 18px;
  cursor: pointer;
  min-width: 0;
}

/* @media screen and (min-width: 1024px){ */
@media (min-width: 768px) {
  .mobile-search-container{
    display:none;
  }
}

.mobile-search-container{
  max-height: 0px;
  transition: max-height .3s ease;
  overflow: hidden;
  background: var(--bgcolor);
}

.mobile-search-container.active{
  max-height: 80px;
}

.mobile-search-container .search-container{
  padding: 20px 0;
}

.pt-mobile-menu-container{
  background-color: rgb(255, 255, 255);
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex-direction: row;
  position: fixed;
  top: 100%;
  bottom: 0px;
  z-index: 10;
  left: 0;
  transition: all .3s ease;
  overflow: scroll;
	border-radius: 20px 20px 0 0;
}

.pt-mobile-menu-container[aria-expanded="true"]{
  top: 64px;
}

.pt-mobile-overlay.active{
  background: rgba(0,0,0,.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	opacity: 0;
  transition: opacity .3s ease;
  z-index: 2;
}


.pt-mobile-menu-container .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.pt-mobile-menu-container .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.pt-mobile-menu-container .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.pt-mobile-menu-container .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: var(--text-dark);
  cursor: pointer;
  text-align: start;
}

.pt-mobile-menu-container .menu-list-mobile-items button:active, .pt-mobile-menu-container .menu-list-mobile-items button:focus, .pt-mobile-menu-container .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.pt-mobile-menu-container .menu-list-mobile-items a {
  display: block;
 border-bottom: 1px solid #f0f0f0;
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  color: var(--text-dark);
}

.pt-mobile-menu-container .menu-list-mobile-items a:active, .pt-mobile-menu-container .menu-list-mobile-items a:focus, .pt-mobile-menu-container .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
  text-decoration: none;
}

.pt-mobile-menu-container .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.pt-mobile-menu-container .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.pt-mobile-menu-container .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

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

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

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

.user-info > button {
  border: 0;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: var(--primarycolor);
  background-color: transparent;
}

.user-info > button::after {
  color: var(--primarycolor);
  padding-right: 15px;
}

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

.user-info > button > span{
  margin-left: 6px;
}

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

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

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

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

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

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

.avatar .icon-agent {
  color: var(--secondarycolor);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: var(--text-invert);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid var(--grey);
/*   margin-top: 60px; */
  padding: 30px 0;
}

.footer a {
  color: var(--text);
}

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

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



.powered-by-zendesk{
  clear: both;
  padding: 10px 15px;
  height: 38px;
  background: var(--peach) !important;
  display: none;
  justify-content: center;
  align-items: center;
}
.powered-by-zendesk svg{
  fill: var(--text);
  top: 0;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: var(--text);
  text-decoration: none;
}

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

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

.breadcrumbs li {
  color: var(--text);
  display: inline;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.breadcrumbs li a:visited {
  color: var(--primarycolor);
}

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

.search {
  border-color: #87929D;
  border-radius: var(--border-radius);
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
  border: none;
}

.search:focus-within {
  border-color: var(--secondarycolor);
}

.search input[type="search"],
.search .clear-button {
  background-color: #fff;
  border-radius: var(--border-radius);
  border: none;
}

.search-full input[type="search"],
.search-full .clear-button {
  border-color: #fff;
}

.search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
  position: relative;
}

.kt-container .search input[type="search"], .ct-container .search input[type="search"]{
  padding-right: 40px;
}

.kt-container .search{
  position: relative;
}

.kt-container .search:before, .ct-container .search:before{
  content: '';
  background: var(--primarycolor);
  opacity: 0.1;
  top: calc(50% - 14px);
  position: absolute;
  width: 28px;
  height: 28px;
  right: 6px;
  border-radius: var(--border-radius);
  pointer-events: none;
  z-index: 2;
}

.kt-container .search:after, .ct-container .search:after{
  content: '⌘K';
  width: 28px;
  height: 28px;
  position: absolute;
  right: 6px;
  top: calc(50% - 14px);
  display: flex;
  font-size: 12px;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  color: var(--primarycolor);
  font-weight: 500;
/*   background: var(--grey); */
  border-radius: var(--border-radius);
}

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

.search input[type="search"]::-webkit-search-decoration, .search input[type="search"]::-webkit-search-cancel-button, .search input[type="search"]::-webkit-search-results-button, .search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search input[type="search"]:-webkit-autofill, .search input[type="search"]:-webkit-autofill:hover, .search input[type="search"]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.search .clear-button {
	display: none;
}

.search input[type="search"] {
  padding-left: 40px;
  padding-right: 20px;
  max-width: calc(100vw - 2em);
  margin: auto;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}

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

/***** Home Section *****/

.home-header{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 46px;
  background-size: cover;
  padding: 60px 38px 76px;
  background-image: linear-gradient(to bottom, #58b6c5 0%, #5685bc 130%);
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 0 0 20px 20px !important;
}

.home-header h1{
  margin-bottom: -4px;
  color: white;
  font-size: 43px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: -1.29px;
}

.home-header h3{
	color: #666;
}

.home-header .search-container{
  width: 100%;
  max-width: 450px;
}

.homepage-content .container{
  max-width: 1200px;
}


/*Contact Call to Action*/
.pt-cards{
  grid-template-columns: repeat(2,1fr);
  display: grid;
  gap: 24px;
}

.cta-email, .cta-call, .cta-sat{
  border: 1px solid var(--text);
  border-radius: var(--border-radius);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.cta-title{
  margin-bottom: 8px; 
}

.cta-subtitle{
  margin-top: 0;
}

.cta-link{
  color: var(--text);
  margin-bottom: 8px;
}
.cta-link:visited{
  color: var(--text);
}

.cta-link i{
  margin-right: 8px;
}

.cta-socials{
  margin-top: 8px;
}

.cta-socials a{
  color: var(--text);
  font-size: 20px;
  margin-right: 8px;
}

.cta-right img{
  position: absolute;
  right:0;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 36px;
  padding: 50px 28px;
  background: var(--primarycolor);
  border-radius: var(--border-radius);
}
.page-header *{
  color: var(--text-invert);
}

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

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

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

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 8px;
}
.page-header.community-header h1{
  margin-bottom: 0;
  margin-right: 4px;
}

.page-header-description {
  margin: 0;
  word-break: break-word;
  
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}

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

.sub-nav .breadcrumbs {
  margin: 0;
}

.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}

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

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
	grid-template-columns: repeat(3,1fr);
  display: grid;
  gap: 24px;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .blocks-list {
		grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 479px) {
  .blocks-list {
		grid-template-columns: repeat(1,1fr);
  }
}

.blocks-item {
  border-radius: var(--border-radius);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  color: var(--secondarycolor);
  max-width: 100%;
  transition: background-color .3s ease, border-color .3s ease;
  background: #f6f8fa;
  border-radius: 15px;
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
    background-color: #e1ecf3b3;
  border-color: #e1ecf3b3;
}

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

.blocks-img img{
  max-width: 100%;
}

.blocks-item:nth-child(5n+1) .blocks-img img{
  content: url($assets-cat-1-svg);
}

.blocks-item:nth-child(5n+2) .blocks-img img{
  content: url($assets-cat-2-svg);
}

.blocks-item:nth-child(5n+3) .blocks-img img{
  content: url($assets-cat-3-svg);
}

.blocks-item:nth-child(5n+4) .blocks-img img{
  content: url($assets-cat-4-svg);
}
.blocks-item:nth-child(5n+5) .blocks-img img{
  content: url($assets-cat-5-svg);
}

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

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: var(--text-dark);
}

.blocks-item-link {
  color: var(--text-dark);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  border-radius: inherit;
}

.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  text-decoration: none;
}

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

.blocks-item-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color .3s ease;
}

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

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

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

/***** Promoted articles *****/
.promoted-articles {
		grid-template-columns: repeat(1,1fr);
    display: grid;
    gap: 0px;
    margin-bottom: 64px;
}

.promoted-articles-item {

}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid var(--grey);
  padding: 15px 0;
  color: var(--text);
  position: relative;
}

.promoted-articles-item:first-child a{
  border-top: 1px solid var(--grey);
}

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

.promoted-articles-item a:after{
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  transition: transform .3s ease;
  font-size: 12px;
  top: calc(50% - 10px);
  transition: right .3s ease;
}

.promoted-articles-item a:hover:after{
  right: 5px;
}

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


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

.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url($community_image);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.community a:visited {
  color: var(--primarycolor);
}

.community a:hover, .community a:active, .community a:focus {
  color: var(--primarycolor);
}

/***** Recent activity *****/

.recent-activity-list {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  gap: 24px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px){
  .recent-activity-list{
    grid-template-columns: repeat(2,1fr);
  }
}

@media screen and (max-width: 479px){
  .recent-activity-list{
    grid-template-columns: repeat(1,1fr);
  }
}

.recent-activity-item {
  background-color: #fff;
  position: relative;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  color: var(--text);
  padding: 20px 30px 60px;
  display: flex;
  flex-direction: column;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  transition: background-color .3s ease, border-color .3s ease;
}


@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .recent-activity-item{
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 860px) {
  .recent-activity-item{
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  .recent-activity-item{
    padding-bottom: 100px;
  }
}

.recent-activity-item *, .recent-activity-item *:visited{
  color: var(--text);
}

.recent-activity-item *:hover{
  text-decoration: none;
}


.recent-activity-item h3 {
	margin-bottom: 0;
  font-size: 18px;
}

.recent-activity-item-link{
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color .3s ease;
}

.recent-activity-item-meta {
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 479px){
  .recent-activity-item-meta{
    position: relative;
    bottom: 0;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
  margin-top: 20px;
}

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

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

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

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

.recent-activity-controls a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.recent-activity-controls a:visited {
  color: var(--primarycolor);
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: var(--primarycolor);
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: var(--secondarycolor);
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

.recent-activity-item:hover{
  background-color: var(--primarycolor);
}

.recent-activity-item:hover *{
  color: var(--text-invert);
}


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

.category-content {
  flex: 1;
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  grid-template-columns: repeat(3,1fr);
  display: grid;
  gap: 24px;
}

.section-page .section-tree{
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .section-tree {
		grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 479px) {
  .section-tree {
		grid-template-columns: repeat(1,1fr);
  }
}

.section-tree .section { 
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  box-sizing: border-box;
  color: rgba(39, 45, 50, 1);
  display: flex;
  max-width: 100%;
  transition: background-color .3s ease, border-color .3s ease;
  position: relative;
}

.section-tree .section *{
  transition: background-color .3s ease, border-color .3s ease, color .2s ease;
}

.section-tree .section:hover, .section-tree .section:active, .section-tree .section:focus{
  background-color: var(--primarycolor);
  border-color: var(--grey);
}

.section-tree .section:hover *, .section-tree .section:active *, .section-tree .section:focus *, .section-tree .section:focus-within *{
  color: var(--text-invert);
}

.section-tree .section-link{
  color: var(--text-dark);
	padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
  position: relative;
}

.section-tree .section-link:hover,.section-tree .section-link:active, .section-tree .section-link:focus{
  text-decoration: none;
}
/* 
.section-tree .section-link:before{
  content: '\f02d';
  font-family: 'FontAwesome';
  position: absolute;
  top:20px;
  right:20px;
  -webkit-transform: scaleX(-1) rotate(180deg);
  transform: scaleX(-1) rotate(180deg);
} */

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

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

.section-tree-desc{
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--text);
  transition: color .3s ease;
}

.section-tree-desc:not(:empty) {
  margin-top: 8px;
}

.section-tree-title a {
  color: var(--text-dark);
}

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

.article-list{
  column-count: 2; 
  column-gap: 20px;
}

.article-list-item a {
  display: inline-block;
  color: var(--text);
  position: relative;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #5f7985;
  vertical-align: top;
  width: calc(100% - 20px);
}

li.article-list-item:not(.article-promoted)::marker {
  line-height: 2.1;
}

.article-list-item a:hover, .article-list-item a:visited, .article-list-item a:active, .article-list-item a:focus{
  text-decoration: none; 
}

/* .article-list-item a:after{
  content: '\f054';
  font-family: 'FontAwesome';
  position: absolute;
  right: 10px;
  transition: transform .3s ease;
  font-size: 12px;
  top: calc(50% - 10px);
  transition: right .3s ease;
}

.article-list-item a:hover:after{
  right: 5px;
} */

.icon-star {
  color: #5f798580;
  font-size: 14px;
  width: 12px !important;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

li.article-list-item:not(.article-promoted) {
  list-style: disc;
  color: #5f798580;
  font-size: 12px;
  list-style-position: inside;
  padding-left: 4px;
}

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

.section-content {
  flex: 1;
}

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

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

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

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

.section-list-item a {
  align-items: center;
  color: var(--text-dark);
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

.article-title{
  margin-bottom: 0;
}

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

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

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

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

.article-page{
  padding-bottom: 0;
}

.article-page .container{
  padding: 0 0 0 40px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
} 

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

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

.article-sidebar:empty{
  display: none;
}

.article-body a {
  color: var(--linkcolor);
  text-decoration: underline;
}

.article-body a:visited {
  color: var(--linkcolor);
}

.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: var(--primarycolor);
}

.article-body img {
  height: auto;
  max-width: 100%;
  border-radius: var(--border-radius);
}

.article-body iframe{
  border-radius: var(--border-radius);
}

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

.article-body table{
  border-collapse: separate !important;
  margin: 25px 0;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  min-width: 400px;
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
  border-radius: var(--border-radius);
  border: none;
}

@media screen and (max-width: 479px){
  .article-body table, .article-body table *{
    min-width: 0;
  }
}

.article-body table tbody{
  border: none;
}

.article-body table tbody tr:nth-of-type(odd){
    background-color: var(--grey);
}

.article-body table tbody tr:first-child{
  background-color: var(--primarycolor);
  color: var(--text-invert);
  font-weight: 500;
}
.article-body table tbody tr:first-child td:first-child{
  border-radius: var(--border-radius) 0 0 0;
}

.article-body table tbody tr:first-child td:last-child{
  border-radius: 0px var(--border-radius) 0 0;
}

.article-body table th, .article-body table td{
  padding: 12px 15px;
  border: none;
}

.article-body table td {
	font-weight: normal;
}

.article-body table tbody tr:not(:last-child) {
  border-bottom: 1px solid var(--grey);
}

.article-body table tbody tr:last-of-type td:first-child{
  border-radius: 0 0 0 var(--border-radius);
}

.article-body table tbody tr:last-of-type td:last-child{
  border-radius: 0 0 var(--border-radius) 0;
}

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

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

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

.article-body :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  position: relative;
  border: 1px solid var(--primarycolor);
  border-radius: var(--border-radius);
  padding: 10px 15px;
  overflow: auto;
  white-space: pre-wrap;
  max-width: calc(100vw - 30px);
}

.article-body pre:before{
  content: '';
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

.article-body blockquote {
  border-left: 2px solid #444;
  color: var(--text);
  padding: 0 0 0 15px;
  margin: 0;
}

dl.support-article-list {
  display: grid;
  grid-template-columns: minmax(170px, max-content) 1fr;
  row-gap: 5px;
  column-gap: 5px;
	align-items: baseline;
}

.support-article-list dt {
	font-weight: 900;
}

.support-article-list dd {
	margin: 0;
}

@media (max-width: 540px) {
  dl.support-article-list {
    display: flex;
    flex-direction: column;
	}
}

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

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

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--grey);
  padding: 20px 0;
}

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .main-content.multiple-languages{
    padding-bottom: 50px;
  }
}

.article-comment-count {
  color: var(--text);
}

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

.article-comment-count-icon {
  vertical-align: middle;
  color: var(--secondarycolor);
  width: 18px;
  height: 18px;
}

.toc {
  flex: 1 0 auto;
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .toc {
		flex: 0 0 30%;
    padding-left: 30px;
    padding-top: 10px;
  }
}

.indent{
  text-indent: 8px;
}

.sidebar-container.sticky{
  position: sticky;
  top: calc(50px + var(--headerheight));
}

.otp-title{
	padding-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  color: #666;
}

.otp-item{
/*   overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
  display: -webkit-box;
  line-height: 1.25;
  padding: 4px 8px 4px 8px;
  margin-bottom: 4px;
  color: var(--tree-text);
  transition: color .3s ease;
  font-weight: 400;
  font-size: 14px;
  transition: background .3s ease;
  border-radius: var(--border-radius);
}

.otp-item:visited, .otp-item:focus, .otp-item:active{
	color: var(--tree-text);
  text-decoration: none;
}

.otp-item:hover {
  text-decoration: none;
  color: #38393e;
}

.current-article .otp-item {
  font-weight: 500;
  position: relative;
  color: var(--tree-text);
  background: #e1ecf366;
}

/* .current-article .otp-item:before{
  content: '';
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
} */

.article-votes {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.article-vote {
  margin: 10px 5px;
  min-width: auto;
  width: auto;
  border: none;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: #666;
  transition: color .3s ease;
}

.article-vote:hover, .article-vote[aria-pressed=true]{
  color: var(--primarycolor);
}

.article-vote.article-vote-up:after{
  content: '\f118';
  font-family: 'FontAwesome';
	font-size: 24px;  
}

.article-vote.article-vote-down:after{
  content: '\f119';
  font-family: 'FontAwesome';
	font-size: 24px;  
}

.article-votes-group{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 479px){
  .article-votes-group{
    flex-direction: column;
  }
}

.article-votes-controls{
 	display: flex;
  margin-left: 16px; 
}

.article-votes-question{
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 500;
}

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

.article-more-questions a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.article-more-questions a:visited {
  color: var(--primarycolor);
}

.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: var(--primarycolor);
}

.article-return-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

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

.article-return-to-top a {
	display: flex;
  background: var(--primarycolor);
  color: var(--text-invert);
  border-radius: var(--border-radius);
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  opacity: .6;
  transition: opacity .3s ease;
}

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

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}

.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  position: relative;
  padding-bottom: 5px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  margin: 0;
  color: #666;
}

.sidenav-item {
	border: none;
  background: none;
  cursor: pointer;
  padding: 4px 30px 4px 8px;
  margin-bottom: 4px;
  position: relative;
  width: 100%;
  display: flex;
  line-height: 22px;
  transition: color .3s ease;
  color: var(--tree-text);
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  transition: background .3s ease;
  border-radius: var(--border-radius);
}

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

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

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

.attachments .attachment-item .attachment-icon {
  color: var(--text-dark);
  left: 0;
  position: absolute;
  top: 5px;
}

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

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

.form-field .upload-dropzone{
  border-style: dashed;
  border-radius: var(--border-radius);
}

.upload-dropzone span {
  color: var(--text);
}

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

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

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: var(--text);
}

.share a:hover {
  text-decoration: none;
  color: var(--secondarycolor);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}


/**** Call out styling ****/
.notes{
  position: relative;
  padding: 16px 24px 16px 48px;
  border-radius: var(--border-radius);
}

.notes:before{
 	content: '';
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
	pointer-events: none;
}

.notes:after{
  content: '\f05a';
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
  pointer-events: none;
  font-family: 'FontAwesome';
  color: var(--primarycolor);
}



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

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

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

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

.comment-callout {
  color: var(--text);
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color:  var(--primarycolor);
  text-decoration: underline;
}

.comment-callout a:visited {
  color: var(--primarycolor);
}

.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: var(--primarycolor);
}

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

.comment-sorter .dropdown-toggle {
  color: var(--text);
  font-size: 13px;
}

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

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

.comment-wrapper.comment-official {
  border: 1px solid var(--secondarycolor);
  padding: 40px 20px 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-container {
  width: 100%;
}

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

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

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

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .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: var(--secondarycolor);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.comment-body a:visited {
  color: var(--primarycolor);
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: var(--primarycolor);
}

.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 :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

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

.vote-sum {
  color: var(--text);
  display: block;
  margin: 3px 0;
}

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

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: var(--secondarycolor);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--text);
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: var(--secondarycolor);
}

.vote-voted:hover {
  color: var(--secondarycolor);
}

/***** 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 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url($community_background_image);
  margin-bottom: 10px;
}

.community-footer {
  border-top: 1px solid var(--grey);
  padding-top: 50px;
  text-align: center;
}

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

.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}

.community-featured-posts, .community-activity {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: var(--text-invert);
  color: var(--text-invert);
}

.community-follow button[data-selected="true"] {
  background-color: var(--primarycolor);
  color: var(--text-invert);
  transition: opacity .3s ease;
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid var(--text-invert);
  color: var(--text-invert);
}

.community-follow button[data-selected="true"]:hover {
	opacity: .8;
}

.community-follow button::after {
  border-left: 1px solid var(--primarycolor);
  content: attr(data-follower-count);
  display: inline-block;
  font-family: 'Urania', sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

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

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid var(--primarycolor);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

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

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

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

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

.striped-list-title {
  color: var(--text);
  margin-bottom: 10px;
  margin-right: 5px;
  transition: color .3s ease;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: none;
  color: var(--primarycolor);
}

.striped-list-title:visited {
  color: var(--primarycolor);
}

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

.striped-list-count {
  color: var(--text);
  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 {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: var(--text-dark);
    display: block;
  }
}

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

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

.status-label-pinned, .status-label-featured, .status-label-official {
  color: var(--primarycolor);
  background: transparent;
  position: relative;
  border-radius: var(--border-radius);
}

.status-label-pinned:before, .status-label-featured:before, .status-label-official:before{
  content: '';
    background: var(--primarycolor);
    opacity: 0.1;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: var(--border-radius);
    pointer-events: none;
}



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

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

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

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: var(--text);
}

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

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

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

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

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

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

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

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

.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: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.post-content {
  font-family: 'Urania', 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 a {
  color: var(--primarycolor);
  text-decoration: underline;
}

.post-body a:visited {
  color: var(--primarycolor);
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: var(--primarycolor);
}

.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 :not(pre) > code {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: darken($background_color, 3%);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

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

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

.post-comment-count {
  color: var(--text);
}

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

.post-comment-count .icon-comments {
  color: var(--primarycolor);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

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

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

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

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

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

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

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

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

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

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

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

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
}

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

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  	border-bottom: 1px solid #ddd;
  }
}

.collapsible-nav-list li {
  color: var(--text-dark);
  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: var(--text-dark);
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

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

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

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

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: var(--border-radius) solid var(--secondarycolor);
    order: 1;
  	margin-bottom: -1px;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: var(--text-dark);
}

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

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

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

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

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

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

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

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid var(--secondarycolor);
}

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

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

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

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

/***** My activities *****/
.my-activities-nav {
  background-color: var(--peach);
  margin-bottom: 20px;
}

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

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

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .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;
} */

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

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

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

.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 */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.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: var(--text);
  font-size: 13px;
}

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

.no-activities {
  color: var(--text);
}

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

/* @media (min-width: 1024px) { */
  @media (min-width: 768px) {
  .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) { */
@media (min-width: 768px) {
  .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) { */
@media (min-width: 768px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

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

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

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: var(--text);
  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 var(--secondarycolor);
}

.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 var(--secondarycolor);
}

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

.request-title {
  width: 100%;
}

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

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

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .request-sidebar {
    background-color: darken($background_color, 3%);
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

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

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .request-sidebar h2 {
    display: none;
  }
}

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

.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: var(--text);
  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;
  font-size: 14px;
}

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

.pagination-list{
	display: flex;
  justify-content: space-between;
  width: 100%;
}

.pagination-list.right{
  justify-content: flex-end;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-flex;
}

.pagination-first{
  margin-right: 4px;
}
.pagination-last{
  margin-left: 4px;
}

.pagination-next a, .pagination-prev a, .pagination-first a, .pagination-last a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

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

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: var(--text);
  font-size: 13px;
}

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

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

.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: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  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;
  line-height: 1;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: center;
  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;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.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: var(--text);
  flex: 0 0 100px;
  margin-right: 10px;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  }
  [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;
  }
}

@media (min-width: 1080px) {
  .profile-stats-activity .stat-label {
    white-space: nowrap;
  }
}

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

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .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) { */
@media (min-width: 768px) {
  .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) { */
@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

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

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

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

.profile-nav {
  background-color: darken($background_color, 5%);
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .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: var(--text);
  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-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: var(--text);
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.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-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

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

.profile-contribution-icon svg {
  vertical-align: middle;
}

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

.private-activity-icon {
  margin-right: 10px;
}

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

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

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

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

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

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

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

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

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

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

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

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: darken($background_color, 3%);
}

@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-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: $background_color;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

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

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

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

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

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

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

.search-results-sidebar .sidenav-item {
	transition: background .3s ease;
}

.search-results-sidebar .sidenav-item:hover{
	color: var(--text);
  background: #eceff1;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item:active, .search-results-sidebar .sidenav-item:focus{
  text-decoration: none;
}

.search-results-sidebar .sidenav-item:visited{
  color: var(--tree-text);
}

.search-results-sidebar .sidenav-item.current{
  color: var(--primarycolor);
  border-radius: var(--border-radius);
  text-decoration: none;
  position: relative;
  font-weight: 500;
}

.search-results-sidebar .sidenav-item.current:before{
  content: '';
  background: var(--primarycolor);
  opacity: 0.1;
  top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: var(--border-radius);
  pointer-events: none;
}

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

.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}

.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}

.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}

.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}

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

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list, .search-results-sidebar .multibrand-filter-list .see-all-filters{
  display: none;
}
/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .search-results-sidebar .collapsible-sidebar .multibrand-filter-list{
    display: none;
  }
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="true"] .multibrand-filter-list{
  display: flex;
  flex-direction: column;
}

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


.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: var(--primarycolor);
}

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

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

.search-results-list > li {
  background: #fff;
  border-radius: var(--border-radius);
  margin-bottom: 0;
  margin-left: -20px;
  transition: background .3s ease;
}

.search-results-list > li:hover, .search-results-list > li:hover, .search-results-list > li:hover{
  background: var(--grey);
}

.search-results-list > li > a{
  	display: block;
    padding: 20px;
}

.search-results-list > li > a:hover, .search-results-list > li > a:active, .search-results-list > li > a:focus{
  text-decoration: none;
}

.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) { */
@media (min-width: 768px) {
  .search-results .meta-group {
    display: flex;
  }
}

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

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

/* @media (min-width: 1024px) { */
@media (min-width: 768px) {
  .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: 8px;
  word-break: break-word;
}

.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}

.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}

.search-results .no-results .action-prompt a {
  color: #1F73B7;
}

.search-results .no-results .action-prompt a:visited {
  color: #1F73B7;
}

.search-result-title {
	color: var(--text-dark);
  display: inline-block;
  margin-bottom: 0;
}

.search-result-title a, .search-result-title a:visited{
  color: var(--text-dark);
}



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

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

.search-result-votes, .search-result-meta-count {
  color: var(--text);
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: var(--secondarycolor);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[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 .meta-group {
  align-items: center;
}

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

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

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

/* By default use bold instead of italic to highlight */
.search-results-description{
  color: var(--text);
}
.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;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: 'Urania', sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-flex;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  align-items: stretch;
  justify-content: center;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #87929D;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.user-info.dropdown{
  position: unset;
}

.user-info.dropdown .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0 0 0 var(--border-radius);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  margin-top: 1px;
  min-width: 200px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
  top: var(--headerheight);
  display: flex;
  flex-direction: column;
  left: unset;
  right: -200px;
  transition: right .3s ease;
  overflow: scroll;
  padding: 0;
}

.user-info.dropdown .dropdown-menu[aria-expanded="true"] {
	display: flex;
	right: 0;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  display: inline-flex;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}

.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}

.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}

[dir="ltr"] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}

[dir="rtl"] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}

.content-tag-list li:last-child {
  border: none;
}

/*Language Selector*/
.footer-language-selector{
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  background: white;
}


.footer-language-selector button {
  color: var(--text);
  display: inline-block;
}

  .footer-language-selector .dropdown-menu{
    right: -230px;
    transition: right .3s ease;
    display: block;
    bottom: 40px;
    left: auto;
    border: none;
    border-radius: var(--border-radius);
  }
  .footer-language-selector .dropdown-menu[aria-expanded="true"]{
     right: -20px;
  }

/* @media screen and (max-width: 1023px){ */
@media screen and (max-width: 767px){
  .footer-language-selector{
    left: 20px;
    right: unset;
  }
  .footer-language-selector .dropdown-menu[aria-expanded="true"]{
     left: -20px;
    right: unset;
  }
  .footer-language-selector .dropdown-menu{
    left: -230px;
		right: unset;
    transition: left .3s ease;
  }
}


/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
  border-radius: var(--border-radius) var(--border-radius) 0 var(--border-radius);
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px dashed #87929D;
  border-radius: var(--border-radius);
}

/*Mobile Input Text Font Size*/
@media screen and (max-width: 768px){
  input, textarea{
    font-size: 16px;
  }
}

zd-autocomplete {
  font-family: 'Urania', sans-serif;
}

zd-autocomplete a {
  color: var(--linkcolor);
}

zd-autocomplete-title-multibrand {
  color: var(--linkcolor) !important;
}

/* 
----------------------------------------------------------------------------------------
STYLE OVERRIDES 
----------------------------------------------------------------------------------------
*/

@media (min-width: 768px){

  body {
    background: linear-gradient(to right, #f6f8fa 27%,#f6f8fa 27%,#ffffff 28%);
  }
}

.main-content {
  max-width: 1200px;
  margin: 0 auto;
}

#user-nav .search input[type="search"] {
  width: 260px;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  margin: 0 18px 0 0;
  padding: 6px 28px 6px 9px;
  border-radius: 5px;
  box-shadow: inset 0 2px 1px 0 var(--gray-1), inset 0 -1px 0 0 #0075b1;
  background-color: #fff;
  font-family: 'Urania', sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #818da0;
  border: none;
}

@media (max-width: 895px) {
  #user-nav .search input[type="search"] {
    max-width: calc(100vw - 635px);
  }
  
  span[data-user-name="true"] {
    max-width: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
	}
}

svg.search-icon {
  width: 12px;
  height: 12px;
  left: 10px;
}

.kt-category h4, .ct-topic h4 {
  text-transform: none;
}

.header-container {
  max-width: 1200px;
  height: 65px;
  margin: 0 auto;
  padding: 15px 20px 15px 40px;
  border-radius: 15px;
  background-image: linear-gradient(to top, #28292c, #3d3e44);
  position: relative;
}

.home .header-container {
  max-width: 960px;
}



header.header {
  background: transparent;
  border: none;
  padding: 0 28px;
  background-image: linear-gradient(to top, #28292c, #3d3e44) !important;
}

.user-info > button.dropdown-toggle {
  margin: 0;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 1px #38393e;
  background-color: rgba(92, 105, 124, 0.4);
  height: 32px; 
  
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #dee8ee;
}

.user-avatar {
  height: 20px;
  width: 20px;
  position: relative;
  top: -1px;
}

.user-info.dropdown .dropdown-menu {
  margin: 0;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid 1px #38393e;
  background-image: linear-gradient(to top, #28292c, #3d3e44);
  overflow: visible;
  top: 28px;
  right: 0;
  transition: all .3s;
  max-height: 60px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.user-info.dropdown .dropdown-menu[aria-expanded="true"] {
  top: 34px;
  right: 0;
  max-height: 160px;
  opacity: 1;
  pointer-events: auto;
}

.user-info.dropdown {
  position: relative;
}

.dropdown-menu [role="menuitem"] {
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #dee8ee;
  right: 0;
  border: solid 1px #38393e00;
  transition: all .15s;
}

.dropdown-menu [role="menuitem"]:hover {
  border-radius: 5px;
  color: #fff;
  border: solid 1px #38393e;
  background-color: rgba(92, 105, 124, 0.4);
}

.logo img {
  width: auto;
  height: 40px;
}

.nav-wrapper-desktop a.nav-link.sign-in, 
.nav-wrapper-desktop a.nav-link.submit-a-request {
	font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38393e;
  height: 32px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 0 18px;
  padding: 8px 10px 7px;
  border-radius: 5px;
  border: solid 0 #becfd9;
  background-color: #fff;
}

.knowledge-tree, 
.community-tree {
  background: #F6F8FA;
  position: relative;
  top: -82px;
  margin-bottom: -82px;
}

.knowledge-tree, 
.community-tree {
  display: flex;
  background: #F6F8FA;
  position: relative;
  top: -82px;
  margin-bottom: -82px;
  padding-top: 96px;
}

.kt-category h4, .ct-topic h4 {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 8px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38393e;
  padding-left: 19px;
}

.kt-sections {
  padding: 0;
}

.kt-toggle-btn, .ct-toggle-btn {
  padding: 4px 6px;
  margin-left: 14px;
  width: calc(100% - 14px);
}

.kt-toggle-btn:after, .ct-toggle-btn:after {
  left: -13px;
  font-size: 10px;
  top: 7px;
}

button.kt-toggle-btn {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #637085;
}

a.kt-article {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #637085;
}

.active > .kt-toggle-btn:after, .active > .ct-toggle-btn:after {
  top: 8px;
}

.logo {
  padding: 0;
}

.kt-body, .ct-body {
  overflow: visible;
  max-height: unset;
}

.kt-section {
  position: relative;
}

.kt-toggle-btn:after, .ct-toggle-btn:after {
  width: 8px;
  height: 10px;
}

.knowledge-tree, .community-tree {
  overflow-y: auto;
  min-width: 280px;
}

.page-header.section-page-header {
  background: none;
  color: inherit;
  padding: 0;
}

.page-header * {
  color: inherit;
}

.page-header + h2 {
  font-size: 22px;
  font-weight: 600;
}

aside.toc {
  width: 260px;
  width: 430px;
  flex-grow: 0;
  border-left: solid 1px #dee8ee;
  padding-left: 30px;
  margin-left: 30px;
  top: 73px;
  margin-top: -60px;
  padding-top: 50px;
  margin-top: -30px;
  padding-top: 42px;
  min-height: 100vh;
  /*
  height: 610px;
  position: sticky;
  */
}

header.sections-list-header {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px){
  
.home.hide-title .home-title,
.home.hide-subtitle .search-container {
  opacity: 0;
}

  .toc .sidebar-container::before {
    content: "";
    border-left: solid 1px #dee8ee;
    position: absolute;
    height: 20px;
    left: -31px;
    top: -134px;
  }
}

.toc .sidebar-container {
  position: relative;
}

aside.toc .aside-toggler {
  display: none;
}

/* START TOC modification for articles */

.article-body ul.onThisPage {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-body .onThisPage li {
  margin-bottom: 0;
}

.article-body .onThisPage li, .article-body .onThisPage li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #637085;
}

.toc .sidebar-container::before {
  display: none;
}

.article-body aside.toc {
  border-radius: 6px;
  padding: 20px 15px 16px;
  margin: 0;
  float: right;
  min-height: unset;
  border: solid 1px #dee8ee;
  width: 340px;
  margin: 0 0 15px 15px;
}

.article-body aside.toc.toc-hidden {
  display: none !important;
}

.article-body .otp-title {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38393e;
  padding-left: 7px;
  text-transform: none;
  margin: 0 0 3px;
}

.article-body aside.toc li:last-child {
  margin: 0;
}

.article-body .otp-item {
  display: -webkit-box;
  line-height: 1.25;
  padding: 4px 8px 4px 8px;
  margin-bottom: 0;
  text-decoration: none;
  color: var(--tree-text);
  transition: color .3s ease;
  font-weight: 400;
  font-size: 14px;
  transition: background .3s ease;
  border-radius: var(--border-radius);
}

.article-body .otp-item:visited, 
.article-body .otp-item:focus, 
.article-body .otp-item:active{
  color: var(--tree-text);
  text-decoration: none;
}

.article-body .otp-item:hover {
  text-decoration: none;
  color: #38393e;
} 

/* .article-body .otp-item:hover {
    text-decoration: none;
    color: #2e759a;
    background: #def3fd;
}*/

.article-body .current-article .otp-item {
  font-weight: 500;
  position: relative;
  color: var(--tree-text);
  background: #e1ecf366;
}

/* END TOC modification for articles */

@media screen and (max-width: 1260px){
  
  aside.toc,
  .article-body aside.toc {
    position: fixed !important;
    right: -1px;
    top: 0; 
    bottom: 0;
    width: 0;
    background: white;
    height: 100vh;
    height: max-content;
    margin-top: 0;
    padding-top: 104px;
    border-radius: 0 0 0 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    border-left: none;
    transition: width .3s, padding .3s;
  }

  aside.toc.is-open,
  .article-body aside.toc.is-open {
    width: 286px;
    padding-left: 30px;
    border-left: solid 1px #dee8ee;
    box-shadow: 0 3px 5px 0 #dee8ee;
  }

  aside.toc .aside-toggler,
  .article-body aside.toc .aside-toggler {
    position: absolute;
    left: -29px;
    width: 29px;
    height: 32px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 6px 8px 7px;
    border-radius: 5px 0 0 5px;
    box-shadow: inset 0 -1px 0 0 #ccdae3;
    border: solid 1px #dce8f0;
    border-right: none;
    background-color: #fff;
    display: block;
  }

  aside.toc .sidebar-container,
  .article-body aside.toc .sidebar-container {
    overflow: hidden;
    width: 0;
    transition: all .3s;
  }

  aside.toc.is-open .sidebar-container,
  .article-body aside.toc.is-open .sidebar-container {
    width: 220px;
  }

  aside.toc .sidebar-container .on-this-page,
  .article-body aside.toc .sidebar-container .on-this-page {
    width: 220px;
  }

  aside.toc .aside-toggler button.kt-toggle-btn,
  .article-body aside.toc .aside-toggler button.kt-toggle-btn {
    position: absolute;
    left: -15px;
    top: -1px;
    width: 29px;
    height: 32px;
  }

  aside.toc .aside-toggler button.kt-toggle-btn::after,
  .article-body aside.toc .aside-toggler button.kt-toggle-btn::after {
    transform: scale(-1);
    left: 11px;
    top: 11px;
  }

  aside.toc.is-open .aside-toggler button.kt-toggle-btn::after,
  .article-body aside.toc.is-open .aside-toggler button.kt-toggle-btn::after {
    transform: scale(1);
  }

  aside.toc .aside-toggler button.kt-toggle-btn:hover,
  .article-body aside.toc .aside-toggler button.kt-toggle-btn:hover {
    background: transparent;
  }
  
  .article-body .otp-title {
    display: none;
  }
}

@media (max-width: 767px) {

  aside.knowledge-tree {
    display: none;
  }
  
  header.header {
    padding: 0;
  }

  header.header::after {
    left: 0;
    right: 0;
    height: 10px;
    background: white;
    content: "";
    position: absolute;
    top: 0px;
    transition: all .3s;
    display: none;
  }
  
  .header-container {
    border-radius: 0;
  }
  
  .article-page .container {
    padding: 0;
  }
  
  .home-header {
    margin-bottom: 0;
  }
  
  aside.toc::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(to right, rgba(92, 105, 124, 0.5) 0%, rgba(45, 57, 75, 0.5) 48%);
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
    transition-delay: 0;
  }
  
  aside.toc.is-open, 
  .article-body aside.toc.is-open {
    width: 300px;
    height: 100vh;
    z-index: 1;
    border-radius: 0;
    max-width: calc(100vw - 50px);
	}

  aside.toc.is-open::after {
    width: calc(100% - 299px);
    max-width: calc(100vw - 310px);
    opacity: 1;
  }
  
  .mobile-search-container.active {
    max-height: 0;
    position: fixed;
    bottom: 0;
    background: white;
  	z-index: 10;
    transition: all .3s;
    width: 100%;
  }
  
  .pt-mobile-menu-container[aria-expanded="true"] .mobile-search-container.active {
    max-height: 80px;
  }
  
  .search input[type="search"]#query {
    padding: 6px 8px 6px 40px;
    border-radius: 5px;
    box-shadow: inset 0 2px 1px 0 #f6f8fa, inset 0 0 0 1px #dee8ee, inset 0 -1px 0 0 #becfd9;
    background-color: #fff;
    width: 268px;
  	height: 32px;
  }

  svg.search-icon {
    left: unset;
    right: 13px;
  }
}

@media (max-width: 320px) {
  aside.toc.is-open::after {
    width: 38px;
    max-width: unset;
	} 
}

/*support docs list*/

.support-group-list {
  list-style: none !important;
  color: #999;  
  padding: 0 20px 15px 27px;
}

.support-group-list li {
  list-style: none;
  margin-left: 1em;
  line-height: 1.3;
  padding: 0 0 .5em 0;
  font-size: .9em;
  position: relative;
}

.support-group-list li:not(.support-group-list--more):not(.article-promoted)::before {
    content: "•";
    font-family: arial,sans-serif;
    font-size: 1.25em;
    left: -18px;
    line-height: 1;
    position: absolute;
    top: 0;
}

.support-group-list li.support-group-list--more {
  position: relative;
  bottom: 0;
  list-style: none;
}

.support-group-list li.support-group-list--more a::before {
  content: none;
}

.support-group-list a {
  position: relative;
  text-decoration: none;
  display: inline-block !important;  
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f7985;
}

.support-group-list a:hover {
  text-decoration: underline;
}

.support-group-list li span {
  display: inline;
  position: relative;
  background: white;
  color: #444;
  margin-right: 3px;
}

.support-group-list li.article-promoted {
  padding-left: 2px;
}

.support-group-list li span.is-promoted {
  color: #5f798580;
  left: -3px;
}

.support-group-list li.support-group-list--more a {
  text-decoration: none;
  font-weight: 600;
  color: #008dd6;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  padding-left: 0;
}

.support-group-list li.support-group-list--more a:hover {
  text-decoration: underline;
}

.support-section-list li.article-promoted {
    list-style: none;
}

.article-promoted span {
    margin-left: -20px;
    padding-right: 0px;
}

.support-group .support-group-figure.category-delivery {
  background-image: url("/hc/theming_assets/01K726KAYZ94H4T56GT1JV18WQ");
}

.support-group .support-group-figure.category-technical {
  background-image: url("/hc/theming_assets/01K726K83H4QE39D9F9VE80E0P");
}

.support-group .support-group-figure.category-billing {
  background-image: url("/hc/theming_assets/01K726KB38XWP4DCDCFD6X6FFB");
}

.support-group .support-group-figure.category-api {
  background-image: url("/hc/theming_assets/01K726KB3RWR6S860FY3W9EA62");
}

.support-group .support-group-figure.category-setupguides,
.support-group .support-group-figure.category-dns-setup {
  background-image: url("/hc/theming_assets/01K726KB1W6WD71PFRABEXQJNC");
}

.support-group .support-group-figure.category-features {
  background-image: url("/hc/theming_assets/01K726K8R7E6A5FN283XDYFRBZ");
}

.support-group .support-group-figure {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  border-radius: 15px 15px 0 0;
}

.support-group .support-group-figure a {
  display: block;
  height: 168px;
}

.section.knowledge-base {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.support-group-title {
  font-family: Urania;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5f7985;
  padding: 15px 20px 5px;
}

.support-group-title a {
  color: #5f7985;
}

.support-group-title a:hover {
  color: #5f7985;
  text-decoration: none;
}

/* homepage header overrides */

body.home > main {
  padding: 0;
}

body.home > main .main-content {
  max-width: 1020px;
}

body.home > main .homepage-content .container {
  max-width: 100%;
  padding: 0;
}

body.home > main .homepage-content .home-header {
  margin-top: -112px;
  padding-top: 112px;
  margin-left: -30px;
  margin-right: -30px;
  border-radius: 0 0 15px 15px;
  background-image: linear-gradient(to bottom, #58b6c5 0%, #5685bc 130%);
  padding-bottom: 76px;
}

section.request-sidebar.collapsible-sidebar {
  align-items: flex-start;
  padding: 0 15px;
/*   border-radius: 15px;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.25), inset 0 -1px 2px 0 rgba(237, 240, 242, 0.4), 0 4px 15px 0 rgba(0, 0, 0, 0.04), 0 2px 2px 0 rgba(0, 0, 0, 0.07), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9fcff; */
}

.request-details dt {
  display: block;
  margin: 10px 0 0;
  font-weight: 600;
}

.request-details dt + dd {
  padding: 0;
  margin: 0;
}

dt.request-status {
  display: none;
}

dd.request-status {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}

dt.request-status {
  display: none;
}

dd.request-status {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right;
}

.request-details:nth-child(2) dt:nth-last-child(2), 
.request-details:nth-child(2) dd:last-child {
  width: calc(100% - 80px);
}

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

.request-details:first-child dt:first-child {
  margin-top: 0;
}

.request-details:nth-child(2) dt:first-child {
  margin-top: 15px;
}

@media (max-width: 1200px) {

  .container {
    padding: 0 15px !important;
  } 
}

@media (max-width: 980px) {

  .profile-stats-activity {
    flex-direction: column;
  }
  
  .profile-stats-activity .stat:not(:last-child) {
    border: none;
  }
  
  .profile-stats-activity .stat {
    flex-direction: row;
  }
  
  .profile-stats-activity .stat-label {
    width: 110px;
  }
}

@media (max-width: 767px) {

  .section.knowledge-base {
    grid-template-columns: repeat(2, 1fr);
  }

  .home:not(.nav-has-after) header.header::after {
    display: none;
  }
  
  header.header.toc-open::after {
    opacity: 0;
  }
  
  .header-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
  }

  .nav-wrapper-mobile {
    width: 38px;
    height: 32px;
    border-radius: 5px;
    background-color: rgba(92, 105, 124, 0.4);
    margin-right: 9px;
  }

  .nav-wrapper-mobile .menu-button-mobile .icon-menu div {
    background: white;
    width: 18px !important;
    left: 4px !important;
    margin-bottom: 4px;
    height: 1px;
  }

  .nav-wrapper-mobile .menu-button-mobile .icon-menu div:last-child {
    top: 0;
  }

  .nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu div:first-child {
    left: 7px !important;
    top: -1px;
  }

  .nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu div:nth-child(2) {
    top: 0;
  }

  .pt-mobile-menu-container {
    padding-bottom: 140px;
  }



.pt-mobile-menu-container[aria-expanded="true"] + main .content {
  background: #2C2D31;
}

.pt-mobile-menu-container + main .content {
  transition: background .3s;
  padding: 16px 20px 50px 0;
}
  
  .home-header h1 {
    font-size: 38px;
  }

  body.home > main .homepage-content .home-header {
    margin-left: -32px;
    margin-right: -32px;
  }

  li.article-list-item.article-promoted a.article-list-link {
    padding-left: 22px;
  }

  li.article-list-item.article-promoted a.article-list-link .icon-star {
    position: absolute;
    left: 0px;
    top: 4px;
  }
  
  .mobile-knowledge-tree {
    padding: 0px 22px;
	}
  
  .mobile-knowledge-tree .kt-body {
    margin-top: 10px;
	}
  
  .pt-mobile-menu-container .menu-list-mobile-items a {
    padding-left: 41px;
	}
  
  .pt-mobile-menu-container .menu-list-mobile-items a.my-profile {
    padding-left: 13px;
	}
  
  .pt-mobile-menu-container .menu-list-mobile-items .menu-profile-avatar {
    margin-right: 9px;
  }
  
  .mobile-search-container .container .search input[type="search"]#query {
    left: -4px;
    min-width: calc(100vw - 26px);
    padding-left: 29px;
	}
  
  .pt-mobile-menu-container[aria-expanded="true"] .mobile-search-container.active svg.search-icon {
    left: 6px;
	}
}

@media (max-width: 480px) {

  .section.knowledge-base {
    grid-template-columns: repeat(1, 1fr);
  }

  .home-header .search-container {
    max-width: calc(100vw - 2em);
  }
}

/* sections page styling */

.home .header-container {
  max-width: 1200px;
}

svg.search-icon {
  width: 12px;
  height: 12px;
  left: 15px;
}

header.sections-list-header {
  margin-bottom: 12px;
}

section.category-page-sections {
  margin-bottom: 48px;
}

section.section.knowledge-base.sections-grid-homepage {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

section.section.knowledge-base.sections-grid-homepage .support-group .support-group-figure a {
  height: 108px;
}

@media (max-width: 767px) {
  .header-container {
    padding: 15px;
  }
}

@media (max-width: 800px) {
  
  section.section.knowledge-base.sections-grid-homepage .support-group .support-group-figure a {
    height: 168px;
  }
}

@media (max-width: 480px) {
  section.section.knowledge-base.sections-grid-homepage {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* /sections page styling  */

/*
///////
////////////////////
///////////////////////////////////////
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////\
START TEMPORARY OVERRIDES                                                                        )
////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
///////////////////////////////////////
////////////////////
///////
*/































@media screen and (min-width: 53.75em) {
  .single-review-button {
    width: 272px;
    float: none;
    height: 45px;
    padding: 0.5625em 0.9375em 0.5625em 0.9375em;
    display: flex;
    align-items: center;
  }
  .single-review-button.footer-capterra .review-link-logo {
    padding-left: 0.25em;
  }
}

@media screen and (min-width: 53.75em) {
  .single-review-button.footer-g2crowd .review-link-logo {
    top: unset;
    transform: unset;
    display: flex;
    justify-content: center;
    flex-basis: 143px;
  }
}
.single-review-button.footer-g2crowd .review-link-logo svg {
  max-width: 21px;
}
@media screen and (min-width: 53.75em) {
  .single-review-button.footer-g2crowd .review-link-logo svg {
    max-width: 30px;
    position: relative;
    left: -7px;
  }
}

.nav-footer a,
.nav-footer .link {
  color: #7c7c7c;
}
.nav-footer a:hover,
.nav-footer .link:hover {
  color: #3bb67e;
}

footer {
  padding: 3.75em 2.25em;
}

footer .page-container, footer .side-static-content, footer .single-figure, footer .single-content {
  margin-bottom: 1.5em;
}
footer .nav-main {
  font-size: 0.95em;
  margin-bottom: 1.5em;
}
footer .nav-secondary {
  font-size: 0.8em;
}
footer .page-footer-form {
  text-align: center;
}
.signup-custom footer {
  background: #3e3e3e;
  color: #f8f8f8;
}
.signup-custom footer a {
  color: #bdbdbd;
  transition: color 0.3s;
}
.signup-custom footer a:hover {
  color: #f8f8f8 !important;
}
footer .footer-logotypes {
  margin: 0 0.75em 1.625em 0;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0;
}
footer .footer-logotypes .maawg-long {
  display: none;
}
footer .footer-logotypes .truste {
  margin-bottom: 0;
  margin-top: 0.0625em !important;
}
@media screen and (min-width: 21.5625em) {
  footer .footer-logotypes .truste {
    margin-bottom: 0.75em;
    margin-top: -3px !important;
  }
}
@media screen and (min-width: 25.0625em) {
  footer .footer-logotypes .truste {
    margin-bottom: 0;
    margin-top: 0.0625em !important;
  }
}
@media screen and (min-width: 26.4375em) {
  footer .footer-logotypes .truste {
    margin-bottom: 0.75em;
    margin-top: -3px !important;
  }
}
@media screen and (min-width: 48.6875em) {
  footer .footer-logotypes .truste {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 31.25em) {
  footer .footer-logotypes .maawg-short {
    display: none;
  }
  footer .footer-logotypes .maawg-long {
    display: inline-block;
    margin-top: 0.75em;
    margin-bottom: 0;
    height: initial;
    width: 336px;
    max-width: 100%;
  }
}
@media screen and (max-width: 31.25em) and (max-width: 25em) {
  footer .footer-logotypes .maawg-long {
    width: 256px;
  }
}
footer .footer-logotypes img {
  vertical-align: middle;
}
@media screen and (max-width: 48.625em) {
  footer .footer-logotypes img {
    margin-bottom: 0.75em;
  }
}
footer .footer-logotypes a {
  display: inline-block;
}
footer .footer-logotypes a:nth-child(2) img {
  position: relative;
  height: 54px;
  top: 6px;
}
@media screen and (max-width: 25em) {
  footer .footer-logotypes a:nth-child(2) img {
    height: 43px;
    top: 5px;
  }
}
footer .footer-logotypes a:nth-child(3) img {
  height: 54px !important;
  margin-top: -3px;
  top: 6px;
  position: relative;
}
@media screen and (max-width: 25em) {
  footer .footer-logotypes a:nth-child(3) img {
    height: 34px !important;
    top: 0;
  }
}
footer .footer-logotypes:first-child img:not(.maawg-long) {
  height: 42px;
  margin-top: -3px;
}
@media screen and (max-width: 25em) {
  footer .footer-logotypes:first-child img:not(.maawg-long) {
    height: 34px;
  }
}
@media screen and (max-width: 51.875em) {
  footer .nav-footer {
    padding-bottom: 0.75em;
  }
  footer .nav-main,
footer .nav-secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  footer .nav-main:last-child,
footer .nav-secondary:last-child {
    margin-right: 0;
  }
  footer .nav-main li,
footer .nav-secondary li {
    display: block;
    text-align: left;
    margin-bottom: 0.375em;
  }
  footer .nav-secondary li:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  footer .list-stuck {
    display: none;
  }
}



.page-footer {
  background: #fff;
  padding: 1.4375em 0 0;
  border-top: 1px solid var(--grey);
}
.page-footer .page-container, .page-footer .side-static-content, .page-footer .single-figure, .page-footer .single-content {
  padding: 1.1842105263em 0;
  background-color: #343a45;
  margin-bottom: 0;
  max-width: none;
  text-align: center;
}
@media screen and (min-width: 37.5em) {
  .page-footer .page-container, .page-footer .side-static-content, .page-footer .single-figure, .page-footer .single-content {
    padding: 1.1842105263em 0;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container, .page-footer .side-static-content, .page-footer .single-figure, .page-footer .single-content {
    padding: 2.25em 0;
  }
}
.page-footer .page-container .footer-navigation, .page-footer .side-static-content .footer-navigation, .page-footer .single-figure .footer-navigation, .page-footer .single-content .footer-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7894736842em;
}
.page-footer .page-container .footer-navigation::after, .page-footer .side-static-content .footer-navigation::after, .page-footer .single-figure .footer-navigation::after, .page-footer .single-content .footer-navigation::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 37.5em) {
  .page-footer .page-container .footer-navigation, .page-footer .side-static-content .footer-navigation, .page-footer .single-figure .footer-navigation, .page-footer .single-content .footer-navigation {
    margin-bottom: 0.6875em;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-navigation, .page-footer .side-static-content .footer-navigation, .page-footer .single-figure .footer-navigation, .page-footer .single-content .footer-navigation {
    margin-bottom: 0;
    display: flex;
    padding: 0 1.5em 0.9375em;
  }
  @supports (display: grid) {
    .page-footer .page-container .footer-navigation, .page-footer .side-static-content .footer-navigation, .page-footer .single-figure .footer-navigation, .page-footer .single-content .footer-navigation {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
.page-footer .page-container .footer-links-wrapper, .page-footer .side-static-content .footer-links-wrapper, .page-footer .single-figure .footer-links-wrapper, .page-footer .single-content .footer-links-wrapper {
  padding: 0 1.125em;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper, .page-footer .side-static-content .footer-links-wrapper, .page-footer .single-figure .footer-links-wrapper, .page-footer .single-content .footer-links-wrapper {
    padding: 0;
  }
}
.page-footer .page-container .footer-links-wrapper > ul, .page-footer .side-static-content .footer-links-wrapper > ul, .page-footer .single-figure .footer-links-wrapper > ul, .page-footer .single-content .footer-links-wrapper > ul {
  padding-bottom: 0;
  margin-bottom: 1.5384615385em;
  border-bottom: none;
  font-size: 0.8125em;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper > ul, .page-footer .side-static-content .footer-links-wrapper > ul, .page-footer .single-figure .footer-links-wrapper > ul, .page-footer .single-content .footer-links-wrapper > ul {
    font-size: 0.875em;
    display: flex;
    justify-self: start;
    margin-bottom: 0;
  }
}
.page-footer .page-container .footer-links-wrapper li, .page-footer .side-static-content .footer-links-wrapper li, .page-footer .single-figure .footer-links-wrapper li, .page-footer .single-content .footer-links-wrapper li {
  text-align: left;
}
.page-footer .page-container .footer-links-wrapper li.mobile-footer-title, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title {
  position: relative;
  border-bottom: 2px solid #585b62;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title {
    margin-right: 4.7692307692em;
    border-bottom: none;
  }
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title:last-of-type, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title:last-of-type, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title:last-of-type, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title:last-of-type {
    margin-right: 0;
  }
}
.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger] {
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: normal;
  padding: 0.2076923077em 0;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger], .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger] {
    pointer-events: none;
  }
}
.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after {
  content: url("../images/close-list.png");
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  transition: transform 0.3s;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]::after {
    content: none;
  }
}
.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active::after, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active::after, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active::after, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active::after {
  transform: rotate(-45deg);
}
.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover, .page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover, .page-footer .single-figure .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover, .page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover {
  color: #fff !important;
}
.page-footer .page-container .footer-links-wrapper li a, .page-footer .side-static-content .footer-links-wrapper li a, .page-footer .single-figure .footer-links-wrapper li a, .page-footer .single-content .footer-links-wrapper li a {
  text-decoration: none;
  display: block;
  color: #dddfe5;
  line-height: 1.69;
  letter-spacing: -0.0153846154em;
  transition: all 0.3s;
  font-weight: normal;
}
.page-footer .page-container .footer-links-wrapper li a:hover, .page-footer .side-static-content .footer-links-wrapper li a:hover, .page-footer .single-figure .footer-links-wrapper li a:hover, .page-footer .single-content .footer-links-wrapper li a:hover {
  color: #3bb67e !important;
}
.page-footer .page-container .footer-links-wrapper .sub-menu, .page-footer .side-static-content .footer-links-wrapper .sub-menu, .page-footer .single-figure .footer-links-wrapper .sub-menu, .page-footer .single-content .footer-links-wrapper .sub-menu {
  font-size: 0.9230769231em;
  transition: all 0.3s;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper .sub-menu, .page-footer .side-static-content .footer-links-wrapper .sub-menu, .page-footer .single-figure .footer-links-wrapper .sub-menu, .page-footer .single-content .footer-links-wrapper .sub-menu {
    font-size: 1em;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0.5em;
    display: block;
    height: auto;
  }
}
.page-footer .page-container .footer-links-wrapper .sub-menu.is-active, .page-footer .side-static-content .footer-links-wrapper .sub-menu.is-active, .page-footer .single-figure .footer-links-wrapper .sub-menu.is-active, .page-footer .single-content .footer-links-wrapper .sub-menu.is-active {
  height: 105.44px;
}
.page-footer .page-container .footer-links-wrapper .sub-menu li:first-child, .page-footer .side-static-content .footer-links-wrapper .sub-menu li:first-child, .page-footer .single-figure .footer-links-wrapper .sub-menu li:first-child, .page-footer .single-content .footer-links-wrapper .sub-menu li:first-child {
  margin-top: 0.5833333333em;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper .sub-menu li:first-child, .page-footer .side-static-content .footer-links-wrapper .sub-menu li:first-child, .page-footer .single-figure .footer-links-wrapper .sub-menu li:first-child, .page-footer .single-content .footer-links-wrapper .sub-menu li:first-child {
    margin-top: 0;
  }
}
.page-footer .page-container .review-links-buttons, .page-footer .side-static-content .review-links-buttons, .page-footer .single-figure .review-links-buttons, .page-footer .single-content .review-links-buttons {
  padding: 0em 1.125em;
}
.page-footer .page-container .review-links-buttons::after, .page-footer .side-static-content .review-links-buttons::after, .page-footer .single-figure .review-links-buttons::after, .page-footer .single-content .review-links-buttons::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons, .page-footer .side-static-content .review-links-buttons, .page-footer .single-figure .review-links-buttons, .page-footer .single-content .review-links-buttons {
    justify-self: end;
    padding: 0;
    margin-left: auto;
  }
  @supports (display: grid) {
    .page-footer .page-container .review-links-buttons, .page-footer .side-static-content .review-links-buttons, .page-footer .single-figure .review-links-buttons, .page-footer .single-content .review-links-buttons {
      margin-left: 0;
    }
  }
}
.page-footer .page-container .review-links-buttons .single-review-button, .page-footer .side-static-content .review-links-buttons .single-review-button, .page-footer .single-figure .review-links-buttons .single-review-button, .page-footer .single-content .review-links-buttons .single-review-button {
  margin-right: 0.625em;
}
.page-footer .page-container .review-links-buttons .single-review-button:last-of-type, .page-footer .side-static-content .review-links-buttons .single-review-button:last-of-type, .page-footer .single-figure .review-links-buttons .single-review-button:last-of-type, .page-footer .single-content .review-links-buttons .single-review-button:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons .single-review-button, .page-footer .side-static-content .review-links-buttons .single-review-button, .page-footer .single-figure .review-links-buttons .single-review-button, .page-footer .single-content .review-links-buttons .single-review-button {
    margin-bottom: 0.4375em;
    margin-right: 0;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons .single-review-button:first-of-type, .page-footer .side-static-content .review-links-buttons .single-review-button:first-of-type, .page-footer .single-figure .review-links-buttons .single-review-button:first-of-type, .page-footer .single-content .review-links-buttons .single-review-button:first-of-type, .page-footer .page-container .review-links-buttons .single-review-button:nth-of-type(2), .page-footer .side-static-content .review-links-buttons .single-review-button:nth-of-type(2), .page-footer .single-figure .review-links-buttons .single-review-button:nth-of-type(2), .page-footer .single-content .review-links-buttons .single-review-button:nth-of-type(2) {
    margin-right: 0;
  }
}
.page-footer .page-container .review-links-buttons .single-review-button:last-of-type, .page-footer .side-static-content .review-links-buttons .single-review-button:last-of-type, .page-footer .single-figure .review-links-buttons .single-review-button:last-of-type, .page-footer .single-content .review-links-buttons .single-review-button:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons .single-review-button:last-of-type, .page-footer .side-static-content .review-links-buttons .single-review-button:last-of-type, .page-footer .single-figure .review-links-buttons .single-review-button:last-of-type, .page-footer .single-content .review-links-buttons .single-review-button:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons .single-review-button:first-of-type, .page-footer .side-static-content .review-links-buttons .single-review-button:first-of-type, .page-footer .single-figure .review-links-buttons .single-review-button:first-of-type, .page-footer .single-content .review-links-buttons .single-review-button:first-of-type {
    margin-left: 0;
  }
}
.page-footer .page-container .footer-bottom, .page-footer .side-static-content .footer-bottom, .page-footer .single-figure .footer-bottom, .page-footer .single-content .footer-bottom {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 1.3846153846em;
  font-size: 0.8552631579em;
  color: #fff;
  line-height: 1.69;
  letter-spacing: -0.0153846154em;
  text-align: left;
}
@media screen and (min-width: 37.5em) {
  .page-footer .page-container .footer-bottom, .page-footer .side-static-content .footer-bottom, .page-footer .single-figure .footer-bottom, .page-footer .single-content .footer-bottom {
    font-size: 0.8125em;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom, .page-footer .side-static-content .footer-bottom, .page-footer .single-figure .footer-bottom, .page-footer .single-content .footer-bottom {
    font-size: 0.875em;
    padding: 0 1.7142857143em;
  }
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .footer-bottom-content, .page-footer .side-static-content .footer-bottom .footer-bottom-content, .page-footer .single-figure .footer-bottom .footer-bottom-content, .page-footer .single-content .footer-bottom .footer-bottom-content {
    border-top: 2px solid #585b62;
    padding-top: 1.1428571429em;
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .page-container .footer-bottom p, .page-footer .side-static-content .footer-bottom p, .page-footer .single-figure .footer-bottom p, .page-footer .single-content .footer-bottom p {
  margin-bottom: 0;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom p, .page-footer .side-static-content .footer-bottom p, .page-footer .single-figure .footer-bottom p, .page-footer .single-content .footer-bottom p {
    padding-top: 0;
  }
}
.page-footer .page-container .footer-bottom .social-media, .page-footer .side-static-content .footer-bottom .social-media, .page-footer .single-figure .footer-bottom .social-media, .page-footer .single-content .footer-bottom .social-media {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 18px;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media, .page-footer .side-static-content .footer-bottom .social-media, .page-footer .single-figure .footer-bottom .social-media, .page-footer .single-content .footer-bottom .social-media {
    position: static;
  }
}
.page-footer .page-container .footer-bottom .social-media a, .page-footer .side-static-content .footer-bottom .social-media a, .page-footer .single-figure .footer-bottom .social-media a, .page-footer .single-content .footer-bottom .social-media a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-right: 0.6923076923em;
  position: relative;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media a, .page-footer .side-static-content .footer-bottom .social-media a, .page-footer .single-figure .footer-bottom .social-media a, .page-footer .single-content .footer-bottom .social-media a {
    margin-right: 2.7857142857em;
  }
}
.page-footer .page-container .footer-bottom .social-media a:hover, .page-footer .side-static-content .footer-bottom .social-media a:hover, .page-footer .single-figure .footer-bottom .social-media a:hover, .page-footer .single-content .footer-bottom .social-media a:hover {
  color: #3bb67e !important;
}
.page-footer .page-container .footer-bottom .social-media a:hover path, .page-footer .side-static-content .footer-bottom .social-media a:hover path, .page-footer .single-figure .footer-bottom .social-media a:hover path, .page-footer .single-content .footer-bottom .social-media a:hover path {
  fill: #3bb67e;
}
.page-footer .page-container .footer-bottom .social-media a:first-child svg, .page-footer .side-static-content .footer-bottom .social-media a:first-child svg, .page-footer .single-figure .footer-bottom .social-media a:first-child svg, .page-footer .single-content .footer-bottom .social-media a:first-child svg {
  top: 2px;
}
.page-footer .page-container .footer-bottom .social-media a:last-child, .page-footer .side-static-content .footer-bottom .social-media a:last-child, .page-footer .single-figure .footer-bottom .social-media a:last-child, .page-footer .single-content .footer-bottom .social-media a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media a svg, .page-footer .side-static-content .footer-bottom .social-media a svg, .page-footer .single-figure .footer-bottom .social-media a svg, .page-footer .single-content .footer-bottom .social-media a svg {
    position: absolute;
    top: 0;
    left: -24px;
  }
}
.page-footer .page-container .footer-bottom .social-media a svg path, .page-footer .side-static-content .footer-bottom .social-media a svg path, .page-footer .single-figure .footer-bottom .social-media a svg path, .page-footer .single-content .footer-bottom .social-media a svg path {
  transition: all 0.3s;
}
.page-footer .page-container .footer-bottom .social-media .tablet-screen-hide, .page-footer .side-static-content .footer-bottom .social-media .tablet-screen-hide, .page-footer .single-figure .footer-bottom .social-media .tablet-screen-hide, .page-footer .single-content .footer-bottom .social-media .tablet-screen-hide {
  display: none;
}
@media screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media .tablet-screen-hide, .page-footer .side-static-content .footer-bottom .social-media .tablet-screen-hide, .page-footer .single-figure .footer-bottom .social-media .tablet-screen-hide, .page-footer .single-content .footer-bottom .social-media .tablet-screen-hide {
    display: inline-block;
  }
}


.page-footer {
  background: #fff;
  padding: 1.4375em 0 0
}

.page-footer .page-footer-form {
  text-align: center
}

.page-footer .footer-logotypes {
  margin: 0 .75em 1.625em 0;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 0
}

.page-footer .footer-logotypes .maawg-long {
  display: none
}

@media only screen and (max-width: 29.9375em) {
  .page-footer .footer-logotypes .maawg-short {
    display:none
  }

  .page-footer .footer-logotypes .maawg-long {
    display: inline-block;
    margin-top: .75em;
    margin-bottom: 0;
    height: initial;
    width: 336px;
    max-width: 100%
  }
}

@media only screen and (max-width: 29.9375em) and (max-width:22.4375em) {
  .page-footer .footer-logotypes .maawg-long {
    width:256px
  }
}

.page-footer .footer-logotypes img {
  vertical-align: middle
}

@media only screen and (max-width: 29.9375em) {
  .page-footer .footer-logotypes img {
    margin-bottom:.75em
  }
}

.page-footer .footer-logotypes a {
  display: inline-block
}

.page-footer .footer-logotypes:first-child img:not(.maawg-long) {
  height: 42px;
  margin-top: -3px
}

@media only screen and (max-width: 22.4375em) {
  .page-footer .footer-logotypes:first-child img:not(.maawg-long) {
    height:34px
  }
}

.page-footer .page-container,.page-footer .single-content,.page-footer .side-static-content {
  padding: 1.1842105263em 0;
  background-color: #343a45;
  margin-bottom: 0;
  max-width: none;
  text-align: center
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container,.page-footer .single-content,.page-footer .side-static-content {
    padding:2.25em 0
  }
}

.page-footer .page-container .footer-navigation,.page-footer .single-content .footer-navigation,.page-footer .side-static-content .footer-navigation {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .7894736842em
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-navigation,.page-footer .single-content .footer-navigation,.page-footer .side-static-content .footer-navigation {
    margin-bottom:0;
    display: flex;
    padding: 0 1.5em .9375em
  }

  @supports (display: grid) {
    .page-footer .page-container .footer-navigation,.page-footer .single-content .footer-navigation,.page-footer .side-static-content .footer-navigation {
      display:grid;
      grid-template-columns: repeat(2,1fr)
    }
  }
}

.page-footer .page-container .footer-links-wrapper,.page-footer .single-content .footer-links-wrapper,.page-footer .side-static-content .footer-links-wrapper {
  padding: 0 1.125em
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper,.page-footer .single-content .footer-links-wrapper,.page-footer .side-static-content .footer-links-wrapper {
    padding:0
  }
}

.page-footer .page-container .footer-links-wrapper>ul,.page-footer .single-content .footer-links-wrapper>ul,.page-footer .side-static-content .footer-links-wrapper>ul {
  padding-bottom: 0;
  margin-bottom: 1.5384615385em;
  border-bottom: none;
  font-size: .8125em
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper>ul,.page-footer .single-content .footer-links-wrapper>ul,.page-footer .side-static-content .footer-links-wrapper>ul {
    font-size:.875em;
    display: flex;
    justify-self: start;
    margin-bottom: 0
  }
}

.page-footer .page-container .footer-links-wrapper li,.page-footer .single-content .footer-links-wrapper li,.page-footer .side-static-content .footer-links-wrapper li {
  text-align: left
}

.page-footer .page-container .footer-links-wrapper li.mobile-footer-title,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title {
  position: relative;
  border-bottom: 2px solid #585b62
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title {
    margin-right:4.7692307692em;
    border-bottom: none
  }

  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title:last-of-type,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title:last-of-type,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title:last-of-type {
    margin-right: 0
  }
}

.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger],.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger],.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger] {
  display: block;
  color: #fff;
  font-weight: 600;
  letter-spacing: normal;
  padding: .2076923077em 0
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger],.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger],.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger] {
    pointer-events:none
  }
}

.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after {
  content: url(//www.smtp2go.com/wp-content/themes/smtp2go/css/../images/close-list.png);
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  transition: transform .3s
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:after {
    content:none
  }
}

.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active:after,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active:after,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger].is-active:after {
  transform: rotate(-45deg)
}

.page-footer .page-container .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover,.page-footer .single-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover,.page-footer .side-static-content .footer-links-wrapper li.mobile-footer-title a[data-toggle-trigger]:hover {
  color: #fff !important
}

.page-footer .page-container .footer-links-wrapper li a,.page-footer .single-content .footer-links-wrapper li a,.page-footer .side-static-content .footer-links-wrapper li a {
  text-decoration: none;
  display: block;
  color: #dddfe5;
  line-height: 1.69;
  letter-spacing: -.0153846154em;
  transition: all .3s;
  font-weight: 400
}

.page-footer .page-container .footer-links-wrapper li a:hover,.page-footer .single-content .footer-links-wrapper li a:hover,.page-footer .side-static-content .footer-links-wrapper li a:hover {
  color: #3bb67e !important
}

.page-footer .page-container .footer-links-wrapper .sub-menu,.page-footer .single-content .footer-links-wrapper .sub-menu,.page-footer .side-static-content .footer-links-wrapper .sub-menu {
  font-size: .9230769231em;
  transition: all .3s;
  height: auto;
  overflow: hidden
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper .sub-menu,.page-footer .single-content .footer-links-wrapper .sub-menu,.page-footer .side-static-content .footer-links-wrapper .sub-menu {
    font-size:1em;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: .5em;
    display: block;
    height: auto
  }
}

.page-footer .page-container .footer-links-wrapper .sub-menu.is-active,.page-footer .single-content .footer-links-wrapper .sub-menu.is-active,.page-footer .side-static-content .footer-links-wrapper .sub-menu.is-active {
  height: 105.44px
}

.page-footer .page-container .footer-links-wrapper .sub-menu li:first-child,.page-footer .single-content .footer-links-wrapper .sub-menu li:first-child,.page-footer .side-static-content .footer-links-wrapper .sub-menu li:first-child {
  margin-top: .5833333333em
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-links-wrapper .sub-menu li:first-child,.page-footer .single-content .footer-links-wrapper .sub-menu li:first-child,.page-footer .side-static-content .footer-links-wrapper .sub-menu li:first-child {
    margin-top:0
  }
}

.page-footer .page-container .review-links-buttons,.page-footer .single-content .review-links-buttons,.page-footer .side-static-content .review-links-buttons {
  padding: 0 1.125em;
  display: flex;
  flex-direction: column;
  column-gap: 1em;
  row-gap: .4375em
}

@media only screen and (min-width: 30em) {
  .page-footer .page-container .review-links-buttons,.page-footer .single-content .review-links-buttons,.page-footer .side-static-content .review-links-buttons {
    flex-direction:row;
    column-gap: .625em
  }
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons,.page-footer .single-content .review-links-buttons,.page-footer .side-static-content .review-links-buttons {
    flex-direction:column;
    justify-self: end;
    padding: 0;
    margin-left: auto
  }

  @supports (display: grid) {
    .page-footer .page-container .review-links-buttons,.page-footer .single-content .review-links-buttons,.page-footer .side-static-content .review-links-buttons {
      margin-left:0
    }
  }
}

.page-footer .page-container .review-links-buttons .single-review-button,.page-footer .single-content .review-links-buttons .single-review-button,.page-footer .side-static-content .review-links-buttons .single-review-button {
  display: inline-block;
  text-align: center;
  border-radius: 3.9px;
  background-color: #444b58;
  text-decoration: none;
  transition: all .3s;
  padding: .625em;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-footer .page-container .review-links-buttons .single-review-button .review-link-logo,.page-footer .single-content .review-links-buttons .single-review-button .review-link-logo,.page-footer .side-static-content .review-links-buttons .single-review-button .review-link-logo {
  text-align: center
}

.page-footer .page-container .review-links-buttons .single-review-button .review-link-logo img,.page-footer .single-content .review-links-buttons .single-review-button .review-link-logo img,.page-footer .side-static-content .review-links-buttons .single-review-button .review-link-logo img {
  vertical-align: top;
  max-height: 28px
}

@media only screen and (min-width: 30em) {
  .page-footer .page-container .review-links-buttons .single-review-button .review-link-logo img,.page-footer .single-content .review-links-buttons .single-review-button .review-link-logo img,.page-footer .side-static-content .review-links-buttons .single-review-button .review-link-logo img {
      width: 100%;
  max-height: unset;
  }
}

.page-footer .page-container .review-links-buttons .single-review-button:hover,.page-footer .single-content .review-links-buttons .single-review-button:hover,.page-footer .side-static-content .review-links-buttons .single-review-button:hover {
  background: #5a6374
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .review-links-buttons .single-review-button,.page-footer .single-content .review-links-buttons .single-review-button,.page-footer .side-static-content .review-links-buttons .single-review-button {
    width:232px;
    height: 47px
  }
}

.page-footer .page-container .review-links-buttons .single-review-button .review-link-logo,.page-footer .single-content .review-links-buttons .single-review-button .review-link-logo,.page-footer .side-static-content .review-links-buttons .single-review-button .review-link-logo {
  display: flex
}

.page-footer .page-container .footer-bottom,.page-footer .single-content .footer-bottom,.page-footer .side-static-content .footer-bottom {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 1.3846153846em;
  font-size: .8552631579em;
  color: #fff;
  line-height: 1.69;
  letter-spacing: -.0153846154em;
  text-align: left
}

@media only screen and (min-width: 37.5em) {
  .page-footer .page-container .footer-bottom,.page-footer .single-content .footer-bottom,.page-footer .side-static-content .footer-bottom {
    font-size:.8125em
  }
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom,.page-footer .single-content .footer-bottom,.page-footer .side-static-content .footer-bottom {
    font-size:.875em;
    padding: 0 1.7142857143em
  }
}

.page-footer .page-container .footer-bottom .footer-bottom-content,.page-footer .single-content .footer-bottom .footer-bottom-content,.page-footer .side-static-content .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .footer-bottom-content,.page-footer .single-content .footer-bottom .footer-bottom-content,.page-footer .side-static-content .footer-bottom .footer-bottom-content {
    border-top:2px solid #585b62;
    padding-top: .8571428571em
  }
}

.page-footer .page-container .footer-bottom p,.page-footer .single-content .footer-bottom p,.page-footer .side-static-content .footer-bottom p {
  margin-bottom: 0
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom p,.page-footer .single-content .footer-bottom p,.page-footer .side-static-content .footer-bottom p {
    padding-top:0
  }
}

@media screen and (max-width: 360px) {
  .page-footer .page-container .footer-bottom .copyright,.page-footer .single-content .footer-bottom .copyright,.page-footer .side-static-content .footer-bottom .copyright {
    position:absolute
  }
}

.page-footer .page-container .footer-bottom .social-media,.page-footer .single-content .footer-bottom .social-media,.page-footer .side-static-content .footer-bottom .social-media {
  display: inline-block;
  transform: scale(.5);
  position: relative;
  left: 53px;
  max-height: 38px;
  margin-left: auto
}

.page-footer .page-container .footer-bottom .social-media a,.page-footer .single-content .footer-bottom .social-media a,.page-footer .side-static-content .footer-bottom .social-media a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-right: 1.2307692308em;
  position: relative;
  background-image: url(//www.smtp2go.com/wp-content/themes/smtp2go/css/../images/s2g-social.png);
  background-repeat: no-repeat;
  width: 38px;
  height: 38px
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media a,.page-footer .single-content .footer-bottom .social-media a,.page-footer .side-static-content .footer-bottom .social-media a {
    margin-right:2.7857142857em;
    margin-right: 1.1428571429em
  }
}

.page-footer .page-container .footer-bottom .social-media a:hover,.page-footer .single-content .footer-bottom .social-media a:hover,.page-footer .side-static-content .footer-bottom .social-media a:hover {
  color: #3bb67e !important
}

.page-footer .page-container .footer-bottom .social-media a:hover path,.page-footer .single-content .footer-bottom .social-media a:hover path,.page-footer .side-static-content .footer-bottom .social-media a:hover path,.page-footer .page-container .footer-bottom .social-media a:hover rect,.page-footer .single-content .footer-bottom .social-media a:hover rect,.page-footer .side-static-content .footer-bottom .social-media a:hover rect {
  fill: #3bb67e
}

.page-footer .page-container .footer-bottom .social-media a:first-child,.page-footer .single-content .footer-bottom .social-media a:first-child,.page-footer .side-static-content .footer-bottom .social-media a:first-child {
  background-position: top left
}

.page-footer .page-container .footer-bottom .social-media a:first-child:hover,.page-footer .single-content .footer-bottom .social-media a:first-child:hover,.page-footer .side-static-content .footer-bottom .social-media a:first-child:hover {
  background-position: bottom 1px left
}

.page-footer .page-container .footer-bottom .social-media a:first-child svg,.page-footer .single-content .footer-bottom .social-media a:first-child svg,.page-footer .side-static-content .footer-bottom .social-media a:first-child svg {
  top: .1428571429em
}

.page-footer .page-container .footer-bottom .social-media a:nth-child(2),.page-footer .single-content .footer-bottom .social-media a:nth-child(2),.page-footer .side-static-content .footer-bottom .social-media a:nth-child(2) {
  background-position: top left -77px
}

.page-footer .page-container .footer-bottom .social-media a:nth-child(2):hover,.page-footer .single-content .footer-bottom .social-media a:nth-child(2):hover,.page-footer .side-static-content .footer-bottom .social-media a:nth-child(2):hover {
  background-position: bottom 1px left -77px
}

.page-footer .page-container .footer-bottom .social-media a:nth-child(2) svg,.page-footer .single-content .footer-bottom .social-media a:nth-child(2) svg,.page-footer .side-static-content .footer-bottom .social-media a:nth-child(2) svg {
  width: 2.0769230769em
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media a:nth-child(2) svg,.page-footer .single-content .footer-bottom .social-media a:nth-child(2) svg,.page-footer .side-static-content .footer-bottom .social-media a:nth-child(2) svg {
    width:2.4285714286em;
    top: -.2142857143em;
    left: -2.3571428571em
  }
}

.page-footer .page-container .footer-bottom .social-media a:nth-child(3),.page-footer .single-content .footer-bottom .social-media a:nth-child(3),.page-footer .side-static-content .footer-bottom .social-media a:nth-child(3) {
  background-position: top left -39px
}

.page-footer .page-container .footer-bottom .social-media a:nth-child(3):hover,.page-footer .single-content .footer-bottom .social-media a:nth-child(3):hover,.page-footer .side-static-content .footer-bottom .social-media a:nth-child(3):hover {
  background-position: bottom 1px left -39px
}

.page-footer .page-container .footer-bottom .social-media a:last-child,.page-footer .single-content .footer-bottom .social-media a:last-child,.page-footer .side-static-content .footer-bottom .social-media a:last-child,.page-footer .page-container .footer-bottom .social-media a.linkedin-footer,.page-footer .single-content .footer-bottom .social-media a.linkedin-footer,.page-footer .side-static-content .footer-bottom .social-media a.linkedin-footer,.page-footer .page-container .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"],.page-footer .single-content .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"],.page-footer .side-static-content .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"] {
  margin-right: 0;
  background-position: top left -116px
}

.page-footer .page-container .footer-bottom .social-media a:last-child:hover,.page-footer .single-content .footer-bottom .social-media a:last-child:hover,.page-footer .side-static-content .footer-bottom .social-media a:last-child:hover,.page-footer .page-container .footer-bottom .social-media a.linkedin-footer:hover,.page-footer .single-content .footer-bottom .social-media a.linkedin-footer:hover,.page-footer .side-static-content .footer-bottom .social-media a.linkedin-footer:hover,.page-footer .page-container .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"]:hover,.page-footer .single-content .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"]:hover,.page-footer .side-static-content .footer-bottom .social-media a[href="https://www.linkedin.com/company/smtp2go"]:hover {
  background-position: bottom 1px left -116px
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media a svg,.page-footer .single-content .footer-bottom .social-media a svg,.page-footer .side-static-content .footer-bottom .social-media a svg {
    position:absolute;
    top: 0;
    left: -24px
  }
}

.page-footer .page-container .footer-bottom .social-media a svg path,.page-footer .single-content .footer-bottom .social-media a svg path,.page-footer .side-static-content .footer-bottom .social-media a svg path,.page-footer .page-container .footer-bottom .social-media a svg rect,.page-footer .single-content .footer-bottom .social-media a svg rect,.page-footer .side-static-content .footer-bottom .social-media a svg rect {
  transition: all .3s
}

.page-footer .page-container .footer-bottom .social-media .tablet-screen-hide,.page-footer .single-content .footer-bottom .social-media .tablet-screen-hide,.page-footer .side-static-content .footer-bottom .social-media .tablet-screen-hide {
  display: none
}

@media only screen and (min-width: 53.75em) {
  .page-footer .page-container .footer-bottom .social-media .tablet-screen-hide,.page-footer .single-content .footer-bottom .social-media .tablet-screen-hide,.page-footer .side-static-content .footer-bottom .social-media .tablet-screen-hide {
    display:inline-block
  }
}

header.header {
  background: transparent;
  border: none;
  background-image: linear-gradient(to top, #28292c, #3d3e44) !important;
}

@media (min-width: 1460px) {

  header.header {
    padding: 0 14px;
  }
}









































/*
///////
////////////////////
///////////////////////////////////////
///////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////\
END TEMPORARY OVERRIDES                                                                         )
////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////
///////////////////////////////////////
////////////////////
///////
*/

/*POST-release*/

.article-content h2, .article-content h3, .article-content h4 {
	font-weight: 600;
	font-size: 20px;
}

.user-nav .user-nav-list .search-icon {
  left: unset;
  right: 28px;
}

#user-nav .search input[type="search"]::placeholder {
  color: #abb5c4;
}

.global-nav__breadcrumb {
	display: inline-block;
	color: #bdbdbd;
	position: relative;
	top: .6em;
	left: .1em;
	font-size: .9em;
  height: 33px;
}

article.support-group {
  display: flex;
  flex-direction: row;
  padding: 17px 19px 18px;
  gap: 18px;
  border-radius: 10px;
  border: solid 1px #dee8ee;
  align-items: center;
  justify-content: flex-start;
}

article.support-group figure.support-group-figure {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 0;
}

.support-group-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.support-group-content .support-group-title {
  padding: 0;
  margin: 1px 0;
}

.support-group-content .support-group-description {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #5c697c;
}

.support-group-title, .support-group-title a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #38393e;
}

.support-group .support-group-figure.category-features {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.188' y='.832' width='34' height='34' rx='5' fill='url(%236m3f855qwa)'/%3E%3Cg clip-path='url(%23sk7vj9ya2b)' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M25.478 15.657a1.522 1.522 0 0 1-.45.73l-.81.732a1.522 1.522 0 0 0 0 2.261l.81.732a1.524 1.524 0 0 1-1.098 2.653l-1.09-.056a1.522 1.522 0 0 0-1.599 1.599l.056 1.09a1.524 1.524 0 0 1-2.653 1.1l-.732-.81a1.523 1.523 0 0 0-2.261 0l-.732.81a1.523 1.523 0 0 1-2.653-1.1l.059-1.09a1.523 1.523 0 0 0-1.6-1.6l-1.09.057a1.523 1.523 0 0 1-1.099-2.653l.81-.732a1.524 1.524 0 0 0 0-2.261l-.81-.732a1.524 1.524 0 0 1 1.097-2.652l1.09.055a1.524 1.524 0 0 0 1.602-1.599l-.059-1.09A1.523 1.523 0 0 1 14.92 10l.731.81a1.523 1.523 0 0 0 2.262 0l.732-.81a1.524 1.524 0 0 1 1.714-.384'/%3E%3Cpath d='m13.742 16.7 2.094 2.792a1.25 1.25 0 0 0 1.956.055l8.99-10.672'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='6m3f855qwa' x1='17.188' y1='.832' x2='17.188' y2='34.832' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF7338'/%3E%3Cstop offset='1' stop-color='%23EC5D21'/%3E%3C/linearGradient%3E%3CclipPath id='sk7vj9ya2b'%3E%3Cpath fill='%23fff' transform='translate(7.408 7.832)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.support-group .support-group-figure.category-technical {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.783' y='.947' width='34' height='34' rx='5' fill='url(%23688mdwwyta)'/%3E%3Cpath transform='translate(8.25 7.98)' fill='url(%230m9hazv0xb)' d='M0 0h20v20H0z'/%3E%3Cpath d='M17.036 10.013a1.63 1.63 0 0 0 2.423 0l.784-.868a1.632 1.632 0 0 1 2.84 1.177l-.06 1.167a1.63 1.63 0 0 0 1.714 1.714l1.167-.06a1.633 1.633 0 0 1 1.179 2.843l-.869.784a1.634 1.634 0 0 0 0 2.423l.869.783a1.633 1.633 0 0 1-1.178 2.843l-1.166-.06a1.634 1.634 0 0 0-1.715 1.714l.06 1.167a1.632 1.632 0 0 1-2.842 1.177l-.783-.868a1.633 1.633 0 0 0-2.424 0l-.786.869a1.632 1.632 0 0 1-2.842-1.178l.06-1.166a1.633 1.633 0 0 0-1.714-1.714l-1.167.06a1.632 1.632 0 0 1-1.175-2.84l.868-.783a1.633 1.633 0 0 0 0-2.423l-.868-.784a1.632 1.632 0 0 1 1.178-2.843l1.166.06a1.632 1.632 0 0 0 1.715-1.717l-.06-1.167a1.632 1.632 0 0 1 2.84-1.176l.786.866z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.25 22.983a5 5 0 1 0 0-10 5 5 0 0 0 0 10z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='688mdwwyta' x1='17.783' y1='.947' x2='17.783' y2='34.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2352B3EE'/%3E%3Cstop offset='1' stop-color='%233CA4E3'/%3E%3C/linearGradient%3E%3ClinearGradient id='0m9hazv0xb' x1='10' y1='0' x2='10' y2='20' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2352B3EE'/%3E%3Cstop offset='1' stop-color='%233CA4E3'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

a.support-group-link:hover, a:hover article h2, a:hover article p,
a.support-group-link, a article h2, a article p,
a.support-group-link:active, a:active article h2, a:active article p {
  text-decoration: none !important;
}

a.support-group-link:hover article.support-group {
  border: solid 1px #c1c4cb;
}

.support-group .support-group-figure.category-delivery {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='5' fill='url(%23f9zvqclvxa)'/%3E%3Cg clip-path='url(%237ium174yyb)' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.931 20.947a3.269 3.269 0 1 0 0-6.538 3.269 3.269 0 0 0 0 6.538z'/%3E%3Cpath d='M20.201 17.678v1.634a2.725 2.725 0 0 0 5.449 0v-1.23a8.987 8.987 0 0 0-8.492-9.119 8.717 8.717 0 0 0-2.291 17.194 8.904 8.904 0 0 0 4.309-.054'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='f9zvqclvxa' x1='17' y1='0' x2='17' y2='34' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238ED932'/%3E%3Cstop offset='1' stop-color='%2374AC30'/%3E%3C/linearGradient%3E%3CclipPath id='7ium174yyb'%3E%3Cpath fill='%23fff' transform='translate(7.22 7.964)' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.support-group .support-group-figure.category-api {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='34' viewBox='0 0 35 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='.5' width='34' height='34' rx='5' fill='url(%234e3z5zsl1a)'/%3E%3Cpath d='m8.498 7.854 4.118 4.118-4.118 4.118m5.732 1.975h6.168' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='4e3z5zsl1a' x1='17.5' y1='0' x2='17.5' y2='34' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235A6F71'/%3E%3Cstop offset='1' stop-color='%234B5B5C'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.container.container-homepage {
  padding-right: 0;
}

.homepage .content {
  padding: 40px 20px 50px 0;
}

.homepage .knowledge-tree {
  padding-top: 102px;
}

h1.home-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: -0.32px;
  text-align: left;
  color: #38393e;
  margin-bottom: 38px;
}

section.section.most-read-articles {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid #dee8ee;
  position: relative;
}

section.section.most-read-articles::before, section.section.most-read-articles::after {
  content: "";
  position: absolute;
  border-top: 1px solid #dee8ee;
  top: -1px;
}

section.section.most-read-articles::before {
  width: 40px;
  left: -40px;
}

section.section.most-read-articles::after {
  width: calc((100vw - 1160px) / 2);
  left: 100%;
}

@media (max-width: 1230px) {
  section.section.most-read-articles::after {
    width: 30px;
    right: -30px;
  	left: unset;
	}
}

@media (max-width: 1200px) {
  section.section.most-read-articles::before {
    width: 16px;
  	left: -16px;
	}
  
  section.section.most-read-articles::after {
    width: 60px;
    right: -50px;
	}
}

@media (max-width: 767px) {
  section.section.most-read-articles::after {
    width: 14px;
    right: -14px;
	}
}

#most-read-list {
  column-count: 2;
}

@media (max-width: 640px) {
  
  .homepage .content {
    padding: 40px 0 50px;
	}
  
  .content.article-page {
    padding: 14px 0 50px;
  }
  
  #most-read-list {
    column-count: 1;
  }
  
  article.support-group {
    transition: all .3s;
	}
  
  .pt-mobile-menu-container[aria-expanded="true"] + main .content article.support-group {
    border-color: #2C2D31;
    transition: all .3s;
	}
}

@media (max-width: 640px) {
  aside.search-results-sidebar {
    display: none;
  }
}

#most-read-list li, #most-read-list li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #5f7985;
  position: relative;
}

#most-read-list li {
  padding-left: 10px;
  display: inline-block;
  width: 100%;
}

#most-read-list li::before {
  content: "";
  position: absolute;
  left: 0px;
  height: 3px;
  width: 3px;
  display: inline-block;
  background: #AFBCC2;
  border-radius: 50%;
  top: 11px;
  margin-right: 6px;
}

.article-content p + h2, .article-content p + h3, .article-content p + h4, .article-content ul + h2, .article-content ul + h3, .article-content ul + h4, .article-content ol + h2, .article-content ol + h3, .article-content ol + h4 {
  margin-top: 10px;
}

.article-content p {
  margin-bottom: 1em;
}

h1 {
  line-height: 1.1;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

@media (max-width: 480px) {
  
  .page-footer .page-container .review-links-buttons .single-review-button {
    margin-right: 0;
  }
  
  .page-footer .page-container .review-links-buttons .single-review-button .review-link-logo img {
    max-height: 32px;
  }
}

@media (min-width: 860px) {
  .page-footer .page-container .review-links-buttons .single-review-button 
   span.review-link-logo.logo-g2 img {
    width: 220px;
  }
  
  a.kt-article {
  	margin-left: 10px;
	}
}

table, .article-body table {
    border-collapse: separate !important;
    margin: 25px 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #dee8ee;
}

table caption {
    caption-side: bottom;
    text-align: left;
    padding: 6px 0 0;
    font-size: 13px;
    color: #5f7985;
}

table th, table td {
    background: white;
    border-radius: 0 !important;
    border-collapse: collapse !important;
    color: var(--text-dark);
    text-align: left;
}

tbody tr:nth-child(odd) td {
    background-color: #f6f8fa;
}

thead th:first-child, thead th:last-child {
    border-radius: 5px 5px 0 0 !important;
}

tfoot td:first-child, tfoot td:last-child {
    border-radius: 0 0 5px 5px !important;
}

tbody tr:last-child:nth-child(even) td {
  border-bottom: none;
  border-radius: 0 0 5px 5px !important;
}

.wysiwyg-color-black {
  color: var(--text-dark) !important;
}

a.nav-link-external {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #637085;
    background-repeat: no-repeat;
    background-position: top 2px right 0;
    padding: 4px 24px 4px 8px;
    text-decoration: none;
    transition: background .3s ease;
    border-radius: var(--border-radius);
    margin-left: 12px;
}

a.nav-link-external::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1027_2861)'%3E%3Cpath d='M11.0885 1.30957H7.69617M11.0885 1.30957L6 6.39804M11.0885 1.30957V4.70187' stroke='%23818DA0' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.089 6.96345V10.3557C11.089 10.9803 10.5828 11.4865 9.95828 11.4865H2.04288C1.41836 11.4865 0.912109 10.9803 0.912109 10.3557V2.44034C0.912109 1.81582 1.41836 1.30957 2.04288 1.30957H5.43517' stroke='%23818DA0' stroke-width='1.25' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1027_2861'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.397949)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 18px;
    background-position: top 2px right 0;
    content: "";
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 1px;
}

a.nav-link-external:hover {
    color: #2e759a;
    background: #def3fd;
}

a.nav-link-external:hover::after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1027_2861)'%3E%3Cpath d='M11.0885 1.30957H7.69617M11.0885 1.30957L6 6.39804M11.0885 1.30957V4.70187' stroke='%232e759a' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.089 6.96345V10.3557C11.089 10.9803 10.5828 11.4865 9.95828 11.4865H2.04288C1.41836 11.4865 0.912109 10.9803 0.912109 10.3557V2.44034C0.912109 1.81582 1.41836 1.30957 2.04288 1.30957H5.43517' stroke='%232e759a' stroke-width='1.25' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1027_2861'%3E%3Crect width='12' height='12' fill='white' transform='translate(0 0.397949)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");}

.article-subscribe {
  display: inline-block;
  position: relative;
  top: -5px;
  height: 22px;
  margin-left: 6px;
}

.article-subscribe > div {
  display: flex;
  position: relative;
  height: 22px;
  flex-direction: column;
}

.article-subscribe button,
.article-subscribe button[data-selected="false"] {
  padding: 3px 8px 2px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #dee8ee, inset 0 -1px 0 0 #becfd9;
  background-color: #fff;
  border: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5c697c;
  transition: background .3s, border .3s, color .3s;
}

.article-subscribe button:hover {
  box-shadow: inset 0 0 0 1px #b6b8bd, inset 0 -1px 0 0 #becfd9;
  background-color: #f6f8fa;
  text-align: left;
  border: none;
  color: #5c697c;
}

.article-subscribe button + span {
  display: none;
}

.article-subscribe > div.subscribe-tooltip {
  position: absolute;
  width: 276px;
  height: fit-content;
  margin: 4px 0 0;
  padding: 12px;
  border: solid 1px #dee8ee;
  background-color: #fff;
  z-index: 1;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5c697c;
  left: -112px;
  transition: all .3s;
  top: 20px;
  opacity: 0;
  pointer-events: none;
}

.article-subscribe > div.subscribe-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 133px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border: solid 1px #dee8ee;
  background-color: #fff;
  border-right: none;
  border-bottom: none;
}

.article-subscribe:hover > div.subscribe-tooltip {
  opacity: 1;
  top: 28px;
  pointer-events: auto;
}

.article-subscribe > div.subscribe-tooltip .tootltip-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.article-subscribe > div.subscribe-tooltip .tootltip-text:not(:last-child) {
  margin-bottom: 10px;
}

.article-subscribe button[data-selected="true"] {
  box-shadow: inset 0 0 0 1px #008dd6, inset 0 -1px 0 0 #0075b1;
  background-color: #01a2ee;
  width: 74px;
  position: relative;
  overflow: hidden;
  text-indent: -100px;
}

.article-subscribe button[data-selected="true"]:hover {
  color: #fff;
}

.article-subscribe button[data-selected="true"]::after {
  content: "Following";
  position: absolute;
  left: 7px;
  text-indent: 0;
}

.article-subscribe.is-following .subscribe-tooltip {
  display: none;
}

/* !!!!!!remove this when done with a session

div#preview-bar-container {
  display: none;  
}
*/