/* 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: 265px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0; }

 .label {
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
    margin: 0 .14285714em;
    background-color: #e8e8e8;
    background-image: none;
    padding: .5833em .833em;
    text-transform: none;
    border: 0 solid transparent;
    transition: background .1s ease;
	cursor:pointer;
 } 
  .label:hover {
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    background-image: none;
    color: rgba(0,0,0,.8);
 } 
  
.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 .title {
    position: absolute;
    top: 53px;
    font-size: 56px;
    font-weight: bold;
    color: #03363E;
    white-space: nowrap; }
  .search-header .search-container {
    position: absolute;
    top: 150px; }

.search-container {
  padding: 0 !important;
  max-width: 75%;
  margin: auto;}
  .search-container form {
	border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    line-height: 2.5em;
    font-size: 1em;
    border: none;
    width: 100%; }
  .search-container .search {
    display: inline-flex;
    max-height: 50px; }
    .search-container .search input[type="search"] {
	  font-weight: 400;
      box-sizing: border-box;
      color: #999;
      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: none; }
	  .search-container .search input[type="submit"] {
	min-width:50px; 
	border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    color: rgb(255, 255, 255);
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(18, 29, 138, 0.1);
    background-color: #62bc46;
    border: none; }
      .search-container .search input[type="search"]::placeholder {
        text-align: left; }
		.search-tag{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #a1a9b3;
    font-weight: 400;
    border-radius: 50px;
		}
		
#explore-simplybiz .sections .section {
  column-count: 1; }

#explore-simplybiz {
    margin: 0;
    padding-top: 55px;
 }
  #explore-simplybiz .sections {
    justify-content: space-evenly; }

@media (min-width: 768px) { 
    #explore-simplybiz .sections {
      justify-content: space-evenly;
      column-count: 2; } }

@media (min-width: 1200px) { 
    #explore-simplybiz .sections {
      justify-content: space-between;
      column-count: 3; } }

 
#explore-simplybiz .sections {
  display: flex;
  flex-flow: row wrap; }
  #explore-simplybiz .sections .section {
    border: solid 1px #ebebeb;
    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; 
    width: 20%;
    height: 168px;
    max-height: 168px;
    min-height: 168px;
    padding: 1em;	}
    #explore-simplybiz .sections .section:hover {
      transform: translateY(-3px); }   
    #explore-simplybiz .sections .section a {
      color: #fff; 
      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; }
    #explore-simplybiz .sections .section p {
      color: #ffffff;
    margin: 0;
    cursor: pointer;
    transition: background-color 0.25s; }
	
	
#product-knowledge {
  text-align: center; }
  #product-knowledge .title {
    font-family: 'SHSN';
    font-weight: bold;
    font-size: 2.2rem;
    color: #00363c; }
  #product-knowledge .sections {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    column-count: 3; }
	#product-knowledge .sections a, #product-knowledge .sections a:visited, #product-knowledge .sections a:hover, #product-knowledge .sections a:active {
     color: inherit;
	 text-decoration: none;
	 }
	 #product-knowledge .sections  a:visited > h1, a:hover > h1, a:active > h1 {
      text-decoration: underline!important;
	 }
    #product-knowledge .sections .section {
    border: 1px solid #eeeeee;
    display: inline-block;
    width: 354px;
    height: 354px;
    column-count: 1;
    background-size: contain;
    text-align: left; 
    overflow: hidden;	}
      #product-knowledge .sections .section:hover {
            transform: translateY(-3px); }
      #product-knowledge .sections .section .name {
        color: #00363c;
        font-family: 'SHSN';
        font-weight: 400;
        margin-top: 0;
        font-size: 24px; }
      #product-knowledge .sections .section img {
       border-top-left-radius: 5px;
       border-top-right-radius: 5px;
       display: block;
       width: 100%;
       height: 60%;
       margin: 0 auto;
       object-fit: cover;
       object-position: bottom;	   }
	   #product-knowledge .sections .section h1 {
       margin-top: auto;
       margin-bottom: auto;
       font-size: 28px;
       color:#666666;
       padding: 0.5em;
       padding-bottom: 0;
       margin-left: 0;	   }
	    #product-knowledge .sections .section p {
       padding: 0.5em;
       padding-left: 1em;
       padding-right: 1em;
       min-height:100px;
       max-height:100px;
       color:#666666;    
	   margin-bottom: 0;
       margin-top: 0;		   }
.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; }

@media (min-width: 768px) {
  #main-header > .header {
    padding: 0 80px; }
    #main-header > .header #notifications-root {
      margin-right: 0px; }
    #main-header > .header .user-avatar {
      top: 3px; }
    #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; } }



/* .user-nav { */
  /* display: inline-block;  */
  /* white-space: nowrap; } */
  /* .user-nav span a { */
    /* color: #212b36; */
    /* font-size: 16px; */
    /* font-weight: bold; } */
    /* .user-nav span a.submit-a-request svg { */
      /* width: 1rem; */
      /* height: 1rem; */
      /* position: relative; */
      /* bottom: -2px; } */
    /* .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: #a1a2a4; 
  width: auto;  
font-weight: 600;  
  }

.nav-wrapper a svg:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); 
  }
  
@media (min-width: 1024pxpx) {
  .nav-wrapper .user-nav a {
    display: inline-block; 
    padding-left: 1em;
    padding-right: 0.5em;
    font-size: 14px;
	} 
 }
 
@media (min-width: 1366px) {
  .nav-wrapper .user-nav a {
    display: inline-block; 
    padding-left: 1.5em;
    padding-right: 1.5em;
	font-size: 18px;
	} 
 }

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px; }

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {    
  text-decoration: none;
  }
  
  .nav-wrapper a.submit-a-request:hover, .nav-wrapper a.submit-a-request:focus, .nav-wrapper a.submit-a-request:active, .nav-wrapper a.login:hover, .nav-wrapper a.login:focus, .nav-wrapper a.login:active {    
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); 
  }

 .nav-wrapper a.login { 
    border: none;
    color: #fff;
    background-color: #e2e2e2;
    margin-left: 1em;
	padding-bottom: 0px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
	border-radius: 50px;
	font-size:14px;
	
 } 

/***** User info in header *****/
.user-info {
  display: inline-block;
  padding-left: 13px;  }
  

