/*!
 * Theme Name: AgilityHealth Zendesk Theme
 * Version: 2.0
*/
@import url('https://cdn.jsdelivr.net/gh/fontello/entypo@0.1/css/entypo.css');
@charset "utf-8";
body {
  color: #58585a !important;
}
body.registration.registraion-success p {
    margin-bottom: 15px !important;
}
body.registration.registraion-success iframe {
min-height: 500px !important;
}
body.helpcenter-enabled.modal p {
  margin-bottom: 15px;
}
section.recent ul > li:nth-child(n+6) {
   display: none;
}
.quick-article-block > section.recent ul.article-list:nth-child(n+2) {
   display: none;
}
.view-more {
  margin-top: 15px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.box {
    height: 100%;
}
td.background-yellow {
    background: #F0BE29;
}
td.background-blue {
    background: #00AEEF;
}
td.background-green {
    background: #74CB80;
}
td.background-grey {
    background: #CDCDCE;
}
body.helpcenter-enable {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
    /* Remove comment and use Zendesk default Fonts */
    
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.hidden {
  display: none;
}
body img,
body iframe {
    max-width: 100%;
}
body img {
  height: auto;
}
body a,
body a:hover,
body a:focus {
    outline: 0;
    text-decoration: none;
    color: rgba(248, 158, 52, 1);
}
.view-more a:hover, .article-body a:hover {
  text-decoration: underline;
}
p:empty {
    display: none;
}
body ul,
body ol {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
body pre {
    white-space: normal;
}
table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body th {
    border-width: 1px 0;
    white-space: nowrap;
}
body td,
body th {
    padding: 12px;
    border: 1px solid #b5b5b5;
}

/* GREY TABLE SALLY, SUMAR, JOHNNY - 5/29/2018 */

		.lt-grey {
			background-color: #efefef !important;
		}
		
		.md-grey {
			background-color: #ccc !important;
		}
		
		.dk-grey {
			background-color: #888;
			color: #fff;
		}

/*END GREY TABLE */

::-webkit-scrollbar {
    width: 6px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(248, 158, 52, 1);
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.separator {
    background-color: #58595b;
    height: 2px;
    position: relative;
    width: 50px;
    display: block;
    margin: 10px auto 10px auto;
        margin-top: 10px;
        margin-bottom: 10px;
}
.separator.white {
    background-color: #ffffff;
}
.section-title {
  text-align: center;
  font-weight: 600;
  color: #58595b;
}
.bg-blue-light {
    background-color: #2A7DDF;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.blue-txt {
  color: #2da8e0;
}
.border {
    border: 1px solid #efefef;
    padding: 10px 20px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-search {
    content: "\f002";
}
.hide {
  display: none;
}
.pd-30 {
  padding: 30px 30px !important;
}
.txt-center {
  text-align: center;
}
.green {
  color: #51be5f;
}
.blue {
  color: #19b6f1;
}
.pink {
  color: #ef3789;
}
.orange {
  color: #f89e34;
}
.fa-5x {
    font-size: 3em !important;
}

nav[data-toggle='toc'] {
  margin-top: 0;
}

p.jump-to, .sidebar-title {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
}

p.jump-to {
  margin-top: 25px;
}

.code {
  border: 1px solid #dddddd;
  padding: 20px;
  margin: 20px 10px;
  border-radius: 4px;
  color: #7a7a7a;
  font-size: 14px;
}

.dim-el4 {
    opacity: .48;
}

hr {
  margin-top: 30px;
  margin-bottom: 40px;
}

.color-divider hr {
    margin: 0;
    padding: 0;    
    margin-bottom: 3px;
    height: 1px;
    border:none;
    }
        
.color-divider hr:nth-child(1) {
    background-color: #39b54a;
    border-color:#39b54a;
    color:#39b54a;
    }
        
.color-divider hr:nth-child(2) {
    background-color: #f7931e;
    border-color:#f7931e;
    color:#f7931e;
    }
        
.color-divider hr:nth-child(3) {
    background-color: #2da8e0;
    border-color:#2da8e0;
    color:#2da8e0;
    margin-bottom:30px;
    }

/*********** Product Updates Home Page ***********/
section.recent.release-notes ul li.category:nth-of-type(1n+2) {
  display: none;
}
.quick-article-block li.category h2, .quick-article-block li.category h3 {
  display: none;
}
.quick-article-block > section.recent ul > li.category, .quick-article-block > section.recent ul > li.section {
  padding: 0px;
  border-bottom: 0;
}

/*********** Promoted Articles Home Page ***********/
.promoted_title {
  text-align: left;
  margin-bottom: 0;
}
.quick-article-block ul > li a.promoted_title {
  font-size: 1.1em;
}
.promoted-body {
  display: none;
  padding: 15px 0;
}
.promoted-articles-item .article-open {
  color: rgba(247, 147, 30, 1);
}
.promoted-articles .see-article {
    background: rgba(247, 147, 30, 1);
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    margin-top: 10px;
    padding: 5px 15px;
}
.quick-article-block ul.promoted-articles > li a.see-article::before {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: rgba(247, 147, 30, 1);
}

/***** New Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

li.user-menu.dropdown.hidden-xs {
    margin-top: 8px;
    margin-left: 10px;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

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

.logo span {
  margin: 0 10px;
  color: rgba(248, 158, 52, 1);
}

.logo a {
  display: inline-block;
}

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

.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: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: rgba(45, 168, 224, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(45, 168, 224, 1);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(88, 89, 91, 1);
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(88, 89, 91, 1);
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

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

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** 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;
  color: rgba(45, 168, 224, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: rgba(45, 168, 224, 1);
  background-color: transparent;
}
.user-info > button::after {
  color: rgba(45, 168, 224, 1);
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** 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: rgba(248, 158, 52, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(45, 168, 224, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

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

.header {
    background-color: #ffffff;
    border-bottom: 0px solid rgba(88, 89, 91, 1);
}
.header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hero-wrapper {
  padding: 80px 0 100px 0;
}
.logo img {
    max-height: 50px;
}
#user #user-name {
    max-width: 80px;
    max-height: 22px;
}
#user .with-image {
    white-space: nowrap;
}
body .btn,
body .btn a, .btn.focus, .btn:focus  {
    color: #00adef;
    font-size: 14px;
    border-radius: 2px;
}
body .btn {
  border: 1px solid #00adef;
}
body .btn:hover,
body .btn a:hover, .btn.focus:hover, .btn:focus:hover {
    color: #fff;
}

.btn {
  border: 1px solid #00adef;
  background: #fff;
}
.btn:hover {
  background: #00adef;
}
.btn.active, .btn:active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
.btn.btn-blue,  .btn.btn-blue a {
  color: #ffffff;
  background: #00adef;
}
.btn.btn-blue:hover {
  color: #fff;
  background: #00adef;
}
li.btn.active {
    color: white;
}
li.btn:hover {
    background-color: #00adef;
}
@media all and (min-width: 767px) {
  ul.primary-menu-list-wrap > li > a.submit-a-request {
    color: #ffffff;
    background: #00adef;
    border-radius: 2px;
  }
  ul.primary-menu-list-wrap > li > a.submit-a-request:hover {
    color: #ffffff;
    background: #51be5f;
  }
  .navbar-nav.ah-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
  .navbar-nav.ah-nav {
    padding-top: 5px;
}
}
@media all and (max-width: 767px) {
    .navbar-header .navbar-toggle {
        border-color: #fff;
        margin-top: -30px;
        position: relative;
        top: -10px;
    }
    .navbar-toggle span {
        background-color: #fff;
    }
    ul.primary-menu-list-wrap li + li:before {
        content: "";
    }
    .header nav.user-nav {
        float: none;
        display: block;
    }
    .main-menu {
        width: 100%;
    }
    body h3 {
        font-size: 18px;
    }
    .header .mobile-user-info {
        display: inline-block !important;
        float: right;
        margin-right: 80px;
        margin-top: 3px;
    }
    .header .mobile-user-info a.login {
        color: #fff;
        position: relative;
        top: 10px;
    }
    #user #user-name {
        display: none;
    }
    .header-inner {
        padding-bottom: 0;
    }
    .sm-float-none {
    float: none !important;
    }
    .sm-text-center {
    text-align: center !important;
    }
}
header .nav>li>a:focus,
header .nav>li>a:hover {
    background: transparent;
}
ul.primary-menu-list-wrap > li > a {
    color: #58595b;
    display: inline-block;
}
ul.primary-menu-list-wrap > li > a:hover {
    color: #f7931e;
}
.hero-unit {
    /*For Gradiant use this remove comment*/
    /*background-image: url(/hc/theming_assets/01JP834PZQD5SQPYX0QPDFHMY8), linear-gradient(-150deg, #50D393 0%, #00b4b3 97%);*/
    /*Only For Banner use this remove comment*/
    background-image: url(/hc/theming_assets/01JP834PZQD5SQPYX0QPDFHMY8);
    background-size: cover;
    background-color: rgba(248, 158, 52, 1);
}
.popular-topics {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    max-width: 450px;
}
.popular-topics a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
    font-weight: normal;
}

/********** Home Page **********/

h1.help-center-name {
    font-size: 2.8em;
    color: #fff;
}
.block-ticket {
  border-top: 1px solid #efefef;
}
.block-content {
    min-height: 120px;
    text-align: center;
    padding: 0 25px 25px;
    margin: 30px 0 0;
    border-radius: 4px;
}
.block-content h3 {
  margin-top: 5px;
}
.block-content p {
  margin-bottom: 30px;
}
a.community-vote {
  color: #2da8e0;
}
a.community-vote:hover {
  color: #2da8e0;
}
a.community-vote:before {
    content: "\f164";
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #2da8e0;
}
a.community-general {
  color: #39b54a;
}
a.community-general:before {
    content: "\f0e6";
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #39b54a;
}
.community-block {
    margin: 10px auto 0;
}
.community-block .container {
    max-width: 1050px;
}
.community-block span {
  display: block;
  font-size: 16px;
}
.community-block i.fa {
    margin-bottom: 8px;
    padding: 16px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    height: 65px;
    width: 65px;
}
.community-block .fa-newspaper-o::before {
    font-size: 30px;
}
.bck-green {
  background-color: #51be5f;
}
.bck-blue {
  background-color: #19b6f1;
}
.bck-pink {
  background-color: #ef3789;
}
.bck-orange {
  background-color: #f89e34;
}
.recent-activity-item-meta {
    margin: 15px 0 0 0;
    float: none;
}
.recent-activity-item-parent, .recent-activity-item-link {
    display: inline-block;
    width: 100%;
}
.recent-activity-item-time, .recent-activity-item-comment {
    display: inline-block;
}
@media all and (max-width: 767px) {
    .article-sidebar {
        margin-top: 25px;
    }
    body h1 {
        font-size: 25px;
    }
    h1.help-center-name {
        font-size: 2em;
    }
    nav.affix[data-toggle='toc'] {
    position: static;
  }
  
  /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  nav[data-toggle='toc'] .nav .nav {
    display: block;
  }
}
}
.hero-unit > .container {
    padding: 60px 0 100px 0px;
}
.help-center-details {
    margin: 0 auto;
    max-width: 550px;
    color: #fff;
    font-size: 1.2em;
}
.hc_search {
    padding: 0 10px;
}
@media all and (min-width: 767px) {
    .hc_search {
        padding: 0;
    }
    .recent-activity ul li > a.recent-activity-item-parent, .recent-activity ul li > a.recent-activity-item-link {
        width: 70%;
        margin: 0;
    }
    .recent-activity-item-meta {
        margin: 0;
        float: right;
    }
}
.hero-unit form {
    margin: 25px auto 10px auto;
    max-width: 500px;
    position: relative;
    vertical-align: middle;
    width: 100%;
}
.search input[type="search"] {
    background-color: #f9f9f9b3;
    border: 1px solid #cecece00;
    border-radius: 2px;
    height: 55px;
    padding: 0px 55px 0px 38px;
    width: 100%;
    background-image: url(/hc/theming_assets/01JP834N9QP1AE05DED81B1786);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 10px 18px;
    font-size: 16px;
}
form.search input[type="submit"] {
    border: medium none;
    height: 42px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    vertical-align: middle;
    background: #2da8e0b3;
    padding: 0 15px;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    font-size: 1em;
    display: none;
}
ul.category-list,
ul.quick-article-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.category-list li,
.quick-article-block > section {
    display: flex;
    flex: 1 0 255px;
    justify-content: center;
    padding: 20px;
    background: #fff;
}
ul.category-list li {
  margin: 15px;
}
.quick-article-block > section {
    margin: 15px 0;
}
.quick-article-block > section.recent-articles, .quick-article-block > section.promoted-articles {
    margin: 15px;
}
ul.category-list li {
    border: 1px solid #ffffff;
    box-shadow:0 1px 20px 0 rgba(176,176,176,.1);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    border-radius: 2px;
}
ul.category-list li:hover,
ul.category-list li:focus {
    border-color: rgba(255,255,255,.6);
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    background-color:#fff;
    box-shadow:0 5px 20px 0 rgba(176,176,176,.3)
}
.quick-article-block > section {
    background: rgba(239, 239, 239, 1);
    justify-content: flex-start;
    display: block;
}
.quick-article-block > section.recent {
    background: #ffffff;
    padding: 0 15px;
    margin-top: 0;
}
.quick-article-block .recent-activity-item-meta {
  display: none;
}
.quick-article-block > section.recent ul > li {
  padding: 0;
  font-size: 1.1em;
  line-height: 2;
}
ul.category-list li h3 {
  font-size: 1.3em;
  font-weight: normal;
  color: #58595b;
  margin-top: 0px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
}
span.category-icon {
    font-size: 25px;
}
ul.category-list li span {
    display: block;
    margin-bottom: 5px;
}
ul.category-list li span i {
    font-size: 30px;
    vertical-align: sub;
    margin-right: 5px;
}
.svg-inline--fa.fa-rocket {
  color: #00adef;
}
.svg-inline--fa.fa-lightbulb {
  color: #51be5f;
}
.svg-inline--fa.fa-file-alt {
    color: #f89e34;
}
ul.category-list li span i.fas.fa-user {
  color: #f89e34;
}
ul.category-list li span i.fas.fa-question-circle-o {
  color: #ee2b7b;
}

ul.article-list > li, .article-sidebar section > ul > li, .searchbox-suggestions ul li a {
  padding: 0;
  position: relative;
  line-height: 2;
}
ul.article-list > li.article-promoted, ul.article-list > li a.promoted-title {
  padding: 0 0 0 20px;
}
.home-category-blocks ul.category-list li p {
    margin-bottom: 0;
    display: none;
}
ul.category-list li p {
    color: #959595;
}
.padding {
    padding: 30px 0;
}
.heading-main {
    font-size: 1.6em;
    color: #595959;
}
.question-controls,
.answer-controls {
    float: right;
}
.question-controls a,
.answer-controls a {
    font-size: 12px;
}
.home-category-blocks {
    background: rgba(239, 239, 239, 1);
}

.quick-article-block ul.promoted-articles > li a:before, ul.card-list.promoted-articles > li a.promoted-title:before,
ul.article-list > li a.promoted-title:before {
    content: "\f006";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #ffca4c;
}
.quick-article-block ul.promoted-articles > li a.promoted-title {
  padding: 5px 0 0 20px;
}
.recent-activity-item-time,
.recent-activity-item-comment {
    display: inline-block;
    color: #818181;
}
.recent-activity-item-comment > span {
    font-weight: 800;
    color: rgba(248, 158, 52, 1);
}
.recent-activity ul li > a.recent-activity-item-parent:before {
    content: "\f0e5";
}
.recent-activity-item-link {
    color: rgba(248, 158, 52, 1);
    font-weight: 500;
    display: inline-block;
}
.quick-article-block ul > li a,
.article-sidebar ul li a,
.searchbox-suggestions ul li a {
    color: #58595b;
}
.recent-activity ul li > a.recent-activity-item-parent {
    color: #818181;
}
.recent-activity ul li > a.recent-activity-item-link {
    font-weight: 600;
    font-size: 16px;
}
.recent-activity-controls {
    margin-top: 20px;
}
.quick-article-block ul > li {
    position: relative;
    padding: 4px 0 15px 20px;
}
.quick-article-block h3,
.quick-article-block h2, h2.home-section-title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #58595b;
    padding: 0 15px;
}
.quick-article-block h2.recent-activity-header {
  display: none;
}
.language-selector .dropdown-toggle:after {
    color: #fff;
}
.article-sidebar section:first-child h3 {
    margin-top: 0;
}

/*********** Accordian **********/
.container.pd-horz-30 {
  padding: 0 30px;
}
.panel-group.support {
    margin-bottom: 0px;
}
.kb {
    margin-bottom: 30px;
}
.pdt-30 {
  padding-top: 30px;
}
.card.collapsed::before {
   font-family: 'FontAwesome';
    content: "\f063"; 
    float: right;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    transform: none;
    cursor: pointer;
}
.card::before {
  font-family: 'FontAwesome';
    content: "\f063"; 
    float: right;
    transform: rotate(-180deg);
    cursor: pointer;
}
.panel-group .panel-card {
    margin-bottom: 7px;
    border-radius: 4px;
    padding: 0 15px;
}
.panel-body {
    padding: 15px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.panel-card {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: none;
}
.card-header {
    background-color: transparent !important;
    padding: 10px 15px !important;
    border: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.card-header.collapsed {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.panel-heading {
    padding: 0;
    border-bottom: 1px solid #efefef;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
h2.card-title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #58595b;
    padding: 0 20px;
    margin-bottom: 20px;
}
h4.card-title {
  padding: 0 20px;
}
h4.card-title {
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #58585a;
    cursor: pointer;
}

h3.card-block {
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #58585a;
}
ul.card-list > li {
    padding: 0;
    position: relative;
    font-size: 14px;
    line-height: 2;
}
ul.card-list > li a {
    color: #58585a;
}
ul.card-list > li a:hover {
    text-decoration: underline;
}
ul.card-list.promoted-articles > li a.promoted-title {
    padding-left: 20px;
}
/*********** Article Table of Contents **********/
@media (min-width: 768px) {
  .sticky-wrapper {
    display: inline;
}
}
@media (max-width: 767px) {
  .sticky-wrapper {
    display: none;
}
}

.article-nav {
    position: static !important;
    width: 100% !important;
}
nav[data-toggle='toc'] .nav > li > a {
  display: block;
  padding: 5px 0px;
}
nav[data-toggle='toc'] .nav > li > a:hover,
nav[data-toggle='toc'] .nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}

nav[data-toggle='toc'] .nav > .active > a,
nav[data-toggle='toc'] .nav > .active:hover > a,
nav[data-toggle='toc'] .nav > .active:focus > a {
  color: #58585a;
  background-color: transparent;
}

/* Nav: second level (shown on .active) */
nav[data-toggle='toc'] .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
}
nav[data-toggle='toc'] .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
}
nav[data-toggle='toc'] .nav .nav > li > a:hover,
nav[data-toggle='toc'] .nav .nav > li > a:focus {
  padding-left: 29px;
}
nav[data-toggle='toc'] .nav .nav > .active > a,
nav[data-toggle='toc'] .nav .nav > .active:hover > a,
nav[data-toggle='toc'] .nav .nav > .active:focus > a {
  padding-left: 28px;
  font-weight: 500;
}

/* from https://github.com/twbs/bootstrap/blob/e38f066d8c203c3e032da0ff23cd2d6098ee2dd6/docs/assets/css/src/docs.css#L631-L634 */
nav[data-toggle='toc'] .nav > .active > ul {
  display: block;
}

/*********** Breadcrumbs ***********/

section.breadcrumb {
    padding: inherit;
    background-color: rgba(239, 239, 239, 1);
}
ol.breadcrumbs {
    padding: 15px 5px;
}
ol.breadcrumbs li:first-child a:before {
    content: "\f015";
    padding-right: 3px;
    font-family: 'FontAwesome';
}
.breadcrumbs > li,
.pagination li {
    display: inline-block;
}
.breadcrumbs li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding: 0 5px;
    color: #f89e34;
}
.breadcrumbs > li a {
    color: #58595a;
}
.breadcrumbs > li:last-child a {
    color: #58595a;
}

