/* Colors */
.search-header .title,
.search-header .search-container {
  left: 20px;
  width: 330px; }

@media (min-width: 768px) {
  #search-header .search-header .title,
  #search-header .search-header .search-container {
    left: 80px;
    width: 475px; } }

@media (min-width: 1200px) {
  #search-header .search-header .title,
  #search-header .search-header .search-container {
    left: 140px;
    width: 620px; } }

#search-header,
.search-header {
  width: 100%;
  height: 150px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0; }

.search-header {
  box-shadow: inset 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }
  .search-header.support {
    background: #C7D96B; }
  .search-header.chat {
    background: #F7C07F; }
  .search-header.explore {
    background: #9ACEE4; }
  .search-header.connect {
    background: #F8B8AF; }
  .search-header.develop {
    background: #F3F0EE; }
  .search-header .title {
    position: absolute;
    top: 53px;
    font-size: 56px;
    font-weight: bold;
    color: #03363E;
    white-space: nowrap; }
  .search-header .search-container {
    position: absolute;
    top: 50px; }
  @media (max-width: 377px) {
    .search-header .title {
      white-space: normal; } }

.search-container {
  padding: 0 !important;
  border: solid 1px #ddd;
  border-radius: 0.5rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.125); }
  .search-container form {
    width: 100%; }
  .search-container .search {
    position: relative; }
    .search-container .search input[type="search"] {
      box-sizing: border-box;
      color: #212b36;
      height: 50px;
      padding-left: 40px;
      padding-right: 20px;
      -webkit-appearance: none;
      width: 100%;
      border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
      border: none; }
      .search-container .search input[type="search"]::placeholder {
        text-align: left; }
#explore-zendesk .sections .section {
  column-count: 1; }

#explore-zendesk {
  margin: 80px 20px 40px 20px; }
  #explore-zendesk .sections {
    justify-content: space-evenly; }

@media (min-width: 768px) {
  #explore-zendesk {
    margin: 80px 80px 40px 80px; }
    #explore-zendesk .sections {
      justify-content: space-evenly;
      column-count: 2; } }

@media (min-width: 1200px) {
  #explore-zendesk {
    margin: 80px 140px 40px 140px; }
    #explore-zendesk .sections {
      justify-content: space-between;
      column-count: 3; } }

#explore-zendesk .title {
  font-size: 2.2rem;
  color: #03363d;
  margin-bottom: 2rem;
  font-weight: bold;
  display: none; }

#explore-zendesk .sections {
  display: flex;
  flex-flow: row wrap; }
  #explore-zendesk .sections .section {
    border: solid 1px #ebebeb;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.125);
    display: inline-block;
    position: relative;
    top: 0;
    transition: top 0.25s;
    overflow: hidden;
    margin-bottom: 40px;
    width: 360px;
    height: 120px; }
    #explore-zendesk .sections .section:hover {
      top: -8px; }
    #explore-zendesk .sections .section img,
    #explore-zendesk .sections .section svg {
      background: #F8F9F9;
      width: 120px;
      height: 120px;
      position: absolute;
      left: 0;
      top: 0;
      padding: 10px; }
    #explore-zendesk .sections .section svg {
      padding: 40px; }
    #explore-zendesk .sections .section a {
      color: #03363d;
      padding: 1rem 1rem 1rem calc(120px + 1rem);
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      font-weight: bold;
      font-size: 1.25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center;
      text-decoration: none;
      display: flex;
      justify-content: center;
      flex-direction: column;
      text-align: center; }
#product-knowledge {
  text-align: center; }
  #product-knowledge .title {
    font-family: 'SHSN';
    font-weight: bold;
    font-size: 2.2rem;
    color: #00363c; }
  #product-knowledge .sections {
    margin: 5rem 0;
    display: inline-block; }
    #product-knowledge .sections .section {
      display: inline-block;
      margin: 20px 35px;
      width: 100px;
      height: 100px; }
      #product-knowledge .sections .section:hover {
        text-decoration: none; }
      #product-knowledge .sections .section .name {
        color: #00363c;
        font-family: 'SHSN';
        font-weight: 400;
        margin-top: 0;
        font-size: 24px; }
      #product-knowledge .sections .section img {
        display: block;
        width: 70px;
        height: 60px;
        margin: 0 auto; }