/* .user-info .dropdown-toggle::after { */
  /* display: none; } */

.user-info > [role="button"] {
  margin-bottom: 5px;
  border: 0;
  color: #03363d;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
  display:flex;  }


.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #03363d;
  background-color: transparent; }

 
 
 
/***** 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%;
    max-width: 1440px;
    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.submit-a-request {
	padding-bottom: 0.2em;
    padding-top: 0.2em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    vertical-align: middle;
    background-color: #fdb515;
    border-radius: 50px;
    font-size: 14px;

 }
 
@media (min-width: 1024px) {
.nav-wrapper a.submit-a-request {
	margin-left:1em;
	} 
 }
 
@media (min-width: 1366px) {
.nav-wrapper a.submit-a-request {
	margin-left:30em;
	} 
 }
 

.header i {
  font-size: 17px;
  vertical-align: middle; }

.user-nav[aria-expanded=true] {
  top: 71px; }

.get-started.desktop {
  display: none; }


.user-nav[aria-expanded=true] .mobile {
  display: block; }

.language-selector a {
  margin-top: 1px; }

.footer-language-selector {
  font-weight: 400; }

@media (min-width: 1024pxpx) {
  .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 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-content > h2 {
	    text-align: left;
	    font-size: 28px;
		color:#666666;
}
.shadow-blocks__card-content > ul {
	    font-size: 15px;
		color:#666666;
}
.shadow-blocks__card-content > * a {
	    
		color:#666666;
}
.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: 2em;
    border: 1px solid #eeeeee;
    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; }
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; }
 
  #search-handler .search-selector .active-title {
    margin-top: auto;
    margin-bottom: auto; }

@media (min-width: 1200px) {
 
    #search-handler .search-selector .active-title {
      display: inline-block; } }

#search-handler {
  border:1px solid #eee;
  width: 40%;
  position: relative;
  border-radius: 3px; }

/* Federated Search Selector */
.search-selector {
  flex: 0 0 30%;
  font-size: 1.25rem;
  margin-top: 1.75rem;
  height: 50px; 
  position: relative;
  text-transform: capitalize; }

.search-selector img {
  position: absolute;
  right: 20px;
  top: 22px;
  z-index: 10;
  opacity: 0.4;
  pointer-events: none; }

.search-selector ul li {
  display: flex;
  position: relative;
  text-align: left;
  justify-content: left;
  height: 50px; 
  background-color: #ffffff;
  text-align: left;
  z-index: 3;
  cursor: pointer; }

.search-selector ul > li {
  border-radius: 3px;
 }

.search-selector ul a li {
  color: #666666;
  padding-bottom: 2%;
  padding-top: 2%; }

 

.search-selector ul li > ul {
  display: none;
  border-radius: 3px; }

.search-selector ul.show li {
  border-bottom-right-radius: 0; }

.search-selector ul.show li ul {
  display: block; }

.search-selector ul li ul {
  background-color: #fff;
  position: absolute;
  z-index: 4;
  width: calc(100% + 1px);
  top: calc(100% + 1rem);
  right: -1px;
  left: auto;
  min-width: 200px; 
  border: 1px solid #eee;
}

.search-selector ul li > ul li {
  height: 40px;
  border: 0; }

.search-selector ul li > ul a li.active,
.search-selector ul a li.selection {
  color: #666666; }


.search-selector ul li > ul li:hover {
  background-color: #fff6e1;
  font-weight: 600; }

.search-selector ul li > ul li.active:hover {
  background-color: transparent; }

.search-selector ul li > ul a:hover {
  text-decoration: none; }

.search-selector ul li > ul a:hover li.active {
  cursor: default; }

.hide-search {
  display: none; }
/* 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); }
  .help-centers .help-centers-close-target {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: 5; }