/*********** Article Notes & Blocks ***********/
.important::before {
  content: '\f071';
  color: #ee2b7b;
  font: 18px 'FontAwesome';
  margin-right: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.important {
  display: block;
  font-size: 16px;
  border-left: 2px solid #ee2b7b;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 15px;
  background-color: #efefef;
}

.info::before {
  content: '\f05a';
  color: #2da8e0;
  font: 18px 'FontAwesome';
  margin-right: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.info {
  display: block;
  font-size: 16px;
  border-left: 2px solid #2da8e0;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 15px;
  background-color: #efefef;
}
.hint::before {
  content: '\f0eb';
  color: #f7913e;
  font: 18px 'FontAwesome';
  margin-right: 10px;
  vertical-align: middle;
  text-decoration: none;
}
.hint {
  display: block;
  font-size: 16px;
  border-left: 2px solid #f7913e;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 15px;
  background-color: #efefef;
}

/*********** Categories, Sections, Articles ***********/

h2.hc_title:after, h3.article-head:after, h1.question-title:after {
    display: block;
    content: "";
    height: 2px;
    width: 50px;
    background: #f89e34;
    margin: 10px 3px;
    position: relative;
}

.article-body.h4, .article-body h4 {
    font-weight: bold;
}

.article-sidebar {
  margin-top: 40px;
}

h3.article-head {
  font-size: 30px;
}
.article-content {
    max-width: 800px;
}
.article-body {
   line-height: 1.7 !important;
   font-size: 15px !important;
   margin-top: 40px;
}
.article-body h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.section-with-article-block {
    margin: 25px 0 30px 0;
}
#user img {
    width: 17px;
    border-radius: 100%;
}
span.dropdown-toggle.btn, .post-to-community a.btn  {
    color: #fff;
    background-color: #00adef;
    border-color: #00adef;
}
.post-to-community a.btn  {
    color: #fff;
    background-color: #2da8e0;
    border-color: #2da8e0;
}
.btn.dropdown-toggle:after {
    color: #fff;
}
.section-template {
  margin-top: 20px;
}
.section-template .hc_title {
    display: table-cell;
    width: 100%;
}
.section-template .hc-subscribe {
    display: table-cell;
}
.quick-article-block ul.article-list > li,
    line-height: 1.42857143;
}
ul.article-list > li,
.article-sidebar section > ul > li,
.searchbox-suggestions ul li {
    padding: 5px 22px;
    position: relative;
    line-height: 2;
}
.topic-subscribe a.dropdown-toggle.btn {
  background-color: #58595a;
  border-color: #58595a;
  color: #ffffff;
}
.related-articles-page .related-articles {
    margin: 0;
    padding: 30px 0 0 0;
    background: #fff;
}
.related-articles-page .related-articles li {
    padding: 4px 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .article-sidebar section > ul > li {
        font-size: 1em
    }
    body h3 {
        font-size: 18px;
    }
}
.article-sidebar section > ul > li {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 1.3;
    font-size: 14px;
    padding: 8px 0px;
}
.article-sidebar section > ul > li a {
  color: #f89e34;
  padding: 5px 0px;
}
.article-sidebar section > ul > li a:hover {
  text-decoration: underline;
}
.searchbox-suggestions ul li {
    padding-left: 20px;
}
.article-sidebar section > ul > li:before {
    margin-top: 2px;
}
.quick-article-block ul.article-list > li a {
  color: #58585a;
}
ul.article-list > li a {
    color: #58585a;
}
ul.article-list > li a:hover, ul.promoted-articles > li a.promoted-title:hover {
  text-decoration: underline;
}
.description {
    display: none;
}
.section-tree h3 {
    margin-top: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.section-tree h3 a {
  color: #58595b;
  font-size: 18px;
  font-weight: 600;
}
.section-tree .section {
    display: inline-block;
    float: none;
    margin: -2px;
    vertical-align: top;
}
li.article-promoted span {
    color: #ffca4c;
}
a.see-all-articles {
    margin-top: 10px;
    display: block;
}
a.see-all-articles:hover {
    text-decoration: underline;
}
.comment-form-controls {
    text-align: right;
    margin-top: 10px;
}
.body-color {
    background-color: rgba(239, 239, 239, 1);
    padding: 1px 15px;
}
.hero-unit.body-color {
    margin-bottom: 40px;
}
ul.attachments li:first-child {
    padding-top: 25px;
}
.accordion-toggle {
    overflow: hidden;
    display: inline-block;
}
.comment-body,
.answer-text,
.question-body p {
    word-wrap: break-word;
    word-break: break-word;
}
.article-voting {
    border-top: 1px solid #ddd;
    padding: 2% 0;
    margin-top: 4%;
    border-bottom: 1px solid #ddd;
    max-width: 800px;
}
.article-vote {
    display: inline-block;
}
.article-sidebar section > ul {
    padding-left: 0;
}
.article-user-info img {
    width: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-bottom: 5px;
}
.article-user-info {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
a.article-subscribe,
a.article-unsubscribe,
a.question-unsubscribe,
a.question-subscribe {
    float: right;
    background: #58595a;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 4px;
}
.article-user-info a {
    color: #000;
    text-transform: uppercase;
}
span.created-date {
    font-weight: 800;
    padding-left: 3px;
}
section.article-comments.users-comment {
    padding: 20px 0;
    max-width: 800px;
}
.search-result-votes {
    background: rgba(248, 158, 52, 1);
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    padding: 4px 5px;
    position: relative;
    top: -2px;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  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;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 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],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=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, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][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 {
  vertical-align: middle;
}



.dropdown-menu[aria-expanded=true] {
    left: auto;
    right: 0;
    bottom: inherit;
}
.dm.dropdown-menu[aria-expanded=true],
.dm .dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: inherit;
}
.search-result-votes:before {
    content: "\1F44D";
    font-family: "entypo";
    margin-right: 3px;
}
ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}
.article-body ul,
.comment-body ul,
.answer-text ul,
.question-text ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-left: 20px;
}
.article-body ul ul,
.comment-body ul ul,
.answer-text ul ul,
.question-text ul ul {
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-left: 20px;
}
.article-body ol,
.comment-body ol,
.answer-text ol,
.question-text ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-left: 20px;
}
.article-body ul li, .article-body ol li {
  padding-bottom: 10px;
}
.article-body img {
    margin: 15px 0;
}