.about-community {
  background: #F3F0EE;
  color: #03363D;
  text-align: center;
  padding: 4rem;
  font-weight: bold; }
  .about-community .title {
    font-size: 50px;
    margin-bottom: 2rem; }
  .about-community > * {
    margin: 0 auto; }
  .about-community .members {
    margin-bottom: 2rem; }
    .about-community .members .count {
      font-size: 50px;
      margin-bottom: 0; }
    .about-community .members .text {
      font-size: 24px; }
  .about-community .other-metrics {
    margin-bottom: 1rem; }
    .about-community .other-metrics .count {
      font-size: 32px; }
    .about-community .other-metrics .text {
      font-size: 16px; }
    .about-community .other-metrics > * {
      display: inline-block;
      padding: 0 3rem; }
@media (min-width: 100px) {
  #community-banner {
    margin: 80px 20px; } }

@media (min-width: 768px) {
  #community-banner {
    margin: 80px 80px; } }

@media (min-width: 1160px) {
  #community-banner {
    margin: 80px 140px; } }

#community-banner {
  height: 460px;
  display: block;
  position: relative;
  max-width: 1160px; }
  #community-banner[data-page="community"], #community-banner[data-page="community"] h1 {
    color: white; }
  #community-banner .community-link, #community-banner .community-link button {
    background-color: #1F73B7;
    border-radius: 0;
    width: auto; }
  #community-banner .community-link:hover, #community-banner .community-link button:hover {
    background-color: #144A75; }
  #community-banner .community-link {
    max-width: 300px; }
  #community-banner .community-block-wrapper {
    box-shadow: -1px 1px 11px 2px #00000040;
    margin: 60px auto 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-weight: bold; }
    #community-banner .community-block-wrapper p {
      font-size: 20px; }
    #community-banner .community-block-wrapper a {
      font-size: 16px; }
  #community-banner .community-block-wrapper > div {
    max-width: 100%; }
  #community-banner .community-block-wrapper > div.block-image-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  #community-banner .block-content-wrapper {
    width: 350px;
    padding: 30px 25px;
    position: absolute; }
  #community-banner .block-image-wrapper > img {
    height: 100%;
    width: 1160px; }
  #community-banner .block-content-wrapper > h1 {
    margin-bottom: 0; }
  #community-banner .block-content-wrapper > p {
    margin-bottom: 20px; }
#demo-banner {
  background-color: #06363C; }
  #demo-banner .demo-block {
    text-align: center;
    background-color: #06363C;
    color: #fff;
    padding: 35px 0 55px; }
  #demo-banner .demo-block .title {
    color: #fff;
    line-height: initial; }
  @media (min-width: 768px) {
    #demo-banner .demo-block .title {
      max-width: 690px;
      margin: 0 auto 40px;
      font-size: 40px; } }
  #demo-banner .demo-block a {
    background-color: #1F73B7;
    border-radius: 0;
    width: auto;
    font-size: 16px; }
  #demo-banner .demo-block a:hover {
    background-color: #144A75; }
  #demo-banner .block-content-wrapper {
    max-width: 40%;
    padding: 30px 25px; }
  #demo-banner .block-image-wrapper > img {
    max-width: 100%; }
  #demo-banner .block-content-wrapper > h1 {
    margin-bottom: 0; }
  #demo-banner .block-content-wrapper > p {
    margin-bottom: 20px; }
/***** Z1 Header *****/
#main-header > .header {
  padding: 0 20px; }
  #main-header > .header #notifications-root {
    margin-right: 40px; }
  #main-header > .header .user-avatar {
    top: -4px; }
  #main-header > .header .logo img {
    display: none; }
  #main-header > .header .logo .zendesk-icon {
    display: inline-block; }
  #main-header > .header .nav-wrapper {
    position: absolute;
    right: 15px;
    font-family: 'SHSN';
    text-align: left;
    padding-left: 64px; }

@media (min-width: 768px) {
  #main-header > .header {
    padding: 0 80px; }
    #main-header > .header #notifications-root {
      margin-right: 0px; }
    #main-header > .header .user-avatar {
      top: 4px; }
    #main-header > .header .logo img {
      width: 105px;
      display: inline-block; }
    #main-header > .header .logo .zendesk-icon {
      display: none; }
    #main-header > .header .nav-wrapper {
      position: static; } }