#user {
    color: #58595b;
    display: inline-block;
    padding: 9px 0;
}
#user .with-image:after {
    color: #58595b;
}
.comment-actions {
    float: right;
}
.comment-actions .dropdown-toggle:before,
.community-post .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
    color: rgba(248, 158, 52, 1);
}
.community-post .question-controls .dropdown-toggle:before {
    padding-right: 5px;
}
nav.pagination li {
    background: #757575;
    box-shadow: 4px 5px 4px 2px #efefef;
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
nav.pagination li a,
nav.pagination li a:hover {
    color: #ffffff;
}
nav.pagination li:hover nav.pagination li.pagination-current {
    background: rgba(248, 158, 52, 1);
}
nav.pagination li a nav.pagination li:hover a,
nav.pagination li.pagination-current span {
    color: #fff;
}
ul.topic-list {
    padding-left: 0;
}
.clearfix.container > h1 {
    padding: 0px 0px 15px 0px;
}
.request-page label {
    padding: 20px 0 10px 0px;
}
.article-comments-inner .pagination ul {
    padding-left: 0;
    margin-bottom: 30px;
}
.article-comments-inner .pagination ul li a {
    color: #fff !important;
}
.visibility-internal-icon:before {
    content: "\1F512";
    display: inline-block;
    text-align: center;
}

/*********** Contribution ***********/

main .general-list ul li.active {
    background-color: #00adef;
}
.my-activities-header {
    margin-bottom: 25px;
}
.my-activities-nav {
    margin-bottom: 10px;
    display: inline-block;
}
element.style {
    float: right;
    margin-right: 80px;
}
.nav li,
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
}
@media all and (max-width: 480px) {
    .general-list li,
    #quick-search {
        width: 100%;
        margin-bottom: 2px;
    }
    .my-activities-nav {
        display: block;
    }
    .my-activities-following-header {
        margin-bottom: 10px;
    }
    .request-table-toolbar .request-table-filters {
        display: block;
        text-align: left;
        margin-top: 8px 0;
    }
    .logo img {
        max-height: 40px;
    }
}
.my-activities-sub-nav {
    margin-bottom: 15px;
}
.nav-bordered li + li {} .searchbox-suggestions {
    border: 1px solid #efefef;
    min-height: 50px;
    padding: 10px 10px 0px 10px;
    border-radius: 3px;
    background: #fff;
}
.my-activities-table {
  margin-top: 10px;
}
}
.my-activities-table > p {
    padding: 15px 0;
}
.my-activities-table thead th {
    background: #dadadc;
    color: #58585a;
}
.my-activities-table tbody tr:nth-child(2n+1) {
    background: #fff;
}
.request-table a, .my-activities-table a {
   color: #00adef;
}
.request-table a:hover, .request-table a:active, .my-activities-table a:hover, .my-activities-table a:active {
   color: #00adef;
   text-decoration: underline;
}
/*********** Request ***********/