@media (min-width: 1200px) {
  #main-header > .header {
    padding: 0 140px; } }

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

.user-nav {
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  .user-nav span a {
    color: #212b36;
    font-size: 16px;
    font-weight: bold; }
    .user-nav span a:hover, .user-nav span a:active {
      text-decoration: none; }

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

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

.nav-wrapper a {
  border: 0;
  color: #03363d;
  padding: 0 20px 0 0;
  width: auto; }

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

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px; }

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #03363d;
  text-decoration: underline; }

.nav-wrapper a.login {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #212b36; }

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

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

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

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #03363d;
  background-color: transparent; }

#user #user-name {
  display: none;
  margin-right: 40px;
  font-size: 16px;
  color: #212b36;
  font-weight: bold;
  vertical-align: -10px; }
  #user #user-name:hover {
    text-decoration: none; }

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

/***** User avatar *****/
#main-header .user-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: block;
  top: 0px;
  right: 0px;
  position: absolute; }

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

#main-header .avatar img {
  height: 40px;
  width: 40px; }

#main-header .avatar .icon-agent::before {
  background-color: #0072EF;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px; }

/** Z1 Header Additional **/
#main-header {
  border-bottom: none;
  width: 100%;
  z-index: 99; }
  #main-header .header {
    background: white;
    width: 100%;
    margin: 0 auto;
    position: relative;
    align-items: center;
    display: flex;
    height: 78px;
    justify-content: space-between;
    border-bottom: #eeeeee;
    box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    z-index: 1; }
  #main-header .logo {
    margin-top: 0; }
  #main-header .logo img {
    height: 20px; }
  #main-header .logo .zendesk-icon {
    display: none; }
  #main-header .user-nav {
    margin-top: 0; }
  #main-header .user-info > [role="button"]:after {
    padding-right: 0; }
  #main-header .nav-wrapper a.get-started:hover {
    text-decoration: none; }

.nav-wrapper a {
  padding-right: 15px;
  vertical-align: middle; }

.header i {
  font-size: 17px;
  vertical-align: middle; }

.user-nav[aria-expanded=true] {
  top: 71px; }

.get-started.desktop {
  display: none; }

.nav-wrapper a.login {
  padding-right: 0; }

.user-nav[aria-expanded=true] .mobile {
  display: block; }

.language-selector a {
  margin-top: 1px; }

.footer-language-selector {
  font-weight: 400; }

@media (min-width: 768px) {
  .nav-wrapper a.mobile {
    display: none; }
  .get-started.desktop {
    display: inline-block;
    margin-left: 15px; } }

.nav-wrapper a.get-started {
  background: #1F73B7;
  padding: 8px 15px 10px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #1F73B7;
  text-align: center;
  font-size: 16px;
  line-height: inherit; }

.dropdown-toggle::after {
  content: '\F0D7';
  font-weight: 900;
  font-family: "Font Awesome 5 Free"; }

/*** End Header ***/
/*** Language Dropdown ***/
#lang-menu-root {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  text-align: center; }

#lang-menu-icon-root {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  color: #212b36; }
  #lang-menu-icon-root .name {
    vertical-align: -2px; }
    #lang-menu-icon-root .name img {
      width: 23px; }

#lang-menu-root .lang-menu-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  margin-right: 0.75rem;
  cursor: pointer; }

#lang-menu-root .lang-menu-icon .count {
  background-color: #EB6651;
  color: white;
  font-size: 0.6rem;
  border-radius: 50%;
  position: absolute;
  top: -0.2rem;
  right: -0.35rem;
  width: 0.9rem;
  height: 0.9rem;
  text-align: center;
  line-height: 1rem;
  font-weight: bold; }

#lang-menu-root .lang-menu-popup {
  position: absolute;
  top: 2.1rem;
  width: 19rem;
  background: white;
  border: solid 1px #ddd;
  border-radius: 5px;
  z-index: 10;
  right: -3.99rem;
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.12);
  text-align: left; }

#lang-menu-root .lang-menu-popup .caret {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: -0.25rem;
  right: 4rem;
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: white;
  transform: rotate(45deg); }

#lang-menu-root .lang-menu-popup .header {
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 2rem;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 2rem;
  padding-left: 1rem;
  border-bottom: solid 1px #ddd;
  box-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#lang-menu-root .lang-menu-popup .body .lang-menu {
  border: none;
  padding: 1rem 1rem 0 1rem;
  line-height: 1rem;
  min-height: 3rem;
  position: relative; }

#lang-menu-root .lang-menu-popup .body .lang-menu .photo {
  border-radius: 50%;
  border: solid 1px #ddd;
  width: 3rem;
  height: 3rem; }

#lang-menu-root .lang-menu-popup .body .lang-menu .title {
  font-size: 0.9rem;
  width: calc(100% - 8rem);
  position: absolute;
  left: 5rem; }

#lang-menu-root .lang-menu-popup .body .lang-menu .time {
  font-size: 0.75rem; }

#lang-menu-root .lang-menu-popup .body .lang-menu .title a {
  font-weight: bold; }

#lang-menu-root .lang-menu-popup .body .lang-menu .dismiss {
  float: right;
  text-transform: uppercase;
  position: absolute;
  right: 1rem;
  top: 2rem;
  color: #ddd;
  font-size: 1rem;
  cursor: pointer; }

#lang-menu-root .lang-menu-popup .body .lang-menu .dismiss:hover {
  color: #888; }

#lang-menu-root .lang-menu-popup .body .lang-menu:last-child {
  padding-bottom: 1rem; }

#lang-menu-root .lang-menu-popup .footer {
  margin: 0;
  padding: 0;
  height: 2rem;
  text-align: center;
  background: #F8F9F9;
  line-height: 2rem;
  font-size: 0.8rem;
  border: none;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

#lang-menu-root .lang-menu-popup .footer a {
  cursor: pointer; }

#lang-menu-root .lang-menu-popup .footer .view-contributions {
  float: left;
  padding: 0;
  margin: 0 0 0 1rem; }

#lang-menu-root .lang-menu-popup .footer .dismiss-all {
  float: right;
  padding: 0;
  margin: 0 1rem 0 0; }

#lang-menu-root .lang-menu-close-target {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 5; }

.lang-menu > a {
  display: block;
  padding: 5px 10px;
  cursor: pointer; }

.lang-menu > a:hover {
  text-decoration: none; }

.lang-menu > a > img {
  height: 13px;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle; }

/*** End Language dropdown ***/
.shadow-blocks__layout {
  column-count: 1; }
  .shadow-blocks__layout .shadow-blocks__card-wrapper .shadow-blocks__card {
    margin-right: 0; }

#homepage-common-questions {
  margin: 27px 20px 80px 20px; }

@media (min-width: 768px) {
  #homepage-common-questions {
    margin: 27px 80px 80px 80px; }
  .shadow-blocks__layout {
    column-count: 2; } }

@media (min-width: 1200px) {
  #homepage-common-questions {
    margin: 27px 140px 80px 140px; }
  .shadow-blocks__layout {
    column-count: 3; } }

@-moz-document url-prefix() {
  .shadow-blocks__card-wrapper {
    display: inline-block; } }

.shadow-blocks__card-wrapper {
  break-inside: avoid;
  break-after: always;
  padding-bottom: 0px;
  width: 100%; }
  .shadow-blocks__card-wrapper:not(.visible) {
    display: none; }
  .shadow-blocks__card-wrapper .shadow-blocks__card {
    break-inside: avoid;
    padding: 24px;
    border: 1px solid #d3ddde;
    border-radius: 4px;
    box-shadow: 4px 4px 10px #d3ddde;
    margin: 0 12px 17px 0; }
    .shadow-blocks__card-wrapper .shadow-blocks__card .icon {
      width: 25px;
      height: 25px;
      margin: 6px 6px 0 0;
      vertical-align: top;
      display: inline-block; }

.block-internal-list-item {
  margin: 12px 0; }

.promoted-postes > :nth-child(-n + 3) {
  break-before: always; }