.request-table-toolbar {
    background: none;
    display: table;
    padding: 8px 0;
    width: 100%;
}
.request-table-toolbar input {
    border: 1px solid #ddd;
}
.requests-search {
    border-radius: 2px;
    outline: medium none;
    padding: 10px 15px;
    width: 80%;
}
.request-table-filters {
    display: table-cell;
    text-align: right;
}
.request-table-filters label::before {
    content: " ";
    display: inline-block;
    width: 25px;
}
.request-filter {
    padding: 8px;
    border-radius: 2px;
    outline: 0;
}

.request-table-filters select {
  border: 1px solid #ddd;
}

/*********** Profiles ***********/

.profile-contribution .comment-link {
    margin-right: 5px;
}
.profile-header {
    padding: 30px 0;
    background-color: #f8f8f8;
}
.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;
}
.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}
[dir=rtl] .profile-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}
.profile-header .basic-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
}
.profile-header .basic-info .name {
    margin: 0;
}
.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.profile-header .options:not(:last-child) {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 0;
    }
    .profile-header .options:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }
    [dir=rtl] .profile-header .options:not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }
}
.profile-header .description {
    margin: 15px 0;
    flex-basis: 100%;
    word-break: break-all;
    word-break: break-word;
}
.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 {
    font-weight: 800;
    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: 40px;
    }
    [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }
}
.profile-stats-counters {
    border-bottom: solid 1px #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) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }
    [dir=rtl] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }
}
@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}
.profile-private-badge {
    flex-basis: 100%;
    border: solid 1px rgba(248, 158, 52, 1);
    border-radius: 4px;
    color: rgba(248, 158, 52, 1);
    padding: 5px 20px;
    font-size: 12px;
    text-align: center;
}
.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .profile-private-badge {
        flex-basis: auto;
    }
}
.profile-nav {
    background-color: #f2f2f2;
    border: 0;
    margin-bottom: 20px;
    padding: 20px 0;
}
.profile-section {
    width: 100%;
}
.profile-section-header {
    display: flex;
    flex-wrap: wrap;
}
.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    font-weight: 800;
    font-size: 13px;
}
@media (min-width: 768px) {
    .profile-section-description {
        flex: 1 0 auto;
        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;
    }
}
.profile-contribution {
    padding: 20px 0;
    word-wrap: break-word;
    position: relative;
}
.profile-contribution-header {
    margin-bottom: 5px;
}
.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}
.profile-contribution-body {
    margin: 10px 0;
}
.profile-contribution-list > .profile-contribution {
    border-top: 1px solid #eee;
}
@media (min-width: 768px) {
    .profile-contribution-list > .profile-contribution {
        padding-left: 30px;
    }
    [dir=rtl] .profile-contribution-list > .profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }
}
.profile-contribution-list > .profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}
.profile-contribution-list > .profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}
[dir=rtl] .profile-contribution-list > .profile-contribution::before {
    right: 0;
}
.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }
    [dir=rtl] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }
}
.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}
@media (min-width: 768px) {
    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }
    [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }
}
.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 0;
    color: #999;
}
.profile-section .no-activity {
    margin-top: 20px;
}
.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}
[dir=rtl] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}
.profile-activity-list {
    margin-top: 25px;
}
.profile-activity {
    position: relative;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .profile-activity {
        padding-left: 20px;
    }
    [dir=rtl] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .profile-activity:not(:last-child) {
        border-left: 1px solid #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;
    border-radius: 100%;
}
[dir=rtl] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}
.profile-activity-description {
    margin: 0;
}
.profile-activity-description span:first-child {
    font-weight: 600;
    display: block;
}
@media (min-width: 768px) {
    .profile-activity-description span:first-child {
        display: inline;
    }
}
.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f8f8f8;
}
@media (min-width: 768px) {
    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }
    [dir=rtl] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }
}
.profile-activity:before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}
[dir=rtl] .profile-activity:before {
    right: 0;
}
@media (min-width: 768px) {
    .profile-activity:before {
        left: -14px;
    }
    [dir=rtl] .profile-activity:before {
        right: -14px;
    }
}
.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]:before {
    content: "\1f4c4";
}
.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]:before {
    content: "\1f4d4";
}
.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]:before {
    content: "\1f4ac";
    line-height: 35px;
}
.collapsible-nav-list {
    display: inline;
    flex-direction: column;
    padding: 0;
}
@media (max-width: 551px) {
  .article-voting ul.shareit {
    float: none;
  }
}
@media (min-width: 768px) {
    .collapsible-nav-list {
        flex-direction: row;
    }
}
.collapsible-nav-list li[aria-selected=true] {
    order: 0;
    position: relative;
}
.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    display: inline-block;
}
.meta-group {
    display: flex;
    flex-wrap: wrap;
}