.tabs-filter-wrapper {
  display: flex;
  flex-flow: column nowrap; }
  .tabs-filter-wrapper > .tabs-filter-btns {
    text-align: left; }
  .tabs-filter-wrapper .filter-btn {
    background-color: #f6f6f6;
    border: 0px solid transparent;
    border-radius: .3rem;
    color: #03363d;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0.25rem 0.5rem 0;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.25s; }
    .tabs-filter-wrapper .filter-btn:hover {
      background-color: #E9EBED; }
    .tabs-filter-wrapper .filter-btn .icon {
      position: relative;
      margin-right: 0.25rem; }
      .tabs-filter-wrapper .filter-btn .icon svg {
        width: 16px;
        height: 16px; }
  .tabs-filter-wrapper .filter-btn.active {
    background-color: #07292e;
    color: #d3ddde; }
  .tabs-filter-wrapper .filtered-tabs {
    margin: 2em 0 0 0; }
#hero-banner {
  width: 100%;
  overflow: hidden; }
  #hero-banner .hero-container[data-alignment="left"] .hero-content {
    left: 40px;
    top: 100px; }
  #hero-banner .hero-container[data-font="light"] h1, #hero-banner .hero-container[data-font="light"] h3 {
    color: white; }

@media (min-width: 768px) {
  #hero-banner .hero-container[data-alignment="left"] .hero-content {
    left: 80px;
    top: 140px; } }

@media (min-width: 1200px) {
  #hero-banner .hero-container[data-alignment="left"] .hero-content {
    left: 140px; } }

.hero-container {
  position: relative;
  width: 100%;
  height: 475px;
  background-position: center;
  background-size: cover; }
  .hero-container[data-alignment="left"] .hero-content > * {
    text-align: left; }
  .hero-container > * {
    text-align: center; }
  .hero-container .hero-content {
    position: absolute;
    width: 42%;
    min-width: 300px; }

.font54 img {
  height: 75px;
  width: 75px;
  position: absolute;
  margin-left: 10px; }
div#connectWebPush {
  z-index: 9999999999; }
  div#connectWebPush::before {
    content: "";
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="20" viewBox="0 0 624.47 119.59"><defs><style>.cls-1{fill:#C2C8CC;}</style></defs><path class="cls-1" d="M2014.78,120.15A31.34,31.34,0,0,0,2037,111.5l11,11.91c-7.3,7.49-17.4,13.07-33.12,13.07-26.95,0-44.35-17.86-44.35-42.07,0-24,18.34-42.07,41.91-42.07,26.76,0,41.91,20.36,40.61,48.6H1989.9c2.24,11.72,10.48,19.21,24.88,19.21m19.27-32.65c-1.68-10.95-8.23-19-21.33-19-12.16,0-20.58,6.91-22.83,19h44.16Z" transform="translate(-1599.52 -16.89)"></path><path class="cls-1" d="M0 102.38L48.68 52.94 1.14 52.94 1.14 37.42 71.24 37.42 71.24 53.26 22.56 102.7 71.89 102.7 71.89 118.22 0 118.22 0 102.38z"></path><path class="cls-1" d="M1726.05 120.15a31.34 31.34 0 0 0 22.27-8.65l11 11.91c-7.3 7.49-17.4 13.07-33.12 13.07-26.95 0-44.35-17.86-44.35-42.07 0-24 18.34-42.07 41.91-42.07 26.76 0 41.91 20.36 40.61 48.6h-63.24c2.24 11.72 10.48 19.21 24.88 19.21m19.27-32.65c-1.68-10.95-8.23-19-21.33-19-12.16 0-20.58 6.91-22.83 19h44.16zM1869.51 94.46c0-25.86 19.31-42 40.56-42 10.71 0 20.94 4.69 26.94 12.13V16.89h17.21v118H1937V123.71c-6.16 7.92-16.39 12.77-27.1 12.77-20.6 0-40.4-16.32-40.4-42m68.48-.16c0-14.38-10.87-26.18-25.64-26.18-14.44 0-25.64 11.47-25.64 26.18s11.19 26.34 25.64 26.34c14.77 0 25.64-11.8 25.64-26.34M2064.34 117.73l15.57-8.08a23.12 23.12 0 0 0 20.77 11.79c9.74 0 14.77-5 14.77-10.66 0-6.46-9.41-7.92-19.63-10-13.8-2.91-28.07-7.44-28.07-24.08 0-12.77 12.17-24.57 31.32-24.4 15.09 0 26.29 6 32.62 15.67l-14.44 7.92c-3.73-5.66-10.06-9.21-18.17-9.21-9.25 0-14 4.53-14 9.7 0 5.82 7.46 7.43 19.15 10 13.3 2.91 28.39 7.27 28.39 24.08 0 11.15-9.73 26.18-32.78 26-16.87 0-28.72-6.79-35.53-18.75" transform="translate(-1599.52 -16.89)"></path><path class="cls-1" d="M579.84 82.1L566.21 96.96 566.21 117.97 549.01 117.97 549.01 0 566.21 0 566.21 77.25 602.72 37.17 623.65 37.17 592.01 71.75 624.47 117.97 604.99 117.97 579.84 82.1z"></path><path class="cls-1" d="M1817.53,52.42c-20.45,0-37.57,13.25-37.57,35.23v47.2h17.53v-45c0-13.25,7.62-21.18,20.6-21.18s19.48,7.93,19.48,21.18v45h17.53V87.65c0-22-17.12-35.23-37.57-35.23" transform="translate(-1599.52 -16.89)"></path></svg>');
    position: absolute;
    display: block;
    width: 60px;
    height: 30px;
    left: 30px;
    bottom: 10px;
    background-repeat: no-repeat;
    background-size: contain; }
  div#connectWebPush div:nth-child(2) div:nth-child(1) {
    color: #68737D !important; }
  div#connectWebPush div:nth-child(2) div:nth-child(2) {
    color: black !important;
    padding-bottom: 20px;
    border-bottom: solid 1px #E9EBED; }