/*********** Comments ***********/

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.main-column {
    width: 100%;
    float: left;
}
.main-column > p {
    margin-top: 20px;
}
.comment-list {
    margin-bottom: 25px;
    padding-left: 0;
}
.comment-list > *:first-child {
    border-top: 1px solid #ddd;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment-list > * {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.comment-avatar {
    position: relative;
    width: 55px;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-avatar img {
    height: 38px;
    width: 38px;
    border-radius: 100%;
}
.comment > *,
.comment-form > * {
    display: table-cell;
    vertical-align: top;
}
.comment-published,
.comment-pending,
.comment-official {
    float: right;
    font-size: 11px;
}
.comment-pending {
  margin-right: 10px;
}
.request-details {
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 15px 20px;
}
.request-details dd {
    margin: 2px 0 0;
    word-wrap: break-word;
}
.request-details dt ~ dt {
    margin-top: 15px;
}
span.request-status {
    background: #00adef;
    color: #fff;
    padding: 2px 10px;
    border-radius: 2px;
}
.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"],
.req-page #user .dropdown-toggle {
    background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 50%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
}
.req-page button,
.req-page [role="button"],
.req-page [type="button"],
.req-page [type="submit"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 2px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.03) inset;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    height: 33px;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
    transition: opacity 300ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.comment,