/* BEGIN USER NOTIFICATIONS */
#notifications-root {
  position: relative;
  display: inline-block;
  margin-right: 0.25rem; }
  #notifications-root .notifications-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    margin-right: 0.75rem;
    cursor: pointer; }
    #notifications-root .notifications-icon .count {
      background-color: #EB6651;
      color: white;
      font-size: 0.6rem;
      border-radius: 50%;
      position: absolute;
      top: -0.2rem;
      right: -0.35rem;
      width: 0.9rem;
      height: 0.9rem;
      text-align: center;
      line-height: 1rem;
      font-weight: bold; }
  #notifications-root .notifications-popup {
    position: absolute;
    top: 2.1rem;
    width: 21rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    right: -2.99rem;
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.12); }
    #notifications-root .notifications-popup .caret {
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      top: -0.25rem;
      right: 4rem;
      border-left: solid 1px #ddd;
      border-top: solid 1px #ddd;
      background: white;
      transform: rotate(45deg); }
    #notifications-root .notifications-popup .header {
      text-transform: uppercase;
      letter-spacing: 1px;
      height: 2rem;
      font-size: 0.8rem;
      font-weight: bold;
      line-height: 2rem;
      padding-left: 1rem;
      margin: 0;
      width: 100%;
      border-bottom: solid 1px #ddd;
      box-shadow: none;
      border-top-left-radius: inherit;
      border-top-right-radius: inherit; }
    #notifications-root .notifications-popup .body .notification {
      border: none;
      padding: 1rem 1rem 0 1rem;
      line-height: 1rem;
      min-height: 3rem;
      position: relative;
      vertical-align: top; }
      #notifications-root .notifications-popup .body .notification .photo {
        border-radius: 50%;
        border: solid 1px #ddd;
        width: 3rem;
        height: 3rem;
        float: left;
        margin-right: 15px; }
      #notifications-root .notifications-popup .body .notification .title {
        font-size: 0.9rem;
        width: calc(100% - 6rem);
        display: inline-block; }
        #notifications-root .notifications-popup .body .notification .title a {
          font-weight: bold;
          cursor: pointer; }
      #notifications-root .notifications-popup .body .notification .time {
        font-size: 0.75rem; }
      #notifications-root .notifications-popup .body .notification .dismiss {
        float: right;
        text-transform: uppercase;
        position: absolute;
        right: 1rem;
        top: 2rem;
        color: #ddd;
        font-size: 1rem;
        cursor: pointer; }
        #notifications-root .notifications-popup .body .notification .dismiss:hover {
          color: #888; }
      #notifications-root .notifications-popup .body .notification:last-child {
        padding-bottom: 1rem; }
    #notifications-root .notifications-popup .footer {
      margin: 0;
      padding: 0;
      height: 2rem;
      text-align: center;
      background: #F8F9F9;
      line-height: 2rem;
      font-size: 1rem;
      border: none;
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit; }
      #notifications-root .notifications-popup .footer a {
        cursor: pointer;
        font-size: 0.8rem; }
      #notifications-root .notifications-popup .footer .view-contributions {
        float: left;
        padding: 0;
        margin: 0 0 0 1rem; }
      #notifications-root .notifications-popup .footer .dismiss-all {
        float: right;
        padding: 0;
        margin: 0 1rem 0 0; }
  #notifications-root .notifications-close-target {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5; }