.comment-form {
    padding-bottom: 15px;
    position: relative;
}
.comment-form textarea, textarea#community_comment_body {
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
}
.comment-attachments {
    border: 1px solid #dddddd;
    margin-top: -1px;
    padding: 10px;
}
.upload-dropzone {
    background: #fff;
    border: 2px dashed #ddd;
}
.upload-dropzone span::before {
    content: "";
    font-family: "entypo";
    font-size: 30px;
}
section.form-column {
    width: 100%;
}
.form {
    background: #f5f5f5;
    padding: 25px 20px;
    margin-top: 10px;
}
body textarea,
input[type="text"] {
    width: 100%;
    border-color: #ddd;
}
textarea {
    min-height: 100px;
}
.form footer {
    padding-top: 30px;
    text-align: right;
}
.form-field {
    margin-top: 10px;
}
a.nesty-input {
    min-height: 35px;
    line-height: 35px;
}
a.nesty-input:hover,
a.nesty-input:focus {
    color: #333;
}
section.main-column h1 {
    font-size: 1.8em;
}
h1.request-page {
    margin-top: 0;
}

/*********** Search ***********/

.search-results-subheading {
    font-size: 1.3em;
    padding: 16px 14px;
    background-color: #f5f5f5;
}
.search-results-list,
.support-resources ul {
    padding: 0;
}
.search-result {
    border-bottom: 1px solid #ececec;
    padding: 20px 10px;
}
.search-result-link,
.search-result-link:hover {
    color: #444444;
    font-size: 1.2em;
    font-weight: 400;
}
.search-result-meta,
.search-result-meta a {
    color: #888;
    padding-bottom: 10px;
}
.search-result-description {
    padding: 0 50px 0 0;
    color: #959595;
}
.search-result-description em {
    background: #efefef;
    color: #333;
}
.articles .glyphicon {
    padding-left: 4px;
}

/*********** Community ***********/