/* END USER NOTIFICATIONS */
#community-posts {
  margin: 80px 20px; }
  #community-posts .posts-container .community-posts-list-item .user {
    line-height: 20px; }
    #community-posts .posts-container .community-posts-list-item .user .date {
      position: absolute;
      left: 52px;
      top: 20px; }

@media (min-width: 768px) {
  #community-posts {
    margin: 80px 80px; }
    #community-posts .posts-container .community-posts-list-item .user {
      line-height: 40px; }
      #community-posts .posts-container .community-posts-list-item .user .date {
        position: static;
        left: auto;
        top: auto; } }

@media (min-width: 1200px) {
  #community-posts {
    margin: 80px 140px; } }

#community-posts {
  max-width: 1160px; }
  #community-posts .tabs {
    margin: 2rem 0; }
    #community-posts .tabs .tab {
      padding: 1rem 1.5rem;
      border-radius: 3px;
      color: #03363D;
      background: #f6f6f6;
      cursor: pointer;
      margin-right: 0.25rem;
      font-weight: bold;
      font-size: 14px;
      display: inline-block;
      transition: background-color 0.25s; }
      #community-posts .tabs .tab:hover {
        background-color: #E9EBED; }
      #community-posts .tabs .tab.active {
        background: #03363D;
        color: white; }
      #community-posts .tabs .tab:last-child {
        margin: 0; }
      #community-posts .tabs .tab .icon {
        display: inline-block;
        position: relative;
        margin-right: 0.25rem;
        width: 16px;
        height: 16px; }
        #community-posts .tabs .tab .icon > * {
          width: 100%;
          height: 100%; }
  #community-posts .posts,
  #community-posts .panel {
    display: none; }
    #community-posts .posts.active,
    #community-posts .panel.active {
      display: block; }
  #community-posts .panel.posts .filters {
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 1rem; }
    #community-posts .panel.posts .filters .filter {
      display: inline-block;
      box-sizing: border-box;
      padding: 0.5rem 0.5rem;
      cursor: pointer;
      border-bottom: solid 3px transparent;
      font-size: 13px; }
      #community-posts .panel.posts .filters .filter.active {
        color: #1F73B7;
        border-bottom: solid 3px #1F73B7;
        font-weight: bold; }
  #community-posts .posts-container .posts {
    min-height: 300px;
    width: 100%; }
    #community-posts .posts-container .posts .loading {
      width: 100px;
      margin: 0 auto;
      display: block;
      margin-top: 125px; }
  #community-posts .posts-container .community-posts-list-item {
    position: relative;
    border-bottom: solid 1px #ebebeb;
    padding: 1rem 0; }
    #community-posts .posts-container .community-posts-list-item:last-child {
      border: none; }
    #community-posts .posts-container .community-posts-list-item .title-container .title {
      font-weight: bold; }
    #community-posts .posts-container .community-posts-list-item .title-container .status {
      cursor: default;
      display: inline-block;
      padding: 1px 8px;
      border-radius: 2px;
      font-size: 12px;
      font-weight: bold;
      margin: 1px 0 0 7px;
      vertical-align: top;
      letter-spacing: 0.5px;
      color: white; }
      #community-posts .posts-container .community-posts-list-item .title-container .status.answered {
        background-color: #038153; }
      #community-posts .posts-container .community-posts-list-item .title-container .status.planned {
        background-color: #FFB648;
        color: #703B15; }
      #community-posts .posts-container .community-posts-list-item .title-container .status.not_planned {
        background-color: #68737D; }
      #community-posts .posts-container .community-posts-list-item .title-container .status.completed {
        background-color: #1F73B7; }
    #community-posts .posts-container .community-posts-list-item .user {
      margin-top: 1rem;
      height: 40px;
      position: relative; }
      #community-posts .posts-container .community-posts-list-item .user > * {
        vertical-align: top;
        margin-right: 0.5rem; }
      #community-posts .posts-container .community-posts-list-item .user .date {
        color: #9EA8A9; }
      #community-posts .posts-container .community-posts-list-item .user .user-photo {
        border-radius: 50%;
        width: 40px;
        height: 40px; }
    #community-posts .posts-container .community-posts-list-item .details {
      position: absolute;
      right: 0;
      bottom: 1rem; }
      #community-posts .posts-container .community-posts-list-item .details .votes, #community-posts .posts-container .community-posts-list-item .details .comments {
        text-align: center;
        display: inline-block;
        width: 75px;
        height: 50px;
        margin: 0 0 0 0.25rem; }
        #community-posts .posts-container .community-posts-list-item .details .votes .count, #community-posts .posts-container .community-posts-list-item .details .comments .count {
          font-size: 18px; }
        #community-posts .posts-container .community-posts-list-item .details .votes .text, #community-posts .posts-container .community-posts-list-item .details .comments .text {
          color: #3D5154;
          text-transform: capitalize;
          font-size: 13px;
          margin: 0.25rem 0 0 0; }