.post-to-community a::before {
    content: "✎";
    font-family: "entypo";
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.page-header > * {
    display: table-cell;
    vertical-align: middle;
}
.page-header > *:first-child,
.topic-filters,
h3.question-heading {
    width: 100%;
}
.topic-header,
.question-header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.topic-filters > * {
    margin-right: 20px;
}
.topic-header > *,
.question-header > * {
    display: table-cell;
    vertical-align: middle;
}
.topic-header .topic-meta,
.question-header .question-meta {
    padding: 0 15px;
    white-space: nowrap;
}
.post-actions .dropdown-toggle:before {
    margin-right: 5px;
}
.comment-avatar-agent:after,
.question-avatar-agent::after,
.answer-avatar-agent::after {
    background-color: transparent;
    background-image: url("/hc/assets/agent-marker.png");
    background-image: url("/hc/assets/agent-marker.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    content: " ";
    height: 15px;
    left: 30px;
    position: absolute;
    top: 20px;
    width: 15px;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #cccccc;
    font-size: 11px;
}
.question,
.answer {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 0 30px 0;
    position: relative;
}
.question-topic-list {
    margin: 0px 0 25px;
}
.question-topic-list li {
    display: inline-block;
    /*margin: 10px 10px 0 0;*/
}
.question-topic-list a {
    background: #ddd;
    border-radius: 4px;
    color: #58595a;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}
.vote {
    display: table-cell;
    margin-left: 15px;
    margin-right: 10px;
    min-width: 95px;
    vertical-align: top;
    text-align: center;
}
.vote-sum {
    min-width: 60px;
    text-align: center;
    min-height: 35px;
    width: 92%;
}
.vote-sum,
.vote-controls {
    display: inline-block;
    vertical-align: middle;
}
.vote-controls {
    border-radius: 5px;
}
.community-post .vote-controls a {
    padding: 10px;
}
.article-vote-controls {
    display: inline-block;
}
@media (min-width: 551px) {
  .article-voting ul.shareit {
    float: right;
  }
}
.article-voting ul.shareit {
    margin-top: 0px;
    font-size: 13px;
}
.article-vote-controls a {
    color: #333;
    padding: 4px 6px;
    border-radius: 3px;
}
.article-vote-controls a.article-vote-up.article-voted {
    color: #78A300;
}
.article-vote-controls a.article-vote-down.article-voted {
    color: #dd4a3a;
}
.article-vote-controls a:hover {
    color: rgba(248, 158, 52, 1);
}
a.article-vote-up.article-voted {
    color: #78A300;
}
a.article-vote-down.article-voted {
    color: #DD4A3A;
}
a.article-vote-up:before,
.vote-up::before {
    content: "\1f44d";
    font-family: "entypo";
}
a.article-vote-down:before,
.vote-down::before {
    content: "\1f44e";
    font-family: "entypo";
}
.vote-controls:hover a {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #a6a6a6;
    color: #bbbbbb;
}
.question-avatar,
.answer-avatar {
    display: table-cell;
    margin-right: 10px;
    min-width: 50px;
    position: relative;
    vertical-align: top;
}
.question-avatar img,
.answer-avatar img {
    max-height: 38px;
    max-width: 38px;
    border-radius: 100%;
}
.question-body,
.answer-body,
.answer-official-body {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}
.question-title > a,
.topic-title > a {
    color: #58595a;
}
.markdown {
    line-height: 1.7;
    word-wrap: break-word;
}
.question-body .question-meta,
.answer-body .answer-meta,
.answer-official-body .answer-meta {
    float: left;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.answer-form {
    margin: 30px 0 0 95px;
}
.answer-form-controls {
    margin-top: 10px;
    text-align: right;
}
.answer-form-controls .pull-left {
    float: left;
}
.answer-form-controls input[type="submit"] {
    margin-left: 15px;
}
ul.share {
    display: inline;
}
.topic-meta span + span::before,
.question-meta span + span::before,
.answer-meta span + span::before {
    content: "•";
    font-size: 10px;
    margin: 0 10px;
}
.question-share,
.answer-share {
    position: relative;
}
.share-label {
    cursor: pointer;
}
.share-label + .share::before {
    border-bottom: 7px solid #cccccc;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    margin-left: -6px;
    top: -7px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label + .share::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    margin-left: -5px;
    top: -6px;
}
.share-label + .share::before,
.share-label + .share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}
.share-label[aria-selected="false"] + .share {
    display: none;
}
.share-label + .share {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    left: 50%;
    line-height: 70px;
    margin: 10px 0 0 -75px;
    position: absolute;
    text-align: center;
    top: 100%;
    white-space: nowrap;
    width: 175px;
    z-index: 1;
    padding: 0;
}
.share li,
.share a {
    display: inline-block;
}
.share a::before {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-family: "entypo";
    text-align: center;
    width: 100%;
}
.share-facebook::before {
    content: "";
    background: #3b5998;
}
.share-twitter::before {
    content: "";
    background: #00ACED;
}
.share-linkedin::before {
    content: "";
    background: #007BB6;
}
.share-googleplus::before {
    content: "";
    background: #DD4A3A;
}

.share li,
.share a {
    display: inline-block;
}
input[type="checkbox"] + label {
    display: inline-block;
    margin-left: 5px;
}
lable {
    font-size: 12px;
}
.community-sub-nav {
    position: relative;
    width: 100%;
}
.topic-list .topic {
    display: inline-block;
    padding: 20px 30px 20px 0;
    vertical-align: top;
    float: none;
    margin: -3px;
}
.question-meta,
.answer-meta,
.topic-meta {
    color: #949495;
    font-size: 13px;
}
.community-post .question-meta,
.community-post .answer-meta {
    margin-top: 10px;
}
#new_question {
    padding: 30px 10px;
}
#new_question input {
    margin-bottom: 2px;
}
#new_question textarea {
    border-color: #efefef;
    margin-bottom: 15px;
}
h2.request-heading {
    font-size: 1.7em;
    text-transform: capitalize;
}
section.related-questions {
    background: rgba(239, 239, 239, 0.25);
    padding: 10px 2px 27px 25px;
    line-height: 1.8em;
}
section.related-questions ul,
.community-sub-nav ul,
ul.question-list {
    padding-left: 0;
}
textarea#answer_body {
    height: 100px;
    padding: 12px;
    border: 1px solid #efefef;
}
.error-page a {
    display: inline-block;
    margin-top: 15px;
}
.tag {
    font-size: 6em;
    font-weight: 800;
    color: rgba(248, 158, 52, 1);
    text-shadow: 2px 1px #d6d6d6;
    font-family: cursive;
}
.form-column > h1,
h1.search-results-heading {
    color: #757575;
    margin-top: 10px;
    padding-bottom: 15px;
}
.community-nav > ul,
.community-sub-nav > ul {
    border-bottom: 1px solid #ddd;
    padding: 0px 0 10px 0;
}
.community-sub-nav > ul.inner-navigation {
    margin-left: 0;
}
form#new_question .form-field input,
form#new_question .form-field textarea {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    min-height: 35px;
}
form#new_question .form-field input,
.form-field input {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    min-height: 35px;
    border-radius: 3px;
    padding: 0 10px;
}
textarea#question_details,
#request_description {
    min-height: 120px;
    border: 1px solid #ddd;
    padding: 10px;
}
.form-field.required > label:after {
    content: "*";
    color: red;
    margin-left: 2px;
}
.form label {
    font-weight: inherit;
}
body .community-header {
    margin-top: 0px;
    border-color: #ddd;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
h1.question-title {
    margin-top: 0;
    font-size: 30px;
}

/*********** Footer ***********/

footer.ah_footer {
    background-color: #f7931e;
    margin-top: 20px;
    color: #fff;
}
.footer_legal {
    padding-top: 20px;
    padding-bottom: 40px;
}
.ah_footer h3,
.ah_footer ul li a,
.ah_footer a:hover {
    color: #ffffff;
}
.ah_footer a:hover {
    text-decoration: underline;
}
.footer-legal {
    background-color: #58595b;
    padding: 15px 0;
}
.footer_legal li {
    padding: 4px 0;
}
.footer-legal p {
    margin-bottom: 0;
}
.footer-legal a {
    color: #fff;
}
.ah_footer h3:after {
    content: "";
    background: #fff;
    height: 2px;
    display: block;
    margin-top: 10px;
    max-width: 50px;
}
.language-selector a.dropdown-toggle {
    border: 2px solid #fff;
    padding: 6px 12px;
    border-radius: 4px;
}
.social li i {
    font-size: 2em;
}
.ah_footer .social {
    margin-bottom: 10px;
}

/* =========================================================
   HEADER NAV FIXES (logged in + logged out + RTL)
   ========================================================= */

/* (IMPORTANT) allow flex items to shrink instead of overflowing into the logo */
.navbar-mind-collapse,
.navbar-mind-collapse .ah-nav.navbar-nav,
.navbar-mind-collapse .ah-nav.navbar-nav > li,
.navbar-mind-collapse .ah-nav.navbar-nav > li > a,
.navbar-mind-collapse .ah-nav.navbar-nav > li > button {
  min-width: 0;
}

/* Make the main nav a true flex row (override bootstrap floats) */
.navbar-mind-collapse .ah-nav.navbar-nav {
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  gap: 5px;
}

/* each item should be flex (no bootstrap float) */
.navbar-mind-collapse .ah-nav.navbar-nav > li {
  float: none !important;
  display: flex;
  align-items: center;
}

/* No wrapping + allow shrinking + ellipsis (prevents overlap on logo) */
.navbar-mind-collapse .ah-nav > li > a,
.navbar-mind-collapse .ah-nav > li > button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.15;

  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;

  max-width: 150px; /* tweak (130–180) depending on your header width */
}

/* Keep the language selector on the left side of the menu row */
.navbar-mind-collapse .ah-nav > li.language-switcher-li {
  order: -1;
  margin-inline-end: auto;
  padding: 0 12px;

  /* don't ellipsize the dropdown itself */
  max-width: none;
}

/* Language switcher styling */
.language-switcher-li {
  padding: 8px 12px;
}

.language-switcher-select {
  height: 34px;
  line-height: 34px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  margin: 0 10px;
}

/* Prevent the user dropdown from breaking into two lines */
.navbar-mind-collapse .user-menu .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  min-width: 0;
}

/* Truncate long usernames nicely */
.navbar-mind-collapse .user-menu .dropdown-toggle > span:not(.caret) {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

/* Fix RTL ellipsis showing at the beginning for English labels/usernames */
.navbar-mind-collapse .user-menu .dropdown-toggle > span:not(.caret),
.navbar-mind-collapse .ah-nav > li > a {
  direction: ltr;
  unicode-bidi: isolate;
}

@media (max-width: 767px) {
  .language-switcher-li {
    padding: 10px 15px;
  }

  .language-switcher-select {
    width: 100%;
  }

  /* Keep wrap on mobile so it doesn't smash */
  .navbar-mind-collapse .ah-nav.navbar-nav {
    flex-wrap: wrap;
    row-gap: 6px;
  }

  /* On mobile, don't ellipsis menu items too aggressively */
  .navbar-mind-collapse .ah-nav > li > a,
  .navbar-mind-collapse .ah-nav > li > button {
    max-width: 100%;
  }
}

/* =========================================================
   FIX LOGO OVERLAP (bootstrap grid + pull-right float)
   ========================================================= */

/* Make the header row behave like a real flex row (no float collisions) */
.header .header-inner > .row {
  display: flex;
  align-items: center;
}

/* Disable bootstrap column floats inside this header row */
.header .header-inner > .row > [class*="col-"] {
  float: none !important;
}

/* Logo column: don't shrink */
.header .header-inner > .row > .col-md-3 {
  flex: 0 0 auto;
  width: auto;          /* allow content-sized logo column */
  padding-right: 12px;  /* breathing room */
}

/* Nav column: take the remaining space and allow shrinking */
.header .header-inner > .row > .col-md-9 {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;         /* CRITICAL: prevents overflowing into logo */
}

/* Kill pull-right float that can overlap into the logo */
.header .navbar-collapse.navbar-mind-collapse,
.header .main-menu.pull-right {
  float: none !important;
}

/* Ensure nav wrapper respects the column width */
.header .navbar-collapse.navbar-mind-collapse {
  width: 100%;
}

/* RTL spacing for logo */
[dir="rtl"] .header .header-inner > .row > .col-md-3 {
  padding-right: 0;
  padding-left: 12px;
}

/* 1. Remove the margin that is pushing the menu down */
li.user-menu.dropdown.hidden-xs {
    margin-top: 0 !important;
    margin-left: 15px; /* Adjust spacing between menu items */
    display: flex;
    align-items: center;
}

/* 2. Match the button padding and height to the other menu links */
.navbar-mind-collapse .user-menu .dropdown-toggle {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: transparent;
    border: none;
    height: auto;
    display: flex;
    align-items: center;
}

/* 3. Ensure the avatar doesn't add extra height */
.user-avatar {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}

/* 4. Align the caret (arrow) with the text */
.user-menu .caret {
    margin-left: 5px;
    margin-top: 0;
}