.user-badge {
  display: inline-block;
  padding: 0 0.25rem;
  flex: none; }

.user-badge-label {
  background-color: #04444d;
  border-radius: 2px;
  color: white;
  margin-left: 7px;
  padding: 1px 8px;
  font-size: 12px;
  display: inline-block;
  flex: none;
  font-weight: bold;
  letter-spacing: 0.5px;
  cursor: default; }
.post-sidebar .sidebar-section {
  margin-bottom: 48px; }

.recent-posts-title {
  margin-bottom: 12px; }

.recent-posts .topic {
  margin-top: 0;
  font-size: 12px;
  color: #bbb; }
.help-centers .help-centers-icon .icon {
  display: inline-block; }

.help-centers .help-centers-icon .title, .help-centers .help-centers-icon i {
  display: none; }

@media (min-width: 768px) {
  .help-centers .help-centers-icon .icon {
    display: none; }
  .help-centers .help-centers-icon .title, .help-centers .help-centers-icon i {
    display: inline-block; } }

.help-centers {
  display: inline-block;
  font-weight: bold;
  color: #212b36;
  font-size: 16px;
  position: relative;
  margin-right: 1rem;
  cursor: pointer; }
  .help-centers .help-centers-popup {
    cursor: default;
    justify-content: space-evenly;
    position: absolute;
    top: 2.1rem;
    right: -9.8rem;
    width: 17rem;
    background: white;
    border: solid 1px #ddd;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.12);
    padding: 1rem;
    box-sizing: border-box; }
    .help-centers .help-centers-popup a, .help-centers .help-centers-popup span.disabled {
      display: inline-block;
      width: 100px;
      height: 2.5rem;
      white-space: nowrap;
      box-sizing: border-box;
      padding: 10px 10px 10px 25px;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      top: 0;
      transition: top 0.25s; }
      .help-centers .help-centers-popup a:hover, .help-centers .help-centers-popup span.disabled:hover {
        text-decoration: none;
        top: -3px; }
      .help-centers .help-centers-popup a img,
      .help-centers .help-centers-popup a svg, .help-centers .help-centers-popup span.disabled img,
      .help-centers .help-centers-popup span.disabled svg {
        display: inline-block;
        margin-right: 0.25rem;
        vertical-align: middle;
        width: 1rem; }
    .help-centers .help-centers-popup span.disabled {
      color: #999999; }
      .help-centers .help-centers-popup span.disabled:hover {
        top: 0; }
    .help-centers .help-centers-popup .caret {
      position: absolute;
      width: 0.5rem;
      height: 0.5rem;
      top: -0.25rem;
      right: 9.8rem;
      border-left: solid 1px #ddd;
      border-top: solid 1px #ddd;
      background: white;
      transform: rotate(45deg); }
  @media (max-width: 377px) {
    .help-centers .help-centers-popup {
      padding: 1rem 3rem; } }
  .help-centers .help-centers-close-target {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5; }
